/*
Theme Name: Property Select Advisory PS System
Author: IBN Websites
Version: 2.0.1
Author URI: http://www.ibnwebsites.com.au
Description: This theme is developed by IBN Websites
*/


/* --- IMAGES (RESPONSIVE) --- */

.main img {
    display: block;
    max-width: 100%;
    height: auto;
}

.main img.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.main img.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.main img.aligncentre {
    margin: 0 auto;
}


/* --- VIDEO (RESPONSIVE) --- */

.videowrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.videowrap iframe,
.videowrap object,
.videowrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* --- MAP (RESPONSIVE) --- */

.mapwrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.mapwrap iframe,
.mapwrap object,
.mapwrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* --- SOCAL (RESPONSIVE) --- */

.socialwrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.socialwrap iframe,
.socialwrap object,
.socialwrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* --- GALLERY (RESPONSIVE) ---*/

.gallery {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.gallery .gallery-item {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857142857%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666666667%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery .gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    border: 5px #efefef solid;
}

@media (max-width: 768px) {
    .gallery .gallery-item {
        width: 50%;
        /* Determines how many to show in a row */
    }
}


/* --- SOCIAL ICONS - BUTTONS --- */

.list-social {
    margin-left: 0;
}

.list-social li {
    padding: 0;
}

.btn-social {
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
    border-radius: 100% !important;
}

.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
    color: #fff;
    -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.btn-facebook {
    background: #3b5998;
}

.btn-twitter {
    background: #2CAAE2;
}

.btn-google-plus {
    background: #DC4B31;
}

.btn-linkedin {
    background: #00659B;
}

.btn-youtube {
    background: #ED2400;
}

.btn-pinterest {
    background: #CE2021;
}

.btn-instagram {
    background: #6B5245;
}


/* --- WIDGETS - IMAGE --- */

.widget_simpleimage .panel-heading {
    display: none;
}

.widget_simpleimage .panel-body {
    padding: 0 !important;
}

.widget_simpleimage p {
    margin: 0;
}

.widget_simpleimage img {
    display: block;
    max-width: 100%;
    height: auto;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-body table {
    margin-bottom: 0px;
}

/* =========== STYLES - Global =========== */


/* --- PAGE --- */

body {
    font-family: "Nunito", Sans-serif;
    background: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

.single-post p {
    margin: 0 0 30px;
    font-size: 16px;
    color: #666;
    font-weight: 200;
    line-height: 1.5;
    text-align: justify;
}


/* --- LINKS --- */

a {
    color: #222;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0274be;
}


/* --- BUTTONS --- */

.btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    ;
    -o-border-radius: 2px;
    border: none;
}

.btn-default {
    color: #fff;
    background-color: #0274be;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #444;
    color: #fff;
    outline: none;
}

.btn-action {
    background: #0274be;
    color: white;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
    background: white;
    color: #0274be;
}

h1 {
    margin-top: 0;
}

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.piovt-well {
    padding: 20px;
    border-radius: 4px;
}

.bg-danger .glyphicon {
    color: #0274be;
    font-size: 24px;
    vertical-align: -7px;
    margin-right: 10px;
}

.bg-danger {
    color: #0274be;
    padding: 6px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group textarea.form-control {
    height: 100px;
}

.table>tbody>tr>th {
    border-top: none;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    color: #000 !important;
}

.table-package-list {
    margin-bottom: 0px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.table-package-list>thead.estate_heading {
    background-color: #f9f9f9;
    border-bottom-width: 1px;
}

.table-package-list>thead.estate_heading h4 {
    font-weight: 600;
    color: #222;
    font-size: 18px;
    margin: 12px 0px;
}

.bg-info {
    color: #000;
    padding: 6px;
}

/* --- WELL - TESTIMONIALS --- */

.list-testimonial li {
    margin-bottom: 20px;
}

.well-testimonial .fa {
    display: block;
    text-align: right;
    font-size: 60px;
}

.well-testimonial .review {
    font-style: italic;
    display: block;
    margin-bottom: 15px;
}

.well-testimonial .author {
    font-weight: bold;
}

/* =========== STYLES - Sections =========== */


/* --- HEADER --- */

.logo {
    margin: 10px 0;
}

.quickcontact {
    margin-top: 40px;
}

/* --- BANNER --- */

.banner {
    display: flex;
    padding: 0 30px;
    border-bottom: 2px solid #0274be;
}

.banner h3 {
    margin: 25px 0px;
    letter-spacing: 3px;
    color: #000;
}


/* --- SLIDER --- */

.single-post-img-wrap {
    margin: 0;
    overflow: hidden;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
}

.single-post-img-wrap .custom-bg {
    height: 160px !important;
    background-attachment: fixed;
}

.single-post-img-wrap .custom-bg .container {
    display: flex;
    align-items: center;
}

.single-post-img-wrap .custom-bg .single-title-wrap {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    height: 100%;
    display: flex;
    padding: 0px 30px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0px -20px;
}

.single-post-img-wrap .custom-bg .single-title-wrap h3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

#carousel-slider {
    margin: 0;
}

.slide .custom-bg,
.custom-bg {
    width: 100%;
    height: calc(110vh - 185px) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.slide .custom-bg .container,
.custom-bg .container {
    position: relative;
    height: 100%;
}

.slide .carousel-caption,
.carousel-caption,
.carousel-caption-pacakge {
    position: absolute;
    max-width: 420px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    top: 10%;
    bottom: auto;
    left: auto;
    right: 0;
    text-align: left;
    padding: 20px 25px;
    color: #000;
    display: none;
    text-shadow: none;
}

.slide .carousel-caption h3,
.carousel-caption-pacakge h3 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
}

.slide .carousel-caption p {
    font-size: 18px;
    font-weight: 1.4;
}

.slide .carousel-caption h4 {
    margin-bottom: 35px;
}

.slide .carousel-caption .readmore,
.carousel-caption-pacakge .readmore {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #0274be;
    padding: 12px 12px;
    display: block;
    color: #fff;
    max-width: 160px;
    text-align: center;
}


.carousel-caption-pacakge .readmore:hover,
.slide .carousel-caption .readmore:hover {
    color: #fff;
}

.slide .btn-full-width {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 6px 0px 2px 0px;
    line-height: normal;
    margin-bottom: 5px;
}

.slide .carousel-control.left,
.slide .carousel-control.right {
    background-image: none;
    -webkit-background-image: none;
    -moz-background-image: none;
}

.slide .carousel-caption.content-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slide .carousel-control .glyphicon {
    font-size: 18px;
    background: #000;
    padding: 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.slide .carousel-control .glyphicon:hover {
    background: #0274be;
}

.slide .carousel-control {
    width: 8%;
}


/* Carousel Fade Effect CSS */

.slide .carousel-indicators {
    bottom: 0px;
    width: auto;
    margin: 0px;
    left: auto;
    margin-bottom: 20px;
    right: 10%;
}

.carousel-indicators .active {
    border: 2px solid #0274be;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    text-indent: 0px;
    text-align: center;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.carousel-indicators li {
    border: 2px solid #999;
    margin: 0px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    text-indent: 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* --- SHOWCASE --- */

.showcase {
    padding: 40px 0px;
    background-color: #f5f5f5;
}

.showcase h3.title {
    font-size: 18px;
}

.showcase .btn {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.showcase .showcaseimagewrap {
    display: block;
    margin: 15px auto;
    max-width: 240px;
}

.showcase .showcaseimagewrap img {
    width: 100%;
}

.showcaseimage {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    padding: 0px;
    max-width: 180px;
    height: 160px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
}

.showcaseimage:hover {
    border: 1px solid #0274be;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}


/* --- TESTIMONIAL --- */

.testimonial .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    background-color: transparent;
    line-height: 1.6;
    text-shadow: none;
    color: #444;
}


/* --- MAIN --- */

.content {
    padding: 40px 0px;
    background-color: #fff;
}

.contentwrap {
    background-color: #fff;
}


/* --- CONTACT FORM --- */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: none !important
}

.gform_wrapper div.validation_error {
    color: #c02b0a !important;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: none !important;
    border-bottom: none !important;
    padding: 16px 0 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #c02b0a !important;
}

.gform_body ul.gform_fields {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.gform_body ul.gform_fields li {
    list-style-type: none;
    padding: 3px 0px;
    margin: 0px;
}

.gform_body ul.gfield_checkbox li label {
    margin-bottom: -6px !important;
    margin-left: 3px !important;
    font-size: 14px;
}

.gform_body ul.gform_fields li label {
    margin: 0px;
    display: none;
}

.gform_body ul.gform_fields li input[type=checkbox] {
    width: auto;
}

.gform_body ul.gform_fields li input,
.gform_body ul.gform_fields li select {
    width: 99.5%;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    padding: 15px 10px 15px 10px !important;
    font-size: 15px !important;
    display: inline-block;
}

.gform_body ul.gform_fields li input:focus,
.gform_body ul.gform_fields li select:focus,
.gform_body ul.gform_fields li textarea:focus {
    outline: none;
}

.gform_body ul.gform_fields li textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #0274be;
    padding: 15px 10px 15px 10px !important;
    font-size: 15px !important;
    height: 100px;
    display: inline-block;
}

.gform_body ul.gform_fields li textarea.large {
    min-height: 320px;
}

.gform_footer input.gform_button {
    background-color: #0274be;
    outline: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 10px 0px;
    text-transform: uppercase;
}

.pivot_sidebar .gform_footer input.gform_button {
    background-color: #0274be;
    outline: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 6px 12px;
    border-radius: 2px;
    margin: 0px 0px;
    width: 100%;
    text-transform: capitalize;
}

.gform_footer input.gform_button:hover {
    background-color: #444;
}

.gfield_error .gfield_description.validation_message {
    color: #c02b0a;
    margin: 4px 2px;
    line-height: 1.4;
    font-size: 90%;
}

.gfield_error input.large {
    border-color: #0274be !important;
}

.validation_error {
    color: #0274be;
    font-size: 90%;
}

.gform_body ul.gform_fields li .name_first>input {
    max-width: 49%;
    display: inline-block;
    margin-right: 0.5%;
}

.gform_body ul.gform_fields li .name_last>input {
    max-width: 49.5%;
    display: inline-block;
}

.gform_body ul.gform_fields li .ginput_complex input {
    margin-top: 6px;
    margin-bottom: 0px;
}

.gform_body ul.gform_fields li .ginput_complex .ginput_left input {
    max-width: 49%;
    display: inline-block;
    margin-right: 0.5%;
}

.gform_body ul.gform_fields li .ginput_complex .ginput_right input {
    max-width: 49.5%;
    display: inline-block;
}

.gform_body ul.gform_fields li .ginput_complex .address_city input {
    max-width: 49%;
    display: inline-block;
    margin-right: 0.5%;
}

.gform_body ul.gform_fields li .ginput_complex .address_state input {
    max-width: 49.5%;
    display: inline-block;
}

.gform_body ul.gform_fields li .ginput_complex .address_zip input {
    max-width: 49%;
    display: inline-block;
    margin-right: 0.5%;
}

.gform_body ul.gform_fields li .ginput_complex .address_country select {
    max-width: 49.5%;
    display: inline-block;
}

.gform_body ul.gform_fields li.from-title {
    text-transform: uppercase;
    padding: 25px 0px 0px 0px;
    color: #666;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 5px;
}

.gform_body ul.gform_fields li.from-title:after {
    content: '';
    height: 1px;
    width: 50%;
    clear: both;
    display: block;
    background-color: #bbb;
    margin-top: 8px;
    position: relative;
}

.form-success-message {
    font-size: 90%;
}

.bg-message {
    padding: 20px;
    text-transform: capitalize;
    display: block;
    clear: both;
}

.gform_body ul.gform_fields li.gfield_error input,
.gform_body ul.gform_fields li.gfield_error select,
.gform_body ul.gform_fields li.gfield_error textarea {
    border-color: #c02b0a !important;
}


/* --- ASIDE --- */

.aside .panel {
    box-shadow: none;
    max-width: 80%;
    margin: 20px auto;
    display: block;
    border-color: #e5e5e5;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* -- Bottom Area --*/

.bottom-wrap {
    padding: 40px 0px;
    background-color: #e5e5e5;
}


/* --- FOOTER --- */

.footer {
    font-size: 12px;
    color: #999;
    padding: 20px 0px;
    border-top: 2px solid #0274be;
}

.footer a {
    color: #999;
}


/* =========== STYLES - Media Query =========== */

/* X SMALL - ONLY (Phone) */

@media (max-width: 768px) {

    /* --- NAVIGATION --- */
    .navbar {
        background: #f9f9f9;
        color: #F2F2F2;
        z-index: 1020;
    }

    .navbar a {
        color: #F2F2F2;
    }

    .navbar .navbar-toggle {
        border-color: #ddd;
        background: #F2F2F2;
    }

    .navbar .navbar-toggle .icon-bar {
        background-color: #666666;
    }

    .navbar .navbar-toggle:focus {
        border-color: #cccccc;
        background: #cccccc;
        color: #F2F2F2;
    }

    .navbar .nav>li>a:hover,
    .navbar .nav>li>a:focus {
        text-decoration: none;
        background-color: #cccccc;
        color: #666666;
    }

    .navbar-toggle {
        float: left;
        margin-left: 15px;
    }

    .navmenu-footer {
        position: absolute;
        bottom: 7px;
        width: 100%;
        text-align: center;
        color: #888;
        font-style: italic;
    }

    /* Second Level */
    .sub-menu {
        display: block;
    }

    /* --- HEADER --- */
    .logo img {
        margin: 0 auto;
    }

    .btn-presstocall {
        padding: 10px 20px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .slide .carousel-caption {
        max-width: none !important;
    }

    /* --- CONTENT --- */
    .main {
        margin-bottom: 20px;
    }

    /* --- FOOTER --- */
    .footer {
        text-align: center;
    }
}


/* SMALL - UP (Tablet + Desktop + Large Desktop) */

@media (min-width: 769px) {

    /* --- NAVIGATION --- */
    .header {
        background-color: #f9f9f9;
        padding: 11px 0px;
        border-bottom: 2px solid #0274be;
    }

    .greeting-msg {
        margin: 10px 0px;
        float: right;
        display: block;
    }

    .logout-link {
        color: #fff;
        border-radius: 2px;
        outline: none;
        background-color: #0274be;
        padding: 5px 7px 5px 10px;
        line-height: normal;
        vertical-align: 0px;
    }

    .logout-link:hover {
        text-decoration: none;
        color: #eee;
    }

    .setting-link {
        text-transform: uppercase;
        color: #fff;
        border-radius: 2px;
        outline: none;
        background-color: #0274be;
        padding: 5px 7px 5px 7px;
        line-height: normal;
        vertical-align: 0px;
    }

    .setting-link:hover,
    .setting-link:focus {
        text-decoration: none;
        color: #eee;
        outline: none;
    }

    .pivot-dropdown .dropdown-menu {
        border: none;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 0px;
        border-top-right-radius: 4px;
        padding: 0px;
        margin-top: -1px;
        background-color: #0274be;
        color: #fff;
    }

    .pivot-dropdown .dropdown-menu li a {
        color: #fff;
        padding: 8px 10px;
        font-size: 13px;
        font-weight: 200;
    }

    .pivot-dropdown .dropdown-menu li a:hover {
        background: transparent;
        color: #eee;
    }

}


/* MEDIUM - UP (Desktop + Large Desktop) */

@media (min-width: 993px) {}


/* SMALL - ONLY (Tablet) */

@media (min-width: 769px) and (max-width: 992px) {}


/* MEDIUM - ONLY (Desktop) */

@media (min-width: 993px) and (max-width: 1200px) {}


/* LARGE - ONLY (Large Desktop) */

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }

    .container.gutter-v {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.list-property>li {
    padding: 25px 0px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}

.list-property>li:last-child {
    border-bottom: none;
}

.list-property>li h4 {
    margin-top: 0px;
}

.list-property>li hr {
    margin: 8px 0px;
}

.list-property-icon li {
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.list-property-icon li:last-child {
    border-right: none;
}

span.icon,
.list-property-icon li span.icon {
    display: inline-block;
    vertical-align: -7px;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.list-property-icon li span.bedroom {
    background-image: url('library/icons/icon-bedroom.png');
}

.list-property-icon li span.bathroom {
    background-image: url('library/icons/icon-bathroom.png');
}

.list-property-icon li span.car {
    background-image: url('library/icons/icon-car.png');
}

span.study,
.list-property-icon li span.study {
    background-image: url('library/icons/icon-study.png');
}

.list-property-icon li span.toilet {
    background-image: url('library/icons/icon-toilet.png');
}

.list-property-detail li {
    padding: 0px 0px 6px 0px;
}

.list-property-detail li span {
    width: 180px;
    display: inline-block;
    text-align: right;
    margin-right: 8px;
    font-weight: 600;
}

.list-property-detail li>p {
    display: block;
    margin: 0 auto 10px auto;
    padding: 10px 15px 8px 15px;
    font-weight: 300;
    font-size: 13px;
    word-wrap: normal;
    max-width: 140px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 1;
    text-transform: uppercase;
}

.tab-inner-content {
    margin: 20px 0px;
}

.bg-success {
    background-color: #5cb85c;
    color: #fff;
}

.bg-warning {
    background-color: #f0ad4e;
    color: #fff;
}

.message-container {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.pivot-nav-tabs li,
.pivot-nav-tabs li a {
    outline: none;
}

.pivot-nav-tabs li a h5 {
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.pivot-nav-tabs li:hover,
.pivot-nav-tabs li a:hover {
    background: transparent;
    color: #0274be;
}

.pivot-nav-tabs li.active a h5 {
    color: #0274be;
}

.ginput_container_fileupload #extensions_message {
    display: none;
}

.ginput_container_fileupload input {
    border: none !important;
}

.gform_body ul.gform_fields li.gform_hidden {
    padding: 0px !important;
}

.list-media li {
    padding: 20px 0px 0px 0px;
    border-bottom: 1px solid #ddd;
}

.list-media li .media-heading a {
    text-transform: uppercase;
    color: #0274be;
    letter-spacing: 0.5px;
}

.list-media li .media-heading a:hover {
    text-decoration: none;
    color: #444;
}

.list-media li p {
    color: #888;
}

.modal-content {
    border-radius: 0px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
    margin-top: 10%;
}

.modal-content h4 {
    margin-top: 0px;
    text-transform: uppercase;
}

.modal-content h5 {
    margin-top: 0px;
}

.modal-content .modal-header h4 {
    margin-left: 15px;
    margin-top: 5px;
}

.modal-content .modal-body {
    padding: 20px 30px;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

.table tr.row-unread {
    color: #0274be;
    font-weight: 400;
}

.pivot_search_bar {
    display: flex;
    justify-content: flex-end;
    height: 80px;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.widget_search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pivot_search_input {
    height: 32px;
    transition: 1s all;
    border: 1px solid #ccc;
    min-width: 300px;
    margin-right: 4px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.pivot_search_input>input[type=text] {
    border: none;
    height: 32px;
    padding: 4px 6px;
    font-size: 16px;
    width: 100%;
    background-color: transparent;
}

.pivot_search_input>.clearSearch {
    padding: 4px 6px;
    font-size: 14px;
    opacity: 0.6;
}

.pivot_search_input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    letter-spacing: 1px;
    font-weight: 200;
    color: #ddd;
}

.pivot_search_input::-moz-placeholder {
    /* Firefox 19+ */
    letter-spacing: 1px;
    font-weight: 200;
}

.pivot_search_input:-ms-input-placeholder {
    /* IE 10+ */
    letter-spacing: 1px;
    font-weight: 200;
}

.pivot_search_input-moz-placeholder {
    /* Firefox 18- */
    letter-spacing: 1px;
    font-weight: 200;
}

.pivot_search_input:focus {
    outline: none;
    border: 1px solid #bbb
}

.font_main .col-sm-4 h3 {
    color: #0274be;
    letter-spacing: 1pt;
    font-size: 22px;
    font-weight: 400;
}

.btn-icon {
    margin-right: 8px;
    color: #fff;
    background: #0274be;
    font-size: 18px;
    padding: 9px 9px;
    text-align: center;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: inline-block;
}

.list-post li .media-heading a {
    color: #444;
    text-decoration: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.list-post li .media-heading a:hover {
    color: #0274be;
}

.list-post li .media-body>p {
    margin-bottom: 0px;
}

.list-post li .media-body>p small {
    color: #999;
    font-style: italic;
}

.list-post li {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.list-post li:last-child {
    border-bottom: none;
}

.aside .list-post li .media-heading a {
    font-size: 16px;
}

.aside .list-post li {
    margin-bottom: 10px;
}

.aside .list-post li .media-body>p {
    margin-bottom: 0px;
}

.gfield_visibility_hidden {
    display: none !important;
}


/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    max-width: 100%;
    width: 100%;
}

.custom-pagination span,
.custom-pagination a {
    line-height: 1;
}

.custom-pagination a {
    height: 32px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-right: none;
    color: #ff3c50;
}

.custom-pagination a:hover {
    background-color: #f1f1f1;
    color: #333;
}

.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
}

.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
    height: 32px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-right: none;
}

.custom-pagination span.current {
    height: 32px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-right: none;
    color: #000;
}

.custom-pagination .next.page-numbers {
    border-right: 1px solid #ddd;
}

.custom-pagination .page-numbers:last-child {
    border-right: 1px solid #ddd;
}

/*** DateTime Picker Restyle ***/

#ui-datepicker-div {
    background: #fff;
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

#ui-datepicker-div .ui-datepicker-calendar td {
    font-size: 12px;
    text-align: center;
    padding: 5px 5px;
    border: 1px solid #ddd;
}

#ui-datepicker-div .ui-datepicker-calendar th {
    font-size: 12px;
    text-align: center;
    padding: 5px 5px;
    border: 1px solid #ddd;
}

#ui-datepicker-div .ui-datepicker-header {
    margin-bottom: 5px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    float: left;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    float: right;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    clear: both;
    display: block;
}

.gfield_description {
    margin-top: 5px !important;
    padding: 5px 0px 2px 0px !important;
    font-weight: 600;
    color: #777;
}

.gf_field_hidden {
    display: none !important;
}

.gf_single_btn_form .gform_body ul.gform_fields {
    margin: 0px;
}

.gf_single_btn_form .gform_footer input.gform_button {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    margin: 0px;
    text-transform: capitalize;
}

.searchandfilter ul {
    margin: 0px;
    padding: 0px;
}

.searchandfilter input[type=text] {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    height: 32px;
    transition: 1s all;
}

.searchandfilter input[type=text]:focus {
    outline: none;
    border-bottom-color: #0274be;
}

.searchandfilter input[type=submit] {
    color: #fff;
    background-color: #0274be;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border: none;
}

.send_login_info_wrap {
    float: right;
}

.send_login_info_wrap .gform_body {
    display: none;
}

.send_login_info_wrap .gform_footer input.gform_button {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    margin: 0px;
    text-transform: capitalize;
}

#pagination {
    height: 38px;
    margin: 10px 0px;
}

#pagination .pages {
    display: inline-block;
    height: 32px;
    margin-right: 16px;
}

.page-numbers li {
    list-style-type: none;
    display: inline-block;
    margin-left: -5px;
}

.page-numbers li>a,
.page-numbers li>span {
    height: 32px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-right: none;
}

.page-numbers li>a:last-child,
.page-numbers li>span:last-child {
    border-right: 1px solid #ddd;
}

/******************************/
/***      BUTTON GROUP      ***/
/******************************/
.buttonGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttonGroup .gform_wrapper {
    margin: 0px;
}

.buttonGroup .gform_wrapper .gform_footer {
    margin: 0px;
    padding: 0px;
}

.buttonGroup .gform_wrapper .gform_footer input.button {
    margin: 0px;
}

.button-block .gform_wrapper .gform_footer {
    margin: 0px;
    padding: 0px;
}

.button-block .gform_wrapper .gform_footer input.button {
    margin: 0px;
    width: 100%;
}

.modal-reserve {
    padding: 36px 30px 36px 46px !important;
}

.modal-reserve .gform_wrapper {
    margin: 0px;
    padding: 0px;
}

.gform_wrapper ul.gform_fields li.gfield.transactionReference {
    display: none;
}

.modal-reserve .gform_wrapper .gform_footer {
    padding-right: 16px;
}

.modal-reserve .gform_wrapper .gform_footer input.button,
.modal-reserve .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    margin: 0px;
}

.package_search {
    padding: 24px 0px;
    display: flex;
    justify-content: flex-start;
}

.package_search .is-form-style {
    display: flex;
}

.package_search>.is-search-form>label {
    height: 36px;
    transition: 1s all;
    min-width: 300px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.package_search>.is-search-form>label>input[type=text].is-search-input {
    border: none;
    height: 32px;
    padding: 4px 6px;
    font-size: 16px;
    width: 100%;
    background-color: transparent;
}

.package_search>.is-search-form>.is-search-submit {
    color: #fff;
    background-color: #0274be;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    height: 32px;
    border: none;
}

.warning-block {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    display: inline-block;
}


.agentToolbar {
    background: #f5f5f5;
    padding: 20px 0;
    margin-bottom: 20px;
}

.agentToolbar h3 {
    margin: 0px;
}

.agentToolbar__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Pivot Package */

.pivot_package {
    font-family: "Nunito", Sans-serif;
    -webkit-font-smoothing: antialiased;
}

.pivot_package .pivot_package-titlebar {
    color: #fff;
    font-size: 24px;
    padding: 12px 30px;
    display: flex;
    flex-direction: column;
    width: auto;
    font-weight: 600;
    line-height: 1.2;
    margin: 45px 0px 16px 0px;
}

.pivot_package .pivot_package-overview {
    color: #666;
    padding-left: 30px;
}

.pivot_package .pivot_package-overview h2 {
    font-weight: 600;
    font-size: 18px;
}

.pivot_package .pivot_package-overview .list-property-icon {
    border-top: none;
    padding-bottom: 16px;
    padding-top: 16px;
    display: flex;
    margin: 0px;
}

.pivot_package .pivot_package-overview .list-property-icon>li {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 600;
}

.pivot_package .pivot_package-overview .list-property-icon>li .icon {
    width: 24px;
    height: 24px;
    margin-left: 4px;
}


.overview-block {
    display: block;
    padding: 12px 0px;
    border-top: 2px solid #666;
    font-size: 14px;
}

.overview-block>.overview-row {
    display: flex;
    justify-content: space-between;
    margin: 4px 0px;
}

.inclusion-block {
    font-size: 16px;
    color: #666;
}

.inclusion-block .inclusion-title {
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.inclusion-block .inclusion-item {
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 2px;
}

.pivot-inclusions hr {
    border-top: 2px solid #666;
}

.adminToolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adminToolbar .dropdown-menu {
    min-width: 200px;
}

.adminToolbar .dropdown-menu li.name {
    cursor: pointer;
}


.page-loader {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
    color: #fff;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-loader svg {
    width: 180px;
    height: 180px;
    margin: 20px;
    display: inline-block;
}

.page-loader .page-loader-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.estate_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 34px;
    text-align: center;
    padding: 20px 0px;
}

.estate_logo {
    height: auto;
    max-width: 140px;
    margin: auto;
}


/**** Oreana new styles ***/
@media (min-width: 769px) {
    .wrap {
        padding-top: 0;
        background-color: #f5f5f5;
    }

    .container-fluid {
        background-color: #fff;
    }

    .oreana-portal-header {
        max-height: 126px;
        height: 126px;
        background-color: transparent;
        background-image: linear-gradient(170deg, #000000E8 0%, #FFFFFF 58%);
        width: 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        display: block;
        z-index: 8;
        position: relative;
        border-bottom: 2px solid #0274be;

    }

    .header-overlay {
        background-color: #fff;
        opacity: 1;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    .oreana-portal-header>.inner-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .oreana-portal-header .logo {
        max-width: 300px;
        height: 105px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .oreana-portal-header .logo>img {
        width: 100%;
    }

    .oreana-portal-header .navigation-container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .oreana-portal-header .btn-logout {
        background: #0274be;
        color: #fff;
        line-height: 40px;
        height: 40px;
        text-transform: uppercase;
        font-size: 16px;
        padding: 0px 10px;
        display: block;
        border: 0;
        margin-left: 12px;
    }


    /* Global */
    .navbar {
        min-height: 40px;
        border-radius: 0;
        z-index: 70;
        margin-bottom: 0px;
    }

    .navbar a {
        text-decoration: none;
        transition: all 0.2s ease;
    }

    /* First Level */
    .navbar-nav>li {
        border: none;
    }

    .navbar-nav>li>a {
        padding: 0px 20px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-transform: uppercase;
        color: #000;
        outline: none;
        font-weight: normal;
        margin: 0 5px 0px 0px;
    }

    .navbar-nav>li.active>a {
        background: #faf8f5;
        color: #0274be;
        font-weight: normal;
        text-decoration: none;
        border-color: #fff;
    }

    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus {
        background: #faf8f5;
        color: #000;
        font-weight: normal;
        text-decoration: none;
        border-color: #fff;
    }

    /* Second Level */
    .navbar-nav ul.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        margin: 0;
        list-style: none;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
        width: 240px;
    }

    /* No need to change anything */
    .navbar-nav ul.sub-menu li {
        position: relative;
        float: left;
        width: 100%;
        max-width: 240px;
        background: #eee;
        text-align: center;
        border-top: 1px solid #fff;
    }

    /* Edit width, background and borders */
    .navbar-nav ul.sub-menu li a {
        display: block;
        padding: 10px 15px;
        background: transparent;
        text-align: left;
        color: #666666;
    }

    /* Edit padding, background and color */
    .navbar-nav ul.sub-menu li a:hover {
        background: #ddd;
        color: #0274be;
    }

    /* Edit hover background and color */
    .navbar-nav li:hover>ul.sub-menu {
        display: block;
    }

    /* What makes it display */
    /* --- HEADER --- */
    .quickcontact {
        text-align: right;
    }

    /* --- FOOTER --- */
    .site-c#0274beits {
        text-align: right;
    }

}

.single-packge-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
}

.package-container {
    display: flex;
    justify-content: space-between;
}


.oreana-option-sidebar {
    padding: 16px;
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
}


.carousel-caption-pacakge .overview-block {
    border-top: 1px solid rgb(102, 102, 102);
}

.carousel-caption-pacakge .overview-row-label,
.carousel-caption-pacakge .overview-row-data {
    font-size: 18px;
}

.carousel-caption-pacakge .pivot_package-overview {
    margin: 30px 0px;
}

.carousel-caption-pacakge .incentive-slide {
    margin-bottom: 26px;
    padding: 8px 6px;
    color: #fff;
    background-color: #0274be;
    text-transform: uppercase;
    text-align: center;
}

/** 2021 Package Style ***/
.ndisLogo {
    width: 80px;
    height: 80px;
    background-size: 175%;
    display: block;
    position: absolute;
    z-index: 10;
    background-position: center;
    top: 10px;
    right: 10px;
}

.package_highlight {
    color: #fff;
    position: absolute;
    top: 390px;
    z-index: 1;
    width: 100%;
    right: 0;
    display: flex;
    font-size: 16pt;
    line-height: normal;
    font-weight: 600;
    width: 100%;
    font-family: 'DM Serif Display', serif;
    flex-direction: column;
    background: #151d2a;
    left: auto;
    padding: 10px 24px;
    text-align: right;
}

.package_highlight>.subline {
    font-size: 11pt;
    font-family: 'Lora', serif;
    color: #eee;
}

.package_address {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 1;
    width: 100%;
    margin-top: 0px;
    font-family: 'Lato', sans-serif;
    position: absolute;
    z-index: 9;
    padding: 16px 24px;
    background: #151d2a;
}

.package_address>label {
    font-weight: 700;
    margin-right: 4px;
}

.package_price {
    z-index: 4;
    position: absolute;
    font-size: 22pt;
    color: #fff;
    left: 30px;
    top: 393px;
    width: 400px;
    font-weight: 500;
    font-family: 'DM Serif Display', serif;
}

.package_overview {
    position: absolute;
    top: 555px;
    left: 30px;
    z-index: 9;
    font-size: 16px;
    width: 270px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.package_overview .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 6px;
}

.package_overview .house-option {
    display: flex;
    justify-content: center;
    align-items: center;
}

.package_overview .bedroom-icon {
    background-image: url('library/icons/template-icons/bedroom.png');
}

.package_overview .living-icon {
    background-image: url('library/icons/template-icons/living.png');
}

.package_overview .bathroom-icon {
    background-image: url('library/icons/template-icons/bathroom.png');
}

.package_overview .garage-icon {
    background-image: url('library/icons/template-icons/garage.png');
}

.package_overview .no-study {
    position: absolute;
    left: 199px;
    width: 38px;
    height: 32px;
    background-color: #fff;
    top: -5px;
}

.package_overview .study-icon {
    background-image: url('library/icons/template-icons/study.png');
}

.lot-list {
    position: absolute;
    top: 585px;
    left: 30px;
    width: 315px;
    display: flex;
    flex-direction: column;
    z-index: 3;
    font-family: 'Lato', sans-serif;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0px 0px;
    padding: 6px 0px;
}

.lot-list>.list-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    z-index: 3;
    color: #000;
}

.contract_list {
    position: absolute;
    top: 470px;
    left: 30px;
    width: 315px;
    display: flex;
    flex-direction: column;
    z-index: 3;
    font-family: 'Lato', sans-serif;
}

.contract_list>.list-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    z-index: 3;
    color: #000;
}

.package_label {
    font-weight: 600;
}

.package_info {
    font-weight: 400;
}

.package_label--small,
.package_info--small {
    font-weight: 400;
}

.package_landWidth {
    position: absolute;
    top: 650px;
    right: 64px;
    z-index: 9;
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.package_landLength {
    position: absolute;
    top: 667px;
    right: 64px;
    z-index: 9;
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.package_esttitle {
    position: absolute;
    top: 699px;
    right: 0;
    z-index: 9;
    font-weight: 400;
    text-align: right;
    line-height: 1.1;
    max-width: 80px;
    left: 165px !important;
}

.package_floorplan {
    width: 430px;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 458px;
    height: 611px;
    right: 0;
}

.package_floorplan .floorplan-image {
    width: auto;
    max-width: 445px;
    max-height: 550px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/** Styles for none NDIS package **/


.incentive_wrapper {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    margin-top: -6px;
}


page {
    background-color: white;
    display: block;
    margin: 0 auto;
    position: relative;
}

page.image {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100%;
}

page .package_feature_image {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    right: 0%;
    z-index: 1;
    height: 480px;
    background-position-x: center;
    background-position-y: bottom;
    background-size: 100%;
}

page .oval {
    /*
		width: 395px;
		height: 181px;
		background: rgba(255,255,255,1);
		border-radius: 0% 100% 60% 33% / 100% 100% 0% 0%;
		position: absolute;
		left: -30px;
		z-index: 3;
		top: 340px;
		box-shadow: 13px -5px 11px rgba(0,0,0,0.23); */
    display: none;
}

page .oval-under {
    /*
		width: 520px;
		height: 190px;
		background: #eee;
		border-radius: 0% 100% 60% 33% / 100% 100% 0% 0%;
		position: absolute;
		z-index: 2;
		top: 340px;
		left: -30px;
        */
    display: none;
}

page .bottom-background {
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 660px;
    z-index: 3;
}

page .image_top {
    position: absolute;
    z-index: 4;
}

page .inclusion_image {
    position: absolute;
    z-index: 4;
    background-repeat: repeat;
    background-size: cover;
    height: 483px;
    width: 100%;
    background-position: center;
}

page[size="A4"] {
    /* width: 21cm;
		height: 29.687cm; */
    width: 794px;
    height: 1117px;
    max-width: 794px;
    max-height: 1117px;
    overflow: hidden;
}

.heading-region {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 48px;
    text-align: center;
    padding: 12px;
    background: #faf8f5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #0274be
}

.psa-label {
    font-size: 14px;
    display: inline-flex;
    padding: 4px 16px;
    height: 32px;
    align-items: center;
    color: #666;
    background: #eee;
}

.filterDiv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flyer_template_block {
    width: 315px;
    height: 310px;
    position: absolute;
    top: 660px;
    left: 30px;
    z-index: 4;
    font-family: 'Lora', serif;
}

.flyer_template_block .slogan {
    color: #61C4D8;
    font-weight: 600;
    padding: 0px 0px;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 6px;
}

.flyer_template_block .inclusions {
    font-size: 12px;
}

.flyer_template_block .inclusions ul {
    padding-left: 16px;
}

.flyer_template_block .inclusions ul li {

    font-weight: 400;
}

.flyer_template_block .disclaimer {
    font-size: 9.5px;
    line-height: 1;
    padding-left: 18px;
    font-weight: 200;
}

.disclaimer {
    position: absolute;
    bottom: -3px;
    z-index: 9;
    font-size: 9px;
    font-weight: 200;
    padding: 12px 25px;
    line-height: 1.2;
    font-family: 'Lora', serif;
    width: 500px;
    color: #222;
}


/* Oreana Package */
.oreana_home_package {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    font-family: "Noto Serif", serif;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}

.oreana_home_package .address {
    position: relative;
    color: #444;
    font-size: 16px;
}

.oreana_home_package .facade {
    width: 100%;
    height: 420px;
    background-position-x: center;
    background-position-y: bottom;
    background-size: 101%;
    position: relative;
}

.oreana_home_package .facade>.drop-flag {
    background-image: url('library/icons/oreana_home-icons/top-drop-flag.png');
    width: 60px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: 2;
}
.oreana_home_package .facade>.flyer-logo {
    width: 144px;
    height: 90px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}


.oreana_home_package .facade>.energy-stars {
    background-image: url('library/icons/oreana_home-icons/energy-stars.png');
    width: 88px;
    height: 79px;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
    right: 25px;
    z-index: 2;
}

.oreana_home_package .content {
    background-color: #fff;
    color: #222;
    padding: 15px 30px 0px 30px;
    max-height: 640px;
}

.oreana_home_package .content>.title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}

.oreana_home_package .content>.facade-title {
    font-size: 12px;
    line-height: 1.6;
}

.oreana_home_package .content>.address,
.oreana_home_package .content>.landsize,
.oreana_home_package .content>.title-details,
.oreana_home_package .content>.land-contract,
.oreana_home_package .content>.house-contract,
.oreana_home_package .content>.estate {
    font-size: 11px;
    line-height: 1.4;
}

.oreana_home_package .content>.package_overview {
    position: relative;
    top: auto;
    left: auto;
    width: 250px;
    margin-bottom: 12px;
}

.oreana_home_package .content>.package_overview .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 4px;
}

.oreana_home_package .content>.package_overview>.house-option {
    font-weight: 600;
}

.oreana_home_package .content>.package_overview>.house-option .bedroom-icon {
    background-image: url('library/icons/oreana_home-icons/bedroom.png');
}

.oreana_home_package .content>.package_overview>.house-option .living-icon {
    background-image: url('library/icons/oreana_home-icons/living.png');
}

.oreana_home_package .content>.package_overview>.house-option .bathroom-icon {
    background-image: url('library/icons/oreana_home-icons/bathroom.png');
}

.oreana_home_package .content>.package_overview>.house-option .garage-icon {
    background-image: url('library/icons/oreana_home-icons/garage.png');
}

.oreana_home_package .content>.price {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 6px;
}

.oreana_home_package .static-text {
    font-size: 12px;
    font-weight: 900;
    margin: 6px 0px;
}

.oreana_home_package .brochure-footer {
    width: 100%;
    background-color: #d7d7d7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0px 25px;
}

.oreana_home_package .brochure-footer .disclaimer-text {
    font-size: 9px;
    font-weight: 300;
    padding: 0px;
    line-height: 1.2;
    width: 450px;
    color: #000;
}

.oreana_home_package .brochure-footer .footer-logo-icon {
    background-image: url('library/icons/oreana_home-icons/page-one-footer-icon.png');
    width: 200px;
    height: 36px;
    background-size: 100%;
}

.oreana_home_package .seperator {
    width: 280px;
    height: 1px;
    display: block;
    border-top: 1px solid #000;
    margin: 6px 0px;
}

.oreana_home_package .content .size-line {
    display: flex;
    justify-content: space-between;
    width: 280px;
    font-size: 11px;
}

.oreana_home_package .content .turnkey-title {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
}

.oreana_home_package .content .turnkey {
    width: 320px;
}

.oreana_home_package .content .turnkey>.inclusions {
    font-size: 11px;
}

.oreana_home_package .static-content {
    margin-left: 13px;
    border-left: 14px solid #ff9d1c;
    padding-left: 5px;
}

.oreana_home_package .page-title {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 4px;
}

.oreana_home_package .spcification-content {
    column-count: 3;
    padding-right: 16px;
}

.oreana_home_package .spcification-content>.section {
    font-size: 9px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.oreana_home_package .spcification-content>.section>h2 {
    font-size: 10px;
    line-height: 1.6;
    border-bottom: 1px solid #000;
    margin: 6px 0px 6px 0px;
}

.oreana_home_package .spcification-content>.section>ul {
    padding-left: 20px;
    margin-bottom: 8px;
}

.oreana_home_package .static-content>.footer-content {
    width: calc(100% + 6px);
    background-color: #d7d7d7;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 90px;
    padding: 0px 40px 0px 10px;
    margin-left: -6px;
    margin-top: 8px;
}

.oreana_home_package .static-content>.footer-content>.disclaimer-text {
    font-size: 9px;
    font-weight: 300;
    padding: 0px;
    line-height: 1.2;
    width: 100%;
    color: #000;
}

.oreana_home_package .static-content>.footer-content>.footer-logo {
    background-image: url('library/icons/oreana_home-icons/page-one-footer-icon.png');
    width: 106px;
    height: 32px;
    background-size: 200px;
    background-position-x: 0px;
    margin-bottom: 4px;
}