/**********************/
/*** Flexbox Mixins ***/
/**********************/
/****************************/
/*** Site Specific Mixins ***/
/****************************/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/******************/
/*** Shadow Box ***/
/******************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/****************************/
/*** Points Of Difference ***/
/****************************/
/**********************/
/*** Booking Button ***/
/**********************/
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/******************************/
/*** Contentpanel Variables ***/
/******************************/
/* Content Panel Nav */
/* Content Panel: Vertical Nav */
/* Content Panel: Horizontal Nav */
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/****************************************************/
/*** Class Suffixes for Individual Panel Styling ****/
/****************************************************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
@font-face {
  font-family: 'News706BT-RomanC';
  src: url('../../include/resources/skedaddlecairns/fonts/309F3C_0_0.eot');
  src: url('../../include/resources/skedaddlecairns/fonts/309F3C_0_0.eot?#iefix') format('embedded-opentype'), url('../../include/resources/skedaddlecairns/fonts/309F3C_0_0.woff2') format('woff2'), url('../../include/resources/skedaddlecairns/fonts/309F3C_0_0.woff') format('woff'), url('../../include/resources/skedaddlecairns/fonts/309F3C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'News706BT-BoldC';
  src: url('../../include/resources/skedaddlecairns/fonts/309F3C_2_0.eot');
  src: url('../../include/resources/skedaddlecairns/fonts/309F3C_2_0.eot?#iefix') format('embedded-opentype'), url('../../include/resources/skedaddlecairns/fonts/309F3C_2_0.woff2') format('woff2'), url('../../include/resources/skedaddlecairns/fonts/309F3C_2_0.woff') format('woff'), url('../../include/resources/skedaddlecairns/fonts/309F3C_2_0.ttf') format('truetype');
}
.right {
  float: right;
}
@media handheld,only screen and (max-width: 990px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 990px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
.inline-flex {
  /* Safari */
  display: -webkit-flex;
  /* Safari 6.1+ */
  display: -ms-flexbox;
  display: inline-flex;
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.block > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .block {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  background: none !important;
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #dedede;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #dedede;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #ababab;
}
.pagination {
  text-align: center;
  margin-top: 2.5em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: none;
  font-size: 0.9em;
  border-radius: 0;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #5db391;
  background-color: transparent;
  border-radius: 0;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #5db391;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #5db391;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  margin: 0 0 1em 0;
  line-height: 26px;
}
a {
  color: #5db391;
  text-decoration: none;
}
a:hover {
  color: #65c39e;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 990px) {
  a:hover {
    color: #5db391;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #532c81;
  font-weight: normal;
  font-family: 'News706BT-BoldC';
  line-height: 1.2em;
  margin: 1em 0em 0.2em 0em;
  text-transform: uppercase;
  font-weight: bold;
}
h1 {
  color: #262626;
  font-size: 86px;
  line-height: 69px;
}
h1:before {
  content: ' ';
  width: 142px;
  height: 101px;
  display: inline-block;
  background-image: url('../../include/resources/skedaddlecairns/images/i-turtle-2.png');
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-right: -82px;
  top: -14px;
}
@media handheld,only screen and (max-width: 990px) {
  h1 {
    font-size: 60px;
    line-height: 48px;
  }
  h1:before {
    width: 105px;
    height: 64px;
    background-size: 105px 64px;
    margin-right: -60px;
    top: -20px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  h1 {
    font-size: 40px;
    line-height: 34px;
  }
  h1:before {
    width: 70px;
    height: 49px;
    background-size: 70px 49px;
    margin-right: -39px;
    top: -12px;
  }
}
h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 17px;
}
h3 {
  font-size: 1.6em;
  margin-bottom: 0.4em;
}
h4 {
  font-size: 26px;
  margin-bottom: 25px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1.5em 0em 1.5em 2em;
  line-height: 26px;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  border-radius: 0;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 990px) {
  table tr {
    display: block;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #262626;
  background-color: #f7f7f7;
  vertical-align: top;
  padding: 0.75em 1em;
}
@media handheld,only screen and (max-width: 990px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td > *:first-child,
table tr th > *:first-child {
  margin-top: 0em;
}
table tr td > *:last-child,
table tr th > *:last-child {
  margin-bottom: 0em;
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 990px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 990px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 990px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 990px) {
  table thead tr {
    background-color: #532c81;
  }
}
table thead tr td,
table thead tr th {
  color: #eeeaf2;
  background-color: #532c81;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 990px) {
  table tfoot tr {
    background-color: #ebebeb;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #262626;
  background-color: #ebebeb;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 990px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #262626;
  background-color: transparent;
  border: none;
  padding: 0.5em 2em 0.5em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #262626;
  background-color: transparent;
  font-weight: bold;
}
hr {
  margin: 40px 0;
  height: 32px;
  background-image: url('../../include/resources/skedaddlecairns/images/i-hr.png');
  background-repeat: no-repeat;
  background-position: center top;
}
@media handheld,only screen and (max-width: 990px) {
  hr {
    margin: 30px 0;
  }
}
hr.alt {
  height: 2px;
  margin: 40px auto;
  width: 80px;
  background: #65c39e;
}
blockquote {
  color: #532c81;
  background: #f7f7f7;
  font-size: 1.1em;
  border-radius: 0;
  margin: 1.5em auto;
  padding: 1.5em;
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #65c39e;
  font-size: 1em;
  font-family: 'News706BT-BoldC';
  text-transform: uppercase;
  line-height: 1.1em;
  text-decoration: none;
  border: 0px solid #65c39e;
  border-radius: 6px;
  margin: 0.4em 0em;
  padding: 15px 67px 11px 14px;
  cursor: pointer;
  background-image: url('../../include/resources/skedaddlecairns/images/i-arrow-white.svg');
  background-repeat: no-repeat;
  background-size: 19px 13px;
  background-position: right 17px center;
  border: 4px solid transparent;
  font-style: normal;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: #ffffff;
  background-color: #5db391;
  border-color: #65c39e;
  text-decoration: none;
  border: 4px solid #a1e1c1;
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #65c39e;
  font-size: 1em;
  font-family: 'News706BT-BoldC';
  text-transform: uppercase;
  line-height: 1.1em;
  text-decoration: none;
  border: 0px solid #65c39e;
  border-radius: 6px;
  margin: 0.4em 0em;
  padding: 15px 67px 11px 14px;
  cursor: pointer;
  background-image: url('../../include/resources/skedaddlecairns/images/i-arrow-white.svg');
  background-repeat: no-repeat;
  background-size: 19px 13px;
  background-position: right 17px center;
  border: 4px solid transparent;
  font-style: normal;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-alt .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button-alt img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-alt:hover {
  color: #ffffff;
  background-color: #5db391;
  border-color: #65c39e;
  text-decoration: none;
  border: 4px solid #a1e1c1;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 990px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.no-split {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 990px) {
  .no-split {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 990px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #d9d9d9;
  border-radius: 0;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 990px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #262626;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 990px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 990px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-thumbnail.media-size-hero,
.media-thumbnail.media-size-internal-hero {
  margin: 0;
  width: 100%;
}
.media-thumbnail.media-size-hero img,
.media-thumbnail.media-size-internal-hero img {
  width: 100%;
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.media-gallery > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .media-gallery {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -2%;
    width: 102%;
    padding: 0;
  }
  .media-gallery > * {
    font-size: 21px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 990px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 990px) {
  .media-gallery {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  border-radius: 0;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 990px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 21px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 31.3333333333%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 990px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 990px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 21px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 990px),only screen and (max-width: 990px) and handheld,only screen and (max-width: 990px) and only screen and (max-width: 990px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #d9d9d9;
  border-radius: 0;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
.media-gallery.bring {
  text-align: center;
  width: 100%;
  margin: 0;
}
.media-gallery.bring .media-thumbnail {
  width: auto;
  margin: 0 20px;
}
.media-gallery.bring .media-thumbnail .media-caption {
  font-size: 16px;
}
.media-gallery.bring .media-thumbnail img {
  border-radius: 50%;
}
#sb-container #sb-wrapper-inner .prev-image-arrow,
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-size: 20px 30px;
}
#sb-container #sb-wrapper-inner .prev-image-arrow {
  background-image: url('../../include/resources/skedaddlecairns/images/shadowbox/i-shadowbox-prev.png');
  background-image: url('../../include/resources/skedaddlecairns/images/shadowbox/i-shadowbox-prev.svg'), none;
  background-position: left 10px top 50%;
}
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-image: url('../../include/resources/skedaddlecairns/images/shadowbox/i-shadowbox-next.png');
  background-image: url('../../include/resources/skedaddlecairns/images/shadowbox/i-shadowbox-next.svg'), none;
  background-position: right 10px top 50%;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #262626;
  background: #f7f7f7;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 7.5em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row.inline-field,
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #262626;
  background: #f7f7f7;
  font-family: 'PT Sans', Verdana, sans-serif;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.8em 1em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row {
    padding: 0.8em 1em;
  }
}
.page-region form .form-row label {
  float: left;
  color: #262626;
  background-color: transparent;
  width: 6.5em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 7.5em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #262626;
  background: #ffffff;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 85%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 12em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 85%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #65c39e;
  font-size: 1em;
  font-family: 'News706BT-BoldC';
  text-transform: uppercase;
  line-height: 1.1em;
  text-decoration: none;
  border: 0px solid #65c39e;
  border-radius: 6px;
  margin: 0.4em 0em;
  padding: 15px 67px 11px 14px;
  cursor: pointer;
  background-image: url('../../include/resources/skedaddlecairns/images/i-arrow-white.svg');
  background-repeat: no-repeat;
  background-size: 19px 13px;
  background-position: right 17px center;
  border: 4px solid transparent;
  font-style: normal;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #5db391;
  border-color: #65c39e;
  text-decoration: none;
  border: 4px solid #a1e1c1;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #5db391;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form.large-label label {
    width: 100%;
    margin: 0em;
  }
}
.page-region form.large-label .field {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form.large-label .field {
    margin-left: 0em;
  }
}
.page-region form.large-label .buttons {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 990px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#enquiry_form {
  max-width: 600px;
}
.point-wrapper {
  text-align: center;
  margin-top: 80px;
}
.point-wrapper .point {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  text-align: center;
}
.point-wrapper .point img,
.point-wrapper .point .text {
  display: block;
  margin: 0 auto;
}
.point-wrapper .point .text {
  margin-top: 33px;
  text-transform: uppercase;
  font-size: 20px;
  color: #262626;
  font-family: 'News706BT-BoldC';
  line-height: 23px;
  font-weight: bold;
}
.point-wrapper .point:nth-of-type(2) {
  margin: 0 40px;
}
@media handheld,only screen and (max-width: 960px) {
  .point-wrapper .point {
    width: 250px;
  }
  .point-wrapper .point .text {
    font-size: 18px;
  }
}
@media handheld,only screen and (max-width: 880px) {
  .point-wrapper .point {
    display: block;
    max-width: 100%;
    margin: 10px auto;
  }
  .point-wrapper .point:nth-of-type(2) {
    margin: 40px auto;
  }
}
@media handheld,only screen and (max-width: 880px) {
  .point-wrapper {
    margin-top: 60px;
  }
}
.hero-booking-button {
  position: relative;
  z-index: 10;
  font-size: 21px;
}
.hero-booking-button a.booking {
  display: inline-block;
  vertical-align: top;
  padding: 0 90px 0 0;
  border-radius: 6px;
  background-color: #65c39e;
  background-image: url('../../include/resources/skedaddlecairns/images/i-arrow-white.svg');
  background-repeat: no-repeat;
  background-position: right 27px center;
  background-size: 19px 13px;
  border: 4px solid transparent;
  height: 135px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-booking-button a.booking .turtle-background {
  background-color: #5db391;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 167px;
  border-radius: 6px 0 0 6px;
  border: 4px solid transparent;
  border-right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-booking-button a.booking .turtle {
  position: absolute;
  margin-left: -30px;
  top: 5px;
}
.hero-booking-button a.booking .text {
  padding-left: 217px;
  display: block;
}
.hero-booking-button a.booking .text span {
  display: block;
}
.hero-booking-button a.booking .text .heading,
.hero-booking-button a.booking .text .subheading {
  text-transform: uppercase;
  font-family: 'News706BT-BoldC';
  color: white;
  font-weight: bold;
}
.hero-booking-button a.booking .text .heading {
  font-size: 45px;
  line-height: 45px;
  padding-top: 14px;
  padding-bottom: 1px;
}
.hero-booking-button a.booking .text .subheading {
  font-size: 28px;
  line-height: 28px;
  padding-top: 2px;
  padding-bottom: 17px;
}
.hero-booking-button a.booking .text .small {
  color: #cae8db;
  font-style: italic;
  font-size: 17px;
}
.hero-booking-button a.booking:hover {
  text-decoration: none;
  background-color: #5db391;
  border: 4px solid #a1e1c1;
}
.hero-booking-button a.booking:hover .turtle-background {
  border: 4px solid #a1e1c1;
  border-right: 0;
}
.hero-booking-button a.seastar {
  display: inline-block;
  vertical-align: top;
  background: white;
  border-radius: 6px;
  height: 135px;
  margin-left: 7px;
  padding: 13px 11px 12px 13px;
  border: 4px solid transparent;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-booking-button a.seastar .heading {
  position: absolute;
  display: block;
  left: 14px;
  top: 30px;
  font-size: 16px;
}
.hero-booking-button a.seastar:hover {
  background-color: #e6e6e6;
  border-color: white;
}
@media handheld,only screen and (max-width: 1130px) {
  .hero-booking-button a.seastar {
    display: none;
  }
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.cta-block > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .cta-block {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.3333333333%;
}
@media handheld,only screen and (max-width: 990px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cta-block .cta {
    margin-top: 40px;
  }
}
.cta-block .cta .cta-inner {
  color: #262626;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  text-align: center;
  font-family: 'News706BT-BoldC';
  text-transform: uppercase;
}
.cta-block .cta .cta-inner a .port-hole {
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media handheld,only screen and (max-width: 990px) {
  .cta-block .cta .cta-inner a .port-hole {
    display: none;
  }
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0 auto;
  width: 375px;
  height: 375px;
  position: relative;
  z-index: 3;
}
@media handheld,only screen and (max-width: 1200px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
    height: auto;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
    width: auto;
  }
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
  border: none;
  margin: 0;
  border-radius: 50%;
  margin-top: 34px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media handheld,only screen and (max-width: 1200px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 1.5vw;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0.75vw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin: 0;
  }
}
.cta-block .cta .cta-inner a hr {
  background-image: none;
  height: 2px;
  width: 53px;
  margin: 28px auto 20px auto;
  background: #65c39e;
  color: #65c39e;
}
@media handheld,only screen and (max-width: 1200px) {
  .cta-block .cta .cta-inner a hr {
    color: transparent;
    background: transparent;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cta-block .cta .cta-inner a hr {
    background: #65c39e;
    color: #65c39e;
    margin: 14px auto;
    width: 40px;
  }
}
.cta-block .cta .cta-inner a .cta-title {
  display: block;
  color: #262626;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 1200px) {
  .cta-block .cta .cta-inner a .cta-title {
    font-size: 30px;
    line-height: 23px;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cta-block .cta .cta-inner a .cta-title {
    font-size: 34px;
    line-height: 26px;
  }
}
.cta-block .cta .cta-inner a .read-more {
  display: block;
  color: #532c81;
  font-size: 17px;
  line-height: 17px;
  margin-top: 2px;
  font-weight: bold;
}
.cta-block .cta .cta-inner a .read-more .arrow {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 8px;
  background-image: url('../../include/resources/skedaddlecairns/images/i-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: right top;
  margin-left: 10px;
  margin-top: 3px;
}
.cta-block .cta .cta-inner a:hover {
  color: #ffffff;
}
.cta-block .cta .cta-inner a:hover .port-hole {
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cta-block .cta .cta-inner a:hover .media-thumbnail img {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cta-block .cta:last-of-type .turtle {
  position: absolute;
  width: 146px;
  height: 178px;
  background-image: url('../../include/resources/skedaddlecairns/images/i-turtle-3.png');
  background-repeat: no-repeat;
  bottom: 80px;
  right: -4px;
  z-index: 20;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 73%;
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #f2f2f2;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    text-align: left;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 73%;
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #666666;
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: block;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #666666;
}
.news-wrapper .news-posts-list .news-post:last-child {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 990px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #666666;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'News706BT-BoldC';
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #262626;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: #65c39e;
}
.search-wrapper .search input.search-button:hover {
  background-color: #5db391;
}
@media handheld,only screen and (max-width: 990px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.taipan-contentpanel-panelset {
  position: relative;
}
.taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain {
  font-size: 21px;
  width: 1200px;
  margin: 0 auto;
  color: #262626;
  padding: 150px 0;
}
@media screen and (max-width: 1250px) {
  .taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain {
    width: 96%;
  }
}
@media handheld,only screen and (max-width: 1300px) {
  .taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain {
    padding: 90px 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain {
    padding: 60px 12px !important;
  }
}
.taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain .panel-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain .panel-block > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain .panel-block {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 990px) {
  .taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.taipan-contentpanel-panelset#hero-panels {
  border-bottom: 6px solid #532c81;
}
.taipan-contentpanel-panelset#hero-panels .hero-booking-button {
  position: absolute;
  left: 83px;
  bottom: 80px;
}
@media handheld,only screen and (max-width: 1500px) {
  .taipan-contentpanel-panelset#hero-panels .hero-booking-button {
    left: 63px;
    bottom: 60px;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .taipan-contentpanel-panelset#hero-panels .hero-booking-button {
    display: none;
  }
}
.taipan-contentpanel-panelset#hero-panels .tripadvisor-badge {
  position: absolute;
  z-index: 10;
  right: 74px;
  bottom: 66px;
}
@media handheld,only screen and (max-width: 1500px) {
  .taipan-contentpanel-panelset#hero-panels .tripadvisor-badge {
    right: 54px;
    bottom: 46px;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .taipan-contentpanel-panelset#hero-panels .tripadvisor-badge {
    display: none;
  }
}
.taipan-contentpanel-panelset#hero-panels .panel-constrain {
  width: 100%;
  margin: 0;
  padding: 0 !important;
}
.taipan-contentpanel-panelset.no-js {
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js > .taipan-contentpanel-panelregion {
  white-space: nowrap;
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  visibility: hidden;
  z-index: 8;
}
.taipan-contentpanel-panelset.no-js > .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-child {
  visibility: visible;
  z-index: 9;
}
.taipan-contentpanel-panelset.no-js > .taipan-contentpanel-navregion {
  display: none;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h1:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h2:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h3:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h4:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h5:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h6:first-child {
  margin-top: 0px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  min-width: 24px;
  min-height: 42px;
  pointer-events: none;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
  margin: 0px;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: block;
  color: transparent;
  border: 1px solid #262626;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a:hover {
  background-color: #262626;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.currentslide {
  background-color: #262626;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
}
@media handheld,only screen and (max-width: 990px) {
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
    display: none;
  }
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global:hover {
  background-color: transparent;
  opacity: 0.7;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause {
  display: none;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  border: 1px solid #262626;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover {
  opacity: 0.7;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%223%2C7%208%2C7%208%2C10%206%2C12%208%2C14%208%2C17%203%2C17%203%2C14%205%2C12%203%2C10%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a {
  margin: 8px auto;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 24px 10px;
  width: 24px;
  height: 10px;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%220%2C0%2012%2C10%2024%2C00%2012%2C7%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%220%2C10%2012%2C0%2024%2C10%2012%2C3%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  left: 0;
}
.taipan-contentpanel-panelset.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
  vertical-align: middle;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a {
  margin: 8px 3px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 10px 24px;
  width: 10px;
  height: 24px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%220%2C0%2010%2C12%200%2C24%207%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%2210%2C0%200%2C12%2010%2C24%203%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  top: 0;
}
.taipan-contentpanel-panel.timber {
  background-image: url('../../include/resources/skedaddlecairns/images/p-timber.jpg');
  border-top: 2px solid #eaeaea;
}
.taipan-contentpanel-panel.bottom-line-grey {
  border-bottom: 2px solid #eaeaea;
}
.taipan-contentpanel-panel.small-space .panel-constrain {
  padding: 105px 0 90px 0;
}
.taipan-contentpanel-panel.small-space:first-of-type .panel-constrain {
  padding-top: 120px;
}
.taipan-contentpanel-panel.ctas .panel-constrain {
  padding: 130px 0;
}
@media handheld,only screen and (max-width: 990px) {
  .taipan-contentpanel-panel.ctas .panel-constrain {
    padding: 60px 12px;
  }
}
.ajax-loading {
  opacity: 0.5;
}
.warning-message {
  color: #ffffff;
  background-color: #a90000;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 0.5em;
  margin: 1em 0em;
}
.list-category-wrapper,
.list-product-wrapper {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.list-category-wrapper > *,
.list-product-wrapper > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category,
.list-category-wrapper .list-product,
.list-product-wrapper .list-category,
.list-product-wrapper .list-product {
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
.list-category-wrapper .list-category a,
.list-category-wrapper .list-product a,
.list-product-wrapper .list-category a,
.list-product-wrapper .list-product a {
  text-decoration: none;
}
.list-category-wrapper .list-category .list-category-inner,
.list-category-wrapper .list-category .list-product-inner,
.list-category-wrapper .list-product .list-category-inner,
.list-category-wrapper .list-product .list-product-inner,
.list-product-wrapper .list-category .list-category-inner,
.list-product-wrapper .list-category .list-product-inner,
.list-product-wrapper .list-product .list-category-inner,
.list-product-wrapper .list-product .list-product-inner {
  overflow: hidden;
}
.list-category-wrapper .list-category .list-category-inner .media-thumbnail,
.list-category-wrapper .list-category .list-product-inner .media-thumbnail,
.list-category-wrapper .list-product .list-category-inner .media-thumbnail,
.list-category-wrapper .list-product .list-product-inner .media-thumbnail,
.list-product-wrapper .list-category .list-category-inner .media-thumbnail,
.list-product-wrapper .list-category .list-product-inner .media-thumbnail,
.list-product-wrapper .list-product .list-category-inner .media-thumbnail,
.list-product-wrapper .list-product .list-product-inner .media-thumbnail {
  display: block;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title,
.list-category-wrapper .list-category .list-category-inner .product-card-title,
.list-category-wrapper .list-category .list-product-inner .category-card-title,
.list-category-wrapper .list-category .list-product-inner .product-card-title,
.list-category-wrapper .list-product .list-category-inner .category-card-title,
.list-category-wrapper .list-product .list-category-inner .product-card-title,
.list-category-wrapper .list-product .list-product-inner .category-card-title,
.list-category-wrapper .list-product .list-product-inner .product-card-title,
.list-product-wrapper .list-category .list-category-inner .category-card-title,
.list-product-wrapper .list-category .list-category-inner .product-card-title,
.list-product-wrapper .list-category .list-product-inner .category-card-title,
.list-product-wrapper .list-category .list-product-inner .product-card-title,
.list-product-wrapper .list-product .list-category-inner .category-card-title,
.list-product-wrapper .list-product .list-category-inner .product-card-title,
.list-product-wrapper .list-product .list-product-inner .category-card-title,
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  display: block;
  font-family: 'News706BT-BoldC';
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-category-wrapper .list-category {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 990px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category .list-category-inner {
  color: #262626;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title {
  color: #262626;
}
.list-product-wrapper .list-product {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 990px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .list-product-wrapper .list-product {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 21px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 990px),only screen and (max-width: 990px) and handheld,only screen and (max-width: 990px) and only screen and (max-width: 990px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-product-wrapper .list-product .list-product-inner {
  color: #262626;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  color: #262626;
}
.list-product-wrapper .list-product .list-product-inner .product-card-price {
  display: block;
}
.list-product-wrapper .list-product.featured {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 990px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .list-product-wrapper .list-product.featured {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 21px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 990px),only screen and (max-width: 990px) and handheld,only screen and (max-width: 990px) and only screen and (max-width: 990px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.product-details-wrapper > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-title {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 64.6666666667%;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-info {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info.no-product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info .product-stock-message .in-stock {
  color: #262626;
}
.product-details-wrapper .product-info .product-stock-message .out-of-stock {
  color: #c80c03;
}
.product-details-wrapper .product-info .product-price {
  font-size: 2em;
  font-family: 'News706BT-BoldC';
  margin: 1em 0em;
}
.product-details-wrapper .product-info .product-price .on-special {
  text-decoration: line-through;
}
.product-details-wrapper .product-info .add-to-cart .product-line-title {
  margin-bottom: 0.75em;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option {
  display: block;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    display: block;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
  font-family: 'News706BT-BoldC';
  min-width: 5em;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
    min-width: 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    margin: 0.25em 0em 1em 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values select {
  color: #262626;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0.3em 1em 0.3em 0.5em;
}
.product-details-wrapper .product-info .add-to-cart .add-to-cart-button {
  margin: 1em 0em;
}
.product-details-wrapper .product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.3333333333%;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  padding: 1.1em 0em 0em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-media .product-image-primary {
    padding: 2em 0em 0em 0em;
  }
}
.product-details-wrapper .product-media .product-image-primary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.product-details-wrapper .product-media .product-image-secondary > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 0;
    display: block;
    margin-left: -2%;
    width: 102%;
    padding: 0;
  }
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 21px;
  }
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 21px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 48%;
    margin-bottom: 0.5em;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 990px),only screen and (max-width: 990px) and handheld,only screen and (max-width: 990px) and only screen and (max-width: 990px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 990px),only screen and (max-width: 990px) and handheld,only screen and (max-width: 990px) and only screen and (max-width: 990px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 0.1em;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
  width: 3%;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
  width: 20%;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail .media-thumbnail img {
  margin: 0em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.description {
  width: 44%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.price {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.quantity {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.total {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
  color: #262626;
  font-family: 'News706BT-BoldC';
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column {
  font-size: 1.25em;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.thumbnail,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.total {
    display: none;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options {
    text-align: left;
    padding-bottom: 0.5em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
  display: block;
  margin: 0.1em auto;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
  width: 90%;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 20em;
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-value {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label {
  font-weight: bold;
  margin-right: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
  color: #c80c03;
  font-size: 0.9em;
  margin-top: 0.5em;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price {
    text-align: left;
    width: 100%;
    margin: 0.5em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
  display: block;
  color: #666666;
  font-size: 0.8em;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    margin-bottom: 0.25em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .quantity-field {
  text-align: center;
  width: 4em;
  border: 1px solid #e6e6e6;
  padding: 0.25em;
  margin: 0em auto;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
  text-align: right;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
  text-align: right;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
  font-weight: bold;
  width: 89%;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
    width: auto;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
  width: 10%;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer:first-child {
    margin-top: 2em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
  text-align: center;
  padding: 1em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .weight,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options {
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .label,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .amount {
    display: block;
    margin: 0.25em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .amount {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping select {
  color: #262626;
  background: #ffffff;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .address-details {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .billing-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection {
  margin: 1em 0em;
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection .radio-label {
  padding-left: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
  opacity: 1.0;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
  opacity: 0.4;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .additional-information > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
.cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
.cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #65c39e;
  font-size: 1em;
  font-family: 'News706BT-BoldC';
  text-transform: uppercase;
  line-height: 1.1em;
  text-decoration: none;
  border: 0px solid #65c39e;
  border-radius: 6px;
  margin: 0.4em 0em;
  padding: 15px 67px 11px 14px;
  cursor: pointer;
  background-image: url('../../include/resources/skedaddlecairns/images/i-arrow-white.svg');
  background-repeat: no-repeat;
  background-size: 19px 13px;
  background-position: right 17px center;
  border: 4px solid transparent;
  font-style: normal;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover {
  color: #ffffff;
  background-color: #5db391;
  border-color: #65c39e;
  text-decoration: none;
  border: 4px solid #a1e1c1;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
  font-weight: bold;
  min-width: 15em;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
    min-width: 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
  width: 5em;
  text-align: right;
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
    width: auto;
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .cart-checkout-wrapper form.checkout-form .payment-details .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.shop-registration-form .invoice-details,
.shop-registration-form .shipping-details {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 990px) {
  .shop-registration-form .invoice-details,
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #fff;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.25em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.header-wrapper {
  border-top: 2px solid #532c81;
  background-image: url('../../include/resources/skedaddlecairns/images/p-timber.jpg');
  background-repeat: repeat;
  background-position: left top -69px;
}
.header-wrapper .header-constrain {
  font-size: 21px;
  width: 1200px;
  margin: 0 auto;
  color: #262626;
  border-radius: 0;
  padding: 17px 0 13px 0;
}
@media screen and (max-width: 1250px) {
  .header-wrapper .header-constrain {
    width: 96%;
  }
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .phone-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  text-align: left;
  margin-top: 40px;
}
@media handheld,only screen and (max-width: 990px) {
  .header-wrapper .header-constrain .header-block .phone-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .phone-cell span {
  display: block;
}
.header-wrapper .header-constrain .header-block .phone-cell span.label {
  font-style: italic;
  font-size: 17px;
  color: #262626;
}
.header-wrapper .header-constrain .header-block .phone-cell span.number {
  font-family: 'News706BT-BoldC';
  font-size: 33px;
  line-height: 24px;
  color: #532c81;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 990px) {
  .header-wrapper .header-constrain .header-block .phone-cell {
    display: none;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
  text-align: center;
}
@media handheld,only screen and (max-width: 990px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 830px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    margin-left: -10px;
  }
  .header-wrapper .header-constrain .header-block .logo-cell img {
    max-width: 80%;
    margin-right: 0 auto;
  }
}
.header-wrapper .header-constrain .header-block .booking-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  text-align: right;
  margin-top: 41px;
}
@media handheld,only screen and (max-width: 990px) {
  .header-wrapper .header-constrain .header-block .booking-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .booking-cell .button {
  margin: 0;
}
@media handheld,only screen and (max-width: 990px) {
  .header-wrapper .header-constrain .header-block .booking-cell {
    display: none;
  }
}
.nav-wrapper,
.nav-wrapper-footer {
  background: #532c81;
}
.nav-wrapper .nav-constrain,
.nav-wrapper-footer .nav-constrain {
  font-size: 21px;
  width: 1200px;
  margin: 0 auto;
  color: white;
  border-radius: 0;
}
@media screen and (max-width: 1250px) {
  .nav-wrapper .nav-constrain,
  .nav-wrapper-footer .nav-constrain {
    width: 96%;
  }
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain,
  .nav-wrapper-footer .nav-constrain {
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block,
.nav-wrapper-footer .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  text-align: center;
  z-index: 20;
}
.nav-wrapper .nav-constrain .nav-block > *,
.nav-wrapper-footer .nav-constrain .nav-block > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .nav-wrapper .nav-constrain .nav-block,
  .nav-wrapper-footer .nav-constrain .nav-block {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block,
  .nav-wrapper-footer .nav-constrain .nav-block {
    text-align: left;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle,
.nav-wrapper-footer .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #d4cae0;
  background: transparent;
  padding: 16px 10px;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle,
  .nav-wrapper-footer .nav-constrain .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .button,
.nav-wrapper-footer .nav-constrain .nav-block .nav-toggle .button {
  margin: 0;
  font-size: 0.8em;
  padding: 10px 55px 10px 12px;
  background-position: right 9px center;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon,
.nav-wrapper-footer .nav-constrain .nav-block .nav-toggle .toggle-icon {
  color: #d4cae0;
  background-color: transparent;
  position: absolute;
  top: 27px;
  right: 10px;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line,
.nav-wrapper-footer .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line {
  display: block;
  background-color: white;
  border-radius: 2px;
  width: 40px;
  height: 3px;
  margin-bottom: 8px;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line:last-child,
.nav-wrapper-footer .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line:last-child {
  margin-bottom: 0em;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover,
.nav-wrapper-footer .nav-constrain .nav-block .nav-toggle:hover {
  color: #ffffff;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon,
.nav-wrapper-footer .nav-constrain .nav-block .nav-toggle:hover .toggle-icon {
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon .toggle-icon-line,
.nav-wrapper-footer .nav-constrain .nav-block .nav-toggle:hover .toggle-icon .toggle-icon-line {
  background-color: #ffffff;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell,
.nav-wrapper-footer .nav-constrain .nav-block .nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 990px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell,
  .nav-wrapper-footer .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell,
  .nav-wrapper-footer .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle,
.nav-wrapper-footer .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0 0 0px 0px;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell,
  .nav-wrapper-footer .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul,
.nav-wrapper-footer .nav-constrain .nav-block ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul,
  .nav-wrapper-footer .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding-bottom: 29px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li,
.nav-wrapper-footer .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  padding: 0 29px;
  margin: 0;
  font-style: normal;
}
@media handheld,only screen and (max-width: 1270px) {
  .nav-wrapper .nav-constrain .nav-block ul li,
  .nav-wrapper-footer .nav-constrain .nav-block ul li {
    padding: 0 24px;
  }
}
@media handheld,only screen and (max-width: 1075px) {
  .nav-wrapper .nav-constrain .nav-block ul li,
  .nav-wrapper-footer .nav-constrain .nav-block ul li {
    padding: 0 22px;
  }
}
@media handheld,only screen and (max-width: 1000px) {
  .nav-wrapper .nav-constrain .nav-block ul li,
  .nav-wrapper-footer .nav-constrain .nav-block ul li {
    padding: 0 20px;
  }
}
@media handheld,only screen and (max-width: 930px) {
  .nav-wrapper .nav-constrain .nav-block ul li,
  .nav-wrapper-footer .nav-constrain .nav-block ul li {
    padding: 0 18px;
  }
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li,
  .nav-wrapper-footer .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: borderWidthDefault solid white;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a,
.nav-wrapper-footer .nav-constrain .nav-block ul li a {
  display: block;
  color: white;
  background: #532c81;
  font-size: 1.05em;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'News706BT-BoldC';
  text-transform: uppercase;
  border-bottom: 4px solid #532c81;
  padding: 34px 0 27px 0;
  font-weight: bold;
  /*
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>');
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;

              @media handheld, only screen and (max-width: @compactNavWidth) {
                background-image: none;
                padding-right: 0;
              }
            }
            */
}
@media handheld,only screen and (max-width: 1270px) {
  .nav-wrapper .nav-constrain .nav-block ul li a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li a {
    font-size: 0.9em;
  }
}
@media handheld,only screen and (max-width: 1065px) {
  .nav-wrapper .nav-constrain .nav-block ul li a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li a {
    font-size: 0.8em;
  }
}
@media handheld,only screen and (max-width: 930px) {
  .nav-wrapper .nav-constrain .nav-block ul li a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li a {
    font-size: 0.7em;
  }
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li a {
    white-space: normal;
    padding: 20px 0;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover > a,
.nav-wrapper .nav-constrain .nav-block ul li.current > a,
.nav-wrapper-footer .nav-constrain .nav-block ul li:hover > a,
.nav-wrapper-footer .nav-constrain .nav-block ul li.current > a {
  color: #f3ce35;
  background-color: #532c81;
  border-bottom: 4px solid #65c39e;
  /*
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;

                @media handheld, only screen and (max-width: @compactNavWidth) {
                  background-image: none;
                  padding-right: 0;
                }
              }
              */
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover > a,
  .nav-wrapper .nav-constrain .nav-block ul li.current > a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li:hover > a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li.current > a {
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:first-child,
.nav-wrapper-footer .nav-constrain .nav-block ul li:first-child {
  padding-left: 0;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child,
  .nav-wrapper-footer .nav-constrain .nav-block ul li:first-child {
    padding-left: 22px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:last-child,
.nav-wrapper-footer .nav-constrain .nav-block ul li:last-child {
  padding-right: 0;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child,
  .nav-wrapper-footer .nav-constrain .nav-block ul li:last-child {
    border-top: borderWidthDefault solid white;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul,
.nav-wrapper-footer .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul,
  .nav-wrapper-footer .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul {
  display: block;
  background-color: #422366;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  left: 39px;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul {
    background: transparent;
    border: none;
    border-radius: 0px;
    min-width: 0em;
    height: auto;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
    background: transparent;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li {
  display: block;
  text-align: left;
  border: none;
  border-bottom: 1px solid #532c81 !important;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul li {
    background-color: none;
    border: 0 !important;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li a {
  color: white;
  background-color: #422366;
  padding: 20px 16px !important;
  border: 0;
  /*
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: @navPaddingHorizontal * 2;

                  @media handheld, only screen and (max-width: @compactNavWidth) {
                    background-image: none;
                    padding-right: @navPaddingHorizontal;
                  }
                }
                */
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul li a {
    padding: 29px 39px;
    padding-left: 78px;
    background: transparent;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > a,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li:hover > a {
  color: white;
  background-color: #361d54;
  border: 0 !important;
  /*
                  &.has_children {
                    background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                    background-position: center right;
                    background-repeat: no-repeat;

                    @media handheld, only screen and (max-width: @compactNavWidth) {
                      background-image: none;
                    }
                  }
                  */
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul li:hover > a {
    background-color: transparent;
    color: #f3ce35;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li.current > a,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li.current > a {
  color: white;
  background-color: #361d54;
  border: 0 !important;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li.current > a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul li.current > a {
    background-color: transparent;
    color: #f3ce35;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
  padding: 0;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child a,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li:first-child a {
  padding: 29px 39px;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
  padding: 0;
  border-bottom: 0;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child a,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li:last-child a {
  padding: 29px 39px;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul li a,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul li > ul li a {
    padding-left: 117px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul,
.nav-wrapper-footer .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 830px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul,
  .nav-wrapper-footer .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.nav-wrapper.nav-wrapper-footer ul li ul,
.nav-wrapper-footer.nav-wrapper-footer ul li ul {
  display: none;
}
@media handheld,only screen and (max-width: 990px) {
  .nav-wrapper.nav-wrapper-footer,
  .nav-wrapper-footer.nav-wrapper-footer {
    display: none;
  }
}
.third,
.third-last {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 3%;
}
.third.third-last,
.third-last.third-last {
  margin-right: -2%;
}
@media handheld,only screen and (max-width: 990px) {
  .third,
  .third-last {
    margin: 0;
    width: 100%;
    display: block;
  }
}
.half,
.half-last {
  display: inline-block;
  vertical-align: top;
  width: 48.8%;
  margin-right: 1.8%;
}
.half.half-last,
.half-last.half-last {
  margin-right: -2%;
}
@media handheld,only screen and (max-width: 990px) {
  .half,
  .half-last {
    margin: 0;
    width: 100%;
    display: block;
  }
}
.heading-text {
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'News706BT-BoldC';
  font-style: normal;
  color: #65c39e;
}
.heading-text-large {
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'News706BT-BoldC';
  font-style: normal;
  color: #262626;
}
.heading-text-large-width {
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'News706BT-BoldC';
  font-style: normal;
  color: #262626;
  display: inline-block;
  min-width: 205px;
}
@media handheld,only screen and (max-width: 990px) {
  .heading-text-large-width {
    min-width: 0;
  }
}
.small-text {
  font-size: 17px;
  line-height: 17px;
  display: block;
}
.content-wrapper .content-constrain {
  font-size: 21px;
  width: 1200px;
  margin: 0 auto;
  color: #262626;
  background: #ffffff;
  border-radius: 0;
  padding: 150px 0;
}
@media screen and (max-width: 1250px) {
  .content-wrapper .content-constrain {
    width: 96%;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .content-wrapper .content-constrain {
    padding: 40px 12px;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 990px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell > *:first-child {
  margin-top: 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.3333333333%;
}
@media handheld,only screen and (max-width: 990px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #65c39e;
  font-size: 1em;
  font-family: 'News706BT-BoldC';
  text-transform: uppercase;
  line-height: 1.1em;
  text-decoration: none;
  border: 0px solid #65c39e;
  border-radius: 6px;
  margin: 0.4em 0em;
  padding: 15px 67px 11px 14px;
  cursor: pointer;
  background-image: url('../../include/resources/skedaddlecairns/images/i-arrow-white.svg');
  background-repeat: no-repeat;
  background-size: 19px 13px;
  background-position: right 17px center;
  border: 4px solid transparent;
  font-style: normal;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover {
  color: #ffffff;
  background-color: #5db391;
  border-color: #65c39e;
  text-decoration: none;
  border: 4px solid #a1e1c1;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.footer-wrapper {
  background: #262626;
}
.footer-wrapper .footer-constrain {
  font-size: 21px;
  width: 1200px;
  margin: 0 auto;
  color: #262626;
  padding: 80px 0 110px 0;
}
@media screen and (max-width: 1250px) {
  .footer-wrapper .footer-constrain {
    width: 96%;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
    padding: 60px 0 60px 0;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 21px;
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 21px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block a {
  color: #5db391;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #65c39e;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block hr {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
  background-image: none;
  background-color: #515151;
  color: #515151;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 45px;
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block hr {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block hr {
    display: none;
  }
}
.footer-wrapper .footer-constrain .footer-block .social-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 56.3333333333%;
  margin-top: 17px;
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor {
  display: inline-block;
  vertical-align: top;
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook .icon,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor .icon {
  width: 61px;
  height: 61px;
  background: white;
  display: inline-block;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell .facebook .icon,
  .footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor .icon {
    width: 50px;
    height: 50px;
  }
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook .text,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor .text {
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
  padding-left: 10px;
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell .facebook .text,
  .footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor .text {
    padding-top: 4px;
    padding-left: 7px;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell .facebook .text,
  .footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor .text {
    display: none;
  }
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook .text .small,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor .text .small {
  font-size: 17px;
  font-style: italic;
  color: #929292;
  display: block;
  margin-bottom: 1px;
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell .facebook .text .small,
  .footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor .text .small {
    font-size: 15px;
    margin-bottom: -1px;
  }
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook .text .large,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor .text .large {
  text-transform: uppercase;
  font-family: 'News706BT-BoldC';
  font-size: 25px;
  color: white;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell .facebook .text .large,
  .footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor .text .large {
    font-size: 22px;
  }
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook.facebook,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor.facebook {
  margin-right: 84px;
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell .facebook.facebook,
  .footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor.facebook {
    margin-right: 40px;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell .facebook.facebook,
  .footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor.facebook {
    margin-right: 10px;
  }
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook.facebook .icon,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor.facebook .icon {
  background-image: url('../../include/resources/skedaddlecairns/images/i-facebook.svg');
  background-size: 19px 37px;
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell .facebook.facebook .icon,
  .footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor.facebook .icon {
    background-size: 13px 25px;
  }
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook.tripadvisor .icon,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor.tripadvisor .icon {
  background-image: url('../../include/resources/skedaddlecairns/images/i-tripadvisor.svg');
  background-size: 41px 25px;
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell .facebook.tripadvisor .icon,
  .footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor.tripadvisor .icon {
    background-size: 32px 19px;
  }
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook:hover,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor:hover {
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block .social-cell .facebook:hover .text .large,
.footer-wrapper .footer-constrain .footer-block .social-cell .tripadvisor:hover .text .large {
  color: #65c39e;
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 21px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 48%;
    margin-top: 23px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 990px),only screen and (max-width: 1230px) and handheld,only screen and (max-width: 1230px) and only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .social-cell {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.footer-wrapper .footer-constrain .footer-block .booking-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 39.6666666667%;
  text-align: right;
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .booking-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .booking-cell .button {
  white-space: nowrap;
  color: white;
  font-size: 25px;
  position: relative;
  padding: 22px 87px 18px 178px;
  background-position: right 26px center;
}
.footer-wrapper .footer-constrain .footer-block .booking-cell .button .turtle {
  position: absolute;
  left: -13px;
  top: -11px;
}
.footer-wrapper .footer-constrain .footer-block .booking-cell .button:hover {
  text-decoration: none;
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .booking-cell .button {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .booking-cell .button {
    padding-left: 20px;
    background-position: right 20px center;
  }
  .footer-wrapper .footer-constrain .footer-block .booking-cell .button .turtle {
    display: none;
  }
}
@media handheld,only screen and (max-width: 1230px) {
  .footer-wrapper .footer-constrain .footer-block .booking-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 21px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 48%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 990px),only screen and (max-width: 1230px) and handheld,only screen and (max-width: 1230px) and only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .booking-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .booking-cell {
    text-align: center;
    margin-top: 40px;
    margin: 0;
    width: 100%;
  }
}
.footer-wrapper .footer-constrain .footer-block .contact-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 73%;
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .contact-cell {
    margin-top: 25px;
  }
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address {
  display: inline-block;
  vertical-align: top;
  font-style: italic;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone span,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email span,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address span {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 21px;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone span a,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email span a,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address span a {
  text-decoration: underline;
  color: white;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone span a span,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email span a span,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address span a span {
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone span a:hover,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email span a:hover,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address span a:hover {
  color: #f3ce35;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone span a:hover span,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email span a:hover span,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address span a:hover span {
  color: #f3ce35;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone span.icon,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email span.icon,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address span.icon {
  width: 23px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone.phone .icon,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email.phone .icon,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address.phone .icon {
  background-image: url('../../include/resources/skedaddlecairns/images/i-phone.svg');
  background-size: 18px 18px;
  margin-right: -2px;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone.email,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email.email,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address.email {
  margin-left: 40px;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone.email .icon,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email.email .icon,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address.email .icon {
  background-image: url('../../include/resources/skedaddlecairns/images/i-mail.svg');
  background-size: 23px 17px;
  margin-right: 1px;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone.address,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email.address,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address.address {
  margin-left: 40px;
}
.footer-wrapper .footer-constrain .footer-block .contact-cell .phone.address .icon,
.footer-wrapper .footer-constrain .footer-block .contact-cell .email.address .icon,
.footer-wrapper .footer-constrain .footer-block .contact-cell .address.address .icon {
  background-image: url('../../include/resources/skedaddlecairns/images/i-location.svg');
  background-position: right center;
  height: 23px;
  background-size: 16px 23px;
  margin-top: -3px;
  margin-right: -2px;
}
@media handheld,only screen and (max-width: 1270px) {
  .footer-wrapper .footer-constrain .footer-block .contact-cell .phone span,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .email span,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .address span {
    font-size: 17px;
  }
  .footer-wrapper .footer-constrain .footer-block .contact-cell .phone.email,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .email.email,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .address.email {
    margin-left: 20px;
  }
  .footer-wrapper .footer-constrain .footer-block .contact-cell .phone.address,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .email.address,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .address.address {
    margin-left: 20px;
  }
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .contact-cell .phone,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .email,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .address {
    display: block;
    margin: 15px 0;
  }
  .footer-wrapper .footer-constrain .footer-block .contact-cell .phone.email,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .email.email,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .address.email {
    margin-left: 0;
  }
  .footer-wrapper .footer-constrain .footer-block .contact-cell .phone.address,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .email.address,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .address.address {
    margin-left: 0;
  }
  .footer-wrapper .footer-constrain .footer-block .contact-cell .phone .icon,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .email .icon,
  .footer-wrapper .footer-constrain .footer-block .contact-cell .address .icon {
    display: none;
  }
}
.footer-wrapper .footer-constrain .footer-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 21px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  text-align: right;
  font-style: italic;
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .author-cell a {
  color: #929292;
  font-size: 17px;
}
.footer-wrapper .footer-constrain .footer-block .author-cell a:hover {
  color: white;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 990px) {
  .footer-wrapper .footer-constrain .footer-block .author-cell {
    text-align: center;
  }
}
