@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
** Web Fonts.
****************************************************************************************/



/*
** General adjustments.
****************************************************************************************/

html,
body
{
	height: 100%;
}

body
{
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #626262;
	background-color: #f2f2f2;
}

a
{
	text-decoration: none;
	cursor: pointer;
	color: #f50000;
}

.clear
{
	display: block;
	clear: both;
}

p
{
	margin-bottom: 15px;
	line-height: 18px;
}



/*
** Structure.
****************************************************************************************/

header
{
}

#wrapper
{
	margin: auto;
	background: #fff;
	max-width:1024px;
}

.grid
{
	display: block;
	margin: 0 auto;
}

.grid.base
{
	height: 100%;
	position: relative;
}

.grid.fullwidth
{
	clear: both;
	width: 100%;
}

div.three_quarter, div.one_quarter, div.one_half 
{
	float: left;
	position: relative;
}

div.one_full
{
	width: 96%;
	padding: 2%;
}

div.one_half
{
	width: 56%;
	padding: 2%;
}

div.one_quarter
{
	width: 16%;
	padding: 2%;
}

div.three_quarter
{
	width: 66%;
	padding: 2%;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}


/*
** Main Navigation.
****************************************************************************************/

#navmenu
{
	clear: both;
	display: block;
	position: relative;
	z-index: 0;
}
#navmenu .nav-menu-bar
{
	display: block;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
}
#navmenu .nav-menu-bar>li
{
	float: left;
	width: 16.5%;
}
#navmenu .nav-menu-bar>li a
{
	color: #44B0DD;
	display: block;
}
#navmenu .nav-menu-bar .current a
{
	color: red;
}
#navmenu .nav-menu-bar .current a:hover,#navmenu .nav-menu-bar>li a:hover
{
	background-color: #0093D0;
	color: #FFF;
}
#navmenu .nav-menu-bar>a span
{
	background: url(/images/icon.png?v=20150408) no-repeat scroll right -90px transparent;
	margin-right: -18px;
	padding-right: 18px;
}
#navmenu .nav-menu-bar>a:hover span
{
	background-position: right -120px;
}
.navchildmenu
{
	background: url(/images/repeat.png?v=20150408) repeat scroll 0 0 transparent;
	border-color: #0093D0;
	border-style: solid;
	border-width: 3px 1px 1px;
	box-shadow: 0 5px 6px #CCC;
	height: auto;
	left: 0;
	overflow: hidden;
	padding-bottom: 15px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 90;
}
.navchildmenu ul
{
	border-left: 1px solid #AAD5FF;
	float: left;
	margin: 15px -1px 0 0;
	min-height: 245px;
	width: 16.6%;
}
.navchildmenu .first-ul
{
	border-left: 0 none;
	margin-right: 0;
}
#navmenu .simple-line .no-child
{
	min-height: 0;
	text-align: center;
}
#navmenu .simple-line .no-child li
{
	text-align: center;
}
.navchildmenu li
{
	font-size: 12px;
	line-height: normal;
	padding: 5px 5px 5px 15px;
	text-align: left;
}
.navchildmenu a,.navchildmenu a:active,.navchildmenu a:link,.navchildmenu a:visited
{
	color: #333;
	white-space: normal;
}
.navchildmenu .head
{
	font-size: 14px;
	line-height: 32px;
	padding: 0 5px 0 10px;
}
.navchildmenu .head a,.navchildmenu .head a:active,.navchildmenu .head a:link,.navchildmenu .head a:visited
{
	background: url(/images/icon.png?v=20150408) no-repeat scroll 0 -595px transparent;
	color: #0093D0;
	padding-left: 5px;
}
.navchildmenu a:hover
{
	text-decoration: underline;
}
.navchildmenu .more
{
	clear: both;
	line-height: 36px;
	padding: 0 30px;
	text-align: right;
}
.navchildmenu .more a
{
	color: #0093D0;
}

.tab-active
{
	border-color: #02A3FA;
}

.tab-section-active
{
	display: block!important;
}

.hide {
    display: none!important;
}



/*
** Content.
****************************************************************************************/

header .logo {
	float: left;
	margin: 30px;
	background: url('textures/common.png') repeat scroll -15px -10px transparent;
	height: 42px;
	width: 263px;
	overflow: hidden;
}

header .logo a {
    display: block;
    color: transparent;
    font-size: 0;
    text-indent: -200px;
    overflow: hidden;
    height: 100%;
    float: left;
}

header .czlogo {
    width: 216px;
}

header .skyteam {
    width: 47px;
}

.heading-wrap {
	text-align: center;
}

.heading-wrap h1 {
	line-height: 27px;
}

.block-wrap {
	position: relative;
}

.block-wrap .visual img {
	width: 100%;	
}

.block-wrap .content {
	position: absolute;
	bottom: 18px;
    left: 37px;
	color: #fff;
	border-top: 1px solid #666;
    margin-bottom: 5px;
}

.block-wrap .content h1 {
	text-align: left;
    color: #fff;
    background-color: #0892d0;
    display: inline-block;
    margin: 10px 0 0px 0;
    padding: 1px 4px;
    font-size: 14px;
}

.block-wrap .content ul {
	margin-left: 12px;
}

.block-wrap .content ul li {
	line-height: 10px;
}

.block-wrap .content ul li:before {
	content: "";
	border-color: transparent #0892d0;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.7em;
	position: relative;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
    font-size: 16px;
    font-weight: bold;	
    color: #666;
}

ul.tabs li.current {
    background: #0892d0;
    color: #fff;
}

.tab-contents {
	display: none;
	background: #f2f2f2;
	border-top: 4px solid #0892d0;
	padding: 0 15px 15px;
}

.tab-contents.current {
	display: inherit;
}

.tab-contents .item {
	float: left;
	padding: 2%;
    margin: 15px 1% 0 0;
    width: 20.2%;
    background-color: #fff;
    border-radius: 2px;
    min-height: 325px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

.tab-contents .item h2 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.tab-contents .item p {
    margin-bottom: 0;
}

.tab-contents .item img {
	width: 100%;
}

.tab-contents .item:nth-child(4n) {
    margin: 15px 0 0 0;
}

.fly-container {
	padding: 25px 25px 63px 25px;
    margin-top: 15px;
	background: url('textures/why-fly-with-us.jpg') no-repeat;
}

.fly-container ul {
	margin-left: 12px;
}

.fly-container ul li {
	line-height: 12px;
}

.fly-container ul li:before {
	content: "";
	border-color: transparent #0892d0;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.7em;
	position: relative;
}

.fly-container h2 {
	margin: 5px 0 5px 0;
    color: #fff;
    background-color: #0892d0;
    padding: 10px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

.fly-container strong {
	font-weight: bold;
}

footer p {
	padding-top: 15px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    font-size: 11px;
}

.route-container {
	padding: 0;
    margin-top: 15px;
}

.route-container h2 {
	margin-bottom: 10px;
}

.route-container img {
	width: 100%;
}



/*
** Typography.
****************************************************************************************/

h1
{
	font-size: 30px;
	margin: 5px 0 20px 0;
    color: #fff;
    background-color: #0892d0;
    padding: 15px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

h1 strong
{
	color: #000;
}

h1 span
{
	font-size: 18px;
	display: block;
	text-transform: none;
	line-height: 30px;
}

h2, h3, h4
{
	font-weight: bold;
	color: #0093D0;
	margin-top: 5px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 22px;
}

h4
{
	font-size: 16px;
	text-transform: uppercase;
}

p strong
{
	font-weight: bold;
}



/*
** Footer.
****************************************************************************************/

footer
{
	color: #7F7F7F;
}



/*
** Media queries
****************************************************************************************/
@media screen and (max-width: 768px)
{

	.grid.base
	{
		width: 90%;
	}

	div.three_quarter, div.one_quarter, div.one_half 
	{
		width: 90%;
	}

	.tab-contents .item {
		float: none;
		padding: 4%;
	    margin: 0 0 15px 0;
	    width: 94%;
	    min-height: auto;
	}

	.block-wrap .content {
		position: relative;
		color: inherit;
		border-top: none;
		left: auto;
	    margin: 20px 0 0 20px;
	}


}


