/**********************/
/*** Flexbox Mixins ***/
/**********************/
/****************************/
/*** Site Specific Mixins ***/
/****************************/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* For: 1024px */
/* For: 768px */
/* For: 480px */
/* For: 320px */
/* For: 480px */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/********************/
/*** CMS: Columns ***/
/********************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/******************/
/*** Shadow Box ***/
/******************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/******************************/
/*** Contentpanel Variables ***/
/******************************/
/* Content Panel Layout */
/* Content Panel Nav */
/* Content Panel: Vertical Nav */
/* Content Panel: Horizontal Nav */
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/*************************/
/*** Panel Backgrounds ***/
/*************************/
/****************************************************/
/*** Class Suffixes for Individual Panel Styling ****/
/****************************************************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
.right {
  float: right;
}
@media handheld,only screen and (max-width: 900px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 900px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .block {
    font-size: 18px;
    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 {
  background: none !important;
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #e6e6e6;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #e6e6e6;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #b2b3b4;
}
.pagination {
  text-align: center;
  margin-top: 2.5em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: none;
  font-size: 0.9em;
  border-radius: 0px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #7d81be;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #7d81be;
  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: #7d81be;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  margin: 0em 0em 1em 0em;
}
@media handheld,only screen and (max-width: 700px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #7d81be;
  text-decoration: none;
}
a:hover {
  color: #5b60ad;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 900px) {
  a:hover {
    color: #7d81be;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #731573;
  font-weight: normal;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  line-height: 1.1em;
  margin: 1em 0em 0.2em 0em;
}
h1,
h2 {
  display: block;
  color: #731573;
  font-size: 35px;
  text-align: center;
  line-height: 1.2em;
  padding: 27px 0px;
  margin: 55px 0px;
  position: relative;
}
@media handheld,only screen and (max-width: 700px) {
  h1,
  h2 {
    font-size: 30px;
    padding: 18px 0px;
    margin: 40px 0px;
  }
}
h1:before,
h1:after,
h2:before,
h2:after {
  display: block;
  content: "";
  background-color: #dcddde;
  width: 50%;
  height: 5px;
  margin: 0px 25%;
  position: absolute;
  left: 0px;
}
h1:before,
h2:before {
  top: 0px;
  bottom: auto;
}
h1:after,
h2:after {
  top: auto;
  bottom: 0px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
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-left: 0px;
}
.content-wrapper ul li {
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow.svg'), none;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  padding-left: 20px;
}
.content-wrapper ul ul {
  margin: 0px 0px 0px 20px;
}
table {
  border: 1px solid #731573;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #731573;
}
@media handheld,only screen and (max-width: 900px) {
  table tr {
    display: block;
    background-color: transparent;
    border-bottom: 1px solid #731573;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #58595b;
  background-color: transparent;
  vertical-align: top;
  padding: 0.75em 1em;
}
@media handheld,only screen and (max-width: 900px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td > *:first-child,
table tr th > *:first-child {
  margin-top: 0em;
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 900px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 900px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 900px) {
  table thead tr {
    background-color: #731573;
  }
}
table thead tr td,
table thead tr th {
  color: #fff;
  background-color: #731573;
  font-weight: bold;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
}
table tfoot {
  border-top: 1px solid #731573;
}
@media handheld,only screen and (max-width: 900px) {
  table tfoot tr {
    background-color: transparent;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #58595b;
  background-color: transparent;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  font-weight: normal;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 900px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #58595b;
  background-color: transparent;
  border: none;
  padding: 0.5em 2em 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  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: #58595b;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #f7f7f7;
  background: #f7f7f7;
  height: 3px;
  margin: 40px 0;
}
blockquote {
  color: #731573;
  background: #f7f7f7;
  font-size: 1.1em;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  border-radius: 0px;
  margin: 1.5em auto;
  padding: 1.5em;
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #731573;
  background-color: #fff;
  font-size: 21px;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  border: 2px solid #c7a1c7;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 14px 16px;
  padding-right: 45px;
  cursor: pointer;
  position: relative;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23731573%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:after,
.submit:after {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  content: "";
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 16px;
}
.button:hover,
.submit:hover {
  color: #731573;
  background-color: #fff;
  border-color: #731573;
  text-decoration: none;
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #731573;
  background-color: #fff;
  font-size: 21px;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  border: 2px solid #c7a1c7;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 14px 16px;
  padding-right: 45px;
  cursor: pointer;
  position: relative;
}
.button-alt .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23731573%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:after {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  content: "";
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 16px;
}
.button-alt:hover {
  color: #731573;
  background-color: #fff;
  border-color: #731573;
  text-decoration: none;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 900px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.columns-one-half {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-third {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-quarter {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-two-thirds {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 64.666666666667%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-three-quarters {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 73%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-three-quarters {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.no-split {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 900px) {
  .no-split {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.icon-phone p,
.icon-email p {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  min-height: 25px;
  padding-left: 27px;
  margin: 0px auto;
}
@media handheld,only screen and (max-width: 900px) {
  .icon-phone p,
  .icon-email p {
    min-height: 0px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .icon-phone p,
  .icon-email p {
    padding-left: 0px;
  }
}
.icon-phone p {
  background-image: url('../../include/resources/cairnsassetrealestate/images/g-icon-phone.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/g-icon-phone.svg'), none;
  background-size: 22px 21px;
}
@media handheld,only screen and (max-width: 700px) {
  .icon-phone p {
    background-image: none;
  }
}
.icon-email p {
  background-image: url('../../include/resources/cairnsassetrealestate/images/g-icon-email.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/g-icon-email.svg'), none;
  background-size: 20px 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .icon-email p {
    background-image: none;
  }
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 10px solid #f7f7f7;
  border-radius: 0px;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #58595b;
  font-size: 0.85em;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  line-height: 1.15em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.media-gallery > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -2%;
    width: 102%;
    padding: 0;
  }
  .media-gallery > * {
    font-size: 18px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 23%;
  border-radius: 0px;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 2.0%;
    vertical-align: top;
    width: 31.333333333333%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 2.0%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 10px solid #f7f7f7;
  border-radius: 0px;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
#sb-container #sb-wrapper-inner .prev-image-arrow,
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-size: 20px 30px;
}
#sb-container #sb-wrapper-inner .prev-image-arrow {
  background-image: url('../../include/resources/cairnsassetrealestate/images/shadowbox/i-shadowbox-prev.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/shadowbox/i-shadowbox-prev.svg'), none;
  background-position: left 10px top 50%;
}
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-image: url('../../include/resources/cairnsassetrealestate/images/shadowbox/i-shadowbox-next.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/shadowbox/i-shadowbox-next.svg'), none;
  background-position: right 10px top 50%;
}
@media handheld,only screen and (max-width: 900px) {
  .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: #58595b;
  background: transparent;
  font-size: 1em;
  font-family: 'Lato', Verdana, sans-serif;
  border: 0px solid #731573;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 8em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .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;
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #58595b;
  background: transparent;
  font-family: 'Lato', Verdana, sans-serif;
  border-bottom: 0px solid #731573;
  padding: 0.75em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.page-region form .form-row label {
  float: left;
  color: #58595b;
  background-color: transparent;
  width: 7em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 8em;
  position: relative;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  position: absolute;
  top: -1em;
  right: 0em;
}
.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: #58595b;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Lato', Verdana, sans-serif;
  width: 100%;
  max-width: 100%;
  border: 1px solid #731573;
  border-radius: 0px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 100%;
  }
}
.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: 900px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 100%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 100%;
    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: 900px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 100%;
    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: 900px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 100%;
    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: 100%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #731573;
  background-color: #fff;
  font-size: 21px;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  border: 2px solid #c7a1c7;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 14px 16px;
  padding-right: 45px;
  cursor: pointer;
  position: relative;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23731573%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:after {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  content: "";
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 16px;
}
.page-region form .form-row .submit:hover {
  color: #731573;
  background-color: #fff;
  border-color: #731573;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #731573;
  background-color: #fff;
}
.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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#user_pass_login_form {
  width: 40%;
}
@media handheld,only screen and (max-width: 900px) {
  #user_pass_login_form {
    max-width: 100%;
  }
}
#user_pass_login_form input {
  width: 100%;
}
#enquiry_form {
  max-width: 50%;
}
@media handheld,only screen and (max-width: 900px) {
  #enquiry_form {
    max-width: 100%;
  }
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  text-align: center;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block {
    font-size: 0;
    display: block;
    margin-left: -2%;
    width: 102%;
    padding: 0;
  }
  .cta-block > * {
    font-size: 18px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .cta-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 2.0%;
    vertical-align: top;
    width: 31.333333333333%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .cta-block .cta {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 2.0%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 700px) and handheld,only screen and (max-width: 700px) and only screen and (max-width: 900px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cta-block .cta .cta-inner {
  color: #58595b;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: block;
  color: #731573;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0px;
  padding: 0px;
  overflow: auto;
}
.cta-block .cta .cta-inner a .media-thumbnail {
  display: block;
  border: 10px solid #fff;
  margin: 0em;
}
.cta-block .cta .cta-inner a .media-thumbnail img {
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta .cta-inner a .media-thumbnail img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner a .cta-text-wrapper .cta-title {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #731573;
  background-color: #fff;
  font-size: 21px;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  border: 2px solid #c7a1c7;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 14px 16px;
  padding-right: 45px;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 14px;
  margin: 15px 0px;
}
.cta-block .cta .cta-inner a .cta-text-wrapper .cta-title .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23731573%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cta-block .cta .cta-inner a .cta-text-wrapper .cta-title img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cta-block .cta .cta-inner a .cta-text-wrapper .cta-title:after {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  content: "";
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 16px;
}
.cta-block .cta .cta-inner a .cta-text-wrapper .cta-title:hover {
  color: #731573;
  background-color: #fff;
  border-color: #731573;
  text-decoration: none;
}
.cta-block .cta .cta-inner a .cta-text-wrapper .cta-title:after {
  display: none;
}
.cta-block .cta .cta-inner a:hover {
  color: #731573;
}
.cta-block .cta .cta-inner a:hover .media-thumbnail {
  border-color: #e0d1e2;
}
.cta-block .cta .cta-inner a:hover .cta-text-wrapper .cta-title {
  background-color: #e0d1e2;
  border-color: #e0d1e2;
  margin: 15px 0px;
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner 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;
  position: relative;
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .media-thumbnail {
  border: none;
  position: relative;
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .media-thumbnail:after {
  display: block;
  content: "";
  background: url('../../include/resources/cairnsassetrealestate/images/i-cta-overlay.png') 0% 0% repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title {
  display: block;
  color: #fff;
  background: url('../../include/resources/cairnsassetrealestate/images/i-cta-text-overlay.png') 0% 0% repeat;
  font-size: 35px;
  font-weight: bold;
  width: 100%;
  border: none;
  padding: 15px;
  margin: 0px;
  position: relative;
}
@media handheld,only screen and (min-width: 1400px) {
  .taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title {
    font-size: 40px;
    padding: 20px;
  }
}
@media handheld,only screen and (max-width: 1150px) {
  .taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title {
    font-size: 25px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title {
    font-size: 20px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title {
    font-size: 20px;
  }
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title:before,
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title:after {
  display: block;
  content: "";
  background-color: #dcddde;
  width: 50%;
  height: 3px;
  margin: 0px 25%;
  position: absolute;
  left: 0px;
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title:before {
  top: -10px;
  bottom: auto;
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title:after {
  top: auto;
  bottom: -10px;
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a:hover .media-thumbnail:after {
  opacity: 0;
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a:hover .cta-text-wrapper .cta-title {
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-cta-text-overlay-hover.png');
}
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a:hover .cta-text-wrapper .cta-title:before,
.taipan-contentpanel-panel.full-width-ctas .cta-block .cta .cta-inner a:hover .cta-text-wrapper .cta-title:after {
  background-color: #731573;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 73%;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 23%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #f2f2f2;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    text-align: left;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 73%;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #98999b;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: block;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .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: #98999b;
}
.news-wrapper .news-posts-list .news-post:last-child {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 900px) {
  .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: #98999b;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #58595b;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 100%;
}
.search-wrapper .search input.search-button {
  background-color: #fff;
}
.search-wrapper .search input.search-button:hover {
  background-color: #fff;
}
@media handheld,only screen and (max-width: 900px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.taipan-contentpanel-panelset {
  position: relative;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal,
.taipan-contentpanel-panelset.no-js.transition-vertical {
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion {
  white-space: nowrap;
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h1:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h2:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h3:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h4:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h5:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h6:first-child {
  margin-top: 0px;
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.transition-vertical > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  width: 90%;
  max-width: 970px;
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  padding-bottom: 42px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  pointer-events: none;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
  min-width: 24px;
  min-height: 42px;
  margin: 0px;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: block;
  color: transparent;
  border: 1px solid #58595b;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a:hover {
  background-color: #58595b;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.currentslide {
  background-color: #58595b;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
    display: none;
  }
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global:hover {
  background-color: transparent;
  opacity: 0.7;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause {
  display: none;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  border: 1px solid #58595b;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover {
  opacity: 0.7;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%223%2C7%208%2C7%208%2C10%206%2C12%208%2C14%208%2C17%203%2C17%203%2C14%205%2C12%203%2C10%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a {
  margin: 8px auto;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 24px 10px;
  width: 24px;
  height: 10px;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%220%2C0%2012%2C10%2024%2C00%2012%2C7%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%220%2C10%2012%2C0%2024%2C10%2012%2C3%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  left: 0;
}
.taipan-contentpanel-panelset.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
  vertical-align: middle;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a {
  margin: 8px 3px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 10px 24px;
  width: 10px;
  height: 24px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%220%2C0%2010%2C12%200%2C24%207%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2358595b%22%20points%3D%2210%2C0%200%2C12%2010%2C24%203%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  top: 0;
}
.taipan-contentpanel-panel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.taipan-contentpanel-panel.bg-grey-swirl {
  background: url('../../include/resources/cairnsassetrealestate/images/i-bg-grey-swirl-bg.png') 50% 0% repeat-x;
  position: relative;
}
.taipan-contentpanel-panel.bg-grey-swirl:before,
.taipan-contentpanel-panel.bg-grey-swirl:after {
  display: block;
  content: "";
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.taipan-contentpanel-panel.bg-grey-swirl:before {
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-bg-grey-swirl-swirls-left.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-bg-grey-swirl-swirls-left.svg'), none;
  background-position: 0% 50%;
  z-index: -1;
}
.taipan-contentpanel-panel.bg-grey-swirl:after {
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-bg-grey-swirl-swirls-right.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-bg-grey-swirl-swirls-right.svg'), none;
  background-position: 100% 50%;
  z-index: -1;
}
.taipan-contentpanel-panel.full-width-ctas .panel-constrain {
  width: 100%;
  padding: 1.25% 0%;
}
.ajax-loading {
  opacity: 0.5;
}
.warning-message {
  color: #ffffff;
  background-color: #a90000;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 0.5em;
  margin: 1em 0em;
}
.list-category-wrapper,
.list-product-wrapper {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.list-category-wrapper > *,
.list-product-wrapper > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category,
.list-category-wrapper .list-product,
.list-product-wrapper .list-category,
.list-product-wrapper .list-product {
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
.list-category-wrapper .list-category a,
.list-category-wrapper .list-product a,
.list-product-wrapper .list-category a,
.list-product-wrapper .list-product a {
  text-decoration: none;
}
.list-category-wrapper .list-category .list-category-inner,
.list-category-wrapper .list-category .list-product-inner,
.list-category-wrapper .list-product .list-category-inner,
.list-category-wrapper .list-product .list-product-inner,
.list-product-wrapper .list-category .list-category-inner,
.list-product-wrapper .list-category .list-product-inner,
.list-product-wrapper .list-product .list-category-inner,
.list-product-wrapper .list-product .list-product-inner {
  overflow: hidden;
}
.list-category-wrapper .list-category .list-category-inner .media-thumbnail,
.list-category-wrapper .list-category .list-product-inner .media-thumbnail,
.list-category-wrapper .list-product .list-category-inner .media-thumbnail,
.list-category-wrapper .list-product .list-product-inner .media-thumbnail,
.list-product-wrapper .list-category .list-category-inner .media-thumbnail,
.list-product-wrapper .list-category .list-product-inner .media-thumbnail,
.list-product-wrapper .list-product .list-category-inner .media-thumbnail,
.list-product-wrapper .list-product .list-product-inner .media-thumbnail {
  display: block;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title,
.list-category-wrapper .list-category .list-category-inner .product-card-title,
.list-category-wrapper .list-category .list-product-inner .category-card-title,
.list-category-wrapper .list-category .list-product-inner .product-card-title,
.list-category-wrapper .list-product .list-category-inner .category-card-title,
.list-category-wrapper .list-product .list-category-inner .product-card-title,
.list-category-wrapper .list-product .list-product-inner .category-card-title,
.list-category-wrapper .list-product .list-product-inner .product-card-title,
.list-product-wrapper .list-category .list-category-inner .category-card-title,
.list-product-wrapper .list-category .list-category-inner .product-card-title,
.list-product-wrapper .list-category .list-product-inner .category-card-title,
.list-product-wrapper .list-category .list-product-inner .product-card-title,
.list-product-wrapper .list-product .list-category-inner .category-card-title,
.list-product-wrapper .list-product .list-category-inner .product-card-title,
.list-product-wrapper .list-product .list-product-inner .category-card-title,
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  display: block;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-category-wrapper .list-category {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 900px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category .list-category-inner {
  color: #58595b;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title {
  color: #58595b;
}
.list-product-wrapper .list-product {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 2.0%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-product-wrapper .list-product .list-product-inner {
  color: #58595b;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  color: #58595b;
}
.list-product-wrapper .list-product .list-product-inner .product-card-price {
  display: block;
}
.list-product-wrapper .list-product.featured {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product.featured {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 2.0%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.product-details-wrapper > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-title {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 64.666666666667%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info.no-product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info .product-stock-message .in-stock {
  color: #58595b;
}
.product-details-wrapper .product-info .product-stock-message .out-of-stock {
  color: #c80c03;
}
.product-details-wrapper .product-info .product-price {
  font-size: 2em;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  margin: 1em 0em;
}
.product-details-wrapper .product-info .product-price .on-special {
  text-decoration: line-through;
}
.product-details-wrapper .product-info .add-to-cart .product-line-title {
  margin-bottom: 0.75em;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option {
  display: block;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    display: block;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
    min-width: 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    margin: 0.25em 0em 1em 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values select {
  color: #58595b;
  background-color: #ffffff;
  border: 1px solid #731573;
  padding: 0.3em 1em 0.3em 0.5em;
}
.product-details-wrapper .product-info .add-to-cart .add-to-cart-button {
  margin: 1em 0em;
}
.product-details-wrapper .product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  padding: 1.1em 0em 0em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-primary {
    padding: 2em 0em 0em 0em;
  }
}
.product-details-wrapper .product-media .product-image-primary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.product-details-wrapper .product-media .product-image-secondary > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 23%;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 0;
    display: block;
    margin-left: -2%;
    width: 102%;
    padding: 0;
  }
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 18px;
  }
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 2.0%;
    vertical-align: top;
    width: 48%;
    margin-bottom: 0.5em;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 0.1em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
  width: 3%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
  width: 20%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail .media-thumbnail img {
  margin: 0em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.description {
  width: 44%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.price {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.quantity {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.total {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
  color: #731573;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column {
  font-size: 1.25em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.thumbnail,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.total {
    display: none;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options {
    text-align: left;
    padding-bottom: 0.5em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
  display: block;
  margin: 0.1em auto;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
  width: 90%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 20em;
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-value {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label {
  font-weight: bold;
  margin-right: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
  color: #c80c03;
  font-size: 0.9em;
  margin-top: 0.5em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price {
    text-align: left;
    width: 100%;
    margin: 0.5em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
  display: block;
  color: #666666;
  font-size: 0.8em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    margin-bottom: 0.25em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .quantity-field {
  text-align: center;
  width: 4em;
  border: 1px solid #e6e6e6;
  padding: 0.25em;
  margin: 0em auto;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
  text-align: right;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
  text-align: right;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
  font-weight: bold;
  width: 89%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
    width: auto;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
  width: 10%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer:first-child {
    margin-top: 2em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
  text-align: center;
  padding: 1em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .weight,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options {
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .label,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .amount {
    display: block;
    margin: 0.25em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .amount {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping select {
  color: #58595b;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Lato', Verdana, sans-serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #731573;
  border-radius: 0px;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .address-details {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .billing-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection {
  margin: 1em 0em;
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection .radio-label {
  padding-left: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
  opacity: 1.0;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
  opacity: 0.4;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .additional-information > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
.cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
.cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #731573;
  background-color: #fff;
  font-size: 21px;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  border: 2px solid #c7a1c7;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 14px 16px;
  padding-right: 45px;
  cursor: pointer;
  position: relative;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23731573%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:after {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  content: "";
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 16px;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover {
  color: #731573;
  background-color: #fff;
  border-color: #731573;
  text-decoration: none;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
  font-weight: bold;
  min-width: 15em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
    min-width: 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
  width: 5em;
  text-align: right;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
    width: auto;
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .payment-details .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.shop-registration-form .invoice-details,
.shop-registration-form .shipping-details {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 900px) {
  .shop-registration-form .invoice-details,
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background: #731573;
  font-family: 'Lato', Verdana, sans-serif;
  line-height: 1.6em;
}
.social-icon {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 36px;
  height: 36px;
  margin: 5px 10px;
}
.social-icon.facebook {
  background-image: url('../../include/resources/cairnsassetrealestate/images/social-icons/facebook.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/social-icons/facebook.svg'), none;
}
.social-icon.linked-in {
  background-image: url('../../include/resources/cairnsassetrealestate/images/social-icons/linked-in.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/social-icons/linked-in.svg'), none;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region {
    padding: 0em;
  }
}
.header-wrapper {
  background: #ffffff;
  position: relative;
  z-index: 5;
}
.header-wrapper .header-constrain {
  font-size: 18px;
  width: 970px;
  margin: 0px auto;
  color: #58595b;
  width: 100%;
  border-radius: 0px;
  padding: 30px 10px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1010.4166666667px) {
  .header-wrapper .header-constrain {
    width: 96%;
  }
}
@media handheld,only screen and (max-width: 1150px) {
  .header-wrapper .header-constrain {
    padding: 12px 10px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper .header-constrain {
    padding: 10px 10px;
  }
}
.header-wrapper .header-constrain .header-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media handheld,only screen and (max-width: 1150px) {
  .header-wrapper .header-constrain .header-section {
    display: block;
  }
}
.header-wrapper .header-constrain .header-section a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #7d81be;
}
.header-wrapper .header-constrain .header-section a:hover {
  color: #5b60ad;
}
.header-wrapper .header-constrain .header-section .logo-column {
  width: 30%;
  padding: 0px 20px;
}
@media handheld,only screen and (max-width: 1150px) {
  .header-wrapper .header-constrain .header-section .logo-column {
    width: 100%;
    padding: 5px 100px 5px 10px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper .header-constrain .header-section .logo-column {
    padding-left: 0px;
  }
}
.header-wrapper .header-constrain .header-section .logo-column .logo {
  max-width: 100%;
}
@media handheld,only screen and (max-width: 1150px) {
  .header-wrapper .header-constrain .header-section .logo-column .logo {
    width: 220px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper .header-constrain .header-section .logo-column .logo {
    width: 160px;
  }
}
.header-wrapper .header-constrain .header-section .nav-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: right;
  width: 75%;
}
@media handheld,only screen and (max-width: 1150px) {
  .header-wrapper .header-constrain .header-section .nav-column {
    width: 100%;
  }
}
.header-wrapper .header-constrain .header-section .nav-column .social-icons-wrapper {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: 170px;
  padding: 0px;
  margin: 0px 0px 0px 50px;
}
@media handheld,only screen and (max-width: 1150px) {
  .header-wrapper .header-constrain .header-section .nav-column .social-icons-wrapper {
    display: none;
  }
}
.header-wrapper:before,
.header-wrapper:after {
  display: block;
  content: "";
  position: absolute;
}
.header-wrapper:before {
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-swirls.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-swirls.svg'), none;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 575px;
  height: 350px;
  left: 0px;
  top: 0px;
}
@media handheld,only screen and (max-width: 1150px) {
  .header-wrapper:before {
    width: 345px;
    height: 210px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper:before {
    width: 230px;
    height: 140px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper:before {
    width: 172.5px;
    height: 105px;
  }
}
.header-wrapper:after {
  background: url('../../include/resources/cairnsassetrealestate/images/i-nav-shadow.png') 0% 0% repeat;
  width: 100%;
  height: 20px;
  left: 0px;
  bottom: -20px;
}
@media handheld,only screen and (max-width: 1150px) {
  .header-wrapper:after {
    height: 10px;
    bottom: -10px;
  }
}
.nav-wrapper {
  background: transparent;
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper {
    width: 100%;
  }
}
.nav-wrapper .nav-constrain {
  color: #58595b;
  border-radius: 0px;
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain {
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  text-align: center;
  z-index: 20;
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block {
    text-align: left;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #731573;
  background: transparent;
  padding: 10px 20px;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    top: 12px;
    right: 0px;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-text {
  font-size: 24px;
  font-weight: normal;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  text-transform: uppercase;
  padding-right: 50px;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-text {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  color: #731573;
  background-color: transparent;
  position: absolute;
  top: 7px;
  right: 20px;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line {
  display: block;
  background-color: #731573;
  border-radius: 0px;
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line:last-child {
  margin-bottom: 0em;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover {
  color: #c7a1c7;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon {
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon .toggle-icon-line {
  background-color: #c7a1c7;
}
@media handheld,only screen and (max-width: 1150px) {
  .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: 1150px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #e0d1e2;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #58595b;
  background: transaprent;
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow.svg'), none;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  font-size: 22px;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  text-decoration: none;
  padding: 10px 20px;
  margin-left: 20px;
  white-space: nowrap;
  /*
            &.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: 1150px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    white-space: normal;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover > a {
  color: #731573;
  background-color: transaprent;
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow-hover.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow-hover.svg'), none;
  /*
              &.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;
                }
              }
              */
  background-size: 16px 22px;
}
.nav-wrapper .nav-constrain .nav-block ul li.current > a {
  color: #731573;
  background-color: transaprent;
  background-color: transaprent;
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow-hover.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow-hover.svg'), none;
  background-size: 16px 22px;
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid #e0d1e2;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 1150px) {
  .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: #f7f7f7;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
  left: 20px;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    border: none;
    border-radius: 0px;
    min-width: 0em;
    height: auto;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  text-align: left;
  border: none;
}
@media handheld,only screen and (max-width: 1150px) {
  .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 a {
  color: #58595b;
  background-color: #f7f7f7;
  background-image: none;
  font-size: 18px;
  padding: 7.5px 20px;
  margin: 0px;
  /*
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: @navPaddingHorizontal * 2;

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

                    @media handheld, only screen and (max-width: @compactNavWidth) {
                      background-image: none;
                    }
                  }
                  */
  background-image: none;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li.current > a {
  color: #731573;
  background-color: #f7f7f7;
  background-image: none;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 1150px) {
  .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: 1150px) {
  .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 > ul {
  display: none;
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
@media handheld,only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul li a {
    padding-left: 60px;
  }
}
.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: 1150px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
@media handheld,only screen and (min-width: 1151px) {
  .nav-wrapper.fixed-nav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
  }
}
.hero-wrapper {
  background-color: #444;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 0;
}
@media handheld,only screen and (max-width: 1150px) {
  .hero-wrapper {
    height: 470px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .hero-wrapper {
    height: 350px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .hero-wrapper {
    height: 180px;
  }
}
.hero-wrapper .hero-constrain {
  font-size: 18px;
  width: 970px;
  margin: 0px auto;
  height: 100%;
}
@media screen and (max-width: 1010.4166666667px) {
  .hero-wrapper .hero-constrain {
    width: 96%;
  }
}
.hero-wrapper .hero-constrain .hero-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
}
.hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline {
  display: block;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  text-align: center;
  line-height: 1.05em;
  padding: 24px 0px;
  margin-bottom: 60px;
  position: relative;
}
@media handheld,only screen and (max-width: 1150px) {
  .hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline {
    font-size: 20px;
    padding: 16px 0px;
    margin-bottom: 25px;
  }
}
.hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline p {
  margin: 0px;
}
.hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline:before,
.hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline:after {
  display: block;
  content: "";
  background-color: #fff;
  width: 50%;
  height: 4px;
  margin: 0px 25%;
  position: absolute;
  left: 0px;
}
@media handheld,only screen and (max-width: 700px) {
  .hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline:before,
  .hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline:after {
    height: 2px;
  }
}
.hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline:before {
  top: 0px;
  bottom: auto;
}
.hero-wrapper .hero-constrain .hero-section .hero-column .hero-tagline-wrapper .hero-tagline:after {
  top: auto;
  bottom: 0px;
}
.hero-wrapper:after {
  display: block;
  content: "";
  background: url('../../include/resources/cairnsassetrealestate/images/i-hero-gradient.png') 0% 100% repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
@media handheld,only screen and (max-width: 700px) {
  .hero-wrapper:after {
    background-size: auto 100%;
  }
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper .content-constrain,
.content-wrapper .panel-constrain {
  font-size: 18px;
  width: 970px;
  margin: 0px auto;
  color: #58595b;
  border-radius: 0px;
  padding: 60px 10px;
}
@media screen and (max-width: 1010.4166666667px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    width: 96%;
  }
}
.content-wrapper .content-constrain .content-block,
.content-wrapper .content-constrain .panel-block,
.content-wrapper .panel-constrain .content-block,
.content-wrapper .panel-constrain .panel-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > *,
.content-wrapper .content-constrain .panel-block > *,
.content-wrapper .panel-constrain .content-block > *,
.content-wrapper .panel-constrain .panel-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block,
  .content-wrapper .content-constrain .panel-block,
  .content-wrapper .panel-constrain .content-block,
  .content-wrapper .panel-constrain .panel-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell,
.content-wrapper .content-constrain .content-block .panel-cell,
.content-wrapper .content-constrain .panel-block .content-cell,
.content-wrapper .content-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .content-block .content-cell,
.content-wrapper .panel-constrain .content-block .panel-cell,
.content-wrapper .panel-constrain .panel-block .content-cell,
.content-wrapper .panel-constrain .panel-block .panel-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell,
  .content-wrapper .content-constrain .content-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell > *:first-child,
.content-wrapper .content-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav,
.content-wrapper .content-constrain .content-block .panel-cell .subnav,
.content-wrapper .content-constrain .panel-block .content-cell .subnav,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav,
.content-wrapper .panel-constrain .content-block .content-cell .subnav,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > *,
.content-wrapper .content-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #731573;
  background-color: #fff;
  font-size: 21px;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  border: 2px solid #c7a1c7;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 14px 16px;
  padding-right: 45px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23731573%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,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .panel-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:after,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:after,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:after,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:after,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a:after,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a:after,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a:after,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a:after {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  content: "";
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 16px;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a:hover {
  color: #731573;
  background-color: #fff;
  border-color: #731573;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li ul {
  display: none;
}
.social-icons-wrapper {
  display: none;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
}
@media handheld,only screen and (max-width: 1150px) {
  .social-icons-wrapper {
    display: block;
  }
}
.footer-nav-wrapper {
  background: #f7f7f7;
}
.footer-nav-wrapper .footer-nav-constrain {
  font-size: 18px;
  width: 970px;
  margin: 0px auto;
  color: #58595b;
  padding: 35px 10px;
  text-align: center;
}
@media screen and (max-width: 1010.4166666667px) {
  .footer-nav-wrapper .footer-nav-constrain {
    width: 96%;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell hr {
  background-color: #fff;
  margin: 25px 0px;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell hr {
    display: none;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul {
  padding: 0px;
  margin: 0px;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul {
    display: none;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow.png');
  background-image: url('../../include/resources/cairnsassetrealestate/images/i-nav-arrow.svg'), none;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  padding-left: 20px;
  margin: 0px 12px;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li a {
  color: #58595b;
  font-size: 20px;
  font-family: 'Cinzel', 'Lato', Verdana, sans-serif;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li:hover a {
  color: #5b60ad;
  text-decoration: none;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul ul {
  display: none;
}
.footer-wrapper {
  display: none;
  background: #fff;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper {
    display: block;
  }
}
.footer-wrapper .footer-constrain {
  font-size: 18px;
  width: 970px;
  margin: 0px auto;
  color: #58595b;
  padding: 25px 10px;
}
@media screen and (max-width: 1010.4166666667px) {
  .footer-wrapper .footer-constrain {
    width: 96%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
    padding-bottom: 40px;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block a {
  color: #58595b;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #5b60ad;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block dl dt,
.footer-wrapper .footer-constrain .footer-block dl dd {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  float: left;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block dl dt,
  .footer-wrapper .footer-constrain .footer-block dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-constrain .footer-block dl dt {
  clear: left;
  min-width: 6em;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell h1,
.footer-wrapper .footer-constrain .footer-block .footer-cell h2,
.footer-wrapper .footer-constrain .footer-block .footer-cell h3,
.footer-wrapper .footer-constrain .footer-block .footer-cell h4,
.footer-wrapper .footer-constrain .footer-block .footer-cell h5,
.footer-wrapper .footer-constrain .footer-block .footer-cell h6 {
  margin-top: 0px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell p {
  font-size: 16px;
  margin: 5px 0px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell .cta-block > * {
  padding: 30px 0px;
  position: relative;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell .cta-block > * {
    padding: 20px 0px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell .cta-block > *:before {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  content: "";
  background-color: #f7f7f7;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -20px;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell .cta-block > *:before {
    display: none;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell .cta-block > *:first-child:before {
  display: none;
}
.author-wrapper {
  border-top: 20px solid #939598;
  position: relative;
}
.author-wrapper .accreditation-logos-wrapper {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -48px;
  left: 0px;
}
.author-wrapper .author-constrain {
  font-size: 18px;
  width: 970px;
  margin: 0px auto;
  color: #58595b;
  padding: 20px 10px;
}
@media screen and (max-width: 1010.4166666667px) {
  .author-wrapper .author-constrain {
    width: 96%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain {
    padding-top: 50px;
  }
}
.author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.author-wrapper .author-constrain .author-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block a {
  color: #a77dab;
  font-size: 14px;
}
.author-wrapper .author-constrain .author-block a:hover {
  color: #b18cb5;
}
.author-wrapper .author-constrain .author-block .privacy-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block .privacy-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block .privacy-cell {
    text-align: center;
  }
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 2.0%;
  vertical-align: top;
  width: 48%;
  text-align: right;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    text-align: center;
  }
}
