/*global reset*/
* {
	margin: 0;
	padding: 0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
	margin: 0 0 14px;
}
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	background-color: transparent;
}
input, textarea, select {
	font: 100% arial, sans-serif;
	vertical-align: middle;
	color: #000;
	overflow: auto;
}
label {
	vertical-align: middle;
}
button, input {
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th {
	font-weight: bold;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
i, cite, em, var, dfn, address {
	font-style: italic;
}
u, ins {
	text-decoration: underline;
}
s, strike, del {
	text-decoration: line-through;
}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}
th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}
ul {
	margin-left: 1px;
}
ul li, ol li {
	list-style-position: inside;
}
ul li {
	list-style-type: disc;
}
img {
	vertical-align: top;
}
html {
	height: 100%;
}
/*global settings*/
body {
	height: 100%;
	color: #424242;
	font-weight:300;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.5;
	min-width: 1003px;
	background: url(images/bg-body.gif);
}
#wrapper {
	min-height: 100%;
	position: relative;
}
#popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
}
#popup-inner {
	position: absolute;
	left: 50%;
	margin-left: -389px;
	width: 780px;
	border: 1px solid #000;
	box-shadow: 0 0 10px #000;
	background-color: #eee;
	top:70px;
	bottom:30px;
}
#popup-inner .btn-close {
	background-image: url("images/btn-close.png");
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	right: -40px;
	top: -40px;
}
#popup-inner iframe {
	width: 100%;
	height:100%;
}
.fixed-menu, .fixed-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.fixed-menu {
	top:84px;
	height:150px;
	overflow:hidden;
}

/* header */
#header:after {
	content: "";
	display: block;
	clear: both;
}
.fixed-header {
	background: url(images/bg-header.gif) repeat-x;
	height: 87px;
}
#header {
	position: absolute;
	height: 87px;
	top: 0;
	left: 50%;
	z-index: 400;
	width: 1000px;
	margin-left: -500px;
}
/* logo */
.logo {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/sprite.png') no-repeat 0 0;
	width: 241px;
	height: 62px;
	margin: 15px -20px 0 2px;
}
.logo a {
	height: 100%;
	display: block;
}
/* top menu */
.menu {
	list-style: none;
	margin: 0;
	padding: 23px 22px 12px 4px;
	text-align: right;
	font-size: 13px;
	line-height: 15px;
}
.menu li {
	display: inline;
	margin: 0 -4px 0 0;
	padding: 0 21px 0 22px;
	background: url(images/divider.gif) no-repeat 0 50%;
}
.menu li:first-child {
	background: none;
}
/* gallery block */
.gallery-block {
	margin: 0 auto;
	max-width: 1624px;
	min-width: 1000px;
}
body.home .gallery-block .slideshow .btn-prev, body.home .gallery-block .slideshow .btn-next {
	display: none;
}
.slideshow {
	position: relative;
}
.slideshow .slideset {
	width: 100%;
}
.slideshow .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.slideshow .slide img {
	width: 100%;
}
.slideshow .btn-prev, .slideshow .btn-next {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/sprite.png') no-repeat -277px -5px;
	width: 21px;
	height: 34px;
	top: 50%;
	left: 30px;
	margin: -17px 0 0;
}
.slideshow .btn-next {
	left: auto;
	right: 30px;
	background: url('images/sprite.png') no-repeat -325px -5px;
}
/* main navigation */
#nav {
	margin: 0;
	padding: 0 16px 0 0;
	float: right;
	font-size: 16px;
	line-height: 34px;
	text-transform: uppercase;
}
#nav li {
	float: left;
	background: none;
	list-style: none;
	padding: 0 5px;
	position: relative;
}
#nav li a {
	float: left;
	padding: 0 13px 3px;
}
#nav li a:hover, #nav li.active a {
	text-decoration: none;
	background: none;
}
#nav li a.has-drop-down-a:hover, #nav li:hover a.has-drop-down-a {
	color: #fff;
	text-decoration: none;
	background: #082d68;
}
/* dropdown */
#nav .drop {
	position: absolute;
	right: 5px;
	color: #fff;
	top:35px;
	/*	width:605px; */
	display:none;
	width: 395px;
	font-size: 13px;
	line-height: 15px;
	text-transform: none;/*	background:url(images/bg-drop.png);*/
}
#nav li:hover .drop {
		display:block;

}
#nav li:first-child .drop {
	left: 5px;
}
#nav li.hover .drop {
	top: 100%;
}
#nav .drop .col {
	float: right;
	width: 200px;
	padding: 15px 2px 10px 6px;
	border-left: 1px solid #676e86;
}
#nav li:first-child .drop .col {
	float: left;
	border-left: 0;
	border-right: 1px solid #676e86;
}
#nav .drop .two-col {
	float: left;
	width: 395px;
	border: 0;
	padding: 15px 0 10px;
	background: url(images/bg-two-col.png) repeat-y;
}
#nav li:first-child .drop .two-col {
	/*	float:right; */
	border: 0;
}
#nav .drop h2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: 800;
	margin: 0 0 6px 4px;
}
#nav .drop h2 a, #nav .drop h2 a:hover {
	float: none;
	color: #fff;
	padding: 0;
	background: none !important;
}
#nav .drop h2 a:hover {
	text-decoration: underline;
}
#nav .drop ul {
	font-size: 13px;
	line-height: 15px;
	text-transform: none;
	padding: 5px 0 0 45px;
	margin: 0;
	overflow: hidden;
}
#nav .drop ul li {
	width: 169px;
	padding: 0 0 10px;
}
#nav .drop ul a {
	display: inline;
	color: #fff;
	float: none;
	padding: 0;
}
#nav .drop ul a:hover {
	background: none;
	color: #ec7a08;
	font-weight: bold;
}
#nav .drop p {
	margin: 0 0 0 5px;
}
.map {
	margin: 0 0 2px;
	padding: 4px;
	background: url(images/bg-map-shadow.png) no-repeat;
}
/* main content */
#main {
	position: relative;
	z-index: 1;
}
.main-holder {
	padding: 141px 0 400px;
}
body.home .main-holder {
	padding-top: 201px;
}
/* container */
.container:after {
	content: "";
	display: block;
	clear: both;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
/* menu bar */
.menu-bar {
	border-top: 1px solid #fff;
	border-bottom: 2px solid #a1a1a1;
	background: #ec7a08;
	position: relative;
}
.menu-bar .right-side {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	height: 43px;
	background: #002663;
}
/* sub navigation */
#sub-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 998px;
	font-size: 15px;
	line-height: 18px;
	display: table;
	position: relative;
	z-index: 10;
	border-left: 2px solid #fff;
}
#sub-nav li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	height: 44px;
	background: #ec7a08 url(images/divider-02.gif) no-repeat 100% 0;
}
#sub-nav li.link {
	background: #002663 url(images/divider-02.gif) no-repeat 100% 0;
}
#sub-nav li a {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
#sub-nav li img {
	display: block;
	margin: 0 auto;
}
#sub-nav li span {
	display: block;
	text-transform: uppercase;
}
#sub-nav li strong {
	display: inline-block;
	vertical-align: middle;
}
#sub-nav li a:hover strong {
	text-decoration: underline;
}
/* filters */
.filters-top {
	height: 21px;
	padding: 11px 0 0;
	background: url(images/bg-filters-top.gif) repeat-x;
}
.title {
	display: inline-block;
	color: #fff;
	background: #999;
	line-height: 21px;
	font-weight: bold;
	font-size: 13px;
	padding: 0 21px 0 10px;
}
.filters-top .title {
	float: left;
}
.filters {
	height: 63px;
	background: url(images/bg-filters.gif) repeat-x;
}
.filters .cell1 {
	float: left;
	width: 420px;
	height: 53px;
	padding: 10px 0 0;
	background: url(images/divider-03.gif) no-repeat 100% 50%;
}
.filters .cell2 {
	float: left;
	height: 50px;
	padding: 13px 15px 0;
	background: url(images/divider-03.gif) no-repeat 100% 50%;
}
.filters .cell3 {
	float: right;
	width: 360px;
	height: 52px;
	padding: 11px 0 0;
}
.filters .row {
	overflow: hidden;
}
.filters input[type="text"] {
	float: left;
	padding: 1px 4px;
	margin: 0;
	width: 11px;
	border: 1px solid #a3a3a3;
	font-size: 11px;
	color: #383736;
	background-color: #fff;
}
.filters input[type="radio"] {
	float: left;
	width: 15px;
	height: 15px;
	margin: 4px 5px 0 0;
	padding: 0;
}
input[type="submit"]:hover {
	cursor: pointer;
	text-decoration: underline;
}
.filters button, .filters input[type="submit"] {
	border: 0;
	font-weight: bold;
	color: #fff;
	width: 176px;
	height: 40px;
	padding: 0;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	background: #ed7e00;
	border-radius: 6px;
}
.filters button.btn_search_fare, .filters input[type="submit"].submit {
	width: 176px;
	height: 22px;
	background: url('images/sprite.png') no-repeat -376px -53px;
}
.filters label {
	float: left;
	font-weight: bold;
	color: #383737;
	font-size: 12px;
	margin: 2px 15px 0 0;
}
.filters .row2 label {
	margin: 4px 3px 0 0;
}
.filters .row2 input[type="text"] {
	margin: 4px 6px 0 0;
}
.filters .cell2 label, .filters .cell3 label {
	float: none;
	display: block;
	margin: 0 0 4px 5px;
}
.filters .select-holder {
	float: left;
	height: 23px;
}
.filters .select-holder select {
	width: 100%;
	font-size: 12px;
}
.filters .cell1 .select-holder {
	width: 200px;
	margin: 0 20px 0 0;
}
.filters .cell2 input[type="text"], .filters .cell3 input[type="text"] {
	width: 150px;
	margin: 0 11px 0 0;
}
.filters .cell2 .select-holder {
	width: 88px;
}
.filters .cell3 label {
	float: none;
	display: block;
}
.filters .date-holder {
	float: left;
}
.filters .buttons-set {
	float: right;
	width: 176px;
}
/* toolbar */
.filter-toolbar-wrapper {
	position:fixed;
	top:235px;
	z-index:50;
	width:998px;
}
.toolbar {
	margin: 0;
	/*	overflow:hidden; */
	padding: 0 0 11px;
	background: url(images/bg-toolbar-shadow.png) no-repeat 0 100%;
	position: relative;
}
.toolbar ul {
	margin: 0;
	border: 1px solid #b9b9b9;
	padding: 7px 0 5px 75px;
	/*	overflow:hidden; */
	background: #efefef url(images/bg-toolbar.gif) repeat-x;
	height: 40px;
}
.toolbar ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 48px;
}
.toolbar ul li:first-child {
	margin: 0;
}
.toolbar ul li a {
	float: left;
	padding: 10px 0 10px 49px;
}
.toolbar ul a.all {
	position: absolute;
	top: -21px;
	left: 100px;
	background: #EC7A08;
	color: #fff;
	display: block;
	float: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	height: 17px;
	padding: 4px 20px 0 20px;
	text-align: center;
}
.toolbar ul a.quickpass {
	background: url(images/ico-01-black.png) no-repeat;
}
.toolbar ul a.map {
	background: url(images/map_small_icon_black.png) no-repeat;
}
.toolbar ul a.media {
	background: url(images/socialmedia_small_icon_black.png) no-repeat;
}
.toolbar ul a.deals {
	background: url(images/hotdeals_small_icon_black.png) no-repeat;
}
.toolbar ul a.filter {
	background: url(images/plane_small_icon_black.png) no-repeat;
}
.toolbar ul a.news {
	background: url(images/news_small_icon_black.png) no-repeat;
}
.toolbar ul a.quickpass.active {
	background: url(images/ico-01.png) no-repeat;
}
.toolbar ul a.map.active {
	background: url(images/map_small_icon.png) no-repeat;
}
.toolbar ul a.media.active {
	background: url(images/socialmedia_small_icon.png) no-repeat;
}
.toolbar ul a.deals.active {
	background: url(images/hotdeals_small_icon.png) no-repeat;
}
.toolbar ul a.filter.active {
	background: url(images/plane_small_icon.png) no-repeat;
}
.toolbar ul a.news.active {
	background: url(images/news_small_icon.png) no-repeat;
}
/* news area columns */
.news-area {
	overflow: hidden;
	padding-top:60px;
}
.news-area .filter-mask {
	width: 1010px;
	position: relative;
	overflow: hidden;
}
.news-area .column {
	float: right;
	width: 337px;
	margin: 0 -5px 0 0;
}
.news-area .column:first-child {
	float: left;
	margin: 0 0 0 -2px;
}
.news-area .column:first-child + .column {
	float: left;
	margin: 0 -8px 0 -2px;
}
/* box */
.box {
	display:block;
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	background-color: #eee;
	border: 1px solid #999;
}
.box .block-box {
	display:block;
}
.box img {
	height: auto;
	width: auto;
	max-width: 100%;
}
/*
.box .t{
	background:url(images/bg-box-t.png) no-repeat;
	height:8px;
	overflow:hidden;
}
.box .b{
	background:url(images/bg-box-b.png) no-repeat;
	height:12px;
	overflow:hidden;
}
.box .c{
	background:url(images/bg-box-c.png) repeat-y;
}
.box .c:after{
	content:'';
	display:block;
	clear:both;
}
*/
.box .holder {
	width: 100%;
	position: relative;
}
.gradient {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.frame {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}
.frame:after, .box .holder:after {
	content: "";
	display: block;
	clear: both;
}
/* box content */

.box .ico {
	display: block;
	position: relative;
	z-index: 5;
	margin: -28px auto 10px;
}
.box .content {
	text-align: center;
	padding: 9px 27px 26px;
}
.box .h2 {
	display:block;
	margin: 0 0 28px;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
}
.box p .more {
	font-size: 10px;
	line-height: 12px;
	color: #f69924;
	text-transform: uppercase;
	font-weight: 800;
}
.box .p {
	display:block;
	margin: 0 0 10px;
}
.box iframe {
	margin: 10px 0 0;
}
.box .headline {
	overflow: hidden;
	padding: 5px 10px;
}
.box .headline img {
	float: left;
	margin: 0 13px 0 0;
}
.box .headline h2 {
	margin: 0;
}
.box .headline p {
	margin: 0;
}
.box .headline .text-block {
	text-align: center;
	overflow: hidden;
}
.box .headline .text-block h2 {
	margin: 4px 0 14px;
}
.box .headline .text-block p {
	margin: 0 0 10px;
}
.box .sub-title {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	display: block;
	padding: 10px;
}
.tweets-box .headline .text-block {
}
.tweets-box .headline .text-block h2 {
}
.twitter-block {
	padding: 0 0 0 9px;
	margin: 0 0 -8px;
	background: url(images/ico-twitter-big.png) no-repeat 50% 100%;
}
.tweets-box .headline {
	padding: 12px 10px 8px;
	background: url(images/ico-twitter.png) no-repeat 168px 3px;
}
.box .video {
	position: relative;
}
.box .play {
	left: 50%;
	top: 50%;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/sprite.png') no-repeat -696px -4px;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}
.main-set {
	padding: 80px 0 44px;
	background: url(images/bg-main-shadow.png) repeat-x;
}
/* promo */
.promo {
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 13px 0 8px;
}
.promo .col-left {
	float: left;
	width: 280px;
	padding: 71px 25px 0;
	height: 494px;
	margin: 0 5px 0 0;
	background: url(images/bg-promo-left.gif) no-repeat;
}
.promo .col-left h2 {
	margin: 0 0 36px;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
}
.promo img {
	float: left;
}
.promo .col-left img {
	display: block;
	float: none;
	margin: 0 auto 33px;
}
.promo p {
	margin: 0 0 53px;
}
.promo .col-right {
	float: right;
	width: 330px;
	height: 533px;
	padding: 32px 0 0;
	background: url(images/bg-promo-right.gif) no-repeat;
}
.promo .col-right h2 {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 17px;
	font-weight: 800;
	text-transform: uppercase;
}
.promo .links {
	font-weight: 800;
}
.promo .links li {
	list-style: none;
}
.promo .links a {
	color: #fff;
}
.promo-menu {
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 25px;
}
.promo-menu li {
	list-style: none;
	padding: 0 0 10px;
}
.promo-menu li a {
	display: block;
	background: #f1ad6a;
	color: #fff;
	padding: 27px 0 26px;
	border-top: 1px solid #fff;
}
.promo-menu li a.apply-today {
	padding: 18px 0 80px;
}
/* content box */
.content-box {
	margin: 15px 0 0;
	padding: 11px 0 0;
	background-color:#fff;
}
.content-box .content-holder {
}
.content-box .content-frame {
	padding: 0 0 26px;
}
.content-box .content-frame:after {
	content: "";
	display: block;
	clear: both;
}
.image-title {
	width: 100%;
	float: left;
	margin: -11px 0 0;
}
.two-columns {
	overflow: hidden;
	width: 100%;
	clear: both;
}
/* content */
#content {
	float: right;
	width: 744px;
	padding: 10px 10px 0 0;
}
.default-template #content {
	float:none;
	padding:30px;
	width:auto;
}
.default-template #content p {
	margin-bottom:20px;
}
.no-image #content {
	padding-top: 17px;
}
#content h1 {
	font-size: 28px;
	line-height: 1.25;
	color: #002663;
	margin: 0 0 15px;
	font-weight: 300;
}
#content h2 {
	font-size: 24px;
	line-height: 26px;
	color: #002663;
	margin: 0 0 15px;
	font-weight: 300;
}
#content h3 {
	color: #ec7a08;
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 10px;
}
#content p {
	margin: 0 0 10px;
}
#content a {
	color: #ec7a08;
}
#content ul, #content ol {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
#content ul {
	list-style-type: circle;
}
#content ol {
	list-style-type: decimal;
}
#content ul li, #content ol li {
	list-style-position:outside;
	padding:0;
}
.contacts {
	margin: 0 0 18px;
}
.contacts strong {
	display: block;
}
.contacts a {
	color: #ec7a08;
}
.contacts span {
	display: block;
}
.time {
	display: block;
	margin: 0 0 18px;
}
#content address {
	font-style: normal;
}
#content address strong {
	display: block;
	color: #ec7a08;
}
#content .intro {
	overflow: hidden;
}
#content .intro p {
	margin: 0 0 20px;
}
.weather {
	margin: 0 0 3px -7px;
}
#content .links {
	margin: 0 0 18px;
}
#content .links dt {
	color: #002663;
	font-weight: bold;
	text-transform: uppercase;
}
#content .links dd {
	margin: 0;
	font-weight: bold;
	color: #313131;
}
#content .links dd ul {
	margin: 0;
	padding: 0;
}
#content .links dd ul li {
	list-style: none;
	display: inline;
}
#content .links dd ul a {
	color: #ec7a08;
}
/* schedule */
.schedule {
	padding: 5px 0 0;
}
#content .schedule h2 {
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
#content .schedule p {
	margin: 0 0 23px 17px;
}
/* tables */
.table-zone {
	background: #fff;
	width: 700px;
}
.data-table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	font-size: 13px;
	text-align: center;
	color: #58595b;
	margin: 0 0 20px;
}
.data-table thead th {
	background: #ffbc16;
	border: 0;
	color: #58595b;
	text-align: center;
	padding: 5px 0;
}
.data-table tbody td {
	border: 0;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}
.data-table tbody .odd td {
	background: #c3daf1;
}
.data-table tbody .divider td {
	border-bottom: 1px solid #000;
}
.table-holder {
	border-top: 1px solid #aaa;
	padding: 20px 0 0;
}
/* columns set */
.columns-set {
	overflow: hidden;
}
.columns-set .col-left {
	float: left;
	width: 369px;
}
.columns-set .col-right {
	float: right;
	width: 363px;
}
#content .section {
	font-size: 24px;
	line-height: 29px;
	overflow: hidden;
	padding: 0 0 29px;
}
#content .section p {
	margin: 0 0 20px;
}
#content .columns-set .col-right h2 {
	font-size: 24px;
	line-height: 29px;
	color: #ec7a08;
	margin: 0 0 8px 13px;
}
#content .columns-set .col-right ul {
	margin: 0;
	padding: 0 0 23px;
}
#content .columns-set .col-right ul li {
	padding: 0 0 0 10px;
	background: url(images/dott.png) no-repeat 0 7px;
}
#content .columns-set .col-left img {
	display: block;
	margin: 0 0 33px;
}
#content .columns-set .col-left .text-block {
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	border: 2px solid #e4e4e4;
	border-width: 2px 0;
	overflow: hidden;
	padding: 24px 22px 2px;
}
/* content box 2 */
.content-box2 {
	width: 1000px;
}
.content-box2 .content-holder {
	padding: 0 0 24px;
}
.content-box2 .content-frame {
	padding: 0 7px 0 4px;
}
.content-box2 .content-frame:after {
	content: "";
	display: block;
	clear: both;
}
.content-box2 .image-box {
	margin: -5px 0 0;
	width: 100%;
	float: left;
}
.bar {
	width: 100%;
	clear: both;
	overflow: hidden;
	height: 51px;
	margin: 0;
	border: 1px solid #a9a9a9;
	background: url(images/bg-bar.gif) repeat-x;
}
/* section set */
.section-set {
	overflow: hidden;
	padding: 36px 46px 65px 34px;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.section-set .col-left {
	float: left;
	width: 420px;
}
.section-set .col-right {
	float: right;
	width: 420px;
}
.section-set p {
	margin: 0 0 26px;
}
.section-set p img {
	display: inline-block;
	vertical-align: bottom;
	margin: 5px 6px -4px 0;
}
/* learn more */
.learn-more {
	display: block;
	color: #fff;
	background: url('images/sprite.png') no-repeat -777px -8px;
	width: 175px;
	height: 22px;
	padding: 4px 0 0;
	text-align: center;
	text-transform: uppercase;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
/* intro section */
.intro-section {
	overflow: hidden;
	font-size: 23px;
	line-height: 30px;
	color: #000;
	padding: 22px 37px 33px;
	
}
.intro-section p img {
	display: inline-block;
	vertical-align: middle;
	margin: -13px 0;
}
/* headings */
.sub-heading {
	overflow: hidden;
	padding: 15px 12px 12px;
	border: 1px solid #a9a9a9;
	background: #efefef url(images/bg-sub-heading.gif) repeat-x;
}
.sub-heading h2 {
	margin: 0;
	color: #09347a;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}
.info-section {
	padding: 32px 35px 17px;
	overflow: hidden;
	font-size: 23px;
	line-height: 30px;
	color: #000;
}
.info-section img {
	display: block;
	margin: 0 0 8px;
}
.heading {
	overflow: hidden;
	padding: 16px 13px 13px;
	border: 1px solid #a9a9a9;
	border-width: 1px 0;
	background: #f99d32;
	margin: 0 0 25px;
	min-height: 20px;
}
.heading h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
.heading h2 span {
	font-size: 30px;
}
/* info-set */
.info-set {
	overflow: hidden;
	padding: 14px 22px 34px;
}
.info-set .col-left {
	float: left;
	width: 542px;
}
/* info-set table */
.info-set .heading {
	padding: 0;
	background: none;
	border: 0;
	margin: 0;
	text-align: right;
}
.info-set .data-table td {
	border: 2px solid #012a70;
	text-align: left;
	background: #f0e4d8;
	padding: 6px 10px 6px 56px;
	width: 137px;
	color: #000;
	font-style: italic;
	vertical-align: middle;
}
.info-set .data-table td:first-child {
	width: 299px;
	padding: 6px 10px 6px 24px;
	background: #f1f1f0;
	color: #424345;
	border-color: #728bb1;
	border-right: 0;
}
.info-set .data-table .ok, .info-set .data-table .free {
	background: url(images/bg-ok-black.png) no-repeat 0 50%;
}
.info-set .data-table .no {
	background: url(images/bg-no-black.png) no-repeat 0 50%;
}
.info-set .classic-table td {
	background: #dbe5e0;
}
.info-set .classic-table td:first-child {
	background: #f0f0f0;
}
.info-set .bravo-table td {
	background: #dce0e6;
}
.info-set .bravo-table td:first-child {
	background: #f0f0f0;
}
.info-set .data-table tr:first-child td:first-child {
	background: #f0f0e2;
}
.info-set .col-right {
	float: right;
	width: 385px;
}
.info-set .text-block {
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	margin: 68px 0 0;
	padding: 28px 25px;
	min-height: 328px;
	border: 1px solid #666;
}
.info-set .text-block strong {
	display: block;
}
.image-block {
	padding: 0 0 35px;
}
.image-block img {
	display: block;
	margin: 0 auto;
	border: 1px solid #c3c3c3;
}
.green-heading {
	background: #0e7d3e;
}
.blue-heading {
	background: #002663;
}
.buttons {
	overflow: hidden;
	padding: 10px 16px 33px 0;
}
.buttons a {
	float: right;
}
.chart {
}
.chart-heading {
	overflow: hidden;
	text-align: right;
	padding: 41px 28px 0 20px;
}
.chart-heading .image-wrapper {
	background-color:#fff;
}
.chart-heading img {
	vertical-align: bottom;
	margin: 0 ;
}
.chart .table-zone {
	padding: 0 28px 0 35px;
	background: none;
	width: auto;
}
.chart-table {
	width: 100%;
	font-style: italic;
	border-collapse: collapse;
}
.chart-table td {
	border: 1px solid #6572a1;
}
.chart-table thead th,
.chart-table thead td {
	text-align:center;
}
.chart-table th {
	background: #f5f1e2;
	color: #58585a;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding:10px 24px;
}
.chart-table thead th:first-child {
	text-align: left;
	font-weight: bold;
}
.chart-table .last {
	color: #002764;
}
.chart-table tbody td {
	padding:10px 24px;
}
.chart-table tbody td:first-child {
	text-align: left;
	padding: 6px 24px;
}
.chart-table tbody td.last {
	font-weight: bold;
}
.ok, .no {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/sprite.png') no-repeat -577px -55px;
	width: 13px;
	height: 14px;
}
.no {
	background: url('images/sprite.png') no-repeat -559px -55px;
	width: 12px;
	height: 13px;
}
.free {
	display: inline-block;
	padding: 0 0 0 21px;
	background: url(images/ico-ok.png) no-repeat;
}
.questions-form .row .popup {
	display: none;
}
.questions-form .row:hover .popup {
	display: block;
}
.chart .section {
	font-size: 23px;
	line-height: 30px;
	padding: 46px 0 30px 36px;
}
.chart .section p {
	margin: 0;
}
.chart .section p img {
	display: inline-block;
	vertical-align: top;
	margin: -19px 8px -7px 0;
}
.questions-form {
	margin: 0;
	padding: 38px 28px 23px 43px;
}
.questions-form .row {
	position: relative;
	margin: 0 0 32px;
}
.questions-form .row:after {
	content: "";
	display: block;
	clear: both;
}
.questions-form label {
	font-size: 23px;
	line-height: 30px;
	float: right;
	width: 870px;
}
.questions-form input[type="radio"] {
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	width: 15px;
	height: 15px;
}
.questions-form .input-checked-parent {
	border: 1px solid #727272;
	background: #fff;
	margin: -6px 0 22px -10px;
	padding: 8px 39px 17px;
}
.questions-form .input-checked-parent label {
	width: 800px;
}
.questions-form input[type="submit"] {
	background: url('images/sprite.png') no-repeat -777px -8px;
	width: 175px;
	height: 26px;
	color: #fff;
	border: 0;
	display: block;
	margin: 0 0 0 auto;
	padding: 0 0 2px;
	text-transform: uppercase;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
/* popup */
.popup {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #666;
	background: #fff;
	padding: 30px 25px;
	width: 538px;
	z-index: 100;
	font-size: 14px;
	line-height: 17px;
}
.popup .close {
	position: absolute;
	top: 7px;
	right: 8px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/sprite.png') no-repeat -602px -55px;
	width: 8px;
	height: 8px;
}
.popup p {
	margin: 0;
}
.popup p strong {
	display: block;
}
.map-holder {
	width: 100%;
	float: left;
	margin: -11px 0 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.map-holder ul, .map-holder li {
	list-style: none;
}
.map-holder #map-canvas {
	height: 585px;
}
/* map description */
.description {
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: 4px solid #faf205;
	border-top: 2px solid #c0dded;
	background: #002663;
}
.description ul {
	margin: 0;
	padding: 11px 0 7px 50px;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
}
.description ul li {
	float: left;
	margin: 0 0 0 75px;
	padding: 12px 0 12px 46px;
	color: #fff;
	list-style: none;
	cursor: pointer;
}
.description ul li a {
	color: #fff;
}
.description .flexslider-controls {
	text-align:center;
}
.description div.route,
.description div.float {
	display:inline-block;
	margin:  20px ;
	padding: 12px 0 12px 46px;
	color: #fff;
	list-style: none;
	cursor: pointer;
	font-weight:700;
}
.description div.route:hover,
.description div.float:hover {
	text-decoration: underline;
}
.description div.route {
	background: url(images/ico-08.png) no-repeat;
}
.description div.float {
	background: url(images/ico-09.png) no-repeat;
}
/*
.description ul li.google {
	background: url(images/ico-10.png) no-repeat 0 4px;
}
.description ul li.print {
	background: url(images/ico-11.png) no-repeat 0 2px;
}
.description ul li.download {
	background: url(images/ico-12.png) no-repeat;
}
*/
.map-box .content-frame {
	background: none;
}
/* map intro block */
.map-intro-block {
	text-align: center;
	padding: 58px 75px 14px;
	font-size: 25px;
	line-height: 30px;
	overflow: hidden;
	background: #e1e0e2 url(images/bg-map-intro-block.gif) no-repeat;
}
.map-intro-block h2 {
	margin: 0 0 17px;
	color: #ec7a08;
	font-size: 28px;
	line-height: 32px;
}
.map-intro-block p {
	margin: 0 0 30px;
}
.map-area {
	background: #e1e0e2;
	float: left;
	width: 1030px;
	margin: 0 0 -12px;
	overflow: hidden;
}
.map-area:after {
	content: "";
	display: block;
	clear: both;
}
.map-area > .news {
	margin-right:22px;
}
.map-area .col-left {
	float: left;
	width: 496px;
}
.map-area .col-right {
	float: right;
	width: 496px;
	margin: 0 -4px 0 0;
}
.map-area .box {
	float:none;
	width: 487px;
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 24px;
	background: none;
}
.box .number {
	display:none;
}
.box2 h3 {
	margin: 0 0 20px;
	color: #f69924;
	font-size: 24px;
	line-height: 28px;
}
.box2 h3 a {
	color: #f69924;
}
.map-box .content-frame {
	padding-bottom: 0;
}
.box2 .content {
	padding: 12px 27px 13px;
}
.box2 p {
	margin: 0 0 21px;
}
.box2 h2 {
	margin: 0 0 19px;
}
.phone-box {
	overflow: hidden;
	width: 100%;
	float: left;
}
.phone-box .avatar {
	float: left;
	margin: 0;
	border-right: 1px solid #c0c0c0;
}
.phone-box .ico {
	margin: 56px 0 0 -34px;
	float: left;
}
.phone-box .text-block {
	float: right;
	width: 280px;
	margin: 0 0 0 -20px;
	text-align: center;
	padding: 47px 0 0;
}
.phone-box .text-block .phone {
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 26px;
}
.phone-box .text-block p {
	margin: 0;
}
.legend {
	padding: 9px 0 0 38px;
}
.legend h3 {
	margin: 0 0 8px;
	color: #002b5d;
	font-size: 17px;
}
.legend ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
}
.legend ul li {
	list-style: none;
	float: left;
	margin: 0 0 11px;
}
.legend ul li.hub {
	color: #ab1d1f;
	font-weight: bold;
	padding: 0 0 0 38px;
	width: 234px;
	background: url(images/ico-16.png) no-repeat;
}
.legend ul li.airport {
	color: #26404f;
	width: 110px;
	padding: 0 0 0 36px;
	font-weight: bold;
	background: url(images/ico-15.png) no-repeat;
}
.legend ul li.floatports {
	padding: 0 0 0 40px;
	color: #005fa4;
	width: 234px;
	font-size: 12px;
	background: url(images/ico-14.png) no-repeat;
}
.legend ul li.float-plane {
	color: #005fa4;
	width: 110px;
	padding: 5px 0 0 33px;
	line-height: 13px;
	font-size: 13px;
	margin: 0;
	background: url(images/dott-blue.png) no-repeat 6px 4px;
}
.pdf {
	overflow: hidden;
	text-align: left;
	padding: 3px 0 0 7px;
}
.pdf .ico {
	margin: 0 41px 0 0;
	float: left;
}
.pdf h2 {
	margin: 14px 0 0;
}
/* sidebar */
#sidebar {
	float: left;
	width: 198px;
	padding: 20px 0 0 24px;
}
.no-image #sidebar {
	padding-top: 23px;
}
#sidebar h3 {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 20px;
	color: #313131;
	text-transform: uppercase;
}
/* side nav */
.side-nav {
	margin: 0;
	padding: 0 5px 0 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
}
.side-nav li {
	list-style: none;
}
.side-nav li a {
	color: #313131;
}
.side-nav ul {
	margin: 0;
	padding: 2px 0 2px 15px;
	text-transform: none;
	font-weight: normal;
}
.side-nav ul strong {
	color: #002663;
}
/* side menu */
.side-menu {
	margin: 0;
	padding: 7px 0 23px 16px;
	font-size: 13px;
	line-height: 15px;
}
.side-menu li {
	list-style: none;
}
.side-menu a {
	color: #313131;
}
.side-menu .active a, .side-menu a:hover {
	text-decoration: none;
	color: #002663;
	font-weight: bold;
}
/* footer */
#footer {
	height: 400px;
	margin: -400px 0 0;
	position: relative;
	z-index: 20;
	color: #9c9c9c;
	background: url(images/bg-footer2.jpg) repeat-x 50% 0;
}
#footer .columns:after {
	content: "";
	display: block;
	clear: both;
}
#footer .columns {
	padding: 39px 0 150px;
	font-size: 17px;
	line-height: 22px;
}
#footer .col {
	float: left;
	width: 222px;
}
#footer .col:first-child {
	width: 315px;
}
#footer .col:first-child + .col {
	width: 240px;
}
#footer h3 {
	color: #676767;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 68px;
}
#footer h3 a {
	color: #676767;
}
#footer .columns ul {
	margin: 0;
	padding: 0 0 22px;
}
#footer .columns ul li {
	list-style: none;
}
#footer .columns a {
	color: #9c9c9c;
}
#footer .columns p {
	margin: 0 0 19px;
}
/* search form */
.search-form .row {
	background: url('images/sprite.png') no-repeat -372px 0;
	width: 234px;
	height: 23px;
	padding: 4px 6px 0;
}
.search-form input[type="text"] {
	background: none;
	border: 0;
	color: #c2c2c2;
	font-size: 14px;
	margin: 0;
	height: 18px;
	width: 212px;
	padding: 1px 11px;
	outline: none;
}
.search-form {
	margin: -3px 0 96px -6px;
}
#footer .image-box img {
	float: left;
}
#footer .image-box h4 {
	margin: 0;
	color: #5e5f5f;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	text-align: center;
	width: 131px;
	padding: 121px 13px 0 0;
	float: right;
}
/* meta */
.meta {
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
	color: #a1a8ba;
	padding: 0 0 0 26px;
}
.meta ul {
	float: right;
	font-size: 14px;
	line-height: 18px;
	margin: -2px -13px 0 0;
	padding: 0 0 2px;
}
.meta ul li {
	float: left;
	padding: 0 12px 0 11px;
	list-style: none;
	background: url(images/divider-04.gif) no-repeat 0 50%;
}
.meta ul li:first-child {
	background: none;
}
.meta ul li a {
	color: #fff;
}
.meta p {
	margin: 3px 0 0;
}
body.page-template-template-passes-php .content-frame .section img, body.page-template-template-passes-php .content-frame .section-set img {
	vertical-align: bottom;
	padding-right: 3px;
}
body.page-template-template-passes-php a.learn-more {
	margin-top: 20px;
}
body.page-template-template-brochure-php.page-id-1546 .map-box, body.page-template-template-brochure-php.page-id-57 .map-box {
	background: none;
	padding: 0;
}
#promo-code {
	position: relative;
	top: -84px;
	left: 368px;
	width: 180px;
	background: #999;
	margin: 0;
	padding: 0 10px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#ui-datepicker-div {
	border-radius:0;
}
.ui-datepicker-header {
	border-radius:0;
}
.ui-widget-header {
	font-weight:400;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	background:none;
}
.ui-state-disabled, 
.ui-widget-content .ui-state-disabled, 
.ui-widget-header .ui-state-disabled {
	background-color:#eee;
}
.newslist {
}
.newslist .posttitle {
	font-weight:700;
}
#Flight {
	margin:0;
}
.search-results #maincontent a {
	color:#ec7a08;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder { /* Firefox 18- */
	color: transparent;
}
input:focus:-ms-input-placeholder {  
	color: transparent;
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
	color: transparent;
}










