
body > .root > header{
	background: none;
}
body > .root > header .header_content{
	display: block;
	position: relative;
}
body > .root > header .header_content:after{
	content: '';
	display: block;
	height: 0px; width: 100%;
	clear: both;
	visibility: hidden;
}

body > .root > header > .spacer{
	border-top: 3px solid #093c71;
	margin: 0px;
	height: auto;
}

body > .root > header .top_bar{
	display: block;
	position: relative;
	background-color: #f7f7f6;
	height: 50px;
	border: 1px solid #cecece;
	/*border: 3px solid #cecece;*/
	border-top: 0px solid transparent;
}

body > .root > header .top_bar:after{
	content: '';
	display: block;
	height: 0px; width: 100%;
	clear: both;
	visibility: hidden;
}

body > .root > header .top_menu{
	display: block;
	position: relative;
	float: left;
	margin-left: -1px;
	/*margin-left: -3px;*/
	/*margin-bottom: -1px;*/
}
body> .root > header .main_menu > a{
	display: none;
}
body > .root > header .top_menu > nav{
	bottom: auto;
	display: block;
	position: relative;
	top: 0; left: 0;
}

body > .root > header .top_menu > nav > ul{
	display: block;
	position: relative;
	list-style: none;
}
body > .root > header .top_menu > nav > ul:after{
	content: '';
	display: block;
	height: 0px; width: 100%;
	clear: both;
	visibility: hidden;
}
body > .root > header .top_menu > nav > ul:before{
	content: '';
	display: block;
	width: 1px;
	/*width: 3px;*/
	height: 100%;
	position: absolute;
	top: 0px; right: 0px;
	background-color: #cecece;
	z-index: 0;
}
body > .root > header .top_menu > nav > ul > li{
	display: block;
	position: relative;
	float: left;
	background: none;
	height: auto;
}
	body > .root > header .top_menu > nav > ul > li > a{
		display: block;
		position: relative;
		color: #093c71;
	  	/*padding: 13px 48px;*/
	  	padding: 13px 16px;
	  	min-width: 110px;
	  	text-align: center;
	  	font-family: 'krakow_airportbold';
	  	font-size: 17px;
	  	line-height: 24px;
		background-color: transparent;
		-webkit-transition: background-color 0.3s ease, color 0.3s ease;
		transition: background-color 0.3s ease, color 0.3s ease;
	}
	body > .root > header .top_menu > nav > ul > li + li > a:before{
		content: '';
		display: block;
		width: 1px;
		/*width: 3px;*/
		height: 100%;
		position: absolute;
		top: 0px; left: -1px;
		pointer-events: none;
		background-color: #cecece;
		-webkit-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;
		/*border-left: 1px solid #cecece;*/
		/*border-right: 1px solid #fbfbfb;*/
/*		-webkit-transition: border 0.3s ease;
		transition: border 0.3s ease;*/
	}
body > .root > header .top_menu > nav > ul > li.active{

}
	body > .root > header .top_menu > nav > ul > li > a:focus,
	body > .root > header .top_menu > nav > ul > li > a:hover,
	body > .root > header .top_menu > nav > ul > li.active > a{
		color: #fff;
		background-color: #093c71;
	}
	body > .root > header .top_menu > nav > ul > li > a:focus:before,
	body > .root > header .top_menu > nav > ul > li > a:hover:before,
	body > .root > header .top_menu > nav > ul > li:hover > a:before,
	body > .root > header .top_menu > nav > ul > li.active > a:before,
	body > .root > header .top_menu > nav > ul > li:hover + li > a:before,
	body > .root > header .top_menu > nav > ul > li.active + li > a:before{
		background-color: transparent;
		/*border-left: 1px solid transparent;*/
		/*border-right: 1px solid transparent;*/
	}

body > .root > header .main_menu{
	display: block;
	position: relative;
}
body > .root > header .main_menu > nav{
	bottom: auto;
	display: block;
	position: relative;
	top: 0; left: 0;
}

body > .root > header .main_menu > nav > ul{
	display: block;
	width: 100%;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	list-style: none;
	padding-right: 60px;
}
body > .root > header .main_menu > nav > ul:after{
	content: '';
	display: block;
	height: 0px; width: 100%;
	clear: both;
	visibility: hidden;
}
body > .root > header .main_menu > nav > ul > li{
	display: block;
	float: left;
	background: none;
	height: auto;
}
	body > .root > header .main_menu > nav > ul > li > a{
		display: block;
		position: relative;
		color: #fff;
	  	padding: 18px 20px;
	  	font-family: 'krakow_airportregular';
	  	font-size: 16px;
	  	line-height: 24px;
		background-color: transparent;
		-webkit-transition: background-color 0.3s ease, color 0.3s ease;
		transition: background-color 0.3s ease, color 0.3s ease;
	}
	body > .root > header .main_menu > nav > ul > li + li > a:before{
		content: '';
		display: block;
		width: 0px;	height: 60%;
		position: absolute;
		top: 20%; left: -1px;
		/*background-color: #3a638d;*/
		border-left: 1px solid #082246;
		border-right: 1px solid #3a638d;
		pointer-events: none;
		-webkit-transition: border 0.3s ease;
		transition: border 0.3s ease;
	}
body > .root > header .main_menu > nav > ul > li.active{

}
	body > .root > header .main_menu > nav > ul > li.active,
	body > .root > header .main_menu > nav > ul > li:hover > a,
	body > .root > header .main_menu > nav > ul > li > a:focus,
	body > .root > header .main_menu > nav > ul > li > a:hover,
	body > .root > header .main_menu > nav > ul > li.active > a{
		color: #fff;
		background-color: #22d3c5;
	}
	body > .root > header .main_menu > nav > ul > li > a:focus:before,
	body > .root > header .main_menu > nav > ul > li > a:hover:before,
	body > .root > header .main_menu > nav > ul > li:hover > a:before,
	body > .root > header .main_menu > nav > ul > li.active > a:before,
	body > .root > header .main_menu > nav > ul > li:hover + li > a:before,
	body > .root > header .main_menu > nav > ul > li.active + li > a:before{
		/*background-color: transparent;*/
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}	

body > .root > header .main_menu > nav > ul > li > .submenu_box{
	z-index: 1;
	display: block;
	width: 100%;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px;
	position: absolute;
	top: 100%; left: 0px;
	background-color: #fff;
	border: 3px solid #22d3c5;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: visibility 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
	transition: visibility 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}
body > .root > header .main_menu > nav > ul > li > a + .submenu_box:hover,
body > .root > header .main_menu > nav > ul > li.active > a + .submenu_box,
body > .root > header .main_menu > nav > ul > li:hover > a + .submenu_box,
body > .root > header .main_menu > nav > ul > li > a:hover + .submenu_box{
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
	body > .root > header .main_menu > nav > ul > li > .submenu_box:after{
		content: '';
		display: block;
		height: 0px; width: 100%;
		clear: both;
		visibility: hidden;
	}
	body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu{
		z-index: 1;
		display: block;
		width: 50%;
		-o-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		float: left;
	}
		body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu:after{
			content: '';
			display: block;
			height: 0px; width: 100%;
			clear: both;
			visibility: hidden;
		}
		body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul{
			list-style: none;
			display: block;
			width: 50%;
			-o-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			float: left;
			padding: 0px;
			padding-right: 20px;
		}
			body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li{
				display: block;
				border-bottom: 1px solid #f0f0ef;
			}
				body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a{
					display: block;
					color: #2d2d2d;
					font-size: 16px;
					line-height: 24px;
					padding: 9px 14px;
					-webkit-transition: color 0.3s ease;
					transition: color 0.3s ease;
					position: relative;
				}
					body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a:before{
						content: '';
						display: block;
						position: absolute;
						top: 50%; margin-top: -5px;
						left: -7px;
						border-top: 10px solid transparent;
						border-left: 6px solid transparent;
						border-right: 6px solid transparent;
						-webkit-transition: border 0.3s ease;
						transition: border 0.3s ease;
					}
					body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a:focus,
					body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a:hover{
						color: #093c71
					}
						body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a:focus:before,
						body > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a:hover:before{
							border-top: 10px solid #22d3c5;
						}
	body > .root > header .main_menu > nav > ul > li > .submenu_box .special{
		z-index: 1;
		display: block;
		width: 50%;
		-o-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		float: right;
		font-size: 1px;
		font-size: 0px;
		text-align: center;
	}
		body > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview{
			z-index: 0;
			display: inline-block;
			vertical-align: middle;
			padding-right: 160px;
			position: relative;
			text-align: left;
		}
			body > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview h2{
				display: block;
				font-family: 'krakow_airportbold';
				font-size: 16px;
				line-height: 24px;
				padding: 9px 0px;
			}
			body > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview p{
				display: block;
				font-family: Helvetica, Arial, serif;
				font-weight: bold;
				font-size: 14px;
				line-height: 22px;
				color: #093c71;
			}
			body > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview a{
				display: inline-block;
				background-color: #093c71;
				color: #fff;
				font-family: 'krakow_airportbold';
				font-size: 16px;
				line-height: 24px;
				padding: 4px 22px;
				-webkit-transition: background-color 0.3s ease, color 0.3s ease;
				transition: background-color 0.3s ease, color 0.3s ease;
				margin-top: 32px;
			}
				body > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview a:focus,
				body > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview a:hover{
					background-color: #22d3c5;
					color: #fff;
				}
			body > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview h2 + a,
			body > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview h2 + p > a{
				margin-top: 24px;
			}
		body > .root > header .main_menu > nav > ul > li > .submenu_box .special .image_box{
			z-index: 1;
			display: inline-block;
			vertical-align: middle;
			width: 0px;
		}
			body > .root > header .main_menu > nav > ul > li > .submenu_box .special .image_box > .image{
				width: 120px;
				position: relative;
				left: -120px;
			}
				body > .root > header .main_menu > nav > ul > li > .submenu_box .special .image_box > .image > img{
					display: block;
					width: 100%; height: auto;
					position: relative;
				}

body > .root > header .top_utils{
	display: block;
	position: relative;
	float: right;
	margin-right: -1px;
	/*margin-right: -3px;*/
	font-weight: bold;
	/*margin-bottom: -1px;*/
}
	body > .root > header .top_utils:after{
		content: '';
		display: block;
		height: 0px; width: 100%;
		clear: both;
		visibility: hidden;
	}
	body > .root > header .top_utils > div{
		display: block;
		float: left;
	}
	body > .root > header .top_utils .blind:hover + .lang-select:before{
		background-color: transparent;
	}
	body > .root > header .top_utils .blind > a{
		display: block;
		position: relative;
		color: #093c71;
	  	padding: 17px 28px;
	  	font-size: 13px;
	  	line-height: 16px;
		background-color: transparent;
		cursor: pointer;
		-webkit-transition: background-color 0.3s ease, color 0.3s ease;
		transition: background-color 0.3s ease, color 0.3s ease;
	}
	body > .root > header .top_utils .blind > a:hover{
		color: #fff;
		background-color: #093c71;
	}
	body > .root > header .top_utils .blind > a:before{
		content: '';
		display: block;
		width: 1px;
		/*width: 3px;*/
		height: 100%;
		position: absolute;
		top: 0px; left: 0px;
		background-color: #cecece;
		-webkit-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;
		/*border-left: 1px solid #cecece;*/
		/*border-right: 1px solid #fbfbfb;*/
		/*-webkit-transition: border 0.3s ease;*/
		/*transition: border 0.3s ease;*/
		pointer-events: none;
	}
	body > .root > header .top_utils .blind > a:hover:before{
		background-color: transparent;
		/*border-left: 1px solid transparent;*/
		/*border-right: 1px solid transparent;*/
	}

	body > .root > header .top_utils .lang-select{
		position: relative;
		right: auto; left: 0px;
	}
	body.lang-en > .root > header .top_utils .lang-select{
		width: auto;
	}

body > .root > header h1 {
	display: block;
	position: relative;
	top: 0px; left: 0px;
	padding: 40px 0px;
	float: left;
	margin-left: 40px;
}
body > .root > header h1 > a,
body > .root > header h1 > a > img{
	display: block;
}
body > .root > header h1 > a{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body > .root > header h1 > a:focus,
body > .root > header h1 > a:hover{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

body > .root > header .lang-select{
	background: none;
  	/*width: 190px;*/
  	width: auto;
  	max-height: 50px;
}
/*body > .root > header .lang-select:hover,*/
body > .root > header .lang-select > .spacer{
	display: block;
  	font-size: 13px;
  	line-height: 16px;
  	padding: 17px 24px;
	background-color: #f7f7f6;
	color: #093c71;
	position: relative;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
body > .root > header .lang-select:after,
body > .root > header .lang-select:before{
	content: '';
	display: block;
	width: 1px;
	/*width: 3px;*/
	position: absolute;
	background-color: #cecece;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	/*border-left: 1px solid #cecece;*/
	/*border-right: 1px solid #fbfbfb;*/
	/*-webkit-transition: border 0.3s ease;*/
	/*transition: border 0.3s ease;*/
	pointer-events: none;
	z-index: 1;
}
body > .root > header .lang-select:before{
	height: 100%;
	top: 0px;
	left: 0px;
}
body > .root > header .lang-select:after{
	height: 100%;
	top: 0px;
	right: 0px;
	/*border-right: 0px solid transparent;*/
}
body > .root > header .lang-select.active:after,
body > .root > header .lang-select.active:before{
	background-color: transparent;
	/*border-left: 1px solid transparent;*/
	/*border-right: 1px solid transparent;*/
	/*z-index: -1;*/
}
body > .root > header .lang-select.active > .spacer{
	color: #fff;
	background-color: #093c71;
}
	body > .root > header .lang-select > .spacer > span{
		color: #22d3c5;
	}
	body > .root > header .lang-select > .spacer > a.selected{
		background: none;
		padding: 0px;
	}
	body > .root > header .lang-select > .spacer > .lang-list{
		overflow: hidden;
		max-height: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		-webkit-transition: padding-top 0.3s ease, margin-bottom 0.3s ease, max-height 0.3s ease;
		transition: padding-top 0.3s ease, margin-bottom 0.3s ease, max-height 0.3s ease;
	}
	body > .root > header .lang-select.active > .spacer > .lang-list{
		padding-top: 17px;
		margin-bottom: -9px;
		max-height: 200px
	}
		body > .root > header .lang-select > .spacer > .lang-list a{
			color: inherit;
		  	padding: 9px 0px;
		}
			body > .root > header .lang-select > .spacer > .lang-list a img{
				padding-left: 5px;
			}

body > .root > header .header_utils{
	display: block;
	position: relative;
	float: right;
	font-size: 1px; font-size: 0px;
	margin-right: 40px;
}
body > .root > header .header_utils:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 142px; width: 0px;
	position: relative;
}
body > .root > header .wetter,
body > .root > header .currency-value,
body > .root > header .header_utils > div{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0px; left: 0px;
}

body > .root > header .currency-value > .currency-select{
	display: block;
	background: none;
	width: auto; height: 30px;
	float: right;
}
	body > .root > header .currency-value > .currency-select ul{
		border: 1px solid #cecece;
		margin: 0px;
	}
		body > .root > header .currency-value > .currency-select ul:after{
			content: '';
			display: block;
			height: 0px; width: 100%;
			clear: both;
			visibility: hidden;
		}
		body > .root > header .currency-value > .currency-select ul li{
			display: block;
			float: left;
		}
			body > .root > header .currency-value > .currency-select ul li a:hover,
			body > .root > header .currency-value > .currency-select ul li.active a{
				background: none;
			}
			body > .root > header .currency-value > .currency-select ul li + li{
				border-left: 1px solid #cecece;
			}
			body > .root > header .currency-value > .currency-select ul li a{
				display: block;
				text-decoration: none;
				color: inherit;
				border: 1px solid #fff;
				width: 26px; height: 26px;
			}
				body > .root > header .currency-value > .currency-select ul li a > span{
					display: block;
					background-color: transparent;
					color: #093c71;
					font-size: 12px;
					line-height: 16px;
					padding: 5px 0px;
					width: 26px; height: 16px;
					-webkit-transition: background-color 0.3s ease, color 0.3s ease;
					transition: background-color 0.3s ease, color 0.3s ease;
				}
				body > .root > header .currency-value > .currency-select ul li a:hover > span,
				body > .root > header .currency-value > .currency-select ul li.active a > span{
					background-color: #093c71;
					color: #fff;
				}
	body > .root > header .currency-value > .current{
		display: block;
		text-align: left;
		padding: 3px 10px;
		padding-left: 24px;
		line-height: 24px;
		height: 24px;
		float: left;
	}
		body > .root > header .currency-value > .current > span{
			display: inline-block;
			min-width: 86px;
			text-align: right;
		}

body > .root > header .wetter{
	border-right: 1px solid #e3e3e3;
	padding: 0px 24px;
}
	body > .root > header .wetter > div{
		padding: 8px 0px;
	}
		body > .root > header .wetter > div > a{
			display: inline-block;
			color: #22d3c5;
			padding: top: 4px;
		  	background: url("../img/arrow_aqua.png") 100% 5px no-repeat;
		}
		body > .root > header .wetter > div > a:hover{
			color: #093c71;
		  	background: url("../img/arrow_dark.png") 100% 5px no-repeat;
		}


body > .root > header .main_menu_bar{
	display: block;
	position: relative;
	background-color: #093c71;
}
	body > .root > header .main_menu_bar:after{
		content: '';
		display: block;
		height: 0px; width: 100%;
		clear: both;
		visibility: hidden;
	}

body > .root > header .main_menu_bar > .main_menu{
	z-index: 0;
}
body > .root > header .main_menu_bar > .search_box{
	z-index: 1;
	display: block;
	height: 60px;
	position: absolute;
	top: 0px; right: 0px;
}
body > .root > header .main_menu_bar > .search_box form,
body > .root > header .main_menu_bar > .search_box fieldset{
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
	body > .root > header .main_menu_bar > .search_box .input_decoration{
		z-index: 0;
		display: block;
		height: 60px; width: 0px;
		padding: 0px 0px;
		padding-left: 60px;
		overflow: hidden;
		position: relative;
		-webkit-transition: width 0.3s ease;
		transition: width 0.3s ease;
	}
		body > .root > header .main_menu_bar > .search_box .input_decoration:before{
			z-index: 0;
			content: '';
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			border-top: 60px solid #22d3c5;
			border-left: 60px solid transparent;
		}
		body > .root > header .main_menu_bar > .search_box .input_decoration:after{
			z-index: 0;
			content: '';
			display: block;
			height: 60px;
			position: absolute;
			top: 0px;
			left: 60px;
			border-right: 4px solid #22d3c5;
		}
	body > .root > header .main_menu_bar > .search_box.active .input_decoration,
	body > .root > header .main_menu_bar > .search_box:hover .input_decoration{
		width: 240px;
	}
	body > .root > header .main_menu_bar > .search_box .input_box{
		z-index: 1;
		display: block;
		height: 60px; width: 100%;
		overflow: hidden;
		position: relative;
	}
		body > .root > header .main_menu_bar > .search_box .input_box > input{
			z-index: 0;
			display: block;
			width: 240px; height: 100%;
			-o-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding: 20px 0px;
			padding-right: 60px;
			border: 0px;
			font-size: 16px;
			line-height: 20px;
			background-color: #22d3c5;
			color: #093c71;
		}

		body > .root > header .main_menu_bar > .search_box .input_box > input:-ms-input-placeholder{color:#093c71}
		body > .root > header .main_menu_bar > .search_box .input_box > input:-moz-placeholder{color:#093c71}
		body > .root > header .main_menu_bar > .search_box .input_box > input::-moz-placeholder{color:#093c71}
		body > .root > header .main_menu_bar > .search_box .input_box > input::-webkit-input-placeholder{color:#093c71}
		body > .root > header .main_menu_bar > .search_box .input_box > input:focus:-ms-input-placeholder{color:transparent}
		body > .root > header .main_menu_bar > .search_box .input_box > input:focus:-moz-placeholder{color:transparent}
		body > .root > header .main_menu_bar > .search_box .input_box > input:focus::-moz-placeholder{color:transparent}
		body > .root > header .main_menu_bar > .search_box .input_box > input:focus::-webkit-input-placeholder{color:transparent}

	body > .root > header .main_menu_bar > .search_box .submit_box{
		display: block;
		height: 60px; width: 60px;
		position: absolute;
		top: 0px; right: 0px;
	}
		/*
		body > .root > header .main_menu_bar > .search_box .submit_box:before{
			z-index: 0;
			content: '';
			display: block;
			position: absolute;
			top: 0px;
			right: 0px;
			border-top: 60px solid #22d3c5;
			border-left: 60px solid transparent;
		}*/
		body > .root > header .main_menu_bar > .search_box .submit_box > img{
			z-index: 1;
			display: block;
			width: 18px; height: 18px;
			position: absolute;
			top: 10px; right: 8px;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		body > .root > header .main_menu_bar > .search_box .submit_box > input{
			z-index: 2;
			display: block;
			width: 100%; height: 100%;
			border: 0px;
			padding: 0px;
			margin: 0px;
			position: relative;
			cursor: pointer;
			color: transparent;
			background-color: transparent;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	body > .root > header .main_menu_bar > .search_box.active .submit_box > img,
	body > .root > header .main_menu_bar > .search_box:hover .submit_box > img{
		width: 24px; height: 24px;
		top: 18px; right: 18px;
	}

.small_boxes_grid{
	display: block;
	position: relative;
	margin-left: -20px;
	margin-top: -20px;
}
	.small_boxes_grid:after{
		content: '';
		display: block;
		height: 0px; width: 100%;
		clear: both;
		visibility: hidden;
	}
	.small_boxes_grid > article{
		display: block;
		width: 25%;
		-o-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		padding-top: 20px;
		float: left;
	}
		.small_boxes_grid > article > a{
			display: block;
			position: relative;
			text-align: none;
			color: #093c71;
		}
		.small_boxes_grid > article > a:before{
			z-index: 1;
			content: '';
			display: block;
			position: absolute;
			top: 100%; left: 100%;
			margin-left: -30px;
			margin-top: -30px;
			border-bottom: 30px solid #fff;
			border-left: 30px solid transparent;
		}
		.small_boxes_grid > article > a:after{
			z-index: 2;
			content: '';
			display: block;
			position: absolute;
			top: 100%; left: 100%;
			margin-left: -25px;
			margin-top: -25px;
			border-bottom: 25px solid #003a65;
			border-left: 25px solid transparent;
			-webkit-transition: border 0.3s ease, margin 0.3s ease;
			transition: border 0.3s ease, margin 0.3s ease;
		}
			.small_boxes_grid > article > a > img{
				z-index: 0;
				display: block;
				width: 100%; height: auto;
				position: relative;
			}
			.small_boxes_grid > article > a > .content{
				z-index: 1;
				display: block;
				width: 100%; height: 100%;
				position: absolute;
				top: 0px; left: 0px;
				font-size: 1px; font-size: 0px;
			}
				.small_boxes_grid > article .content:after{
					content: '';
					display: inline-block;
					vertical-align: middle;
					height: 100%; width: 0px;
				}
				.small_boxes_grid > article .content > .text{
					display: inline-block;
					vertical-align: middle;
					font-size: 16px;
					line-height: 24px;
					padding: 10px 30px;
					-o-box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					max-width: 99%;
				}
					.small_boxes_grid > article .content > .text > h4{
						font-size: 20px;
						font-family: 'krakow_airportbold';
					}
					.small_boxes_grid > article .content > .text > span{
						font-family: 'krakow_airportbold';
					}
			.small_boxes_grid > article > a:hover:after{
				margin-top: -23px; margin-left: -23px;
				border-bottom: 25px solid #22d3c5;
				border-left: 25px solid transparent;
			}


.flight-table-footer > a.all-flights{
	background: none;
	background-color: #003a65;
	font-size: 16px;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
	.flight-table-footer > a.all-flights:focus,
	.flight-table-footer > a.all-flights:hover{
		background: none;
		background-color: #22d3c5;
		font-size: 16px;
		-webkit-transition: background-color 0.3s ease, color 0.3s ease;
		transition: background-color 0.3s ease, color 0.3s ease;
	}

	.board-flights > .pages-contener{
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
	}

.system-notification.redesign{

}
	.system-notification.redesign > .message{
		display: block;
		position: relative;
		background: none;
		background-color: #fff;
		/*border: 2px solid #22d3c5;*/
		border: 2px solid #EC1C24;;
		min-height: 80px;
		padding-left: 80px;
		padding-right: 48px;
	}
		.system-notification.redesign > .message > .content{
			  padding: 20px 0px;
		}
		.system-notification.redesign > .message > .icon{
			display: block;
			width: 80px; height: 80px;
			position: absolute;
			top: 0px; left: 0px;
		}
			.system-notification.redesign > .message > .icon:before{
				z-index: 0;
				content: '';
				display: block;
				position: absolute;
				top: 0px; left: 0px;
				/*border-top: 80px solid #22d3c5;*/
				border-top: 80px solid #EC1C24;
				border-right: 80px solid transparent;
			}
			.system-notification.redesign > .message > .icon > span{
				z-index: 1;
				display: block;
				width: 24px; height: 24px;
				font-size: 32px;
				line-height: 24px;
				text-align: center;
				color: #fff;
				position: absolute;
				top: 16px; left: 12px;
			}
		.system-notification.redesign > .message > .close{
			background: none;
			display: block;
			width: 48px; height: 48px;
			position: absolute;
			top: -2px; right: -2px;
		}
			.system-notification.redesign > .message > .close:before{
				z-index: 0;
				content: '';
				display: block;
				position: absolute;
				top: 0px; left: 0px;
				/*border-top: 48px solid #22d3c5;*/
				border-top: 48px solid #EC1C24;
				border-left: 48px solid transparent;
				-webkit-transition: border 0.3s ease;
				transition: border 0.3s ease;
			}
			.system-notification.redesign > .message > .close > span{
				z-index: 1;
				display: block;
				padding: 0px;
				width: 12px; height: 12px;
				position: absolute;
				top: 10px; right: 10px;
				background-repeat: no-repeat;
				background-image: url('../img/close_cross.png');
				background-position: 50% 50%;
			}
			.system-notification.redesign > .message > .close:hover:before{
				border-top: 48px solid #003a65;
				border-left: 48px solid transparent;
			}

		.system-notification.redesign > .message > .content{
			position: relative;
			font-family: 'krakow_airportbold';
		}
			.system-notification.redesign > .message > .content > .text{
				display: block;
				color: #093c71;
				font-size: 16px;
			}
			.system-notification.redesign > .message > .content > .date{
				display: block;
				color: #a6a6a6;
				font-size: 12px;
				padding-top: 6px;
			}


.home-slider.redesign{
	margin: 0px -40px;
	height: 486px;
}
	.home-slider.redesign > .page-contener{
		/*height: 486px;*/
		height: 100%;
	}
	.home-slider.redesign .board-flights {
		top: 40px;
		right: 40px;
	}

	.home-slider.redesign > .nav-dots{
		top: 40px;
		left: 44px;
	}
		.home-slider.redesign > .nav-dots > a{
			width: 24px; height: 22px;
			background: none;
		}
			.home-slider.redesign > .nav-dots > a:before{
				content: '';
				display: block;
				position: absolute;
				border-left: 12px solid transparent;
				border-right: 12px solid transparent;
				-webkit-transition: border 0.3s ease;
				transition: border 0.3s ease;
			}
			.home-slider.redesign > .nav-dots > a.arr_u:before{
				border-top: 20px solid #003a65;
				top: 0px;
			}
			.home-slider.redesign > .nav-dots > a.arr_d:before{
				border-bottom: 20px solid #003a65;
				bottom: 0px;
			}
			.home-slider.redesign > .nav-dots > a.arr_u:hover:before,
			.home-slider.redesign > .nav-dots > a.arr_u.active:before{
				border-top: 20px solid #22d3c5;
			}
			.home-slider.redesign > .nav-dots > a.arr_d:hover:before,
			.home-slider.redesign > .nav-dots > a.arr_d.active:before{
				border-bottom: 20px solid #22d3c5;
			}

	.home-slider.redesign > .page-contener > .page > .description{
		bottom: 40px;
	}
	.home-slider.redesign > .page-contener > .page >.description > a{
		color: #22d3c5;
		background: url("../img/home_slider_description_more_bg_new.png") 100% 0px no-repeat;
	}


.news-box.redesign .items{
	padding: 0px 18px;
	background: url("../img/news_box_content_bg.png") 0px 0px repeat-x;
}
	.news-box.redesign .items > .item{
		display: block;
		position: relative;
	}
	.news-box.redesign .items > .item + .item{
		border-top: 1px solid #e7e6e6;
	}
		.news-box.redesign .items > .item > a{
			display: block;
			position: relative;
			padding: 18px 0px;
		}
			.news-box.redesign .items > .item > a > .img{
				z-index: 1;
				display: block;
				height: 70px; width: 120px;
				position: absolute;
				top: 18px; left: 0px;
				overflow: hidden;
			}
			.news-box.redesign .items > .item > a > .text{
				z-index: 0;
				display: block;
				position: relative;
				padding-left: 140px;
				min-height: 72px;
			}
				.news-box.redesign .items > .item > a > .text h3{
					font-size: 14px;
					line-height: 18px;
					color: #093c71;
					font-family: Helvetica, Arial, serif;
					font-weight: bold;
					-webkit-transition: color 0.3s ease;
					transition: color 0.3s ease;
				}
				.news-box.redesign .items > .item > a > .text .date{
					font-size: 11px;
					line-height: 18px;
					color: #b2b2b2;
					font-family: Helvetica, Arial, serif;
				}
				.news-box.redesign .items > .item > a > .text .desc{
					font-size: 13px;
					line-height: 18px;
					color: #6c6c6c;
					font-family: Helvetica, Arial, serif;
				}
					.news-box.redesign .items > .item > a > .text .desc > .desc_text{
						display: inline-block;
						margin-right: 22px;
					}
						.news-box.redesign .items > .item > a > .text .desc > .desc_text > .arrow{
							display: inline-block;
							width: 0px; height: 6px;
							position: relative;
						}
							.news-box.redesign .items > .item > a > .text .desc > .desc_text > .arrow > .icon{
								display: block;
								width: 12px; height: 5px;
								position: absolute;
								top: 0px;
								left: 0px;
								pointer-events: none;
								background-repeat: no-repeat;
								background-position: 0% 50%;
								background-image: url("../img/arrow_gray_right_short.png");
								-webkit-transition: left 0.3s ease;
								transition: left 0.3s ease;
							}

				.news-box.redesign .items > .item > a:hover > .text h3{
					color: #22d3c5;
				}
				/*
				.news-box.redesign .items > .item > a:hover > .text .date{
					color: #b2b2b2;
				}
				*/
				/*
				.news-box.redesign .items > .item > a:hover > .text .desc{
					color: #6c6c6c;
				}
				*/
				.news-box.redesign .items > .item > a:hover > .text .desc > .desc_text > .arrow > .icon{
					left: 10px;
				}

				.news-box.redesign > .header > header a{
					color: #0c3369;
					-webkit-transition: color 0.3s ease;
					transition: color 0.3s ease;
				}
				.news-box.redesign > .header > header a:hover{
					color: #22d3c5;
				}

form.EskyHome.redesign{
	background-color: #f5f5f5;
	height: 240px;
}
	form.EskyHome.redesign .EskyHome-Header{
		padding: 0px;
		padding-top: 14px;	
	}
	form.EskyHome.redesign .Box1{
		top: 68px;
	}
	form.EskyHome.redesign .Box2{
		top: 68px;
	}
	form.EskyHome.redesign .Box3{
		top: 134px;
	}
	form.EskyHome.redesign .Box2-Col span{
		padding-top: 1px;
	}
	form.EskyHome.redesign .footer{
  		border-bottom: 3px solid #093c71;
	}
		form.EskyHome.redesign .footer .submit_bt{
			display: block;
			position: absolute;
			bottom: 0px; right: 0px;
		}
			form.EskyHome.redesign .footer .submit_bt:after{
				z-index: 0;
				content: '';
				display: block;
				border-bottom: 110px solid #093c71;
				border-left: 110px solid transparent;
				-webkit-transition: border 0.3s ease;
				transition: border 0.3s ease;
			}
			form.EskyHome.redesign .footer .submit_bt > input{
				z-index: 2;
				display: block;
				width: 100%; height: 100%;
				position: absolute;
				top: 0px; left: 0px;
				padding: 0px;
				color: transparent;
				background: none;
				background-color: transparent;
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
				opacity: 0;
			}
			form.EskyHome.redesign .footer .submit_bt > span{
				z-index: 1;
				color: #fff;
				font-size: 14px;
				line-height: 20px;
				font-family: 'krakow_airportbold';
				text-align: right;
				position: absolute;
				bottom: 10px; right: 12px;
				max-width: 70%;
			}

			form.EskyHome.redesign .footer .submit_bt:hover:after{
				border-bottom: 110px solid #22d3c5;
			}

.contener-3Acols > .col2 > .spacer{
	padding: 0px 0px 20px 20px;
}

body > .root > .content .info-boxes.redesign{
	background-color: #093c71;
}
	body > .root > .content .info-boxes.redesign > .spacer{
		padding: 30px 50px;
		padding-left: 20px;
		padding-bottom: 40px;
	}
		body > .root > .content .info-boxes.redesign > .spacer:after{
			content: '';
			display: block;
			height: 0px; width: 100%;
			clear: both;
			visibility: hidden;
		}
		body > .root > .content .info-boxes.redesign > .spacer > ul{
			display: block;
			margin: 0px;
			width: 25%;
			-o-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding-left: 30px;
		}
		body > .root > .content .info-boxes.redesign > .spacer ul > li a{
			color: #fff;
			-webkit-transition: color 0.3s ease;
			transition: color 0.3s ease;
		}
		body > .root > .content .info-boxes.redesign > .spacer ul > li a:focus,
		body > .root > .content .info-boxes.redesign > .spacer ul > li a:hover{
			color: #22d3c5;
		}
		body > .root > .content .info-boxes.redesign > .spacer ul > li h2 > a{
			background: none;
			padding: 0px;
		}

body > .root > footer{
	height: auto;
	/*padding-bottom: 30px;*/
}
	body > .root > footer > .pics{
		display: block;
		float: none;
		position: relative;
		top: 0px; left: 0px;
		padding: 40px 50px;
		font-size: 1px;
		font-size: 0;
	}
	body > .root > footer > .pics:after{
		content: '';
		display: block;
		height: 0px; width: 100%;
		clear: both;
		visibility: hidden;
	}
	body > .root > footer > .pics > .pics_l
	body > .root > footer > .pics > .pics_r{
		display: block;
		position: relative;
		top: 0px; left: 0px;
	}
	body > .root > footer > .pics > .pics_l{
		float: left;
	}
		body > .root > footer > .pics > .pics_l .pic + .pic{
			margin-left: 40px;
		}
	body > .root > footer > .pics > .pics_r{
		float: right;
	}
		body > .root > footer > .pics > .pics_r .pic + .pic{
			margin-left: 20px;
		}
		body > .root > footer > .pics .pic{
			/*display: block;
			float: left;*/
			display: inline-block;
			vertical-align: middle;
		}
		body > .root > footer > .pics .pic > a{
			display: block;
		}
		body > .root > footer > .pics .pic img{
			display: block;
		}

	body > .root > footer > .pics > .pics_t
	body > .root > footer > .pics > .pics_b{
		display: block;
		position: relative;
		top: 0px; left: 0px;
	}
	body > .root > footer > .pics .pic.pic_l,
	body > .root > footer > .pics .pic.pic_r{
		width: 50%;
		-o-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	body > .root > footer > .pics .pic.pic_l img,
	body > .root > footer > .pics .pic.pic_r img{
		display: inline-block;
		max-width: 100%;
	}
	body > .root > footer > .pics .pic.pic_l{
		padding-right: 30px;
	}
	body > .root > footer > .pics .pic.pic_r{
		padding-left: 30px;
	}
	body > .root > footer > .pics > .pics_b{
		padding-top: 80px;
		text-align: left;
	}
	body > .root > footer > .pics > .pics_b .pic{
		/*width: 50%;*/
		padding-right: 60px;
	}
	body > .root > footer > .pics > .pics_b .pic img{
		display: inline-block;
	}

	body > .root > footer > .copyright{
		display: block;
		float: none;
		position: relative;
		top: 0px; left: 0px;
		padding: 28px 50px;
		font-size: 12px;
		line-height: 16px;
		border-top: 1px solid #d8d8d8;
	}
	body > .root > footer > .copyright:after{
		content: '';
		display: block;
		height: 0px; width: 100%;
		clear: both;
		visibility: hidden;
	}
	body > .root > footer > .copyright .copy_l{
		float: left;
	}
	body > .root > footer > .copyright .copy_r{
		float: right;
	}
		body > .root > footer > .copyright a{
			color: #093c71;
			-webkit-transition: color 0.3s ease;
			transition: color 0.3s ease;
		}
		body > .root > footer > .copyright a:hover{
			color: #22d3c5;
		}

.airport-infodata.redesign{
	display: block;
	position: relative;
	padding: 0px;
	background: none;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("../img/infodata_bg.png");
}
	.airport-infodata.redesign > .bg{
		z-index: 0;
		display: none;
		width: 100%; height: 100%;
		position: absolute;
		top: 0px; left: 0px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url("../img/infodata_bg.png");
		margin: 0px -40px;
		padding: 0px 40px;
	}
	.airport-infodata.redesign:before{
		content: '';
		display: block;
		width: 100%; height: 6px;
		position: absolute;
		top: 0px;
		z-index: 2;
		background-repeat: repeat-x;
		background-position: top left;
		background-image: url("../img/shadow_bot.png");
	}
	.airport-infodata.redesign:after{
		content: '';
		display: block;
		width: 100%; height: 6px;
		position: absolute;
		bottom: 0px;
		z-index: 2;
		background-repeat: repeat-x;
		background-position: bottom left;
		background-image: url("../img/shadow_top.png");
	}
	.airport-infodata.redesign .cols{
		z-index: 1;
		display: block;
		position: relative;
		padding: 40px 50px;
		padding-left: 20px;
	}
		.airport-infodata.redesign .cols:after{
			content: '';
			display: block;
			height: 0px; width: 100%;
			clear: both;
			visibility: hidden;
		}
		.airport-infodata.redesign .cols > .col{
			display: block;
			position: relative;
			float: left;
			width: 25%;
			-o-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding-left: 30px;
		}
		.airport-infodata.redesign .cols > .col.right{
			float: right;
		}
		.airport-infodata.redesign .cols > .col > h3{
			color: #093c71;
			font-family: 'krakow_airportbold';
			font-size: 26px;
			line-height: 24px;
			font-variant: small-caps;
			padding: 8px 0px;
		}
		.airport-infodata.redesign .cols > .col > .icon{
			display: block;
			padding: 10px 0px;
			background-repeat: no-repeat;
			background-position: 0% 50%;
			font-size: 16px;
			line-height: 20px;
			font-family: Helvetica, Arial, serif;
			font-weight: bold;
			color: #2d2d2d;
		}
			.airport-infodata.redesign .cols > .col > .icon.phone{
				padding-left: 38px;
				background-image: url("../img/ico_phone_new.png");
			}
			.airport-infodata.redesign .cols > .col > .icon.mail{
				padding-left: 44px;
				background-image: url("../img/ico_mail_new.png");
			}

@media screen and (min-width: 1380px) {
	.airport-infodata.redesign{
		background: none;
		background-color: #f1f1f1;
	}
	.airport-infodata.redesign > .bg{
		display: block;
	}
}

.subpage-slider.redesign{
	height: 370px;
	width: 100%;
}
	.subpage-slider.redesign > .page-contener{
		/*height: 370px;*/
		height: 100%;
	}
	.subpage-slider.redesign > .nav-dots{
		top: 30px;
		right: 20px;
		left: auto;
	}
		.subpage-slider.redesign > .nav-dots > a{
			width: 24px; height: 22px;
			background: none;
		}
			.subpage-slider.redesign > .nav-dots > a:before{
				content: '';
				display: block;
				position: absolute;
				border-left: 12px solid transparent;
				border-right: 12px solid transparent;
				-webkit-transition: border 0.3s ease;
				transition: border 0.3s ease;
			}
			.subpage-slider.redesign > .nav-dots > a.arr_u:before{
				border-top: 20px solid #003a65;
				top: 0px;
			}
			.subpage-slider.redesign > .nav-dots > a.arr_d:before{
				border-bottom: 20px solid #003a65;
				bottom: 0px;
			}
			.subpage-slider.redesign > .nav-dots > a.arr_u:hover:before,
			.subpage-slider.redesign > .nav-dots > a.arr_u.active:before{
				border-top: 20px solid #22d3c5;
			}
			.subpage-slider.redesign > .nav-dots > a.arr_d:hover:before,
			.subpage-slider.redesign > .nav-dots > a.arr_d.active:before{
				border-bottom: 20px solid #22d3c5;
			}


.sub-page-contener{
	padding: 0px;
}
	.sub-page-contener > aside{
		padding-right: 20px;
	}
	.sub-page-contener > article{
		margin-left: 335px;
	}
.content-list{
	margin-left: 335px;
}

.flights-time-navigator{
	background: none;
	/*background-color: #22d3c5;*/
	background-color: #f2f2f2;
}
	.flights-time-navigator > .inner > a{
		background: none;
		background-color: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 1px 1px 2px #22d3c5;
		-moz-box-shadow: 1px 1px 2px #22d3c5;
		box-shadow: 1px 1px 2px #22d3c5;
/*		-webkit-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;*/

	}
	.flights-time-navigator > .inner > a.active,
	.flights-time-navigator > .inner > a:hover{
		background: none;
		background-color: #093c71;
	}
		.flights-time-navigator > .inner > a > span,
		.flights-time-navigator > .inner > a.active > span,
		.flights-time-navigator > .inner > a:hover > span{
			padding: 0px;
			padding-top: 8px;
		}
		.flights-time-navigator > .inner > a > span > span{
			/*color: #22d3c5;*/
			color: #093c71;
		}

ul.categories-list > li > a{
	border-bottom: 2px solid #22d3c5;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
ul.categories-list > li > a > header > *{
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
ul.categories-list > li > a:hover > header > *{
	color: #22d3c5;
}

.sub-page-contener aside > ul > li > a{
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.sub-page-contener aside > ul > li > a:hover{
	color: #22d3c5;
}
.sub-page-contener aside > ul > li.level-1.active > a{
	color: #22d3c5;
	/*background: none;*/
	background-image: url("../img/arrow_menu_aqua.png");
}

.sub-page-contener > .nav-bar > ul > li > a{
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.sub-page-contener > .nav-bar > ul > li > a:hover{
	color: #22d3c5;
}


.sub-page-contener aside > h2 {
	display: block;
	/*height: 40px;*/
	height: auto;
	padding: 0px;
	margin: 0px;
	/*background: url("../img/aside_header_bg.png") 0px 0px repeat-x;*/
	background: #f2f2f2 url("../img/sub_flights_table_head_bg.png") 0px 100% repeat-x;
	color: #093c71;
}
	.sub-page-contener aside > h2 > a {
	    display: block;
	    padding: 12px 0px;
	    padding-left: 19px;
	    font-size: 14px;
	    line-height: 16px;
	    color: #093c71;
	    font-weight: bold;
	}

/* // -- RWD -- // */

/* // -- size1200 -- // */
body.size1200 .home-slider.redesign{
	margin: 0px;
	height: 456px;
}
body.size1200 .home-slider.redesign > .page-contener > .page{
	display: block;
	height: 100%;
	width: auto;
}
body.size1200 .home-slider.redesign > .page-contener > .page > img{
	display: block;
	height: 100%;
	width: auto;
}
body.size1200 .home-slider.redesign .board-flights{
	top: 25px;
	right: 20px;
}
body.size1200 .system-notification.redesign > .message{
	margin: 0px 10px;
}
body.size1200 .small_boxes_grid{
	margin-left: -10px; 
	margin-right: 10px; 
}
body.size1200 .contener-3Acols{
	width: auto;
	padding: 0px 10px;
}
body.size1200 .contener-3Acols > .col1{
	width: 670px;
}
body.size1200 .airport-infodata.redesign{
	padding: 0px;
}
body.size1200 .sub-page-contener{
	padding: 0px;
}

/* // -- size1000 -- // */

body.size1000 .home-slider.redesign{
	margin: 0px;
	height: 456px;
}
body.size1000 .home-slider.redesign > .page-contener > .page > img{
	display: block;
	height: 100%;
	width: auto;
}
body.size1000 .home-slider.redesign .board-flights{
	top: 25px;
	right: 20px;
}
body.size1000 .small_boxes_grid{
	margin-left: -10px; 
	margin-right: 10px; 
}
body.size1000 .small_boxes_grid > article .content > .text{
	max-width: 80%;
}
body.size1000 .small_boxes_grid > article .content > .text > h4{
	font-size: 18px;
}
body.size1000 .small_boxes_grid > article .content > .text > span{
	font-size: 14px;
}
body.size1000 form.EskyHome.redesign{
	margin: 0px;
}
body.size1000 .airport-infodata.redesign .cols{
	padding: 30px 30px;
	padding-left: 10px;
}
body.size1000 .airport-infodata.redesign .cols > .col > h3{
	font-size: 20px;
	line-height: 20px;
}
body.size1000 .airport-infodata.redesign .cols > .col > .icon{
	font-size: 14px;
	line-height: 16px;
}
body.size1000 > .root > .content .info-boxes.redesign > .spacer{
  padding: 20px 30px;
  padding-left: 10px;
  padding-bottom: 30px;
}
body.size1000 > .root > .content .info-boxes.redesign > .spacer .box{
	width: 25%;
}

body.size1000 > .root > footer > .pics{
	padding: 30px 20px;
}
body.size1000 > .root > footer > .pics > .pics_l,
body.size1000 > .root > footer > .pics > .pics_r{
	float: none;
	text-align: center;
}
body.size1000 > .root > footer > .pics > .pics_l + .pics_r{
	padding-top: 30px;
}

/* // -- size750 -- // */

body.size750 > .root > header .top_menu > nav > ul > li > a{
  	padding: 13px 10px;
  	min-width: 80px;
}
body.size750 .root > header .main_menu > nav > ul > li > a{
	padding: 18px 12px;
	font-size: 14px;
}
body.size750 > .root > header .top_utils .blind > a{
	padding: 17px 20px
}
body.size750 > .root > header h1{
	margin-left: 20px;
}
body.size750 > .root > header .header_utils{
	margin-right: 20px;
}
body.size750 > .root > header .wetter{
   padding: 0px 12px;
}
body.size750 > .root > header .currency-value > .current{
	padding-left: 12px;
}
body.size750 .home-slider.redesign{
	margin: 0px;
	height: auto;
}
body.size750 .home-slider.redesign > .page-contener{
	height: 456px;
}
body.size750 .small_boxes_grid{
  margin-left: -10px;
  margin-right: 10px;
}
body.size750 .small_boxes_grid > article{
	width: 50%;
}
body.size750 .home-slider.redesign .board-flights{
	position: relative;
	top: auto;
	right: auto;
	z-index: 20;
	width: auto;
	padding: 20px 10px;
	padding-bottom: 0px;
}
body.size750 > .root > header .main_menu > nav > ul > li > .submenu_box .submenu{
	width: 100%;
}
body.size750 > .root > header .main_menu > nav > ul > li > .submenu_box .special{
	display: none;
}
body.size750 .contener-3Acols > .col1{
	float: none;
}
body.size750 .contener-3Acols > .col2{
	float: none;
	padding-right: 20px;
	margin: 0px auto;
}

body.size750 .airport-infodata.redesign{
	padding: 0px;
}
body.size750 .airport-infodata.redesign .cols{
	padding: 10px 50px;
  	padding-left: 20px;
	padding-bottom: 20px;
}
body.size750 .airport-infodata.redesign .cols > .col{
	width: 50%;
	padding-top: 10px;
}
body.size750 .airport-infodata.redesign .cols > .col.right{
	float: left;
}
body.size750 > .root > .content .info-boxes.redesign > .spacer{
	padding-bottom: 0px;
}
body.size750 > .root > .content .info-boxes.redesign > .spacer .box{
	width: 50%;
	height: auto;
	padding-bottom: 40px;
}
body.size750 > .root > .content .info-boxes.redesign > .spacer .box.b_1,
body.size750 > .root > .content .info-boxes.redesign > .spacer .box.b_3{
	clear: left;
}
body.size750 > .root > footer > .pics{
	text-align: center;
	padding: 30px 20px;
}
body.size750 > .root > footer > .pics > .pics_l,
body.size750 > .root > footer > .pics > .pics_r{
	float: none;
	text-align: center;
}
body.size750 > .root > footer > .pics > .pics_l + .pics_r{
	padding-top: 20px;
}
body.size750 > .root > footer > .copyright{
	text-align: center;
}
body.size750 .home-slider.redesign > .page-contener > .page > img{
	display: block;
	height: 100%;
	width: auto;
}
body.size750 > .root > footer > .pics > .pics_b{
	padding-top: 40px;
	text-align: center;
}
body.size750 > .root > footer > .pics > .pics_b .pic{
	/*width: 50%;*/
	padding-top: 40px;
	padding-right: 0px;
	text-align: center;
}

/* // -- size490 -- // */

body.size490 > .root > header > .spacer{
	height: auto;
}
body.size490 > .root > header h1{
	margin-left: 20px;
	top: 0px; left: 0px;
}
body.size490 > .root > header .header_utils{
	margin-right: 20px;
}
body.size490 > .root > header .currency-value > .current{
	display: none;
}
body.size490 > .root > header .top_menu > nav > ul > li > a{
  	padding: 13px 10px;
  	min-width: 80px;
}
body.size490 .root > header .main_menu > nav > ul > li > a{
	padding: 18px 12px;
	font-size: 14px;
}
body.size490 > .root > header .top_utils .blind{
	display: none;
}
/*body.size490 > .root > header .top_utils .blind > a{
	padding: 17px 20px
}*/
body.size490 .home-slider.redesign{
	margin: 0px;
	height: auto;
}
body.size490 .home-slider.redesign > .page-contener{
	height: 456px;
}
body.size490 .small_boxes_grid{
  margin-left: -10px;
  margin-right: 10px;
}
body.size490 .small_boxes_grid > article{
	width: 50%;
}
body.size490 .home-slider.redesign .board-flights{
	position: relative;
	top: auto;
	right: auto;
	z-index: 20;
	width: auto;
	padding: 20px 10px;
	padding-bottom: 0px;
}

body.size490 > .root > header .main_menu > nav > ul > li > .submenu_box .submenu{
	width: 100%;
}
body.size490 > .root > header .main_menu > nav > ul > li > .submenu_box .special{
	display: none;
}

body.size490 > .root > footer > .pics{
	float: none;
	text-align: center;
}
body.size490 > .root > footer > .pics > .pics_l,
body.size490 > .root > footer > .pics > .pics_r{
	float: none;
	text-align: center;
}
body.size490 > .root > footer > .pics > .pics_l + .pics_r{
	padding-top: 20px;
}
body.size490 > .root > footer > .pics .pic,
body.size490 > .root > footer > .pics .pic + .pic{
	margin: 0px 10px;
}
body.size490 > .root > footer > .pics .pic > img,
body.size490 > .root > footer > .pics .pic > a > img{
	display: block;
	margin: 0px auto;
}
body.size490 > .root > footer > .pics .pic.big{
	display: block;
	margin: 0px auto;
	margin-bottom: 40px;
}
body.size490 > .root > footer > .copyright{
	float: none;
	padding: 20px;
	text-align: center;
	top: 0px; left: 0px;
	font-size: 12px;
}
body.size490 > .root > .content .info-boxes.redesign > .spacer{
	padding-bottom: 0px;
}
body.size490 > .root > .content .info-boxes.redesign > .spacer .box{
	width: 50%;
	height: auto;
	padding-bottom: 40px;
	margin: 0px;
}
body.size490 > .root > .content .info-boxes.redesign > .spacer .box.b_1,
body.size490 > .root > .content .info-boxes.redesign > .spacer .box.b_3{
	clear: left;
}

body.size490 .airport-infodata.redesign{
	padding: 0px;
}
body.size490 .airport-infodata.redesign .cols{
	padding: 10px 50px;
  	padding-left: 20px;
	padding-bottom: 20px;
}
body.size490 .airport-infodata.redesign .cols > .col{
	width: 50%;
	padding-top: 10px;
}
body.size490 .airport-infodata.redesign .cols > .col.right{
	float: left;
}
body.size490 form.EskyHome.redesign{
	margin-top: 0px;
}
body.size490 .contener-3Acols{
	width: auto;
	padding: 0px 10px;
}
body.size490 .contener-3Acols > .col1{
	float: none;
	width: 100%;
}
body.size490 .contener-3Acols > .col2{
	float: none;
	width: 490px;
	margin: 0px auto;
}
body.size490 .contener-3Acols > .col2 a{
	float: none;
	margin-right: 0px;
}
body.size490 .contener-3Acols > .col2 .spacer + .spacer{
	padding-top: 20px;
}
body.size490 .system-notification.redesign > .message{
	margin: 0px 10px;
}
body.size490 > .root > footer{
	height: auto;
}
body.size490 > .root > header .lang-select{
	background: none;
	/*width: 190px;*/
	width: auto;
}
body.size490 > .root > header .lang-select > .spacer{
	padding: 17px 24px;
}
body.size490 > .root > header .lang-select > .spacer > a,
body.size490 > .root > header .lang-select > .spacer > span{
	display: inline;
}
body.size490 > .root > header .wetter{
   padding: 0px;
   top: 0px; right: auto;
   border-right: 0px solid transparent;
}
body.size490 > .root > header .wetter > img{
	margin-top: 0px;
	width: 45px;
}
body.size490 > .root > header .wetter > div{
	margin-left: 55px;
}
body.size490 .home-slider.redesign > .page-contener > .page > img{
	display: block;
	height: 100%;
	width: auto;
}
body.size490 form.EskyHome.redesign{
   height: 240px;
}
body.size490 form.EskyHome.redesign .Box1{
	position: absolute;
	top: 68px;
  	left: 20px;
}
body.size490 form.EskyHome.redesign .Box2{
	position: absolute;
	top: 68px;
	left: auto;
	padding: 0px;
}
body.size490 form.EskyHome.redesign .Box3{
	position: absolute;
	top: 134px; left: 0px;
	padding: 0px;
}
body.size490 > .root > header .lang-select > .spacer > .nav-alternative{
	display: none;
}


body.size490 > .root > header .main_menu_bar > .main_menu > a{
	display: block;
	height: 60px;
	position: relative;
	background-color: transparent;
	text-decoration: none;
	color: #fff;
	width: 120px;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
body.size490 > .root > header .main_menu_bar > .main_menu > a.active,
body.size490 > .root > header .main_menu_bar > .main_menu > a:hover{
	background-color: #22d3c5;
}
body.size490 > .root > header .main_menu_bar > .main_menu > a > img{
	display: block;
	width: 24px; height: 24px;
	position: absolute;
	top: 50%; left: 16px;
	margin-top: -12px;
}
body.size490 > .root > header .main_menu_bar > .main_menu > a > span{
	display: block;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	padding: 18px 10px;
	padding-left: 54px;
}
body.size490 > .root > header .main_menu > nav{
	/*display: block;*/
	display: none;
	width: 100%;
	max-width: 320px;
	position: absolute;
	top: 100%;
/*	position: relative;
	top: 0px;*/
	left: 0px;
}
body.size490 > .root > header .main_menu > nav.active{
	display: block;
}
body.size490 > .root > header .main_menu > nav > ul{
	background-color: #fff;
	padding: 0px;
	border: 2px solid #22d3c5;
}
body.size490 > .root > header .main_menu > nav > ul > li{
	display: block;
	float: none;
}
body.size490 > .root > header .main_menu > nav > ul > li + li{
	border-top: 1px solid #f1f1f1;
}
body.size490 > .root > header .main_menu > nav > ul > li > a{
	color: #2d2d2d;
	padding: 12px 12px;
	padding-left: 54px;
}
body.size490 > .root > header .main_menu > nav > ul > li > a:before{
	content: '';
	display: block;
	position: absolute;
	background-color: transparent;
	top: 50%;
	margin-top: -5px;
	left: 20px;
	border-top: 10px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}
body.size490 > .root > header .main_menu > nav > ul > li > a:hover:before{
	border-top: 10px solid #003a65;
}
body.size490 > .root > header .main_menu > nav > ul > li > .submenu_box{
	display: none;
}

body.size490 > .root > footer > .pics .pic.pic_l,
body.size490 > .root > footer > .pics .pic.pic_r{
	width: 100%;
	display: block;
}
body.size490 > .root > footer > .pics .pic.pic_l{
	padding-right: 0;
}
body.size490 > .root > footer > .pics .pic.pic_r{
	padding-left: 0;
}
body.size490 > .root > footer > .pics > .pics_b{
	padding-top: 40px;
	text-align: center;
}
body.size490 > .root > footer > .pics > .pics_b .pic{
	padding-top: 0px;
	padding-right: 0px;
	text-align: center;
}

/* // -- size0 -- // */

.size0 > .root > header .top_utils .blind{
	display: none;
}
/*body.size0 > .root > header .top_utils .blind > a{
	padding: 17px 20px
}*/
body.size0 .home-slider.redesign{
	margin: 0px;
	height: auto;
}
body.size0 .home-slider.redesign > .page-contener{
	height: 456px;
}

/*body.size0 > .root > footer > .pics{
	float: none;
	padding-right: 0px;
	width: 100%;
	max-width: 380px;
	margin: 0px auto;
	text-align: center;
}
body.size0 > .root > footer > .pics > .pic{
	margin: 10px;
}
body.size0 > .root > footer > .pics > .pic.big{
	display: block;
}
body.size0 > .root > footer > .pics > .pic.big img{
	margin: 0px auto;
}*/
body.size0 > .root > footer > .pics{
	display: none;
}
body.size0 > .root > footer{
	padding-bottom: 0px;
}

body.size0 > .root > footer > .copyright{
	float: none;
	padding: 28px 10px;
	text-align: center;
	top: 0px; left: 0px;
	font-size: 12px;
}
	body.size0 > .root > footer > .copyright .copy_l,
	body.size0 > .root > footer > .copyright .copy_r{
		float: none;
		display: block;
		text-align: center;
	}
	body.size0 > .root > footer > .copyright .copy_l + .copy_r{
		padding-top: 12px;
	}

body.size0 .contener-3Acols{
	width: auto;
	padding: 0px 10px;
}
body.size0 .contener-3Acols > .col2 .spacer + .spacer{
	padding-top: 20px;
}
body.size0 .contener-3Acols > .col2 a > img{
	width: 100%; height: auto;
}
body.size0 .system-notification.redesign > .message{
	margin: 0px 10px;
}
body.size0 > .root > footer{
	height: auto;
}
body.size0 > .root > header .lang-select{
	background: none;
	/*width: 190px;*/
	width: auto;
}
body.size0 > .root > header .lang-select > .spacer{
	padding: 17px 24px;
}
body.size0 > .root > header .lang-select > .spacer > a,
body.size0 > .root > header .lang-select > .spacer > span{
	display: inline;
}



body.size0 > .root > header .main_menu_bar > .main_menu > a{
	display: block;
	height: 60px;
	position: relative;
	background-color: transparent;
	text-decoration: none;
	color: #fff;
	width: 120px;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
body.size0 > .root > header .main_menu_bar > .main_menu > a.active,
body.size0 > .root > header .main_menu_bar > .main_menu > a:hover{
	background-color: #22d3c5;
}
body.size0 > .root > header .main_menu_bar > .main_menu > a > img{
	display: block;
	width: 24px; height: 24px;
	position: absolute;
	top: 50%; left: 16px;
	margin-top: -12px;
}
body.size0 > .root > header .main_menu_bar > .main_menu > a > span{
	display: block;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	padding: 18px 10px;
	padding-left: 54px;
}
body.size0 > .root > header .main_menu > nav{
	/*display: block;*/
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
/*	position: relative;
	top: 0px;*/
	left: 0px;
}
body.size0 > .root > header .main_menu > nav.active{
	display: block;
}
body.size0 > .root > header .main_menu > nav > ul{
	background-color: #fff;
	padding: 0px;
	border: 2px solid #22d3c5;
}
body.size0 > .root > header .main_menu > nav > ul > li{
	display: block;
	float: none;
}
body.size0 > .root > header .main_menu > nav > ul > li + li{
	border-top: 1px solid #f1f1f1;
}
body.size0 > .root > header .main_menu > nav > ul > li > a{
	color: #2d2d2d;
	padding: 12px 12px;
	padding-left: 54px;
}
body.size0 > .root > header .main_menu > nav > ul > li > a:before{
	content: '';
	display: block;
	position: absolute;
	background-color: transparent;
	top: 50%;
	margin-top: -5px;
	left: 20px;
	border-top: 10px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}
body.size0 > .root > header .main_menu > nav > ul > li > a:hover:before{
	border-top: 10px solid #003a65;
}
body.size0 > .root > header .main_menu > nav > ul > li > .submenu_box{
	display: none;
}
body.size0 > .root > header .header_utils{
	margin: 0px;
	float: none;
	text-align: center;
}
body.size0 > .root > header .header_utils:after{
	height: 100px;
}
body.size0 > .root > header .wetter{
   padding: 0px;
   top: 0px; right: auto;
   border-right: 0px solid transparent;
   left: 0px;
	text-align: left;
}
body.size0 > .root > header .currency-value > .current{
	display: none;
}
body.size0 > .root > header > .spacer{
	height: auto;
}
body.size0 > .root > header h1{
	margin: 0px;
	float: none;
	padding: 30px 0px;
	top: 0px; left: 0px;
}
body.size0 > .root > header h1 > a, body > .root > header h1 > a > img{
	margin: 0px auto;
}
body.size0 > .root > header .top_menu > nav > ul > li > a{
  	padding: 13px 8px;
  	min-width: 54px;
	font-size: 13px;
}
body.size0 > .root > .content .info-boxes.redesign > .spacer{
	padding: 30px 30px;
	padding-bottom: 0px;
}
body.size0 > .root > .content .info-boxes.redesign > .spacer .box{
	width: 100%;
	float: none;
	height: auto;
	padding-bottom: 40px;
	margin: 0px;
	padding-left: 0px;
}
body.size0 > .root > .content .info-boxes > .spacer .box h2{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 15px 0px;
}
body.size0 > .root > .content .info-boxes.redesign > .spacer ul > li{
	padding: 0px;
}
body.size0 > .root > .content .info-boxes.redesign > .spacer ul > li a{
	display: block;
	padding: 8px 0px 8px 20px;
	background: url("../img/arrow_blue.png") 0px 12px no-repeat;
}
body.size0 > .root > .content .info-boxes.redesign > .spacer ul > li h2 > a{
	padding: 0px;
	background: none;
}
body.size0 .system-notification.redesign > .message{
	margin: 0px 10px;
	padding-left: 30px;
	padding-right: 16px;
}
body.size0 .system-notification.redesign > .message > .icon{
	width: 54px; height: 54px;
}
body.size0 .system-notification.redesign > .message > .icon:before{
	border-top: 54px solid #22d3c5;
	border-right: 54px solid transparent;
}
body.size0 .system-notification.redesign > .message > .icon > span{
  width: 18px;
  height: 18px;
  font-size: 26px;
  line-height: 18px;
  top: 10px;
  left: 6px;
}
body.size0 .system-notification.redesign > .message > .content{
	padding-top: 40px;
}
body.size0 .home-slider.redesign .board-flights{
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	padding: 20px 0px;
	padding-bottom: 0px;
}
body.size0 .home-slider.redesign .board-flights > .tabs-contener a.tab1.active{
	border-left: 0px solid transparent;
}
body.size0 .small_boxes_grid{
  margin-left: -10px;
  margin-right: 10px;
}
body.size0 .small_boxes_grid > article{
	width: 100%;
	float: none;
}
body.size0 .airport-infodata.redesign{
	padding: 0px;
}
body.size0 .airport-infodata.redesign .cols{
	padding: 10px 30px;
	padding-bottom: 20px;
}
body.size0 .airport-infodata.redesign .cols > .col{
	width: 100%;
	float: none;
	padding-left: 0px;
	padding-top: 10px;
}
body.size0 .news-box.redesign .items > .item > a > .text{
	padding-left: 0px;
}
body.size0 .news-box.redesign .items > .item > a > .img{
	position: relative;
	top: 0px; left: 0px;
	padding-bottom: 12px;
	display: none;
}
body.size0 .home-slider.redesign > .page-contener > .page > img{
	display: block;
	height: 100%;
	width: auto;
}
body.size0 .home-slider.redesign > .nav-dots{
	top: 20px;
	left: 24px;
}
body.size0 form.EskyHome.redesign{
	margin-top: 0px;
}
body.size0 form.EskyHome.redesign .EskyHome-Header{
	padding-bottom: 20px;
}
body.size0 .subpage-slider.redesign{
	display: none;
}
body.size0 > .root > header .lang-select > .spacer{
	padding: 6px 10px;
	line-height: 18px;
}
body.size0 > .root > header .lang-select > .spacer > .lang-list,
body.size0 > .root > header .lang-select > .spacer > a,
body.size0 > .root > header .lang-select > .spacer > span{
	display: none;
}
body.size0 > .root > header .lang-select > .spacer > .nav-alternative{
	display: block;
	width: 80px;
	position: relative;
	right: auto;
	top: 0px; left: 0px;
	text-align: left;
}
body.size0 > .root > header .lang-select > .spacer > .nav-alternative select{
	width: 100%;
}
body.size0 > .root > header .lang-select:before{
	display: none;
}
body.size0 #search_bar form > div > input[type="text"]{
	width: 220px!important;
}

/* // -- RWD -- // */


/* // -- HIGH CONTRAST -- // */


body#cssBwMode > .root > header .top_bar{
	background-color: #000;
	border: 1px solid transparent;
	/*border: 3px solid transparent;*/
	border-top: 0px solid transparent;
}

body#cssBwMode > .root > header .top_menu > nav > ul:before{
	background-color: transparent;
}
	body#cssBwMode > .root > header .top_menu > nav > ul > li > a{
		color: #000;
		background-color: #ffff00;
	}
	body#cssBwMode > .root > header .top_menu > nav > ul > li + li > a:before{
/*		height: 100%;
		top: 0%;*/
		/*border-left: 1px solid #000;*/
		/*border-right: 1px solid #000;*/
		background-color: #000;
	}
	body#cssBwMode > .root > header .top_menu > nav > ul > li > a:focus,
	body#cssBwMode > .root > header .top_menu > nav > ul > li > a:hover,
	body#cssBwMode > .root > header .top_menu > nav > ul > li.active > a{
		color: #000;
		background-color: #00ffff;
	}
	body#cssBwMode > .root > header .main_menu > nav > ul > li > a{
		color: #000;
		background-color: #ffff00;
	}
	body#cssBwMode > .root > header .main_menu > nav > ul > li + li > a:before{
		height: 100%;
		top: 0%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		/*background-color: #000;*/
	}
	body#cssBwMode > .root > header .main_menu > nav > ul > li.active,
	body#cssBwMode > .root > header .main_menu > nav > ul > li:hover > a,
	body#cssBwMode > .root > header .main_menu > nav > ul > li > a:focus,
	body#cssBwMode > .root > header .main_menu > nav > ul > li > a:hover,
	body#cssBwMode > .root > header .main_menu > nav > ul > li.active > a{
		color: #000;
		background-color: #00ffff;
	}

body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box{
	background-color: #000;
	border: 3px solid #ffff00;
}
			body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li{
				border-bottom: 1px solid transparent;
			}
				body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a{
					color: #000;
					background-color: #ffff00;
				}
					body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a:focus,
					body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a:hover{
						color: #000;
						background-color: #00ffff;
					}
						body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a:focus:before,
						body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .submenu ul > li > a:hover:before{
							display: none;
						}
			body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview h2{
				color: #fff;
			}
			body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview p{
				color: #fff;
			}
			body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview a{
				background-color: #ffff00;
				color: #000;
			}
				body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview a:focus,
				body#cssBwMode > .root > header .main_menu > nav > ul > li > .submenu_box .special .preview a:hover{
					background-color: #00ffff;
					color: #000;
				}

	body#cssBwMode > .root > header .top_utils .blind > a{
		color: #000;
		background-color: #ffff00;
	}
	body#cssBwMode > .root > header .top_utils .blind > a:hover{
		color: #000;
		background-color: #00ffff;
	}
	body#cssBwMode > .root > header .top_utils .blind > a:before{
/*		height: 100%;
		top: 0%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;*/
		background-color: #000;
	}

body#cssBwMode > .root > header h1 > a{
	color: #000;
	background-color: #ffff00;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
body#cssBwMode > .root > header h1 > a > img{
	background-color: transparent!important;
}
body#cssBwMode > .root > header h1 > a:focus,
body#cssBwMode > .root > header h1 > a:hover{
	color: #000;
	background-color: #00ffff;
}
body#cssBwMode > .root > header .lang-select > .spacer{
	background-color: #ffff00;
	color: #000;
}
body#cssBwMode > .root > header .lang-select:after,
body#cssBwMode > .root > header .lang-select:before{
/*	border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	background-color: #000;
}
body#cssBwMode > .root > header .lang-select:before{
	height: 100%;
	top: 0%;
}
body#cssBwMode > .root > header .lang-select:after{
	display: none;
}

body#cssBwMode > .root > header .lang-select.active > .spacer{
	color: #fff;
	background-color: #000;
	outline: 1px solid #ffff00;
}
	body#cssBwMode > .root > header .lang-select > .spacer > span{
		color: #000;
		-webkit-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	body#cssBwMode > .root > header .lang-select.active > .spacer > span{
		color: #fff;
	}
		body#cssBwMode > .root > header .lang-select > .spacer > .lang-list a{
		  	color: #000;
		  	background-color: #ffff00;
		}
		body#cssBwMode > .root > header .lang-select > .spacer > .lang-list a:hover{
		  	color: #000;
		  	background-color: #00ffff;
		}
		body#cssBwMode > .root > header .lang-select > .spacer > a.selected{
			background-color: transparent!important;
		}

	body#cssBwMode > .root > header .currency-value > .currency-select ul{
		border: 1px solid #000;
	}
			body#cssBwMode > .root > header .currency-value > .currency-select ul li + li{
				border-left: 1px solid #000;
			}
			body#cssBwMode > .root > header .currency-value > .currency-select ul li a{
				border: 1px solid #000;
			}
				body#cssBwMode > .root > header .currency-value > .currency-select ul li a > span{
					color: #000;
				}
				body#cssBwMode > .root > header .currency-value > .currency-select ul li a:hover > span,
				body#cssBwMode > .root > header .currency-value > .currency-select ul li.active a > span{
					background-color: #00ffff;
					color: #000;
				}

body#cssBwMode > .root > header .wetter{
	border-right: 1px solid #fff;
}
		body#cssBwMode > .root > header .wetter > div > a{
			color: #ffff00;
		  	background: none;
		}
		body#cssBwMode > .root > header .wetter > div > a:hover{
			color: #00ffff;
		  	background: none;
		}
		body#cssBwMode > .root > header .wetter > div > .desc{
			color: #fff;
		}

body#cssBwMode > .root > header .main_menu_bar{
	background-color: #000;
}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_decoration:before{
			border-top: 60px solid #ffff00;
			border-left: 60px solid transparent;
		}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_decoration:after{
			border-right: 4px solid #ffff00;
		}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_box > input{
			background-color: #fff;
			color: #000;
		}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .submit_box{
			background-color: #ffff00;
			color: #000;
			background-image: url('../img/search_loupe_bw.png');
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .submit_box > img{
			display: none;
		}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .submit_box:focus,
		body#cssBwMode > .root > header .main_menu_bar > .search_box .submit_box:hover{
			background-color: #00ffff;
			color: #000;
		}

		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_box > input:-ms-input-placeholder{color:#000}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_box > input:-moz-placeholder{color:#000}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_box > input::-moz-placeholder{color:#000}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_box > input::-webkit-input-placeholder{color:#000}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_box > input:focus:-ms-input-placeholder{color:transparent}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_box > input:focus:-moz-placeholder{color:transparent}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_box > input:focus::-moz-placeholder{color:transparent}
		body#cssBwMode > .root > header .main_menu_bar > .search_box .input_box > input:focus::-webkit-input-placeholder{color:transparent}

		body#cssBwMode .small_boxes_grid > article > a{
			color: #ffff00;
		}
		body#cssBwMode .small_boxes_grid > article > a:before{
			border-bottom: 30px solid #000;
		}
		body#cssBwMode .small_boxes_grid > article > a:after{
			border-bottom: 25px solid #ffff00;
		}
			body#cssBwMode .small_boxes_grid > article > a > .content{
				/*background-color: #ffff00;*/
			}
				body#cssBwMode .small_boxes_grid > article .content:after{
					content: '';
					display: inline-block;
					vertical-align: middle;
					height: 100%; width: 0px;
				}
				body#cssBwMode .small_boxes_grid > article .content > .text{
					color: #000;
					background-color: #ffff00;
				}
			body#cssBwMode .small_boxes_grid > article > a:hover:after{
				border-bottom: 25px solid #00ffff;
			}
			body#cssBwMode .small_boxes_grid > article > a:hover .content > .text{
				color: #000;
				background-color: #00ffff;
			}


body#cssBwMode .flight-table-footer > a.all-flights{
	background-color: #ffff00;
}
	body#cssBwMode .flight-table-footer > a.all-flights:focus,
	body#cssBwMode .flight-table-footer > a.all-flights:hover{
		background-color: #00ffff;
	}
	body#cssBwMode .system-notification.redesign > .message{
		background-color: #000;
		border: 2px solid #ffff00;
	}
			body#cssBwMode .system-notification.redesign > .message > .icon:before{
				border-top: 80px solid #ffff00;
			}
			body#cssBwMode .system-notification.redesign > .message > .icon > span{
				color: #000;
			}
		body#cssBwMode .system-notification.redesign > .message > a.close{
			background-color: transparent;
		}
		body#cssBwMode .system-notification.redesign > .message > a.close:hover{
			background-color: transparent;
		}
			body#cssBwMode .system-notification.redesign > .message > .close:before{
				border-top: 48px solid #ffff00;
				border-left: 48px solid transparent
			}
			body#cssBwMode .system-notification.redesign > .message > .close > span{
				background-image: url('../img/close_cross_bw.png');
			}
			body#cssBwMode .system-notification.redesign > .message > .close:hover:before{
				border-top: 48px solid #00ffff;
				border-left: 48px solid transparent
			}
			body#cssBwMode .system-notification.redesign > .message > .content > .text{
				color: #fff;
			}
			body#cssBwMode .system-notification.redesign > .message > .content > .date{
				color: #fff;
			}


		body#cssBwMode .home-slider.redesign > .nav-dots > a{
			background-color: #000;
			outline: 1px solid #000;
			margin-left: -6px;
		}
		body#cssBwMode .home-slider.redesign > .nav-dots > a:hover,
		body#cssBwMode .home-slider.redesign > .nav-dots > a.active{
			background-color: #000;
		}
			body#cssBwMode .home-slider.redesign > .nav-dots > a:before{
			}
			body#cssBwMode .home-slider.redesign > .nav-dots > a.arr_u:before{
				border-top: 20px solid #ffff00;
			}
			body#cssBwMode .home-slider.redesign > .nav-dots > a.arr_d:before{
				border-bottom: 20px solid #ffff00;
			}
			body#cssBwMode .home-slider.redesign > .nav-dots > a.arr_u:hover:before,
			body#cssBwMode .home-slider.redesign > .nav-dots > a.arr_u.active:before{
				border-top: 20px solid #00ffff;
			}
			body#cssBwMode .home-slider.redesign > .nav-dots > a.arr_d:hover:before,
			body#cssBwMode .home-slider.redesign > .nav-dots > a.arr_d.active:before{
				border-bottom: 20px solid #00ffff;
			}

	body#cssBwMode .news-box > .header{
		background-color: #000!important;
	}
	body#cssBwMode .news-box.redesign .items{
		background: none;
	}
	body#cssBwMode .news-box.redesign .items > .item + .item{
		border-top: 1px solid #fff;
	}
		body#cssBwMode .news-box.redesign .items > .item > a{
			background-color: #ffff00;
		}
				body#cssBwMode .news-box.redesign .items > .item > a > .text h3{
					color: #000;
				}
				body#cssBwMode .news-box.redesign .items > .item > a > .text .date{
					color: #000;
				}
				body#cssBwMode .news-box.redesign .items > .item > a > .text .desc{
					color: #000;
				}
						body#cssBwMode .news-box.redesign .items > .item > a > .text .desc > .desc_text > .arrow{
							display: none;
						}

			body#cssBwMode .news-box.redesign .items > .item > a:hover{
				background-color: #00ffff;
			}
				body#cssBwMode .news-box.redesign .items > .item > a:hover > .text h3{
					color: #000;
				}
				body#cssBwMode .news-box.redesign > .header > header a{
					color: #000;
					background-color: #ffff00;
					-webkit-transition: color 0.3s ease, background-color 0.3s ease;
					transition: color 0.3s ease, background-color 0.3s ease;
				}
				body#cssBwMode .news-box.redesign > .header > header a:hover{
					color: #000;
					background-color: #00ffff;
				}

body#cssBwMode > .root > .content .info-boxes.redesign{
	background-color: #000;
	color: #fff;
}
		body#cssBwMode > .root > .content .info-boxes.redesign > .spacer .box h2{
			color: #fff;
			border-bottom: 1px solid #fff;
		}
		body#cssBwMode > .root > .content .info-boxes.redesign > .spacer ul > li a{
			color: #ffff00;
			-webkit-transition: color 0.3s ease, background-color 0.3s ease;
			transition: color 0.3s ease, background-color 0.3s ease;
			background-color: transparent;
		}
		body#cssBwMode > .root > .content .info-boxes.redesign > .spacer ul > li a:focus,
		body#cssBwMode > .root > .content .info-boxes.redesign > .spacer ul > li a:hover{
			color: #000;
			background-color: #00ffff;
		}
		body#cssBwMode > .root > .content .info-boxes.redesign > .spacer ul > li h2 > a{
			background: none;
			padding: 0px;
		}

.airport-infodata.redesign{
	display: block;
	position: relative;
	padding: 0px;
	background: none;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("../img/infodata_bg.png");
}
	.airport-infodata.redesign > .bg{
		z-index: 0;
		display: none;
		width: 100%; height: 100%;
		position: absolute;
		top: 0px; left: 0px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url("../img/infodata_bg.png");
		margin: 0px -40px;
		padding: 0px 40px;
	}
	.airport-infodata.redesign:before{
		content: '';
		display: block;
		width: 100%; height: 6px;
		position: absolute;
		top: 0px;
		z-index: 2;
		background-repeat: repeat-x;
		background-position: top left;
		background-image: url("../img/shadow_bot.png");
	}
	.airport-infodata.redesign:after{
		content: '';
		display: block;
		width: 100%; height: 6px;
		position: absolute;
		bottom: 0px;
		z-index: 2;
		background-repeat: repeat-x;
		background-position: bottom left;
		background-image: url("../img/shadow_top.png");
	}
	.airport-infodata.redesign .cols{
		z-index: 1;
		display: block;
		position: relative;
		padding: 40px 50px;
		padding-left: 20px;
	}
		.airport-infodata.redesign .cols:after{
			content: '';
			display: block;
			height: 0px; width: 100%;
			clear: both;
			visibility: hidden;
		}
		.airport-infodata.redesign .cols > .col{
			display: block;
			position: relative;
			float: left;
			width: 25%;
			-o-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding-left: 30px;
		}
		.airport-infodata.redesign .cols > .col.right{
			float: right;
		}
		.airport-infodata.redesign .cols > .col > h3{
			color: #093c71;
			font-family: 'krakow_airportbold';
			font-size: 26px;
			line-height: 24px;
			font-variant: small-caps;
			padding: 8px 0px;
		}
		.airport-infodata.redesign .cols > .col > .icon{
			display: block;
			padding: 10px 0px;
			background-repeat: no-repeat;
			background-position: 0% 50%;
			font-size: 16px;
			line-height: 20px;
			font-family: Helvetica, Arial, serif;
			font-weight: bold;
			color: #2d2d2d;
		}
			.airport-infodata.redesign .cols > .col > .icon.phone{
				padding-left: 38px;
				background-image: url("../img/ico_phone_new.png");
			}
			.airport-infodata.redesign .cols > .col > .icon.mail{
				padding-left: 44px;
				background-image: url("../img/ico_mail_new.png");
			}

@media screen and (min-width: 1380px) {
	.airport-infodata.redesign{
		background: none;
		background-color: #f1f1f1;
	}
	.airport-infodata.redesign > .bg{
		display: block;
	}
}

.subpage-slider.redesign{
	height: 370px;
	width: 100%;
}
	.subpage-slider.redesign > .page-contener{
		/*height: 370px;*/
		height: 100%;
	}
	.subpage-slider.redesign > .nav-dots{
		top: 30px;
		right: 20px;
		left: auto;
	}
		.subpage-slider.redesign > .nav-dots > a{
			width: 24px; height: 22px;
			background: none;
		}
			.subpage-slider.redesign > .nav-dots > a:before{
				content: '';
				display: block;
				position: absolute;
				border-left: 12px solid transparent;
				border-right: 12px solid transparent;
				-webkit-transition: border 0.3s ease;
				transition: border 0.3s ease;
			}
			.subpage-slider.redesign > .nav-dots > a.arr_u:before{
				border-top: 20px solid #003a65;
				top: 0px;
			}
			.subpage-slider.redesign > .nav-dots > a.arr_d:before{
				border-bottom: 20px solid #003a65;
				bottom: 0px;
			}
			.subpage-slider.redesign > .nav-dots > a.arr_u:hover:before,
			.subpage-slider.redesign > .nav-dots > a.arr_u.active:before{
				border-top: 20px solid #22d3c5;
			}
			.subpage-slider.redesign > .nav-dots > a.arr_d:hover:before,
			.subpage-slider.redesign > .nav-dots > a.arr_d.active:before{
				border-bottom: 20px solid #22d3c5;
			}


.sub-page-contener{
	padding: 0px;
}
	.sub-page-contener > aside{
		padding-right: 20px;
	}
	.sub-page-contener > article{
		margin-left: 335px;
	}
.content-list{
	margin-left: 335px;
}

.flights-time-navigator{
	background: none;
	/*background-color: #22d3c5;*/
	background-color: #f2f2f2;
}
	.flights-time-navigator > .inner > a{
		background: none;
		background-color: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 1px 1px 2px #22d3c5;
		-moz-box-shadow: 1px 1px 2px #22d3c5;
		box-shadow: 1px 1px 2px #22d3c5;
/*		-webkit-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;*/

	}
	.flights-time-navigator > .inner > a.active,
	.flights-time-navigator > .inner > a:hover{
		background: none;
		background-color: #093c71;
	}
		.flights-time-navigator > .inner > a > span,
		.flights-time-navigator > .inner > a.active > span,
		.flights-time-navigator > .inner > a:hover > span{
			padding: 0px;
			padding-top: 8px;
		}
		.flights-time-navigator > .inner > a > span > span{
			/*color: #22d3c5;*/
			color: #093c71;
		}

ul.categories-list > li > a{
	border-bottom: 2px solid #22d3c5;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
ul.categories-list > li > a > header > *{
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
ul.categories-list > li > a:hover > header > *{
	color: #22d3c5;
}

.sub-page-contener aside > ul > li > a{
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.sub-page-contener aside > ul > li > a:hover{
	color: #22d3c5;
}
.sub-page-contener aside > ul > li.level-1.active > a{
	color: #22d3c5;
	/*background: none;*/
	background-image: url("../img/arrow_menu_aqua.png");
}

.sub-page-contener > .nav-bar > ul > li > a{
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.sub-page-contener > .nav-bar > ul > li > a:hover{
	color: #22d3c5;
}


.sub-page-contener aside > h2 {
	display: block;
	/*height: 40px;*/
	height: auto;
	padding: 0px;
	margin: 0px;
	/*background: url("../img/aside_header_bg.png") 0px 0px repeat-x;*/
	background: #f2f2f2 url("../img/sub_flights_table_head_bg.png") 0px 100% repeat-x;
	color: #093c71;
}
	.sub-page-contener aside > h2 > a {
	    display: block;
	    padding: 12px 0px;
	    padding-left: 19px;
	    font-size: 14px;
	    line-height: 16px;
	    color: #093c71;
	    font-weight: bold;
	}


/* // -- HIGH CONTRAST -- // */


/*.flightsmap-gmap > .title{
	background: none;
	background-color: #003a65;
}*/

.flightsmap-gmap > .title{
	display: none;
}

.flightsmap-gmap > .reset-location{
	position: absolute;
	/*top: 0px;
	right: 0px;*/
	left: 0px;
   bottom: 0px;
	padding: 11px 20px 10px 22px;
	line-height: 1.0;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-family: 'krakow_airportbold';
	background: none;
	background-color: #003a65;
	font-size: 16px;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.flightsmap-gmap > .reset-location:hover{
	background-color: #22d3c5;
}

.social-links-navbar{
   z-index: 3000;
}
