/****** FILE: themes/AjHackett/css/jquery.fancybox.css *****/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/****** FILE: themes/AjHackett/css/chosen.css *****/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../images/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../images/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../images/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../images/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


/****** FILE: themes/AjHackett/css/normalize.min.css *****/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/****** FILE: themes/AjHackett/css/main.css *****/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

html {
    font-size: 1em;
    line-height: 1.4;
}

::-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;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


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















/* ==========================================================================
   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: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

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

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    .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;
    }

    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;
    }
}

/****** FILE: themes/AjHackett/css/fonts.css *****/

/* =# FONTS #= */

@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic-regular-webfont-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont-webfont.woff2') format('woff2'),
         url('../fonts/leaguegothic-regular-webfont-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-regular-webfont-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Homestead Display';
    src: url('../fonts/homestead-display-webfont.eot');
    src: url('../fonts/homestead-display-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/homestead-display-webfont.woff2') format('woff2'),
         url('../fonts/homestead-display-webfont.woff') format('woff'),
         url('../fonts/homestead-display-webfont.ttf') format('truetype'),
         url('../fonts/homestead-display-webfont.svg#homestead_display') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Hero Regular';
    src: url('../fonts/hero-webfont.eot');
    src: url('../fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hero-webfont.woff2') format('woff2'),
         url('../fonts/hero-webfont.woff') format('woff'),
         url('../fonts/hero-webfont.ttf') format('truetype'),
         url('../fonts/hero-webfont.svg#hero_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamRounded-Book';
    src: url('../fonts/gothamroundedbook.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/gothamroundedbook.otf')  format('opentype'),*/
    url('../fonts/gothamroundedbook.svg#GothamRounded-Book') format('svg'),
    url('../fonts/gothamroundedbook.woff') format('woff'),
    url('../fonts/gothamroundedbook.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* AjHackett-icons */
@font-face {
    font-family: 'AjHackett-icons';
    src:url('../fonts/AjHackett-icons.eot?uir0a0');
    src:url('../fonts/AjHackett-icons.eot?#iefixuir0a0') format('embedded-opentype'),
        url('../fonts/AjHackett-icons.woff?uir0a0') format('woff'),
        url('../fonts/AjHackett-icons.ttf?uir0a0') format('truetype'),
        url('../fonts/AjHackett-icons.svg?uir0a0#AjHackett-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .share-icon {
    font-family: 'AjHackett-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-image:before {
    content: "\e60a";
}

.share-icon-facebook:before,
.icon-facebook-circle:before {
    content: "\e607";
}

.share-icon-googleplus:before,
.icon-googleplus-circle:before {
    content: "\e608";
}

.share-icon-twitter:before,
.icon-twitter-circle:before {
    content: "\e609";
}

.icon-pinterest-circle:before {
    content: "\e606";
}

.icon-share:before {
    content: "\e605";
}

.icon-bungy:before {
    content: "\e604";
}

.icon-youtube:before {
    content: "\e603";
}

.icon-facebook:before {
    content: "\e600";
}

.icon-tripadvisor:before {
    content: "\e601";
}

.icon-twitter:before {
    content: "\e602";
}

.icon-instagram:before {
    content: "\e60b";
}

.icon-ruble:before {
    content: "\e903";
}

.icon-vk:before {
  content: "\e900";
}
/* end AjHackett-icons */

/* =# END FONTS #= */

/****** FILE: themes/AjHackett/css/layout.css *****/

/* =# MISC #= */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	/*overflow-x: hidden;
	overflow-y: scroll;*/
	/*overflow: hidden;*/
}
html.is-mobile {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	font-family: 'Hero Regular', Arial, sans-serif;
	font-size: 10px;
	color: #000;
	top: 0 !important;
	background: #fff;
}
.downCursor {
    cursor: url(../images/downCursor.cur),default;
}

a,
a:active,
a:focus {
	outline: none;
}

a,
a:link {
	color: inherit;
}

ul.reset {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul.dropdown-menu {
	display: none;
}
.action-button {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
	background: #FFC50F;
	-moz-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.active .action-button,
.action-button:hover {
	background: #011347;
}
.action-button span,
.action-button span:before {
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
} 
.action-button span {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #141414;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	position: relative;
}
.active-button span {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #141414;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	position: relative;
}
.active .action-button span,
.action-button:hover span {
	color: #fff;
}
.action-button span:before {
	font-family: 'AjHackett-icons';
	font-size: 35px;
	color: #011347;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}
.active .action-button span:before,
.action-button:hover span:before {
	color: #FFC50F;
}

.share {
	position: relative;
}
.share .share-buttons {
	visibility: hidden;
	width: 40px;
	height: 140px;
	margin-left: -20px;
	position: absolute;
	left: 50%;
	bottom: -140px;
	opacity: 0;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.share .share-buttons.top {
	bottom: auto;
	top: -140px;
}
.share .share-buttons a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	position: relative;
	background: #FFC50F;
	border-radius: 100%;
	overflow: hidden;
}
.share .share-buttons a:before {
	font-size: 36px;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 2px;
	left: 2px;
	background: #fff;
	border-radius: 100%;
	overflow: hidden;
}
.share .share-buttons a.share-icon-twitter {
	color: #3cf;
}
.share .share-buttons a.share-icon-facebook {
	color: #3B5998;
}
.share .share-buttons a.share-icon-googleplus {
	color: #dd4b39;
}
.share.active .share-buttons {
	visibility: visible;
	opacity: 1;
}

.centered {
	text-align: center;
}

.scroll-y {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.is-mobile .scroll-y {
	overflow-x: hidden;
	overflow-y: auto;
}

/* Transitions */
.color-ease,
.color-ease * {
	-moz-transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
/* end Transitions */

/* fancyBox */
.aj-hackett .fancybox-close:before,
.aj-hackett .fancybox-nav span:before {
	font-family: "Hero Regular", Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.aj-hackett .fancybox-close {
	width: 25px;
	height: 25px;
	top: -30px;
	right: 0;
	background: none;
}
.aj-hackett .fancybox-close:before {
	content: "X";
	font-size: 25px;
	font-weight: bold;
}
.aj-hackett .fancybox-inner {
	overflow: hidden !important;
}
.aj-hackett .fancybox-inner div.caption {
	width: 100%;
	height: 40px;
	padding-right: 162px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.aj-hackett .fancybox-inner div.caption p {
	max-width: 100%;
	margin: 0;
}
.aj-hackett .fancybox-inner ul.actions {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 8050;
}
.aj-hackett .fancybox-inner ul.actions li {
	font-size: 1em;
	float: left;
}
.aj-hackett .fancybox-inner ul.actions li:first-child {
	margin-right: 2px;
}
.aj-hackett .fancybox-nav {
	height: 50%;
	top: 25%;
}
.aj-hackett .fancybox-nav span {
	background: none;
}
.aj-hackett .fancybox-nav span:before {
	font-size: 45px;
}
.aj-hackett .fancybox-prev span:before {
	content: "<";
}
.aj-hackett .fancybox-next span:before {
	content: ">";
}
/* end fancyBox */

/* Chosen */
.form .chosen-container {
	font-size: 1em;
}
.form .chosen-container .message, .form .chosen-container .info {
	font-size: 1.8em;
}

.form .chosen-container-single .chosen-single {
	color: #011347;
	height: 46px;
	padding-left: 5px;
	background: #E7E7E7;
	border: 1px solid #E7E7E7;
	border-radius: 0;
	box-shadow: none;
}
.form .chosen-container-single .chosen-single span {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 3em;
	text-transform: uppercase;
	line-height: 46px;
	height: 100%;
	margin: 0;
	padding-right: 60px;
	position: relative;
	opacity: 1;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.form .chosen-container-single .chosen-single span:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -7.5px;
	position: absolute;
	right: 15px;
	top: 50%;
	border-left: 15px inset rgba(255, 255, 255, 0);
	border-right: 15px inset rgba(255, 255, 255, 0);
	border-top: 15px solid #011347;
}
.form .chosen-container-single.chosen-with-drop .chosen-single span {
	opacity: 0.5;
}
.form .chosen-container-single .chosen-single abbr.search-choice-close {
	top: 17px;
	right: 48px;
}
.form .chosen-container-single .chosen-single div {
	display: none;
}
.form .chosen-container-single .chosen-drop {
	background: #E7E7E7;
	border-color: #E7E7E7;
	border-radius: 0;
	z-index: 5;
}
.form .chosen-container .chosen-results li {
	font-size: 1.4em;
}
.form .chosen-container .chosen-results li.highlighted {
	background: #0068B3;
}
/* end Chosen */

/* jQuery UI Datepicker */
.ui-datepicker {
	display: none;
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 3em;
	text-transform: uppercase;
	color: #011347;
	/*width: 20em;*/
	max-width: 332px;
	padding: 46px 40px 10px;
	background: #E7E7E7;
	-moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	text-indent: -9999px;
	width: 40px;
	height: 46px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.ui-datepicker .ui-datepicker-prev {
	left: 0;
}
.ui-datepicker .ui-datepicker-next {
 	right: 0;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
	content: "";
	margin-top: -15px;
	border-top: 15px inset rgba(255,255,255,0);
	border-bottom: 15px inset rgba(255,255,255,0);
	position: absolute;
	top: 50%;
}
.ui-datepicker .ui-datepicker-prev:before {
	right: 0;
	border-right: 15px solid #fff;
}
.ui-datepicker .ui-datepicker-next:before {
	border-left: 15px solid #fff;
	left: 0;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled:before,
.ui-datepicker .ui-datepicker-next.ui-state-disabled:before {
	opacity: 0.25;
}

.ui-datepicker .ui-datepicker-header {
	text-align: center;
	line-height: 46px;
	color: #fff;
	width: 100%;
	height: 46px;
	padding: 0 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: #011347;
}
.ui-datepicker .ui-datepicker-header:after {
	content: "";
	width: 100%;
	height: 56px;
	position: absolute;
	bottom: -56px;
	left: 0;
	z-index: 0;
	background: #e0e0e0;
}

.ui-datepicker .ui-datepicker-calendar {
	/*width: 80%;*/
	/*margin: 0 10%;*/
	position: relative;
	z-index: 1;
}

.ui-datepicker .ui-datepicker-calendar thead {
	height: 56px;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	width: 14.2857%; /* 1/7 */
}

.ui-datepicker .ui-datepicker-calendar th {
	font-weight: normal;
	text-align: left;
	padding: 10px 5px 5px;
}

.ui-datepicker .ui-datepicker-calendar td {
	padding: 4px 5px;
	line-height: 1em;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable {
	color: #e0e0e0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
	background: #e0e0e0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
	color: #fff;
	background: #ffc50f;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
/* end jQuery UI Datepicker */

/* Expander */
span.read-more a,
span.read-less a {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFC50F;
	position: relative;
}
span.read-more a:after {
	content: "\e604";
	font-family: 'AjHackett-icons';
	font-size: 40px;
	position: absolute;
	-moz-transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
	transform: rotate(8deg);
}
/* end Expander */

#container {
	min-height: 100%;
	padding-bottom: 115px;
	position: relative;
}
#container.Singapore {
	/* due to additional partner logos in footer */
	padding-bottom: 200px;
}
#container:after {
	content: "";
	visibility: hidden;
	position: absolute;
	top: 93px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

/* =# END MISC #= */

/* =# HEADER/NAV #= */

#site-header {
	/*width: 100%;*/
	/*position: fixed;*/
	/*top: 0;*/
	/*left: 0;*/
	height:93px;
	z-index: 3000;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
	/*border-bottom: 1px solid #E5E5E5;*/
    -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
}
.translated-ltr #site-header {
	/*padding-top: 39px;*/
}

#container.nav-open:after {
	visibility: visible;
	opacity: 1;
}
ul.dropdown-menu {
	padding-bottom: 30px;
}
.panel-nav {
	width: 340px;
	background: url(../images/sub-nav-bg.png);
}
.panel-nav > ul,
.panel-nav div > ul {
	padding-left: 0px;
}
.panel-nav > ul:first-of-type {
	padding-top: 30px;
}
.panel-nav ul li {
	font-size: 1em;
	border-bottom: 1px solid #444a59;
}
.panel-nav ul li.last{
	border-bottom: none;
}
.panel-nav ul li a {
	font-family: 'Hero Regular', Arial, sans-serif;
	font-size: 1.7em !important;
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px !important;
	color: #b4b4b4;
	display: block;
	width: 100%;
	/*padding: 0 40px;*/
	padding-left: 40px;
	position: relative;
	overflow: hidden;
}
.panel-nav ul li a:hover,
.panel-nav ul li a.section,
.panel-nav ul li a.current {
	color: #FFC50F;
}
.panel-nav ul li a:before {
	content: ">";
	font-size: 20px;
	text-align: center;
	color: #FFC50F;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.panel-nav ul li a.dropdown-toggle:before {
	content: "\25B8";
}
.panel-nav ul li a.dropdown-toggle.opened-toggle:before {
	content: "\25BE";
}
.panel-nav li li {
	padding-left: 24px;
}
.panel-nav li li.first {
	border-top: 1px solid #444a59;
}

#main-nav {
	height: 100%;
	position: fixed;
	top: 93px;
	left: -340px;
	z-index: -1;
	-moz-transition: left 0.3s ease;
	-webkit-transition: left 0.3s ease;
	transition: left 0.3s ease;
}
#main-nav .portals {
	display: none;
}
#container.nav-open #main-nav {
	left: 0;
	z-index: 2000;
}
.translated-ltr #main-nav {
	/*padding-top: 132px;*/
}

.translated-ltr #container {
	padding-top: 39px;
}

.nav-bar ul,
.nav-bar li,
.nav-bar a {
	height: 100%;
}

.nav-bar a {
	font-family: 'League Gothic', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
.nav-bar a:hover {
	color: #ffc50f;
}

.nav-bar ul li {
	float: left;
}
.nav-bar li a {
	font-size: 3.2em;
}
.nav-bar li a.current,
.nav-bar li a.section,
.nav-bar li a.inverse {
	color: #ffc50f;
}
.nav-bar li a.inverse:hover {
	color: inherit;
}

#nav-bar-1 {
	position: fixed;
	width:100%;
	height: 41px;
	padding-right: 50px;
	z-index: 2500;
	background: #011140 url(../images/section-blue-bg.jpg) repeat-x center top;
}

#nav-bar-1 li {
	color: #fff;
}
#nav-bar-1 li a {
	line-height: 41px;
}

#nav-bar-2 {
	position: fixed;
	width:100%;
	height: 52px;
	top: 41px;
	z-index:2500;
	padding: 0 40px 0 30px;
	background: #fff;
}

.translated-ltr #nav-bar-2 {
	top: 80px;
}

#nav-bar-2 li {
	color: #000;
}
#nav-bar-2 li a {
	line-height: 52px;
}
#mobile-menu-button {
	height: 41px;
}
#button-dotcom {
	float: left;
	margin-right: 20px;
}

#button-dotcom a#nav-button {
	display: inline-block;
	width: 50px;
	height: 100%;
	position: relative;
	background: #ffc50f;
	overflow: hidden;
}
#button-dotcom a#nav-button span {
	text-indent: -9999px;
	margin: -2.5px 0 0 -16px;
	top: 50%;
	left: 50%;
	-moz-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#button-dotcom a#nav-button span,
#button-dotcom a#nav-button span:before,
#button-dotcom a#nav-button span:after {
	display: block;
	width: 32px;
	height: 5px;
	position: absolute;
	background: #fff
}
#button-dotcom a#nav-button span:before,
#button-dotcom a#nav-button span:after {
	content: "";
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#button-dotcom a#nav-button span:before {
	top: -10px;
}
#button-dotcom a#nav-button span:after {
	bottom: -10px;
}

#button-dotcom a#nav-button.open span {
	background: transparent;
}
#button-dotcom a#nav-button.open span:before {
	top: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#button-dotcom a#nav-button.open span:after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#button-dotcom li.dotcom {
	margin-left: 20px;
}

#portals-nav {
	float: right;
}

#portals-nav li {
	margin-right: 20px;
}
#portals-nav li.last {
	margin: 0;
}
#portals-nav li.contact {
	margin-left: 20px;
}

p#language {
	color: #000;
	height: 100%;
	margin: 0;
	float: left;
}
p#language a {
	font-size: 3em;
	line-height: 52px;
	padding-right: 60px;
	position: relative;
}
p#language a:before,
p#language a:after {
	content: "";
	position: absolute;
}
p#language a:before {
	width: 40px;
	height: 27px;
	margin-top: -13.5px;
	top: 50%;
	right: 0;
	background: url(../images/flags.png) no-repeat left top;
}
p#language a:after {
	display: none;
	width: 0;
	height: 0;
	bottom: -15px;
	right: 7px;
	border-left: 13.5px inset rgba(255, 255, 255, 0);
	border-right: 13.5px inset rgba(255, 255, 255, 0);
	border-top: 15px solid #fff;
}

/* Google Translate */
.goog-te-banner-frame {
	display: none;
}
.translated-ltr .goog-te-banner-frame {
	display: block;
}

#google_translate_element {
	height: 100%;
	float: left;
}
div.cairns-chinese-site {
	height: 100%;
	float: left;
	padding: 8px 14px;
}
li.cairns-chinese-site {
	padding-left: 12px;
	margin-top: -2px;
	display:none;
}
.goog-te-gadget img {
	display: none;
}
.goog-te-gadget-simple {
	font-size: 1em !important;
	padding: 0 !important;
	border: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
	font-size: 3em;
	line-height: 52px;
	/*width: 222px;*/
	margin: 0;
	padding-right: 60px;
	position: relative;
}
.goog-te-gadget-simple .goog-te-menu-value:after {
	content: "";
	width: 40px;
	height: 27px;
	margin-top: -13.5px;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../images/flags.png) no-repeat left top;
}
.translated-ltr .goog-te-gadget-simple .goog-te-menu-value {
	width: auto;
	padding-right: 0;
}
.translated-ltr .goog-te-gadget-simple .goog-te-menu-value:after {
	display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
	display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child {
	display: inline-block;
}
.goog-te-menu-frame {
	box-shadow: none !important;
}
/* end Google Translate */

#secondary-nav {
	float: right;
}

#secondary-nav li {
	margin-right: 20px;
	position: relative;
}
#secondary-nav li.last {
	margin-right: 0;
}
#secondary-nav li a {
	font-size: 5em;
}

#secondary-nav div.sub-nav {
	display: none;
	height: auto;
	max-height: 500px;
	margin-left: -170px;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 3000;
}
#secondary-nav li.hover div.sub-nav {
	display: block;
}
#secondary-nav div.sub-nav ul li {
	font-size: 1em;
	height: auto;
	margin: 0;
	float: none;
}
/* =# END HEADER/NAV #= */

/* =# CONTENT #= */

/* Forms */
.form {
	text-align: left;
}

.form label,
/*.form p.message,*/
.form .Actions p {
	font-size: 2em;
}

.form p.message {
	text-align: center;
	color: #011347;
}
#Form_ContactForm p.message {
	color: #FFF;
}

/* Submitted Text */

.ContactPage .form .message {
	color: #FFF;
}

.form div.field,
.form div.fieldgroup-field {
	margin-bottom: 8px;
}
.form div.field.fieldgroup {
	margin-bottom: 0;
}

.form .required .chosen-container-single .chosen-default span:after,
.form div.required label:after {
	content: " \002a";
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 30px;
	color: #FFC20E;
}
.form span.message {
    font-family: 'Hero Regular', Arial, sans-serif;
    font-size: 2em;
}
.form span.required {
	color: #eb2c00;
}
.form span.validation {
	color: #f47f01;
}
.form span.requiredDot {
    content: " \002a";
    font-family: 'League Gothic', Arial, sans-serif;
    font-size: 30px;
    color: #FFC20E;
}

.form input,
.form select,
.form textarea,
.form button {
	outline: none;
}

.form div.field label,
.form input.text,
.form select,
.form textarea {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 3em;
	color: #011347;
}

.form input.text,
.form select,
.form textarea {
	width: 100%;
	padding: 5px;
	background: #E7E7E7;
	/*border: 1px solid #E0E0E0;*/
	border: 1px solid #E7E7E7;
}

.form div.field label,
.form input.text,
.form select {
	text-transform: uppercase;
}
.form input.text {
    text-transform: none;
}

.form input.text,
.form select {
	height: 46px;
}

.form textarea {
	min-height: 92px;
}

.form div.field.checkbox,
.form div.field.optionset,
.form div.fieldgroup-field.checkbox,
.form .optionset li {
	width: 100%;
	/*float: left;*/
	display: table;
}
.form div.field.checkbox label,
.form div.field.optionset li label,
.form div.fieldgroup-field label.checkboxfield-small {
	font-family: 'Hero Regular', Arial, sans-serif;
	font-size: 2em;
	text-transform: none;
	line-height: 1em;
	color: #000;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.form .labelAlign ul li {
    position: relative;
}
.form .labelAlign ul li label {
    position: absolute;
    left: 69px;
    top: 23px;
}

.form ul.optionset {
	list-style: none;
	margin: 0;
	padding: 0;
}
.form ul.optionset li {
	font-size: 1em;
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.form div.icheckbox,
.form div.iradio {
	width: 48px;
	height: 48px;
	margin-right: 18px;
	/*float: left;*/
	border: 5px solid #E7E7E7;
	position:relative;
}
.featherlight div.icheckbox,
.featherlight div.iradio {
	width: 28px;
	height: 28px;
	margin-right: 16px;
	border: 4px solid #E7E7E7;
}
.featherlight div.icheckbox:after,
.form div.icheckbox:after{
	content: "";
	width: 26px;
	height: 26px;
	margin: -13px -13px 0;
	background: #ffc50f;
	position: absolute;
	top: 50%;
	right: 50%;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.featherlight div.iradio:after,
.form div.iradio:after {
    content: "";
    width: 26px;
    height: 26px;
    margin: -13px -13px 0;
    background: #ffc50f;
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.featherlight div.icheckbox:after,
.featherlight div.iradio:after{
	width: 14px;
	height: 14px;
	margin: -7px -7px 0;
}

.featherlight div.icheckbox:hover:after,
.featherlight div.iradio:hover:after,
.form div.icheckbox:hover:after{
	opacity: 0.5;
	visibility: visible;
}

.form div.iradio:hover:after {
    /*opacity: 0.5;*/
    /*visibility: visible;*/
}

.featherlight div.icheckbox.checked:after,
.featherlight div.iradio.checked:after,
.form div.icheckbox.checked:after,
.form div.iradio.checked:after {
	opacity: 1;
	visibility: visible;
}

.featherlight div.icheckbox .icheck-helper,
.featherlight div.iradio .icheck-helper,
.form div.icheckbox .icheck-helper {
	z-index: 1;
}

.form input.action {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 3.3em;
	text-transform: uppercase;
	color: #FFC50F;
	padding: 0;
	background: none;
	border: none;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.form input.action:hover {
	color: #011347;
}

.form div.fieldgroup.cols,
.form div.composite:after {
	content: "";
	display: table;
	clear: both;
}

.form div.fieldgroup.cols div.fieldgroup-field {
	float: left;
}
.form div.fieldgroup.cols {
	width: 100%;
}

.form div.fieldgroup.cols div.fieldgroup-field.odd {
	padding-right: 4px;
}
.form div.fieldgroup.cols div.fieldgroup-field.even {
	padding-left: 4px;
}

.form div.fieldgroup.cols-1-1 div.fieldgroup-field {
	width: 50%;
}
.form div.fieldgroup.cols-1-0 div.fieldgroup-field {
	width: 100%;
}
.form div.fieldgroup.cols-2-1 div.fieldgroup-field.odd {
    width: 66.6666%;
}
.form div.fieldgroup.cols-2-1 div.fieldgroup-field.even {
    width: 33.3333%;
}

.in-field-labels div.field,
.in-field-labels div.fieldholder-small {
	position: relative;
}

.in-field-labels div.field.text label,
.in-field-labels div.field.phonenumber label,
.in-field-labels div.field.textarea label,
.in-field-labels div.fieldgroup-field label {
	padding-left: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.in-field-labels div.field.text label,
.in-field-labels div.field.phonenumber label,
.in-field-labels div.field.textarea label,
.in-field-labels div.fieldgroup-field label {
	line-height: 48px;
}
.in-field-labels div.fieldgroup-field label.checkboxfield-small {
	position: static;
}
/* end Forms */

#site-content {
}
.translated-ltr #site-content {
	/*padding-top: 132px;*/
}

/* Hero */
#hero {
	height: 0;
	/*padding-bottom: 56.25%;*/
    padding-bottom: 48%;
	position: relative;
	z-index: 1;
	background: #000;
	overflow: hidden;
}


#hero img,
#hero video {
	position: absolute;
	top: 0;
	left: 0;
}
#hero img {
	width: 100%;
	height: auto;
	-moz-transition: transform 35s ease-out 0s;
	-webkit-transition: transform 35s ease-out 0s;
	transition: transform 35s ease-out 0s;
	-moz-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
	-webkit-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
	transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px) skewX(0deg);
}
#hero img.ready {
	-moz-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg);
	-webkit-transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg);
	transform: scale(1.2, 1.2) rotateZ(0.001deg) translate(2%, 2%) skewX(0deg);
}
#hero video {
	width: 100%;
	height: 100%;
}

#hero .cycle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #FFC50F;
}
#hero .cycle-slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#hero .title {
	font-size: 10px;
	/*font-size: 15em;
	line-height: 0.8em;*/
	margin-bottom: 0;
	position: absolute;
	z-index: 1;
}
#hero .title span {
	display: inline-block;
}
#hero .title span.start,
#hero .title span.end {
	font-family: 'League Gothic', arial, sans-serif;
	/*font-size: 8.6em;*/
	font-size: 86px;
	text-transform: uppercase;
	line-height: 1em;
}
#hero .title span.middle {
	font-family: 'Homestead Display', serif;
	/*font-size: 15em;*/
	font-size: 150px;
	line-height: 0.8em;
}
#hero .title span.middle--image img {
	max-width: 877px;
	position: relative;
}

#hero .title,
#hero .title.black {
	color: #000;
	text-shadow: 3px 3px 45px #fff;
}
#hero .title.white {
	color: #fff;
	text-shadow: 3px 3px 45px #000;
}

#hero .title,
#hero .title.top {
	top: 7.1875%; /* 115px/1600px */
}
#hero .title,
#hero .title.left {
	left: 135px;
}
#hero .title.right {
	left: auto;
	right: 135px;
}
#hero .title.bottom {
	top: auto;
	bottom: 6.5625%; /* 105px/1600px */
}

.hero__badge {
	height: 0;
	width: 23.875%;
	max-width: 382px;
	margin: 0;
	padding-bottom: 18.25%;
	position: absolute;
	bottom: 14.625%;
	right: 0;
}
.hero__badge img {
	width: 100%;
	height: auto;
}

p.book-now {
	width: 88px;
	height: 266px;
	margin: 0;
	position: fixed;
	top: 175px;
	left: 0;
	z-index: 10;
	background: url(../images/cta-hero-bg.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
p.book-now a {
	font-family: 'League Gothic', arial, sans-serif;
	font-size: 60px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #01113F;
	display: inline-block;
	width: 266px;
	height: 88px;
	position: absolute;
	top: 88px;
	left: -88px;
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
p.book-now a:hover {
	color: #0068B3;
}

.m-webcam-btn {
	display: inline-block;
	padding-top: 50px;
	background: url(../images/webcam.png) no-repeat right top;
	font-family: 'League Gothic', arial, sans-serif;
	font-size: 3.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffc20e;
}
#hero .m-webcam-btn {
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: 1;
}
/* end Hero */

header.title {
	height: 114px;
	padding: 0 50px;
	position: relative;
	background: #e0e0e0;
}
header.title h1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 114px;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
}

.SpecialOffersPage header.title {
	height: auto;
	text-align: center;
}
.SpecialOffersPage header.title h1 {
	text-overflow: clip;
	white-space: normal;
	line-height: 100px;
	padding-top: 7px;
	padding-bottom: 7px;
}

article section {
	padding: 42px 11.6875% 70px;
}
article section.white {
	background: #fff;
}
article section.grey {
	background: #efefef;
}
article section.blue {
	color: #fff;
	background: #011140 url(../images/section-blue-bg.jpg) center top;
	background-size: cover;
}
article section.yellow {
	color: #051b53;
	background: #FFC50F url(../images/section-yellow-bg.jpg) center top;
	background-size: cover;
}
article section.no-padding {
	padding: 0;
}
article section.top-padding {
 padding-top: 62px;
}
article section.extra-padding {
	padding-left: 28%;
	padding-right: 28%;
}
article section.less-padding {
	padding-left: 7.6875%;
	padding-right: 7.6875%;
}

article section.columns {
	overflow: hidden;
	position: relative;
}
article section.columns:before {
	content: "";
	width: 44%;
	height: 5000px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

article section.columns .content {
	padding: 42px 6% 70px;
}

article section.columns .col-1 {
	width: 44%;
	float: left;
	position: relative;
}
article section.columns .col-1 {
	color: #000;
}
article section.columns .col-2 {
	/*text-align: center;*/
	width: 56%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
article section.columns .col-2.home p {
	font-size: 2.5em;
}
article section.columns .col-2.form {
	position: relative;
	float: left;
}
article section.columns .col-1 > img {
	width: 100%;
	height: auto;
}

ul.image-grid {
	background: #000;
}
ul.image-grid li {
	width: 33.3333%;
 	height: 0;
 	padding-bottom: 33.3333%;
	float: left;
	position: relative;
}
ul.image-grid li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

ul.badges {
	margin-bottom: 80px;
	text-align: center;
}
ul.badges li {
	font-size: 1em;
	display: inline-block;
	width: 26.7045%;
	margin: 0 4%;
	/*padding-bottom: 24.4318%;*/
	padding-bottom: -moz-calc(26.7045% - 16px);
	padding-bottom: -webkit-calc(26.7045% - 16px);
	padding-bottom: calc(26.7045% - 16px);
	/*float: left;*/
}
ul.badges.four li {
	font-size: 0.8em;
	width: 23.1884%; /* 192px */
	margin: 0 1.207729%;
	padding-bottom: -moz-calc(23.1884% - 16px);
	padding-bottom: -webkit-calc(23.1884% - 16px);
	padding-bottom: calc(23.1884% - 16px);
}
ul.badges li.first {
	margin-left: 0;
}
ul.badges li.last {
	margin-right: 0;
}
ul.badges li.first.last {
	margin: 0;
}
ul.badges li div.text-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
ul.badges li a {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 7em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 3px 3px 16px rgba(0, 0, 0, 1);
	color: #ffc20e;
	display: table;
	width: 100%;
	height: 100%;
	-moz-transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
ul.badges li a:hover {
	color: #fff;
}
ul.badges li a span {
	vertical-align: middle;
	line-height: 70px;
	line-height: 1em;
	display: table-cell;
}

ul.badges li a.no-link:hover  {
	cursor: default;
	color: #ffc20e;
}

.badge {
	height: 0;
	position: relative;
	border: 8px solid #ffc20e;
	border-radius: 100%;
	/*background: #131313;*/
	background: #FFC20E;
	overflow: hidden;
}
.badge img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.photo-video-absolute, .photos-absolute {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 380px;
}
#photo-video-tab, #photos-tab {
    margin-left: 14%;
    margin-right: 14%;
}
.photo-video-absolute:before, .photos-absolute:before {
    background: url("../images/goPro.png");
    /*width: 350px;*/
    width: 11.6875%;
    height: 410px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    /*bottom: 0;*/
    background-size: contain;
    background-repeat: no-repeat;
}
.photo-video-absolute:after, .photos-absolute:after {
    background: url("../images/usb.png?v2");
    /*width: 389px;*/
    width: 11.6875%;
    /*top: -70px;*/
    height: 514px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    /*bottom: 0;*/
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1650px) {

	.photo-video-absolute:before, .photos-absolute:before,
    .photo-video-absolute:after, .photos-absolute:after {
    	width: 10%;
    }

}
@media screen and (max-width: 1300px) {

	.photo-video-absolute {
		display: none;
	}

}
/*
@media screen and (max-width: 1660px){
    .photo-video-absolute:before, .photos-absolute:before {
        width: 250px;
    }
    .photo-video-absolute:after, .photos-absolute:after {
        width: 262px;
        top: -16px;
    }
}
@media screen and (max-width: 1300px){
    .photo-video-absolute:before, .photos-absolute:before {
        width: 207px;
        top: 10px;
    }
    .photo-video-absolute:after,  .photos-absolute:after {
        width: 213px;
        top: -4px;
    }
}
@media screen and (max-width: 1135px){
    .photo-video-absolute:before, .photos-absolute:before {
        width: 201px;
        top: -22px;
    }
    .photo-video-absolute:after, .photos-absolute:after {
        width: 227px;
        top: -38px;
    }
}*/

/*
div.feed div.feed-post img {
	margin-right: 5px;
	float: left;
}
*/

section.media {
	position: relative;
}

div.page-media {
	width: 80%;
	height: 0;
	/*padding-bottom: 56.25%;*/
	margin: 12px 0;
	padding-bottom: 45%;
	float: left;
	position: relative;
	z-index: 1;
	background: #000;
}
div.page-media div.media {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
div.media img {
	width: 100%;
	height: auto;
}

div.media-thumbs-wrap {
	width: 20%;
	height: 100%;
	padding: 12px 0 12px 12px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
div.media-thumbs {
	height: 100%;
	overflow: hidden;
}
.video-embed {
    position: relative;
    width: 100%;

}
div.media-thumbs div.cycle-carousel-wrap {
	width: 100%;
	height: 100%;
}
div.media-thumbs div.media-thumb {
	margin-bottom: 12px;
	/*background: #000;*/
	position: relative !important;
	z-index: 1;
}
div.video-thumb {
 cursor: pointer;
}
div.video-thumb:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/videoPlayThumb.png") rgba(0,0,0,0.7) no-repeat center;

}
div.media-thumbs div.media-thumb img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
div.media-thumbs div.cycle-slide-active img {
	opacity: 0.7;
}

div.media-thumbs ul.cycle-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
div.media-thumbs ul.cycle-nav li {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 500;
}
div.media-thumbs ul.cycle-nav li a {
	text-indent: -9999px;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
div.media-thumbs ul.cycle-nav li a:before {
	content: "";
	width: 0;
	height: 0;
	margin-left: -52px;
	position: absolute;
	left: 50%;
	border-left: 52px inset rgba(255, 255, 255, 0); 
	border-right: 52px inset rgba(255, 255, 255, 0);
}
div.media-thumbs li.cycle-prev {
	top: 0;
}
div.media-thumbs li.cycle-next {
	bottom: 0;
}
div.media-thumbs li.cycle-prev a:before {
	top: 12px;
	border-bottom: 40px solid #fff;
	-moz-transition: top 0.3s, border-right-color 0.3s ease;
	-webkit-transition: top 0.3s, border-right-color 0.3s ease;
	transition: top 0.3s, border-right-color 0.3s ease;
}
div.media-thumbs li.cycle-next a:before {
	bottom: 12px;
	border-top: 40px solid #fff;
	-moz-transition: bottom 0.3s, border-left-color 0.3s ease;
	-webkit-transition: bottom 0.3s, border-left-color 0.3s ease;
	transition: bottom 0.3s, border-left-color 0.3s ease;
}
div.media-thumbs li.cycle-prev a:hover:before {
	top: 6px;
	border-bottom-color: #FFC50F;
}
div.media-thumbs li.cycle-next a:hover:before {
	bottom: 6px;
	border-top-color: #FFC50F;
}

.has-video div.media-thumbs {
	width: 80%;
	float: left;
}
.has-video div.media-thumbs div.media-thumb {
	width: -moz-calc(25% + 3px); /* 12px / 4 */
	width: -webkit-calc(25% + 3px); /* 12px / 4 */
	width: calc(25% + 3px); /* 12px / 4 */
}
.has-video div.media-thumbs div.media-thumb img {
	position: relative;
}

.has-video div.video {
	width: 20%;
	float: right;
}

section.video {
	padding-top: 27%;
	padding-left: 23.25%;
	padding-right: 23.25%;
	background: url(../images/section-video-bg.jpg) center top;
	background-size: cover;
}
section.video #video {
	width: 100%;
	padding-bottom: 52.8735%;
	position: relative;
	background: #000;
	border: 10px solid #000;
}
section.video #video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.woa {
	text-align: center;
}

section ul.enlarger li {
	/*font-size: 1em;*/
	width: 33.3333%;
	height: 440px;
	/*padding-bottom: 35.889%;*/
	float: left;
	position: relative;
}
section ul.enlarger li a {
	font-family: 'League Gothic', Arial, sans-serif;
	/*font-size: 10em;*/
	font-size: 100px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 192px;
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 192px;
	position: absolute;
	bottom: 0;
	left: 0;
	-moz-transition: font-size 0.3s, line-height 0.3s ease;
	-webkit-transition: font-size 0.3s, line-height 0.3s ease;
	transition: font-size 0.3s, line-height 0.3s ease;
}
section ul.enlarger li a:hover {
	/*font-size: 17em;*/
	font-size: 170px;
	line-height: 146px;
}
section ul.enlarger li.first a:hover,
section ul.enlarger li.last a:hover {
	/*font-size: 15em;*/
	font-size: 150px;
	line-height: 192px;
}
section ul.enlarger li a span {
	display: inline-block;
}
section ul.enlarger li a span.badge {
	width: 204px;
	margin-left: -102px;
	padding-bottom: 188px;
	position: absolute;
	top: -244px;
	left: 50%;
	opacity: 0.5;
	/*visibility: hidden;*/
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
section ul.enlarger li a:hover span.badge {
	opacity: 1;
	/*visibility: visible;*/
}
section ul.enlarger li a span.sub {
	font-family: 'Hero Regular', Arial, sans-serif;
	font-size: 0.217em;
	text-transform: none;
	line-height: 1em;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

section div.price-text {
	font-family: "League Gothic",Arial,sans-serif;
    font-size: 26em;
	text-transform: uppercase;
    line-height: 1em;
    color: #fff;
    margin: 0;
}
section div.price-text .description{
	display: inline-block;
   float: left;
}
section div.price-text .from {
	font-size: 0.5em;
	line-height: 0.8em;
	margin: 0.38em -0.3em 0 -0.3em;
	color: #b6b6b6;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
section div.price-text .price {
    line-height: 0.85em;
    margin-top: -0.18em;
}
section div.price-text .currency {
	font-size: 0.5em;
	vertical-align: super;
}
section div.price-text .description {
	font-size: 0.17em;
	line-height: 1em;
	color: #FFC50F;
}
section div.price-text .description.large {
	font-size: 0.4857em;
	line-height: 0.8em;
}
section div.price-text .line-two {
	font-size: 0.14em;
	line-height: 1em;
	margin-top: -0.3em;
	padding-left: 1.4em;
	clear: both;
}
section div.price-small {
	font-size: 0.3em;
	line-height: 0.9em;
	padding-bottom: 20px;
	padding-top: 10px;
}
section div.price-extra-small {
	font-size: 0.2em;
	line-height: 1.1em;
	margin: 12px;
}
section div.price-extra-small .price-small {
	font-size: 0.8em;
	margin-right:6px;
}
.strike-through {
	text-decoration: line-through;
	text-decoration-color: #FFC20E;
}
.strike-through .currency {
	text-decoration: none;
	text-decoration-line: none;
}
.small-special-title-text {
	font-size: 0.3em;
	line-height: 0.4em;
	position: relative;
	bottom: -5px;
	color: #FFC20E;
}
.med-special-title-text {
	font-size: 0.35em;
	line-height: 0.5em;
	position: relative;
	bottom: -2px;
	color: #FFC20E;
}
.small-description-text {
	font-size: 0.3em;
	line-height: 0.4em;
	position: relative;
	top: -3px;
}
.med-description-text {
	text-align: center;
	font-size: 0.4em;
	line-height: 0.5em;
	position: relative;
}

/* HomePage */
#home-top {
	/*padding-bottom: 220px;*/
	padding-bottom: 13.75%;
	position: relative;
	background: #fff;
}

.HomePage #hero {
	padding-bottom: 56.25%;
    /*padding-bottom: 50%;*/
}

header#main-header {
	width: 58.75%;
	padding-bottom: 34%;
	margin-left: -29.375%;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	background: url(../images/home-header-bg.png) no-repeat center;
	background-size: cover;
}
header#main-header .logo {
	width: 68.9361%;
	margin: 0 0 0 -34.468%;
	position: absolute;
	left: 50%;
	bottom: 22.2052%;
}
header#main-header .logo img {
	width: 100%;
	height: auto;
}

.HomePage section.updates {
	padding-left: 3.75%;
	/*padding-right: 3.75%;*/
	padding-right: 33.125%;
	background: #fff url(../images/section-updates-bg.jpg) no-repeat right bottom;
	background-size: cover;
}

#facebook-feed {
	position: relative;
	/*width: 68.2432%;*/
	width: 100%;
	height: 0;
	/*padding-bottom: 47.4324%;*/
	padding-bottom: 69.6039%;
	background: #000;
	border: 4px solid #FFC50F;
}
#facebook-feed div.feed {
	width: 100%;
	height: 100%;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
#facebook-feed div.feed-post {
	margin-bottom: 15px;
	border-bottom: 1px solid #141414;
}
#facebook-feed div.feed-post.last {
	border-bottom: none;
}
#facebook-feed div.feed-post .post-media {
	margin-bottom: 15px
}
#facebook-feed div.feed-post .post-media iframe,
#facebook-feed div.feed-post .post-media video {
	max-width: 100%;
}
#facebook-feed div.feed-post p {
	/*font-size: 1.5em;*/
	font-size: 15px;
}
#facebook-feed div.feed-post p img {
	margin: 0 15px 15px 0;
}

.HomePage section ul.badges {
	margin: 70px 0;
}
/* end HomePage */

/* ActivityPage */
.ActivityPage ul.product {
	margin-bottom: 70px;
}
.ActivityPage ul.product > li {
	font-size: 1em;
	width: 33.3333%;
	float: left;
}

.ActivityPage ul.product li.includes {
	text-align: left;
}
.ActivityPage ul.product li.includes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ActivityPage ul.product li.includes ul li:before {
	content: "›";
	display: inline-block;
	margin-right: 10px;
}

.ActivityPage ul.product li.image img {
	max-width: 100%;
	height: auto;
}

ul.badges.tabs li {
	opacity: 0.5;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
ul.badges.tabs li:hover,
ul.badges.tabs li.active {
	opacity: 1;
}

div.tab {
	display: none;
}
div.tab.active {
	display: block;
}
/* end ActivityPage */

/* trip Advisor override styles */
.tripAdvisor {
    /*background-color: #F7F7F7;*/
    /*padding: 42px 0 70px;*/
    padding-left: 0;
    padding-right:0;
    padding-bottom: 0;
	padding-top: 0;

}

.tripAdvisor #CDSWIDSSP .widSSPData {
    background-color: #EFEFEF;
    /*border: 1px solid #F7F7F7;*/
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;

}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPBranding dt {
    margin: 6px auto 6px;
}
.tripAdvisor #CDSWIDSSP {
    width: 100% !important;
    text-align: center;
}
.tripAdvisor  #CDSWIDSSP div {
    /*padding: 0 11.6875%;*/
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPBranding {
    padding-top: 7px;
    border-bottom: none;
    background-color: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 12px;
}
.tripAdvisor #CDSWIDSSP .widSSPSummary {
    background-color: #FFFFFF;
}
#CDSWIDSSP .widSSPData .widSSPTrvlRtng {
    background-color: #FFFFFF;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPH18 {
    font-family: 'Homestead Display', serif;
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #01113F;
    text-decoration: none;
    font-weight: normal;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPH18:hover{
    color: #FFC20E;

}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPSummary a, .tripAdvisor #CDSWIDSSP .widSSPData .widSSPSummary a:hover {
    text-decoration: none;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPReviews .widSSPH11{
    font-family: 'League Gothic', arial, sans-serif;
    color: #01113F;
    font-size: 3.5em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    padding-top: 22px;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPInformation, .tripAdvisor #CDSWIDSSP .widSSPData .widSSPReviews {
    border: none;

}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPTrvlRtng {
    border-bottom: none;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {

    font-family: 'Hero Regular', Arial, sans-serif;
    font-size: 2em;
    line-height: 1.2em;
    padding: 0 11px;

}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li a,
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li a:hover{
    font-family: 'Hero Regular', Arial, sans-serif;
    color: #FFC20E;
    font-size: 16px;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll {
    margin: 0 auto 11px auto;
    display: inline-block;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll .widSSPReadReview {
    display: none;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll .widSSPWriteReview {
	display: none;
    padding-left: 0;
    border: none;
    margin-top: 36px;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:link, .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:visited {
    /*font-family: 'Hero Regular', Arial, sans-serif;*/
    /*color: #FFC20E;*/
    /*font-size: 16px;*/
    font-size: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 89px;
    color: #01113f;
    display: inline-block;
    height: 89px;
    margin: 0 27px;
    padding: 0 27px;
    position: relative;
    font-family: 'League Gothic', arial, sans-serif;
    background: url(../images/cta-bg.png) repeat-x center;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:hover {
    color: #0068b3;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:link:before, .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:visited:before {
    left: -27px;
    background: url(../images/cta-before-bg.png) no-repeat center;
    content: "";
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
}

.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:link:after, .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:visited:after {
    right: -27px;
    background: url(../images/cta-after-bg.png) no-repeat center;
    content: "";
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll .widSSPReadReview {
  display: none;
}
@media screen and (max-width: 1250px) {
    .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:link, .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:visited {
        font-size: 30px;
        height: 69px;
        line-height: 69px;
        margin: 0 23px;
        padding: 0 23px;
    }
}
@media screen and (max-width: 1100px) {
    .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:link, .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:visited {
        font-size: 20px;
        height: 59px;
        line-height: 59px;
        margin: 0 20px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1100px) {
    .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:link, .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:visited {
        font-size: 20px;
        height: 59px;
        line-height: 59px;
        margin: 0 20px;
        padding: 0 20px;
    }

}
@media screen and (max-width: 500px) {
    .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:link, .tripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:visited {
        font-size: 18px;
        height: 49px;
        line-height: 49px;
        margin: 0 15px;
        padding: 0 8px;
    }
}
.tripAdvisor #CDSWIDSSP .widSSPData .widSSPLegal {
    display: none;
}
/* end trip advisor */

/* ComboHolder */
.combos .combo,
.combos .combo-full {
	font-size: 1em;
}

.combo-full {
	position: relative;
}
.combo-full p.close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.combo-full p.close a {
	text-decoration: none;
}

.combos .combo {
	margin-bottom: 5px;
	background: url(../images/section-blue-bg.jpg) no-repeat;
	background-size: cover;
}
.combos .combo.active {
	margin-bottom: 0;
}

.combo .combo-image,
.combo .combo-content {
	float: left;
}
.combo .combo-image {
	width: 30.875%;
	height: 0;
	padding-bottom: 26.5625%;
	position: relative;
	background: #000;
    overflow: hidden;
}
.combo .combo-content {
	width: 69.125%;
	padding: 3%;
}

.combo-image img {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}
.combo-image .saveRibbon {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #eb2c00;
    position: absolute;
    height: 40px;
    z-index: 1;
    top: 54px;
    left: -65px;
    width: 269px;

}

.combo-image .saveRibbon p {
    text-align: center;
    font-size: 26px;
    font-family: "League Gothic",Arial,sans-serif;
    text-transform: uppercase;
    margin: 6px 0 0 0;
    padding: 0;
    color: white;
    line-height: 28px;
}

.combo-content .combo-text {
	width: 65%;
	float: left;
}
.combo-content .combo-text div.price-text {
	font-size: 17em;
}
.combo-content .combo-text  h2 {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 7em;
	color: #FFC50F;
	margin-bottom: 0.25em;
}
.combo-content .combo-text p {
	font-size: 2.5em;
	color: #fff;
	margin-bottom: 0;
}

.combo-content .combo-buttons {
	width: 30%;
	float: left;
	margin-left: 5%;
}
.combo-content .combo-buttons li {
	margin-bottom: 1em;
}
.combo-content .combo-buttons .cta a {
	display: block;
}

.combo-full dl {
	margin: 0;
}
.combo-full dt {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 89px;
	color: #fff;
	height: 89px;
	padding: 0 4.95426%;
	background: url(../images/section-blue-bg.jpg);
	cursor: pointer;
}
.combo-full dd {
	margin: 0;
	padding: 60px 4.95426%;
	background: #E0E0E0;
}
/* end ComboHolder */

/* TimelinePage */
/*
#timeline {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.TimelinePage .vco-timeline {
	background: none;
}

.TimelinePage .vco-message-full {
	display: none;
}

.TimelinePage .vco-timenav {
	background: #fff;
	border-top: 3px solid #FFC50F;
}

.TimelinePage .vco-timeaxis-background {
	background: #f4f4f4;
}

.TimelinePage .vco-timemarker.vco-timemarker-active .vco-timemarker-line-left, 
.TimelinePage .vco-timemarker.vco-timemarker-active .vco-timemarker-line-right,
.TimelinePage .vco-timemarker.vco-timemarker-active:hover .vco-timemarker-line-left, 
.TimelinePage .vco-timemarker.vco-timemarker-active:hover .vco-timemarker-line-right {
	border-color: #FFC50F;
}

.TimelinePage .vco-menubar-button:hover,
.TimelinePage .vco-timemarker.vco-timemarker-active .vco-timemarker-content-container,
.TimelinePage .vco-timemarker.vco-timemarker-active .vco-timemarker-line-left:after, 
.TimelinePage .vco-timemarker.vco-timemarker-active .vco-timemarker-line-right:after,
.TimelinePage .vco-timemarker.vco-timemarker-active:hover .vco-timemarker-line-left:after, 
.TimelinePage .vco-timemarker.vco-timemarker-active:hover .vco-timemarker-line-right:after,
.TimelinePage .vco-timemarker.vco-timemarker-with-end.vco-timemarker-active .vco-timemarker-line-left:after, 
.TimelinePage .vco-timemarker.vco-timemarker-with-end.vco-timemarker-active .vco-timemarker-line-right:after {
	background: #FFC50F !important;
}

.TimelinePage .vco-timemarker.vco-timemarker-active .vco-timemarker-content-container .vco-timemarker-content .vco-timemarker-text h2.vco-headline.vco-headline-fadeout:after,
.TimelinePage .vco-timemarker.vco-timemarker-active:hover .vco-timemarker-content-container .vco-timemarker-content .vco-timemarker-text h2.vco-headline.vco-headline-fadeout:after {
	background: linear-gradient(to bottom, rgba(255, 197, 15, 0) 0px, #FFC50F 80%) repeat scroll 0% 0% transparent;
}

.TimelinePage .vco-timemarker .vco-timemarker-content-container .vco-timemarker-content .vco-timemarker-text h2.vco-headline {
	font-family: 'Hero Regular', Arial, sans-serif;
	font-size: 13px;
}
.TimelinePage .vco-timemarker.vco-timemarker-active .vco-timemarker-content-container .vco-timemarker-content .vco-timemarker-text h2.vco-headline {
	color: #051b53;
}

.TimelinePage .vco-timemarker.vco-timemarker-with-end.vco-timemarker-active .vco-timemarker-timespan:after,
.TimelinePage .vco-timemarker.vco-timemarker-with-end.vco-timemarker-active:hover .vco-timemarker-timespan:after {
	background-color: rgba(255, 197, 15, 0.5);
}

.TimelinePage .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon, 
.TimelinePage .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon, 
.TimelinePage .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title, 
.TimelinePage .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title, 
.TimelinePage .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description, 
.TimelinePage .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description {
	text-shadow: none;
	color: #fff;
}

.TimelinePage .vco-text h2.vco-headline-title {
	display: none;
}
.TimelinePage .vco-text .vco-headline-date,
.TimelinePage .vco-text p {
	color: #000;
}
*/
/* end TimelinePage */

/* GalleryPage */
.GalleryPage header.title h1 {
	padding-right: 380px;
}

#categories {
	width: 330px;
	height: 55px;
	padding-bottom: 5px;
	position: absolute;
	top: 32px;
	right: 50px;
}

#categories p {
	font-size: 1em;
	margin: 0;
}
#categories p a {
	font-family: 'League Gothic', Arial, sans-serif;
	/*font-size: 2.7em;*/
	font-size: 27px;
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
	color: #8e8e8e;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 60px 0 92px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
#categories p a:hover,
#categories.open p a {
	color: #000;
}
#categories p a:before,
#categories p a:after {
	position: absolute;
}
#categories p a:before {
	font-family: 'AjHackett-icons';
	text-align: center;
	color: #ffc20e;
	width: 75px;
	height: 100%;
	top: 0;
	left: 0;
	background: #011347;
}
#categories p a:after {
	content: "";
	width: 0;
	height: 0;
	margin-top: -7.5px;
	right: 15px;
	top: 50%;
	border-left: 15px inset rgba(255, 255, 255, 0);
	border-right: 15px inset rgba(255, 255, 255, 0);
	border-top: 15px solid #8e8e8e;
	-moz-transition: border-top-color 0.5s ease;
	-webkit-transition: border-top-color 0.5s ease;
	transition: border-top-color 0.5s ease;
}
#categories p a:hover:after,
#categories.open p a:after {
	border-top-color: #000;
}

/*
#categories.open p a:after {
	transform: rotate(-180deg);
}
*/

#categories ul {
	visibility: hidden;
	width: 100%;
	padding: 25px 30px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	background: rgba(255, 194, 14, 0.93);
	opacity: 0;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#categories.open ul {
	visibility: visible;
	opacity: 1;
}
#categories ul li {
	font-size: 1em;
	margin-bottom: 10px;
}
#categories ul li.last {
	margin-bottom: 0;
}
#categories ul li a {
	/*font-size: 1.7em;*/
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #011347;
	display: block;
	max-width: 100%;
	overflow: hidden;
}
#categories ul li a:hover,
#categories ul li a.current {
	color: #fff;
}

ul.gallery, div.gallery {
	background: #000;
}
ul.gallery li {
	font-size: 1em;
	float: left;
	position: relative;
}

ul.gallery li a.gallery-link, div.gallery > div a.gallery-link {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

ul.gallery li img, div.gallery > div img {
	width: 100%;
	height: auto;
}

.gallery-title {
	font-size: 1.8em;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	height: 40px;
	padding: 0 25px;
	background: rgba(1, 14, 52, 0.58);
	overflow: hidden;
}

/* Image Gallery */
ul.gallery.image li {
	width: 14.2857%;
	height: 0;
	padding-bottom: 14.2857%;
}

/* Video Gallery */
ul.gallery.video li {
	width: 33.3333%;
	height: 0;
	padding-bottom: 24.908%;
}

/* Poster Gallery */
ul.gallery.poster li {
	width: 25%;
	height: 0;
	padding-bottom: 35%;
}

/* BlogPost Gallery */
div.gallery.blogpost {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
div.gallery.blogpost > div {
	position:relative;
	font-size: 1em;
	width: 33.3333%;
	height: 0;
	padding-bottom: 24.908%;
	overflow:hidden;
}

ul.gallery.video li a.gallery-link:before,
ul.gallery.video li a.gallery-link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
}
div.gallery.video a.gallery-link:before {
	width: 115px;
	height: 115px;
	margin: -57.5px -57.5px 0 0;
	background: rgba(255, 255, 255, 0.15);
	border: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}
ul.gallery.video li a.gallery-link:after {
	width: 0;
	height: 0;
	margin: -9px -33px 0 0;
	border-left: 33px inset rgba(255, 255, 255, 0);
	border-right: 33px inset rgba(255, 255, 255, 0);
	border-top: 36px solid #fff;
	-moz-transition: border-top-color 0.3s ease;
	-webkit-transition: border-top-color 0.3s ease;
	transition: border-top-color 0.3s ease;
}
ul.gallery.video li a.gallery-link:hover:after {
	border-top-color: #FFC50F;
}

ul.gallery.video li span.gallery-title {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

ul.gallery.video li div.share {
	position: absolute;
	top: 0;
	right: 0;
}

div.gallery.blogpost a.gallery-link:hover:after {
	border-top-color: #FFC50F;
}

div.gallery.blogpost span.gallery-title {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

div.gallery.blogpost div.gallery-body {
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(1, 14, 52, 0.58);
	color:white;
	padding-left:25px;
	padding-right:25px;
}

div.gallery.blogpost div.gallery-body > p {
	font-size:1em;
}

div.gallery.blogpost div.share {
	position: absolute;
	top: 0;
	right: 0;
}
/* end GalleryPage */

/* BioPage */
.BioPage article section {
	padding-left: 6%;
	padding-right: 6%;
}

article section.bio {
	padding-left: 0;
	padding-right: 0;
}

section.bio .content {
	padding-left: 6%;
	padding-right: 35.875%;
}

section.bio .cta-block {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	background: #FFC50F;
}
section.bio .cta-block img.books {
	width: 35.875%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 40px;
}
section.bio .cta-block p {
	font-size: 4em;
}

section.bio p.buy-now {
	margin-bottom: 0;
}
section.bio p.buy-now a {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 89px;
	color: #FFC50F;
	display: inline-block;
	width: 411px;
	height: 89px;
	background: url(../images/buy-now-bg.png) no-repeat center;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
section.bio p.buy-now a:hover {
	color: #fff;
}
/* end BioPage */

/* SafetyPage */
.SafetyPage article section.video {
	background-image: url(../images/section-video-safety-bg.jpg);
}

.SafetyPage article section.safety {
	padding-left: 6%;
	padding-right: 6%;
}

ul.safety li {
	font-size: 1em;
	/*width: 33.3333%;*/
	width: 26.9886%;
	margin-bottom: 60px;
	float: left;
}
ul.safety li.col-1 {
	margin-right: 6.3447%;
}
ul.safety li.col-2 {
	margin: 0 3.17235% 60px;
}
ul.safety li.col-3 {
	margin-left: 6.3447%;
}

ul.safety li img {
	width: 100%;
	height: auto;
}

ul.safety li p {
	margin: 0;
}
ul.safety li p span {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 1.833em;
	text-transform: uppercase;
	line-height: 1em;
	color: #011140;
	display: inline-block;
	width: 100%;
}
/* end SafetyPage */

/* StoryPage */
.watchStoryLink {
	display: inline-block;
	padding-top: 50px;
	background: url(../images/play.png) no-repeat left top;
	position: absolute;
	bottom: 20px;
	right: 50px;
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 3.2em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000 !important;
}
/*.watchStoryLink h2:before {*/
    /*position: absolute;*/
    /*top: -8px;*/
    /*left: -56px;*/
    /*z-index: 1;*/
    /*content: "";*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: url("../images/videoPlayThumb.png") no-repeat;*/
    /*background-size: contain;*/
/*}*/
.watchStoryLink h2 span:hover {
    /*position: absolute;*/
    color: #ffc50f;
}

article section.story,
.StoryPage section.white {
	color: #000;
	/*background: url(../images/section-story-bg.jpg);*/
}

.storyGallery {
    color: #655130;
    /*background: url(../images/section-story-bg.jpg);*/
    position: relative;
}
.typography p > img {
    max-width: 100%;
    height: auto;
}
/* end StoryPage */

/* employment Page */

.userForm {
    margin: 0 auto;
    max-width: 860px;

}
.userForm .Actions {
    float: right;
}

/* end employment page */



/* GiftVouchersPage */

/* end GiftVouchersPage */

/* SundayArvosPage */
.boxes {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.boxes .box {
	font-size: 1em;
	width: 25%;
	height: 0;
	padding-bottom: 25%;
	float: left;
	position: relative;
}
.boxes .box.title {
	background: url(../images/section-yellow-bg.jpg);
}

.box .box-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.box-content img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.box-content .box-text {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	z-index: 1;
}

.box-content .box-text h3,
.box-content .box-text p {
	font-size: 6em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
	display: table-cell;
	vertical-align: middle;
}

.box-content .box-text h3 {
	font-family: 'Homestead Display', serif;
	color: #01113F;
}

.box-content .box-text p {
	font-family: 'League Gothic', Arial, sans-serif;
	color: #fff;
	background: rgba(1, 22, 83, 0.6);
	-moz-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	padding: 20px;
}
.box-content .box-text p span {
	color: #FFC50F;
}
.box-content .box-text p:hover {
	background: none;
}

ul.prices li {
	font-size: 1em;
	margin-bottom: 70px;
}
/* end SundayArvosPage */

/* ContactPage */
.ContactPage header.title h1 {
	float: left;
}
.ContactPage header.title p {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 5em;
	text-transform: uppercase;
	color: #011347;
	margin: 30px 0 0;
	float: right;
}

.ContactPage table {
	width: 100%;
}
.ContactPage tr th,
.ContactPage tr td {
	width: 50%;
}

section#map {
	height: 0;
	padding: 0 0 30.625% 0;
	position: relative;
}
section#map div.map {
	position: absolute;
	width: 100%;
	height: 100%;
}

#Form_ContactForm div.field.text label,
#Form_ContactForm div.field.textarea label,
#Form_ContactForm div.field.checkbox label {
	color: #fff;
}

#Form_ContactForm input.text,
#Form_ContactForm textarea,
#Form_ContactForm .chosen-single,
#Form_ContactForm div.icheckbox,
#Form_ContactForm div.iradio {
	color: #fff;
	background: rgba(255, 255, 255, 0.25);
}

#Form_ContactForm input.text,
#Form_ContactForm textarea,
#Form_ContactForm .chosen-single {
	border-color: transparent;
}

#Form_ContactForm .chosen-single span:before {
	border-top-color: #fff;
}

#Form_ContactForm div.icheckbox,
#Form_ContactForm div.iradio {
	border-color: rgba(255, 255, 255, 0.25);
}

#Form_ContactForm .chosen-single span:after {
	border-top-color: #fff;
}

#Form_ContactForm .Actions {
	text-align: right
}
#Form_ContactForm input.action:hover {
	color: #fff;
}

#Form_ContactForm #Message {
	margin: 42px 0 38px;
}
/* end ContactPage */


/* FAQ Page */
.FAQAccordion {

    width: 100%;
}

.FAQAccordion .AccodTitle {
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-left: 46px;

}

.FAQAccordion .AccodTitle:before {
    content: "";
    background: url("../images/ExpanderArrow.png") no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 13px;
    left: -3px;
}
.FAQAccordion .AccodTitle-open:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.FAQAccordion .AccodTitle-closed:before {


    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.FAQAccordion .AccodTitle:hover {
    color: #ffc50f;
}
.FAQAccordion .AccodContent {
    overflow: hidden;
    width: 100%;
    padding-left: 46px;
    /*margin-bottom: 0;*/
    /*padding-bottom: 0;*/
}
.FAQAccordion .hide {
    /*display: none;*/
}
.FAQAccordion .show {
    /*display: inline-block;*/
}

/* end FAQ Page */

/* Media Page */

.Resources {
    border: 1px solid #cccccc;
    padding: 20px;
}
.Resources .form {
    text-align: left;
}
.Resources ul li {
    list-style: none;
    margin: 20px 0;
}
/* Login */
#MemberLoginForm_LoginForm {
	width: 50%;
}

#MemberLoginForm_LoginForm input.action {
	margin-bottom: 8px;
}
/* end Login */

/* Global Portal */
#container.GlobalPortal {
	padding-bottom: 0;
}

.GlobalPortal #nav-bar-2 {
	display: none;
}

.GlobalPortal #site-header {
	height:41px;
}

.GlobalPortal #home-top {
	padding-bottom: 6.125%;
}

.GlobalPortal header#main-header {
	padding-bottom: 0;
	background: none;
}

.GlobalPortal #hero .title {
	/*display: table;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.GlobalPortal #hero .title span.middle {
	height: 0.8em;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

section.locations {
	padding-top: 0;
	position: relative;
}

section.locations h2 {
	width: 100%;
	position: absolute;
	top: 120px;
	left: 0;
}

ul.locations {
	margin: 0 auto;
}

ul.locations li {
	font-size: 1em;
	width: 32%;
	margin: 0 1%;
	float: left;
}
ul.locations li.australia,
ul.locations li.china,
ul.locations li.russia {
	padding-top: 405px;
	padding-bottom: 75px;
}
ul.locations li.australia,
ul.locations li.russia {
	background: url(../images/bungy-cords-1.png) no-repeat center top;
}
ul.locations li.china {
	background: url(../images/bungy-cords-2.png) no-repeat center top;
}
ul.locations li.col-1 {
	margin-left: 0;
}
ul.locations li.col-3 {
	margin-right: 0;
}

ul.locations li a {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 6em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 66px;
	color: #01113F;
	display: block;
	height: 66px;
	margin-right: 40px;
	padding-left: 85px;
	position: relative;
	background: #FBC112;
}
ul.locations li a:before,
ul.locations li a:after {
	content: "";
	position: absolute;
	top: 0;
}
ul.locations li a:before {
	width: 85px;
	height: 100%;
	left: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}
ul.locations li a:after {
	right: -40px;
	border-top: 33px inset rgba(255, 255, 255, 0);
	border-left: 40px solid #FBC112;
	border-bottom: 33px inset rgba(255, 255, 255, 0);
}

ul.locations li.australia a:before {
	background-image: url(../images/flag-au.png);
}
ul.locations li.china a:before {
	background-image: url(../images/flag-cn.png);
}
ul.locations li.russia a:before {
	background-image: url(../images/flag-ru.png);
}
ul.locations li.france a:before {
	background-image: url(../images/flag-fr.png);
}
ul.locations li.germany a:before {
	background-image: url(../images/flag-de.png);
}
ul.locations li.singapore a:before {
	background-image: url(../images/flag-sg.png);
}
/* end Global Portal */

/* Review Page */

.ReviewHero {
    position: relative;
    text-align: center;
}
.ReviewHero.form {
    height: 692px;
}
.ReviewHero .cta {
    margin: 36px 0 48px 0;
}
.typography .ReviewHero h2 {
    font-size: 60px;
    line-height: 62px;
    font-family: "Hero Regular";
    text-transform: none;
    margin-top: 12px;
    margin-bottom: 12px;
}
.typography .ReviewHero h3 {
    font-size: 25px;
    line-height: 27px;
    font-family: "Hero Regular";
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;

}

.ReviewHero .lapTop {
    top: 216px;
    left: 50%;
    margin-left: -509px;
    position: absolute;
    width: 1018px;
    height: 613px;
    background: url("../images/Laptop_Review.png") no-repeat;
}
.ReviewContent {
    margin-top: 200px;
}
.ReviewContent form .chosen-container {
    text-align: left;
}
.ReviewContent form .fileattachment ul.file-attachment-field-previews.grid li {
    float: none;
    margin: 0 auto !important;
}
.typography .ReviewFormSuccess {
    margin-bottom: 56px;
    text-align: center;
}
.typography .ReviewForm .cta {
	text-align: center;
}
.typography .photoOffSet {
	margin-top: -40px;
}
.typography .ReviewFormSuccess p{
    /*margin: 0;*/
    /*font-size: 40px;*/
    /*line-height: 48px;*/
}
.focuspoint {
	position: relative; /*Any position but static should work*/
    height: 400px;

}
.focuspoint img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
}

.form input.boxedSubmit {
	/*border: 1px solid #011347;*/
	/*color: #011347;*/
	/*padding: 3px 20px;*/
	/*-moz-transition: all 0.3s ease;*/
	/*-webkit-transition: all 0.3s ease;*/
	/*transition: all top ease;*/
	float: right;
}
.form input.boxedSubmit:hover {
	/*color: #FBC112;*/
	/*border-color: #FBC112;*/
}


article .reviews {
    width: 100%;
    padding: 0;
    margin: 0;
}
.reviews .review {
    cursor: pointer;
    position: relative;
    float: left;
    width: 33.333%;
    overflow: hidden;
    height: 400px;
    border-bottom: 2px solid rgb(1, 17, 63);
}
.review .photoContainer {
    /*position: relative;*/
    /*overflow: hidden;*/

}
.review .photoContainer img {
    /*width: 100%;*/
	/*height: 400px;*/
}
.review .photoContainer .noPhoto {
    width: 100%;
    height: 400px;
	background-color: #ffffff;
}
.review .photoContainer .noPhoto img {

}
.review .photoContainer .name {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: rgba(1, 17, 63,0.8);
    color: #FFFFFF;
    padding: 12px 0 0 24px;
}
.review .photoContainer .name h4 {
    text-transform: uppercase;
    font-family: "Hero Regular";
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
.review .slide  .readmore{
	font-size: 0.8em;
	text-decoration: underline;
	padding-left: 3px;
	color: #000000;
	font-weight: bold;
}
.review .photoContainer .share {
    position: absolute;
    /*display: block;*/
    /*width: 82px;*/
    /*height: 82px;*/
    z-index: 3;
    top: 0;
    right: 0;
    /*background-image: url("../images/shareIcon.gif");*/
    /*background-color: rgb(251, 193, 18);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center 14px;*/
}
.review .photoContainer .share p{
    color: #000000;
    text-transform: uppercase;
    font-family: League Gothic;
    font-size: 25px;
    line-height: 25px;
    margin: 50px 0 0 0;
    text-align: center;
}
.review .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 400px;
    height: 400px;
    background-color: rgba(251, 193, 18,0.8);
    color: #01113f;
    padding: 40px 50px 10px 50px;
    -moz-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
    transition: color top ease;
}
.review .slide h3 {
    text-transform: none;
    font-family: "Hero Regular";
    font-size: 39px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 30px;
}
.review .slide p {
    margin: 0;
    font-size: 19px;
    line-height: 21px;
 }
.review .slide.slideup {
    top: 0;
}
.ReviewHero--single {

}
.ReviewHero--single .container {
	position: relative;
	margin: 20px auto 0 auto;
	max-width: 500px;
}
.ReviewHero--single .container img {
	width: 100%;
}
.ReviewHero--single .container .share {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
}
.ReviewContent--single {
	margin-top: 30px;
}

/* end Review Page */

/* JobsPage */

.JobsPage section.grey {
	padding-bottom: 42px;
}
.JobsPage section.grey p {
	margin: 0;
}

.JobsPage .combo-text .email {
	margin-top: 1em;
}

.application-form {
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
}

.application-form .form-left,
.application-form .form-right {
	width: 50%;
}

.application-form .form-left {
	padding-right: 37px;
	float: left;
}
.application-form .form-right {
	padding-left: 37px;
	float: right;
}

.application-form .form-right textarea {
	height: 420px;
	min-height: 420px;
}

.application-form .Actions {
	text-align: right;
}

/* end JobsPage */

/* SectionedContentPage */

#sections-nav {
	padding: 0 50px;
	background: #ffc50f;
}
#sections-nav.is_stuck {
	z-index: 10;
}

#sections-nav ul li {
	font-size: 1em;
	margin-right: 20px;
}
#sections-nav ul li.last {
	margin-right: 0;
}

#sections-nav ul li a {
	color: #fff;
}
#sections-nav ul li a:hover,
#sections-nav ul li a.active {
	color: #011347;
}

/* end SectionedContentPage */

/* =# END CONTENT #= */

/* =# FOOTER #= */

#site-footer {
	padding: 32px 3.75% 0;
	background: url(../images/section-blue-bg.jpg) center;
	background-size: cover;
	/*border-top: 8px solid #FFC20E;*/
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#site-footer footer {
	height: 80px;
	padding: 0 20px;
	border-top: 3px solid #fff;
}

nav.footer-nav {
	float: left;
}
nav.footer-nav ul li {
	margin: 0 20px;
	float: left;
}
nav.footer-nav ul li.first {
	margin-left: 0;
}
nav.footer-nav ul li.last {
	margin-right: 0;
}
nav.footer-nav ul li a {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 3.8em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 80px;
	color: #FFC20E;
}
.footer-nav ul li a:hover {
	color: #fff;
}

nav.footer-nav ul#partner-logos {
	margin-left: 38px;
}
nav.footer-nav ul#partner-logos li.first {
	margin-right: 4px;
}
nav.footer-nav ul#partner-logos li a, nav.footer-nav ul#partner-logos li span {
	line-height: 80px;
}
nav.footer-nav ul#partner-logos li img {
	height: 30px;
	width: auto;
}

#site-footer ul.social {
	float: right;
}
#site-footer ul.social li {
	font-family: 'League Gothic', Arial, sans-serif;
	font-size: 3em;
	text-transform: uppercase;
	line-height: 80px;
	color: #fff;
	margin: 0 8px;
	float: left;
}
#site-footer ul.social li.first {
	margin-left: 0;
}
#site-footer ul.social li.last {
	margin-right: 0;
}
#site-footer ul.social li a {
	font-size: 22px;
	text-decoration: none;
}
#site-footer ul.social li a:hover {
	color: #FFC20E;
}
#site-footer ul.social li a span {
	display: inline-block;
	text-indent: -9999px;
}

/* =# END FOOTER #= */



div.VariationQuantity div.fieldholder-small label.fieldholder-small-label {
	padding-left: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 86%;
	white-space: nowrap;
}
.VariationQuantity label.fieldholder-small-label:before {
	content: "x";
	text-transform: none !important;
}

#wechatCode {
	position:absolute;
	bottom:35px;
	right:0px;
	display:none;
	padding:10px;
	padding-top:0px;
	border:1px solid Black;
	border-radius:5px;
	background-color:white;
	color:black;
	font-size:0.6em;
}

/****** FILE: themes/AjHackett/css/BookingForm.css *****/

/*.formBody {
    width: 1600px;
    margin-top: 51px;
}
@media only screen and (max-width: 1600px)  {
    .formBody {
        width: 100%;
    }
}*/

.formBody {
    margin: 50px 0;
}
.formLeftCol {
    float: left;
    width: 25%;
    padding-right: 2%;
}
.formMidCol {
    float: left;
    width: 50%;
    padding: 0 2% 0 0;
}
.formRightCol {
    float: left;
    width: 25%;
}
.customBookingMessage {
    margin-top: 20px;
    font-size: 1em !important;
    color: #eb2c00;
    border: 1px solid #eb2c00;
    border-radius: 10px;
    padding: 10px 20px;
}

.formRightCol .customBookingMessage p {
    font-size: 2em;
    line-height: 1.5em;
}
.BookingConfirmPage .customBookingMessage {
    font-size: 0.8em !important;
    margin-bottom: 50px;
}
/* Step indicator Module */

.stepIndicator {
    width: 100%;
    padding: 0;
    margin: 0;
}
.stepIndicator li {
    background-color: #e9e9e9;
    margin-right: 73px;
    padding: 20px 10px 18px 50px;
    color: #c3c3c3;
    font-weight: 400;
    position: relative;
}
.stepIndicator .even {
    background-color: #e0e0e0;
}
.stepIndicator li h3 {
    font-size: 37px;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0;
}
.stepIndicator li p {
    font-size: 19px;
    line-height: 20px;
    margin: 0;
}
.stepIndicator .current {
    padding-top: 36px;
    height: 132px;
    color: #011347;
    background-color: #ffc50f;
}
.stepIndicator .current:after {
    position: absolute;
    content: "";
    top: 0;
    right: -73px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 66px 0 66px 73px;
    border-color: transparent transparent transparent #ffc50f;
}

.stepIndicator .current h3 {
    font-size: 50px;
    margin-bottom: 8px;
}
.stepIndicator .current p {
    font-size: 25px;
    line-height: 20px;
    margin: 0;
}
.stepIndicator .step3 {
    background-image:url("../images/lock-disabled.png");
    background-position: top right;
    background-repeat: no-repeat;

}
.stepIndicator .step3.current {
    background-image: url("../images/lock-enabled.png");
}
/* end Step indicator Module */

.formBody h1 {
    line-height: 1em;
    margin-bottom: 30px;
}

.formBody .composite {
    margin-bottom: 0;
}
.formBody .formSection {
    margin-bottom: 30px;
}
.formBody .MedicalConditionsFormSection {
    margin-top: 64px;
}
.formBody  #MedicalConditions span.required {
    position: absolute;
    width: 100%;
    left: 0;
    top: -53px;
    line-height: 1em;
}
.formBody .ActivityModule {
    display: none;
}
.formBody .ActivityModule-isActive {
    display: block;
}

.formBody .left {
    float: left;
}
.formBody .right {
    float: right;
}
.formBody form .bad {
    /*font-size: 3em;*/
    color: #eb2c00;
    border: 1px solid #eb2c00;;
    padding: 10px;
}

.formBody form .info {
    /*font-size: 3em;*/
    border: 1px solid black;;
    padding: 10px;
}

.formBody .activity {
    margin-bottom: 8px;
    /*padding: 25px;*/
    padding: 3.64963%;
    background: #FFC50F url("../images/section-yellow-bg.jpg");
    background-size: cover;
}
.formBody .activity .activityImage {
    /*width: 220px;*/
    width: 34.6456%;
    /*padding-right: 30px;*/
    margin-right: 3.64963%;
    float: left;
}
.formBody .activity .activityImage img {
    width: 100%;
    height: auto;
}
.formBody .activity .activityText {
    /*width: 415px;*/
    /*width: 394px;*/
    width: 60.63%;
    float: left;
}
.formBody .activity .activityText .activityTitle h4 {
    font-size: 4em;
    text-transform: uppercase;
    line-height: 1em;
    color: #011347;
}
.formBody .activity .activityText h5 {
    /*font-size: 1em;*/
    color: #fff;
}
.formBody .activity .activityText h5 span.price {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1em;
}
.formBody .activity .activityText h5 span.price sup {
    font-size: 40px;
    top: -12px;
}
.formBody .activity .activityText h5 span.price sub {
    font-size: 35px;
    bottom: 0;
}
.formBody .activity .activityText h5 span.levy {
    font-family: 'Hero Regular', Arial, sans-serif;
    font-size: 16px;
    color: #000;
}
.formBody .activity .activityText p {
    font-size: 13px;
}

.formBody .checkbox label {
    vertical-align: middle;
    float: none;
}
.formBody .ImportantInformation {
    margin-bottom: 50px !important;
    margin-top: -10px;
}
.formBody .spinner .fieldholder-small {
    width: 100%;
    float: left;
    padding: 3px 0 3px 3px;
    background: #e5e7ec no-repeat right center;
}
.formBody .spinner.Photo .fieldholder-small {
    background-image: url(../images/spinner-photo-bg.png);
}
.formBody .spinner.Video .fieldholder-small {
    background-image: url(../images/spinner-video-bg.png);
}
.formBody .spinner.combox2 .fieldholder-small,
.formBody .spinner.combox3 .fieldholder-small {
    background-color: #ffedb7;
}
.formBody .spinner.combox2 .fieldholder-small {
    background-image: url(../images/spinner-combox2-bg.png);
}
.formBody .spinner.combox3 .fieldholder-small {
    background-image: url(../images/spinner-combox3-bg.png);
}
.formBody .spinner .fieldholder-small label {
    font-family: 'Hero Regular', Arial, sans-serif;
    font-size: 20px;
    text-transform: none;
    display: block !important;
    height: 46px;
    padding: 15px 92px 0 12px;
    left: 68px;
    right: 0;
    opacity: 1 !important;
    width: 82%;

}


.formBody .spinner .fieldholder-small label span.times,
.formBody .spinner .fieldholder-small label span.price {
    font-family: 'League Gothic', Arial, sans-serif;
    font-size: 36px;
    line-height: 36px;

    margin-top: -2px;
}
.formBody .spinner .fieldholder-small .times {
    color: #fff;
    width: 100%;
}
.formBody .spinner .fieldholder-small .price {
    text-transform: uppercase;
    color: #ffc50f;
    width: 100px;
    position: absolute;
    top: 14px;
    right: 0;
}
.formBody .cols-1-0  .spinner .fieldholder-small .price {
    width: 130px;
}
.formBody .spinner .fieldholder-small .price sup,
.formBody .spinner .fieldholder-small .price sub {
    font-size: 20px;
}
.formBody .spinner .fieldholder-small .price sub {
    bottom: 0;
}
.formBody .spinner .fieldholder-small .title {
    line-height: 0.8em;
    padding-left: 8px;
    color: #000000;
    display: inline-block;
    width: 100%;
}
.formBody .spinner .fieldholder-small .title span {
    font-size: 14px;
    line-height: 11px;
}

.formBody .spinner input {
    width: 64px;
    background: none;
    border: transparent;
    background-color: #ffffff;
    padding-left: 35px;
    height: 50px;
}
.formBody .ui-spinner {
    display: block;
    height: 100%;
}
.formBody .ui-spinner .ui-spinner-button {
    position: absolute;
    left: 10px;
    cursor: pointer;
    color: #011347;
}
.formBody .ui-spinner .ui-spinner-button:hover {
    color: #fbc112;
}
.formBody .ui-spinner-button.ui-spinner-up {
    top: 10px;
    left: 13px;
}
.formBody .ui-spinner-button.ui-spinner-down {
    bottom: 10px;
    left: 13px;
}

.formBody .orderSummary {
    width: 100%;
    margin-bottom: 8px;
}
.formBody .orderSummary th {
    font-size: 1.5em;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}
.formBody .orderSummary td {
    font-size: 2em;
    color: #011347;
    height: 48px;
}

.formBody .orderSummary .specialPriceHeightAdjust td{
    height: 28px;
}
.formBody .orderSummary .specialPrice {
    height: 38px;
    line-height: 18px;
    margin: 0;
    font-size: 18px;
    font-family: 'League Gothic', arial, sans-serif;
}

.formBody .orderSummary .itemTitle {
    background: #011347;
}
.formBody .orderSummary .itemTitle td {
    font-family: 'League Gothic', Arial, sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 25px;
}
.formBody .orderSummary .dateAndTime {
    font-size: 0.8em;
    display: block;
    line-height: 1.2em;
    font-family: 'Hero Regular', Arial, sans-serif;
    letter-spacing: 0.01em;
    margin-bottom: 9px;
    font-weight: bold;
}
.formBody .orderSummary  .dateAndTime--calendar {
    font-size: 0.8em;
    display: block;
    line-height: 1.2em;
}
.formBody .orderSummary .dateAndTime .location {
    display: block;
    font-weight: normal;
}
.formBody .orderSummary .odd {
    background: #e9e9e9;
}
.formBody .orderSummary .even {
    background: #e0e0e0;
}
.formBody .orderSummary tr .first {
    padding-left: 25px;
}
.formBody .orderSummary tr .last {
    padding-right: 25px;
}

.formBody .TotalBlock {
    color: #fff;
    padding: 20px 25px;
    background: #011347;
}
.formBody .TotalBlock h4,
.formBody .TotalBlock .price {
    margin: 0;
}
.formBody .TotalBlock h4 {
    text-transform: uppercase;
    line-height: 24px;
}
.formBody .TotalBlock .price {
    font-family: 'League Gothic', Arial, sans-serif;
    font-size: 4.8em;
    line-height: 38px;
}
.formBody .TotalBlock sup,
.formBody .TotalBlock sub {
    font-size: 30px;
}
.formBody .TotalBlock sup {
    padding-right: 1px;
    top: -12px;
}
.formBody .TotalBlock sub {
    bottom: 0;
}

.formBody .paymentDetails label {
    position: static !important;
    opacity: 1 !important;
    display: block !important;
}

.formBody #CCNumber .middleColumn {
    padding-right: 218px;
    background: url(../images/cc-logos.png) no-repeat right bottom;
}

.formBody .total {

    height: 84px;
}
.formBody .total h4 {
    font-size: 7em;
    text-transform: uppercase;
    line-height: 60px;
    color: #011347;
    margin: 0;
}
.formBody .total sup,
.formBody .total sub {
    font-size: 45px;
}
.formBody .total sup {
    top: -18px;
}
.formBody .total sub {
    bottom: 0;
}
#BookingForm_BookingForm .Actions {
    margin-top: 30px;
}

#BookingForm_BookingForm .Actions:after {
    content: "";
    display: table;
    clear: both;
}

#BookingForm_BookingForm button {
    color: #011347;
}
#BookingForm_BookingForm button span {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
#BookingForm_BookingForm button span.title {
    font-family: 'League Gothic', Arial, sans-serif;
    line-height: 0.8em;
}
#BookingForm_BookingForm button span.sub-title {
    font-family: 'Hero Regular', Arial, sans-serif;
}

#BookingForm_BookingForm_action_prev {
    text-align: right;
    width: 165px;
    height: 62px;
    margin: 29px 0 29px 34px;
    padding-right: 15px;
    position: relative;
    background: #fff;
    border: 1px solid #011347;
    -moz-transition: padding-right 0.3s ease;
    -webkit-transition: padding-right 0.3s ease;
    transition: padding-right 0.3s ease;
}
#BookingForm_BookingForm_action_prev:hover {
    padding-right: 20px;
}
#BookingForm_BookingForm_action_prev span.title {
    font-size: 3em;
}
#BookingForm_BookingForm_action_prev span.sub-title {
    font-size: 1.5em;
}
#BookingForm_BookingForm_action_prev:before {
    content: "";
    width: 34px;
    height: 62px;
    position: absolute;
    top: -1px;
    left: -34px;
    background: url(../images/button-prev-before-bg.png) no-repeat;
}

#BookingForm_BookingForm_action_next,
#BookingForm_BookingForm_action_finish {
    text-align: left;
    max-width: 285px;
    height: 120px;
    margin-right: 65px;
    padding-left: 25px;
    /*margin-top: 30px;*/
    float: right;
    position: relative;
    background: #FFC20E;
    border: none;
    -moz-transition: padding-left 0.3s ease;
    -webkit-transition: padding-left 0.3s ease;
    transition: padding-left 0.3s ease;
}
#BookingForm_BookingForm_action_next.disabledButton {
    cursor:default;
    background-color: #E7E7E7;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}
#BookingForm_BookingForm_action_next.errorButton {
    color: darkred;
}
#BookingForm_BookingForm_action_next:hover,
#BookingForm_BookingForm_action_finish:hover {
    padding-left: 30px;
}
#BookingForm_BookingForm_action_next span.title,
#BookingForm_BookingForm_action_finish span.title {
    font-size: 6em;
}
#BookingForm_BookingForm_action_next span.sub-title,
#BookingForm_BookingForm_action_finish span.sub-title {
    font-size: 1.7em;
}
#BookingForm_BookingForm_action_next:after,
#BookingForm_BookingForm_action_finish:after {
    content: "";
    border-top: 60px inset rgba(255, 255, 255, 0);
    border-bottom: 60px inset rgba(255, 255, 255, 0);
    border-left: 65px solid #FFC20E;
    position: absolute;
    top: 0;
    right: -65px;
}
#BookingForm_BookingForm_action_next.disabledButton:hover{
    padding-left: 30px;
}
#BookingForm_BookingForm_action_next.disabledButton:after {
    border-left: 65px solid #E7E7E7;
}
#dateAndTimeError, #pickupDateAndTimeError {
    display: none;
    color: #eb2c00;
    border: 1px solid #eb2c00;
    padding: 10px;
    /* text-align: left; */
    margin-top: 17px;
    font-size: 16px;
}
.transportNotSelected {
    display: none;
    margin-top: 17px !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

/* end Form */


/* ActivityModule
These are the containers of each Activity Composite field on the first step
*/
.ActivityTitleBox {

}

.ActivityTitleBox p {
    width: 100%;
    color: #011347;
    height: 46px;
    padding-left: 5px;
    background: #E7E7E7;
    border: 1px solid #E7E7E7;
    border-radius: 0;
    box-shadow: none;
    font-size: 1em;
    margin: 0;
    font-family: 'League Gothic', Arial, sans-serif;
    /*font-size: 3em;*/
    text-transform: uppercase;
    line-height: 46px;
    padding-right: 60px;
    position: relative;
}
.ActivityModule {
    max-height: 0;
    overflow: hidden;
}
.ActivityModule-isActive{
    overflow: inherit;
    max-height: 100%;
    /*transition: all*/
    /*-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;*/
}
.loading {
    background-image: url("../images/ajax-loader.gif") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.specialPrice {
    color: #fbc112 !important;
}
.specialPriceTitle strong {
    color: #FFFFFF;
    display: inline-block;
    margin-top: -15px;
    padding: 0 0 8px 0;
    font-family: 'League Gothic', arial, sans-serif;
    line-height: 22px;
    font-size: 26px;
    font-weight: normal;
}

/* end ActivityModule */

/* activityDropDown Module */
form .requireTransport > div {
    float: left;
}
form .requireTransport label {
    padding-left: 0;
}
form .timeDropDown {

}
form .timeDropDown .disabled {
    color: #b80000 !important;
}
form .activityDropDown {

}
form .activityDropDown .chosen-drop .chosen-results  {
    margin: 0;
    padding: 0 0 16px 0;
}
form .activityDropDown .chosen-drop .chosen-results li {
    margin: 0;
    padding: 10px 28px 0 25px;
    font-family: "GothamRounded-Book";
    font-weight: 300;
    line-height: 22px;
    font-size: 17px;
}
form .activityDropDown .chosen-drop .active-result span {
    display: inline-block;
    float: left;
}
form .activityDropDown .title{
    padding-right: 8px;
    color: #011347;
    text-transform: uppercase;
    width: 39.45569%;
    font-family: "League Gothic";
    font-size: 24px;
    letter-spacing: 0.005em;
    position: relative;
    top: -2px;
}
form .activityDropDown .price {
    color: #011347;
    text-transform: uppercase;
    width:27.3227%; /* 179/632 */;
}
form .activityDropDown .price sub {
    bottom: 0;
    font-size: 14px;
}
form .activityDropDown .readMore a {
    border-right: 3px solid #e0e0e0;
}
form .activityDropDown .readMore a, form .activityDropDown .addToCart a{
    color: #011347;
    background-color: #ffc50f;
    padding: 2px 0 0 0;
    text-decoration: none;
    font-family: "League Gothic";
    text-transform: uppercase;
    display: inline-block;
    font-size: 23px;
    width: 100%;
    line-height: 32px;
    margin-right: 2px;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
form .activityDropDown .readMore a:hover, form .activityDropDown .addToCart a:hover {
    color: #ffc50f;
    background-color: #011347;
}
form .activityDropDown .readMore, form .activityDropDown .addToCart{
    position: relative;
    top: -8px;
}
form .activityDropDown .readMore {
    /*width:16.5632%; /!* 111/632 *!/;*/
    /*font-size: 15px;*/
    letter-spacing: -0.025em;
    width: 16%;
}
form .activityDropDown .addToCart{
    float: right;
    /*width:15.8%; /!* 80/632 *!/;*/
    color: #ffc50f;
    /*font-size: 15px;*/
    letter-spacing: -0.025em;
    width: 17%;
}

/* end activityDropDown Module */

/* AddressDateTimeFieldGroup */
form .AddressDateTimeFieldGroup,
form .DateAndTimeFieldGroup {
       width: 100%;
}
form .DateAndTimeFieldGroup, 
form .AddressDateTimeFieldGroup .fieldgroup {
    clear: both;
}

form .DateAndTimeFieldGroup .date {

    width: 100%;

}
form .DateAndTimeFieldGroup .dateWrapper {
    width: 50%;
    position: relative;
    float: left;
    padding-right: 4px;
}
form .DateAndTimeFieldGroup .dateWrapper:before {
    z-index: 0;
    cursor: pointer;
    content: "";
    width: 0;
    height: 0;
    margin-top: -7.5px;
    position: absolute;
    right: 15px;
    top: 50%;
    border-left: 15px inset rgba(255, 255, 255, 0);
    border-right: 15px inset rgba(255, 255, 255, 0);
    border-top: 15px solid #011347;
}
form .DateAndTimeFieldGroup .timeDropDown {
    padding-left: 4px;
    width: 50%;
    float: left;
}
/* end Date and time FieldGroup */

/* Cart Module */
.cart {
    background-color: #e0e0e0;

}
.cart .left {
    float: left;
}
.cart .right {
    float: right;
}
.cart .row {

}
.cart .cartTitle {
    position: relative;
    color: #011347;
    font-family: "League Gothic";
    font-size: 50px;
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 50px;
    /*padding: 32px 0 14px 104px;*/
    padding: 32px 0 14px 54px;
}
.cart .cartTitle:before {
    position: absolute;
    content: "";
    left: 0;
    top: 31px;
    background: url("../images/cart.png");
    width: 44px;
    height: 38px;
}
.cart .ActivityBlock {
    margin-left: 50px;
    border-bottom: 1px solid #c3c3c3;
    padding-right: 50px;
    padding-bottom: 22px;
    padding-top: 28px;
}
.cart .ActivityTitle {

}
.cart .ActivityTitle h4 {
    font-family: "League Gothic";
    text-transform: uppercase;
    color: #011347;
    font-size: 30px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 18px 0;
}
.cart .row .remove {
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    margin: 18px 0 0;
    color: #eb2c00;
    padding-right: 20px;
}
.cart .row .remove-isHover {
   color: #b80000;
}
.cart .row .remove:after {
    position: absolute;
    content: "";
    top:-3px;
    right: -3px;
    width: 19px;
    height: 19px;
    background-image: url("../images/remove.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
.cart .ActivityTitle .remove-isHover:after {
   background-position: 0 19px;
}

.cart .SpecialBlock {
    width: 100%;
    margin-top: 2px;
}
.cart .SpecialBlock h6 {
    line-height: 22px;
    margin: 0;
    font-size: 22px;
    text-align: left;
    font-family: 'League Gothic', arial, sans-serif;
}
.cart .dateAndTimeBlock {
    float: left;
    margin-bottom: 8px;
    width: 100%;
}
.cart .dateAndTimeBlock h6 {
    line-height: 1em;
    height: 1.1em;
    margin: 0;
    display: inline-block;
}
.cart .dateAndTimeBlock .dateAndTime--calendarItem {
    display: block;
    margin-bottom: 24px;
}
.cart .itemRow {
    color: #011347;
    font-family: "Hero Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3px;
}
.cart .itemRow .left {
    line-height: 1.3em;
    width: 55%;
}
.cart .itemRow .right {
    text-align: right;
    width: 45%;
}
.cart .itemRow .quantity {

}
.cart .itemRow .title {

}
.cart .itemRow  .ExternalLevyCont {
    width: 100%;
    line-height: 21px;
}
.cart .itemRow .ExternalLevy {
    color: #eb2c00;
}
.cart .itemRow .price {
    color: black;
    font-family: "Hero Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.cart .TotalBlock {
    background-color: #011347;
    color: #FFFFFF;
    padding: 20px 50px;
}
.cart .TotalBlock h4 {
    font-family: "League Gothic";
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.cart .TotalBlock .price {
    font-family: "League Gothic";
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.cart .TotalBlock sup {
    top: -6px;
    padding-right: 1px;
    font-size: 20px;
}
.cart .TotalBlock sub {
    font-size: 20px;
    bottom:0;
}

.cart-detailed .ActivityBlock {
	margin-left: 20px;
	padding-right: 20px;
}
.cart-detailed .ActivityBlock table {
	width: 100%;
}
.cart-detailed .TotalBlock {
	margin-left: 30px;
	margin-right: 30px;
}
.cart-detailed .cartTitle {
    margin-right: 10px;
}
/* end Cart Module */

/* Booking Confirmation Page */

.paymetInfo {
    margin-bottom: 60px;
    padding: 25px;
    background: #FFC50F url("../images/section-yellow-bg.jpg");
    background-size: cover;

}
.paymetInfo ul {
    padding: 0;
    margin: 0;
}
.paymetInfo li {
    font-size: 0.8em;
    line-height: 1em;
    color: #011347;
    list-style: none;
}
.paymetInfo li strong {
    color: #fff;
}

/*.stacktable { width: 100%; }*/
/*.st-head-row { padding-top: 1em; }*/
/*.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }*/
/*.st-key { width: 49%; text-align: right; padding-right: 1%; }*/
/*.st-val { width: 49%; padding-left: 1%; }*/



/* Stack Table for Cart Table on stage 3 */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

.stacktable.small-only tr th,.stacktable.small-only tr td {
    background-color: #e9e9e9;
    text-align: center;
    font-family: 'League Gothic', Arial, sans-serif;
    text-transform: uppercase;
    color: #011347;
    vertical-align: middle;
}
.stacktable.small-only tr th {
    color: #fff;
    background-color: #011347;
    font-size: 3em;
    padding: 0 25px;
}
/* .stacktable.small-only .st-head-row-main, */
.stacktable.small-only  .st-head-row{
    display: none;
}
.stacktable.small-only  .itemTitle .st-head-row{
    display: table-cell;
}
@media (max-width: 600px) {
    .stacktable.large-only { display: none; }
    .stacktable.small-only { display: table; }
}
@media (max-width: 900px) {
    .booking-steps-wrapper {
        display:none;
    }
}

/* end Booking Confirmation Page */

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

    .formBody .spinner input,
    .formBody .spinner .fieldholder-small label {
        height: 83px;
    }

    .formBody .spinner .fieldholder-small .title {
        width: 100%;
        padding: 0;
    }

}

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

    .formBody .activity .activityImage {
        width: 24.6456%;
    }
    .formBody .activity .activityText h5 span.price {
        font-size: 50px;
    }
    .formBody .activity .activityText h5 span.price sub {
        font-size: 25px;
    }

}
.chosen-container-single .chosen-single span {
    white-space: initial !important;
}

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

    .formLeftCol,
    .formRightCol {
        width: 30%;
    }
    
    .formLeftCol {
        margin-bottom: 30px;
        padding-right: 0;
    }
    .formMidCol {
        width: 70%;
        padding-left: 2%;
        float: right;
    }
    .formRightCol {
        clear: left;
    }

    .stepIndicator li {
        margin-right: 0;
    }
    .stepIndicator .current:after {
        display: none;
    }
}

@media screen and (max-width: 900px){
    
    .formLeftCol,
    .formMidCol,
    .formRightCol {
        width: 100%;
        padding: 0 5%;
        float: none;
    }
    .formMidCol {
        margin-bottom: 30px;
    }

}

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

    .formBody .activity .activityImage, .formLeftCol {
        display: none;
    }
    .formBody .activity .activityText {
        width: 100%;
    }

    #BookingForm_BookingForm_action_next, 
    #BookingForm_BookingForm_action_finish {
        width: 185px;
        height: 62px;
        padding-left: 15px;
        margin-right: 34px;
    }
    #BookingForm_BookingForm_action_next:hover, 
    #BookingForm_BookingForm_action_finish:hover {
        padding-left: 20px;
    }
    #BookingForm_BookingForm_action_next:after, 
    #BookingForm_BookingForm_action_finish:after {
        right: -34px;
        border-top-width: 31px;
        border-bottom-width: 31px;
        border-left-width: 34px !important;
    }
    #BookingForm_BookingForm_action_next span.title,
    #BookingForm_BookingForm_action_finish span.title {
        font-size: 3em;
    }
    #BookingForm_BookingForm_action_next span.sub-title,
    #BookingForm_BookingForm_action_finish span.sub-title {
        font-size: 1.5em;
    }

    #BookingForm_BookingForm_action_prev {
        margin-top: 0;
        margin-bottom: 0;
    }

}

@media screen and (max-width: 600px){
    .in-field-labels div.field.text label, .in-field-labels div.field.phonenumber label, .in-field-labels div.field.textarea label, .in-field-labels div.fieldgroup-field label {
        line-height: 36px;
    }

    .formLeftCol,
    .formMidCol,
    .formRightCol {
        padding: 0 2.5%;
    }

    .form div.fieldgroup.cols-1-1 div.fieldgroup-field {
        width: 100%;
    }
    .form div.fieldgroup.cols div.fieldgroup-field.odd,
    .form div.fieldgroup.cols div.fieldgroup-field.even {
        padding: 0;
    }
    
    form .DateAndTimeFieldGroup .date,
    form .DateAndTimeFieldGroup .timeDropDown {
        width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }
    form .DateAndTimeFieldGroup .date {
        padding-left: 5px;
    }
    form .DateAndTimeFieldGroup .dateWrapper {
        width: 100%;
        padding-right: 0;
    }
    .formBody .orderSummaryWrapper {
        /*overflow: scroll;*/
        /*width: auto;*/
        /*white-space: nowrap;*/
        overflow-x: auto;
        display: block;
    }
    .formBody .orderSummaryWrapper .orderSummary {
        /*width: 600px;*/
        /*position: relative;*/
        /*overflow: scroll;*/
        /*white-space: nowrap;*/
    }
    .formBody #CCNumber .middleColumn {
        padding-right: 0;
        background: transparent url("../images/cc-logos.png") no-repeat scroll left 41px;
        height: 183px;

    }
    .formBody #CCNumber .middleColumn input{
        margin-top: 63px;
    }



}
@media screen and (max-width: 440px) {
    #BookingForm_BookingForm .Actions button {
        margin-bottom: 10px;
        width: 80%;

    }
    .formBody #CCNumber .middleColumn {
        background: transparent url("../images/cc-logos.png") no-repeat scroll left 72px;
    }
    .formBody .total {
        height: auto;
    }
    .formBody .total img {
        margin-bottom: 15px;
    }
}
.bookingFormPopUp {
    display: none;
}
#medicalConditionsPopUp, #levyPagePopUp {
    display: none;
}
.typography .validationError {
    display: none;
    color: #eb2c00;
    border: 1px solid #eb2c00;
    padding: 10px;
    margin-top: -26px;
    font-size: 16px;
}
.cursor {
    cursor: pointer!important;
}
.fc-view-container.loading {
    opacity: 0.5;
}
div.calendar_wrapper {
	position: relative;
	margin-top:14px;
}
input.go-to-datepicker {
	border: 0px !important;
	height: 0px !important;
	padding: 0px !important;
	width:30% !important;
	position: absolute;
	top:20px;
	right:50px;

}
a.fc-event {
	position: relative;
	display: block;
	font-size: .6em;
	line-height: 1.2;
	border-radius: 0px;
	border: 0px;
	height: auto;
}
div.fc-day-grid-container {
	height:auto !important;
	overflow: auto !important;
}
div.fc-row.fc-widget-content {
	height:auto !important;
}

div.fc-view td.fc-day,
div.fc-view td.fc-day-top,
div.fc-view th.fc-day-header{
	font-size: 1.4em;
}

.time-chooser-inner {
	min-width: 300px;
	max-height: 390px;
	overflow: scroll;
	padding-bottom: 60px;
	position:relative;
}
.time-chooser-header, .time-chooser-footer {
	padding:10px 5px;
	height: 15%;
	min-height: 50px;
	text-align:center;
}
.time-chooser-header {
	padding-bottom: 20px;
}
.time-chooser-footer {
	padding-top: 25px;
}
.time-chooser-inner .checkbox {
	margin: 4px;
	position: relative;
}
.time-chooser-inner .checkbox:not(.disabled) {
	cursor: pointer;
}
.time-chooser-inner .icheckbox,
.time-chooser-inner .iradio{
	display:inline-block;
	position: relative;
}
.close-featherlight {
	background-color: rgb(231, 231, 231);
	display:inline-block;
	padding: 6px 18px;
	font-size: 20px;
	cursor: pointer;
}
.time-chooser-inner .checkbox label {
	font-size: 22px;
	position: relative;
	top: -6px;
	font-weight: 600;
	cursor: pointer;
}
.time-chooser-inner .checkbox.low-availability label {
	color: #ee8800;
}
.time-chooser-inner .checkbox.disabled label {
	color: #ff2222;
}
.time-chooser-inner .checkbox.disabled label {
	opacity: 0.4;
}
.fc-choosen-time {
	font-weight: bold;
	font-size: 1.4em;
}
.fc-toolbar .fc-left h2 {
    font-size: 5em;
}
.fc-day-grid-event div.fc-content {
    text-align:center;
    padding: 8px 2px;
	 cursor: pointer;
    white-space: normal;
}
div.fc-content .fc-title > span.fc-title {
    display: block;
    margin-bottom: 10px;
}
.month-abr {
	padding-left: 12px;
	font-size: 0.7em;
}


@media screen and (max-width: 1300px) {
    .fc-toolbar .fc-left h2 {
        font-size: 4em;
    }
}
@media screen and (max-width: 1200px) {
    .fc-toolbar .fc-left h2 {
        font-size: 3em;
    }
}
@media screen and (max-width: 900px) {
    div.fc-view th.fc-day-header, div.fc-view td.fc-day, div.fc-view td.fc-day-top {
        font-size: 1.1em;
    }
    .fc-toolbar .fc-left h2 {
        font-size: 3.5em;
    }
}
@media screen and (max-width: 780px) {
	div.fc-view th.fc-day-header, div.fc-view td.fc-day, div.fc-view td.fc-day-top {
		font-size: 1.1em;
	}
    .fc-toolbar .fc-left h2 {
        font-size: 3em;
    }
	.fc-content {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 600px) {
	div.fc-view th.fc-day-header, div.fc-view td.fc-day span.month-abr, div.fc-view td.fc-day-top {
		font-size: 1.1em;
	}
    .fc-toolbar .fc-left h2 {
        font-size: 2.5em;
    }
	.fc-content {
		font-size: 0.6em;
	}
}
@media screen and (max-width: 400px) {
	div.fc-view td.fc-day-top {
		font-size: 0.9em;
	}
	div.fc-view td.fc-day span.month-abr {
		font-size: 0.7em;
	}
}
.million-jumps-wrapper, .money-back-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.million-jumps-wrapper div,
.money-back-wrapper div {
    padding: 8px;
	 font-size: 14px;
}
.million-jumps-wrapper img,
.money-back-wrapper img {
    width: 90px;
}
.featherlight button.featherlight-close-icon {
	font-size: 30px;
	line-height: 40px;
	width: 40px;
}
.fc-content-selected {
    background-color: #ffc50f !important;
}
.event-variation-wrapper {
    margin-bottom: 8px;
}

/****** FILE: themes/AjHackett/css/typography.css *****/

/* =# TYPOGRAPHY #= */

body {
	/* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography p {
	font-weight: normal;
	margin-top: 0;
}

.typography h1,
.typography h3, 
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography .cta a,
.typography h2 span,
.typography th {
	font-family: 'League Gothic', arial, sans-serif;
}

.typography h1,
.typography h2,
.typography th {
	text-transform: uppercase;
}

.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin-bottom: 15px;
}

.typography h1 {
	font-size: 7em;
	color: #011347;
}

.typography h2 {
	font-family: 'Homestead Display', serif;
	font-size: 7em;
	line-height: 1em;
	margin-bottom: 0.9em;
}
.typography h2 span {
	font-size: 0.7142em;
	line-height: 1em;
}
.typography h2.larger {
	font-size: 20em;
	line-height: 0.8em;
	margin-bottom: 0.3em;
}

.typography h3 {
	font-size: 5em;
	text-transform: uppercase;
}

.typography h4 {
	font-size: 3em;
}

.typography h5 {
	font-size: 2.5em;
}

.typography h6 {
	font-size: 2em;
}

.typography p,
.typography li {
	font-size: 3em;
}

.typography p.intro {
	font-size: 4.5em;
}

.typography a {
	color: #fbc112;
}
.typography a:hover {
	text-decoration: none;
	color: inherit;
}

.typography p.cta {
	margin-bottom: 0;
}
.typography .cta a {
	font-size: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 89px;
	color: #01113f;
	display: inline-block;
	height: 89px;
	margin: 0 27px;
	padding: 0 27px;
	position: relative;
	background: url(../images/cta-bg.png) repeat-x center;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.typography .cta a:hover {
	color: #0068b3;
}
.typography .cta a:before,
.typography .cta a:after {
	content: "";
	width: 27px;
	height: 100%;
	position: absolute;
	top: 0;
}
.typography .cta a:before {
	left: -27px;
	background: url(../images/cta-before-bg.png) no-repeat center;
}
.typography .cta a:after {
	right: -27px;
	background: url(../images/cta-after-bg.png) no-repeat center;
}
.typography .cta a span {
	font-size: 1.2em;
}
.typography .cta.grey a {
	background: url(../images/cta-grey-bg.png) repeat-x center;
}
.typography .cta.grey a:before {
	background: url(../images/cta-before-grey-bg.png) no-repeat center;
}
.typography .cta.grey a:after {
	background: url(../images/cta-after-grey-bg.png) no-repeat center;
}


.typography .tab h2 {
	margin-bottom: 0.45em;
}
.typography .tab ul,
.typography ul.centered {
	list-style: none;
	margin: 0 0 6em 0;
	padding: 0;
}
.typography .tab ul li,
.typography ul.centered li {
	text-align: center;
	display: inline;
}
.typography .tab ul li:before,
.typography ul.centered li:before {
	content: "\e604";
	font-family: 'AjHackett-icons';
	font-size: 30px;
	line-height: 1em;
	color: #FFC50F;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin: 0 10px;
	background: #051b53;
	vertical-align: middle;
}

.typography th,
.typography td {
	vertical-align: top;
}
.typography th {
	font-size: 2.2em;
	font-weight: normal;
	text-align: left;
	color: #01113F;
}
.typography td {
	font-size: 1.6em;
}

.blue {
	color: #01113F;
}
.yellow {
	color: #FFC20E;
}

.typography p img {
	max-width: 100%;
	height: auto;
}
/* =# END TYPOGRAPHY #= */

/****** FILE: themes/AjHackett/css/media.css *****/

@media screen and (max-width: 1650px){

	article section {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.typography .cta a {
		font-size: 40px;
		line-height: 79px;
		height: 79px;
		margin: 0 24px;
		padding: 0 24px;
	}
	.typography .cta a span {
		font-size: 50px
	}

}

@media screen and (max-width: 1600px){

	article section {
		padding-left: 9%;
		padding-right: 9%;
	}
	
	ul.badges li a {
		font-size: 6em;
	}

	.combo-content .combo-text p.price-text {
		font-size: 15em;
	}
	.combo-content .combo-text h2 {
		font-size: 6em;
	}
	.combo-content .combo-text p {
		font-size: 2em;
	}

}

@media screen and (max-width: 1550px){

	section.woa {
		padding-left: 3.75%;
		padding-right: 3.75%;
	}

	#site-footer footer {
		padding: 15px;
	}

	.footer-nav ul li {
		margin: 0 15px;
	}
	.footer-nav ul li a {
		font-size: 3em;
	}

}

@media screen and (max-width: 1500px){

	section.activity-pricing-info p.price-text {

		font-size: 30em;
	}

	.HomePage section ul.badges {
		margin: 40px 0;
	}
	ul.badges {
		margin-bottom: 40px;
	}

	article section.columns .content {
		padding-left: 4%;
		padding-right: 4%;
	}

}

@media screen and (max-width: 1400px){

	/*.typography {
		font-size: 0.9em;
	}*/

	#hero .title span.middle {
		font-size: 130px;
	}
	#hero .title span.start, 
	#hero .title span.end {
		font-size: 66px;
	}

	#site-footer footer {
		height: auto;
	}

	nav.footer-nav,
	#site-footer ul.social {
		float: none;
	}

	nav.footer-nav ul,
	#site-footer ul.social {
		text-align: center;
	}
	nav.footer-nav ul li,
	#site-footer ul.social li {
		display: inline-block;
		float: none;
	}
	nav.footer-nav ul li a,
	#site-footer ul.social li {
		line-height: 40px;
	}

}

@media screen and (max-width: 1300px){

	.typography h1,
	.typography h2 {
		font-size: 6em;
	}

	.typography h3 {
		font-size: 4em;
	}

	.typography h4 {
		font-size: 2.5em;
	}

	.typography h5 {
		font-size: 2em;
	}

	.typography p,
	.typography li {
		font-size: 2.5em;
	}
	
	#hero .title span.middle {
		font-size: 110px;
	}
	#hero .title span.start, 
	#hero .title span.end {
		font-size: 46px;
	}

	#hero .m-webcam-btn {
		padding-top: 0;
		padding-right: 50px;
		line-height: 50px;
	}
	
	article section,
	article section.columns .content,
	.SafetyPage article section.safety {
		/*padding-left: 5%;
		padding-right: 5%;*/
		padding: 32px 5% 60px;
	}

	article section.columns .col-1,
	article section.columns .col-2 {
		width: 100%;
		height: auto;
		position: static;
		float: none;
	}
	article section.columns .col-1 {
		background: #fff;
	}
	article section.columns:before {
		display: none;
	}
	article section.columns .col-2 .scroll-y {
		overflow: visible;
	}

	.HomePage section ul.image-grid li {
		width: 25%;
		padding-bottom: 25%;
	}

	section ul.enlarger li a {
		line-height: 172px;
		height: 172px;
	}
	
	section ul.enlarger li a:hover,
	section ul.enlarger li.first a:hover,
	section ul.enlarger li.last a:hover {
		font-size: 100px;
		line-height: 192px;
	}

	section ul.enlarger li a span.badge {
		opacity: 1;
	}

	div.media-thumbs ul.cycle-nav li a:before {
		margin-left: -42px;
		border-left-width: 42px;
		border-right-width: 42px;
	}
	div.media-thumbs li.cycle-prev a:before {
		border-bottom-width: 30px;
	}
	div.media-thumbs li.cycle-next a:before {
		border-top-width: 30px;
	}

	ul.safety li {
		width: 28.9886%;
	}
	ul.safety li.col-1 {
		margin-right: 4.3447%;
	}
	ul.safety li.col-2 {
		margin-left: 2.17235%;
		margin-right: 2.17235%;
	}
	ul.safety li.col-3 {
		margin-left: 4.3447%;
	}

	.BioPage .content {
		padding-left: 5%;
	}

	.box-content .box-text h3, 
	.box-content .box-text p {
		font-size: 5em;
	}

}

@media screen and (max-width: 1250px){

	.typography .cta a {
		font-size: 30px;
		height: 69px;
		line-height: 69px;
		margin: 0 23px;
		padding: 0 23px;
	}
	.typography .cta a span {
		font-size: 40px
	}
	
	.combo-content .combo-text p.price-text {
		font-size: 13em;
	}
	.combo-content .combo-text h2 {
		font-size: 5em;
	}
	.combo .combo-content {
		padding: 2%;
	}

}

@media screen and (max-width: 1200px){

	#hero .title span.middle {
		font-size: 100px;
	}
	#hero .title span.start,
	#hero .title span.end {
		font-size: 36px;
	}

	.nav-bar li a {
		font-size: 2.7em;
	}

	#secondary-nav li a {
		font-size: 4.5em;
	}

	ul.badges li a {
		font-size: 5em;
	}
	
	.combo .combo-image,
	.combo .combo-content,
	.combo-content .combo-text {
		width: 100%;
		float: none;
	}
	.combo .combo-image {
		height: auto;
		padding-bottom: 0
	}
	.combo .combo-image img {
		position: static;
	}
	.combo-content .combo-text {
		text-align: center;
	}
	.combo-content .combo-text p.price-text {
		display: inline-block;
	}
	.combo-content .combo-buttons {
		width: 50%;
		margin-left: -25%;
		float: none;
		position: relative;
		left: 50%;
		margin-top: 1em;
	}
	.combo-content .combo-buttons li {
		width: 50%;
		margin: 0;
		padding: 0 10px;
		float: left;
	}

	ul.locations li a {
		font-size: 4.5em;
	}

	section ul.product div.price-text .price {
		font-size: 0.9em;
	}

	section ul.product {
		margin-top: 40px;
	}

}

@media screen and (max-width: 1150px){

	.SafetyPage article section.safety {
		padding-left: 2%;
		padding-right: 2%;
	}

	ul.safety li {
		width: 30.9886%;
	}
	ul.safety li.col-1 {
		margin-right: 2.3447%;
	}
	ul.safety li.col-2 {
		margin-left: 1.17235%;
		margin-right: 1.17235%;
	}
	ul.safety li.col-3 {
		margin-left: 2.3447%;
	}

}

@media screen and (max-width: 1100px){

	.typography h2.larger {
		font-size: 7.5em;
	}

	.typography .cta a {
		font-size: 20px;
		height: 59px;
		line-height: 59px;
		margin: 0 20px;
		padding: 0 20px;
	}
	.typography .cta a span {
		font-size: 30px
	}

	#hero {
		padding-bottom: 56.25%;
	}

	#hero .title {
		text-align: center;
		width: 100%;
		left: auto !important;
		right: auto !important;
	}
	.BlogPost #hero .title {
		bottom: 20%;
	}
	#hero .title span.middle--image img {
		max-width: 90%;
	}

	#hero .m-webcam-btn {
		top: 5px;
		right: 5px;
	}

	#nav-bar-1 {
		padding-right: 20px;
	}
	#nav-bar-2,
	#sections-nav {
		padding: 0 20px;
	}
	.nav-bar li a {
		font-size: 2.2em;
	}
	#secondary-nav li a {
		font-size: 4em;
	}

	header.title {
		padding: 0 20px;
	}

	.GalleryPage header.title h1 {
		padding-right: 350px;
	}
	
	#categories {
		right: 20px;
	}

	.ActivityPage ul.product li.price,
	.ActivityPage ul.product li.includes {
		width: 50%;
		padding-top: 30px;
	}
	.ActivityPage ul.product li.image {
		width: 100%;
		padding-top: 32px;
	}

	.aj-hackett .fancybox-inner div.caption {
		padding-right: 142px;
	}

    .photo-video-absolute {
        display: none !important;
    }
    #photo-video-tab {
        margin-left: 0;
        margin-right: 0;
    }
	
	.action-button {
		width: 70px;
		height: 70px;
	}
	.action-button span {
		font-size: 20px;
		padding-top: 45px;
	}
	.action-button span:before {
		font-size: 30px;
	}

	.share .share-buttons {
		width: 30px;
		margin-left: -15px;
	}
	.share .share-buttons a {
		width: 30px;
		height: 30px;
	}
	.share .share-buttons a:before {
		font-size: 26px;
		width: 26px;
		height: 26px;
	}

	.GalleryPage ul.gallery.video li a.gallery-link:before {
		width: 95px;
		height: 95px;
		margin: -47.5px -47.5px 0 0;
	}
	.GalleryPage ul.gallery.video li a.gallery-link:after {
		border-left-width: 28px;
		border-right-width: 28px;
		border-top-width: 31px;
		margin: -9px -28px 0 0;
	}

	.blog-entry {
		padding: 20px 10px;
		margin: 0;
	}
	div.gallery.blogpost > div {
		width: 50%;
		min-height: 260px;
	}

	ul.locations li a {
		font-size: 3em;
	}

	.ReviewHero.form {
		height: 100%;
	}
	.ReviewHero .lapTop {
		background-size: contain;
		position: relative;
		left: 0;
		top: 20px;
		margin: 0 auto;
		height: 450px;
		width: 100%;
		background-position: center;
	}
	.ReviewContent {
		margin-top: 0;
	}
	.typography .photoOffSet {
		margin-top: 50px;
	}

	.box-content .box-text h3, 
	.box-content .box-text p {
		font-size: 4em;
	}

	article section.less-padding {
		padding-left: 6%;
		padding-right: 6%;
	}

}

@media screen and (max-width: 980px) {

	/*.ActivityPage ul.product li.price, 
	.ActivityPage ul.product li.includes {
		width: 100%;
	}*/

	section.bio .content,
	section.bio .cta-block {
		padding-left: 5%;
		padding-right: 5%;
	}

	section.bio .cta-block img.books {
		display: none;
	}

	section.bio .cta-block p {
		font-size: 3em;
	}

	.typography h2.larger {
		font-size: 7em;
	}

}

@media screen and (max-width: 950px){

	#hero .m-webcam-btn {
		width: 50px;
		top: auto;
		right: auto;
		bottom: 5px;
		left: 5px;
		text-indent: -9999px;
	}

	.HomePage section.updates {
		padding-right: 3.75%;
		background-image: none;
	}

	section.video {
		padding: 32px 3.75% 60px;
	}

	.GalleryPage ul.gallery.video li {
		width: 50%;
		padding-bottom: 37.4736%;
	}
	.GalleryPage ul.gallery.image li {
		width: 20%;
		padding-bottom: 20%;
	}

	.BioPage .content {
		padding-right: 5%
	}

	.BioPage .cta-block img.books {
		display: none;
	}

	ul.badges li a {
		font-size: 4em;
	}


	.ActivityPage ul.product {
		margin-bottom: 0;
		margin-top: 40px;
	}
	.ActivityPage ul.product > li {
		width: 100%;
		margin-bottom: 15px;
	}
	.ActivityPage ul.product li.price,
	.ActivityPage ul.product li.includes {
		width: 100%;
	}
	.ActivityPage ul.product li.includes {
		text-align: center;
	}
	.ActivityPage ul.product li.image {
		padding-top: 0;
	}
	section p.price-text {
		display: inline-block;
	}

}

@media screen and (max-width: 900px){

	.typography h1,
	.typography h2 {
		font-size: 5.5em;
	}

	.typography h3 {
		font-size: 3.5em;
	}

	.typography h4 {
		font-size: 2em;
	}

	.typography h5 {
		font-size: 1.5em;
	}

	.typography p,
	.typography li {
		font-size: 2.3em;
	}

	#button-dotcom li.dotcom,
	#portals-nav li.contact {
		margin-left: 15px;
	}

	#portals-nav li {
		margin-right: 15px;
	}

	p.book-now {
		width: 66px;
		height: 200px;
		top: 135px;
	}

	p.book-now a {
		font-size: 40px;
		height: 66px;
		width: 200px;
		top: 68px;
		left: -64px;
	}

	section ul.enlarger li {
		height: 380px;
	}
	section ul.enlarger li a {
		/*font-size: 7em !important;*/
		font-size: 70px !important;
		line-height: 102px;
		height: 102px;
	}
	section ul.enlarger li a:hover {
		line-height: 102px !important;
	}

	section.locations {
		padding-top: 32px;
		padding-bottom: 60px;
	}
	section.locations h2 {
		position: static;
	}
	
	ul.locations li.australia, 
	ul.locations li.china, 
	ul.locations li.russia {
		padding: 0;
		background: none;
	}
	ul.locations li {
		width: 100%;
		margin: 0 0 15px;
	}
	ul.locations li a {
		font-size: 6em;
	}

	.reviews .review {
		width: 50%;
	}

	.boxes .box {
		width: 50%;
		padding-bottom: 50%;
	}

	.footer-nav ul#aj-footer-links li {
		margin: 0 6px;
	}
	.footer-nav ul#partner-logos li {
		margin: 0 5px;
	}

}

@media screen and (max-width: 850px){

	#button-dotcom li.dotcom,
	#portals-nav li.contact {
		margin-left: 10px;
	}

	.nav-bar li a {
		font-size: 2em;
	}
	
	#portals-nav li {
		margin-right: 10px;
	}

	#site-footer ul.social li.first {
		display: none;
	}
	#site-footer ul.social li.last {
		margin-right: 8px;
	}

}

@media screen and (max-width: 800px){

	.typography h2 {
		font-size: 5em;
	}

	#main-nav {
		padding-top: 41px;
	}

	.translated-ltr #site-content,
	.translated-ltr #main-nav {
		/*padding-top: 80px;*/
	}

	#main-nav .portals {
		display: block;
		padding-bottom: 0;
	}
	#main-nav .portals li a {
		padding-left: 0;
	}
	#main-nav .portals li a:before {
		display: none;
	}

	#nav-bar-1 {
		position: relative;
	}

	#button-dotcom {
		float: none;
		margin: 0;
	}
	#button-dotcom li.dotcom {
		float: right;
	}
	#button-dotcom li.dotcom a {
		font-size: 3.2em;
	}

	#site-header {
		height: 41px;
	}

	#main-nav {
		background: #fff;
		top: 0;
	}
	#container:after {
		top: 41px;
	}
	.panel-nav ul li a {
		color: #000;
	}

	#portals-nav,
	#nav-bar-2 {
		display: none;
	}
	li.cairns-chinese-site {
		display: list-item;
	}

	#home-top,
	.GlobalPortal #home-top {
		padding-bottom: 10.625%;
	}

	#hero .title span.middle {
		font-size: 80px;
	}

	header#main-header {
		width: 70%;
		height: auto;
		margin-left: -35%;
		padding-bottom: 0;
		background: none;
	}
	header#main-header .logo {
		width: 100%;
		margin-left: 0;
		position: relative;
		left: auto;
	}

	ul.badges li {
		width: 30.7045%;
		margin: 0px 1.97162%;
		padding-bottom: -moz-calc(30.7045% - 16px);
		padding-bottom: -webkit-calc(30.7045% - 16px);
		padding-bottom: calc(30.7045% - 16px);
	}

	section#map {
		height: 245px;
		padding-bottom: 0;
	}

	section.woa {
		display: none;
	}

	div.media-thumbs ul.cycle-nav li a:before {
		margin-left: -32px;
		border-left-width: 32px;
		border-right-width: 32px;
	}
	div.media-thumbs li.cycle-prev a:before {
		border-bottom-width: 20px;
	}
	div.media-thumbs li.cycle-next a:before {
		border-top-width: 20px;
	}

	ul.safety li {
		width: 48%;
	}
	ul.safety li.col-1,
	ul.safety li.col-2,
	ul.safety li.col-3 {
		margin: 0 1% 40px;
	}

	.GlobalPortal #site-header {
		display: none;
	}

	.GlobalPortal #site-content {
		padding-top: 0;
	}

	.application-form .form-left,
	.application-form .form-right {
		width: 100%;
		padding: 0;
		float: none;
	}

	.blog-entry {
		padding: 20px 10px;
		margin: 0;
	}
	div.gallery.blogpost {
		flex-direction: column;
	}
	div.gallery.blogpost > div {
		width: 100%;
		min-height: 300px;
	}
}

@media screen and (max-width: 720px){
	#container.Australia, #container.Normandie, #container.China, #container.Russia {
		padding-bottom: 485px
	}
	#container.Singapore {
		padding-bottom: 789px
	}
	nav.footer-nav ul#partner-logos, nav.footer-nav ul#aj-footer-links {
		margin-left: 0px;
	}
	nav.footer-nav ul#aj-footer-links li {
		display:block;
		padding-top: 8px;
		padding-bottom: 6px;
		text-align:center;
		margin-left:4px;
		margin-right:4px;
	}
	nav.footer-nav ul#partner-logos li {
		display:block;
		padding-top: 8px;
		padding-bottom: 6px;

	}
	nav.footer-nav ul#partner-logos li.last, nav.footer-nav ul#aj-footer-links li.last {
		padding-bottom:40px;
	}
	nav.footer-nav ul#partner-logos li a, nav.footer-nav ul#partner-logos li span {
		line-height: 40px;
	}
}

@media screen and (max-width: 700px){
	.typography h2.larger {
		font-size: 5em;
	}

	.typography p.intro {
	    font-size: 3.5em;
	}

	ul.badges li a {
		font-size: 3em;
	}

	header.title {
		height: auto;
		padding: 20px;
	}

	#categories {
		position: static;
		max-width: 100%;
	}

	.GalleryPage header.title h1 {
		padding-right: 0;
		line-height: 1.2;
	}

	.GalleryPage ul.gallery.image li {
		width: 33.3333%;
		padding-bottom: 33.3333%;
	}

	.GalleryPage ul.gallery.video li {
		width: 100%;
		padding-bottom: 74.9472%;
	}

	.combo-content .combo-buttons {
		width: 70%;
		margin-left: -35%;
	}

	article section.top-padding {
		padding-top: 32px;
	}

	section.bio .cta-block p {
		font-size: 2em;
	}
	section.bio p.buy-now a {
		max-width: 100%;
	}

	p.book-now {
		width: 48px;
		height: 145px;
		top: 95px;
	}

	p.book-now a {
		font-size: 28px;
		height: 52px;
		width: 158px;
		top: 46px;
		left: -48px;
	}

}

@media screen and (max-width: 600px){

	.typography h2 {
		font-size: 4em;
	}

	article section, 
	article section.columns .content,
	.HomePage section.updates,
	section.video {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	#hero .title span.middle {
		font-size: 60px;
	}

	ul.safety li {
		width: 80%;
	}
	ul.safety li.col-1,
	ul.safety li.col-2,
	ul.safety li.col-3 {
		margin: 0 10% 20px;
	}
	
	.footer-nav ul li {
		margin: 0 5px;
	}
	.footer-nav ul li a {
		font-size: 2.5em;
	}

	#site-footer ul.social li a {
		font-size: 18px;
	}

	.reviews .review {
		width: 100%;
	}
}

@media screen and (max-width: 550px){

	.typography p.intro {
		font-size: 2.5em;
	}

	ul.badges li a {
		font-size: 2.5em;
	}

}

@media screen and (max-width: 500px){

	.typography .cta a {
		font-size: 18px;
		height: 49px;
		line-height: 49px;
		margin: 0 15px;
		padding: 0 8px;
	}
	.typography .cta a span {
		font-size: 28px
	}

	#container {
		padding-bottom: 0;
	}
	
	#hero .title span.middle {
		font-size: 50px;
	}

	#site-footer {
		position: relative;
	}

	.combo-content .combo-buttons {
		width: 80%;
		margin-left: -40%;
	}

	.ReviewHero .lapTop {
		height: 300px;
	}

	.typography h2.larger {
		font-size: 3.5em;
	}

	section p.price-text {
		font-size: 20em;
	}

}

@media screen and (max-width: 450px){

	ul.badges li a {
		font-size: 2em;
	}

	.GalleryPage ul.gallery.image li {
		width: 50%;
		padding-bottom: 50%;
	}

	.boxes .box {
		width: 100%;
		padding-bottom: 100%;
	}

}

@media screen and (max-width: 400px){

	.typography h2 {
		font-size: 3.5em;
	}

	.panel-nav {
		width: 300px;
		max-width: 100%
	}
	.panel-nav div > ul {
		padding: 20px 25px;
	}
	.panel-nav ul li a {
		font-size: 1.5em !important;
	}

	#hero .title span.middle {
		font-size: 45px;
	}

	.combo-content .combo-buttons {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	ul.locations li a {
		font-size: 5em;
	}

	.ReviewHero .lapTop {
		height: 200px;
	}

}

@media screen and (max-width: 350px){
	
	#hero .title span.middle {
		font-size: 40px;
	}
	#hero .title span.start, 
	#hero .title span.end {
		font-size: 26px;
	}

	ul.locations li a {
		font-size: 4.5em;
	}

}

/****** FILE: themes/AjHackett/css/featherlight.min.css *****/
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}

