/************************************************************************************/
/*** 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 */
/* Sub Navigation */
/* 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 */
/* Form Label Options */
/* Form Input Size Options */
/**********************/
/*** 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 ***/
/******************/
/* 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 ***/
/*********************/
/**
 * /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.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/***********************/
/*** Readmore Module ***/
/***********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/************************************/
/*** Dynamic Button: Font Awesome ***/
/************************************/
/*
  Anything to do with the properties module.
*/
/*********************/
/*** Property Card ***/
/*********************/
/* Calendar float above property listings */
/*****************************/
/*** Property Listing Card ***/
/*****************************/
/*******************************/
/*** Property Listing Detail ***/
/*******************************/
/*********************************************/
/*** Property Search Form ***/
/*********************************************/
/*********************************************/
/*** Property Search Form ***/
/*********************************************/
/*******************************************************/
/*** Property Search Form: In Nav Area (for desktop) ***/
/*** In Content Area (for mobile) **********************/
/*******************************************************/
/*
  Shared between Nav and Content Versions
*/
/*
  Specific to Nav Version. This is only shown on Desktop.
*/
/* 
  Specific to in-content Version. This is only shown on Stacked.
*/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.contents-flush-vertical > *:first-child {
  margin-top: 0em;
}
.contents-flush-vertical > *:last-child {
  margin-bottom: 0em;
}
.contents-flush-top > *:first-child {
  margin-top: 0em;
}
.contents-flush-bottom > *:last-child {
  margin-bottom: 0em;
}
.border {
  border: 1px solid #cccccc;
  padding: 10px;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
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: -1.8%;
  width: 101.8%;
  padding: 0;
}
.block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0px;
  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 {
  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;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #6e7581;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #6e7581;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #25aae1;
}
.pagination {
  text-align: center;
  margin-top: 1.5em;
}
.pagination ul.pagination {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 0.9em;
  border-radius: 0px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #25aae1;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #25aae1;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #25aae1;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: #25aae1;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #25aae1;
  background-color: transparent;
}
p {
  margin: 1em 0;
}
a {
  color: #25aae1;
  text-decoration: none;
}
a:hover {
  color: #1a8bb9;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 768px) {
  a:hover {
    color: #25aae1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282d36;
  font-weight: normal;
  font-family: 'Raleway', Verdana, sans-serif;
  margin: 1em 0em 0.2em 0em;
}
h1 {
  color: #282d36;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0 0.4em 0;
}
h2 {
  font-size: 27px;
  line-height: 1.2em;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
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;
}
.content-wrapper ul {
  list-style-type: none;
  margin: 0px;
}
.content-wrapper ul li {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-bullet-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-bullet-arrow-navy.svg'), none;
  background-position: 0% 6px;
  background-repeat: no-repeat;
  background-size: 5px 8px;
  padding-left: 15px;
}
table {
  border: 1px solid #ffd457;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #ffd457;
}
@media handheld,only screen and (max-width: 768px) {
  table tr {
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #ffd457;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #282d36;
  background-color: #ffffff;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  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 .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 768px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead tr {
    background-color: #ffd457;
  }
}
table thead tr td,
table thead tr th {
  color: #282d36;
  background-color: #ffd457;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #ffd457;
}
@media handheld,only screen and (max-width: 768px) {
  table tfoot tr {
    background-color: #ffd457;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #282d36;
  background-color: #ffd457;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #282d36;
  background-color: transparent;
  border: none;
  padding: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  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: #282d36;
  background-color: transparent;
  font-weight: bold;
}
table.sortable thead td,
table.sortable thead th {
  cursor: pointer;
}
hr {
  color: #25aae1;
  background: #25aae1;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  color: #282d36;
  background: transparent;
  font-size: 1.1em;
  border-radius: 0px;
  margin: 2em auto;
  padding: 0.5em 2em 0.5em 3em;
  position: relative;
  z-index: 1;
}
@media handheld,only screen and (max-width: 768px) {
  blockquote {
    padding: 0.75em 1.5em;
  }
}
blockquote::before {
  content: "“";
  color: #ededed;
  font-size: 220px;
  font-family: Verdana, sans-serif;
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: -1;
}
blockquote::after {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  content: "";
  background-color: #25aae1;
  width: 240px;
  max-width: 100%;
  height: 1px;
  margin: 0px auto;
  z-index: 1;
}
.button,
.submit {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%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: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.button-small {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 5px 10px !important;
  cursor: pointer;
}
.button-small:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.nav-wrapper .button,
.nav-wrapper .submit {
  -webkit-transition: background-color ease 0.25s;
  -moz-transition: background-color ease 0.25s;
  -o-transition: background-color ease 0.25s;
  -ms-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
}
.button-small {
  padding: 0px 0px;
}
.button-alt {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  color: #ffffff;
  background-color: #ff7e00;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-white.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-white.svg'), none;
}
.button-alt .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%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: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.button-alt:hover {
  color: #ffffff;
  background-color: #e67100;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 768px) {
  .nosplit {
    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;
}
.text-blue {
  color: #25aae1;
}
.video-container {
  display: block;
  padding-top: 30px;
  padding-bottom: 56.25%;
  margin: 35px 0px;
  position: relative;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.media-thumbnail {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 0px;
  vertical-align: middle;
  padding: 10px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #282d36;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  max-width: 100%;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.media-gallery > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  border-radius: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-radius: 0px;
  padding: 10px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #282d36;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border: 0px solid #ffd457;
  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: 768px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .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: #282d36;
  background: #ffffff;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border-bottom: 0px solid #ffd457;
  padding: 7px 0px;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row {
    padding: 7px 0px;
  }
}
.page-region form .form-row >label {
  float: left;
  color: #282d36;
  background-color: transparent;
  width: 6.5em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .date-field {
  position: relative;
}
.page-region form .form-row .field .date-field .cal-icon {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-property-search-icon-calendar.png');
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  padding-left: 13px;
  position: absolute;
  top: 3px;
  right: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field .date-field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  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: #282d36;
  background: #ededed;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 0px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 768px) {
  .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=text]:focus,
.page-region form .form-row input[type=password]:focus,
.page-region form .form-row select:focus,
.page-region form .form-row textarea:focus {
  -webkit-box-shadow: 0px 0px 2px #eff9fd;
  box-shadow: 0px 0px 2px #eff9fd;
}
.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: 768px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
    overflow: hidden;
  }
}
.page-region form .form-row label.select-wrap {
  display: inline-block;
  width: 100%;
  margin: 0px;
  position: relative;
}
.page-region form .form-row label.select-wrap::after {
  content: '';
  right: 2px;
  top: 4px;
  width: 30px;
  height: 43px;
  position: absolute;
  pointer-events: none;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-property-search-icon-select.png');
  background-repeat: no-repeat;
  background-size: 40px 20px;
  background-position: 50% 50%;
}
.page-region form .form-row label.select-wrap::before {
  content: '';
  right: 2px;
  top: 4px;
  width: 30px;
  height: 43px;
  background: #ededed;
  position: absolute;
  pointer-events: none;
  display: block;
}
.page-region form .form-row select {
  /* Remove dropdown arrow cross-browser */
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /* Apply Style */
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-property-search-icon-select.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
.page-region form .form-row select::-ms-expand {
  display: none;
  /* Removes dropdown arrow from IE */
}
.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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 {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%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: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #282d36;
  background-color: #fdb813;
}
.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
.ie9 form.f .form-row .field select,
.ie8 form.f .form-row .field select {
  background-image: none;
}
#enquiry_form {
  max-width: 505px;
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    max-width: 290px;
    margin: 0.75em auto;
  }
}
.cta-block .cta .cta-inner {
  color: #282d36;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a {
  display: block;
  color: #282d36;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  padding: 20px;
  overflow: auto;
}
.cta-block .cta .cta-inner a:hover {
  color: #282d36;
  background-color: #ffffff;
  border-color: #ffd457;
}
.cta-block .cta .cta-inner a:hover .button {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0em;
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner a .cta-title {
  display: block;
  color: #25aae1;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px;
  margin: 10px 0px;
}
.cta-block .cta .cta-inner a .cta-description {
  display: block;
  padding: 0px;
}
.cta-block .cta .cta-inner a .button {
  text-align: left;
  width: 100%;
  margin: 15px 0px 0px 0px;
}
.readmore-style-box {
  display: block;
  border: 1px solid #ffd457;
  padding: 20px 15px;
  margin: 10px 0px;
}
.readmore-style-box .readmore-style-button {
  display: block;
  color: #282d36;
  background-color: #ffd457;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  margin: -20px -15px;
}
.readmore-style-box .readmore-style-button:hover {
  background-color: #fdb813;
  text-decoration: none;
}
.readmore-style-box p:first-of-type {
  margin-top: 0px;
  margin-bottom: 0px;
}
.readmore-style-box .readmore-style-break {
  height: 0px;
  margin: 0px;
}
.readmore-style-box .readmore-style-break + * {
  margin-top: 40px;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .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;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  padding-top: 30px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper .news-posts-list > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 12px;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
  margin: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .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-image .media-thumbnail img {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  padding-bottom: 50px;
  min-height: 250px;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    min-height: 0px;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content .read-more {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  width: 100%;
  position: absolute;
  margin: 10px 0px 0px 0px;
  left: 0px;
  bottom: 0px;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content .read-more .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content .read-more img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content .read-more:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #5e6a7f;
}
@media handheld,only screen and (max-width: 768px) {
  .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;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
  display: none;
}
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #5e6a7f;
}
@media handheld,only screen and (max-width: 768px) {
  .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: #5e6a7f;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Raleway', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #282d36;
}
.news-wrapper .news-posts-single .readmore-style-box p:first-of-type {
  margin-top: -20px;
  margin-bottom: -20px;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
div.field .captcha-image {
  display: inline-block;
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search {
    height: auto;
  }
}
.search-wrapper .search input {
  font-family: 'Raleway', Verdana, sans-serif;
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search input {
    font-size: 15px;
  }
}
.search-wrapper .search input.search-button {
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-search-icon.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-search-icon.svg'), none;
  background-size: 18px 18px;
  background-position: 100px 50%;
  font-weight: 700;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-align: left;
  text-transform: uppercase;
  width: 133px;
  padding: 0px 15px;
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search input.search-button {
    color: transparent;
    background-position: 50% 50%;
    width: 45px;
  }
}
.search-wrapper .search input.search-button:hover {
  background-color: #fdb813;
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.font-awesome-icon-wrapper {
  display: inline-block;
  margin-right: 0.25em;
}
.font-awesome-icon-wrapper .svg-inline--fa {
  line-height: 1;
  margin-bottom: -1px;
}
@media handheld,only screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
.mobile-only {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}
form div.calendar {
  z-index: 1;
}
.property-card {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  border: 1px solid #cccccc;
  padding: 10px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  padding: 20px;
  margin-bottom: 12px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-card .placeholder {
  display: block;
  text-align: center;
  height: 145px;
}
.property-card .placeholder img {
  height: 145px;
}
.property-card .media-thumbnail {
  margin: 0px;
}
.property-card .media-thumbnail img {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.property-card .property-stats-wrapper {
  border-bottom: 1px solid #cccccc;
  padding: 16px 0px;
  margin-bottom: 13px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper {
    padding: 10px 0px;
  }
}
.property-card .property-stats-wrapper .property-stats-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  max-width: 185px;
  margin: 0 auto;
}
.property-card .property-stats-wrapper .property-stats-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
    max-width: 325px;
    margin: 0 auto;
  }
  .property-card .property-stats-wrapper .property-stats-block > * {
    font-size: 17px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-card .property-stats-wrapper .property-stats-block .bedrooms-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block .bedrooms-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-card .property-stats-wrapper .property-stats-block .sleeps-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block .sleeps-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-card .property-stats-wrapper .property-stats-block .bedrooms-cell,
.property-card .property-stats-wrapper .property-stats-block .sleeps-cell,
.property-card .property-stats-wrapper .property-stats-block .location-cell {
  color: #6e7581;
  font-size: 15px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block .bedrooms-cell,
  .property-card .property-stats-wrapper .property-stats-block .sleeps-cell,
  .property-card .property-stats-wrapper .property-stats-block .location-cell {
    display: inline-block;
    *display: inline;
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    font-size: 17px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    font-size: 13px;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block .bedrooms-cell,
  .property-card .property-stats-wrapper .property-stats-block .sleeps-cell,
  .property-card .property-stats-wrapper .property-stats-block .location-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon,
.property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .text,
.property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon,
.property-card .property-stats-wrapper .property-stats-block .sleeps-cell .text,
.property-card .property-stats-wrapper .property-stats-block .location-cell .icon,
.property-card .property-stats-wrapper .property-stats-block .location-cell .text {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon,
  .property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .text,
  .property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon,
  .property-card .property-stats-wrapper .property-stats-block .sleeps-cell .text,
  .property-card .property-stats-wrapper .property-stats-block .location-cell .icon,
  .property-card .property-stats-wrapper .property-stats-block .location-cell .text {
    display: block;
  }
}
.property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon,
.property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon,
.property-card .property-stats-wrapper .property-stats-block .location-cell .icon {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon,
  .property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon,
  .property-card .property-stats-wrapper .property-stats-block .location-cell .icon {
    background-position: 50% 50%;
    margin: 3px 0px;
  }
}
.property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon.bedrooms,
.property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon.bedrooms,
.property-card .property-stats-wrapper .property-stats-block .location-cell .icon.bedrooms {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-property-icon-beds.png');
  background-size: 21px 13px;
  width: 21px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon.bedrooms,
  .property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon.bedrooms,
  .property-card .property-stats-wrapper .property-stats-block .location-cell .icon.bedrooms {
    width: 100%;
  }
}
.property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon.sleeps,
.property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon.sleeps,
.property-card .property-stats-wrapper .property-stats-block .location-cell .icon.sleeps {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-property-icon-sleeps.png');
  background-size: 10px 16px;
  width: 10px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon.sleeps,
  .property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon.sleeps,
  .property-card .property-stats-wrapper .property-stats-block .location-cell .icon.sleeps {
    width: 100%;
  }
}
.property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon.location,
.property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon.location,
.property-card .property-stats-wrapper .property-stats-block .location-cell .icon.location {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-property-icon-location.png');
  background-size: 10px 15px;
  width: 10px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .icon.location,
  .property-card .property-stats-wrapper .property-stats-block .sleeps-cell .icon.location,
  .property-card .property-stats-wrapper .property-stats-block .location-cell .icon.location {
    width: 100%;
  }
}
.property-card .property-stats-wrapper .property-stats-block .bedrooms-cell .text,
.property-card .property-stats-wrapper .property-stats-block .sleeps-cell .text,
.property-card .property-stats-wrapper .property-stats-block .location-cell .text {
  line-height: 1.2em;
  vertical-align: middle;
}
.property-card .property-stats-wrapper .property-stats-block .location-cell {
  display: none;
}
.property-card .property-info {
  min-height: 220px;
  padding-bottom: 55px;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .property-card .property-info {
    min-height: 0px;
  }
}
.property-card .property-info .property-name {
  color: #282d36;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0px;
}
.property-card .property-info .property-price {
  color: #25aae1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0px;
}
.property-card .property-info .property-summary {
  line-height: 1.2em;
  margin: 5px 0px;
}
.property-card .property-info .more-info {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
}
.property-card .property-info .more-info .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.property-card .property-info .more-info img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.property-card .property-info .more-info:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.property-listing-card-wrapper {
  border: 1px solid #cccccc;
  padding: 10px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  padding: 20px;
  margin-bottom: 20px;
}
.property-listing-card-wrapper .property-listing-card-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.property-listing-card-wrapper .property-listing-card-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-image {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-image .media-thumbnail {
  margin: 0px;
}
.property-listing-card-wrapper .property-listing-card-block .property-image .media-thumbnail img {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info {
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info {
    padding: 12px 0px;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block > * {
    font-size: 17px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block .property-name {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 56.533333333333%;
  color: #282d36;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block .property-name {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block .property-name {
    display: inline-block;
    *display: inline;
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    font-size: 17px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block .property-name {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block .property-price {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 39.866666666667%;
  color: #25aae1;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block .property-price {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block .property-price {
    display: inline-block;
    *display: inline;
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    font-size: 17px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    text-align: left;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-title-block .property-price {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-summary {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  line-height: 1.2em;
  min-height: 52px;
  margin: 15px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-summary {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-info .property-summary {
    min-height: 0px;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras > * {
    font-size: 17px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  border-top: 1px solid #cccccc;
  padding: 10px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper {
    display: inline-block;
    *display: inline;
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    font-size: 17px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  max-width: 250px;
  margin: 0 auto 0 0;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
    max-width: 325px;
    margin: 0 auto;
  }
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * {
    font-size: 17px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  color: #6e7581;
  font-size: 15px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * {
    display: inline-block;
    *display: inline;
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    font-size: 17px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    font-size: 13px;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * > * {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * > * {
    display: block;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * .icon {
  margin-right: 5px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * .icon {
    margin: 0px;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * .icon img {
  vertical-align: middle;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > * .text {
  vertical-align: middle;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-stats-wrapper .property-stats-block > .location-cell {
  display: none;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper {
    display: inline-block;
    *display: inline;
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    font-size: 17px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block > * {
    font-size: 17px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell,
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell,
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell {
    display: block;
    text-align: right;
    display: inline-block;
    *display: inline;
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    font-size: 17px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell a,
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell a {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) and handheld,only screen and (max-width: 1024px) and (min-width: 769px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell,
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell,
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell {
    display: inline-block;
    *display: inline;
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    font-size: 17px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell,
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .more-info,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .more-info {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  width: 100%;
  margin: 0px 0px 0px 5px;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .more-info .button-arrow,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .more-info .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .more-info img,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .more-info img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .more-info:hover,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .more-info:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .more-info,
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .more-info {
    margin: 3px 0px;
  }
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .book-now,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .book-now {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  color: #ffffff;
  background-color: #ff7e00;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-white.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-white.svg'), none;
  width: 100%;
  margin: 0px 0px 0px 5px;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .book-now .button-arrow,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .book-now .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .book-now img,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .book-now img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .book-now:hover,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .book-now:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .book-now:hover,
.property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .book-now:hover {
  color: #ffffff;
  background-color: #e67100;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .more-info-cell .book-now,
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell .book-now {
    margin: 3px 0px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .property-listing-card-wrapper .property-listing-card-block .property-info-wrapper .property-extras .property-buttons-wrapper .property-buttons-block .book-now-cell {
    margin-top: 5px;
  }
}
.property-listing-detail-wrapper {
  /* These elements change order/column depending on breakpoint */
}
.property-listing-detail-wrapper .property-gallery-wrapper {
  margin-bottom: 50px;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper {
    margin-bottom: 20px;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  /* Gallery Main Image */
  /* Gallery Thumb Navigation */
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  margin-bottom: 0.5%;
  /* Same value as override Gutter Size below */
  position: relative;
  /* Gallery Left/Right Nav */
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 56.56%;
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  position: absolute;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery .media-thumbnail {
    width: 100%;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery .media-thumbnail img {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery .media-thumbnail .media-caption {
  display: block;
  color: #ffffff;
  font-size: 1em;
  font-family: 'Raleway', Verdana, sans-serif;
  line-height: 1;
  width: 100% !important;
  padding: 10px 10px;
  margin: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  white-space: normal;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery .media-thumbnail .media-caption {
    font-size: 0.8em;
    padding: 7px 5px;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .media-gallery.property-gallery .media-thumbnail .media-caption {
    font-size: 0.6em;
    padding: 5px 5px;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .property-hero-left,
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .property-hero-right {
  background-size: 23px 41px;
  width: 23px;
  height: 41px;
  position: absolute;
  top: 48%;
  bottom: 48%;
  z-index: 10;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .property-hero-left,
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .property-hero-right {
    background-size: 11.5px 20.5px;
    width: 11.5px;
    height: 20.5px;
    top: 45%;
    bottom: 45%;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .property-hero-left {
  left: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .property-hero-left {
    left: 10px;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .property-hero-right {
  right: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-main-image-cell .property-hero-right {
    right: 10px;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell {
    display: none;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell .media-gallery.property-gallery-thumbs {
  /* Override Gutter Size */
  font-size: 0;
  display: block;
  margin-left: -0.5%;
  width: 100.5%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell .media-gallery.property-gallery-thumbs > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell .media-gallery.property-gallery-thumbs {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell .media-gallery.property-gallery-thumbs .media-thumbnail {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 0.5%;
  vertical-align: top;
  width: 24.5%;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell .media-gallery.property-gallery-thumbs .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell .media-gallery.property-gallery-thumbs .media-thumbnail img {
  border: none;
  margin: 0;
  padding: 0;
}
.property-listing-detail-wrapper .property-gallery-wrapper .property-gallery-constrain .property-gallery-block .property-thumbnail-nav-cell .media-gallery.property-gallery-thumbs .media-thumbnail .media-caption {
  display: none;
}
.property-listing-detail-wrapper .property-listing-detail-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.property-listing-detail-wrapper .property-listing-detail-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-listing-detail-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .booking-link {
    margin-bottom: 20px;
  }
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .contact-links-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .contact-links-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .contact-links-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .contact-links-block .booking-link-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .contact-links-block .booking-link-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .contact-links-block .contact-link-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .contact-links-block .contact-link-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .review-buttons-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .review-buttons-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .review-buttons-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .review-buttons-block .review-button-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .review-buttons-block .review-button-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .review-buttons-block .review-button-cell .button {
  width: 100%;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-main-content-cell .map {
  margin-top: 1.5em;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell > div {
  border: 1px solid #cccccc;
  padding: 10px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  margin-bottom: 20px;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell > div h3 {
  margin-top: 5px;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell .booking-link {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell .why-book-with-us {
  color: #ffffff;
  background: #25aae1 url('../../include/resources/cairnsholidayhomes/images/i-watermark-espanade-fish.png') 95% 100% no-repeat;
  background-size: 154px 98px;
  border-color: #25aae1;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell .why-book-with-us h2,
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell .why-book-with-us h3,
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell .why-book-with-us h4,
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell .why-book-with-us h5,
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell .why-book-with-us h6 {
  color: #ffffff;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell .map {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.property-listing-detail-wrapper .property-listing-detail-block .property-sidebar-cell .book-button {
  margin: 0px;
}
.property-listing-detail-wrapper .rates .checkfront-widget {
  min-height: 488px;
  margin-top: 15px;
}
.property-listing-detail-wrapper #review-form .file-upload-container {
  display: inline;
}
.property-listing-detail-wrapper .feature-summary .feature {
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border-bottom: 1px solid #ededed;
  padding: 4px 0px;
}
.property-listing-detail-wrapper .feature-summary .feature:last-child {
  border-bottom: none;
}
.property-listing-detail-wrapper .feature-summary .feature .feature-icon-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  width: 10%;
  min-width: 25px;
  vertical-align: middle;
  margin-right: 1%;
}
.property-listing-detail-wrapper .feature-summary .feature .feature-icon-cell .feature-icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 25px;
  max-width: 100%;
  height: 25px;
}
.property-listing-detail-wrapper .feature-summary .feature .feature-icon-cell .feature-icon.guests {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-property-icon-sleeps.png');
  background-size: 10px 16px;
}
.property-listing-detail-wrapper .feature-summary .feature .feature-icon-cell .feature-icon.bedrooms {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-property-icon-beds.png');
  background-size: 21px 13px;
}
.property-listing-detail-wrapper .feature-summary .feature .feature-icon-cell .feature-icon.location {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-property-icon-location.png');
  background-size: 10px 15px;
}
.property-listing-detail-wrapper .feature-summary .feature .feature-icon-cell .feature-icon.si-glyph {
  margin-left: 6px;
  width: 16px;
  height: 16px;
}
.property-listing-detail-wrapper .feature-summary .feature .feature-icon-cell .feature-icon.si-glyph * {
  fill: #6e7581;
}
.property-listing-detail-wrapper .feature-summary .feature .feature-description-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  width: 80%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .feature-summary .feature .feature-description-cell .feature-config {
    display: none;
  }
}
.property-listing-detail-wrapper .feature-summary .view-full-list-link {
  display: inline-block;
  margin: 10px 0px 20px 0px;
}
.property-listing-detail-wrapper .all-reviews {
  max-height: 100em;
  overflow-y: auto;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .all-reviews {
    max-height: 30em;
  }
}
.property-listing-detail-wrapper .all-reviews > hr {
  display: none;
}
.property-listing-detail-wrapper .all-reviews .review {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin: 20px 0px;
}
.property-listing-detail-wrapper .all-reviews .review > *:first-child {
  margin-top: 0em;
}
.property-listing-detail-wrapper .all-reviews .review > *:last-child {
  margin-bottom: 0em;
}
.property-listing-detail-wrapper .all-reviews .review .review-body {
  margin-bottom: 20px;
}
.property-listing-detail-wrapper .all-reviews .review .review-body > *:first-child {
  margin-top: 0em;
}
.property-listing-detail-wrapper .all-reviews .review .review-body > *:last-child {
  margin-bottom: 0em;
}
.property-listing-detail-wrapper .all-reviews .review .review-rating {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.property-listing-detail-wrapper .all-reviews .review .review-rating .rating-icon {
  color: #1e902f;
  margin-right: 10px;
}
.property-listing-detail-wrapper .all-reviews .review .media-gallery .media-thumbnail {
  background-color: #fff;
}
.property-listing-detail-wrapper .all-reviews .review .review-reply {
  display: block;
  background-color: #ededed;
  padding: 10px;
  margin-top: 20px;
}
.property-listing-detail-wrapper .all-reviews .review .review-reply > *:first-child {
  margin-top: 0em;
}
.property-listing-detail-wrapper .all-reviews .review .review-reply > *:last-child {
  margin-bottom: 0em;
}
.property-listing-detail-wrapper .all-reviews .review.featured {
  background-color: #e9f5fb;
  border-color: #25aae1;
}
.property-listing-detail-wrapper .all-reviews .review.featured .review-reply {
  background-color: #fff;
}
.property-listing-detail-wrapper .all-reviews #read-reviews hr {
  display: none;
}
.property-listing-detail-wrapper .property-map {
  height: 320px;
}
@media handheld,only screen and (max-width: 768px) {
  .property-listing-detail-wrapper .property-map {
    height: 230px;
  }
}
.property-listing-detail-wrapper .book-button {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  width: 100%;
}
.property-listing-detail-wrapper .book-button .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.property-listing-detail-wrapper .book-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.property-listing-detail-wrapper .book-button:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.property-listing-detail-wrapper .contact-button {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  color: #ffffff;
  background-color: #ff7e00;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-white.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-white.svg'), none;
  width: 100%;
}
.property-listing-detail-wrapper .contact-button .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.property-listing-detail-wrapper .contact-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.property-listing-detail-wrapper .contact-button:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.property-listing-detail-wrapper .contact-button:hover {
  color: #ffffff;
  background-color: #e67100;
}
.booking-page .checkfront-widget {
  min-height: 1300px;
  margin-top: 30px;
  max-width: 900px;
}
#hero-search-box {
  margin-bottom: 40px;
}
form.property-search-form .form-row {
  padding: 0;
}
form.property-search-form .basic-search-info-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  position: relative;
}
form.property-search-form .basic-search-info-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .basic-search-info-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
form.property-search-form .basic-search-info-block .sleeps-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .basic-search-info-block .sleeps-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form.property-search-form .basic-search-info-block .location-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .basic-search-info-block .location-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form.property-search-form .basic-search-info-block .arrival-date-cell,
form.property-search-form .basic-search-info-block .departure-date-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 14.866666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .basic-search-info-block .arrival-date-cell,
  form.property-search-form .basic-search-info-block .departure-date-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form.property-search-form .basic-search-info-block .see-homes-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 6.5333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .basic-search-info-block .see-homes-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form.property-search-form .basic-search-info-block .sleeps-cell .form-row,
form.property-search-form .basic-search-info-block .location-cell .form-row,
form.property-search-form .basic-search-info-block .arrival-date-cell .form-row,
form.property-search-form .basic-search-info-block .departure-date-cell .form-row,
form.property-search-form .basic-search-info-block .see-homes-cell .form-row {
  background-color: transparent;
}
form.property-search-form .basic-search-info-block .sleeps-cell >label,
form.property-search-form .basic-search-info-block .sleeps-cell .field,
form.property-search-form .basic-search-info-block .location-cell >label,
form.property-search-form .basic-search-info-block .location-cell .field,
form.property-search-form .basic-search-info-block .arrival-date-cell >label,
form.property-search-form .basic-search-info-block .arrival-date-cell .field,
form.property-search-form .basic-search-info-block .departure-date-cell >label,
form.property-search-form .basic-search-info-block .departure-date-cell .field,
form.property-search-form .basic-search-info-block .see-homes-cell >label,
form.property-search-form .basic-search-info-block .see-homes-cell .field {
  float: none;
  display: block;
  width: 100%;
  margin: 0px;
}
form.property-search-form .basic-search-info-block .sleeps-cell >label,
form.property-search-form .basic-search-info-block .location-cell >label,
form.property-search-form .basic-search-info-block .arrival-date-cell >label,
form.property-search-form .basic-search-info-block .departure-date-cell >label,
form.property-search-form .basic-search-info-block .see-homes-cell >label {
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  margin: 5px 0px;
}
form.property-search-form .basic-search-info-block .sleeps-cell .field input[type=text],
form.property-search-form .basic-search-info-block .sleeps-cell .field input[type=password],
form.property-search-form .basic-search-info-block .sleeps-cell .field select,
form.property-search-form .basic-search-info-block .sleeps-cell .field textarea,
form.property-search-form .basic-search-info-block .location-cell .field input[type=text],
form.property-search-form .basic-search-info-block .location-cell .field input[type=password],
form.property-search-form .basic-search-info-block .location-cell .field select,
form.property-search-form .basic-search-info-block .location-cell .field textarea,
form.property-search-form .basic-search-info-block .arrival-date-cell .field input[type=text],
form.property-search-form .basic-search-info-block .arrival-date-cell .field input[type=password],
form.property-search-form .basic-search-info-block .arrival-date-cell .field select,
form.property-search-form .basic-search-info-block .arrival-date-cell .field textarea,
form.property-search-form .basic-search-info-block .departure-date-cell .field input[type=text],
form.property-search-form .basic-search-info-block .departure-date-cell .field input[type=password],
form.property-search-form .basic-search-info-block .departure-date-cell .field select,
form.property-search-form .basic-search-info-block .departure-date-cell .field textarea,
form.property-search-form .basic-search-info-block .see-homes-cell .field input[type=text],
form.property-search-form .basic-search-info-block .see-homes-cell .field input[type=password],
form.property-search-form .basic-search-info-block .see-homes-cell .field select,
form.property-search-form .basic-search-info-block .see-homes-cell .field textarea {
  width: 100%;
  height: 45px;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .basic-search-info-block .sleeps-cell .field input[type=text],
  form.property-search-form .basic-search-info-block .sleeps-cell .field input[type=password],
  form.property-search-form .basic-search-info-block .sleeps-cell .field select,
  form.property-search-form .basic-search-info-block .sleeps-cell .field textarea,
  form.property-search-form .basic-search-info-block .location-cell .field input[type=text],
  form.property-search-form .basic-search-info-block .location-cell .field input[type=password],
  form.property-search-form .basic-search-info-block .location-cell .field select,
  form.property-search-form .basic-search-info-block .location-cell .field textarea,
  form.property-search-form .basic-search-info-block .arrival-date-cell .field input[type=text],
  form.property-search-form .basic-search-info-block .arrival-date-cell .field input[type=password],
  form.property-search-form .basic-search-info-block .arrival-date-cell .field select,
  form.property-search-form .basic-search-info-block .arrival-date-cell .field textarea,
  form.property-search-form .basic-search-info-block .departure-date-cell .field input[type=text],
  form.property-search-form .basic-search-info-block .departure-date-cell .field input[type=password],
  form.property-search-form .basic-search-info-block .departure-date-cell .field select,
  form.property-search-form .basic-search-info-block .departure-date-cell .field textarea,
  form.property-search-form .basic-search-info-block .see-homes-cell .field input[type=text],
  form.property-search-form .basic-search-info-block .see-homes-cell .field input[type=password],
  form.property-search-form .basic-search-info-block .see-homes-cell .field select,
  form.property-search-form .basic-search-info-block .see-homes-cell .field textarea {
    margin-bottom: 10px;
  }
}
form.property-search-form .basic-search-info-block .sleeps-cell .field select,
form.property-search-form .basic-search-info-block .location-cell .field select,
form.property-search-form .basic-search-info-block .arrival-date-cell .field select,
form.property-search-form .basic-search-info-block .departure-date-cell .field select,
form.property-search-form .basic-search-info-block .see-homes-cell .field select {
  cursor: pointer;
}
form.property-search-form .basic-search-info-block .sleeps-cell .see-homes,
form.property-search-form .basic-search-info-block .location-cell .see-homes,
form.property-search-form .basic-search-info-block .arrival-date-cell .see-homes,
form.property-search-form .basic-search-info-block .departure-date-cell .see-homes,
form.property-search-form .basic-search-info-block .see-homes-cell .see-homes {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-search-icon.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-search-icon.svg'), none;
  background-size: 18px 18px;
  background-position: 50% 50%;
  vertical-align: bottom;
  height: 45px;
  margin: 0px;
  position: absolute;
  right: 0px;
  bottom: 5px;
}
form.property-search-form .basic-search-info-block .sleeps-cell .see-homes .button-arrow,
form.property-search-form .basic-search-info-block .location-cell .see-homes .button-arrow,
form.property-search-form .basic-search-info-block .arrival-date-cell .see-homes .button-arrow,
form.property-search-form .basic-search-info-block .departure-date-cell .see-homes .button-arrow,
form.property-search-form .basic-search-info-block .see-homes-cell .see-homes .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
form.property-search-form .basic-search-info-block .sleeps-cell .see-homes img,
form.property-search-form .basic-search-info-block .location-cell .see-homes img,
form.property-search-form .basic-search-info-block .arrival-date-cell .see-homes img,
form.property-search-form .basic-search-info-block .departure-date-cell .see-homes img,
form.property-search-form .basic-search-info-block .see-homes-cell .see-homes img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
form.property-search-form .basic-search-info-block .sleeps-cell .see-homes:hover,
form.property-search-form .basic-search-info-block .location-cell .see-homes:hover,
form.property-search-form .basic-search-info-block .arrival-date-cell .see-homes:hover,
form.property-search-form .basic-search-info-block .departure-date-cell .see-homes:hover,
form.property-search-form .basic-search-info-block .see-homes-cell .see-homes:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .basic-search-info-block .sleeps-cell .see-homes,
  form.property-search-form .basic-search-info-block .location-cell .see-homes,
  form.property-search-form .basic-search-info-block .arrival-date-cell .see-homes,
  form.property-search-form .basic-search-info-block .departure-date-cell .see-homes,
  form.property-search-form .basic-search-info-block .see-homes-cell .see-homes {
    margin-top: 10px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
form.property-search-form .features-search-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  margin-bottom: 5px;
}
form.property-search-form .features-search-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .features-search-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
form.property-search-form .features-search-block div.stacked {
  display: inline-block;
  padding-right: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .features-search-block div.stacked {
    display: block;
  }
  form.property-search-form .features-search-block div.stacked label {
    display: inline;
  }
}
form.property-search-form .features-search-block .features-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .features-search-block .features-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form.property-search-form .features-search-block .features-cell label {
  width: auto;
  margin-right: 30px;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .features-search-block .features-cell label {
    display: block;
    margin-right: 0px;
  }
}
form.property-search-form .features-search-block .features-cell label input {
  margin-right: 8px;
}
form.property-search-form .buttons-search-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
form.property-search-form .buttons-search-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .buttons-search-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
form.property-search-form .buttons-search-block .buttons-padding-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .buttons-search-block .buttons-padding-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form.property-search-form .buttons-search-block .buttons-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .buttons-search-block .buttons-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .buttons-search-block .buttons-cell {
    text-align: left;
  }
}
form.property-search-form .buttons-search-block .buttons-cell .buttons-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
form.property-search-form .buttons-search-block .buttons-cell .buttons-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .buttons-search-block .buttons-cell .buttons-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
form.property-search-form .buttons-search-block .buttons-cell .buttons-block .advanced-search-cell,
form.property-search-form .buttons-search-block .buttons-cell .buttons-block .see-homes-cell {
  padding-top: 5px;
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .buttons-search-block .buttons-cell .buttons-block .advanced-search-cell,
  form.property-search-form .buttons-search-block .buttons-cell .buttons-block .see-homes-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form.property-search-form .buttons-search-block .buttons-cell .buttons-block .advanced-search-cell .advanced-search-btn {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 14px;
  font-family: 'Raleway', Verdana, sans-serif;
  border-bottom: 1px solid #25aae1;
  padding-bottom: 2px;
  margin: 8px 10px;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .buttons-search-block .buttons-cell .buttons-block .advanced-search-cell .advanced-search-btn {
    margin: 15px 0px;
  }
}
form.property-search-form .buttons-search-block .buttons-cell .buttons-block .advanced-search-cell .advanced-search-btn:hover {
  text-decoration: none;
  border-bottom-color: #1a8bb9;
}
form.property-search-form .buttons-search-block .buttons-cell .buttons-block .see-homes-cell .see-homes {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-search-icon.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-search-icon.svg'), none;
  background-size: 18px 18px;
  background-position: 90% 50%;
  margin: 0px;
}
form.property-search-form .buttons-search-block .buttons-cell .buttons-block .see-homes-cell .see-homes .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
form.property-search-form .buttons-search-block .buttons-cell .buttons-block .see-homes-cell .see-homes img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
form.property-search-form .buttons-search-block .buttons-cell .buttons-block .see-homes-cell .see-homes:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .buttons-search-block .buttons-cell .buttons-block .see-homes-cell .see-homes {
    background-position: 95% 50%;
    width: 100%;
  }
}
form.property-search-form .advanced-search-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
form.property-search-form .advanced-search-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .advanced-search-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
form.property-search-form .advanced-search-block .keywords-cell,
form.property-search-form .advanced-search-block .property-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  form.property-search-form .advanced-search-block .keywords-cell,
  form.property-search-form .advanced-search-block .property-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form.property-search-form .advanced-search-block .keywords-cell label,
form.property-search-form .advanced-search-block .keywords-cell .field,
form.property-search-form .advanced-search-block .property-cell label,
form.property-search-form .advanced-search-block .property-cell .field {
  float: none;
  display: block;
  width: 100%;
  margin: 0px;
}
form.property-search-form .advanced-search-block .keywords-cell label,
form.property-search-form .advanced-search-block .property-cell label {
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  margin: 5px 0px;
}
form.property-search-form .advanced-search-block .keywords-cell .field input[type=text],
form.property-search-form .advanced-search-block .keywords-cell .field input[type=password],
form.property-search-form .advanced-search-block .keywords-cell .field select,
form.property-search-form .advanced-search-block .keywords-cell .field textarea,
form.property-search-form .advanced-search-block .property-cell .field input[type=text],
form.property-search-form .advanced-search-block .property-cell .field input[type=password],
form.property-search-form .advanced-search-block .property-cell .field select,
form.property-search-form .advanced-search-block .property-cell .field textarea {
  width: 100%;
  height: 45px;
}
form.property-search-form .advanced-search-block .keywords-cell .field select,
form.property-search-form .advanced-search-block .property-cell .field select {
  cursor: pointer;
}
.see-all-homes {
  background-color: #3fc1f7;
  padding: 30px 30px;
}
.see-all-homes .see-all-homes-intro-wrapper {
  border-bottom: 1px solid #25aae1;
  padding: 0px;
  padding-bottom: 30px;
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .see-all-homes-intro-wrapper {
    border-bottom: none;
    padding-bottom: 15px;
  }
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-title-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-title-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-title-cell .title {
  font-size: 27px;
  font-weight: 300;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height: 1em;
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-title-cell a.title {
  color: #ffffff;
  text-decoration: none;
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-title-cell a.title:hover {
  color: #ffd457;
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  text-align: right;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell {
    text-align: left;
    margin: 10px 0px;
  }
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell .special-offers {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell .special-offers .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell .special-offers img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell .special-offers:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.see-all-homes .search-categories {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.see-all-homes .search-categories > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .search-categories {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.see-all-homes .search-categories > div {
  font-family: 'Source Sans Pro', Verdana, sans-serif;
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .search-categories > div {
    border-top: 1px solid #25aae1;
  }
}
.see-all-homes .search-categories > div > .title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0px;
}
.see-all-homes .search-categories > div > hr {
  margin: 0px;
}
.see-all-homes .search-categories .by-type {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 35.7%;
  padding-right: 25px;
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .search-categories .by-type {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .search-categories .by-type {
    padding-right: 0px;
  }
}
.see-all-homes .search-categories .by-location {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 35.7%;
  padding-right: 25px;
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .search-categories .by-location {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .search-categories .by-location {
    padding-right: 0px;
  }
}
.see-all-homes .search-categories .by-price {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .see-all-homes .search-categories .by-price {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
#nav-see-all-homes {
  width: 820px;
}
@media handheld,only screen and (max-width: 768px) {
  #nav-see-all-homes {
    display: none;
  }
}
#nav-see-all-homes .search-category-list {
  background-color: transparent;
  padding: 0px;
  position: relative;
  padding: 10px 0px 0px 0px;
  top: auto;
  right: auto;
}
#nav-see-all-homes .search-category-list li {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-bullet-arrow-white.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-bullet-arrow-white.svg'), none;
  background-position: 0% 6px;
  background-repeat: no-repeat;
  background-size: 5px 8px;
  padding-left: 15px;
}
#nav-see-all-homes .search-category-list li a {
  font-weight: 400;
  line-height: 1.15em;
  text-transform: none;
  padding: 0px;
  margin: 10px 0px;
  white-space: normal;
}
#nav-see-all-homes .search-category-list li.rates-comparison {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-bullet-arrow-rates-comparison.svg'), none;
  color: #FFDB00;
}
#nav-see-all-homes .search-category-list li.rates-comparison a {
  margin-top: 1.5em;
  font-weight: bold;
  color: inherit;
}
.content-wrapper .see-all-homes {
  display: none;
  color: #ffffff;
  margin-bottom: 50px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .see-all-homes {
    display: block;
    margin-bottom: 35px;
  }
}
.content-wrapper .see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell .special-offers {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0px;
}
.content-wrapper .see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell .special-offers .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%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 .see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell .special-offers img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell .special-offers:hover {
  color: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .see-all-homes .see-all-homes-intro-wrapper .see-all-homes-intro-block .see-all-homes-special-offers-cell .special-offers {
    width: 100%;
    margin: 10px 0px;
  }
}
.content-wrapper .see-all-homes .search-category-list {
  background-color: transparent;
  padding: 0px;
  position: relative;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  top: auto;
  right: auto;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .see-all-homes .search-category-list {
    padding: 15px 0px;
  }
}
.content-wrapper .see-all-homes .search-category-list li {
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-bullet-arrow-white.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-bullet-arrow-white.svg'), none;
  background-position: 0% 6px;
  background-repeat: no-repeat;
  background-size: 5px 8px;
  padding-left: 15px;
}
.content-wrapper .see-all-homes .search-category-list li a {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.15em;
  text-transform: none;
  padding: 0px;
  margin: 10px 0px;
  white-space: normal;
}
.content-wrapper .see-all-homes .search-category-list li a:hover {
  color: #ffd457;
  text-decoration: none;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  padding: 2px 6px 3px;
  border: 2px outset buttonface;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #ffffff;
  font-weight: 400;
  font-family: 'Raleway', Verdana, sans-serif;
  line-height: 1.35em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region {
    padding: 0em;
  }
}
.header-wrapper {
  background: #ffffff;
  border-top: 5px solid #25aae1;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper {
    padding-top: 45px;
  }
}
.header-wrapper .header-constrain {
  font-size: 17px;
  width: 1010px;
  margin: 0px auto;
  color: #282d36;
  border-radius: 0px;
  padding: 33px 10px;
}
@media screen and (max-width: 1047.7178423237px) {
  .header-wrapper .header-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain {
    padding: 10px 10px;
  }
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell img {
    width: 160px;
  }
}
.header-wrapper .header-constrain .header-block .header-contact-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
  text-align: right;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .header-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .header-contact-cell {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .header-contact-cell p {
    font-size: 14px;
    margin: 5px 0px;
  }
}
.header-wrapper .header-constrain .header-block a {
  color: #002a5c;
}
.header-wrapper .header-constrain .header-block a:hover {
  color: #25aae1;
}
.nav-wrapper {
  background: #25aae1;
  position: relative;
  z-index: 20;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
  }
}
.nav-wrapper .nav-constrain {
  font-size: 17px;
  width: 1010px;
  margin: 0px auto;
  color: #ffffff;
  border-radius: 0px;
}
@media screen and (max-width: 1047.7178423237px) {
  .nav-wrapper .nav-constrain {
    width: 96.4%;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  text-align: center;
  z-index: 20;
  /* Top Level */
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    overflow: hidden;
    text-align: left;
    width: 100%;
    margin-left: 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #ffffff;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  background: transparent url('../../include/resources/cairnsholidayhomes/images/g-menu.svg') 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding: 0.25em 0em 1em 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  position: relative;
  padding: 0em;
  margin: 0em;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li > a {
  display: block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 28px 25px;
  white-space: nowrap;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
            &.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: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li > a {
    white-space: normal;
    padding: 6px 10px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li > a:hover {
  color: #ffffff;
  background-color: #3fc1f7;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-nav-hover-arrow.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
              &.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: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li > a:hover {
    background-image: none;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li > a.nav-hilite {
  color: #ffd457;
}
.nav-wrapper .nav-constrain .nav-block ul li > a.nav-hilite:hover {
  color: #ffd457;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  background-color: #3fc1f7;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 77px;
  left: 0em;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    display: none;
    background: transparent;
    height: auto;
    border: none;
    border-radius: 0px;
    padding-left: 1.75em;
    margin-bottom: -1px;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  background-color: #3fc1f7;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: none;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .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 {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .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 > a {
  color: #ffffff;
  padding: 0.5em 2em 0.5em 1em;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                &.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: 2.5em;

                  @media handheld, only screen and (max-width: @compactNavWidth) {
                    background-image: none;
                    padding-right: 0;
                  }
                }
                */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > a {
    padding: 0.75em 1.5em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > a:hover {
  color: #ffd457;
  background-color: #3fc1f7;
  background-image: none;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                  &.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;
                    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: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > a:hover {
    color: #ffd457;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .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: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.feature-wrapper {
  background: #282d36;
  position: relative;
  overflow: hidden;
}
.feature-wrapper.home {
  height: 700px;
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper.home {
    height: auto;
  }
}
.feature-wrapper .feature-image-wrapper {
  background: #282d36;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  z-index: 0;
}
@media handheld,only screen and (min-width: 1700px) {
  .feature-wrapper .feature-image-wrapper {
    width: 100%;
    height: auto;
    left: 0%;
    margin-left: 0px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .feature-image-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    left: 0px;
    margin-left: 0px;
  }
}
.feature-wrapper .feature-image-wrapper .media-thumbnail {
  height: 100%;
  margin: 0em auto;
}
@media handheld,only screen and (min-width: 1700px) {
  .feature-wrapper .feature-image-wrapper .media-thumbnail {
    width: 100%;
    height: auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .feature-image-wrapper .media-thumbnail {
    height: auto;
  }
}
.feature-wrapper .feature-image-wrapper .media-thumbnail img {
  height: 100%;
  padding: 0px;
  border: none;
}
@media handheld,only screen and (min-width: 1700px) {
  .feature-wrapper .feature-image-wrapper .media-thumbnail img {
    width: 100%;
    height: auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .feature-image-wrapper .media-thumbnail img {
    height: auto;
  }
}
.feature-wrapper .feature-image-wrapper .media-thumbnail .media-caption {
  display: none;
}
.feature-wrapper .property-search-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper {
    position: relative;
  }
}
.feature-wrapper .property-search-wrapper.home {
  margin: 200px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper.home {
    margin: 0px;
  }
}
.feature-wrapper .property-search-wrapper.internal {
  margin: 65px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper.internal {
    display: none;
  }
}
.feature-wrapper .property-search-wrapper .property-search-constrain {
  font-size: 17px;
  width: 1010px;
  margin: 0px auto;
  padding: 35px 25px 25px 25px;
  position: relative;
}
@media screen and (max-width: 1047.7178423237px) {
  .feature-wrapper .property-search-wrapper .property-search-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper .property-search-constrain {
    width: 100%;
  }
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  height: 100%;
  position: relative;
  z-index: 10;
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  color: #282d36;
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block .property-search-title-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block .property-search-title-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block .property-search-title-cell .title {
  font-size: 34px;
  font-weight: 300;
  line-height: 1em;
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block .property-search-description-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block .property-search-description-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block .property-search-description-cell {
    text-align: left;
    margin: 10px 0px;
  }
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-intro-block .property-search-description-cell .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25em;
}
.feature-wrapper .property-search-wrapper .property-search-constrain .property-search-block .property-search-cell .property-search-form-wrapper {
  border-top: 1px solid #ededed;
  margin-top: 20px;
  padding-top: 10px;
  /* Additional styliing in properties.less */
}
.feature-wrapper .property-search-wrapper .property-search-constrain:after {
  display: block;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.95;
}
.testimonials-wrapper {
  background: #25aae1 url('../../include/resources/cairnsholidayhomes/images/i-watermark-espanade-fish.png') 95% 100% no-repeat;
  background-size: 308px 196px;
  position: relative;
}
.testimonials-wrapper .testimonials-constrain {
  font-size: 17px;
  width: 1010px;
  margin: 0px auto;
  color: #ffffff;
  border-radius: 0px;
  padding: 40px 10px;
}
@media screen and (max-width: 1047.7178423237px) {
  .testimonials-wrapper .testimonials-constrain {
    width: 96.4%;
  }
}
.testimonials-wrapper .testimonials-constrain .testimonials-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper .testimonials-constrain .testimonials-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  text-align: center;
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell p {
  font-size: 27px;
  font-weight: 300;
  line-height: 1.15em;
  margin: 0em;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .testimonial-name {
  font-weight: 500;
  font-style: italic;
  margin: 1em 0em 1em 0em;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .taipan-contentpanel-panel {
  position: relative;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .hero-wrapper {
  background-color: transparent;
  width: 100%;
  position: relative;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .hero-wrapper .hero-container {
  width: 990px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .hero-wrapper .hero-container {
    width: 85vw;
  }
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .hero-wrapper .hero-container .taipan-hero-block {
  width: 6000vw;
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .hero-wrapper .hero-container .taipan-hero-block {
    padding: 0em;
    margin: 0em;
  }
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
  display: inline-block;
  width: 990px;
  max-width: 100%;
  height: 100%;
  vertical-align: top;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 85vw;
  }
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .taipan-contentpanel-navregion {
  margin-bottom: 25px;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .taipan-contentpanel-nav {
  text-align: center;
  width: 100vw;
  position: absolute;
  margin: 0;
  left: 0px;
  z-index: 15;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .taipan-contentpanel-nav li {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  list-style-type: none;
  text-align: center;
  padding: 0em;
  margin: 0em;
  overflow: hidden;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .taipan-contentpanel-nav li a {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  color: transparent;
  background-color: #68bbe3;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .taipan-contentpanel-nav li a.taipan-hero-link-global {
  display: none;
}
.testimonials-wrapper .testimonials-constrain .testimonials-block .testimonials-cell .taipan-contentpanel-nav li.currentslide a {
  background-color: #ffffff;
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper .content-constrain {
  font-size: 17px;
  width: 1010px;
  margin: 0px auto;
  color: #282d36;
  border-radius: 0px;
  padding: 40px 10px;
}
@media screen and (max-width: 1047.7178423237px) {
  .content-wrapper .content-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain {
    padding: 20px 10px;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .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 {
  -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: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #282d36;
  background-color: #ffd457;
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.png');
  background-image: url('../../include/resources/cairnsholidayhomes/images/i-button-arrow-navy.svg'), none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #ffd457;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 12px 45px 12px 14px;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23282d36%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: #282d36;
  background-color: #fdb813;
  border-color: #ffd457;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.search-wrapper {
  background: #25aae1;
}
.search-wrapper .search-constrain {
  font-size: 17px;
  width: 1010px;
  margin: 0px auto;
  color: #ffffff;
  border-radius: 0px;
  padding: 15px 10px;
}
@media screen and (max-width: 1047.7178423237px) {
  .search-wrapper .search-constrain {
    width: 96.4%;
  }
}
.search-wrapper .search-constrain .search-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.search-wrapper .search-constrain .search-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search-constrain .search-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.search-wrapper .search-constrain .search-block .search-label-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search-constrain .search-block .search-label-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search-constrain .search-block .search-label-cell {
    display: none;
  }
}
.search-wrapper .search-constrain .search-block .search-label-cell p {
  font-size: 35px;
  font-weight: 300;
  line-height: 1em;
  margin: 0.25em 0em;
}
.search-wrapper .search-constrain .search-block .search-form-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search-constrain .search-block .search-form-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper {
  background: #282d36;
}
.footer-wrapper .footer-constrain {
  font-size: 17px;
  width: 1010px;
  margin: 0px auto;
  color: #6e7581;
  padding: 110px 10px;
}
@media screen and (max-width: 1047.7178423237px) {
  .footer-wrapper .footer-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
    padding: 40px 10px;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  position: relative;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 17px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 17px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block p {
  font-weight: 500;
  margin: 0.5em 0em;
}
.footer-wrapper .footer-constrain .footer-block a {
  color: #6e7581;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #ffd457;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block table {
  margin: 0em 0em 2.5em 0em;
}
.footer-wrapper .footer-constrain .footer-block table tr th,
.footer-wrapper .footer-constrain .footer-block table tr td {
  font-weight: 500;
  text-align: left;
  padding: 0em 0.5em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block table tr th,
  .footer-wrapper .footer-constrain .footer-block table tr td {
    text-align: center;
  }
}
.footer-wrapper .footer-constrain .footer-block table tr th {
  color: #6e7581;
}
.footer-wrapper .footer-constrain .footer-block table tr td {
  color: #ffffff;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block table tr td {
    font-size: 14px;
  }
}
.footer-wrapper .footer-constrain .footer-block table tr td a {
  color: #ffffff;
}
.footer-wrapper .footer-constrain .footer-block ul {
  font-weight: 500;
  list-style-type: none;
  margin: 0em 0em 2.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block ul {
    margin: 0px auto 20px auto;
  }
}
.footer-wrapper .footer-constrain .footer-block ul:last-child {
  margin-bottom: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block ul:last-child {
    margin: 0px auto 40px auto;
  }
}
.footer-wrapper .footer-constrain .footer-block ul li {
  line-height: 1.2em;
  margin: 0em;
}
.footer-wrapper .footer-constrain .footer-block > div .title {
  color: #ffd457;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-wrapper .footer-constrain .footer-block > div .subtitle {
  color: #ffffff;
}
.footer-wrapper .footer-constrain .footer-block > div hr {
  text-align: left;
  width: 240px;
  max-width: 100%;
  margin: 1.3em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block > div hr {
    width: 180px;
    margin: 1em auto;
  }
}
.footer-wrapper .footer-constrain .footer-block .contact-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 39.866666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .useful-links-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .useful-links-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .newsletter-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .newsletter-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .newsletter-cell .newsletter-subscribe-form label {
  display: none;
}
.footer-wrapper .footer-constrain .footer-block .newsletter-cell .newsletter-subscribe-form .field input {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Raleway', Verdana, sans-serif;
  width: 100%;
  height: 40px;
  padding: 10px;
  margin-bottom: 2px;
}
.footer-wrapper .footer-constrain .footer-block .newsletter-cell .newsletter-subscribe-form .button {
  color: #ffd457;
  background: #333945;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 12px 14px;
  margin: 4px auto;
}
.footer-wrapper .footer-constrain .footer-block .newsletter-cell .newsletter-subscribe-form .button:hover {
  color: #282d36;
  background-color: #ffd457;
}
.footer-wrapper .footer-constrain .footer-block .author-cell {
  display: inline-block;
  *display: inline;
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  font-size: 17px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .author-cell {
    padding: 20px 10px;
  }
}
.footer-wrapper .footer-constrain .footer-block .author-cell a {
  color: #6e7581;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block .author-cell a:hover {
  color: #ffd457;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block .author-cell a.author {
  color: #6e7581;
  font-weight: 500;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 10;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .author-cell a.author {
    text-align: center;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.footer-wrapper .footer-constrain .footer-block .author-cell a.author:hover {
  color: #ffffff;
}
ul.pagination li {
  background-image: none;
  padding: none;
}
