@charset "UTF-8";
/**
 * CONTENTS
 *
 * SETTINGS
 * Media Queries........Globally-available variables and config.
 * Colors...............Global brand colours.
 * Typography...........Default typographical settings.
 *
 * BASE STYLES
 * Base styles..........Set default colours and remove some default styling.
 * Browse happy.........Styling for Browse Happy extension.
 * Clearfix.............Fix box layout issues for modern browsers.
 *
 * GRID LAYOUT
 * Grid layout..........Tools for responsive design
 *
 * TYPOGRAPHY
 * Body.................P and A styles.
 * Headings.............H1–H6 styles.
 * Misc.................Other type helper classes.
 *
 * VENDOR STYLES
 * Swiper...............iDangerous Swiper v2.7.5 used for all sliders.
 * Select2..............Select2 v4.0.0-rc.2 used for suburb filter on listings.
 * CS Select............BSD select box plugin based on Codrops version.
 *
 * COMPONENTS
 * Buttons..............Button elements.
 * Forms................Form element styles.
 * Lightbox.............Lightbox styles.
 *
 * LAYOUT
 * Header...............Button elements.
 * Sign In dialogue.....Form element styles.
 * Front Page...........Front page layout.
 * Footer...............Footer layout.
 * Listings.............Filterable listings page (Find Properties).
 * Single listing.......Single property listing layout.
 * Agents...............Agents single + archive layout.
 * Suburbs..............Suburbs single + archive layout.
 * Account..............User account styles.
 * Appraisals...........List with us layout.
 *
 *
 * TRUMPS
 * Helpers..............Misc helpers.
 *
 * PRINT STYLES
 * Print................Print styles.
 */
/* ==========================================================================
   #SETTINGS
   ========================================================================== */
/**
 * Media queries
 */
/**
 * Colours
 */
/**
 * Typography
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/**
 * Bourbon + Neat
 */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff; }

* html #outdated {
  position: absolute; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px; }

#outdated p, #outdated .sn-lightbox-wrapper li, .sn-lightbox-wrapper #outdated li, #outdated .sn-property-listing-content .sn-property-chatells, .sn-property-listing-content #outdated .sn-property-chatells, #outdated .sn-agent-listing-content .sn-property-chatells, .sn-agent-listing-content #outdated .sn-property-chatells, #outdated .chattels li, .chattels #outdated li, #outdated .features li, .features #outdated li, #outdated .achievements li, .achievements #outdated li {
  font-size: 12px;
  line-height: 12px;
  margin: 0; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff; }

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px; }

#outdated .last[dir='rtl'] {
  right: auto !important;
  left: 25px !important; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px; }

/* ==========================================================================
   #BASE-STYLES
   ========================================================================== */
/*! Based on HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/**
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
html,
button,
input,
select,
textarea {
  color: #707070; }

html, body {
  overflow-x: hidden; }

/**
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/**
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #707070;
  margin: 1em 0;
  padding: 0; }

/**
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/**
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .chattel-item-wrapper:before, .page-banner:before, ul.ul-horizontal:before,
.clearfix:after,
.chattel-item-wrapper:after,
.page-banner:after,
ul.ul-horizontal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .chattel-item-wrapper:after, .page-banner:after, ul.ul-horizontal:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .chattel-item-wrapper, .page-banner, ul.ul-horizontal {
  *zoom: 1; }

/* ==========================================================================
   #GRID-LAYOUT
   ========================================================================== */
img {
  max-width: 100%; }

.row {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.col-1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%; }
  .col-1:last-child {
    margin-right: 0; }

.col-2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%; }
  .col-2:last-child {
    margin-right: 0; }

.col-3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .col-3:last-child {
    margin-right: 0; }

.col-4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .col-4:last-child {
    margin-right: 0; }

.col-5 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%; }
  .col-5:last-child {
    margin-right: 0; }

.col-6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .col-6:last-child {
    margin-right: 0; }

.col-7 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%; }
  .col-7:last-child {
    margin-right: 0; }

.col-8 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }
  .col-8:last-child {
    margin-right: 0; }

.col-9 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  .col-9:last-child {
    margin-right: 0; }

.col-10 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%; }
  .col-10:last-child {
    margin-right: 0; }

.col-11 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%; }
  .col-11:last-child {
    margin-right: 0; }

.col-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-12:last-child {
    margin-right: 0; }

.col-1-collapse {
  float: left;
  display: block;
  width: 8.5298042998%; }
  .col-1-collapse:last-child {
    width: 6.1721527019%; }

.col-2-collapse {
  float: left;
  display: block;
  width: 17.0596085997%; }
  .col-2-collapse:last-child {
    width: 14.7019570017%; }

.col-3-collapse {
  float: left;
  display: block;
  width: 25.5894128995%; }
  .col-3-collapse:last-child {
    width: 23.2317613015%; }

.col-4-collapse {
  float: left;
  display: block;
  width: 34.1192171993%; }
  .col-4-collapse:last-child {
    width: 31.7615656014%; }

.col-5-collapse {
  float: left;
  display: block;
  width: 42.6490214991%; }
  .col-5-collapse:last-child {
    width: 40.2913699012%; }

.col-6-collapse {
  float: left;
  display: block;
  width: 51.178825799%; }
  .col-6-collapse:last-child {
    width: 48.821174201%; }

.col-7-collapse {
  float: left;
  display: block;
  width: 59.7086300988%; }
  .col-7-collapse:last-child {
    width: 57.3509785009%; }

.col-8-collapse {
  float: left;
  display: block;
  width: 68.2384343986%; }
  .col-8-collapse:last-child {
    width: 65.8807828007%; }

.col-9-collapse {
  float: left;
  display: block;
  width: 76.7682386985%; }
  .col-9-collapse:last-child {
    width: 74.4105871005%; }

.col-10-collapse {
  float: left;
  display: block;
  width: 85.2980429983%; }
  .col-10-collapse:last-child {
    width: 82.9403914003%; }

.col-11-collapse {
  float: left;
  display: block;
  width: 93.8278472981%; }
  .col-11-collapse:last-child {
    width: 91.4701957002%; }

.col-12-collapse {
  float: left;
  display: block;
  width: 102.3576515979%; }
  .col-12-collapse:last-child {
    width: 100%; }

.omega {
  margin-right: 0; }

.pad {
  padding: 30px; }

@media (max-width: 767px) {
  .large-on-mobile {
    width: 100%;
    float: none; }

  .row {
    padding-left: 15px;
    padding-right: 15px; } }
/* ==========================================================================
   #TYPOGRAPHY
   ========================================================================== */
/* Enable border-box sizing for all elements */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Global font rendering */
.font-rendering, h1, h2, h3, .btn, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, input[type="color"].large-input, input[type="date"].large-input, input[type="datetime"].large-input, input[type="datetime-local"].large-input, input[type="email"].large-input, input[type="month"].large-input, input[type="number"].large-input, input[type="password"].large-input, input[type="search"].large-input, input[type="tel"].large-input, input[type="text"].large-input, input[type="time"].large-input, input[type="url"].large-input, input[type="week"].large-input, textarea.large-input, .sn-head-nav a, .featured-property-detail li, .map-canvas-wrapper .learn-more-suburb, .final-message, h4, .questions li > span label, h5, h6, li, .large-form .label-group label, footer #mce-responses .response, .sold-tag span, .no-results .response, .filter-block-element span.range {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

/* Body styles */
p, .sn-lightbox-wrapper li, .sn-property-listing-content .sn-property-chatells, .sn-agent-listing-content .sn-property-chatells, .chattels li, .features li, .achievements li {
  line-height: 27px;
  letter-spacing: 0.04;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem; }

a {
  outline: 0 !important;
  text-decoration: none;
  color: #515151; }

/* Headings */
h1, h2 {
  font-family: "Bree", sans-serif;
  font-weight: 200;
  font-size: 45px;
  color: #2e2e2e; }

h3, .btn, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, input[type="color"].large-input, input[type="date"].large-input, input[type="datetime"].large-input, input[type="datetime-local"].large-input, input[type="email"].large-input, input[type="month"].large-input, input[type="number"].large-input, input[type="password"].large-input, input[type="search"].large-input, input[type="tel"].large-input, input[type="text"].large-input, input[type="time"].large-input, input[type="url"].large-input, input[type="week"].large-input, textarea.large-input, .sn-head-nav a, .featured-property-detail li, .map-canvas-wrapper .learn-more-suburb, .final-message {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #505050; }

h4, .questions li > span label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 5px 0 0 0; }

/* List styles */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.small {
  font-size: 0.8em; }

/**
 * Media Queries #MQ
 * =========================== *
 */
@media (max-width: 767px) {
  h1, h2 {
    font-size: 35px; } }
/**
 * Vendor + BSD
 */
/*
 * Swiper 2.7.5
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 4, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 20px; }

.swiper-pagination-switch {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .6;
  cursor: pointer;
  margin: 0 3px;
  z-index: 300; }

.swiper-active-switch {
  opacity: 1; }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border-radius: 4px;
  color: #707070;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  font-size: 13px;
  padding-left: 15px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: #f3f3f3;
  border-radius: 3px; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-left: 3px;
    margin-top: 8px;
    padding: 5px 10px;
    height: 30px;
    line-height: 20px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    padding: 0;
    line-height: 8px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: 1px solid transparent;
  outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #40bfae;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/*------------------------------------*\
    #CUSTOM-SELECT
\*------------------------------------*/
/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  max-width: 160px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
  margin-right: 5px; }
  div.cs-select.fixed {
    min-width: 160px; }
  div.cs-select .cs-select {
    margin: 0; }
  div.cs-select.dim {
    opacity: 0.6; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em;
  margin-left: 0;
  margin-right: 0; }

.cs-active .cs-placeholder {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.cs-placeholder {
  opacity: 1;
  transition: opacity 0.3 ease; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\25BE';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

div.cs-active {
  z-index: 200; }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
  margin-top: -4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #f3f3f3; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

div.cs-skin-border {
  background: transparent; }

@media screen and (max-width: 30em) {
  div.cs-skin-border {
    font-size: 1em; } }
.cs-skin-border > span {
  border-color: inherit;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s; }

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
  font-family: 'fontawesome';
  content: '\f107'; }

.cs-skin-border ul span::after {
  content: '';
  opacity: 0; }

.cs-skin-border .cs-selected span::after {
  content: '\f00c';
  color: #40bfae;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cs-skin-border.cs-active > span {
  background: #fff;
  border-color: #fff;
  color: #40bfae; }

.cs-skin-border .cs-options {
  color: #40bfae;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s; }

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cs-skin-border ul span {
  padding: 1em 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
  background: #f3f3f3; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s; }

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
  
  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }

  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

  2. Share modal/popup and links

 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
  
  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
/*
  
  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/**
 * Components
 */
/* ==========================================================================
   #BUTTONS
   ========================================================================== */
.btn {
  display: inline-block;
  cursor: pointer;
  background-color: #40bfae;
  border-radius: 5px;
  transition: background-color ease 300ms;
  border: none;
  color: white;
  outline: none;
  padding: 13px 20px;
  width: auto; }
  .btn:hover {
    background-color: #3aac9d; }
  .btn:active {
    background-color: #33998b;
    transform: translateY(1px); }
  .btn.btn-grey {
    background-color: #e3e3e3; }
  .btn.btn-small {
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: normal; }
  .btn.btn-facebook {
    background: #3b5998; }
    .btn.btn-facebook i.fa {
      margin-right: 15px; }
  .btn.center {
    margin: 0 auto;
    display: block; }

/* ==========================================================================
   #FORMS
   ========================================================================== */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, textarea {
  display: inline-block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  white-space: nowrap;
  outline: none;
  transition: background-color ease 300ms;
  background-color: #ececec;
  padding: 10px;
  margin: 0;
  margin-bottom: 12px; }
  input[type="color"].large-input, input[type="date"].large-input, input[type="datetime"].large-input, input[type="datetime-local"].large-input, input[type="email"].large-input, input[type="month"].large-input, input[type="number"].large-input, input[type="password"].large-input, input[type="search"].large-input, input[type="tel"].large-input, input[type="text"].large-input, input[type="time"].large-input, input[type="url"].large-input, input[type="week"].large-input, textarea.large-input, textarea.large-input {
    padding: 25px;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    background: none;
    margin: 0; }
    input[type="color"].large-input:focus, input[type="date"].large-input:focus, input[type="datetime"].large-input:focus, input[type="datetime-local"].large-input:focus, input[type="email"].large-input:focus, input[type="month"].large-input:focus, input[type="number"].large-input:focus, input[type="password"].large-input:focus, input[type="search"].large-input:focus, input[type="tel"].large-input:focus, input[type="text"].large-input:focus, input[type="time"].large-input:focus, input[type="url"].large-input:focus, input[type="week"].large-input:focus, textarea.large-input:focus, textarea.large-input:focus {
      border: 1px solid #40bfae;
      background: none; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
  background-color: #e9e9e9; }

.large-form input[type="color"], .large-form input[type="date"], .large-form input[type="datetime"], .large-form input[type="datetime-local"], .large-form input[type="email"], .large-form input[type="month"], .large-form input[type="number"], .large-form input[type="password"], .large-form input[type="search"], .large-form input[type="tel"], .large-form input[type="text"], .large-form input[type="time"], .large-form input[type="url"], .large-form input[type="week"], .large-form textarea {
  height: 65px;
  border-radius: 4px;
  background-color: white;
  margin: 15px 0;
  margin-right: 30px;
  max-width: 100%; }
.large-form .label-group {
  padding: 0 15px; }
  .large-form .label-group .has-label {
    padding-left: 87px;
    padding-right: 25px;
    text-align: right; }
  .large-form .label-group label {
    position: absolute;
    color: #707070;
    font-family: "Open Sans", sans-serif;
    margin-top: 38px;
    margin-left: 15px; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group input {
    margin-bottom: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .input-group .form-control {
    z-index: 2;
    width: 100%;
    display: table-cell; }
  .input-group .btn {
    height: 40px;
    border-radius: 0;
    padding-top: 9px;
    color: #707070;
    margin: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
    .input-group .btn.btn-large {
      height: auto;
      padding: 26px;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      color: white; }
  .input-group.has-label input {
    padding: 20px;
    padding-left: 220px; }
  .input-group label {
    width: 200px;
    position: absolute;
    height: 100%;
    z-index: 1;
    padding: 20px;
    background: #f3f3f3; }
  .input-group .input-group-btn {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    white-space: nowrap; }

/* ==========================================================================
   Lightbox
   ========================================================================== */
.sn-lightbox-wrapper {
  position: fixed;
  /* keeps the lightbox window in the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .sn-lightbox-wrapper.active {
    opacity: 1;
    pointer-events: auto; }
  .sn-lightbox-wrapper p, .sn-lightbox-wrapper li, .sn-lightbox-wrapper .sn-property-listing-content .sn-property-chatells, .sn-property-listing-content .sn-lightbox-wrapper .sn-property-chatells, .sn-lightbox-wrapper .sn-agent-listing-content .sn-property-chatells, .sn-agent-listing-content .sn-lightbox-wrapper .sn-property-chatells, .sn-lightbox-wrapper h3, .sn-lightbox-wrapper .btn, .sn-lightbox-wrapper input[type="color"], .sn-lightbox-wrapper input[type="date"], .sn-lightbox-wrapper input[type="datetime"], .sn-lightbox-wrapper input[type="datetime-local"], .sn-lightbox-wrapper input[type="email"], .sn-lightbox-wrapper input[type="month"], .sn-lightbox-wrapper input[type="number"], .sn-lightbox-wrapper input[type="password"], .sn-lightbox-wrapper input[type="search"], .sn-lightbox-wrapper input[type="tel"], .sn-lightbox-wrapper input[type="text"], .sn-lightbox-wrapper input[type="time"], .sn-lightbox-wrapper input[type="url"], .sn-lightbox-wrapper input[type="week"], .sn-lightbox-wrapper textarea, .sn-lightbox-wrapper .sn-head-nav a, .sn-head-nav .sn-lightbox-wrapper a, .sn-lightbox-wrapper .featured-property-detail li, .featured-property-detail .sn-lightbox-wrapper li, .sn-lightbox-wrapper .map-canvas-wrapper .learn-more-suburb, .map-canvas-wrapper .sn-lightbox-wrapper .learn-more-suburb, .sn-lightbox-wrapper .final-message, .sn-lightbox-wrapper li {
    text-align: left; }
  .sn-lightbox-wrapper p, .sn-lightbox-wrapper li, .sn-lightbox-wrapper .sn-property-listing-content .sn-property-chatells, .sn-property-listing-content .sn-lightbox-wrapper .sn-property-chatells, .sn-lightbox-wrapper .sn-agent-listing-content .sn-property-chatells, .sn-agent-listing-content .sn-lightbox-wrapper .sn-property-chatells {
    font-size: 15px; }

.sn-lightbox {
  position: relative;
  max-width: 1024px;
  background: white;
  margin: 0 auto;
  padding: 30px;
  top: 20%;
  height: 60%; }

.sn-lightbox-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -30px;
  color: white; }

.sn-lightbox-image {
  padding: 50px;
  max-width: 900px;
  margin: 0 auto; }
  .sn-lightbox-image .sn-lightbox-close {
    top: 10px;
    right: 10px;
    font-size: 20px; }

.sn-lightbox-content {
  height: 100%;
  overflow: scroll; }

/**
 * Layout styles
 */
/* ==========================================================================
   Header Styles
   ========================================================================== */
.sn-head {
  background-color: #2e2e2e;
  padding: 30px 30px; }
  .sn-head .sn-head-logo {
    width: 260px;
    float: left;
    padding: 5px 0 1px 0; }

.sn-head-nav {
  width: 73%;
  float: right; }
  .sn-head-nav a {
    color: white;
    user-select: none; }
  .sn-head-nav ul {
    float: right;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none; }
    .sn-head-nav ul li {
      padding: 13px 15px; }
      .sn-head-nav ul li.sign-in {
        margin-left: 15px;
        padding: 13px 20px; }

.sn-head-mobile {
  display: none; }

@media (max-width: 1129px) {
  .sn-head {
    padding: 20px 15px;
    height: 70px;
    -webkit-transition: height ease 0.3s;
    -moz-transition: height ease 0.3s;
    transition: height ease 0.3s;
    overflow: hidden; }
    .sn-head .sn-head-nav {
      padding-top: 20px;
      width: 100%; }
      .sn-head .sn-head-nav ul {
        float: left; }
      .sn-head .sn-head-nav ul li {
        float: none;
        display: block;
        padding-left: 0; }
        .sn-head .sn-head-nav ul li.sign-in {
          margin-left: 0;
          text-align: center;
          margin-top: 15px;
          padding-right: 0px; }
    .sn-head .sn-head-logo {
      width: 190px;
      padding: 3px 0 3px 0; }
      .sn-head .sn-head-logo img {
        width: 200px; }
    .sn-head.active {
      height: 390px;
      -webkit-transition: height ease 0.3s;
      -moz-transition: height ease 0.3s;
      transition: height ease 0.3s; }
      .sn-head.active .nav-icon .nav-icon-mid {
        opacity: 0;
        -webkit-transition: opacity ease 0.3s;
        -moz-transition: opacity ease 0.3s;
        transition: opacity ease 0.3s; }
      .sn-head.active .nav-icon .nav-icon-top {
        -webkit-animation: rotate-clockwise-in 0.3s ease;
        -moz-animation: rotate-clockwise-in 0.3s ease;
        animation: rotate-clockwise-in 0.3s ease;
        -webkit-transform: translateY(5px) rotate(45deg);
        -moz-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
        -o-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center; }
      .sn-head.active .nav-icon .nav-icon-bottom {
        -webkit-animation: rotate-anticlockwise-in 0.3s ease;
        -moz-animation: rotate-anticlockwise-in 0.3s ease;
        animation: rotate-anticlockwise-in 0.3s ease;
        -webkit-transform: translateY(-5px) rotate(-45deg);
        -moz-transform: translateY(-5px) rotate(-45deg);
        -ms-transform: translateY(-5px) rotate(-45deg);
        -o-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center; }
    .sn-head.inactive .nav-icon .nav-icon-mid {
      opacity: 0;
      -webkit-transition: opacity ease 0.3s 0.3s -2;
      -moz-transition: opacity ease 0.3s 0.3s -2;
      transition: opacity ease 0.3s 0.3s -2; }
    .sn-head.inactive .nav-icon .nav-icon-top {
      -webkit-animation: rotate-clockwise-out 0.3s ease;
      -moz-animation: rotate-clockwise-out 0.3s ease;
      animation: rotate-clockwise-out 0.3s ease;
      -webkit-transform: translateY(0px) rotate(0deg);
      -moz-transform: translateY(0px) rotate(0deg);
      -ms-transform: translateY(0px) rotate(0deg);
      -o-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center; }
    .sn-head.inactive .nav-icon .nav-icon-bottom {
      -webkit-animation: rotate-anticlockwise-out 0.3s ease;
      -moz-animation: rotate-anticlockwise-out 0.3s ease;
      animation: rotate-anticlockwise-out 0.3s ease;
      -webkit-transform: translateY(0px) rotate(0deg);
      -moz-transform: translateY(0px) rotate(0deg);
      -ms-transform: translateY(0px) rotate(0deg);
      -o-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center; }

  .sn-head-mobile {
    width: 30%;
    float: right;
    display: block; }
    .sn-head-mobile .nav-icon .nav-icon-mid {
      opacity: 0; }
    .sn-head-mobile .sn-head-mobile-hamburger {
      width: 20px;
      height: 20px;
      float: right;
      padding-top: 4px; } }
@-webkit-keyframes rotate-clockwise-in {
  from {
    -webkit-transform: translateY(0px) rotate(0deg); }
  to {
    -webkit-transform: translateY(5px) rotate(45deg); } }
@-moz-keyframes rotate-clockwise-in {
  from {
    -moz-transform: translateY(0px) rotate(0deg); }
  to {
    -moz-transform: translateY(5px) rotate(45deg); } }
@keyframes rotate-clockwise-in {
  from {
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  to {
    -webkit-transform: translateY(5px) rotate(45deg);
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg); } }
@-webkit-keyframes rotate-anticlockwise-in {
  from {
    -webkit-transform: translateY(0px) rotate(0deg); }
  to {
    -webkit-transform: translateY(-5px) rotate(-45deg); } }
@-moz-keyframes rotate-anticlockwise-in {
  from {
    -moz-transform: translateY(0px) rotate(0deg); }
  to {
    -moz-transform: translateY(-5px) rotate(-45deg); } }
@keyframes rotate-anticlockwise-in {
  from {
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  to {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -o-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg); } }
@-webkit-keyframes rotate-anticlockwise-out {
  from {
    -webkit-transform: translateY(-5px) rotate(-45deg); }
  to {
    -webkit-transform: translateY(0px) rotate(0deg); } }
@-moz-keyframes rotate-anticlockwise-out {
  from {
    -moz-transform: translateY(-5px) rotate(-45deg); }
  to {
    -moz-transform: translateY(0px) rotate(0deg); } }
@keyframes rotate-anticlockwise-out {
  from {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -o-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg); }
  to {
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }
@-webkit-keyframes rotate-clockwise-out {
  from {
    -webkit-transform: translateY(5px) rotate(45deg); }
  to {
    -webkit-transform: translateY(0px) rotate(0deg); } }
@-moz-keyframes rotate-clockwise-out {
  from {
    -moz-transform: translateY(5px) rotate(45deg); }
  to {
    -moz-transform: translateY(0px) rotate(0deg); } }
@keyframes rotate-clockwise-out {
  from {
    -webkit-transform: translateY(5px) rotate(45deg);
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg); }
  to {
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }
/* ==========================================================================
   Sign In Section
   ========================================================================== */
.sn-sign-in {
  background-color: #f3f3f3;
  width: 800px;
  padding: 40px 0;
  height: auto; }
  .sn-sign-in .privacy-policy-trigger {
    text-align: center; }
  .sn-sign-in h4, .sn-sign-in .questions li > span label, .questions li > span .sn-sign-in label {
    margin-bottom: 30px; }
  .sn-sign-in .col {
    padding: 0 40px 40px 40px;
    margin-bottom: 40px; }
  .sn-sign-in input {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal; }
  .sn-sign-in .border-left {
    border-left: 1px solid #dadada; }
  .sn-sign-in .error::before {
    font-family: FontAwesome;
    content: "\f057";
    position: absolute;
    margin-left: -25px;
    margin-top: 12px;
    color: #F77A52; }
  .sn-sign-in #sn-sign-in-error {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .sn-sign-in #sn-sign-in-error.active {
      visibility: visible;
      opacity: 1; }
  .sn-sign-in #password-strength {
    display: block;
    height: 5px;
    background: #d7d7d7; }
    .sn-sign-in #password-strength .strength-progress {
      height: 100%;
      width: 0%;
      -webkit-transition: width 300ms ease;
      -moz-transition: width 300ms ease;
      transition: width 300ms ease; }
      .sn-sign-in #password-strength .strength-progress.bad, .sn-sign-in #password-strength .strength-progress.short {
        width: 5%;
        background-color: #E82C0C; }
      .sn-sign-in #password-strength .strength-progress.weak {
        width: 33%;
        background-color: #FF974F; }
      .sn-sign-in #password-strength .strength-progress.good {
        width: 66%;
        background-color: #40bfae; }
      .sn-sign-in #password-strength .strength-progress.strong {
        width: 100%;
        background-color: #40bfae; }

#forgot_password {
  margin: 50px 0; }
  #forgot_password .input-group {
    padding-top: 30px;
    max-width: 500px; }
    #forgot_password .input-group input {
      width: 100%; }

@media (max-width: 767px) {
  .sn-sign-in {
    width: 100%;
    height: 100%;
    top: 0;
    overflow: scroll; }
    .sn-sign-in .sn-lightbox-close {
      top: 20px;
      right: 20px;
      color: black; }
    .sn-sign-in .col-6 {
      width: 100%;
      border: none; } }
/* ==========================================================================
   Featured Properties
   ========================================================================== */
.sn-featured-property {
  position: relative;
  height: 525px; }

.featured-property-image {
  height: 100%;
  background-size: cover;
  background-position: center center; }

.featured-property-overlay {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%; }

.featured-property-detail {
  padding: 210px 30px;
  color: white;
  width: 100%; }
  .featured-property-detail h2 {
    margin: 0; }
  .featured-property-detail ul {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%; }
  .featured-property-detail li {
    color: white;
    margin-left: 15px;
    padding-bottom: 5px; }

.featured-bed-icon {
  min-width: 30px;
  width: 30px;
  display: inline;
  margin-right: 15px; }

@media (max-width: 767px) {
  .sn-featured-property {
    height: 260px; }

  .featured-property-detail {
    padding: 60px 30px; }
    .featured-property-detail img {
      display: none; } }
/* ==========================================================================
   Home Search
   ========================================================================== */
#map-canvas {
  height: 340px; }

.property-search {
  position: relative; }
  .property-search h2 {
    margin: 0;
    padding-top: 80px;
    position: absolute;
    top: 0;
    color: white;
    width: 100%; }
  .property-search .property-search-inner {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 785px;
    left: 50%;
    margin-left: -392.5px;
    padding: 45px;
    padding-bottom: 58px; }
  .property-search .property-search-dots {
    z-index: 80;
    height: 13px;
    width: 100%;
    background-image: url("../img/dots.png");
    position: absolute;
    bottom: 0;
    width: 785px;
    left: 50%;
    margin-left: -392.5px; }

.tt-query,
.tt-hint {
  width: 396px;
  padding: 8px 12px;
  font-size: 24px;
  border: 2px solid #ccc;
  border-radius: 3px;
  outline: none; }

.tt-query {
  /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999;
  pointer-events: none; }

.tt-dropdown-menu {
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px; }

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer; }
  .tt-suggestion:hover {
    color: black; }

.tt-suggestion.tt-is-under-cursor {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion p, .tt-suggestion .sn-lightbox-wrapper li, .sn-lightbox-wrapper .tt-suggestion li, .tt-suggestion .sn-property-listing-content .sn-property-chatells, .sn-property-listing-content .tt-suggestion .sn-property-chatells, .tt-suggestion .sn-agent-listing-content .sn-property-chatells, .sn-agent-listing-content .tt-suggestion .sn-property-chatells, .tt-suggestion .chattels li, .chattels .tt-suggestion li, .tt-suggestion .features li, .features .tt-suggestion li, .tt-suggestion .achievements li, .achievements .tt-suggestion li {
  margin: 0; }

@media (max-width: 767px) {
  #map-canvas {
    height: 300px; }

  .property-search .property-search-inner {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 30px 15px;
    padding-bottom: 43px; }
  .property-search .property-search-dots {
    width: 100%;
    margin-left: -50%; }
  .property-search .input-group input::-webkit-input-placeholder::before {
    content: "Search\A"; } }
/* ==========================================================================
   Home About
   ========================================================================== */
.sn-about {
  padding: 125px 0;
  width: 600px;
  margin: 0 auto; }
  .sn-about .small-logo {
    display: block;
    width: 95px;
    margin: 0 auto;
    fill: #40bfae; }

@media (max-width: 767px) {
  .sn-about {
    padding: 70px 0;
    width: 100%; } }
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background: #f3f3f3;
  padding: 65px 0 30px 0; }
  footer ul {
    padding: 0;
    list-style-type: none; }
  footer li {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-decoration: none;
    line-height: 30px;
    color: #6e6e6e;
    cursor: pointer; }
  footer input {
    width: 100%; }
  footer .disclaimer {
    color: #a7a7a7;
    font-size: 12px;
    line-height: 21px; }
    footer .disclaimer img {
      width: 43px;
      float: right;
      margin-left: 18px; }
  footer #logo-small {
    display: block;
    fill: #a7a7a7;
    margin: 0 auto;
    width: 40px;
    margin-top: 30px; }
  footer #mce-responses .response {
    padding-top: 15px;
    padding-bottom: 15px; }

@media (max-width: 767px) {
  footer {
    padding: 25px 0; } }
#grey-map-canvas {
  height: 300px;
  width: 100%; }

/* ==========================================================================
   Property Listings
   ========================================================================== */
.sn-property-listing-image {
  height: 120px;
  overflow: hidden; }
  .sn-property-listing-image img {
    width: 100%; }

.sn-agents .sn-property-listing-image {
  width: 130px;
  height: 130px; }
  .sn-agents .sn-property-listing-image img {
    width: 125px;
    border-radius: 50%;
    border: 4px solid white; }

.sold-tag {
  width: 0;
  height: 0;
  border-bottom: 100px solid transparent;
  border-right: 100px solid transparent;
  border-left: 100px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 10; }
  .sold-tag span {
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -100px;
    color: white;
    font-family: "bree-serif",sans-serif;
    font-size: 25px;
    pointer-events: none; }

.sn-property-listing {
  background: #f5f3f4;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 26px; }
  .sn-property-listing .sold-tag {
    margin-top: -26px;
    margin-left: -26px; }

.sn-property-listing-content, .sn-agent-listing-content {
  padding-left: 26px; }
  .sn-property-listing-content p, .sn-agent-listing-content p, .sn-property-listing-content .sn-lightbox-wrapper li, .sn-lightbox-wrapper .sn-property-listing-content li, .sn-agent-listing-content .sn-lightbox-wrapper li, .sn-lightbox-wrapper .sn-agent-listing-content li, .sn-property-listing-content .sn-property-chatells, .sn-agent-listing-content .sn-property-chatells, .sn-property-listing-content .chattels li, .chattels .sn-property-listing-content li, .sn-agent-listing-content .chattels li, .chattels .sn-agent-listing-content li, .sn-property-listing-content .features li, .features .sn-property-listing-content li, .sn-agent-listing-content .features li, .features .sn-agent-listing-content li, .sn-property-listing-content .achievements li, .achievements .sn-property-listing-content li, .sn-agent-listing-content .achievements li, .achievements .sn-agent-listing-content li {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px; }
  .sn-property-listing-content .sn-property-chatells, .sn-agent-listing-content .sn-property-chatells {
    font-size: 13px;
    font-weight: 700; }

.no-results {
  position: absolute;
  width: 100%;
  height: 495px;
  background: white;
  opacity: 1;
  z-index: 2;
  padding-top: 190px;
  transition: opacity 0.3s ease; }
  .no-results .response {
    text-align: center;
    width: 100%;
    display: block; }
  .no-results .no-results-logo {
    display: block;
    width: 50px;
    margin: 0 auto;
    padding-bottom: 20px; }
  .no-results.hide {
    opacity: 0;
    pointer-events: none; }

.sn-single-property-grid {
  max-width: 1054px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .sn-single-property-grid .col-6 {
    width: 50%; }

.sn-listings-pagination {
  margin-bottom: 35px; }
  .sn-listings-pagination .btn {
    color: #707070;
    background-color: #f3f3f3; }
  .sn-listings-pagination .sn-listings-next {
    float: right;
    width: 33.3333333333%;
    height: 45px; }
    .sn-listings-pagination .sn-listings-next .btn {
      float: right; }
  .sn-listings-pagination .sn-listings-prev {
    float: left;
    width: 33.3333333333%;
    height: 45px; }
  .sn-listings-pagination .sn-listing-page-count {
    float: left;
    text-align: center;
    width: 33.3333333333%;
    padding-top: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #bdbdbd; }
    .sn-listings-pagination .sn-listing-page-count li {
      cursor: pointer;
      padding-left: 7px;
      padding-right: 7px; }
      .sn-listings-pagination .sn-listing-page-count li:hover {
        color: #a3a3a3; }
      .sn-listings-pagination .sn-listing-page-count li.selected {
        color: black; }

@media (max-width: 767px) {
  .sn-single-property-grid {
    padding-top: 0; }
    .sn-single-property-grid .col-6 {
      width: 100%; }
    .sn-single-property-grid .grid-item {
      padding-left: 0;
      padding-right: 0; }
    .sn-single-property-grid .grid-item-inner {
      margin-bottom: 15px; }
    .sn-single-property-grid .large-on-mobile {
      width: 100%; } }
@media (max-width: 767px) {
  .sn-property-listing-content, .sn-agent-listing-content {
    padding-left: 0;
    padding: 15px 30px; }

  .sn-property-listing-image {
    height: 175px; }

  .sn-property-listing {
    padding: 0;
    margin: 15px; } }
/* ==========================================================================
   Filter Bar
   ========================================================================== */
.dropdowns {
  margin-top: 20px;
  margin-bottom: 20px; }

.filter-bar {
  background: #e6e6e6; }

.filter-btn {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  display: inline-block;
  background: white;
  font-size: 12px;
  color: #a6a6a6;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 9px 15px; }
  .filter-btn:hover {
    background: #f7f7f7; }
  .filter-btn .fa {
    padding-left: 10px; }
  .filter-btn.active {
    color: #40bfae; }

.filter-block-element {
  position: absolute;
  background: white;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #707070;
  width: 388px !important; }
  .filter-block-element span.range {
    display: inline;
    padding: 0 10px;
    color: #a6a6a6; }
  .filter-block-element input {
    display: inline;
    margin: 0;
    background: #f3f3f3;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
    font-weight: 500; }
  .filter-block-element.show {
    opacity: 1;
    pointer-events: all; }

.filter-toggle {
  display: none; }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; }

  .filter-bar {
    position: relative;
    height: 40px; }
    .filter-bar.active {
      height: 215px; }
      .filter-bar.active .filter-bar-inner {
        display: block; }
        .filter-bar.active .filter-bar-inner .js-refresh-ajax {
          margin-left: 5px; }
      .filter-bar.active .dropdowns {
        margin-bottom: 5px; }
      .filter-bar.active .cs-select {
        position: static; }
      .filter-bar.active .filter-block-element {
        left: 0;
        width: 100% !important;
        z-index: 100; }
        .filter-bar.active .filter-block-element input {
          width: 40%; }
        .filter-bar.active .filter-block-element .select2 input {
          width: 100% !important; }
        .filter-bar.active .filter-block-element .range {
          width: 20%; }
      .filter-bar.active .cs-options {
        z-index: 200; }

  .filter-bar-inner {
    display: none; }

  .filter-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px; } }
/* ==========================================================================
   Single Property Layout
   ========================================================================== */
span.indicator {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-left: 5px; }

.single-property-header {
  margin-top: 30px; }

.single-layout-profile {
  width: 91px;
  height: 91px;
  overflow: hidden;
  float: left;
  display: inline-block;
  margin-right: 25px;
  border-radius: 50%; }
  .single-layout-profile img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin-top: -12px; }

.property-price h4, .property-price .questions li > span label, .questions li > span .property-price label {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px; }

@media (max-width: 767px) {
  .single-layout-profile {
    float: none;
    margin-bottom: 15px; } }
.grid-item {
  width: 50%;
  margin: 0;
  padding: 15px; }

#sn-suburb-grid .grid-item {
  width: 33.3333%; }

@media (max-width: 767px) {
  #sn-suburb-grid .grid-item {
    width: 100%; } }
.grid-item-inner {
  padding: 35px 40px;
  border-radius: 5px;
  background: #f6f6f6; }
  .grid-item-inner h4, .grid-item-inner .questions li > span label, .questions li > span .grid-item-inner label {
    margin: 0;
    margin-bottom: 5px; }
  .grid-item-inner p, .grid-item-inner .sn-lightbox-wrapper li, .sn-lightbox-wrapper .grid-item-inner li, .grid-item-inner .sn-property-listing-content .sn-property-chatells, .sn-property-listing-content .grid-item-inner .sn-property-chatells, .grid-item-inner .sn-agent-listing-content .sn-property-chatells, .sn-agent-listing-content .grid-item-inner .sn-property-chatells, .grid-item-inner .chattels li, .chattels .grid-item-inner li, .grid-item-inner .features li, .features .grid-item-inner li, .grid-item-inner .achievements li, .achievements .grid-item-inner li {
    margin: 0;
    font-size: 14px; }
  .grid-item-inner .fa-map-marker {
    line-height: 30px;
    font-size: 20px; }

.grid-item-wrapper {
  padding: 15px; }

.sn-property-gallery {
  background-color: #e6e6e6;
  height: 360px; }

@media (max-width: 767px) {
  .grid-item {
    width: 100%; }

  .grid-item-inner {
    padding: 25px; }

  .sn-property-gallery {
    background-color: #e6e6e6;
    height: 160px; } }
.single-property-details {
  height: 360px; }

.swiper-container, .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .swiper-container img, .swiper-slide img {
    max-width: 100%; }

@media (max-width: 767px) {
  .swiper-container img, .swiper-slide img {
    max-width: 100%; } }
.block-item-group {
  margin-top: 15px;
  float: left;
  width: 100%; }

.block-item {
  padding: 20px;
  background: #efefef;
  display: block;
  float: left;
  border-radius: 3px;
  height: 72px; }
  .block-item.shrink-wrap {
    height: auto; }
  .block-item.small-block {
    padding: 15px 20px;
    width: 100%;
    height: auto; }
    .block-item.small-block p, .block-item.small-block .sn-lightbox-wrapper li, .sn-lightbox-wrapper .block-item.small-block li, .block-item.small-block .sn-property-listing-content .sn-property-chatells, .sn-property-listing-content .block-item.small-block .sn-property-chatells, .block-item.small-block .sn-agent-listing-content .sn-property-chatells, .sn-agent-listing-content .block-item.small-block .sn-property-chatells, .block-item.small-block .chattels li, .chattels .block-item.small-block li, .block-item.small-block .features li, .features .block-item.small-block li, .block-item.small-block .achievements li, .achievements .block-item.small-block li {
      line-height: 17px;
      font-size: 13px; }
  .block-item.transparent {
    background: none; }

.chattel-item-wrapper {
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  float: left;
  width: 25%;
  text-align: center; }
  .chattel-item-wrapper.section-size {
    width: 50%; }

.chattel-item {
  margin-top: 25px;
  margin-right: 25px;
  padding: 10px 5px;
  width: 100%;
  float: left;
  color: #707070;
  height: 50px; }
  .chattel-item.btn:hover {
    background: #e9e9e9; }
  .chattel-item.btn:active {
    background: #e4e4e4; }
  .chattel-item #bath-icon {
    height: 16px;
    margin-top: 5px; }

.mortgage-calculator-link {
  text-align: center;
  height: 72px; }
  .mortgage-calculator-link .block-item, .mortgage-calculator-link .btn {
    width: 100%;
    display: table-cell; }
  .mortgage-calculator-link .btn {
    width: 65px;
    padding: 22.5px; }

.label-group {
  float: left;
  width: 25%; }

.contact-agent {
  float: left;
  margin-top: 23px;
  width: 100%;
  text-align: center; }

.icon-chattels {
  margin-left: -7px;
  width: calc(100% + 14px); }

.icon-chattels div:first-of-type {
  margin-left: 0; }

.icon-chattels div:last-of-type {
  margin-right: 0; }

.open-homes .grid-item-inner {
  padding-bottom: 5px; }
.open-homes .open-home-list {
  padding-bottom: 30px; }
  .open-homes .open-home-list .block-item {
    padding: 15px 30px; }
  .open-homes .open-home-list h4, .open-homes .open-home-list .questions li > span label, .questions li > span .open-homes .open-home-list label {
    margin-bottom: 3px;
    font-size: 16px; }

@media (max-width: 767px) {
  .open-homes .open-home-list .block-item {
    padding: 15px 25px; } }
.map-canvas-wrapper {
  position: relative;
  overflow: hidden; }
  .map-canvas-wrapper iframe {
    display: block; }
  .map-canvas-wrapper > i {
    display: block;
    position: absolute; }
    .map-canvas-wrapper > i.top {
      top: 0;
      border-top: 0px solid rgba(0, 0, 0, 0.15); }
      .map-canvas-wrapper > i.top:after {
        top: -2px;
        border-top: 2px solid white; }
    .map-canvas-wrapper > i.right {
      right: 0;
      border-right: 0px solid rgba(0, 0, 0, 0.15); }
      .map-canvas-wrapper > i.right:after {
        right: -2px;
        border-right: 2px solid white; }
    .map-canvas-wrapper > i.bottom {
      bottom: 0;
      border-bottom: 0px solid rgba(0, 0, 0, 0.15); }
      .map-canvas-wrapper > i.bottom:after {
        bottom: -2px;
        border-bottom: 2px solid white; }
    .map-canvas-wrapper > i.left {
      left: 0;
      border-left: 0px solid rgba(0, 0, 0, 0.15); }
      .map-canvas-wrapper > i.left:after {
        left: -2px;
        border-left: 2px solid white; }
    .map-canvas-wrapper > i.top:not(.right):not(.left), .map-canvas-wrapper > i.bottom:not(.right):not(.left) {
      height: 0px;
      left: 4px;
      right: 4px; }
    .map-canvas-wrapper > i.left:not(.top):not(.bottom), .map-canvas-wrapper > i.right:not(.top):not(.bottom) {
      width: 0px;
      top: 4px;
      bottom: 4px; }
    .map-canvas-wrapper > i.top.right, .map-canvas-wrapper > i.top.left, .map-canvas-wrapper > i.bottom.right, .map-canvas-wrapper > i.bottom.left {
      width: 4px;
      height: 4px; }
      .map-canvas-wrapper > i.top.right:after, .map-canvas-wrapper > i.top.left:after, .map-canvas-wrapper > i.bottom.right:after, .map-canvas-wrapper > i.bottom.left:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px; }
    .map-canvas-wrapper > i.top.right {
      border-top-right-radius: 4px; }
      .map-canvas-wrapper > i.top.right:after {
        border-top-right-radius: 6px; }
    .map-canvas-wrapper > i.top.left {
      border-top-left-radius: 4px; }
      .map-canvas-wrapper > i.top.left:after {
        border-top-left-radius: 6px; }
    .map-canvas-wrapper > i.bottom.right {
      border-bottom-right-radius: 4px; }
      .map-canvas-wrapper > i.bottom.right:after {
        border-bottom-right-radius: 6px; }
    .map-canvas-wrapper > i.bottom.left {
      border-bottom-left-radius: 4px; }
      .map-canvas-wrapper > i.bottom.left:after {
        border-bottom-left-radius: 6px; }
  .map-canvas-wrapper .learn-more-suburb {
    position: absolute;
    display: block;
    bottom: 0;
    background: #ececec;
    width: 100%;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    text-align: center;
    color: #707070; }

.chattels, .features, .achievements {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0;
  margin-bottom: 0; }
  .chattels .fa, .features .fa, .achievements .fa {
    color: #40bfae; }
  .chattels li, .features li, .achievements li {
    list-style-type: none;
    line-height: 24px; }

.features li {
  padding-bottom: 10px; }

.mortgage-calculator {
  margin-bottom: 30px; }
  .mortgage-calculator .grid-item-inner {
    padding-left: 0;
    padding-right: 0; }
  .mortgage-calculator form {
    padding: 0 15px; }
  .mortgage-calculator .inner-content {
    padding: 0 30px; }
  .mortgage-calculator .btn {
    margin: 15px;
    float: left; }
  .mortgage-calculator .results .label-group {
    width: 100%; }
    .mortgage-calculator .results .label-group input {
      padding-left: 250px; }

/* Share Dialogue */
.sn__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  border-radius: 2px;
  display: block;
  width: auto;
  margin-top: 70px;
  margin-left: -90px;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
  -moz-transition: -moz-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.sn__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px; }
  .sn__share-tooltip a:hover {
    color: #000; }
  .sn__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0; }
  .sn__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px; }

.sn__share-tooltip--fade-in {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.sn--touch .sn__share-tooltip a {
  padding: 16px 12px; }

a.sn__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.sn__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.sn__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.sn__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.sn__share--email:hover {
  background: #DDD; }

@media (max-width: 767px) {
  .mortgage-calculator .label-group {
    width: 100%; }
  .mortgage-calculator .results label {
    margin: 0;
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px; }
  .mortgage-calculator .results input {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 10px !important; } }
/* ==========================================================================
   Agents
   ========================================================================== */
.page-banner {
  background-image: url("../../../uploads/2016/04/pageheaderimage.jpg");
  background-size: cover;
  background-position: 0% 50%;
  padding: 160px;
  text-align: center; }
  .page-banner .col-center {
    margin-left: 29.8543150494%; }
  .page-banner h3, .page-banner .btn, .page-banner input[type="color"], .page-banner input[type="date"], .page-banner input[type="datetime"], .page-banner input[type="datetime-local"], .page-banner input[type="email"], .page-banner input[type="month"], .page-banner input[type="number"], .page-banner input[type="password"], .page-banner input[type="search"], .page-banner input[type="tel"], .page-banner input[type="text"], .page-banner input[type="time"], .page-banner input[type="url"], .page-banner input[type="week"], .page-banner textarea, .page-banner .sn-head-nav a, .sn-head-nav .page-banner a, .page-banner .featured-property-detail li, .featured-property-detail .page-banner li, .page-banner .map-canvas-wrapper .learn-more-suburb, .map-canvas-wrapper .page-banner .learn-more-suburb, .page-banner .final-message, .page-banner h2 {
    margin: 0; }

.ab-profile-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  margin: 0 auto; }
  .ab-profile-image img {
    width: 100%;
    margin-top: -15px; }

@media (max-width: 767px) {
  .page-banner {
    padding: 30px; }

  .ab-profile-image {
    margin-left: auto;
    margin-right: auto; } }
h2.ab-agent-name {
  margin-top: 20px;
  margin-bottom: 10px; }

.wwu-contact {
  margin-top: 10px; }

.achievements {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin: 0; }

.sn-agent-listing-content {
  padding-top: 12px; }
  .sn-agent-listing-content .btn {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px; }

/* ==========================================================================
   Suburbs
   ========================================================================== */
.single-suburb {
  position: relative;
  height: 225px;
  overflow: hidden;
  border-radius: 4px; }
  .single-suburb img {
    width: 100%; }
  .single-suburb .suburb-button {
    left: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    bottom: 0;
    position: absolute; }

.suburb-map {
  margin-top: 30px; }

@media (max-width: 767px) {
  .single-suburb {
    margin-bottom: 10px;
    height: 200px; } }
/* ==========================================================================
   Account
   ========================================================================== */
.mh-open-homes {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 15px;
  padding-right: 15px; }
  .mh-open-homes h4, .mh-open-homes .questions li > span label, .questions li > span .mh-open-homes label {
    margin-bottom: 20px; }
  .mh-open-homes .row {
    margin-bottom: 40px; }
  .mh-open-homes .open-home-list {
    padding-bottom: 0;
    overflow: hidden; }
    .mh-open-homes .open-home-list .block-item {
      position: relative; }
      .mh-open-homes .open-home-list .block-item.remove {
        -webkit-animation: dissipate 300ms ease-in;
        -moz-animation: dissipate 300ms ease-in;
        animation: dissipate 300ms ease-in;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0; }
    .mh-open-homes .open-home-list .block-item:hover {
      background-color: #E0E0E0; }
    .mh-open-homes .open-home-list .delete {
      font-family: 'FontAwesome';
      position: absolute;
      right: 20px;
      top: 27px; }
      .mh-open-homes .open-home-list .delete::before {
        content: "\f00d"; }

@-webkit-keyframes dissipate {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@-moz-keyframes dissipate {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0; } }
@keyframes dissipate {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
.open-home-selection h4, .open-home-selection .questions li > span label, .questions li > span .open-home-selection label {
  padding-bottom: 20px; }
.open-home-selection p, .open-home-selection .sn-lightbox-wrapper li, .sn-lightbox-wrapper .open-home-selection li, .open-home-selection .sn-property-listing-content .sn-property-chatells, .sn-property-listing-content .open-home-selection .sn-property-chatells, .open-home-selection .sn-agent-listing-content .sn-property-chatells, .sn-agent-listing-content .open-home-selection .sn-property-chatells, .open-home-selection .chattels li, .chattels .open-home-selection li, .open-home-selection .features li, .features .open-home-selection li, .open-home-selection .achievements li, .achievements .open-home-selection li {
  margin: 0; }
.open-home-selection .open-home-list {
  padding-bottom: 0;
  cursor: pointer; }
  .open-home-selection .open-home-list .block-item:hover {
    background-color: #E0E0E0; }

#open-home-selector .sn-lightbox {
  height: auto;
  max-width: 700px; }

.property-listing-compact h4, .property-listing-compact .questions li > span label, .questions li > span .property-listing-compact label {
  margin-bottom: 0px; }
.property-listing-compact .sn-property-listing-content, .property-listing-compact .sn-agent-listing-content {
  padding-top: 5px;
  position: relative; }
.property-listing-compact .sn-property-listing-image {
  height: 80px;
  overflow: hidden; }

.js-print {
  padding-top: 10px;
  cursor: pointer; }

.mh-request-appointment input, .mh-request-appointment textarea {
  width: 100%; }

.options-menu .options-menu-trigger {
  height: 30px;
  width: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px; }
  .options-menu .options-menu-trigger:hover {
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer; }
  .options-menu .options-menu-trigger::before {
    font-family: FontAwesome;
    content: "\f0d7";
    padding-left: 13px;
    font-size: 24px;
    line-height: 28px;
    color: white; }
.options-menu .options-menu-content {
  display: none;
  position: absolute;
  right: 20px;
  background: white;
  padding: 10px 15px;
  margin-top: -10px;
  border: 1px solid #dadada;
  border-radius: 3px; }
  .options-menu .options-menu-content li {
    cursor: pointer;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px; }
.options-menu.show .options-menu-content {
  display: block; }

.actions {
  position: absolute;
  right: -26px;
  height: calc(100% + 61px);
  top: -26px; }
  .actions .schedule-event, .actions .delete-favourite {
    cursor: pointer;
    padding: 20px;
    background: #dadada;
    color: white;
    height: 50%;
    font-size: 20px;
    -webkit-transition: background, 0.3s, ease;
    -moz-transition: background, 0.3s, ease;
    transition: background, 0.3s, ease; }
    .actions .schedule-event:hover, .actions .delete-favourite:hover {
      background: #cdcdcd; }
    .actions .schedule-event.inactive, .actions .delete-favourite.inactive {
      cursor: default;
      color: #f3f3f3;
      background-color: #e4e4e4; }

.open-home-selection .block-item:nth-child(2n) {
  background: none; }

.account-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .account-submenu ul li {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 20px;
    width: calc(50% - 100px);
    float: left;
    background: #40bfae;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .account-submenu ul li.logout {
      width: 200px; }
    .account-submenu ul li:hover {
      background: #3aac9d; }
    .account-submenu ul li.active {
      background: #3aac9d; }

.login.profile {
  padding: 0; }
  .login.profile div.section {
    margin-bottom: 30px; }
  .login.profile .description.large {
    font-size: 15px;
    display: block;
    margin-bottom: 20px; }
  .login.profile .input-group {
    margin-bottom: 10px; }
    .login.profile .input-group input {
      width: 600px; }
    .login.profile .input-group label {
      font-size: 15px; }
    .login.profile .input-group span {
      font-size: 15px;
      padding-left: 30px; }

#pass-strength {
  height: 5px;
  width: 600px;
  position: relative;
  top: -10px;
  background-color: #d7d7d7;
  -webkit-transition: background-color, 0.3s ease;
  -moz-transition: background-color, 0.3s ease;
  transition: background-color, 0.3s ease; }
  #pass-strength.bad, #pass-strength.short {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E82C0C), color-stop(10%, #d7d7d7));
    background: -moz-linear-gradient(left center, #E82C0C 10%, #d7d7d7 10%);
    background: -o-linear-gradient(left, #E82C0C 10%, #d7d7d7 10%);
    background: linear-gradient(to right, #E82C0C 10%, #d7d7d7 10%); }
  #pass-strength.weak {
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #FF974F), color-stop(33%, #d7d7d7));
    background: -moz-linear-gradient(left center, #FF974F 33%, #d7d7d7 33%);
    background: -o-linear-gradient(left, #FF974F 33%, #d7d7d7 33%);
    background: linear-gradient(to right, #FF974F 33%, #d7d7d7 33%); }
  #pass-strength.good {
    background: -webkit-gradient(linear, left top, right top, color-stop(66%, #40bfae), color-stop(66%, #d7d7d7));
    background: -moz-linear-gradient(left center, #40bfae 66%, #d7d7d7 66%);
    background: -o-linear-gradient(left, #40bfae 66%, #d7d7d7 66%);
    background: linear-gradient(to right, #40bfae 66%, #d7d7d7 66%); }
  #pass-strength.strong {
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #40bfae), color-stop(100%, #d7d7d7));
    background: -moz-linear-gradient(left center, #40bfae 100%, #d7d7d7 100%);
    background: -o-linear-gradient(left, #40bfae 100%, #d7d7d7 100%);
    background: linear-gradient(to right, #40bfae 100%, #d7d7d7 100%); }

.strength-progress {
  height: 100%;
  width: 0%;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  transition: width 300ms ease; }

@media (max-width: 767px) {
  body[data-page="account"] .account-submenu ul li, body[data-page="profile"] .account-submenu ul li {
    width: 100%; }
    body[data-page="account"] .account-submenu ul li.logout, body[data-page="profile"] .account-submenu ul li.logout {
      width: 100%; }
  body[data-page="account"] .sn-property-listing, body[data-page="profile"] .sn-property-listing {
    margin: 0;
    margin-bottom: 80px; }
  body[data-page="account"] .actions, body[data-page="profile"] .actions {
    position: absolute;
    left: 0;
    right: auto;
    width: 100%;
    top: auto;
    bottom: -60px;
    height: 60px; }
    body[data-page="account"] .actions .schedule-event, body[data-page="account"] .actions .delete-favourite, body[data-page="profile"] .actions .schedule-event, body[data-page="profile"] .actions .delete-favourite {
      width: 50%;
      float: left;
      height: 60px;
      text-align: center; }
  body[data-page="account"] .row .col-6, body[data-page="profile"] .row .col-6 {
    width: 100%; }
  body[data-page="account"] .mh-open-homes, body[data-page="profile"] .mh-open-homes {
    padding-top: 30px; }
  body[data-page="account"] .sn-property-listing-image img, body[data-page="profile"] .sn-property-listing-image img {
    margin-top: -50px; }
  body[data-page="account"] .no-margin, body[data-page="profile"] .no-margin {
    padding: 0; }
  body[data-page="account"] .grid-item-inner, body[data-page="profile"] .grid-item-inner {
    margin-bottom: 40px; }

  .login.profile {
    padding: 0; }
    .login.profile div.section {
      margin-bottom: 30px; }
    .login.profile .description.large {
      display: block;
      font-size: 15px;
      margin-bottom: 20px; }
    .login.profile .input-group {
      margin-bottom: 10px;
      width: 100%; }
      .login.profile .input-group input {
        width: 100%;
        padding-left: 20px; }
      .login.profile .input-group label {
        position: static;
        width: 100%;
        font-size: 15px; }
      .login.profile .input-group .description {
        display: block;
        padding-left: 0;
        padding-top: 10px;
        font-size: 13px;
        margin-bottom: 20px; }
      .login.profile .input-group label span.description {
        margin-bottom: 0; }
      .login.profile .input-group span {
        font-size: 15px; }

  #pass-strength {
    width: 100%; }

  .page-banner .col-5.col-center {
    width: 100%;
    margin-left: 0; }
  .page-banner h3, .page-banner .btn, .page-banner input[type="color"], .page-banner input[type="date"], .page-banner input[type="datetime"], .page-banner input[type="datetime-local"], .page-banner input[type="email"], .page-banner input[type="month"], .page-banner input[type="number"], .page-banner input[type="password"], .page-banner input[type="search"], .page-banner input[type="tel"], .page-banner input[type="text"], .page-banner input[type="time"], .page-banner input[type="url"], .page-banner input[type="week"], .page-banner textarea, .page-banner .sn-head-nav a, .sn-head-nav .page-banner a, .page-banner .featured-property-detail li, .featured-property-detail .page-banner li, .page-banner .map-canvas-wrapper .learn-more-suburb, .map-canvas-wrapper .page-banner .learn-more-suburb, .page-banner .final-message {
    font-size: 12px; } }
/* ==========================================================================
   Appraisals
   ========================================================================== */
.simform {
  position: relative;
  margin: 0 auto;
  padding: 2em 0;
  max-width: 860px;
  width: 100%;
  text-align: left;
  font-size: 1.7em; }

.simform .submit {
  display: none; }

/* Question list style */
.simform ol {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  -webkit-transition: height 0.4s;
  transition: height 0.4s; }

.simform ol:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3em; }

.questions li {
  z-index: 100;
  position: relative;
  visibility: hidden;
  height: 0;
  -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
  transition: visibility 0s 0.4s, height 0s 0.4s; }

.questions li.current,
.no-js .questions li {
  visibility: visible;
  height: auto;
  -webkit-transition: none;
  transition: none; }

/* Labels */
.questions li > span {
  display: block;
  overflow: hidden; }

.questions li > span label {
  text-align: center;
  padding-bottom: 20px;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.questions li.current > span label,
.no-js .questions li > span label {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.show-next .questions li.current > span label {
  -webkit-animation: moveUpFromDown 0.4s both;
  animation: moveUpFromDown 0.4s both; }

@-webkit-keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0); } }
@keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* Input field */
.questions input {
  display: block;
  margin: 0;
  padding-left: 30px;
  width: calc(100% - 2em);
  border: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 3em;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none; }
  .questions input:focus {
    background: transparent; }

.questions .current input,
.no-js .questions input {
  opacity: 1; }

.questions input:focus,
.simform button:focus {
  outline: none; }

/* Next question button */
.next {
  position: absolute;
  right: 0;
  bottom: 2.6em;
  /* padding-bottom of form plus progress bar height */
  display: block;
  padding: 0;
  width: 2em;
  height: 2em;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  pointer-events: none;
  -webkit-tap-highlight-color: transparent; }
  .next:hover {
    color: rgba(0, 0, 0, 0.5); }
  .next::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: normal normal normal 40px/1 FontAwesome;
    content: "\f105";
    text-transform: none;
    line-height: 60px;
    speak: none; }
  .next.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto; }

/* Error and final message */
.simform .error-message,
.simform .final-message {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .simform .error-message.show,
  .simform .final-message.show {
    visibility: visible;
    opacity: 1; }

.simform .error-message {
  padding: 0.4em 3.5em 0 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
  font-size: 0.4em; }

.final-message {
  top: 50%;
  left: 0;
  padding: 0.5em;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #707070; }
  .final-message.show {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; }

/* Final hiding of form / showing message */
.simform-inner.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s; }

/* No JS Fallback */
.no-js .simform {
  font-size: 1.75em; }

.no-js .questions li {
  padding: 0 0 2em; }

.no-js .simform .submit {
  display: block;
  float: right;
  padding: 10px 20px;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.4); }

.no-js .simform .controls {
  display: none; }

/* Remove IE clear cross */
input[type=text]::-ms-clear {
  display: none; }

/* Adjust form for smaller screens */
@media screen and (max-width: 44.75em) {
  .simform {
    font-size: 1.8em; }

  .simform-inner {
    margin: 0 30px; }
    .simform-inner .next {
      bottom: 3.1em;
      right: 30px; } }
@media screen and (max-width: 33.5625em) {
  .simform {
    font-size: 1.2em; } }
/**
 * Helpers
 */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.white {
  color: white; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0 !important; }

.no-float {
  float: none; }

.inline-block {
  display: inline-block; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .chattel-item-wrapper:before, .page-banner:before, ul.ul-horizontal:before,
.clearfix:after,
.chattel-item-wrapper:after,
.page-banner:after,
ul.ul-horizontal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .chattel-item-wrapper:after, .page-banner:after, ul.ul-horizontal:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .chattel-item-wrapper, .page-banner, ul.ul-horizontal {
  *zoom: 1; }

ul.ul-horizontal {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.ul-horizontal li {
    display: inline-block; }

/**
 * Print Layouts
 */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
.print-only {
  display: none; }

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

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

  .sn-head {
    display: none; }

  .hide-on-print {
    opacity: 0; }

  .col {
    width: 100% !important; }

  .page-banner {
    padding: 0;
    padding-bottom: 40px;
    text-align: left;
    color: #707070 !important; }
    .page-banner h2 {
      font-size: 35px; }
    .page-banner h3, .page-banner .btn, .page-banner input[type="color"], .page-banner input[type="date"], .page-banner input[type="datetime"], .page-banner input[type="datetime-local"], .page-banner input[type="email"], .page-banner input[type="month"], .page-banner input[type="number"], .page-banner input[type="password"], .page-banner input[type="search"], .page-banner input[type="tel"], .page-banner input[type="text"], .page-banner input[type="time"], .page-banner input[type="url"], .page-banner input[type="week"], .page-banner textarea, .page-banner .sn-head-nav a, .sn-head-nav .page-banner a, .page-banner .featured-property-detail li, .featured-property-detail .page-banner li, .page-banner .map-canvas-wrapper .learn-more-suburb, .map-canvas-wrapper .page-banner .learn-more-suburb, .page-banner .final-message {
      font-size: 12px; }
    .page-banner h4, .page-banner .questions li > span label, .questions li > span .page-banner label {
      font-size: 16px;
      text-decoration: none !important; }
    .page-banner div {
      margin: 0 !important;
      padding-left: 30px;
      margin-top: 70px !important; }

  .mh-open-homes a {
    text-decoration: none !important; }
  .mh-open-homes .sn-property-listing-image {
    display: none; }

  .sn-property-listing-content h4, .sn-agent-listing-content h4, .sn-property-listing-content .questions li > span label, .questions li > span .sn-property-listing-content label, .sn-agent-listing-content .questions li > span label, .questions li > span .sn-agent-listing-content label {
    font-size: 16px; }

  .print-only {
    display: block !important; }

  .sn-print-logo {
    float: right;
    width: 250px;
    margin: 20px; }

  .open-home-list .delete {
    display: none; }

  footer {
    display: none; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

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

  @page {
    margin: 0.5cm; }
  p, .sn-lightbox-wrapper li, .sn-property-listing-content .sn-property-chatells, .sn-agent-listing-content .sn-property-chatells, .chattels li, .features li, .achievements li,
  h2,
  h3,
  .btn,
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  textarea,
  input[type="color"].large-input,
  input[type="date"].large-input,
  input[type="datetime"].large-input,
  input[type="datetime-local"].large-input,
  input[type="email"].large-input,
  input[type="month"].large-input,
  input[type="number"].large-input,
  input[type="password"].large-input,
  input[type="search"].large-input,
  input[type="tel"].large-input,
  input[type="text"].large-input,
  input[type="time"].large-input,
  input[type="url"].large-input,
  input[type="week"].large-input,
  textarea.large-input,
  .sn-head-nav a,
  .featured-property-detail li,
  .map-canvas-wrapper .learn-more-suburb,
  .final-message {
    orphans: 3;
    widows: 3; }

  h2,
  h3,
  .btn,
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  textarea,
  input[type="color"].large-input,
  input[type="date"].large-input,
  input[type="datetime"].large-input,
  input[type="datetime-local"].large-input,
  input[type="email"].large-input,
  input[type="month"].large-input,
  input[type="number"].large-input,
  input[type="password"].large-input,
  input[type="search"].large-input,
  input[type="tel"].large-input,
  input[type="text"].large-input,
  input[type="time"].large-input,
  input[type="url"].large-input,
  input[type="week"].large-input,
  textarea.large-input,
  .sn-head-nav a,
  .featured-property-detail li,
  .map-canvas-wrapper .learn-more-suburb,
  .final-message {
    page-break-after: avoid; } }

/* New edits */

textarea, textarea, input[type="text"], input[type="email"]{
    padding: 20px;
    width: 100%;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 2em 2em;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #40bfae;
}

/* Added By Trio Technology*/

/* Remove Team Player widget on Team page*/

.row.sn-property-listing.clearfix.team_player {
    display: none;
}

/* End of added By Trio Technology*/
