/* HTML Tag Redefinition */

* {
	margin: 0px;
	padding: 0px;
}

html, body { height: 100%; }

body {
	width: 100%;
	background-color: #021a32;
}

img { border: 0px }
a { cursor:pointer }

fieldset { border:1px solid #ccc;}

/* error text class optionally provided by theme */
div.ccm-error-response { color: #f00; margin-bottom: 12px; }

/* Page Structure / Navigation */

#page_container {
	background-color: #014997;
	width: 100%;
	padding: 40px 0px 0px 0px;
}

#page {
	position: relative;
	width: 960px;
	margin: 0px auto 40px auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	-moz-box-shadow:  0px 0px 20px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow:  0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow:  0px 0px 20px 0px rgba(0,0,0,0.5);
}

.full #page {
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#page #top {
	position: relative;
	width: 960px;
	height: 200px;
}

#page #top #logo {
	overflow: hidden;
	position: absolute;
	left: 60px;
	top: 40px;
}

#page #top #logo,
#page #top #logo a {
	display: block;
	width: 207px;
	height: 135px;
}

#page #top #logo a {
	background-image: url(../images/wasaya_logo.gif);
	background-image: url(../images/wasayalogo.png);
	background-repeat: no-repeat;
	padding: 135px 0px 0px;
}

#page #top #nav {
	position: absolute;
	bottom: 40px;
	right: 60px;
}


#page #top #header{ margin-top: 10px; margin-bottom: 10px; }
#page #header #header img { display: block; }

#page #central {
	position: relative;
	width: 960px;
}

#page #central.home {
	padding: 20px 0px;
}

#central.default {
	background-image: url(../images/tile_content.gif);
	background-repeat: repeat-y;
}

#central.promo {
	background-image: url(../images/tile_content_left.gif);
	background-repeat: repeat-y;
}
#page #central.promo.alt {
	background-image: url(../images/tile_book_flight.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #444;
	border-radius: 0px;
	color: #FFF;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#central.promo.alt h1 {
	color: #FFF;
}
.flight_title {
	padding: 0 20px ;
}
.flight_title h1,
.flight_title div
{
	color: #FFF;
}
#central.promo.alt #book_flight {
	border-radius: 0px;
	box-shadow: none;
}

#top {
	position: relative;
}

#header {
	display: block;
	position: relative;
	background-color: #f4f3f0;
}

#header img {
	display: block;
	position: relative;
}

#header::before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	z-index: 200;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

#header::after {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 10px;
	z-index: 200;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
}

#yellow {
	background-image: url(../images/bg_widgets.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fcd706;
	border-top: 1px solid #feeb0b;
	border-bottom: 1px solid #f7ae02;
}
.yellow{
	background-image: url(../images/bg_widgets.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fcd706;
}

#columns::before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	z-index: 200;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

.columns::before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	z-index: 200;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

.ui-datepicker {
	z-index: 300 !important;
}

#central #main_container {
	float: left;
	width: 600px;
}

#central #main {
	padding: 20px 40px;
}

#central.home #main {
	padding: 0px 40px;
}

#central #sidebar_container {
	position: relative;
	float: right;
	width: 350px;
	border-top: 1px solid #feeb0b;
}

#central.promo #sidebar_container {
	position: relative;
	float: left;
}
#central.promo.alt #sidebar_container {
	border-top: none;
}

#central.promo #main_container {
	position: relative;
	float: right;
	overflow: hidden;
}

#page #yellow #central #sidebar_container {
	border-top: none;
}

#page #central #sidebar {
	position: relative;
	padding: 20px 40px;
}

#page #central.home #sidebar {
	padding: 0px 40px;
}

/* side nav */

#page #central #sidebar .nav_title {
	margin: 14px 0px 0px 3px;
	padding: 0px;
}

#page #central #sidebar .nav_title a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	text-shadow: -1px 1px #ffff00;
}

#page #central #sidebar .nav_title a:hover {
	color: #d11400;
}

#page #central #sidebar ul.nav {
	padding: 10px 0px;
	list-style: none;
}

#page #central #sidebar ul.nav li {
	margin: 0px 0px 3px;
}

#page #central #sidebar ul.nav li a,
#sidebar .block_file {
	display: block;
	text-decoration:none;
	background-image: -webkit-linear-gradient(top, #fff100, #bda400);
	background-image:    -moz-linear-gradient(top, #fff100, #bda400);
	background-image:     -ms-linear-gradient(top, #fff100, #bda400);
	background-image:      -o-linear-gradient(top, #fff100, #bda400);
	background-image:         linear-gradient(top, #fff100, #bda400);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px;
}

#page #central #sidebar ul.nav a span,
#sidebar .block_file a {
	display: block;
	color: #000;
	background-color: #fcda00;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	text-shadow: -1px 1px #ffff00;
}

#sidebar .block_file a {
	margin: 0px;
	padding: 8px 10px;
}

#page #central #sidebar ul.nav .nav-path-selected a.nav-selected {
	background-image: none;
}

#page #central #sidebar ul.nav a:hover span,
#sidebar .block_file a:hover {
	background-color: #fff6c0;
	text-shadow: none;
}

#page #central #sidebar ul.nav a:active span {
	background-color: #fff;
	text-shadow: none;
}

#page #central #sidebar ul.nav .nav-path-selected a span {
	background-color: #feed80;
	text-shadow: none;
}

#page #central #sidebar ul.nav .nav-path-selected a:hover span {
	background-color: #fff6c0;
	text-shadow: none;
}

#page #central #sidebar ul.nav .nav-path-selected a.nav-selected span,
#page #central #sidebar ul.nav .nav-path-selected a.nav-selected:hover span {
	background-color: #d11400;
	text-shadow: none;
	color: #fff;
}

#page #central #sidebar ul.nav ul {
	padding: 3px 0px 0px 15px;
	list-style:none;
	font-size: 11px;
}

/* */

#columns {
	position: relative;
	width: 920px;
	padding: 20px;
}

.columns {
	position: relative;
	width: 920px;
	padding: 20px;
}

#column_1,
#column_2,
#column_3 {
	float: left;
	width: 264px;
	padding: 20px;
}
.column_1,
.column_2,
.column_3 {
	float: left;
	width: 264px;
	padding: 20px;
}


/* two_column */

#column_2 {
	width: 568px;
}
.column_2 {
	width: 568px;
}

.columns.three_column .column_2 {
	width: 264px;
}

/* home */

.home .column_1 {
	width: 248px;
}

.home .column_2 {
	width: 592px;
}

/*WIDGETS */

#widgets {
	position: relative;
	padding: 1em 0;
}

#widgets .widget {
	width: 264px;
	height: 85px;
	margin-bottom: 20px;
	overflow: hidden;
}

#widgets .widget a {
	display: block;
	width: 264px;
	height: 85px;
	padding: 85px 0px 0px;
	background-position: 0px 0px;
}

#widgets .widget a:hover {
    background-position: 0px -85px;
}

/* KDC OVERRIDES NOV 5 START */

#widgets .widget {
	width: 248px;
	height: 80px;
}

#widgets .widget a {
	background-size: cover;
	width: 248px;
	height: 80px;
	padding: 80px 0px 0px;
}

#widgets .widget a:hover {
    background-position: 0px -80px;
}

/* KDC OVERRIDES NOV 5 END */


#widgets .customer_feedback a {
	background-image: url(../images/btn_customer_feedback.jpg);
	background-repeat: no-repeat;
}

#widgets .anonymous_feedback a {
	background-image: url(../images/btn_customer_feedback.jpg);
	background-repeat: no-repeat;
}

#widgets .flight_schedule a {
	background-image: url(../images/btn_flight_schedule.jpg);
	background-repeat: no-repeat;
}

#widgets .flight_tracker a {
	background-image: url(../images/btn_flight_tracker.jpg);
	background-repeat: no-repeat;
}

#widgets .flight_status a {
	background-image: url(../images/btn_flight_status.jpg);
	background-repeat: no-repeat;
}

#widgets .travelling_with_cargo a {
	background-image: url(../images/btn_travelling_with_cargo.jpg);
	background-repeat: no-repeat;
}

/* footer */

#footer {
	position: relative;
	background-image: url(../images/tile_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #05386b;
	margin: 0px auto;
}

#footer_content {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 20px 0px 40px;
}

#footer_bottom {
	position: relative;
	margin: 0px auto;
	padding: 20px 0px 40px;
	vertical-align: middle;
	background-color: #021a32;
}

#footer_bottom_content {
	position: relative;
	width: 880px;
	margin: 0px auto;
}

.social_button {
	float: left;
	margin-right: 15px;
}

/* breadcrumbs */

#main .swp-breadcrumbs {
	font-size: 12px;
	color: #999;
	margin: 0px 0px 12px;
}

#main .delim {
	padding: 0px 5px;
}

#main .swp-breadcrumbs a {
	color: #999;
}

#main .swp-breadcrumbs a:hover {
	text-decoration: underline;
}

/* credit */

#credit {
	float: right;
}

#credit,
#credit a {
	width: 145px;
	height: 14px;
	overflow: hidden;
}

#credit a {
	display: block;
	padding: 14px 0px 0px;
	background-image: url(../images/korkoladesign.gif);
	background-repeat: no-repeat;
}

#credit a:hover {
	background-position: 0px -14px;
}

/* */

.clear {
	clear: both;
	height: 0px;
}

#central #book_flight {
	padding: 5px 20px 0px 20px;
}
#book_flight_container {
	width: 100%;
}

#flight_form_table div{
	clear: both;
	padding-bottom: .5em;
}

#flight_form_table .divide{
	clear: none;
}
#flight_form_table .label{
	float: left;
	width: 40%;
	clear: none;
}
#flight_form_table .element{
	float: right;
	width: 60%;
	clear: none;
}
#flight_form_table #uReturn.disabled {
	background-color: #DDD;
	color: #888;
}
#flight_form_table div.roundtrip .label{
	float: right;
	width: 92%;
}
#flight_form_table div.roundtrip .element{
	float: left;
	width: 08%;
	text-align: left;
}
#flight_form_table div.roundtrip .element input{
}
#flight_form_table input[type=checkbox] {
	height: 1em !important;
	margin-top: 1ex;
	width: 1em !important;
}
#flight_form_table #book_flight_submit {
	margin-top: 20px;
	font-size: 100%;
	width: auto;
	height: auto;
}
#book_flight_container input ,
#book_flight_container input.sm_select ,
#book_flight_container input.lg_select {
	font-size: 90%;
	width: 80%;
}

#book_flight_container select ,
#book_flight_container select.sm_select ,
#book_flight_container select.lg_select {
	font-size: 90%;
	width: auto;
}

#book_flight .input_text.datepicker{
	background-color: #FFF;
	color: #000;
}

#book_flight .ui-datepicker-trigger {
	width: 1.2em;
	vertical-align: middle;
	margin-left: -1.4em;
}

.flight_title span.required {
	color: #d11400;
}

.powerSliderPagination {
	right: 30px !important;
	bottom: 10px !important;
}

#mc-embedded-subscribe {
	margin-top: 4px;
	background:url(../images/signup.png) no-repeat;
	cursor:pointer;
	width: 97px;
	height: 30px;
	border: none;
	text-indent: 5000px;
	overflow: hidden;
}
