/*
	Theme Name:R&W Mosman and Neutral Bay
	Theme URI:http://demo.thatid.com/rwmosman/
	Author:Agentpoint - Joe
	Author URI:http://agentpoint.com.au/
	Description:R&W Mosman and Neutral Bay theme
*/

/* ====================================================================================================

			DO NOT CHANGE ANYTHING HERE! PLEASE PUT ANY CHANGES OR UPDATES ON updates.css!

==================================================================================================== */

html,
body {
    height: 100%;
    -webkit-text-size-adjust: none
}

body {
    font-size: 1em;
    line-height: 1.5;
    color: #444;
    font-family: 'DINPro-Regular', Arial, sans-serif;
    background: #f3f3f3;
    -webkit-text-size-adjust: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: 400
}

h1 {
    font-size: 2.125em
}

#content h1.page-title {
    margin: 40px 0 0;
    font-family: 'ClarendonLTStd-Bold', Arial, sans-serif;
    font-size: 2.125em;
    text-align: center
}

#content h1.page-title:after {
    display: block;
    width: 50px;
    height: 2px;
    margin: 15px auto 40px;
    content: "";
    background: #a30e27
}

#content h1.page-title.alt {
    margin: 0
}

#content h1.page-title.alt:after {
    display: none
}

h2 {
    font-size: 1.875em
}

h2.section-title {
    font-family: 'ClarendonLTStd-Bold', Arial, sans-serif;
    font-size: 2.125em;
    text-align: center
}

h2.section-title:after {
    display: block;
    width: 50px;
    height: 2px;
    margin: 15px auto 20px;
    content: "";
    background: #a30e27
}

h3 {
    font-size: 1.75em
}

h4 {
    font-size: 1.5em
}

h5 {
    font-size: 1.25em
}

h6 {
    font-size: 1.125em
}

a {
    color: #a30e27;
    text-decoration: none;
    outline: none;
    transition-duration: .2s
}

a:hover {
    color: #444
}

strong {
    font-weight: 400;
    font-family: 'DINPro-Medium', Arial, sans-serif
}

em {
    font-style: italic
}

hr {
    margin: 28px 0;
    border-top: 2px solid #e5e5e5;
    border-bottom: none
}

table {
    width: 100%
}

th,
td {
    padding: 5px
}

.col-center {
    text-align: center
}

.col-left {
    text-align: left
}

.col-right {
    text-align: right
}

input,
select,
textarea {
    margin: 0;
    box-sizing: border-box;
    border-radius: 0
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #ccc;
    font: 1em/normal DINPro-Regular, Arial, sans-serif
}

input[type="checkbox"],
input[type="radio"] {
    float: left;
    margin: 6px 5px 0 0
}

select {
    display: none
}

textarea {
    resize: none;
    height: auto
}

input[type="submit"],
input[type="button"],
a.button {
    min-width: 125px;
    height: 45px;
    margin: 0;
    padding: 0 1em;
    cursor: pointer;
    font-size: 1em;
    color: #fff;
    font-family: 'DINPro-Medium', Arial, sans-serif;
    text-align: center;
    background: #a30e27;
    border: 2px solid #a30e27;
    border-radius: 4px
}

input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover {
    background: #fff;
    color: #a30e27
}

input.alt[type="submit"],
input.alt[type="button"],
a.button.alt {
    background: none;
    color: #a30e27
}

input.alt[type="submit"]:hover,
input.alt[type="button"]:hover,
a.button.alt:hover {
    background: #a30e27;
    color: #fff
}

a.button {
    box-sizing: border-box;
    display: inline-block;
    line-height: 41px
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none
}

.borderbox {
    box-sizing: border-box
}

.hasfloat:after {
    display: table;
    content: "";
    clear: both
}

.clear,
.clearer {
    clear: both;
    content: ""
}

.left {
    float: left
}

img.alignleft {
    float: left;
    max-width: 100%;
    height: auto;
    margin: 0 28px 28px 0
}

.right {
    float: right
}

img.alignright {
    float: right;
    max-width: 100%;
    height: auto;
    margin: 0 0 28px 28px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.text-orange {
    color: #a30e27
}

.font-clarendon {
    font-family: 'ClarendonLTStd', Arial, sans-serif
}

.font-georgia {
    font-family: Georgia, "Times New Roman", Times, serif
}

.aquo {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.16667em
}

.required,
.red {
    color: #e00
}

.color-red-rw {
    color: #a30e27
}

.hidden {
    display: none
}

.centerimage {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    transition-duration: 0
}

.centerimage.back-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.centerimage img[class^="fit-"] {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.centerimage>img.fit-width {
    width: 100%;
    max-width: inherit;
    height: auto
}

.centerimage>img.fit-height {
    width: auto;
    max-width: inherit;
    height: 100%
}

.valign {
    font-size: 0
}

.valign.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.valign:before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.valign>.holder {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    font-size: 16px
}

body.safari .valign>.holder {
    margin-left: -4px
}

.object-wrap,
#map_canvas {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.object-wrap iframe,
.object-wrap object,
.object-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

ul.ui-tabs-nav.inline {
    text-align: center
}

ul.ui-tabs-nav:not(.inline) li {
    float: left
}

ul.ui-tabs-nav.inline li {
    display: inline-block
}

ul.ui-tabs-nav li a {
    display: block
}

div.ui-tabs-panel {
    clear: both
}

.ui-selectmenu-menu {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0
}

.ui-selectmenu-menu .ui-menu {
    box-sizing: border-box;
    max-height: 300px;
    overflow: auto;
    border-color: #dedede;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.075);
    overflow-x: hidden;
    padding-bottom: 1px;
    background: #fff
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    line-height: 24px;
    padding: 0 10px;
    font-size: .923077em;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
    background: #fafafa
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    height: auto;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    font-size: 1em;
    font-weight: 600;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%!important;
    height: 36px;
    line-height: 34px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    outline: 0
}

.ui-selectmenu-button span.ui-icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: auto
}

.ui-selectmenu-button span.ui-icon:before {
    display: block;
    width: 34px;
    height: 34px;
    content: "\f0dc";
    font-family: "FontAwesome";
    background: #f5f5f5;
    border-left: 1px solid #ccc;
    color: #888;
    text-align: center
}

.ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    margin: 0 44px 0 10px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cycle-slideshow {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.cycle-slideshow.cycle-false-height {
    height: 0
}

.cycle-slideshow .cycle-slide {
    width: 100%
}

.cycle-slideshow .direction {
    position: absolute;
    z-index: 101;
    top: 50%;
    margin-top: -63px;
    cursor: pointer;
    font-size: 84px;
    color: rgba(255, 255, 255, 0.75);
    transition-duration: .2s
}
.cycle-slideshow .direction.disabled {display:none}
.cycle-slideshow .direction:hover {
    color: #fff
}

.cycle-slideshow .direction.cycle-prev {
    left: 15px
}

.cycle-slideshow .direction.cycle-next {
    right: 15px
}

.mf-custom-iframe .mfp-content {
    max-width: 600px
}

.mf-custom-iframe .mfp-iframe-scaler {
    padding-top: 100%
}

.mf-custom-iframe-container {
    padding: 20px
}

.mf-custom-iframe-container h2.title {
    margin: 0 0 20px;
    font-size: 1.5em;
    text-align: center
}

.mf-custom-iframe-container ul.listforms li {
    padding: 0 0 10px
}

.mf-custom-iframe-container ul.listforms li.last {
    padding: 0
}

.mf-custom-iframe-container ul.listforms label {
    display: block;
    margin: 0 0 3px
}

.mf-custom-iframe-container ul.listforms input[type="text"] {
    height: 36px;
    border: 1px solid #dedede
}

.mf-custom-iframe-container ul.listforms input[type="button"],
.mf-custom-iframe-container ul.listforms input[type="submit"],
.mf-custom-iframe-container ul.listforms a.button {
    min-width: 200px;
    height: 36px;
    line-height: 32px;
    text-align: center
}

.mf-custom-iframe-container ul.listforms textarea {
    height: 100px;
    border: 1px solid #dedede
}

.mf-custom-iframe-container ul.listforms li.button {
    padding: 10px 0 0;
    text-align: center
}

.mf-custom-iframe-container ul.listforms .captcha {
    position: relative
}

.mf-custom-iframe-container ul.listforms .captcha span.image {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px
}

.mf-custom-iframe-container ul.listforms .captcha a.reload {
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    background: #d00
}

.mf-walkscore .mfp-iframe-scaler iframe {
    background: #fff
}

.sharethis>span[class^="st"] {
    float: left
}

.sharethis>span[class^="st"]:not(:last-child) {
    margin-right: 5px
}

.sharethis .stButton {
    margin: 0
}

.sharethis span.st_plusone_large {
    background: url(images/icons_social.png) 0 -64px no-repeat
}

.sharethis span.st_plusone_large:hover {
    opacity: .75
}

.sharethis span.st_plusone_large>div {
    opacity: 0;
    bottom: 0!important;
    width: 32px!important;
    height: 32px!important
}

.gform_heading {
    margin: 0 0 10px
}

.gform_footer {
    padding: 0 0 0 25%
}

.gform_body ul {
    list-style: none!important;
    margin: 0!important
}

.gform_body ul.gform_fields li {
    margin: 0 0 10px
}

.gform_body ul.gform_fields li:after {
    display: table;
    content: "";
    clear: both
}

.gform_body ul.gform_fields>li>label {
    float: left;
    width: 25%;
    margin: 2px 0 0
}

.gform_body ul.gform_fields li .gfield_required {
    color: #e00
}

.gform_body ul.gform_fields li .ginput_container,
.gform_body ul.gform_fields li .gfield_captcha_container {
    float: left;
    width: 50%
}

.gform_body h2.gsection_title {
    margin: 20px 0;
    font-size: 1.5em
}

.gform_body input[type="text"],
.gform_body input[type="tel"],
.gform_body input[type="email"],
.gform_body select,
.gform_body textarea {
    width: 70%
}

.gform_body textarea {
    height: 100px
}

.gform_body ul.gform_fields li .ginput_complex {
    width: 70.483%;
    margin: 0 -5px
}

.gform_body ul.gform_fields li .ginput_complex span {
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 50%;
    padding: 25px 5px 0
}

.gform_body ul.gform_fields li .ginput_complex span.ginput_left {
    margin: 0 10px 0 0
}

.gform_body ul.gform_fields li .ginput_complex span label {
    position: absolute;
    top: 0;
    left: 5px;
    font-weight: 600
}

.gform_body ul.gform_fields li[class^="gchoice"] {
    position: relative;
    margin: 0
}

.gform_body ul.gform_fields li[class^="gchoice"] input[type="checkbox"],
.gform_body ul.gform_fields li[class^="gchoice"] input[type="radio"] {
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0
}

.gform_body ul.gform_fields li[class^="gchoice"] label[for^="choice"] {
    padding: 0 0 0 17px
}

.gform_wrapper .validation_error {
    margin: 0 0 20px;
    color: #e00
}

.gform_wrapper .gform_body .gfield_error input[type="text"],
.gform_body .gfield_error input[type="tel"],
.gform_body .gfield_error input[type="email"],
.gform_body .gfield_error textarea {
    background: #FFF1F1;
    border-color: #e00
}

.gform_wrapper .validation_message {
    display: none
}

#gform_9 .gform_body ul.gform_fields li#field_9_16 label.gfield_label {
    display: none
}

#gform_9 .gform_body ul.gform_fields li#field_9_16 .ginput_container {
    width: 100%
}

#gform_9 .gform_body ul.gform_fields li#field_9_16 li[class^="gchoice"] label {
    float: left;
    width: 25%;
    padding: 0
}

#gform_9 .gform_body ul.gform_fields li#field_9_16 li[class^="gchoice"] input[type="checkbox"] {
    position: relative;
    top: 2px;
    float: none
}

#page.shrink #header,
#page.shrink #content,
#page.shrink #footer,
#page.shrink #sidenav-overlay {
    -webkit-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate(-280px, 0);
    transform: translate3d(-280px, 0, 0)
}

#header {
    position: fixed;
    z-index: 3;
    width: 100%;
    background: #414042;
    border-top: 3px solid #a30e27
}

#content {
    position: relative;
    z-index: 1
}

div[role="main"] {
    padding-top: 90px
}

#content-area {
    width: 70%;
    padding-right: 40px
}

#sidebar {
    width: 30%
}

footer[role="contentinfo"] {
    position: relative;
    z-index: 0
}

@media screen and (min-width:1024px) {
    .grid-3>.column {
        width: 33.3333%
    }
    .grid-4>.column {
        width: 25%
    }
    .grid-5>.column {
        width: 20%
    }
    .grid-3>.column:nth-of-type(3n+1),
    .grid-4>.column:nth-of-type(4n+1),
    .grid-5>.column:nth-of-type(5n+1) {
        clear: both
    }
}

@media screen and (min-width:568px) and (max-width:1023px) {
    .grid-3>.column {
        width: 50%
    }
    .grid-4>.column {
        width: 50%
    }
    .grid-5>.column {
        width: 33.3333%
    }
    .grid-3>.column:nth-of-type(2n+1),
    .grid-4>.column:nth-of-type(2n+1),
    .grid-5>.column:nth-of-type(3n+1) {
        clear: both
    }
}

@media screen and (min-width:568px) {
    [class^="grid-"] {
        margin-left: -10px;
        margin-right: -10px
    }
    .alt[class^="grid-"] {
        margin-left: -5px;
        margin-right: -5px
    }
    [class^="grid-"]:before,
    [class^="grid-"]:after {
        display: table;
        content: ""
    }
    [class^="grid-"]:after {
        clear: both
    }
    [class^="grid-"]>.column {
        box-sizing: border-box;
        float: left;
        padding-right: 10px;
        padding-left: 10px
    }
    .alt[class^="grid-"]>.column {
        padding-right: 5px;
        padding-left: 5px
    }
    [class^="grid-"]>.column:not(.alt) {
        padding-bottom: 20px
    }
    .alt[class^="grid-"]>.column:not(.alt) {
        padding-bottom: 10px
    }
    [class^="grid-"]>.column.full {
        width: 100%
    }
    .grid-2>.column {
        width: 50%
    }
    .grid-2>.column:nth-of-type(2n+1) {
        clear: both
    }
}

@media screen and (max-width:567px) {
    [class^="grid-"]>.column {
        padding-bottom: 20px
    }
}

#header .logo img {
    display: block;
    max-height: 67px;
    margin: 10px 0
}

#sidebar .side-block {
    margin: 0 0 40px
}

#sidebar h3.sidebar-title {
    font-size: 1em;
    font-family: 'DINPro-Medium', Arial, sans-serif
}

#sidebar .post-meta p {
    padding: 10px 15px;
    margin: 0;
    background: #e7e7e7
}

#footer a {
    color: #fff
}

#footer .section:not(.newsletters) {
    color: #fff;
    font-size: .875em
}

#footer .cycle-newsletter {
    padding: 65px 0 0
}

#footer .cycle-newsletter .slide {
    box-sizing: border-box;
    padding: 0 50px;
    text-align: center
}

#footer .cycle-newsletter .direction {
    margin-top: -37.5px;
    color: #aaa;
    font-size: 50px
}

#footer .cycle-newsletter .direction:hover {
    color: #a30e27
}

#footer .cycle-newsletter .direction.cycle-prev {
    left: 0
}

#footer .cycle-newsletter .direction.cycle-next {
    right: 0
}

#footer .carousel-newsletter {
    padding: 50px 0;
    background: #fff
}

#footer .carousel-newsletter .group {
    position: relative
}

#footer .carousel-newsletter .slider {
    overflow: hidden
}

#footer .carousel-newsletter .slides {
    position: relative;
    width: 10000em
}

#footer .carousel-newsletter .slide {
    float: left;
    width: 313.333px;
    margin-right: 30px
}

#footer .carousel-newsletter .image {
    margin: 0 0 15px
}

#footer .carousel-newsletter .copy a {
    color: #a30e27
}

#footer .carousel-newsletter a.direction {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -37.5px;
    cursor: pointer;
    font-size: 50px;
    color: #aaa
}

#footer .carousel-newsletter a.direction:hover {
    color: #a30e27
}

#footer .carousel-newsletter a.direction.prev {
    left: -68px
}

#footer .carousel-newsletter a.direction.next {
    right: -68px
}

#footer .newsletters h3.title {
    margin: 0 0 10px;
    font-size: 1.5em;
    font-family: 'DINPro-Bold'
}

#footer .newsletters h3.title a {
    color: #444;
    transition-duration: 0
}

#footer .newsletters h3.title a:hover {
    color: #a30e27
}

#footer .newsletters form {
    padding: 65px 0;
    text-align: center
}

#footer .newsletters form input[type="text"] {
    width: 53.3%;
    height: 45px;
    margin-right: 7px;
    border: 1px solid #cacaca;
    border-radius: 4px
}

#footer .links {
    padding: 45px 0;
    background: #191919
}

#footer .links .menus {
    width: 80%
}

#footer .links ul.menu {
    margin: 0 -10px
}

#footer .links ul.menu:after {
    display: table;
    content: "";
    clear: both
}

#footer .links ul.menu a {
    display: block;
    color: #cacaca
}

#footer .links ul.menu a:hover {
    color: #a30e27
}

#footer .links ul.sub-menu a {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#footer .links ul.menu>li {
    box-sizing: border-box;
    float: left;
    width: 14.285714285714%;
    padding: 0 10px
}

#footer .links ul.menu>li>a {
    margin: 0 0 5px;
    color: #fff
}

#footer .links ul.sub-menu {
    font-size: .857143em
}

#footer .links .tools {
    width: 20%
}

#footer .links .translate {
    position: relative;
    margin: 0 0 10px
}

#footer .links .translate a#translate-toggle:hover {
    color: #a30e27
}

#footer .links .socials {
    font-size: 0
}

#footer .links .socials a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 0 8px 8px;
    background: #a30e27;
    font-size: 19px;
    text-align: center
}

#footer .links .socials a:hover {
    background: #fff;
    color: #a30e27
}

#footer .credit {
    padding: 10px 0;
    background: #a30e27
}

#footer #translate-popup {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0
}

#footer #translate-popup.expand {
    display: block
}

#footer #translate-popup .container {
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 15px;
    margin: 0 0 10px;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .1);
    border-radius: 2px
}

#footer #translate-popup .container:after {
    position: absolute;
    top: 100%;
    right: 20px;
    content: " ";
    height: 0;
    width: 0;
    margin-left: -8px;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 8px
}

#footer #translate-popup select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat
}

#footer #translate-popup select:hover {
    background-color: #f3f3f3;
    border-color: #999
}

#footer #translate-popup span[class^="ti-"] {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 15px;
    color: #444;
    font-size: 10px;
    cursor: pointer
}

.homepage #thumbnails {
    padding: 65px 0;
    background: #fff
}

.homepage #thumbnails p.lead {
    margin: 0 0 45px
}

.homepage #thumbnails .container {
    margin: 0 -5px
}

.homepage #thumbnails .thumbnail {
    box-sizing: border-box;
    width: 33.3333%;
    padding: 0 5px 10px
}

.homepage #thumbnails .thumbnail:nth-child(2),
.homepage #thumbnails .thumbnail:nth-last-of-type(2) {
    width: 66.6666%
}

.homepage #thumbnails .thumbnail a.centerimage {
    position: relative;
    color: #fff;
    text-align: center
}

.homepage #thumbnails .thumbnail:nth-child(2) a.centerimage,
.homepage #thumbnails .thumbnail:nth-last-of-type(2) a.centerimage {
    padding-bottom: 36.953242835596%
}

.homepage #thumbnails .thumbnail .valign {
    background: rgba(0, 0, 0, .5);
    transition-duration: .2s
}

.homepage #thumbnails .thumbnail:hover .valign {
    background: rgba(194, 0, 48, .75)
}

.homepage #thumbnails .thumbnail .holder {
    width: 90%
}

.homepage #thumbnails .thumbnail h3.title {
    font-size: 1.75em;
    font-family: 'DINPro-Bold'
}

.homepage #thumbnails .thumbnail h3.title:after {
    display: block;
    width: 32px;
    height: 2px;
    margin: 6px auto 2px;
    content: "";
    background: #a30e27;
    transition-duration: .2s
}

.homepage #thumbnails .thumbnail:hover h3.title:after {
    background: #fff
}

.default h1,
.default h2,
.default h3,
.default h4,
.default h5,
.default h6 {
    margin: 0 0 20px
}

.default ul {
    list-style: disc;
    margin: 0 0 20px 15px
}

.default ol {
    list-style: decimal;
    margin: 0 0 20px 20px
}

.default p {
    margin: 0 0 20px
}

.default img {
    max-width: 100%;
    height: auto
}

.post-index .post {
    margin: 0 0 10px;
    background: #fff
}

.post-index .post .image {
    width: 50%
}

.post-index .post:nth-child(2n) .image {
    float: right
}

.post-index .post .image .centerimage {
    padding-bottom: 80%
}

.post-index .post .image .centerimage img {
    height: 120%
}

.post-index .post .summary {
    width: 50%
}

.post-index .post .summary .container {
    position: relative;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden
}

.post-index .post .summary .holder {
    width: 90%
}

.post-index .post .summary h3.title {
    font-size: 1.75em
}

.post-index .post .summary p {
    margin: 0 0 20px
}

.post-index .post .summary p.url {
    padding: 10px 0 0;
    margin: 0
}

.post-index .post-nav {
    padding: 10px 0 0
}

.post-index .post-nav a {
    display: block;
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #a30e27;
    border-radius: 3px;
    font-size: .875em
}

.post-index .post-nav a:hover {
    color: #aaa;
    border-color: #aaa
}

.post-single #hero {
    margin: 0 0 40px
}

.post-single #hero .centerimage {
    padding-bottom: 36.3104%
}

.post-single #hero .centerimage img {
    width: 120%
}

.post-single .post h1.post-title {
    font-size: 1.875em;
    font-family: 'DINPro-Medium', Arial, sans-serif
}

.recent-posts-extended ul.rpwe-ul {
    margin: 0;
    list-style: none
}

.recent-posts-extended li.rpwe-li {
    margin: 0 0 20px
}

.recent-posts-extended li.rpwe-li:after {
    display: table;
    content: "";
    clear: both
}

.recent-posts-extended a.rpwe-img,
.recent-posts-extended a.get-the-image-item {
    box-sizing: border-box;
    float: left;
    width: 20%
}

.recent-posts-extended a.rpwe-img span,
.recent-posts-extended a.get-the-image-item span {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

.recent-posts-extended a.rpwe-img img.rpwe-thumb,
.recent-posts-extended a.get-the-image-item img.thumbnail {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    height: 120%
}

.recent-posts-extended h3.rpwe-title {
    box-sizing: border-box;
    float: left;
    width: 80%;
    padding-left: 15px;
    font-size: 1em
}

.recent-posts-extended h3.rpwe-title a {
    color: #444
}

.recent-posts-extended h3.rpwe-title a:hover {
    color: #a30e27
}

.comments {
    margin: 0 0 28px
}

.comments h2.section_title {
    margin: 0 0 28px
}

.comments ul {
    list-style: none;
    margin: 0
}

.comments ul.children {
    margin: 0 0 0 6.54206%
}

.comments ul li {
    margin: 0
}

.comments .comment-body {
    position: relative;
    margin: 0 0 14px;
    padding: 22px 28px 28px;
    background: #fff
}

.comments ul li img.avatar {
    float: left;
    margin: 6px 14px 14px 0
}

.comments ul li cite.fn {
    font-weight: 600
}

.comments ul li .comment-meta {
    margin: 0 0 14px;
    color: #999
}

.comments ul li .comment-meta a {
    color: #999
}

.comments ul li .comment-meta a:hover {
    color: #423b34
}

.comments p {
    margin: 0
}

.comments .reply {
    position: absolute;
    top: 0;
    right: 0
}

.comments .reply a {
    display: block;
    padding: 5px 20px;
    font-size: .75em;
    background: #e2e2e2;
    color: #444
}

.comments .reply a:hover {
    background: #a30e27;
    color: #fff
}

.comment-respond h3.reply-title {
    margin: 0 0 28px
}

#commentform p label {
    display: block;
    margin: 0 0 7px;
    font-family: 'DINPro-Medium', Arial, sans-serif
}

#commentform textarea {
    height: 150px
}

a#cancel-comment-reply-link {
    float: right;
    font-size: 12px;
    font-style: italic;
    font-size: #C00
}

[class="rooms"]:after {
    display: table;
    content: "";
    clear: both
}

[class="rooms"] .item {
    float: left
}

[class="rooms"] .item:not(:last-child) {
    margin-right: 25px
}

[class="rooms alt"] .item:not(:last-child) {
    margin-right: 15px
}

i.icon-bedrooms,
i.icon-bathrooms,
i.icon-carspaces {
    font-family: "webfrontdingbats";
    width: auto!important;
    text-align: left!important;
    display: inline!important;
    font-style: inherit;
    color: #a30e27
}

i.icon-bedrooms:after {
    content: " z"
}

i.icon-bathrooms:after {
    content: " a"
}

i.icon-carspaces:after {
    content: " q"
}

.pagination a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #aaa;
    text-align: center;
    background: #f5f3f2;
    border: solid 1px transparent;
    border-radius: 3px
}

.pagination a:hover,
.pagination a.current {
    border-color: #a30e27;
    color: #a30e27
}

.pagination a:active {
    background: #fff;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.pagination a i.fa {
    font-size: 1.16667em
}

.sticker {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px
}

.sticker.new {
    background: url(images/sticker_new.png?v=1.000) 0 0 no-repeat
}

.sticker.sold {
    background: url(images/sticker_sold.png?v=1.000) 0 0 no-repeat
}

.sticker.leased {
    background: url(images/sticker_leased.png?v=1.000) 0 0 no-repeat
}

.sticker.under_offer {
    background: url(images/sticker_under_offer.png?v=1.000) 0 0 no-repeat
}

.sticker.open_home {
    background: url(images/sticker_open_home.png?v=1.000) 0 0 no-repeat
}

#content-nav {
    position: fixed;
    z-index: 1;
    top: 90px;
    left: 0;
    right: 0;
    background: #ececec;
    text-align: center
}

#content-nav a {
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    color: #888;
    text-transform: uppercase
}

#content-nav a.active,
#content-nav a:hover {
    color: #a30e27
}

.search-results #nav {
    margin: 0 0 20px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center
}

.search-results #nav a {
    display: inline-block;
    position: relative;
    top: 1px;
    padding: 0 30px 5px;
    color: #aaa;
    font-size: 1.14286em;
    text-transform: uppercase
}

.search-results #nav a.active {
    color: #444;
    border-bottom: 1px solid #444
}

.search-results #tools {
    padding: 20px 0 0;
    font-size: .875em
}

.search-results #tools .number {
    color: #aaa
}

.thumbview .listing {
    margin: 0 0 10px;
    background: #fff
}

.thumbview .listing .image {
    float: left;
    width: 50%
}

.thumbview .listing:nth-child(even) .image {
    float: right
}

.thumbview .listing .image .cycle-slideshow,
.thumbview .listing .image a.centerimage {
    padding-bottom: 90%
}

.thumbview .listing .image .direction {
    margin-top: -17px;
    font-size: 32px
}

.thumbview .listing .details {
    float: right;
    width: 50%
}

.thumbview .listing:nth-child(even) .details {
    float: left
}

.thumbview .listing .details .container {
    position: relative;
    height: 0;
    padding-bottom: 90%;
    overflow: hidden
}

.thumbview .listing .details .holder {
    width: 90%
}

.thumbview .listing .details p.address {
    line-height: 1;
    font-size: 1.5em
}

.thumbview .listing .details p.suburb {
    padding: 5px 0;
    font-size: 1.125em
}

.thumbview .listing .details p.rooms,
.thumbview .listing .details p.price {
    float: left;
    margin: 0 25px 25px 0;
    font-size: 1.125em
}

.thumbview .listing .details p.price {
    max-width: 20%
}

.thumbview .listing .details p.headline {
    clear: both;
    padding: 20px 0 5px;
    font-size: 1.75em;
    line-height: 1.1;
    border-top: 1px solid
}

.thumbview .listing .details p.description {
    line-height: 1.3
}

.thumbview .listing .details p.tools {
    padding: 15px 0 20px
}

.thumbview .listing .details p.tools .item:not(:last-child) {
    margin-right: 40px
}

.thumbview .listing .details p.tools .item a:not(.hidden) {
    display: block;
    height: 30px;
    background-image: url(images/icons_listings_tools.png);
    background-repeat: no-repeat
}

.thumbview .listing .details p.tools .item a.floorplan {
    width: 30px;
    background-position: 0 0
}

.thumbview .listing .details p.tools .item a.photo {
    width: 30px;
    background-position: -36px 0
}

.thumbview .listing .details p.tools .item a.email {
    width: 36px;
    background-position: -72px 0
}

.thumbview .listing .details p.tools .item a.fav.add {
    width: 31px;
    background-position: -108px 0
}

.thumbview .listing .details p.tools .item a.fav.remove {
    width: 31px;
    background-position: -144px 0
}

.thumbview .listing .details p.links a.button {
    font-size: 1.125em;
    margin-right: 10px
}

.project-listings .thumbview .listing .image {
    float: right;
    width: 62.5%
}

.project-listings .thumbview .listing .image a.centerimage {
    padding-bottom: 60%
}

.project-listings .thumbview .listing .image a.centerimage img {
    width: 100%;
    height: auto
}

.project-listings .thumbview .listing .details {
    float: left;
    width: 37.5%
}

.project-listings .thumbview .listing .details .container {
    padding-bottom: 100%
}

.project-listings .thumbview .listing .details p {
    text-align: center
}

.project-listings .thumbview .listing .details p.address {
    font-family: "DINPro-Medium"
}

.project-listings .thumbview .listing .details p.headline {
    padding: 17px 0 10px;
    margin: 20px 0 0;
    font-size: 1.25em
}

.project-listings .thumbview .listing .details p.headline strong {
    font-family: 'DINPro-Regular'
}

.project-listings .thumbview .listing .details p.rooms,
.project-listings .thumbview .listing .details p.price {
    float: none;
    margin: 0
}

.project-listings .thumbview .listing .details p.rooms {
    margin: 8px 0 0
}

.project-listings .thumbview .listing .details p.rooms .item {
    float: none;
    display: inline-block
}

.project-listings .thumbview .listing .details p.price {
    max-width: inherit
}

.project-listings .thumbview .listing .details p.tools {
    display: none
}

.project-listings .thumbview .listing .details p.links {
    margin: 20px 0 0
}

.property .section.overview .heading {
    padding: 45px 0 35px
}

.property .section.overview .heading p.rooms {
    padding: 10px 0 0;
    font-size: 1.125em;
    text-align: center
}

.property .section.overview .heading p.rooms span.item {
    float: none;
    display: inline-block;
    margin: 0 21px 0 0
}

.property .section.overview .block {
    padding-bottom: 65px
}

.property .section.overview .block.left {
    width: 70.1403%;
    padding-right: 40px
}

.property .section.overview .block.right {
    width: 29.8597%
}

#agents .image {
    width: 50%
}

#agents .grid-2:nth-child(2n) .image {
    float: right
}

#agents .image .centerimage {
    padding-bottom: 100%
}

#agents .details {
    width: 50%;
    background: #fff;
    transition-duration: .2s
}

#agents .column:hover .details {
    background: rgba(194, 0, 48, 0.75);
    color: #fff
}

#agents .details .container {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

#agents .details .holder {
    width: 80%
}

#agents .details p.name {
    font-size: 1.5em
}

#agents .details p.role {
    padding: 0 0 8px;
    margin: 0 0 10px;
    font-size: 1.125em;
    border-bottom: 2px solid #a30e27
}

#agents .column:hover .details p.role {
    border-color: #fff
}

#agents .details p.links a {
    float: left;
    margin-right: 15px;
    color: #444
}

#agents .column:hover .details p.links a {
    color: #fff
}

#agents .details p.links a i.fa {
    font-size: 24px
}

#agents .image .centerimage:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a30e27;
    opacity: 0;
    transition-duration: .2s
}

#agents .column:hover .image .centerimage:after {
    opacity: .75
}

#agent h3.title {
    margin: 0 0 20px;
    font-family: "DINPro-Bold";
    font-size: 1.5em
}

#agent #gallery .cycle-slideshow,
#agent #gallery .cycle-slideshow .centerimage {
    padding-bottom: 31%
}

#agent #about {
    padding: 40px 0 55px
}

#agent #about .heading p.role {
    margin: 0 0 40px;
    font-size: 1.125em;
    text-align: center;
    text-transform: uppercase
}

#agent #about .description {
    width: 70.1403%;
    padding-right: 40px
}

#agent #about .details {
    width: 29.8597%
}

#agent #about .details p {
    margin: 0 0 20px
}

#agent #about .details .centerimage {
    padding-bottom: 100%
}

#agent #about .details strong.title {
    display: block
}

#agent #about .details span.items {
    display: block;
    font-size: .875em
}

#agent #about .details p.share a {
    float: left;
    width: 32px;
    height: 32px;
    margin: 5px 5px 0 0;
    background-image: url(images/icons_social.png);
    background-repeat: no-repeat
}

#agent #about .details p.share a.twitter {
    background-position: 0 0
}

#agent #about .details p.share a.facebook {
    background-position: 0 -32px
}

#agent #about .details p.share a.gplus {
    background-position: 0 -64px
}

#agent #about .details p.share a.linkedin {
    background-position: 0 -96px
}

#agent #about .details p.share a:hover {
    opacity: .75
}

#agent #testimonials {
    padding: 45px 0;
    background: #fff
}

#agent #testimonials .slide {
    box-sizing: border-box;
    padding: 0 75px;
    text-align: center
}

#agent #testimonials .slide p.by {
    margin: 20px 0 0
}

#agent #testimonials .direction {
    margin-top: -57px;
    color: #aaa;
    font-size: 76px
}

#agent #testimonials .direction:hover {
    color: #a30e27
}

#agent #testimonials .direction.cycle-prev {
    left: 0
}

#agent #testimonials .direction.cycle-next {
    right: 0
}

#agent #properties {
    padding: 45px 0
}

#agent #properties ul.nav {
    margin: 0 0 20px;
    border-bottom: 1px solid #d2d2d2
}

#agent #properties ul.nav li {
    position: relative;
    top: 1px
}

#agent #properties ul.nav a {
    padding: 0 30px 5px;
    color: #aaa;
    font-size: 1.14286em;
    text-transform: uppercase
}

#agent #properties ul.nav li.ui-tabs-active a {
    color: #444;
    border-bottom: 1px solid #444
}

#agent #properties #tools {
    padding: 20px 0 0;
    font-size: .875em;
    text-align: right
}

#agent #appraisal {
    padding: 45px 0;
    background: #fff
}

#agent #appraisal #contact-form [class^="grid-"] {
    margin-right: -15px;
    margin-left: -15px
}

#agent #appraisal #contact-form [class^="grid-"]>.column {
    padding-right: 15px;
    padding-left: 15px
}

#agent #appraisal #contact-form .field:not(:last-child) {
    padding: 0 0 10px
}

#agent #appraisal #contact-form .field label {
    display: block;
    margin: 0 0 3px
}

#agent #appraisal #contact-form .field textarea {
    display: block;
    height: 182px
}

#agent #appraisal #contact-form .button {
    padding: 30px 0 0
}

#inspections {
    position: relative
}

#inspections .tools {
    position: absolute;
    top: -2px;
    right: 0
}

#inspections .tools .sorter {
    margin: 0 10px 0 0
}

#inspections .tools .sorter label {
    float: left;
    margin: 2px 5px 0 0
}

#inspections .tools .sorter .ui-selectmenu-button {
    float: left;
    width: 100px!important;
    height: 30px;
    line-height: 27px
}

#inspections .tools .sorter .ui-selectmenu-button span.ui-icon:before {
    width: 30px;
    height: 30px
}

#inspections .tools .sorter .ui-selectmenu-text {
    margin: 0 40px 0 10px
}

#inspections .tools form.button {
    position: relative
}

#inspections .tools form.button input[type="submit"] {
    position: relative;
    z-index: 1;
    width: 90px;
    min-width: inherit;
    height: 30px;
    padding: 0;
    opacity: 0
}

#inspections .tools form.button span.text {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 28px;
    color: #a30e27
}

#inspections .tools form.button:hover span.text {
    color: #444
}

#inspections .properties:not(:last-child) {
    margin: 0 0 40px
}

#inspections .properties p.title {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #d0d0d0
}

#inspections .property {
    margin: 0 0 10px;
    background: #fff
}

#inspections .property .image {
    width: 25%
}

#inspections .property .image .direction {
    margin-top: -24px;
    font-size: 32px
}

#inspections .property .image .direction.cycle-prev {
    left: 7px
}

#inspections .property .image .direction.cycle-next {
    right: 7px
}

#inspections .property .details {
    width: 75%;
    padding: 25px
}

#inspections .property .details h3.headline {
    font-size: 1.5em
}

#inspections .property .details p.address {
    margin: 0 0 15px
}

#inspections .property .details p.date a.calendar {
    float: left
}

#inspections .property .details p.date span.date-time {
    display: block;
    margin: 0 0 0 25px
}

#inspections .property .details p.buttons a.button {
    min-width: inherit;
    padding: 0 10px
}

#inspections .property .details p.buttons a.button:last-child {
    margin-left: 10px
}

#location-info.suburbs .suburb {
    margin: 0 0 10px;
    background: #fff
}

#location-info.suburbs .image {
    width: 50%
}

#location-info.suburbs .suburb:nth-child(2n) .image {
    float: right
}

#location-info.suburbs .cycle-slideshow,
#location-info.suburbs .cycle-slideshow .centerimage {
    padding-bottom: 80%
}

#location-info.suburbs .cycle-slideshow .direction {
    margin-top: -17px;
    font-size: 32px
}

#location-info.suburbs .details {
    width: 50%
}

#location-info.suburbs .suburb:nth-child(2n) .details {
    float: left
}

#location-info.suburbs .details .container {
    position: relative;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden
}

#location-info.suburbs .details .holder {
    width: 90%
}

#location-info.suburbs .details h3.title {
    font-size: 1.5em
}

#location-info.suburbs .details p.url {
    margin: 0
}

#location-info.suburbs .tools {
    padding: 20px 0 0;
    font-size: .875em
}

#location-info.suburbs .tools .number {
    color: #aaa
}

#location-info.suburb #gallery .cycle-slideshow,
#location-info.suburb #gallery .centerimage {
    padding-bottom: 36.3104%
}

#location-info.suburb #about {
    padding: 0 0 55px
}

#location-info.suburb #about .description {
    width: 70.1403%;
    padding-right: 40px
}

#location-info.suburb #about .details {
    width: 29.8597%
}

#location-info.suburb #map #map-canvas {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 36.310395314788%
}

#location-info.suburb #map .centerimage {
    padding-bottom: 36.310395314788%
}

#current-listings {
    padding: 65px 0
}

#current-listings ul.nav {
    margin: 0 0 20px;
    border-bottom: 1px solid #d2d2d2
}

#current-listings ul.nav li {
    position: relative;
    top: 1px
}

#current-listings ul.nav a {
    padding: 0 30px 5px;
    color: #aaa;
    font-size: 1.14286em;
    text-transform: uppercase
}

#current-listings ul.nav li.ui-tabs-active a {
    color: #444;
    border-bottom: 1px solid #444
}

#current-listings .view-more {
    padding: 30px 0 0;
    font-size: 1.125em
}

.quicksearch-1 {
    padding: 138px 0;
    background-position: center 0;
    background-repeat: no-repeat
}

.quicksearch-1 h2.title {
    margin: 0 auto 40px;
    line-height: 1;
    font-size: 3.57143em;
    font-family: 'ClarendonLTStd-Bold', Arial, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
    text-align: center
}

.quicksearch-1 form {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.15)
}

.quicksearch-1 #list-keywords {
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.quicksearch-1 #list-keywords .list {
    width: 20%;
    padding-right: 1px
}

.quicksearch-1 #list-keywords .keywords {
    position: relative;
    width: 80%
}

.quicksearch-1 #list-keywords input#keywords {
    height: 60px;
    padding: 0 50px 0 20px;
    border: 0
}

.quicksearch-1 #list-keywords i.fa {
    position: absolute;
    top: 0;
    width: 50px;
    line-height: 60px;
    font-size: 26px;
    text-align: center
}

.quicksearch-1 #list-keywords i.fa-search {
    display: none;
    left: 0;
    color: #a30e27
}

.quicksearch-1 #list-keywords i[class*="fa-angle-"] {
    right: 0;
    color: #aaa;
    cursor: pointer
}

.quicksearch-1 #list-keywords #keywords-list {
    display: none;
    position: absolute;
    left: 0;
    min-width: 200px;
    padding: 10px;
    background: #ffa;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)
}

.quicksearch-1 #list-keywords #keywords-list:after {
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    content: " ";
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffa;
    border-width: 7px
}

.quicksearch-1 #list-keywords #keywords-list div {
    padding: 5px 0;
    font-size: .857143em;
    cursor: pointer;
    border-bottom: 1px solid #eeed7f;
    transition-duration: .3s
}

.quicksearch-1 #list-keywords #keywords-list div:last-child {
    border-bottom: none
}

.quicksearch-1 #list-keywords #keywords-list div:hover {
    color: #a30e27
}

.quicksearch-1 #search-options {
    position: relative;
    z-index: 0
}

.quicksearch-1 #search-options.collapse {
    max-height: 0;
    transition-duration: .2s;
    overflow: hidden
}

.quicksearch-1 #search-options.collapse.drop {
    max-height: 100em;
    transition-duration: .4s;
    overflow: inherit
}

.quicksearch-1 #search-options .container {
    padding: 20px;
    background: rgba(255, 255, 255, .75)
}

.quicksearch-1 #search-options .checkboxes label {
    float: left;
    margin: 12px 10px 0 0;
    font-size: .875em
}

.quicksearch-1 #search-options .checkboxes input[type="radio"] {
    margin: 4px 2px 0 0
}

.quicksearch-1 #search-options .button {
    width: 50%;
    padding-left: 10px
}

.quicksearch-1 #search-options input[type="submit"] {
    width: 100%;
    text-transform: uppercase
}

.quicksearch-1 .ui-selectmenu-button {
    border-color: transparent
}

.quicksearch-1 .ui-selectmenu-button span.ui-icon:before {
    background: none;
    border-left-color: transparent
}

.quicksearch-1 .ui-selectmenu-menu .ui-menu {
    border-color: transparent
}

.quicksearch-1 #list-keywords .ui-selectmenu-button {
    height: 60px;
    line-height: 58px
}

.quicksearch-1 #list-keywords .ui-selectmenu-button span.ui-icon:before {
    width: 50px;
    height: 60px
}

.quicksearch-1 #list-keywords .ui-selectmenu-button span.ui-selectmenu-text {
    margin: 0 50px 0 20px
}

.quicksearch-1 #list-keywords .ui-selectmenu-menu .ui-menu .ui-menu-item {
    line-height: 36px;
    padding: 0 20px
}

.quicksearch-1 #search-options .ui-selectmenu-button {
    height: 38px;
    line-height: 36px
}

.quicksearch-1 #search-options .ui-selectmenu-button span.ui-icon:before {
    width: 36px;
    height: 36px
}

.quicksearch-1 #search-options .ui-selectmenu-button span.ui-selectmenu-text {
    margin-right: 36px
}

.quicksearch-1 #search-options .ui-selectmenu-menu .ui-menu .ui-menu-item:first-child {
    display: none
}

#property-media #gallery .cycle-slideshow,
#property-media #gallery .photo .centerimage {
    padding-bottom: 36.3104%
}

#property-media #gallery .direction {
    margin-top: -63px;
    font-size: 84px
}

#property-map #map-canvas {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 36.310395314788%
}

#property-description h3.title {
    margin: 0 0 20px
}

#property-table p {
    margin: 0 0 20px
}

#property-table strong.title {
    display: block
}

#property-table strong.title.alt {
    margin-top: 5px
}

#property-table span.items {
    display: block;
    font-size: .875em
}

#property-table p.opens a,
#property-table p.floorplan .title a {
    color: inherit
}

#property-table p.opens a:hover,
#property-table p.floorplan .title a:hover {
    color: #a30e27
}

#property-table p.opens i.fa {
    float: right;
    margin: 4px 0 0
}

#property-table p.share a {
    float: left;
    width: 24px;
    height: 24px;
    margin: 5px 5px 0 0;
    background-image: url(images/icons_social_media.png);
    background-repeat: no-repeat
}

#property-table p.share a.twitter {
    background-position: 0 0
}

#property-table p.share a.facebook {
    background-position: 0 -24px
}

#property-table p.share a.gplus {
    background-position: 0 -48px
}

#property-table p.share a.linkedin {
    background-position: 0 -72px
}

#property-contact .section {
    padding: 45px 0
}

#property-contact h3.title {
    margin: 0 0 20px;
    font-size: 1.5em;
    font-family: 'DINPro-Bold'
}

#property-contact #contact-agents {
    background: #fff
}

#property-contact #contact-agents p {
    text-align: center
}

#property-contact #contact-agents p.image {
    max-width: 100px;
    margin: 0 auto 10px
}

#property-contact #contact-agents p.image a {
    padding-bottom: 100%
}

#property-contact #contact-form [class^="grid-"] {
    margin-right: -15px;
    margin-left: -15px
}

#property-contact #contact-form [class^="grid-"]>.column {
    padding-right: 15px;
    padding-left: 15px
}

#property-contact #contact-form .field:not(:last-child) {
    padding: 0 0 10px
}

#property-contact #contact-form .field label {
    display: block;
    margin: 0 0 3px
}

#property-contact #contact-form .field textarea {
    display: block;
    height: 182px
}

#property-contact #contact-form .button {
    padding: 30px 0 0
}

#subscriptions p {
    margin: 0 0 20px
}

#subscriptions h2.title {
    margin-bottom: 20px;
    font-size: 1.5em
}

#subscriptions ul.listforms>li {
    padding: 0 0 15px
}

#subscriptions ul.listforms>li:after {
    display: table;
    content: "";
    clear: both
}

#subscriptions ul.listforms label.field {
    float: left;
    width: 25%;
    margin: 5px 0 0
}

#subscriptions ul.listforms label.field.alt {
    margin: 0
}

#subscriptions ul.listforms .value {
    float: left;
    width: 50%
}

#subscriptions ul.listforms .value.full {
    width: 75%
}

#subscriptions textarea {
    height: 150px
}

#subscriptions input[type="submit"] {
    min-width: 150px
}

#subscriptions ul.listforms .captcha {
    position: relative
}

#subscriptions ul.listforms .captcha .code {
    position: absolute;
    top: 2px;
    right: 2px
}

#subscriptions ul.listforms .captcha img {
    display: block
}

#subscriptions ul.listforms .captcha a.reload {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background: #4cb40e;
    color: #fff;
    text-align: center
}

#subscriptions ul.subforms>li {
    padding-bottom: 2px
}

#subscriptions ul.options {
    position: relative;
    padding: 10px 20px 0 0
}

#subscriptions ul.options>li:not(.button) {
    padding: 0 0 10px
}

#subscriptions ul.options li.grid {
    margin: 0 -5px
}

#subscriptions ul.options li.grid:after {
    display: table;
    content: "";
    clear: both
}

#subscriptions ul.options .column {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 5px
}

#subscriptions ul.options a.close {
    position: absolute;
    top: 13px;
    right: 0
}

#subscriptions #return {
    margin: 0 0 40px;
    padding: 20px;
    background: #ffc;
    border: 1px solid #fc0
}

#subscriptions #return p {
    margin: 0
}

#subscriptions li.buttons .button {
    padding: 0;
    text-align: center
}

@media screen and (min-width:1152px) {
    .toggle-menu {
        display: none
    }
    nav[role="navigation"] ul.menu {
        margin-left: -15px
    }
    nav[role="navigation"] ul.menu:after {
        display: table;
        content: "";
        clear: both
    }
    nav[role="navigation"] ul.menu li {
        position: relative
    }
    nav[role="navigation"] ul.menu a {
        display: block;
        color: #fff
    }
    nav[role="navigation"] ul.menu>li {
        float: left
    }
    nav[role="navigation"] ul.menu>li>a {
        padding: 0 15px;
        line-height: 87px;
        font-size: 1.125em;
        font-family: 'DINPro-Medium', Arial, sans-serif;
        text-transform: uppercase
    }
    nav[role="navigation"] ul.menu>li:hover>a,
    nav[role="navigation"] ul.menu>li.current-menu-ancestor>a,
    nav[role="navigation"] ul.menu>li.current-menu-parent>a,
    nav[role="navigation"] ul.menu>li.current-menu-item>a {
        color: #a30e27
    }
    nav[role="navigation"] ul.menu>li>ul.sub-menu {
        position: fixed;
        left: 0;
        right: 0;
        max-height: 0;
        overflow: hidden;
        background: rgba(194, 0, 48, 0.75)
    }
    nav[role="navigation"] ul.menu>li:hover>ul.sub-menu {
        max-height: 100em
    }
    nav[role="navigation"] ul.sub-menu li.container {
        padding: 10px 0 20px
    }
    nav[role="navigation"] ul.sub-menu li.title {
        margin: 0 0 12px;
        border-bottom: 2px solid;
        color: #fff;
        font-size: 1.875em;
        text-transform: uppercase
    }
    nav[role="navigation"] ul.sub-menu ul.sub-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 25%
    }
    nav[role="navigation"] ul.sub-menu li:hover>ul.sub-menu {
        display: block
    }
    nav[role="navigation"] ul.sub-menu a {
        padding: 2px 0;
        font-size: 1.0625em
    }
    nav[role="navigation"] ul.sub-menu li.current_page_ancestor>a,
    nav[role="navigation"] ul.sub-menu li.current_page_parent>a,
    nav[role="navigation"] ul.sub-menu li.current_page_item>a,
    nav[role="navigation"] ul.sub-menu li:hover>a {
        text-decoration: underline
    }
    #property-media #gallery .container {
        padding-bottom: 43.0689%
    }
}

@media screen and (min-width:568px) {
    .group {
        max-width: 1000px;
        margin: 0 auto
    }
}

@media screen and (max-width:1151px) {
    .group {
        padding: 0 40px
    }
    #header .logo {
        float: left
    }
    nav[role="navigation"] {
        display: none
    }
    .toggle-menu {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        cursor: pointer
    }
    .toggle-menu span {
        display: none;
        float: left;
        line-height: 60px;
        font-size: 1.1em
    }
    .toggle-menu i.fa {
        width: 87px;
        height: 87px;
        line-height: 87px;
        font-size: 2.1875em;
        text-align: center;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .2s;
        transition: all .2s
    }
    .toggle-menu.shrink i.fa {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    #sidenav {
        position: fixed;
        z-index: 4;
        top: 0;
        bottom: 0;
        right: 0;
        width: 280px;
        background: #eeeced url(images/sidenav.png) 0 0 repeat-y
    }
    #page.shrink #sidenav {
        display: block
    }
    #sidenav ul.menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.5)
    }
    #sidenav ul.menu li:last-child {
        border-bottom: 0
    }
    #sidenav ul.menu a {
        display: block;
        position: relative;
        line-height: 50px;
        padding: 0 20px;
        color: #333
    }
    #sidenav ul.menu>li>a {
        font-size: 1.25em
    }
    #sidenav ul.menu li:hover>a,
    #sidenav ul.menu li.shrink>a {
        background: #e3e1df;
        color: #a30e27
    }
    #sidenav ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        background: #f4f4f4;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }
    #sidenav li.shrink>ul.sub-menu {
        max-height: 200em;
        -webkit-transition-duration: 1s;
        transition-duration: 1s
    }
    #sidenav ul.sub-menu>li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }
    #sidenav ul.sub-menu>li:first-child>a {
        border-top: 1px solid rgba(255, 255, 255, 0.5)
    }
    #sidenav ul.menu a i.fa {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: rgba(0, 0, 0, .1);
        text-align: center
    }
    #sidenav ul.menu li.shrink>a.toggle-submenu i.fa {
        background: #a30e27;
        color: #fff
    }
    #sidenav ul.menu li.shrink>a.toggle-submenu i.fa:before {
        content: "\f106"
    }
    #sidenav-overlay {
        position: absolute;
        z-index: 2;
        top: 45px;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.5) url(images/sidenav_overlay.png) 100% 0 repeat-y
    }
    #page.shrink #sidenav-overlay {
        display: block
    }
    #content-nav a {
        line-height: 40px
    }
}

@media screen and (min-width:1024px) and (max-width:1151px) {
    #inspections .property .image {
        width: 38%
    }
    #inspections .property .details {
        width: 62%
    }
    #inspections .property .details [class^="grid-"]>.column {
        width: 50%
    }
    #inspections .property .details [class^="grid-"]>.column:nth-child(3) {
        width: 100%;
        padding-top: 15px
    }
}

@media screen and (max-width:1023px) {
    .quicksearch-1 #search-options .checkboxes label {
        width: 100%;
        margin: 0
    }
    .thumbview .listing .details p.headline {
        font-size: 1.5em
    }
    #property-table p.opens span.items:not(:last-child) {
        border-bottom: 1px solid
    }
    #property-table p.opens span.items span {
        display: block
    }
    #inspections .property .details [class^="grid-"]>.column {
        width: 100%;
        padding-bottom: 15px
    }
    #inspections .property .details [class^="grid-"]>.column:nth-child(3) {
        padding-bottom: 0
    }
    .gform_body input[type="text"],
    .gform_body input[type="tel"],
    .gform_body input[type="email"],
    .gform_body select,
    .gform_body textarea,
    #footer .links .menus,
    #footer .links .tools {
        width: 100%
    }
    #footer .links .tools {
        padding-top: 30px;
        text-align: left
    }
    #footer #translate-popup {
        right: auto;
        left: 0
    }
    #footer #translate-popup .container:after {
        right: 80%
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .thumbview .listing .image .cycle-slideshow,
    .thumbview .listing .image a.centerimage,
    .thumbview .listing .details .container,
    .post-index .post .image .centerimage,
    .post-index .post .summary .container,
    #location-info.suburbs .cycle-slideshow,
    #location-info.suburbs .cycle-slideshow .centerimage,
    #location-info.suburbs .details .container {
        padding-bottom: 100%
    }
    .thumbview .listing .details p.description:not(.alt),
    .post-index .post .summary p.excerpt:not(.alt),
    #location-info.suburbs .details p.excerpt:not(.alt) {
        display: none
    }
    .thumbview .listing .details p.description.alt,
    .post-index .post .summary p.excerpt.alt,
    #location-info.suburbs .details p.excerpt.alt {
        display: block
    }
    .thumbview .listing .details p.rooms {
        margin: 0 10px 10px 0
    }
    .thumbview .listing .details p.price {
        margin: 0 0 10px
    }
    .thumbview .listing .details p.rooms span.item:not(:last-child) {
        margin-right: 10px
    }
    .thumbview .listing .details p.headline {
        padding: 10px 0 5px
    }
    .homepage #thumbnails .thumbnail:nth-child(2) a.centerimage,
    .homepage #thumbnails .thumbnail:nth-last-of-type(2) a.centerimage {
        padding-bottom: 75%
    }
    .project-listings .thumbview .listing .image {
        width: 60%
    }
    .project-listings .thumbview .listing .image a.centerimage {
        padding-bottom: 100%
    }
    .project-listings .thumbview .listing .image a.centerimage img {
        width: auto;
        height: 100%
    }
    .project-listings .thumbview .listing .details {
        width: 40%
    }
    .project-listings .thumbview .listing .details .container {
        padding-bottom: 150%
    }
    #agents .details p.links a i.fa {
        font-size: 1em
    }
    #inspections .property .image,
    #inspections .property .details {
        width: 50%
    }
    #inspections .property .image a.centerimage {
        padding-bottom: 100%
    }
    #footer .links ul.menu>li {
        width: 25%;
        padding-bottom: 20px
    }
    #footer .links ul.menu>li:nth-child(4n+1) {
        clear: left
    }
    #footer .links .translate {
        margin-bottom: 0
    }
}

@media screen and (min-width:568px) and (max-width:1023px) {
    .quicksearch-1 h2.title,
    .quicksearch-1 form {
        max-width: 90%
    }
    .homepage #thumbnails .thumbnail,
    .homepage #thumbnails .thumbnail:nth-child(2),
    .homepage #thumbnails .thumbnail:nth-last-of-type(2) {
        width: 50%
    }
	#property-media #gallery .cycle-slideshow,
	#property-media #gallery .photo .centerimage,
    #property-map #map-canvas,
    #location-info.suburb #gallery .cycle-slideshow,
    #location-info.suburb #gallery .centerimage,
    #location-info.suburb #map #map-canvas,
    #location-info.suburb #map .centerimage,
    #agent #gallery .cycle-slideshow,
    #agent #gallery .cycle-slideshow .centerimage,
    .post-single #hero .centerimage {
        padding-bottom: 56.25%
    }
    #footer .links .translate,
    #footer .links .translate .ui-selectmenu-button {
        float: left
    }
    #footer .links .socials {
        float: right
    }
}

@media screen and (max-width:767px) {
    .mfp-iframe-scaler {
        padding-top: 100%
    }
    .toggle-menu span {
        display: none
    }
    .toggle-menu i.fa {
        font-size: 2em
    }
    .toggle-menu.shrink i.fa {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .quicksearch-1 #search-options .button {
        padding: 10px 0 0
    }
    .quicksearch-1 #search-options .button,
    .thumbview .listing .image,
    .thumbview .listing .details,
    .project-listings .thumbview .listing .image,
    .project-listings .thumbview .listing .details,
    #agents .image,
    #agents .details,
    #inspections .property .image,
    #inspections .property .details,
    .post-index .post .image,
    .post-index .post .summary,
    #location-info.suburbs .image,
    #location-info.suburbs .details {
        width: 100%
    }
	.thumbview .listing .image .cycle-slideshow,
    .thumbview .listing .image a.centerimage,
    .post-index .post .image .centerimage,
    #location-info.suburbs .cycle-slideshow,
    #location-info.suburbs .cycle-slideshow .centerimage {
        padding-bottom: 75%
    }
    .project-listings .thumbview .listing .details p {
        text-align: left
    }
    #inspections .tools {
        position: static;
        margin: 0 0 10px
    }
    #subscriptions ul.listforms label.field,
    #subscriptions ul.listforms .value,
    #subscriptions ul.listforms .value.full {
        width: 100%
    }
    #subscriptions ul.listforms label.field,
    #subscriptions ul.listforms label.field.alt {
        margin: 0 0 10px;
        font-family: 'DINPro-Medium', Arial, sans-serif
    }
    #subscriptions ul.listforms label.field.button {
        display: none
    }
    #footer .links ul.menu>li {
        width: 50%;
        padding-bottom: 20px
    }
    #footer .links ul.menu>li:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width:568px) and (max-width:767px) {
    .quicksearch-1 #list-keywords .list {
        width: 25%
    }
    .quicksearch-1 #list-keywords .keywords {
        width: 75%
    }
    .quicksearch-1 #search-options .column.sub {
        width: 100%
    }
    .homepage #thumbnails .thumbnail a.centerimage,
    .homepage #thumbnails .thumbnail:nth-child(2) a.centerimage,
    .homepage #thumbnails .thumbnail:nth-last-of-type(2) a.centerimage {
        padding-bottom: 100%
    }
    .project-listings .thumbview .listing .details .container {
        padding-bottom: 80%
    }
    #agents .details .container {
        padding-bottom: 75%
    }
    #content-nav a {
        padding: 0 10px
    }
}

@media screen and (max-width:567px) {
    .group {
        padding: 0 20px
    }
    #map_canvas {
        padding-bottom: 100%
    }
    .quicksearch-1 {
        padding: 100px 0
    }
    .quicksearch-1 h2.title {
        padding: 0 20px;
        line-height: 1.2;
        font-size: 2.5em
    }
    .quicksearch-1 #list-keywords .list {
        width: 40%
    }
    .quicksearch-1 #list-keywords .keywords {
        width: 60%
    }
    .quicksearch-1 form {
        padding: 0 20px
    }
    .quicksearch-1 #search-options .column.sub:after {
        display: table;
        content: "";
        clear: both
    }
    .quicksearch-1 #search-options .column.sub:last-child {
        padding-bottom: 0
    }
    #current-listings .properties,
    .search-results .listings {
        margin: 0 -20px
    }
    .thumbview .listing .details .container,
    .project-listings .thumbview .listing .details .container,
    .post-index .post .summary .container,
    #location-info.suburbs .details .container {
        height: auto;
        padding: 20px 0
    }
    .thumbview .listing .details .valign,
    .project-listings .thumbview .listing .details .valign,
    .post-index .post .summary .valign,
    #location-info.suburbs .details .valign {
        position: static
    }
    .thumbview .listing .details .valign:before,
    .project-listings .thumbview .listing .details .valign:before,
    .post-index .post .summary .valign:before,
    #location-info.suburbs .details .valign:before {
        display: none
    }
    .thumbview .listing .details .holder,
    .thumbview .listing .details .holder,
    .project-listings .post-index .post .summary .holder,
    #location-info.suburbs .details .holder {
        width: 85%
    }
    .thumbview .listing .details p.links a.button {
        min-width: inherit
    }
    .homepage #thumbnails .thumbnail,
    .homepage #thumbnails .thumbnail:nth-child(2),
    .homepage #thumbnails .thumbnail:nth-last-of-type(2) {
        width: 100%
    }
    .homepage #thumbnails .thumbnail:nth-child(2) a.centerimage,
    .homepage #thumbnails .thumbnail:nth-last-of-type(2) a.centerimage {
        padding-bottom: 75%
    }
    #property-media #gallery .cycle-slideshow,
    #property-media #gallery .photo .centerimage,
    #property-map #map-canvas,
    #location-info.suburb #gallery .cycle-slideshow,
    #location-info.suburb #gallery .centerimage,
    #location-info.suburb #map #map-canvas,
    #location-info.suburb #map .centerimage,
    #agent #gallery .cycle-slideshow,
    #agent #gallery .cycle-slideshow .centerimage {
        padding-bottom: 75%
    }
    #property-media #gallery .photo .centerimage img {
        width: auto;
        height: 100%
    }
    .property .section.overview .heading {
        padding-right: 20px;
        padding-left: 20px
    }
    #content-area,
    #sidebar,
    .property .section.overview .block.left,
    .property .section.overview .block.right,
    #location-info.suburb #about .description,
    #location-info.suburb #about .details,
    #agent #about .description,
    #agent #about .details {
        width: 100%
    }
    #content-area,
    .property .section.overview .block.left,
    #location-info.suburb #about .description,
    #agent #about .description {
        padding: 0 0 40px
    }
    #property-contact #contact-form .button {
        padding: 0
    }
    #agents .column:after {
        display: table;
        content: "";
        clear: both
    }
    #agents .details .container {
        padding-bottom: 56.25%
    }
    #agent #testimonials .slide {
        padding: 0 40px
    }
    #agent #appraisal #contact-form .button {
        padding: 0
    }
    #subscriptions input[type="submit"] {
        min-width: 100%;
        margin-bottom: 10px
    }
    #subscriptions ul.listforms .value a.button {
        display: block
    }
    #subscriptions ul.listforms .value a.button~em {
        display: block
    }
    .post-index article#entry {
        padding: 0
    }
    .post-index .post-nav {
        padding: 10px 20px 0
    }
    .gform_body ul.gform_fields>li>label,
    .gform_body ul.gform_fields li .ginput_container,
    .gform_body ul.gform_fields li .gfield_captcha_container {
        width: 100%
    }
    #content-nav {
        background: #414042;
        border-bottom: none
    }
    #content-nav:after {
        display: table;
        content: "";
        clear: both
    }
    #content-nav a {
        display: block;
        padding: 0 10px;
        color: #fff;
        text-align: left
    }
    #content-nav a:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }
    #content-nav a.active,
    #content-nav a:hover {
        background: #a30e27;
        color: #fff
    }
    #content-nav a i.fa {
        display: inline-block;
        float: left;
        width: 22px;
        line-height: 40px;
        padding-left: 12px;
        font-size: .875em
    }
    #footer .carousel-newsletter a.direction {
        margin-top: -63px;
        font-size: 84px
    }
    #footer .carousel-newsletter a.direction.prev {
        left: 20px
    }
    #footer .carousel-newsletter a.direction.next {
        right: 20px
    }
    #footer .newsletters form input[type="text"] {
        width: 100%
    }
    #footer .newsletters form input[type="submit"] {
        width: 100%;
        margin-top: 10px
    }
    #footer .links .translate .ui-selectmenu-button {
        float: left
    }
    #footer .links .socials {
        text-align: left
    }
    #footer .links .socials a {
        margin: 0 8px 8px 0
    }
    #footer .credit .column {
        padding-bottom: 0;
        text-align: center
    }
}