/****** FILE: framework/thirdparty/jquery-ui-themes/smoothness/jquery-ui.css *****/
/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/****** FILE: themes/hukajet/css/fonts.css *****/
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2013 Schwartzco Inc.
        License: 1406-MZXTBF
*/


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-Thin-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-Thin-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-Thin-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-Thin-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-Thin-Web.svg#Stag') format('svg');
    font-weight:  100;
    font-style:   normal;
    font-stretch: normal;
}

.Stag-Thin-Web {
    font-family: 'Stag';
    font-weight:  100;
    font-style:   normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-ThinItalic-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-ThinItalic-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-ThinItalic-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-ThinItalic-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-ThinItalic-Web.svg#Stag') format('svg');
    font-weight:  100;
    font-style:   italic;
    font-stretch: normal;
}

.Stag-ThinItalic-Web {
    font-family: 'Stag';
    font-weight:  100;
    font-style:   italic;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-Light-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-Light-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-Light-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-Light-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-Light-Web.svg#Stag') format('svg');
    font-weight:  300;
    font-style:   normal;
    font-stretch: normal;
}

.Stag-Light-Web {
    font-family: 'Stag';
    font-weight:  300;
    font-style:   normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-LightItalic-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-LightItalic-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-LightItalic-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-LightItalic-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-LightItalic-Web.svg#Stag') format('svg');
    font-weight:  300;
    font-style:   italic;
    font-stretch: normal;
}

.Stag-LightItalic-Web {
    font-family: 'Stag';
    font-weight:  300;
    font-style:   italic;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-Book-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-Book-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-Book-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-Book-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-Book-Web.svg#Stag') format('svg');
    font-weight:  400;
    font-style:   normal;
    font-stretch: normal;
}

.Stag-Book-Web {
    font-family: 'Stag';
    font-weight:  400;
    font-style:   normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-BookItalic-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-BookItalic-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-BookItalic-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-BookItalic-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-BookItalic-Web.svg#Stag') format('svg');
    font-weight:  400;
    font-style:   italic;
    font-stretch: normal;
}

.Stag-BookItalic-Web {
    font-family: 'Stag';
    font-weight:  400;
    font-style:   italic;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-Medium-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-Medium-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-Medium-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-Medium-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-Medium-Web.svg#Stag') format('svg');
    font-weight:  500;
    font-style:   normal;
    font-stretch: normal;
}

.Stag-Medium-Web {
    font-family: 'Stag';
    font-weight:  500;
    font-style:   normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-MediumItalic-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-MediumItalic-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-MediumItalic-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-MediumItalic-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-MediumItalic-Web.svg#Stag') format('svg');
    font-weight:  500;
    font-style:   italic;
    font-stretch: normal;
}

.Stag-MediumItalic-Web {
    font-family: 'Stag';
    font-weight:  500;
    font-style:   italic;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-Semibold-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-Semibold-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-Semibold-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-Semibold-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-Semibold-Web.svg#Stag') format('svg');
    font-weight:  600;
    font-style:   normal;
    font-stretch: normal;
}

.Stag-Semibold-Web {
    font-family: 'Stag';
    font-weight:  600;
    font-style:   normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-SemiboldItalic-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-SemiboldItalic-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-SemiboldItalic-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-SemiboldItalic-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-SemiboldItalic-Web.svg#Stag') format('svg');
    font-weight:  600;
    font-style:   italic;
    font-stretch: normal;
}

.Stag-SemiboldItalic-Web {
    font-family: 'Stag';
    font-weight:  600;
    font-style:   italic;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-Bold-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-Bold-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-Bold-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-Bold-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-Bold-Web.svg#Stag') format('svg');
    font-weight:  700;
    font-style:   normal;
    font-stretch: normal;
}

.Stag-Bold-Web {
    font-family: 'Stag';
    font-weight:  700;
    font-style:   normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-BoldItalic-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-BoldItalic-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-BoldItalic-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-BoldItalic-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-BoldItalic-Web.svg#Stag') format('svg');
    font-weight:  700;
    font-style:   italic;
    font-stretch: normal;
}

.Stag-BoldItalic-Web {
    font-family: 'Stag';
    font-weight:  700;
    font-style:   italic;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-Black-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-Black-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-Black-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-Black-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-Black-Web.svg#Stag') format('svg');
    font-weight:  900;
    font-style:   normal;
    font-stretch: normal;
}

.Stag-Black-Web {
    font-family: 'Stag';
    font-weight:  900;
    font-style:   normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag';
    src: url('/themes/hukajet/webfonts/Stag-BlackItalic-Web.eot');
    src: url('/themes/hukajet/webfonts/Stag-BlackItalic-Web.eot?#iefix') format('embedded-opentype'),
    url('/themes/hukajet/webfonts/Stag-BlackItalic-Web.woff') format('woff'),
    url('/themes/hukajet/webfonts/Stag-BlackItalic-Web.ttf') format('truetype'),
    url('/themes/hukajet/webfonts/Stag-BlackItalic-Web.svg#Stag') format('svg');
    font-weight:  900;
    font-style:   italic;
    font-stretch: normal;
}

.Stag-BlackItalic-Web {
    font-family: 'Stag';
    font-weight:  900;
    font-style:   italic;
    font-stretch: normal;
}


/****** FILE: themes/hukajet/css/normalize.css *****/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/****** FILE: themes/hukajet/css/typography.css *****/
.typography * {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    /*color:rgb(87,84,82);*/
    margin:0;
    letter-spacing:0.01em;
}

h1{
    color: #2B2B2B;
    font-size: 70px;
}
h2{
    color: #2B2B2B;
    font-size: 43px;
}
h3{
    color: #2B2B2B;
    font-size: 30px;
    font-weight: bold;
}
h4{
    color: #FFFFFF;
    font-size: 22px;
}
h5{
    color: #2B2B2B;
    font-size: 12px;
}

p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
}

/*.link1{
    color: #2B2B2B;
    font-size: 30px;
    text-transform: uppercase;
}
.link2{
    color: #2B2B2B;
    font-size: 15px;
}
.link3{
    color: #00ADEF;
    font-size: 20px;
}
.link4{
    color: #00ADEF;
    font-size: 12px;
}*/

.text-link{
    color: #FFF;
    display:inline-block;
    padding-right: 22px;
    background:url('/themes/hukajet/images/arrow-right.png') no-repeat 100% 50%;
    -webkit-background-size: 10px 17px;
    background-size: 10px 17px;
    font-weight: 400;
    letter-spacing:0.01em;
    text-decoration: none;
    font-size: 16px;
}

.button{
    /*margin: 5px;*/
    padding: 15px 50px;
    background-color: #ed2939;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    transition: color 0.3s, background-color 0.3s;
}
.button:hover{
    background-color: white;
    color: #c31d20;
}

em {
    font-style: italic;
}

a {
    color: #00338d;
    /*text-decoration: none;*/
}
a:hover{
    color:#ed2939;
}

/*.typography p a {
    text-decoration: none;
    font-weight: 600;
    color:rgb(87,84,82);
}*/

/*.typography p {
    font-size:12px;
    line-height:18px;
    color: #4c4c4c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
}
*/
.typography strong {
    font-weight: 700;
}

.typography h1 a{
    border:none;
    font-family: Helvetica, Arial, sans-serif;
}

.typography > ol,
.typography > ul {
    margin: 0 0 15px 15px;
    padding:0;
    font-family: Helvetica, Arial, sans-serif;
}

.typography > ol li{
    margin-left: 20px;
    font-size: 16px;
    line-height: 22px;
}
.typography > ul li {
    /*line-height:20px;
    font-size: 12px;*/
    list-style-type: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 22px;
}

/*.typography > ul  li:before {
    content:"·";
    font-size:30px;
    vertical-align:top;
    line-height:18px;
    padding-right:10px;
    position:relative;
    top:-2px;
}*/

.typography h1 {
    font-size: 34px;
    margin: 0 0 16px 0;
    line-height: 50px;
    font-weight: 700;
}

.typography h2 {
    font-size: 28px;
    margin: 0 0 16px 0;
    line-height: 30px;
    padding: 10px 0;
    font-weight: 500;
}

.typography h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height:26px;
    font-weight:400;
}

.typography h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height:24px;
}

.typography h5 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height:1.2em;
}

.typography h6 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height:1.2em;
    font-weight: normal;
}

.typography hr {
    border-top:1px solid rgb(87,84,82);
    margin: 12px 0;
    clear: both;
}

.typography pre,
.typography blockquote {
    font-size:14px;
    line-height:23px;
    font-style:italic;
    font-weight:500;
    background:url('/themes/hukajet/images/bg/blockquote-bg.jpg') no-repeat center center;
    background-size: cover;
    padding:15px 15px 15px 15px;
    margin:0 0 15px 0;
    color: #FFF;
}

.typography blockquote p:last-child { margin-bottom: 0; }

.typography blockquote p {
    color: #FFF;
    font-size:14px;
    line-height:23px;
    font-style:italic;
    font-weight:500;
    font-family: Helvetica, Arial, sans-serif;
}

.typography table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 15px 0;
    width: 100% !important;
}

.typography table td {
    background-color:  rgb(231,231,230);
    color: rgb(87,84,82);
    border-right:1px solid #575452;
    border-bottom:1px solid #575452;
    font-size:13px;
}

.typography table thead td,
.typography table thead th,
.typography table th {
    background-color: rgb(204, 203, 203);
    border-right: 0 !important;
    border-bottom: 1px solid #FFF !important;
    color: rgb(48,50,48);
    font-size: 14px;
    font-weight: 600;
}


.typography table tr td:last-child {
    border-right:0;
}

.typography table tr:last-child td{
    border-bottom:0;
}

.typography table td,
.typography table th {
    padding: 8px 12px;
    text-align:left;
}

p.intro {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: rgb(87,84,82);
    font-family: Helvetica, Arial, sans-serif;
}


.typography .no-table-styles {

}

.typography table.no-table-styles td,
.typography table.no-table-styles th {
    background-color: transparent;
    color: #4c4c4c;
    border:0;
    font-size:inherit;
    padding:0;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}


/* IMAGES 
-------------------------------------------- */
.typography img {
    height: auto;
    max-width:100%;
}

.typography img.left, .typography img.right {
    height: auto;
}
.typography img.left {
    float: left;
    margin: 6px 14px 10px 0;
}
.typography img.right {
    float: right;
    margin: 6px 0 10px 7px;
}

.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom:10px;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* BUTTONS
-------------------------------------------- */
.typography .button {
    line-height:40px;
    min-height:40px;
    display: block;
    text-align: center;
}

/*.typography a.button,
.typography .button a {
    background: url("/themes/hukajet/images/dark-arrow-right.png") no-repeat right center;
    -webkit-background-size: 13px 22px;
    background-size: 13px 22px;
    border: medium none;
    color: rgb(87, 84, 82);
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 23px 0 0;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
}*/

.typography .button * {
    color: rgb(87, 84, 82);
}

body.mceContentBody.typography .zoom200 {
    height:200px;
    width:auto;
}

body.mceContentBody.typography .zoom400 {
    height:400px;
    width:auto;
}

body.mceContentBody.typography .zoom600 {
    height:600px;
    width:auto;
}

.typography .nogap {
    margin-bottom:0;
}

.typography .text-box{
    background-color: rgb(231,231,230);
    font-weight: 700;
    font-style: italic;
    line-height: 23px;
    padding: 10px 14px;
}

.typography .track-link {

}


/* Icons
-------------------------------------------- */

.icon-question {
    display:inline-block;
    background:url('/themes/hukajet/images/icon-question.png') no-repeat 100% 50%;
    padding-right:50px;
}

.icon-email {
    display:inline-block;
    background:url('/themes/hukajet/images/icon-email.png') no-repeat 100% 50%;
    padding-right:62px;
}

.icon-facebook {
     background:url('/themes/hukajet/images/icon-facebook.svg') no-repeat -15% 50%;
 }

.icon-twitter {
    background:url('/themes/hukajet/images/icon-twitter.svg') no-repeat -15% 50%;
}

.icon-trip-advisor {
    background:url('/themes/hukajet/images/icon-trip-advisor.svg') no-repeat -15% 50%;
}

.icon-youtube {
    background:url('/themes/hukajet/images/icon-youtube.svg') no-repeat -15% 50%;
}

.icon-instagram  {
    background:url('/themes/hukajet/images/icon-instagram.svg') no-repeat -15% 50%;
}

.icon-vimeo {
    background:url('/themes/hukajet/images/icon-vimeo.png') no-repeat 0 50%;
}

.icon-facebook,
.icon-twitter,
.icon-youtube,
.icon-trip-advisor,
.icon-instagram,
.icon-vimeo {
    display:inline-block;
    line-height:29px;
    min-height:29px;
    -webkit-background-size: 28px 28px;
    background-size: 46px 39px;
    padding-left: 30px;
}

li.icon-facebook,
li.icon-twitter,
li.icon-youtube,
li.icon-trip-advisor,
li.icon-instagram,
li.icon-vimeo {
    display:list-item;
    margin:0 15px 0 0;
    list-style: none;
}



/****** FILE: themes/hukajet/css/main.css *****/
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

/*
light green - b7c421
green - 5a912f
red - c31d20
*/

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 0.75em;
    line-height: 1.4;
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: 'Merriweather Sans', Arial, sans-serif;*/
    color: rgb(48,50,48);
    font-weight:300;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.content-wrapper {
    width: 960px;
    margin:0 auto;
}

.content-area {
    margin-top: 25px;
    margin-bottom: 50px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* =============================== Header =============================== */


header.header-mobile{
    display: none;
    position: static;
}

.header-wrapper{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

header{
    width: 960px;
    margin: 0 auto;
    padding-top: 9px;
    height: 95px;
}

header li{
    list-style: none;
    display: inline-block;
}

header .logo{
    float: left;
    margin-top: -5px;
    height: 105px;
}

.contact-top{
    float: right;
    font-weight: 300;
    padding-left: 0;
    line-height:26px;
}

li.daily-photos{
    margin-right: 15px;
    background: url(/themes/hukajet/images/daily-photos.png) no-repeat right center;
    padding: 3px 42px 3px 0;
}

li.daily-photos a{


    text-transform: uppercase;
    color: rgb(48, 50, 48);
}

header .language-link,
header .social-link{
    height: 18px;
}
header .language-link > a,
header .social-link > a{
    /*background: url(/themes/hukajet/images/icon-facebook.png) no-repeat no-repeat;*/
    display: block;
    margin-bottom:0px;
    width: 18px;
    height: 18px;
    background-size: 37px;
    background-position: center;
    padding: 3px;
}
header .language-link > a{
    width: 25px;
    background-size: 25px;
}

li.contact-numb{
    padding: 3px 0;
    margin-right: 20px;
    margin-left: 15px;
    /*background: url(/themes/hukajet/images/speech-bubble.png) no-repeat right center;*/
    padding: 3px 0 px 3px 0;
    text-transform: capitalize;
    color: #00338d;
    font-weight: bold;
}
li.contact-bubble{
    width: 32px;
    height: 20px;
    margin-right: 20px;
    background: url(/themes/hukajet/images/speech-bubble.png) no-repeat right center;
}

li.enquiry{
}

.languages{
    float: right;
}

header nav{
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

nav ul{
    margin: 8px 0 12px 0;
}

header nav li a {
    color:rgb(47,49,47);
    text-decoration: none;
    font-weight: bold;
}

header nav li.current a,
header nav li.section a,
header nav li a:hover{
    font-weight:600;
    color:#c31d20;
}

header nav li.first{
    border: none;
}
header nav li{
    border-left: 1px solid #d2d4d4;
    padding: 5px;
}

nav .sub-nav ul li a:hover, nav .sub-nav ul li.current a {color:#827850;}

a:focus{
    outline: none;
}

/* =============================== Pagination =============================== */
.typography .pagination p {
    font-size:15px;
}

.typography .pagination a {
    text-decoration:none;
    font-weight:bold;
}

.typography .pagination .disabled a {
    color:#999;
    font-weight:normal;
}

.pagination .pagination-left {
    width:25%;
    float:left;
}

.pagination .pagination-centre {
    text-align:center;
}

.pagination .pagination-right {
    width:25%;
    float:right;
    text-align:right;
}


/* =============================== Home =============================== */

/* slider */
.home .top {
    width:100%;
    position:relative;
    height: 520px;
    /*margin-bottom:50px;*/
}

.home .top > .content-wrapper {
    z-index:20;
    line-height:0;
    position:absolute;
    bottom:294px;
    left:50%;
    margin-left:-480px;
}

.home .top > .content-wrapper .down {
    background: url('/themes/hukajet/images/white-down-arrow-2.png') no-repeat;
    background-size: 48px 28px;
    width:48px;
    height:28px;
    right:0;
    bottom:-150px;
    z-index:21;
    display:block;
    position:absolute;
}

.home .top .slider {
    z-index:1;
    height:448px;
    position:relative;
}

.home .top .cycle-pager {
    position:absolute;
    z-index:22;
    bottom:28px;
    width:411px;
    right:0;
}

.home .top .cycle-pager span {
    display:inline-block;
    width:20px;
    height:20px;
    cursor:pointer;
    overflow:hidden;
    text-indent:-1000px;
    background-color: #FFF;
    border-radius:10px;
    margin-right:14px;
}

.home .top .cycle-pager span.cycle-pager-active {
    background-color:#3bc0f3;
}

.home .top .slider ul {
    z-index:1;
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    position:relative;
    height:100%;
}


.home .top .slider li {
    float:left;
    list-style:none;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    height:100%;
    width:100%;
}

.home .top .slider li .caption {
    display:none;
}

.home .top .slider li img {
    width:100%;
    height:auto;
}

.home .top .caption {
    height:382px;
    position:absolute;
    left:0;
    top:25px;
    width:48%;
    z-index:20;
}

.home .top .caption .caption-inner{
    width: 460px;
    position:absolute;
    right:0;
    bottom:52px;
}

.home .top .caption-right {
    height:382px;
    position:absolute;
    right:0;
    top: 100px;
    width:52%;
    z-index:20;
}

.home .top .caption-right .caption-inner {
    width: 100%;
    max-width: 500px;
    position:absolute;
    left:0;
    opacity: 0.85;
}
.home .top .caption-right .caption-inner img{
    width: 100%;
}

.home .top .caption p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    /*padding: 60px 36px 0 0;*/
    word-spacing: -0.01em;
    letter-spacing: -0.01em;
    /*text-transform: uppercase;*/
    color: white;
}

.home .top .bottom {
    height: 316px;
    background: linear-gradient(90deg, rgba(59, 192, 243, 0.85),
        rgba(59, 192, 243, 0.85) 50%, rgba(58, 160, 198, 0.85) 50%);

    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:20;
}

.home .top .bottom p {
    margin:0;
}

.home .top .bottom-text {
    height:244px;
    z-index:20;
}

.home .top .bottom-text .left-image,
.home .top .bottom-text .right-image {
    width:25%;
    height:100%;
    float:left;
    overflow: hidden;
}
.home .top .bottom-text .left-image img,
.home .top .bottom-text .right-image img{
    width: 95%;
    height: 70%;
    padding: 15% 0% 15% 5%;
}

.home .top .bottom-text .left-text {
    width:25%;
    float:left;
    text-align:left;
    height:168px;
}
.home .top .bottom-text .left-text div,
.home .top .bottom-text .right-text div {
    padding: 15% 0 0 10%;
}

.home .top .bottom-text h3 {
    color:#FFF;
    font-size: 22px;
    font-weight: bold;
    line-height:37px;
    padding-bottom: 5px;
}
.home .top .bottom-text p {
    color: #FFF;
    font-size: 20px;
    line-height: 26px;
}
.home .top .bottom-text p.text-link a{
    font-size: 16px;
    padding-top: 5px;
    color: white;
    text-decoration: none;
}

.home .top .bottom-text .right-text {
    width:25%;
    /*padding:2%;*/
    float:left;
    /*padding:56px 0 0 5%;*/
    height:162px;
}

.home .top .bottom-links {
    min-height:72px;
    background-color: #00338d;
    text-align:right;
}

.home .top .bottom-links p {
    font-size:26px;
    line-height:72px;
    color:#fff;
    margin:0 auto;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: 'Stag', Arial, sans-serif;*/
}

.home .top .bottom-links p a {
    color: #fff;
    font-size: 30px;
    display:inline-block;
    background: url('/themes/hukajet/images/arrow-right.png') no-repeat 100% 50%;
    background-size: 12px 20px;
    padding-right: 21px;
    margin-right: 64px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.home .top .bottom-links p a:last-child {
    margin:0;
}

/* fast track facts */
.fast-track-facts {
    background-image: url('/themes/hukajet/images/bg/fast-tracks.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.fast-track-facts > .content-wrapper {
    width: 960px;
    padding-bottom: 50px;
}

.fast-track-facts .carousel-wrapper {
    position: relative;
    height:408px;
    padding-top:66px;
}
.fast-track-facts .carousel-wrapper .control {
    width:29px;
    height:49px;
    position:absolute;
    top:50%;
    margin-top:-20px;
    cursor:pointer;
    background-size:100%;
}

.fast-track-facts .carousel-wrapper .carousel  a {
    /*font-family: 'Stag', Arial, sans-serif;*/
    letter-spacing:0.01em;
    color: #FFF;
}

.fast-track-facts .carousel-wrapper .carousel-left {
    left:0;
    background:url('/themes/hukajet/images/arrow-left.png') no-repeat 0 0;
    background-size: 28px 48px;
}

.fast-track-facts .carousel-wrapper .carousel-right {
    right:0;
    background:url('/themes/hukajet/images/arrow-right.png') no-repeat 0 0;
    background-size: 28px 48px;
}

.fast-track-facts .carousel-wrapper .carousel {
    width: 850px;
    margin:0 50px;
    overflow:hidden;
    height:357px;
    position:relative;
}

.fast-track-facts .carousel-wrapper .carousel .carousel-container {
    overflow:hidden;
    position: absolute;
}

.fast-track-facts .carousel-wrapper h2 {
    font-size:42px;
    color: #FFF;
    line-height: 40px;
    margin:0 0 10px 50px;

}

.fast-track-facts .carousel-wrapper .carousel h3 {
    color: #FFF;
    font-size:24px;
    line-height:26px;
    margin-bottom:10px;
    font-weight:500;
    letter-spacing:0.04em;
}

.fast-track-facts .carousel-wrapper .carousel p {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    /*font-size:22px;
    line-height:26px;*/
    font-weight:400;
    letter-spacing:0.01em;
}

.fast-track-facts .carousel-wrapper .carousel .read-more {
    margin:0;
    color: #FFF;
    font-size:16px;
}

.fast-track-facts .carousel-wrapper .carousel .read-more a {
    color: #FFF;
    display:inline-block;
    padding-right: 22px;
    background:url('/themes/hukajet/images/arrow-right.png') no-repeat 100% 50%;
    -webkit-background-size: 10px 17px;
    background-size: 10px 17px;
    /*font-family: 'Stag', Arial, sans-serif;*/
    font-weight: 400;
    letter-spacing:0.01em;
    text-decoration: none;
    font-size: 20px;
}

.fast-track-facts .carousel-wrapper .carousel .item {
    vertical-align: top;
    width:270px;
    float:left;
    margin-right:20px;
    border-top:3px dotted #FFF;
    padding-top:17px;
}

.fast-track-facts .carousel-wrapper .carousel .item p {
    color: #FFF;
}

.fast-track-facts .text {
    background-color: #c31d20;
    height:72px;
}

.fast-track-facts .text p {
    color:#FFF;
    margin:0;
    font-size:20px;
    height:72px;
    line-height:72px;
    font-weight:600;
    /*font-family: 'Stag', Arial, sans-serif;*/
}



.fast-track-facts span,
.fast-track-facts .text a {
    text-decoration: none;
    color:#FFF;
    margin-left:26px;
    /*font-family: 'Stag', Arial, sans-serif;*/
    background-size: 45px;
}

.fast-track-facts .text p > *:first-child {
    margin-left:0;
}

/* map */
.home .map {
    margin-top:39px;
    position: relative;
}

.home .map .location-map{
    height: 750px;
}

.home .map img {
    width:100%;
    height:auto;
    display:block;
}

.home .map h2 {
    margin:0;
    font-size:46px;
    color:#FFF;
    min-height:72px;
    line-height:72px;
    float:left;
    background-color: #00338d;
    z-index:2;
    position: absolute;
    left:0;
    top:0;
    padding-right:40px;
    /*font-weight:500;*/
}

.home .map .map-link {
    min-height:70px;
    background-color: #00338d;
}

.home .map .map-link p {
    color:#FFF;
    line-height: 70px;
    font-size: 20px;
    padding-left: 15px;
    margin:0;
    font-weight:400;
    /*font-family: 'Stag', Arial, sans-serif;*/

}

.home .map .map-link p a {
    color:#FFF;
    padding-right:24px;
    display: inline-block;
    background: url('/themes/hukajet/images/arrow-right.png') no-repeat 100% 50%;
    -webkit-background-size: 14px 24px;
    background-size: 14px 24px;
    /*font-family: 'Stag', Arial, sans-serif;*/
    text-decoration: none;
}

/* deals */
.deals-container {
    position:fixed;
    right:-334px;
    top:120px;
    z-index:1000;
    width:394px;
}

.deals-container h2[role=button] {
    cursor:pointer;
    color:#FFF;
    background-color: #00A4C4;
    font-size:18px;
    padding:0;
    float:left;
    width:60px;
    height:84px;
    line-height:1;
    margin:0;
}

.deals-container h2 span {
    float:left;
    text-transform:uppercase;
    display:inline-block;
    text-align:center;
    margin:12px 0 0 -8px;
    padding:12px 8px 10px 5px;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); /* IE 9 */
    -webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
}

.deals-container .deals {
    width:334px;
    height:146px;
    position:relative;
    float:right;
    background:url('/themes/hukajet/images/deals-bg.jpg') no-repeat;
}


/* nav */
.deals-container .deals .pagination {
    position:absolute;
    bottom:10px;
    width:100%;
    text-align:center;
    z-index:5;
}


.deals-container .deals .pagination a {
    display:inline-block;
    width:10px;
    height:10px;
    overflow:hidden;
    text-indent:-9999px;
    border-radius:5px;
    background-color:rgb(0,164,196);
    margin-left:5px;
}

.deals-container .deals .pagination a:first-child {
   margin-left:0;
}

.deals-container .deals .pagination a.current {
    background-color:rgba(0,164,196, 0.5);
}

.deals-container .deal-slider {
    width:334px;
    height:146px;
    overflow:hidden;
}

.deals-container .deal {
    background:url('/themes/hukajet/images/deals-bg.jpg') no-repeat;
    width:314px;
    height:126px;
    padding:10px;
    position:relative;
}

.deals-container .deal .image {
    float:left;
}

.deals-container .deal .text {
    float:right;
    width:156px;
    height:102px;
    overflow:hidden;
}

.deals-container .deal .text p {
    font-size:11px;
    line-height:16px;
}

.deals-container .deal .text h3 {
    font-size:21px;
    color:#00A4C4;
    padding-bottom:5px;
    margin:0 0 5px 0;
    border-bottom:1px solid #000;
    text-transform:uppercase;
    line-height:22px;
}

.deals-container .deal > a {
    display:block;
    width:334px;
    height:146px;
    position:absolute;
    z-index:2;
    overflow:hidden;
    text-indent:-9999px;
}

.site-wrapper{
    width: 100%;
    padding-top:104px;
}



.slider-h,
.slider-p{
    position: absolute;
    z-index: 100;
    color: #fff;
}

.slider-h h1,
.hero-h h1{
    font-weight: 400;
    color: #fff;
    font-size: 38px;
    margin: 0;
    padding: 10px 16px;
    text-align: right;
    float: right;
    clear: both;
    text-transform: uppercase;
    line-height:40px;
    letter-spacing:0.01em;
}

.slider-p p{
    width: 220px;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight:300;
}

.left .slider-h h1{
    background-color: rgba(0,63,128,0.85);
}

.left .slider-h h1:last-child{

    padding-right: 20px;
    padding-top: 0;
}

.left .slider-h h1:last-child a {
    display:block;
    background-image: url(/themes/hukajet/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right:15px;
}

.left .slider-h{
    right: 0;
    top: 73px;
    text-align: right;
}

.left .slider-p{
    right: 0;
    top: 178px;
    text-align: right;
    background-color: rgba(0,63,128,0.85);
}


.right .slider-h{
    left: 0;
    text-align: left;
    background-color: rgba(204,43,43,0.85);
}

.right .slider-h h1:last-child {
    background-image: url(/themes/hukajet/images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 32px;
}

.right .slider-p{
    left: 0;
    /*top: 327px;*/
    text-align: left;
    background-color: rgba(204,43,43,0.85);
}


/* =============================== Hero image =============================== */

.hero-img{
    width: 100%;
    height: 308px;
    position: relative;
    overflow: hidden;
}

.hero-img .left{
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    float: left;
    z-index: 2;
}

.hero-img .right{
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
}

.hero-img .left img,
.hero-img .right img{
    width: 100%;
}

.hero-text {
    position: absolute;
    right: 0;
    bottom: 23px;
    width:100%;

}

.hero-text h1 {
    float:right;
    text-align: right;
    background: url('/themes/hukajet/images/bg/hero-transparent-gradient.png') no-repeat 100% 0;
    width: 400px;
}

.hero-p {
    margin-top:5px;
}


.hero-h h1{

}

.hero-h h1:nth-child(2){
    padding-top: 5px;
}

.hero-p p{
    color: #fff;
    text-align: right;
    float:right;
    font-size: 18px;
    padding: 10px;
    margin: 0;
    background: url('/themes/hukajet/images/bg/hero-transparent-gradient.png') no-repeat 100% 0;
    /*font-family:'Stag', Arial, sans-serif;*/
    width:400px;
    line-height:24px;
    letter-spacing:0.01em;
    text-transform: uppercase;
    font-weight: 500;
}

.hero-h-m{
    display: none;
}



/* =============================== Generic =============================== */

.container-wrapper{
    width: 100%;
    background-size: 100% auto;
    padding-bottom: 0;
}

.container{
    width: 960px;
    margin: 0 auto;
    padding-top: 12px;
}

#generic .hero-img .left{
    background: url(/themes/hukajet/images/hero-generic.jpg) no-repeat left center;
    background-size: cover;
    height: 100%;
    float: left;
}

#generic .hero-img .right{
    background: url(/themes/hukajet/images/hero-generic-2.jpg) no-repeat right center;
    background-size: cover;
    height: 100%;
    float: left;
}

.you-are-here p{
    font-weight: 300;
    font-size: 0.875em;
    margin-bottom: 8px;
    /*font-family: 'Merriweather Sans', Arial, sans-serif;*/
}

.you-are-here strong{
    text-transform: uppercase;
    /*font-family: 'Merriweather Sans', Arial, sans-serif;*/
}

.left-col{
    width: 700px;
    float: left;
    margin: 10px 0 0 0;
}

.promo-boxes-wrapper{
    background-color: #f6f8f5;
    padding: 1.5rem 0;
}

aside .promo-boxes{
    float: left;
    width: 234px;
    margin-top: 10px;
}

aside .promo-boxes .promo-box {
    margin-left:0;
    margin-right:0;
}


.img-section{
    margin-bottom: 22px;
}

.img-section img{
    float: left;
}

.img-section img:first-child{
    margin-right: 14px;
}

table{
    width: 100%;
}

.enquiry-form label{
    clear: both;
    width: 100%;
    font-size: 13px;
}

.enquiry-form input,
.enquiry-form textarea{
    background-color: rgba(145,129,74,.3);
    border: none;
    clear: both;
    width: 668px;
    padding: 6px;
    margin: 8px 0 16px 0;
}

.enquiry-form textarea{
    min-height: 130px;
}

.row{
    clear: both;
}

aside{
    float: right;
    width: 234px;
    margin-top: 10px;
}



/* =============================== Meet The Team =============================== */

#meet-the-team .hero-img .left{
    background: url(/themes/hukajet/images/hero-team.jpg) no-repeat left center;
    background-size: cover;
    height: 100%;
    float: left;
}

#meet-the-team .hero-img .right{
    background: url(/themes/hukajet/images/hero-team-2.jpg) no-repeat right center;
    background-size: cover;
    height: 100%;
    float: left;
}


#meet-the-team .left-col{
    width: 470px;
    float: left;
    margin-right: 20px;
}

#meet-the-team .right-col{
    width: 470px;
    float: left;
    margin-top: 10px;
}

#meet-the-team .right-col p{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

#meet-the-team .right-col p strong{
}

.thumbs{
    margin-top:20px;
    width: 932px;
    background-color: rgb(231,231,230);
    padding: 16px 14px 10px 14px;
    clear: both;
}

.thumbs img{
    margin: 0 5px 8px 5px;
}

.thumbs .thumb {
    display:inline-block;
    float:left;
}

.promo-boxes{
    float: none;
    clear: both;
    width: 100%;
    margin-top: 27px;
}

.promo-boxes img{
    float: left;
    clear: none;
    /*margin: 0 3px;*/
}

.row-top{
    margin-bottom: 20px;
}

.controls a {
    font-size:20px;
    /*font-family:'Stag', Arial, sans-serif;*/
}

.typography a.pre-button{
    float: left;
}

.typography a.next-button{
    float: right;
}

#meet-the-team .row{
    margin-top: 48px;
}



/* =============================== FAQS =============================== */

#faq .hero-img .left{
    background: url(/themes/hukajet/images/hero-faq.jpg) no-repeat left center;
    background-size: cover;
    height: 100%;
    float: left;
}

#faq .hero-img .right{
    background: url(/themes/hukajet/images/hero-faq-2.jpg) no-repeat right center;
    background-size: cover;
    height: 100%;
    float: left;
}

.typography ul.faq-list{
    clear: both;
    margin: 0;
}

.typography ul.faq-list li{
    clear: both;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
}

#faq .tab-button{
    margin-bottom: 26px;
}



.typography .question h4 a {
    clear: both;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: rgb(87, 84, 82);
    line-height: 27px;
    /*font-family: 'Stag', Arial, sans-serif;*/
}

.typography .answer {
    display:none;
    padding-bottom:15px;
    border-bottom:1px solid rgb(87, 84, 82);
    margin-bottom:15px;
}

/* prevent bounce back when sliding */
.typography .answer p:last-child {
    margin-bottom:0;
}


.Actions input{
    background: url(/themes/hukajet/images/dark-arrow-right.png) no-repeat right center;
    -webkit-background-size: 13px 22px;
    background-size: 13px 22px;
    border: none;
    color: rgb(87, 84, 82);
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    padding: 0 23px 0 0;
    /*font-family: 'Stag', Arial, sans-serif;*/
}



/* =============================== Get Social =============================== */

#get-social .hero-img .left{
    background: url(/themes/hukajet/images/hero-social.jpg) no-repeat left center;
    background-size: cover;
    height: 100%;
    float: left;
}

#get-social .hero-img .right{
    background: url(/themes/hukajet/images/hero-team-2.jpg) no-repeat right center;
    background-size: cover;
    height: 100%;
    float: left;
}

#get-social .hero-text{
    top: 102px;
}

#get-social .hero-p{
    top: 160px;
}

.social-icons{
    clear: both;
}

.social-icons a{
    clear: both;
    display: block;
    height: 20px;
    padding: 5px 0 3px 34px;
    margin: 12px 0;
    font-size: 14px;
}

a.trip-advisor{
    background: url(/themes/hukajet/images/icon-trip-advisor.svg) no-repeat left center;
}

a.facebook{
    background: url(/themes/hukajet/images/icon-facebook.svg) no-repeat left center;
}

a.google-plus{
    background: url(/themes/hukajet/images/icon-google-plus.svg) no-repeat left center;
}

a.youtube{
    background: url(/themes/hukajet/images/icon-youtube.svg) no-repeat left center;
}

a.twitter{
    background: url(/themes/hukajet/images/icon-twitter.svg) no-repeat left center;
}

a.instagram{
    background: url(/themes/hukajet/images/icon-instagram.svg) no-repeat left center;
}

a.japan{
    background: url(/themes/hukajet/images/icon-jap.png) no-repeat left center;
}

a.china{
    background: url(/themes/hukajet/images/icon-chi.png) no-repeat left center;
}

.social-box{
    clear: both;
    padding: 17px 10px 10px 10px;
    margin-bottom: 10px;
}

.social-box:nth-child(odd){
    background-color: rgba(145,129,74,.3);
}

.social-box img{
    float: left;
    margin-right: 15px;
}

.social-box iframe{
    width: 337px;
    float: left;
    margin-right: 15px;
}

/* =============================== Get Social - Your Stories =============================== */

.review-box{
    width: 100%;
    clear: both;
    margin: 0 0 30px 0;
}

/* =============================== Get Social - Your Videos =============================== */

#get-social .gallery-left{
    width: 100%;
}



/* =============================== Blog =============================== */

#blog .hero-img .left{
    background: url(/themes/hukajet/images/hero-blog.jpg) no-repeat left center;
    background-size: cover;
    height: 100%;
    float: left;
}

#blog .hero-img .right{
    background: url(/themes/hukajet/images/hero-faq-2.jpg) no-repeat right center;
    background-size: cover;
    height: 100%;
    float: left;
}

.typography ul.sort-by,
.typography ul.back-to-listing{
    margin: 0 0 15px 0;
    background-color: rgb(231,231,230);
    padding: 15px 12px;
    /*font-family:'Stag', Arial, sans-serif;*/
}

.typography .sort-by li,
.typography .back-to-listing li{
    list-style: none;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color:rgb(87,84,82);
    /*font-family:'Stag', Arial, sans-serif;*/
}

.typography .sort-by li a,
.typography .back-to-listing li {
    /*font-family:'Stag', Arial, sans-serif;*/
}



.typography .widgets li,
.typography .widgets li a {
    /*font-family:'Stag', Arial, sans-serif;*/
}



.sort-by li a,
.back-to-listing li a{
    font-weight: 400;
    font-size: 16px;
    color:rgb(87,84,82);
}

.news {
    border-bottom: 1px solid rgb(87,84,82);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news h2{
    margin-bottom: 2px;
    font-size: 22px;
    line-height:26px;
}

.news h2 a{
    font-weight: 400;
    color:rgb(87,84,82);
    /*font-family:'Stag', Arial, sans-serif;*/
}

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

#blog .social-box h2{
    margin: 0;
}

p.date{
    margin: 0 0 8px 0;
    font-size: 11px;
}

.news .link a {
    display:inline-block;
    background: url('/themes/hukajet/images/dark-arrow-right.png') no-repeat 100% 50%;
    -webkit-background-size: 10px 17px;
    background-size: 10px 17px;
    padding-right: 22px;
    line-height:24px;
    font-size:16px;
    /*font-family:'Stag', Arial, sans-serif;*/
}

a.popular  {
    /*font-family:'Stag', Arial, sans-serif;*/
}


.button-section{
    clear: both;
    margin-top: 23px;
}

.button-section span{
    float: left;
    margin: 0 201px;
    font-size: 15px;
}

.button-section a.pre-button,
.button-section a.next-button{
    color: #4c4c4c !important;
}

aside .tags{
    background-color: rgb(231,231,230);
    padding: 15px;
}

.widgets {
    background-color: rgb(231,231,230);
    padding: 15px;
}

.widgets h3{
    font-weight: 500;
    font-size:16px;
}

.typography aside ul{
    margin-left: 0;
}

.typography aside li{
    list-style: none;
    font-size: 16px;
    line-height: 22px;
}

aside ul li:first-child{
    font-weight: 700;
}


/* =============================== Product =============================== */

#product .hero-img .left{
    background: url(/themes/hukajet/images/hero-product.jpg) no-repeat left center;
    background-size: cover;
    height: 100%;
    float: left;
}

#product .hero-img .right{
    background: url(/themes/hukajet/images/hero-product-2.jpg) no-repeat right center;
    background-size: cover;
    height: 100%;
    float: left;
}


#product .hero-p {
    margin-top:12px;
    text-align: right;
}

#product .hero-h h1{
    color: #fff;
}

#product .hero-p p {
    background-color: transparent;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 16px 10px 16px;
    margin: 0;
    float: right;
    clear: both;
}

#product .hero-p a {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

/* panel columns */
.panel{
    width: 100%;
}

.one .left-col{
    width: 100%;
    margin: 0 0 30px 0;
    clear: both;
}

.one .middle-col{
    width: 100%;
    margin: 0 0 30px 0;
    clear: both;
}

.one .right-col{
    width: 100%;
    margin: 0 0 30px 0;
    clear: both;
}

.two .left-col{
    width: 644px;
    float: left;
    margin: 0 30px 0 0;
}

.two .middle-col{
    width: 0px;
    float: left;
}

.two .right-col{
    width: 286px;
    float: left;
    margin: 0;
}

.three iframe,
.two .right-col iframe {
    height:160px;
}

.three .left-col{
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

.three .middle-col{
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

.three .right-col{
    float: left;
    width: 300px;
    margin: 0;
}
/* panel columns */


/* tab-button style */
.typography .tab-button{
    margin: 0;
    padding: 0;
}

ul.tab-button li{
    width: 188px;
    height: 57px;
    /*padding: 7px 0 3px 0;*/
    float: left;
    margin-right: 4px;
    list-style: none;
    display: inline-block;
    position:relative;
    background-color: rgb(87,84,82);
    /*font-family: 'Stag', Arial, sans-serif;*/
}

.tab-button a{
    position:absolute;
    bottom:0;
    left:0;
    /*font-family: 'Stag', Arial, sans-serif;*/
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 0 5px 7px 11px;
    line-height:22px;
    font-weight:400;
    letter-spacing:0.02em;
}

.tab-button a span {
    /*font-family: 'Stag', Arial, sans-serif;*/
}

/*#product .tab-button li:nth-child(3) a,
#gallery .tab-button li:nth-child(3) a,
#gallery .tab-button li:nth-child(2) a{
    padding: 7px 10px 9px 10px;
    height: 30px;
}*/

.tab-button .tab-select{
    background: #00338d;
    background-size:cover;
}

.tab-button li.previous,
.tab-button li.next{
    display: none;
}
/* tab-button style */

#product .tab-button{
    margin-bottom: 26px;
}

#product .button-section .button{
    float: left;
}

#product .button-section span{
    margin: 0 15px;
    padding-top: 10px;
    font-weight: 700;
}

.typography ul.your-day-list{
    margin: 20px 0 60px 0;
}

.typography .your-day-list li{
    list-style: none;
    border-bottom: 1px solid;
    padding: 6px 0;
}

.typography .your-day-list li:first-child{
    border-top: 1px solid;
}

.your-day-list li:nth-child(1){
    background: url(/themes/hukajet/images/icon-boat.png) no-repeat left 16px;
    padding-left: 58px;
}

.your-day-list li:nth-child(2){
    background: url(/themes/hukajet/images/icon-tree.png) no-repeat 10px center;
    padding-left: 58px;
}

.your-day-list li:nth-child(3){
    background: url(/themes/hukajet/images/icon-video.png) no-repeat 8px center;
    padding-left: 58px;
}

.your-day-list li:nth-child(4){
    background: url(/themes/hukajet/images/icon-koru.png) no-repeat 14px center;
    padding-left: 58px;
}

.your-day-list li:nth-child(5){
    background: url(/themes/hukajet/images/icon-horse.png) no-repeat 10px center;
    padding-left: 58px;
}



/* =============================== Gallery =============================== */

#gallery .hero-img .left{
    background-repeat:no-repeat;
    background-position:right center;
    background-size: cover;
    background-size: cover;
    height: 100%;
    float: left;
}

#gallery .hero-img .right{
    background-repeat:no-repeat;
    background-position:right center;
    background-size: cover;
    background-size: cover;
    height: 100%;
    float: left;
}

#gallery .hero-h{
    top: 66px;
}

#gallery .hero-p{
    top: 172px;
}

.gallery-section{
    background-color: rgb(231,231,230);
    width: 100%;
    clear: both;
    padding: 12px 0;
}

.gallery-left{
    float: left;
    width: 703px;
    margin-left:15px;
}

.gallery-section .image-wrapper,
.gallery-section .video-wrapper{
    position: relative;
    width: 100%;
    height:516px;
}

.gallery-section .image-wrapper li {
    position:absolute;
    left:0;
    top:0;
    list-style:none;
    width: 100%;
}


/*.gallery-section .video-wrapper .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
    background-color:rgba(15,55,112, 0.85);
}*/

.gallery-section .video-wrapper .video {
    position:relative;
}

.gallery-section .video-wrapper .video iframe {
    display:block;
    margin:0;
}

a.gallery-pre-button{
    position: absolute;
    top: 50%;
    margin-top:-27px;
    left: 24px;
    z-index: 100;
    width: 34px;
    height: 54px;
    overflow:hidden;
    text-indent:-999px;
    background: url(/themes/hukajet/images/arrow-left.png) no-repeat center center;
    -webkit-background-size: 28px 48px;
    background-size: 28px 48px;
}

a.gallery-next-button{
    position: absolute;
    top: 50%;
    margin-top:-27px;
    right: 24px;
    z-index: 100;
    width: 34px;
    height: 54px;
    overflow:hidden;
    text-indent:-999px;
    background: url(/themes/hukajet/images/arrow-right.png) no-repeat center center;
    -webkit-background-size: 28px 48px;
    background-size: 28px 48px;
}

.gallery-left img{
    clear: both;
    float: left;
    width: 100%;
}

.gallery-left img:nth-child(2){
    margin: 14px 0;
}

.gallery-section .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 20px;
    background-color:rgba(0,0,0, 0.80);
    min-width:45%;
}



.gallery-list{
    float: left;
    width: 197px;
    padding: 0 20px;
}

.gallery-section .gallery-list h3{
    border-bottom: 1px solid rgb(87,84,82);
    font-size:20px;
    line-height:1em;
    padding-bottom:7px;
    margin-bottom:7px;
}


.typography .gallery-list ul{
    margin-left: 0;
    clear: both;
    padding:0;
}

.typography .gallery-list li{
    list-style: none;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
}

.gallery-list li img{
    float: left;
    display: block;
    margin-right: 10px;
}

.typography .image-gallery.gallery-left ul {
    margin:0;
    padding:0;
}

.image-gallery .gallery-list li {
    float:left;
    border:0;
    margin:0 5px 5px 0;
}

.image-gallery .gallery-list li.even {
    margin-right:0;
}

.image-gallery .gallery-list li img {
    float:none;
    margin:0;
}

.gallery-section .video {
    width:100%;
}

.gallery-section .video video,
.gallery-section .video iframe {
    width:100%;
    height:496px;
}

.image-wrapper ul{
    margin: 0;
}

/* =============================== Footer =============================== */

footer {
    clear: both;
    font-weight: 400;
    margin-top: 30px;
    width: 100%;
    /*font-family: 'Merriweather Sans', Arial, sans-serif;*/
}

footer p {
    font-size:13px;
    /*letter-spacing:-0.01em;*/
    margin-bottom:0px;
    /*font-family: 'Merriweather Sans', Arial, sans-serif;*/
}

footer li a,
footer p a{
    /*text-decoration: none;*/
    color: #00338d;
    font-weight: 600;
}

footer h4 {
    /*font-family: 'Merriweather Sans', Arial, sans-serif;*/
}

footer li{
    list-style: none;
    font-size: 14px;
    letter-spacing:-0.01em;
}

footer a {
    text-decoration:underline;
}

.social-footer{
    display: none;
}

.footer-nav{
    width: 960px;
    margin: 0 auto;
    clear: both;
    padding: 0;
}

.footer-nav-expand {
    display:block;
    width: 960px;
    margin: 0 auto;
}

.footer-nav-expand h4 {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin:0 0 12px 0;
    padding:5px 0;
    color: #2B2B2B;
    font-weight: 600;
}
.footer-nav-expand h4 a{
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin:0 0 12px 0;
    padding:5px 0;
    color: #2B2B2B;
    font-weight: 600;
}


.footer-nav li{
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.footer-nav li:first-child{
    border: none;
}

.footer-nav-expand .section {
    float: left;
    width: 176px;
    border-left: 1px solid #d2d4d4;
    padding-left: 15px;
    margin: 20px 0 0 0;
}

.footer-nav-expand .section:first-child {
    border-left:0;
}

.footer-nav-expand .section:nth-child(4) h4{
    margin-bottom: 2px;
}

.footer-nav-expand .section:nth-child(4) ul{
    padding-top: 10px;
}

.footer-nav-expand .section:nth-child(4) ul li{
    margin-top:0;
}

.footer-nav-expand .section:nth-child(4) ul li:first-child{
    margin-top: 0;
}

.footer-nav-expand li{
    margin-bottom: 12px;
    text-decoration: underline;
}

.footer-nav-expand ul{
    float: left;
    /*width: 161px;*/
    min-height: 241px;
    /*border-left: 1px solid #d2d4d4;*/
    font-size: 10px;
    padding: 0;
    margin: 0;
}

.footer-nav-expand .links {
    height: 301px;
    /*display:none;*/
    float:none;
    width:auto;
    border:0;
    font-size: 10px;
    padding:0;
    margin:0;
    word-wrap: break-word;
}

.footer-nav-expand.open .links {
    display:block;
}

.footer-nav-expand .links ul li {
    text-decoration:none;
}

.footer-nav-expand .links ul li a {
    /*text-decoration:underline;*/
}

.footer-email-m{
    display: none;
}

.footer-nav-expand .talk-to-us{
    border: none;
}

.footer-nav-expand .talk-to-us li{
    text-decoration: none;
}

.footer-nav-expand .talk-to-us{
    margin-bottom: 0;
}

.address{
    font-weight: 300;
    margin-bottom: 12px;
}

footer .bottom{
    background: url(/themes/hukajet/images/ngai-tahu.png) repeat-x center center;
    background-size: cover;
    width: 100%;
    float: none;
    height: 22px;
    margin-top: 12px;

}

footer .bottom-img{
    width: 960px;
    margin: 0 auto;
    text-align: right;
}

footer .bottom-img img{
    margin-right: 38px;
    height: 16px;
}

footer .footer-text {
    /*margin-top:30px;*/
}

footer .footer-text p {
    padding-right:38px;
    font-size:11px;
}

footer .footer-text p img:first-child {
    margin-right:30px;
}

footer .footer-text p a:nth-child(2) {
    margin-left:10px;
}

.copyright{
    font-weight: 300;
    font-size: 9px;
    margin: 14px auto;
    width: 960px;
    padding-left: 26px;
}

.fb-comments.fb_iframe_widget {
    margin-top: 10px;
}

.promobox-image-text {
    height: 100%;
    width: 100%;
    position:relative;
    background-repeat: no-repeat;
}

.promobox-text-wrapper{
    height: auto;
    position: absolute;
    width:100%;
    bottom: 0px;
    left: 0;
    /*padding:0 16px;*/
    text-align: center;
}

.promo-box-title h3{
    font-size: 22px;
    line-height:29px;
    display: block;
    font-weight:600;
    color:#FFF;
    margin: 0;
    padding:0 32px 16px 32px;
    text-transform: uppercase;
}

.promo-box-title img {
    float:none;
    /*margin-bottom: 18px;*/
}

/*.promo-box-title h1:first-child{
    margin-top: 55px;
}

.promo-box-title.blue h1:first-child{
    margin-top: 23px;
}*/

.promo-box-caption{
    background-color: #b7c421;
    padding: 5px 16px;
}
.promo-box-caption p{
    margin: 0;
    padding: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height:20px;
    min-height:20px;
    clear: both;
    color:#FFF;
    max-width:100%;
    /*display:table-cell;*/
    vertical-align: middle;
    text-align: center;
}

.promo-box-caption p span {
    padding-right: 12px;
    background: url('/themes/hukajet/images/arrow-right.png') no-repeat 100% 50%;
    background-size: 7px 12px;
}

.promo-box-title.lt-blue h1, .promo-box-caption.lt-blue p{
    background-color: #00A4C4;
    color: #fff;
    border: none;
}

.promo-box-title.lt-blue h1, .promo-box-caption.lt-blue p{
    background-color: #00A4C4;
    color: #fff;
    border: none;
}

.promo-box-title.red h1, .promo-box-caption.red p{
    background-color: #CC2B2B;
    color: #fff;
    border: none;
}

.promo-box-title.blue h1, .promo-box-caption.blue p{
    background-color: #003F80;
    color: #fff;
    border: none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after {clear:both;}
.clearfix{zoom:1;}

/* ==========================================================================
   Arrow Bounce
   ========================================================================== */


@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-ms-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -ms-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}

/* switch to jqueryui tabs */
.tabs.ui-tabs{
	padding: 0;
}
.tabs.ui-widget-content,
.tabs .ui-widget-header {
	border: none;
	background: none;
}
.tabs .ui-widget-header .ui-state-default {
	border: none;
	background: rgb(87,84,82);
	cursor: pointer;
}
.tabs .ui-widget-header .ui-state-active {
	border: none;
	background: #00338d;
	cursor: pointer !important;
}
.tabs .ui-state-default a,
.tabs .ui-state-default a:link,
.tabs .ui-state-default a:visited,
.tabs .ui-state-active a,
.tabs .ui-state-active a:link,
.tabs .ui-state-active a:visited {
	white-space: normal;
	color: white;
	text-decoration: underline;
	cursor: pointer;
}
.tabs .ui-corner-all,
.tabs .ui-corner-top,
.tabs .ui-corner-right,
.tabs .ui-corner-tr {
    -moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
.tabs .ui-corner-all,
.tabs .ui-corner-top,
.tabs .ui-corner-left,
.tabs .ui-corner-tl {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}
.tabs.ui-tabs .ui-tabs-panel {
		padding: 0;
}
.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: pointer;
}
.ui-tabs-nav a {
	color: white;
}
.ui-tabs-nav a:hover {
	color: #c31d20;
}
/*.tabs .tab-button .tab-select {
    background: transparent;
}*/

/* ==========================================================================
   Alert
   ========================================================================== */

.alert-bar.background--red {
    background-color: orangered;
}

.alert-bar .container {
    padding: 16px;
}

.alert-bar p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: normal;
}

.alert-bar a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}
.alert-bar a:hover {
    color: #FFFFFF;
}

.desktop-alert {
    display: none;
}

@media (min-width: 768px) {
    .desktop-alert {
        display: block;
    }
}

/****** FILE: themes/hukajet/css/responsive.css *****/
@media only screen and (min-width: 1510px){
    .home .top .slider li {
        /*background-size:100% auto;*/
    }
}


@media only screen and (max-width: 1023px){

    .typography table td, .typography table th{
        padding: 8px 7px;
    }

    .site-wrapper{
        width: 768px;
        margin: 0 auto;
        position:relative;
        overflow:hidden;
        padding-top:152px;
    }

    .header-wrapper{
        width: 768px;
    }

    .content-wrapper {
        width:auto;
    }

    header{
        width: 738px;
        padding: 0 15px;
        margin: 0 auto;
        height: auto;
    }

    header nav{
        clear: both;
        float: none;
        width: 100%;
    }

    header nav:before, .clearfix:after {content: "\0020"; display: block; height: 0; overflow: hidden; }
    header nav:after {clear:both;}
    header nav{zoom:1;}

    header nav > ul{
        margin-top:20px;
        padding-left: 0;
        float:right;
        /*width: 724px;*/
    }

    header nav li{
        padding: 5px 1px 5px 4px;
    }

    header nav .sub-nav li{
        padding: 0 3px 0 6px;
    }

    header nav li:last-child{
        border-right:0;
    }

    header .logo {
        height: 81px;
    }

    .button{
        font-size: 18px;
        padding: 15px 30px;
    }


    .content-area {
        width:auto;
        padding:0 30px;
    }

    .contact-top{
        float: right;
        clear: both;
        margin-top: -42px;
        font-size:11px;
    }

    .container-wrapper{
        background-size: 120%;
    }

    .container{
        width: 708px;
        padding: 12px 30px 0 30px;
    }

    .footer-nav{
        width: 100%;
    }

    .hero-text h1 {
        width:auto;
        font-size:37px;
        line-height:42px;
    }

    #product .hero-p p,
    .hero-p p {
        width:auto;
        font-size:17px;
        line-height:21px;
    }

    /* ============== Home ============== */

    .deals-container {
        position: absolute;
        top:160px;
    }

    /* slider */
    .home .top {
        height:520px;
        /*margin-bottom:30px;*/
    }

    .home .top .slider {
        height:459px;
    }

    .home .top .slider ul {
        height:100%;
    }

    .home .top .slider li {
        height:100%;
        background-size:cover;
        background-position: center bottom;
    }

    .home .top .caption {
        width:49%;
        height:306px;
        top: 100px;
    }

    .home .top .caption .caption-inner {
        width:auto;
        padding-left:30px;
    }

    .home .top .caption p {
        font-size:52px;
        line-height:52px;
    }

    .home .top .cycle-pager {
        width:auto;
        left:30px;
        bottom:30px;
        padding:0;
    }

    .home .top .cycle-pager span {
        width:13px;
        height:13px;
        border-width:2px;
        border-radius:50%;
    }

    .home .top .bottom {
        /*height:237px;*/
        height:180px;
    }

    .home .top .bottom-text {
        height: 180px;
    }
    .home .top .bottom-text .right-image,
    .home .top .bottom-text .left-image {
        width: 25%;
        height: 100%;
        margin-right: 0px;
    }

    .home .top .bottom-text .right-text,
    .home .top .bottom-text .left-text {
        width: 25%;
        font-size: 0.75em;
        float: left;
        text-align: left;
        letter-spacing: -0.02em;
        word-spacing: -0.02em;
        height: 110px;
    }

    .home .top .bottom-text .right-text p,
    .home .top .bottom-text .left-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .home .top .bottom-text p.text-link a {
        font-size: 14px;
        line-height: 20px;
    }

    .home .top .bottom-text .right-text h3,
    .home .top .bottom-text .left-text h3 {
        font-size: 22px;
        /*line-height:28px;*/
    }

    .home .top .bottom-links {
        min-height:58px;
        text-align:right;
    }

    .home .top .bottom-links p {
        font-size:20px;
        line-height:58px;
        padding-right:10px;
    }

    .home .top .bottom-links p a{
        margin-right: 25px;
        font-size: 28px;
        padding-right: 18px;
    }
    .home .top .bottom-links p a:last-child{
        margin-right:10px;
    }

    /* fast track facts */
    .fast-track-facts > .content-wrapper {
        padding: 0 65px;
        width:auto;
        background-size: 100px auto;
        background-position: 25px 100%;
    }

    .fast-track-facts .carousel-wrapper {
        height: 333px;
        padding-top: 46px;
    }

    .fast-track-facts .carousel-wrapper h2 {
        margin-left:34px;
    }

    .fast-track-facts .carousel-wrapper .control {
        width:22px;
        height:39px;
        background-size:100% 100%;
    }

    .fast-track-facts .carousel-wrapper .carousel-right {
        right:15px;
    }

    .fast-track-facts .carousel-wrapper .carousel .item {
        width:173px;
        padding-top:13px;
        margin-right:15px;
    }

    .fast-track-facts .carousel-wrapper .carousel {
        width:548px;
        margin:0 34px;
        height:273px;
    }

    .fast-track-facts .carousel-wrapper .carousel h3 {
        font-size:19px;
    }

    .fast-track-facts .carousel-wrapper .carousel p {
        font-size:15px;
        line-height:21px;
    }

    .fast-track-facts .carousel-wrapper .carousel .read-more a {
        height:24px;
        line-height:24px;
    }

    .fast-track-facts .text {
        text-align:left;
        height:58px;
    }

    .fast-track-facts .text p {
        line-height:58px;
        font-size:16px;
        padding-left:30px;
    }

    /* map */
    .home .map h2 {
        font-size:38px;
        min-height:58px;
        line-height:58px;
        padding:0 22px 0 30px;
    }

    .home .map .location-map{
        height: 600px;
    }

    .home .map .map-link {
        min-height:55px;
    }

    .home .map .map-link p {
        line-height: 26px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home .map .map-link p a {
        -webkit-background-size: 14px 24px;
        background-size: 14px 24px;
        padding-right:24px;
    }

    /* ============== Generic ============== */

    .left-col{
        width: auto;
        margin-right: 0;
        float:none;
    }

    aside{
        width: auto;
        float:none;
        padding:0 0px;
    }

    .promo-boxes{
        margin-top: 34px;
    }

    aside .promo-boxes,
    .promo-boxes{
        width: 708px;
        margin: 24px 0px 0 0px;
        clear: both;
        padding: 12px 30px 0 30px;
    }

    aside .promo-boxes {
        margin: 24px 0 0 0;
        padding: 0;
    }

    aside .promo-boxes .promo-box,
    .promo-boxes .promo-box {
        float: left;
        clear: none;
        width: 173px;
        height: 120px;
        margin: 0 2px;
    }

	/*aside .promo-boxes .promo-box img,
	.promo-boxes .promo-box img {
		width:100%;
		height:auto;
	}*/

    /*aside .promo-boxes a:first-child img,
    .promo-boxes a:first-child img{
        margin-left: 0;
    }*/

    .enquiry-form input,
    .enquiry-form textarea{
        width: 716px;
    }

    .promo-boxes-title{
        padding: 0 30px;
    }

    .promobox-text-wrapper {
        /*bottom:8px;*/
    }

    .promo-box-title h3{
        font-size: 20px;
        line-height:24px;
        margin-bottom: 3px;
        padding: 0 10px 5px 10px;
    }

    .promo-box-title .icon img {
        width:auto;
        max-height:24px;
        margin-bottom: 3px;

    }

    .promo-box-caption {
        padding: 2px;
        /*line-height: 12px;*/
        /*min-height:20px;*/
        /*max-width:115px;*/
    }
    .promo-box-caption p{
        font-size: 14px;
    }

    /* ============== Meet The Team ============== */

    #meet-the-team .right-col{
        clear: both;
        width: 100%;
        height: auto;
    }

    #meet-the-team .right-col .row{
        margin: 0;
        position: static;
    }

    .thumbs{
        clear: both;
        padding: 8px;
        width: 694px;
    }

    .thumbs img{
        margin: 3px;
    }

    /* ============== Get Social ============== */

    #get-social aside{
        display: none;
    }

    .review-box img{
        margin-right: 15px;
    }

    /* ============== Product ============== */

    #product .blue .hero-p{
        width: 270px;
    }

    #product .tab-button li{
        margin: 2px;
        width: 232px;
    }

    #product .img-section img{
        width: 238px;
        height: auto;
    }

    /* panel columns */
    .one .left-col{
        width: 100%;
        margin: 0 0 30px 0;
        clear: both;
    }

    .one .middle-col{
        width: 100%;
        margin: 0 0 30px 0;
        clear: both;
    }

    .one .right-col{
        width: 100%;
        margin: 0 0 30px 0;
        clear: both;
    }

    .two .left-col{
        width: 470px;
        float: left;
        margin: 0 0;
    }

    .two .middle-col{
        width: 0px;
        float: left;
    }

    .two .right-col{
        width: 208px;
        float: right;
        margin: 0;
    }

    .three .left-col{
        float: left;
        width: 222px;
        margin: 0 31px 0 0;
    }

    .three .middle-col{
        float: left;
        width: 222px;
        margin: 0 31px 0 0;
    }

    .three .right-col{
        float: left;
        width: 222px;
        margin: 0;
    }
    /* panel columns */

    iframe{
        width: 100%;
        min-height: 398px;
    }

    .three iframe,
    .two .right-col iframe {
        height:160px;
        min-height:160px;
    }

    /* ============== Gallery ============== */

    .gallery-list{
        display: none;
    }

    .gallery-left{
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .gallery-section{
        width: 100%;
        background:none;
    }

    /* ============== Blog ============== */

    #blog .hero-p p{
        font-size: 17px;
    }

    #blog aside{
        width:100;
        float:none;
        padding:0;
    }



    /* ============== FAQs ============== */

    #question .middleColumn input{
        width: 716px;
    }

    /* ============== Footer ============== */

    footer .bottom,
    footer .bottom-img{
        width: 100%;
        float: none;
    }

    .footer-nav li{
        padding: 0 9px;
        width: 130px;
    }

    .copyright{
        width: 100%;
    }

    .footer-nav-expand{
        width: 100%;
        margin: 0 auto;
    }

    .footer-nav-expand .section {
        width: 136px;
    }

    .footer-nav-expand .section:first-child {
        padding-left: 20px;
        overflow: hidden;
    }

    .footer-nav-expand ul{
        width: 122px;
    }

    .footer-email{
        display: none;
    }

    .footer-email-m{
        display: block;
    }

    .footer-email-m a{
        text-decoration: underline;
    }

    footer .footer-text p {
        padding-right:38px;
    }

    footer .footer-text p img:first-child {
        margin-right:10px;
    }

    footer .footer-text p a:nth-child(2) {
        margin-left:5px;
    }

    footer .footer-text p a:nth-child(2) img {
        margin-right:0;
    }

    /* ============== Typography ============== */

}

@media only screen and (max-width: 767px){

    .booking{
        float: right;
        margin-top: 40px
    }

    body {
        min-width:340px;
    }

    .site-wrapper{
        width: 340px;
        margin: 0 auto;
        padding-top:0;
    }

    .container-wrapper{
        margin-top: 0;
    }

    .content-area {
        width:auto;
        /*padding:0 20px;*/
        margin-bottom: 0px;
    }

    .container{
        width: 100%;
        padding: 0;
    }

    header nav{
        float: none;
    }

    header .logo {
        margin: -25px 0 10px;

    }
    header .logo img {
        display:block;
        height: 100%;
    }

    header.header-main{
        display: none;
    }

    header.header-mobile{
        display: block;
        width: 100%;
        padding: 0;
    }

    .footer-nav {
        display: none;
    }

    footer .bottom,
    footer .bottom-img {
        width: 50%;
        float: left;
    }

    .slider-h h1{
        font-size: 34px;
    }

    .left .slider-h h1:last-child{
        background-position: 84px 7px;
    }


    /* ============== Mobile Menu ============== */

    .toggle-bar{
        width: 100%;
        display: block;
    }

    .toggle-bar a{
        text-transform: uppercase;
        text-decoration: none;
        color: #2B2B2B;
        font-weight: 500;
        padding: 10px;
    }

    ul.menu-m{
        display: none;
        background:#FFF;
    }
    
    header nav li a.plus{
        font-size: 22px;
        padding: 8px 12px;
    }

    header nav li a.hidden-plus{
        opacity: 0;
    }

    header.header-mobile ul{
        width: 100%;
        margin: 0;
    }

    header.header-mobile ul.menu-m{
        padding-bottom: 0;
    }

    .menu-m li{
        border-top: 1px solid #d2d4d4;
        border-left: none;
        border-right: none;
        display: block;
        padding: 10px 0 10px 0px;
        height: auto;
    }

    .menu-m li:last-child{
        border-right: 0;
    }
    
    .menu-m li ul{
    	display:none;
    }
    
    .menu-m li ul li{
    	border:0px none;
    	padding: 0px 0px 0px 10px;
    	line-height: 25px;
    }
    
    .menu-m li ul li a{
    	text-transform: none;
   	}

    .go-back{
        float: left;
    }

    a.full-nav{
        float: right;
        background: url(/themes/hukajet/images/icon-menu.png) no-repeat 100% 50%;
        padding-right: 10px;
        background-size: 100%;
        margin-top: 10px;
    }

    .contact-top,
    .languages{
        display: none;
    }

    header.header-mobile ul.languages-m,
    header.header-mobile ul.contact-numb-m{
        display: block;
        border-top: 1px solid #d2d4d4;
        padding: 12px;
        clear: both;
        width: 296px;
    }

    li.daily-photos{
		margin-right: 0px;
    }

    li.contact-numb{
        margin-right: 0;
        margin-left: 0;
    }

    li.enquiry{

    }

    /* ============== Home ============== */

    .deals-container {
        position:absolute;
        width:320px;
        height:auto;
        right:0;
        top:234px;
    }

    .deals-container h2[role=button] {
        cursor:pointer;
        color:#FFF;
        background-color: #00A4C4;
        font-size:18px;
        padding:0;
        float:right;
        width:auto;
        height:auto;
        line-height:1;
        margin:0;
    }

    .deals-container h2[role=button] span {
        margin:0;
        padding:10px;
    }

    .deals-container h2[role=button] br {
        display:none;
    }

    .deals-container h2[role=button] br:after {
        margin-right:10px;
    }

    .deals-container h2 span {
        float:none;
        display:inline-block;
        text-align:center;
        padding:10px;
        transform:rotate(0deg);
        -ms-transform:rotate(0deg); /* IE 9 */
        -webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
    }

    .deals-container .deals {
        position:absolute;
        right:-334px;
        top:42px;
        width:320px;
    }

    .deals-container .deals .deal {
        width:304px;
        height:121px;
    }

    .deals-container .deal .image {
        width:136px;
    }

    .deals-container .deal .image img {
        width:100%;
        height:auto;
    }

    .deals-container .deals .deal .text h3 {
        font-size:19px;
        line-height:21px;
    }

    .deals-container .deals .deal .text p {
        line-height:14px;
    }

    .hero-h-m{
        display: block;
        padding: 7px 12px 4px 12px;
        margin-top: 10px;
    }

    .hero-h h1{
        border: 0;
        color: #fff;
        padding: 0 20px 0 0;
        margin: 0;
        font-size:34px;
        background:none;
        line-height:37px;
    }


    .left .slider-p{
        top: 179px;
    }

    .right .slider-h{
        top: 685px;
    }

    .right .slider-p{
        top: 748px;
    }

    /* ============== Home ============== */

    /* slider */
    .home .top {
        height:auto;
    }

    .home .top .slider {
        height:300px;
    }

    .home .top .slider ul {
        height:100%;
    }

    .home .top .slider li {
        height:100%;
        background-size:auto 100%;
        background-position: center bottom;
    }

    .home .top .caption {
        width:100%;
        bottom:0;
        top:20px;
        height:auto;
    }

    .home .top .caption .caption-inner {
        width:auto;
        padding-left:20px;
        padding-top:0px;
        text-align:left;
        float:none;
        position:static;
    }

    .home .top .caption-right .caption-inner img{
        display:none;
    }

    .home .top .caption p {
        font-size:40px;
        line-height:41px;
        padding: 0 20px 0 0;
    }

    .home .top .cycle-pager {
        display:none;
    }

    .home .top .bottom {
        height:auto;
        position:static;

    }

    .home .top .bottom-text {
        height: 220px;
        background: linear-gradient(180deg, rgba(59, 192, 243, 0.85), 
            rgba(59, 192, 243, 0.85) 49%, rgba(58, 160, 198, 0.85) 49%);
    }
    .home .top .bottom-text .right-image,
    .home .top .bottom-text .left-image {
        width: 30%;
        height: 50%;
        margin-right: 10px;
    }

    .home .top .bottom-text .right-text,
    .home .top .bottom-text .left-text {
        font-size: 0.75em;
        width: auto;
        float: none;
        text-align: left;
        padding: 0px 20px 0 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.02em;
        height: 110px;
    }

    .home .top .bottom-text .left-text div,
    .home .top .bottom-text .right-text div {
        padding: 0 0 0 10%;
    }

    .home .top .bottom-text .right-text p,
    .home .top .bottom-text .left-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .home .top .bottom-text p.text-link a {
        font-size: 14px;
        line-height: 20px;
    }

    .home .top .bottom-text .right-text h3,
    .home .top .bottom-text .left-text h3 {
        font-size: 22px;
        white-space: nowrap;
        /*line-height:28px;*/
    }

    .home .top .bottom-links {
        min-height:44px;
        text-align:left;
    }

    .home .top .bottom-links p {
        font-size:15px;
        line-height:44px;
        min-height:44px;
        padding:0 0 0 20px;
    }

    .home .top .bottom-links p a {
        background-size: 9px 15px;
        /*display: none;*/
        padding-right: 19px;
        margin-right: 25px;
        font-size: 20px;
    }

    .home .top .bottom-links p a:nth-child(1) {
        display:inline-block;
    }

    .home .top .bottom-links p a:nth-child(2) {
        display:inline-block;
    }

    /* fast track facts */
    .fast-track-facts > .content-wrapper {
        padding:0;
        width:auto;
        background:none;
    }

    .fast-track-facts .carousel-wrapper {
        height: 218px;
        padding-top: 32px;
    }

    .fast-track-facts .carousel-wrapper h2 {
        font-size:22px;
        font-weight:400;
        width:255px;
        margin:0 auto;
    }

    .fast-track-facts .carousel-wrapper .control {
        width:17px;
        height:30px;
        margin-top:0px;
        background-size:100% 100%;
    }

    .fast-track-facts .carousel-wrapper .carousel-left {
        left:15px;
    }

    .fast-track-facts .carousel-wrapper .carousel-right {
        right:15px;
    }

    .fast-track-facts .carousel-wrapper .carousel .item {
        width:255px;
        padding-top:11px;
        margin-right:15px;
    }

    .fast-track-facts .carousel-wrapper .carousel {
        width:255px;
        margin:0 auto;
    }

    .fast-track-facts .carousel-wrapper .carousel h3 {
        font-size:15px;
        font-weight:400;
        margin-bottom:5px;
    }

    .fast-track-facts .carousel-wrapper .carousel p {
        font-size:13px;
        line-height:17px;
        margin-bottom:5px;
    }

    .fast-track-facts .carousel-wrapper .carousel .read-more {
        font-size:13px;
    }

    .fast-track-facts .carousel-wrapper .carousel .read-more a {
        margin-top:10px;
        height:24px;
        line-height:24px;
        padding-right: 22px;
        -webkit-background-size: 10px 17px;
        background-size: 10px 17px;
    }

    .fast-track-facts .carousel-wrapper .carousel {
        height:174px;
    }

    .fast-track-facts .text {
        text-align:left;
        height:44px;
    }

    .fast-track-facts .text p {
        line-height:44px;
        font-size:15px;
        padding-left:10px;
    }

    .fast-track-facts .text p .icon {
        background-size: 21px 20px;
        padding-right:30px;
    }

    .fast-track-facts .text p > *:nth-child(3) {
        display:none;
    }

    .fast-track-facts .text p > *:nth-child(4) {
        display:none;
    }
    .fast-track-facts span {
        margin-left: 5px;
    }

    /* map */
    .home .map {
        margin-top:23px;
    }

    .home .map .location-map{
        height: 400px;
    }

    .home .map h2 {
        font-size: 26px;
        min-height: 0px;
        line-height:30px;
        padding:15px 22px 15px 20px;
    }

    .home .map .map-link {
        min-height:55px;
    }

    .home .map .map-link p {
        line-height: 26px;
        padding-left: 20px;
    }

    .home .map .map-link p a {
        -webkit-background-size: 14px 24px;
        background-size: 14px 24px;
        padding-right:24px;
        background-position: 95% 50%;
    }


    /* ============== Generic ============== */

    .you-are-here{
        margin-top: 12px;
        padding: 0 20px;
    }

    .img-section img{
        clear: both;
    }

    .img-section img:first-child{
        margin: 0 0 10px 0;
    }

    .left-col{
        padding:0 20px;
    }

    .middle-col{
        padding:0 20px;
    }

    .right-col{
        padding:0 20px;
    }

    .enquiry-form input,
    .enquiry-form textarea{
        width: 284px;
    }

    .promo-boxes {
        margin-top:13px;
    }

    aside .promo-boxes,
    .promo-boxes{
        width: auto;
        clear: both;
        margin:13px 10px 0 10px;
        padding: 0;
    }

    aside .promo-boxes{
        padding: 0;
    }

    aside .promo-boxes .promo-box,
    .promo-boxes .promo-box{
        width: 157px;
        margin: 0 4px 4px 0;
    }

    .promo-boxes .promo-box:nth-child(2n) {
        margin-right:0;
    }

    aside .promo-boxes a:first-child img,
    .promo-boxes a:first-child img{
        /*margin: 3px;*/
    }

    .promobox-text-wrapper {
        /*bottom:6px;*/
        /*padding-left:11px;*/
    }

    .promo-box-title h3{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .promo-box-caption p{
        /*font-size: 8px;*/
        /*line-height: 10px;*/
    }

    /* ============== Meet The Team ============== */

    #meet-the-team .left-col{
        width:300px;
        margin:0 20px;
        padding:0;
        height:219px;
    }

    .thumbs{
        display: none;
    }

    #meet-the-team .right-col .row{
        width: 296px;
    }

    #meet-the-team .right-col {
        width:300px;
    }

    .staff-gallery li.item{
        width: 100%;
    }

    /* ============== Get Social ============== */

    .social-box img{
        margin-bottom: 18px;
    }

    .social-box iframe{
        width: 100%;
        margin-bottom: 18px;
    }

    .review-box img{
        margin: 0 0 10px 0;
    }

    #get-social .gallery-section{
        margin: 0;
    }

    /* ============== Product ============== */

    /* panel columns */
    .one .left-col,
    .one .middle-col,
    .one .right-col{
        width: 300px;
        margin: 0 0 30px 0;
        clear: both;
    }

    .two .left-col,
    .two .middle-col,
    .two .right-col{
        width: 300px;
        margin: 0 0 30px 0;
        clear: both;
        float: none;
    }

    .three .left-col,
    .three .middle-col,
    .three .right-col{
        width: 300px;
        margin: 0 0 30px 0;
        clear: both;
        float: none;
    }

    iframe {
        height:210px;
        min-height:210px;
    }

    .three iframe,
    .two .right-col iframe {
        height:210px;
        min-height:210px;
    }

    /* panel columns */

    #product .hero-img{
        display: block;
        height: 208px;
    }

    #product .hero-img .left{
        width: 100%;
    }

    #product .hero-p{
        display: none;
    }

    #product .img-section img{
        float: left;
        clear: none;
        width: 144px;
        margin: 0 8px 0 0;
    }

    #product .img-section img:last-child{
        margin: 0;
    }

    #product .button-section .button:first-child{
        margin-bottom: 10px;
    }

    #product .button-section span{
        clear: both;
        margin-left: 0;
    }

    #product .right-col{
        width: 300px;
        clear: both;
    }

    ul.tab-button li{
        height: 57px;
    }

    ul.tab-button li.previous,
    #product .tab-button li.previous {
        width: 35px;
        background: rgb(87,84,82);
        background-size:cover;
    }

    ul.tab-button li.previous a,
    #product .tab-button li.previous a {
        display:block;
        width:100%;
        height:100%;
        padding:0;
        background: url(/themes/hukajet/images/arrow-left.png) no-repeat 11px 25px;
        -webkit-background-size: 14px 24px;
        background-size: 14px 24px;
    }

    ul.tab-button li.next,
    #product .tab-button li.next{
        width: 90px;
        background: rgb(87,84,82);
        vertical-align:bottom;
        line-height:100%;
        margin-right:0;
    }

    ul.tab-button li.next a,
    #product .tab-button li.next a{
        width:100%;
        height:100%;
        padding:0;
        background: url(/themes/hukajet/images/arrow-right.png) no-repeat 70px 25px;
        -webkit-background-size: 14px 24px;
        background-size: 14px 24px;
        position:relative;
    }

    ul.tab-button li.next a span,
    #product .tab-button li.next a span {
        position:absolute;
        left:11px;
        bottom:7px;
    }

    ul.tab-button li,
    #product .tab-button li {
        margin-left: 2px;
        height: 57px;
    }

    ul.tab-button li:first-child,
    #product .tab-button li:first-child{
        margin-left: 0;
    }

    ul.tab-button li.tab-select,
    #product .tab-button li.tab-select{
        width: 203px;
    }

    ul.tab-button li.previous,
    ul.tab-button li.next,
    ul.tab-button li.tab-select,
    #product .tab-button li.previous,
    #product .tab-button li.next,
    #product .tab-button li.tab-select{
        display: block;
    }

    ul.tab-button li,
    #product .tab-button li{
        display: none;
    }

    /* ============== Hero ============== */
    .hero-img {
        height:141px;
    }

    .hero-text {
        bottom:inherit;
        top:0;
        right:0;
        width:100%;
        height:141px;
        background: url('/themes/hukajet/images/bg/transparent-gradient.png') repeat-y;
    }

    .hero-h h1 {
        padding-top:14px;
        padding-right:20px;
    }

    .hero-img .hero-p {
        display:none;
    }

    .hero-img .left {
        width:100%;
    }

    .hero-img .right {
        display:none;
    }

    /* ============== Gallery ============== */



    #product .tab-button li.next a,
    #gallery .tab-button li.next a {
        position:static;
        padding-top: 13px;
    }


    #gallery .wilderness-jet.tab-select {
        padding-bottom: 0;
    }

    .gallery-section{
        padding: 0;
        margin: 10px 10px;
        width: 320px;
    }

    .gallery-section figure figcaption{
        font-size: 12px;
        font-weight: 400;
        width: 280px;
    }

    a.gallery-pre-button{
        background-position: 8px center;
        background-size: 50%;
        width: 30px;
        height: 30px;
        top: 50%;
        left:10px;
        margin-top:-20px;
    }

    a.gallery-next-button{
        background-position: 13px center;
        background-size: 50%;
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top:-20px;
        right:10px;
    }

    .gallery-section .video,
    .gallery-section .video iframe {
        width: 100%;
        height: auto;
        position: relative;
        min-height:227px;
    }

    .gallery-section .image-wrapper,
    .gallery-section .video-wrapper{
        height: 210px;
    }

    /* ============== FAQ'S ============== */

    .typography li.faq-button{
        width: 146px;
        margin-right: 4px;
    }

    .typography li.ask-button{
        width: 146px;
        margin-right: 0;
    }

    li.ask-button a{
        padding: 7px 10px 9px 10px;
        height: 30px;
    }

    #question .middleColumn input{
        width: 284px;
    }

    /* ============== Blog ============== */

    .news img{
        display: none;
    }

    .button-section a.pre-button,
    .button-section a.next-button{
        color: transparent;
        width: 61px;
    }

    .button-section span{
        margin: 0;
    }

    #blog aside{
        width:300px;
        margin:0 20px;
        float:none;
        padding:0;
    }

    /* ============== Footer ============== */

    footer{
        margin: 10px 0;
        padding: 0 10px;
        width: 320px;
    }

    footer .footer-nav-expand{
        display: none;
    }

    ul.social-footer{
        display: block;
        padding: 0;
        margin-top: 0;
    }

    ul.social-footer li{
        display: inline-block;
        text-transform: uppercase;
        vertical-align: middle;
    }

    footer .bottom{
        background-image: none;
        width: 143px;
        float: right;
        margin: 0;
    }

    footer .bottom-img img{
        margin-right: 0;
        width: 100%;
    }

    footer .footer-text {
        display:none;
    }

    .copyright{
        padding-left: 0;
        float: left;
        width: 143px;
        font-size: 8px;
        margin: 13px 0 0 0;
    }

    .social div:nth-child(2){
        display: none;
    }

    .slider-home .right .slider-container{
        top:684px;
    }

    .typography h1 {
        font-size:36px;
        line-height:39px;
    }
}

/****** FILE: themes/hukajet/css/extra.css *****/

.typography .tabs h1 {
    border:0;
    margin-bottom:10px;
}

.tabs li.previous,
.tabs li.next {
    display:none;
}

.tab-button .tab-select a.tab-select {
    background:none !important;
}

.contact-top {
	text-transform: uppercase;
}

/**
 * Home page
 *--------------------------------------------*/

.slider-home .left img {
	left:0;
}

.slider-home .right img {
	right:0;
}

.slider-home {
	width:100%;
    background-color: #003F80;
}

.slider-home .slide {
	/*height:680px;*/
	width:50%;
}

.slider-home .slide .img {
	/*height:680px;*/
	position:relative;
}

.slider-home .slide .img img {
	height:auto;
	width:1320px;
	position:absolute;
	bottom:0;
}

.slide .restore {
    width:51px;
    height:100%;
    display:none;
    position:absolute;
    top:0;
    z-index:10;
}

.slide.open .restore {

}

.slide.right .restore {
    background:rgba(204,43,43,0.85) url('/themes/hukajet/images/restore-arrow-red.gif') no-repeat 0 50%;
    left:0;
}

.slider-h h1 a {
	color:#FFF;
}

.left.open .slider-h {
}

.left.open .slider-p {
}

.slider-p a.more {
	font-family: 'Noto Serif', serif;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	background: url(/themes/hukajet/images/arrow-right.png) no-repeat right 6px;
	padding-right: 26px;
	margin-right: 10px;
	float: right;
	clear: both;
	padding-bottom: 6px;
	display:none;
}

.right .slider-p a.more {
	float:left;
	margin-left:10px;
}

.open .slider-p a.more {
	display:inline;
}


.slide.left .restore {
    background:rgba(0,63,128,0.85) url('/themes/hukajet/images/restore-arrow-blue.gif') no-repeat 0 25%;
    right:0;
}

.right.open .slider-h {
    left:0;
}

.right.open .slider-p {
    left:0;
}

/* tools */
.slide .tools {
    position:absolute;
    bottom:0;
    height:50px;
    display:none;
    z-index:200;
}

.slide.left .tools {
    right:0;
}

.slide.left .tools .video {
    background-color:rgba(0,63,128, 1);
}

.slide.right .tools .video {
    background:rgba(204,43,43,1);
}

.slide.right .tools {
    right:0;
}

.slide .tools .icons {
    height:50px;
    margin:0;
    padding:0;
}

.slide .tools .icons li {
    margin:0;
    padding:0 5px;
    height:50px;
    background-color:rgba(255,255,255, 0.85);
    position:relative;
    list-style:none;
    float:left;
}

.slide .tools .icons li.video {
    width:140px;
}

.slide .tools .icons li.video .bubble {
    left:auto;
    right:5px;
}

.slide .tools .icons li.video .video-player {
    width:100%;
    height:100%;
}

.slide .tools .icons li a {
    display:block;
    height:50px;
    line-height:50px;
}

.slide .tools .icons li a img {
    vertical-align:middle;
    position:static;
}

.slide .tools .icons li .bubble {
    position:absolute;
    bottom:50px;
    left:0px;
    display:none;
    z-index:1000;
}

.slide .tools .icons li:nth-last-child(2) .bubble {
	left:auto;
	right:0;
}

.slide .tools .icons li:nth-last-child(2) .bubble .arrow {
	background-position: 90% 0;
}


.slide .tools .icons li .bubble .data {
    background-color:#FFF;
    padding:8px;
    width:250px;
    min-height:40px;
    line-height: 15px;
}

.slide .tools .icons li .bubble .data p{
    line-height: 15px;
    font-size: 12px;
}

.slide .tools .icons li .bubble .arrow {
    height:14px;
    background:url('/themes/hukajet/images/white-up-arrow.png') no-repeat 10% 0;
}

.slide .tools .icons li.video .data {
    width:200px;
}

.slide .tools .icons li.video .bubble .arrow {
	background-position: 90% 0;
}

/*
 * Gallery
 *--------------------------------------------*/
/*.gallery-section .video {
    width:703px;
}

.gallery-section .video video,
.gallery-section .video iframe {
    width:700px;
    height:496px;
}*/



.gallery-section .social .addthis_toolbox.hide-large {
	display:none;
}

.gallery-section .social .addthis_toolbox.hide-small {
	display:block;
}

.gallery-section.image-gallery .gallery-list {
	padding:0 15px;
	width:211px;
}

.gallery-section.image-gallery .gallery-list li {
	padding:0;
	margin:0 7px 7px 0;

}

.gallery-section.image-gallery .gallery-list li.even {
	margin-right:0;
}

.video-container * {
	max-width:100%;
}

.fb-comments {
	max-width:100%;
}

/*
 * Staff Page
 *--------------------------------------------*/
#meet-the-team .staff-gallery ul {
    margin:0;
    position:relative;
}

.staff-gallery {
	display:none;
}

.staff-gallery:first-child {
	display:block;
}

.staff-gallery li {
    list-style:none;
    position: absolute;
    left:0;
    top:0;
    display:none;
}
.staff-gallery li:first-child {
    display:block;
}

.staff-member {
    display:none;
}

.staff-member:first-child {
    display:block;
}

.staff-members .left-col {
    position:relative;
    width:477px;
    height:349px;
}

.staff-members .right-col {
    height:349px;
    position:relative;
}

#meet-the-team .row {
    position:absolute;
    bottom:0;
    width:100%;
}

#meet-the-team .row hr {
    margin-bottom:5px;
}

/*
 * Navigation
 *----------------------------------------*/
nav {
    position:relative;
    z-index:1001;
}

nav li {
    position:relative;
    /*line-height:25px;*/
    /*height:25px;*/
}

nav li.current a,
nav li.section a {
    color:#003f80;
}

nav .sub-nav {
    z-index:1002;
    display:none;
    position:absolute;
    left:-30px;
    top:18px;
    width:222px;
    padding-top:23px;
}
nav .sub-nav .arrow {
    /*background:url('/themes/hukajet/images/white-down-arrow.png') no-repeat 25% 0;*/
    /*height:13px;*/
}

/* align right for last menu item */
nav li.last .sub-nav {
    left:auto;
    right:0;
}
nav li.last .sub-nav .arrow {
    /*background:url('/themes/hukajet/images/white-down-arrow.png') no-repeat 75% 0;*/
}


nav .sub-nav ul {
    margin:0;
    /*padding:5px 10px;*/
    background-color:#FFF;
}

nav .sub-nav ul li {
    border:0;
    float:none;
    display:list-item;
    padding: 5px 0px 5px 15px;
}

nav .sub-nav ul li a {
    display:block;
    color:#4c4c4c;
    /*font-size:11px;*/
    padding:5px 0;
    text-transform:none;
}

.booking {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #c31d20;
    background:url('/themes/hukajet/images/orange-arrow-right.png') no-repeat 100% 50%;
    background-size: 10px 18px;
    /*line-height: 25px;*/
    display: inline-block;
    /*float: right;*/
    /*margin-top: 10px;*/
    padding: 0px 22px 0px 5px;
}

.booking:hover{
    color: #c31d20;
}

nav .sub-nav ul li a:hover,
nav .sub-nav ul li.current a {
    color:#c31d20;
}

nav li:hover .sub-nav {
    display:block;
}

.nav-second a{
    font-weight: bold;
}

.nav-third a{
    font-weight: normal !important;
    padding-left: 10px !important;
}
.nav-third a:hover{
    font-weight: normal;
}

.nav-second:hover,
.nav-third:hover{
    background-color: #c31d20;
}
.nav-second:hover a,
.nav-third:hover a{
    color: white !important;
}

.fb_iframe_widget{
    display: inline-block;
    position: relative;
    background-color: #fff;
}

.promo-box {
    margin: 0 3px 10px 3px;
    float: left;
    height: 147px;
    width: 233px;
    overflow: hidden;
}

.image-and-text-promo-box{
    /*float: none;
    clear: both;*/
}

.facebook-promo-box,
.facebook-promo-box * {
    max-width: 100%;
    height: auto;
}

.trip-advisor-promo-box {
    height: auto;
}


/*
 * Promo box styles
 *----------------------------------------*/

#CDSWIDSSP{
    background-color: #FFFFFF;
    width:100% !important;
}

.widSSPData {
    border: 0px solid #589442 !important;
}

.pluginSkinLight > div {
    border: 0 !important;
    background-color: #FFF;
}


@media only screen and (max-width: 1319px){

    .slider-home{
        width: 100%;
        
    }



}

@media only screen and (max-width: 1023px){
	.trip-advisor-promo-box,
	.facebook-promo-box {
		display:none;
	}

    .slider-home .right .slider-container{
        top:180px;
    }
}

@media only screen and (max-width: 767px){

    .slider-home{
        height: auto;
        background-color: transparent;
    }

    .slider-home .slide{
        width: 100%;
        position: relative;
        height: 440px;
    }

    .slider-home .right{
        clear: both;
        margin-top: 6px;
    }

    .slider-home .slide .img img{
        width: auto;
        height: 440px;
    }

    .slider-home .left img{
        left: -190px;
    }

    .slider-home .right img{
        right: -220px;
    }

    .staff-members .left-col{
        height: 217px;
    }

    .slider-home .right .slider-container{
        top:240px;
    }

}

/****** FILE: themes/hukajet/css/form.css *****/
form {
    margin:0;
}

.field {
    margin-bottom:10px;
}

.field:before, .field:after {content: "\0020"; display: block; height: 0; overflow: hidden; }
.field:after {clear:both;}
.field{zoom:1;}

.field label {
    display:inline-block;
    width:30%;
    font-size:14px;
    float:left;
    line-height:27px;
}

label.error {
    border:1px solid red;
    font-size:12px;
    padding:5px 10px;
    line-height:1.2em;
    position:absolute;
    left:100%;
    width:200px;
    color:red;
}

.field.checkbox label {
    display:inline-block;
    margin-left:5px;
    float:none;
    width:auto;
}

fieldset {
    width:50%;
    margin:0 auto;
}

.field .middleColumn {
    display:inline-block;
    width:70%;
    position:relative;
}

input[type=text],
input[type=password],
input[type=email] {
    padding:5px 10px;
    font-size:14px;
    width:310px;
}

textarea {
    padding:5px 10px;
    width:310px;
    font-size:14px;
    font:'Stag', Arial, sans-serif;
}

select {
    padding:5px 10px;
    font-size:14px;
    width:332px;
}

.field .middleColumn ul {
    margin:0;
    padding:0;
}

.field .middleColumn li {
    margin:0;
    padding:0;
    list-style:none;
}

.field .middleColumn li label {
    float:none;
    margin-left:5px;
    width:auto;
}

.Actions {
    width:50%;
    margin:20px auto;
    padding-left:30%;
}

.typography fieldset {
    margin:0;
    width:auto;
}

.typography .field {
    margin-bottom:0;
}

.typography .field label{
    clear: both;
    font-size: 12px;
    display:block;
    width:auto;
    float:none;
}

.typography .field li label {
    display: inline-block;
}

.typography .field .middleColumn {
    position:relative;
    width:auto;
}

.typography .field label.error {
    color:red;
    position:absolute;
    right:0;
    left:inherit;
    top:-25px;
    background:#FFF;
    border:1px solid red;
    font-size:13px;
    padding:5px;
    z-index:10;
}

.typography .field label.error:after, .field .typography label.error:before {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.typography label.error:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.typography label.error:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: red;
    border-width: 11px;
    margin-left: -11px;
}

.typography .field .middleColumn input[type=text],
.typography .field .middleColumn input[type=password],
.typography .field .middleColumn input[type=email],
.typography .field .middleColumn textarea {
    background-color: rgb(204,203,203);
    border: none;
    clear: both;
    width: 668px;
    padding: 6px;
    margin: 3px 0 16px 0;
}

.typography .field .middleColumn select {
    background-color: rgb(204,203,203);
    border: none;
    clear: both;
    width: 680px;
    padding: 6px;
    margin: 3px 0 16px 0;
    height: 25px;
}


.typography .Actions {
    width:auto;
    margin:0;
    padding:0;
}

@media only screen and (max-width: 1023px){

    fieldset {
        width:80%;
    }

    label {
        width:15%;
    }

    label.error {
        left: 280px;
        width: 180px;
    }

    .middleColumn {
        width:90%;
    }

    input[type=text],
    input[type=password],
    input[type=email],
    textarea {
        width:250px
    }


    .typography .field .middleColumn input[type=text],
    .typography .field .middleColumn input[type=password],
    .typography .field .middleColumn input[type=email],
    .typography .field .middleColumn textarea {
        width:285px
    }

    .typography .field label {
        margin-bottom:0;
    }

    select {
        width:272px;
    }

    .typography .field .middleColumn select {
        width:297px;
    }

    .Actions {
        width:80%;
        padding-left:34%;
    }
}



@media only screen and (max-width: 767px){
    fieldset {
        width:320px;
        margin: 0 auto;
    }

    .field {
        margin-bottom: 20px;
    }
    .field label {
        width:100%;
        display:block;
        text-align:left;
        margin-bottom:5px;
    }

    label.error {
        position:static;
        width:auto;
        display:block;
        margin-top:5px;
    }

    .field .middleColumn {
        width:100%;
    }

    .middleColumn li label {
        display:inline-block;
    }

}

/****** FILE: themes/hukajet/css/huka.css *****/
a{color:#00338d}a:hover{color:#c31d20}header .logo{float:left;margin-top:20px;height:60px}header nav li a{color:#00338d}header li.contact-numb,header li.social-link{color:#00338d}.home .top .bottom-links{background-color:#00338d}.home .map h2{background-color:#024}.promo-boxes-title{color:#024}.promo-box-caption{background-color:#ed2939}.promo-box:hover .promo-box-caption{background-color:#c31d20}h1,h2,h3{color:#024}@media only screen and (max-width:767px){header .logo{margin:-25px 0 10px}header .logo img{display:block;height:100%}.booking{float:right;margin-top:18px}}

