/* ============================
    Reset
============================ */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: bold;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
script {
    display: none !important;
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
/* ============================
    Main
============================ */
html {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    overflow: initial !important;
}
.box-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.box-container {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    position: relative;
    margin: 0;
}
.main-wrapper {
    position: relative;
    width: 100%;
}
.section-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding: 25px;
    text-align: justify;
}
.main-container .row-content {
    height: 100%;
}
.page-wrapper {
    display: table-row;
    width: 100%;
    height: 100%;
}
#contactUs {
    width: 100% !important;
    padding: 0;
}
#contactUs select {
    height: 38px;
}
.hide {
    display: none;
}
/* ============================
    Pages
============================ */
.page .section-container h4 {
    color: #7a5200;
    margin-bottom: 20px;
}
/* ============================
    Login
============================ */
#login {
    padding: 2em;
    margin: 0;
    margin-bottom: -10px!important;
    background-color: #bebebe;
}
#login .card-header {
    background-color: #5bcfe5;
}
#login .input-group-prepend,
#login .input-group-append,
#register .input-group-prepend,
#register .input-group-append {
    font-size: 1em;
    width: 38px;
    height: 38px !important;
    line-height: 38px !important;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #c8c8c8;
}
#login .input-group-prepend .fa {
    border-radius: 3px 0 0 3px;
}
#login .input-group-append .fa {
    border-radius: 0 3px 3px 0;
}
#login label {
    font-weight: bold;
    color: #003;
}
/* ============================
    Nav Top
============================ */
.menu-wrapper {
    font-size: 1.05em;
}
.nav-top {
    height: 90px;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: #3a3a3a 1px 1px 3px;
}
.nav-top .nav-link {
    color: #806E45FF;
    font-weight: 500;
    font-size: 1.2em;
}
.nav-top .nav-link.show,
.nav-top .nav-link:active,
.nav-top .nav-link:hover {
    color: #b09861;
}
.nav-brand {
    color: #ffffff;
    min-width: 10%;
    max-width: 35%;
    text-align: center;
    text-decoration: none;
}
a:hover.nav-brand  {
    color: #ffbc66;
}
.theme-icon {
    font-size: 1.2rem;
    cursor: pointer;
    color: #ffffff;
}
.dropdown-menu-dark {
    background-color: #343a40;
    color: #ffffff;
}
/* ============================
    Search Bar
============================ */
#searchBar {
    top: 80%;
    width: 100%;
    padding: 10px 15%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}
#searchBar .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
#searchBar .property-type,
#searchBar .search-keys {
    display: flex;
    height: 38px;
    line-height: inherit;
    min-width: 150px;
    border-radius: 0.25rem;
}
#searchBar .search-btn {
    flex-shrink: 0;
}
/* ============================
    Image Slider
============================ */
.slider-search {
    margin: 90px 0 0 0;
    padding: 0;
}
#imageSlider {
    width: 100%;
    height: 100%;
}
#imageSlider .carousel-indicators {
    position: absolute;
    top: 90%;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
#imageSlider .carousel-caption {
    position: absolute;
    top: 95%;
    align-items: center;
    height: 35px;
    max-width: 20%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.5em;
    color: #ffd400;
    text-align: center;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}
#imageSlider .carousel-controls button:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
/* ============================
    Feature Box | One Property
============================ */
#home #featureRows {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 15px 0 0;
}
#home #featureRows .row {
    justify-content: space-between;
}
#featureBox {
    display: flex;
    flex-direction: column;
    width: 450px;
    height: 450px;
    margin: 20px auto;
    padding: 0;
    border-radius: 0.25rem;
    box-shadow: #888888 1px 1px 10px;
    background-color: #f9f9f9;
    overflow: hidden;
}
/* img-container */
#featureBox .img-container {
    position: relative;
    height: 250px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#featureBox .img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0.25rem 0.25rem 0 0;
}
#featureBox .img-container .status,
#featureBox .img-container .type {
    font-size: 0.8em;
    margin: 0;
    padding: 5px 10px;
    font-weight: normal;
    text-align: center;
    text-size-adjust: 100%;
    box-sizing: border-box;
    border-radius: 0.25rem;
    z-index: 10;
}
#featureBox .img-container .status {
    top: 2.5%;
    right: 2.5%;
    color: #fff;
    text-shadow: #100000 1px 1px 1px;
    text-transform: uppercase;
    background-color: rgba(11, 72, 107, 0.68);
}
#featureBox .img-container .type {
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.68);
}
/* detail-container */
#featureBox .detail-container {
    display: flex;
    flex-direction: column;
    flex: 0 0 45%; /* 200px out of 450px */
    padding: 10px 15px;
    justify-content: center;
    align-items: flex-start;
    background: #f9f9f9;
}
#featureBox .detail-container a {
    text-decoration: none;
}
#featureBox .detail-container .title {
    margin: 0;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
#featureBox .detail-container .t1 {
    color: #000;
    font-size: 1em;
    padding: 0 5px 5px 0;
    font-weight: 500;
}
#featureBox .detail-container .t2 {
    color: #001c38;
    font-size: .9em;
    padding: 3px 5px 10px 0;
    font-weight: 500;
}
#featureBox .detail-container .sizes {
    padding: 0 0 10px 0;
    width: 100%;
}
#featureBox .detail-container .d-info {
    display: inline-flex;
    justify-content: center;
    max-width: 22%;
    min-width: 18%;
    font-size: .8em;
    font-weight: 500;
    color: #505050;
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    padding-right: 5px;
}
#featureBox .detail-container .d-info:last-child {
    border:0;
}
#featureBox .detail-container ul,
#featureBox .detail-container .d-info ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
#featureBox .detail-container .d-info li {
    text-align: left;
    margin: 0;
    padding: 2px 0 0 0;
}
#featureBox .detail-container .d-info .svg-inline--fa {
    font-size: 1.3em;
    color: #0c0c0c;
}
#featureBox .detail-container .d-info .d-value {
    font-size: 1.2em;
}
#featureBox .detail-container .d-info .d-label {
    font-size: .9em;
    text-transform: uppercase;
}
#featureBox .detail-container .content-footer {
    margin: 0;
    width: 100%;
}
#featureBox .detail-container .price-wrap {
    font-size: 1.1em;
    font-weight: 500;
    padding: 3px 5px;
    margin-right: 40px;
    border-radius: 3px;
    background-color: #b89f6385;
}
#featureBox .detail-container .price-amount {
    font-size: 1.5rem;
    padding: 3px 5px;
    margin-right: 5px;
    border-radius: 3px;
    color: #806E45FF;
}
#featureBox .detail-container .symbol {
    display: inline !important;
}
#featureBox .btn-wishlist {
    float: right;
    color: #000000;
    margin: 7px 20px 0 0;
    padding: 0;
    border: 0!important;
}
#featureBox .btn-wishlist .active {
    color: #008000;
}
/* ============================
    Footer
============================ */
#websiteFooter {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 1em;
    color: #ba8e6a;
    background-color: #031217;
    border-top: 5px solid #ba8e6a;
}
#websiteFooter ul {
    list-style: none;
    text-align: center;
    line-height: 2em;
}
#websiteFooter a {
    text-decoration: none;
    color: #ba8e6a;
}
#websiteFooter hr {
    color: #ba8e6a;
}
#linksFooter h5 {
    color: #fff;
    font-size: 1.2em;
}
#socialFooter svg {
    margin-right: 5px;
}
#linksFooter ul {
    font-size: 0.9em;
    text-transform: uppercase;
    margin-left: 100px;
    justify-content: left;
    line-height: .85em;
    text-align: left;
}
#linksFooter li:hover {
    text-decoration: underline;
}
#aboutFooter p {
    text-align: justify;
}
/* ============================
    Search Panel
============================ */
#searchPanel {
    margin: 0;
    padding: 35px 40px 25px 50px;
    background-color: #fafafa;
}
#searchPanel h4 {
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#searchPanel #featuresSection label,
#searchPanel #viewsSection label {
    font-size: 0.9em;
    font-weight: 600;
}
/* ============================
    Slider Range
============================ */
.slider-container {
    width: 100%;
    margin: 0 auto 35px;
    text-align: center;
    font-size: .8em;
}
.slider-row {
    width: 100%;
    height: 18px;
    display: flex;
    font-weight: 500;
    color: #142141;
    justify-content: space-between;
}
.slider-title {
    margin-bottom: 10px;
    min-height: 20px;
    width: 250px;
    text-align: center;
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow:none !important;
    border: none !important;
    background-color: transparent;
}
.slider-custom {
    margin-top: 8px;
    position: relative;
}
.ui-slider-horizontal {
    height: 6px;
    background-color: #e7e7e7;
    border-radius: 5px;
    position: relative;
    border: none!important;
}
.ui-slider-range {
    background-color: #12588a;
}
/*noinspection ALL*/
.ui-slider-handle {
    width: 1.1em !important;
    height: 1.1em !important;
    background-color: #aed6ff;
    border-radius: 3px;
    position: absolute;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-slider-handle.active {
    background-color: #003d66;
}
.ui-slider-handle::after {
    content: " | | ";
    font-size: 12px;
    color: #d5d5d5;
    padding-bottom: 1px;
}
/* ============================
    Keywords
============================ */
.group-keyword .search-icon {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
}
.group-keyword #keywords {
    padding-left: 1.75rem;
    color: #0000ff;
    font-weight: 500;
}
/* ============================
    LocationPanel
============================ */
#locationPanel {
    position: relative;
    width: 100%;
}
#lISTINGPanel {
    position: relative;
    width: 100%;
}
#searchPanel .select2 {
    font-size: .7em;
    line-height: .6em;
    width: 100%;
}
#searchPanel .select2-selection__placeholder {
    color: #2c0000 !important;
}
#searchPanel .select2-selection__clear {
    color: #5a0001 !important;
}
#searchPanel .select2-selection--single {
    color: #333;
    font-size: 1.3em;
    background-color: #f0f5ff;
}
#searchPanel .select2-selection__rendered {
    color: #0000ff;
    line-height: 1.1em;
}
#searchPanel .select2-results__option {
    color: #333;
    font-size: 1.3em;
    background-color: #fff;
}
#searchPanel .select2-results__message {
    font-size: .7em!important;
}
#searchPanel .select2-results__option--highlighted {
    color: #000;
    background-color: #cce7ff;
}
/* ============================
    Search Page
============================ */
#searchPage {
    background-color: rgb(24, 40, 25);
}
/* ============================
    Search Results
============================ */
#searchResults {
    margin: 0;
    padding: 15px 10px;
}
#searchResults .section-container {
    padding: 5px 10px;
}
#searchResults #featureRows .row {
    justify-content: flex-start;
}
#searchResults #featureBox {
    box-shadow: #000000 1px 1px 10px;
    transform: translate3d(0px, 0px, 0px);
    margin: 10px 0 20px .75rem;
}
#searchResults h3 {
    color: #7a5200;
}
#searchResults .t3 {
    font-size: 1.5em;
    color: #f8d48b;
    padding: 0 10px;
    font-weight: 500;
}
#searchResults h4,
#searchPage h4 {
    font-size: 1em;
    color: #7a5200;
    margin-bottom: 20px;
}
#searchResults h5 {
    margin: 0;
    padding: 15px 15px;
    color: #fff;
}
#searchResults h5 span {
    color: #f8d48b;
}
/* ============================
    Property Details
============================ */
#propertyDetails {
    margin: 65px auto;
    padding: 0;
}
#propertyDetails .row {
    margin: 0;
    padding: 0;
}
#propertyDetails .rd-box {
    width: 100%;
    height: auto;
    margin: 15px auto;
    padding: 0;
    border-radius: 0.5rem;
    border: 1px solid #c9c9c9;
    box-shadow: #ececec 1px 1px 1px;
    background-color: #fff;
    overflow: hidden;
}
#propertyDetails .line {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    justify-content: space-evenly;
    text-align: center;
    min-height: 2.75rem;
    line-height: 2.75rem;
    font-size: 1.125rem;
    font-weight: 600;
    width: 100% !important;
}
#propertyDetails .line2 {
    font-size: 1.3em;
    color: #800800;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;

}
#propertyDetails .line1,
#propertyDetails .line3 {
    background-color: #f1f1f1;
}
#propertyDetails .line4 .label {
    width: 22%;
    text-align: right;
    color: #000033;
}
#propertyDetails .line4 .text {
    width: 26%;
    text-align: left;
    padding-left: 5px;
    color: #880000;
}
#propertyDetails #expenses .line4 .label,
#propertyDetails #expenses .line4 .text {
    width: 49.5%;
}
#propertyDetails .aspects-head {
    color: #000033;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 0.375em;
    margin-bottom: 10px;
}
#propertyDetails #videoImage {
    border: 1px solid #c9c9c9;
}
#propertyDetails .para {
    padding: 15px;
    font-size: 1.1em;
    text-align: justify;
}
#propertyDetails .description .slogan {
    padding: 10px 0 0 15px;
    font-size: 1em;
    color: #880000;
    font-weight: bold;
}
#propertyDetails .description .hr1 {
    width: 98%;
    margin: 10px auto !important;
}
#propertyDetails #flagIcon {
    margin-left: 15px !important;
}
#propertyDetails .list ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    font-size: .98em;
    font-weight: 500;
}
#propertyDetails .list li {
    min-width: 16%;
}
#propertyDetails #amenities li {
    font-size: .95em;
}
#propertyDetails #energy .image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 15px;
}
#propertyDetails #energy .background-image {
    width: 400px;
    height: auto;
    display: block;
}
#propertyDetails #energy .overlay-text1,
#propertyDetails #energy .overlay-text2 {
    position: absolute;
    top: 63%;
    left: 36%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
}
#propertyDetails #energy .overlay-text1 {
    color: #004916;
    left: 35%;
}
#propertyDetails #energy .overlay-text2 {
    color: #7c0000;
    left: 52%;
}
#propertyDetails #contactDetails .lbl-cnt {
    font-weight: 500;
}
#propertyDetails #contactDetails .lbl-cnt span {
    display: inline-flex;
    font-weight: 600;
    color: #7c0000;
    min-width: 90px;
    line-height: 1.75;
    justify-content: right;
    padding-right: 5px;
}
#propertyDetails #contactDetails a {
    font-weight: 500;
    text-decoration: none;
    color: inherit;
}
#propertyDetails #contactDetails a:hover {
    color: #5a0001;
    text-decoration: underline;
}
/* ============================
    Slider Large
============================ */
#sliderLarge #master img {
    margin: 0 0 3px 0;
    padding: 0;
    width: 100%;
    height: 800px;
}
/* ============================
    @Media Screens
============================ */
@media screen and (max-width: 1879px) { /* 1800-1879 */
    #featureBox {
        width: 400px;
        height: 400px;
    }
    #featureBox .img-container {
        height: 200px;
    }
}

@media screen and (max-width: 1799px) { /* 1650-1799 */
    #imageSlider .carousel-caption {
        height: 33px;
        top:93%;
    }
    #searchPanel {
        padding: 35px 30px 25px 30px;
    }
}

@media screen and (max-width: 1649px) { /* 1280-1649 */
    #searchPanel {
        padding: 35px 15px 25px 20px;
    }
    #searchPanel {
        padding: 35px 15px 25px 20px;
    }
    #searchPanel #featurePanel,
    #searchPanel #viewPanel {
       font-size: .9em;
    }
    #searchResults #featureRows .row {
        justify-content: space-around;
    }
    #imageSlider .carousel-caption {
        font-size: 1.3em;
        height: 30px;
        top:94%;
    }
    /* feature box */
    #featureBox .img-container {
        height: 270px;
    }
    #featureBox {
        width: 450px;
        height: 460px;
    }
}

@media screen and (max-width: 1279px) { /* 1080-1279 */
    #navbarNav {
        font-size: .8em;
    }
    #propertyDetails .line {
        font-size: 1em;
    }
    #propertyDetails .line .c4 {
        display: none;
    }
    #imageSlider .carousel-caption {
        font-size: 1.2em;
        top:93%;
    }
    #searchPanel #featurePanel,
    #searchPanel #viewPanel {
        font-size: .8em;
    }
    /* feature box */
    #featureBox {
        width: 400px;
        height: 400px;
    }
    #featureBox .img-container {
        height: 200px;
    }
    #featureBox .status, .type {
        font-size: 0.7em;
    }
    #linksFooter ul {
        font-size: 0.85em;
    }
    #ribbon img {
        height: 50px;
    }
}

@media screen and (max-width: 1079px) { /* 992-1079 */
    .menu-wrapper {
        font-size: .8em;
    }
    #imageSlider,
    #imageSlider img {
        height: 500px;
    }
    #searchPanel #featurePanel,
    #searchPanel #viewPanel {
        font-size: 1em;
    }
    /* search slider */
    #searchBar {
        top: 75%;
    }
    #imageSlider .carousel-indicators {
        top: 88%;
    }
    #imageSlider .carousel-caption {
        top: 92%;
    }
    /* feature box */
    #featureBox {
        width: 330px;
        height: 380px;
    }
    #featureBox .img-container {
        height: 185px;
    }
    #featureBox .status,
    #featureBox .type {
        font-size: 0.5em;
    }
      #featureBox .detail-container {
        padding: 10px;
        font-size: 0.85em;
    }
    #featureBox .detail-container .price-wrap {
        margin-right: 20px;
    }
    #linksFooter ul {
        font-size: 0.8em;
        margin-left: 70px;
    }
}

@media screen and (max-width: 991px) { /* 820-991 */
    .menu-wrapper {
        font-size: .85em;
    }
    #searchPanel #featurePanel,
    #searchPanel #viewPanel {
        font-size: 1em;
    }

    /* nav-top */
    .nav-top .navbar-nav {
        padding-left: 10px;
        background-color: #0c0c0c;
        max-width: 600px;
        z-index: 900;
    }
    .nav-top .nav-link:active,
    .nav-top .nav-link:hover {
        color: #ffcc74 !important;
        background-color: #595959;
    }
    #propertyDetails .line {
        font-size: .8em;
    }
    /* search bar */
    #searchBar {
        flex-direction: column;
        align-items: stretch;
    }
    #featureBox {
        width: 375px;
        height: 400px;
    }
    #featureBox .img-container {
        height: 210px;
    }
    #featureBox .status,
    #featureBox .type {
        font-size: 0.6em;
    }
    #linksFooter ul {
        font-size: 0.75em;
        margin-left: 50px;
    }
}

@media screen and (max-width: 819px) { /* 768-819 */
     /* search bar */
    #featureBox {
        width: 450px;
        height: 400px;
    }
    #featureBox .detail-container .price-wrap {
        margin-right: 30px;
    }
    #linksFooter ul {
        font-size: 0.72em;
    }
    #propertyDetails .line {
        font-size: .75em;
    }
}

@media screen and (max-width: 767px) { /* 576-767 */
    #sliderLarge #master img {
        height: 400px;
    }
    #ribbon img {
        height: 35px;
    }
    #propertyDetails .line4 {
        font-size: .75em;
    }
    #propertyDetails .line4 .label {
        width: 18%;
    }
    #propertyDetails .line4 .text {
        width: 32%;
    }
    /* search bar */
    #searchBar {
        top: 70%;
    }
    #searchBar .search-bar {
        flex-direction: column;
        align-items: stretch;
    }
    #searchBar .search-keys {
        min-width: 400px;
        margin: 5px 0;
    }
    /* image slider */
    #imageSlider .carousel-indicators,
    #imageSlider .carousel-caption {
        display: none !important;
    }
    /* feature box */
    #featureBox {
        width: 550px;
        height: 530px;
    }
    #featureBox .img-container {
        height: 310px;
    }
    #featureBox .detail-container {
        padding-left: 25px;
        font-size: 1.1em;
        flex: 0 0 40%; /* 200px out of 450px */
    }
    #featureBox .detail-container .price-wrap {
       margin-right: 40px;
    }
    #linksFooter ul {
        font-size: 0.75em;
        margin-left: 50px;
    }
    #websiteFooter .ft1 {
        flex: 55%;
        width: 55%;
        max-width: 55%;
    }
    #websiteFooter .ft2 {
        flex: 45%;
        width: 45%;
        max-width: 45%;
    }
    #websiteFooter .ft3 {
        display: none;
    }
    #websiteFooter .copyright,
    #websiteFooter .social {
        font-size: .9em;
    }
}

@media screen and (max-width: 575px) { /* 480-575 */
    .page .section-container h4 {
        font-size: 1.2em;
    }
    #sliderLarge #master img {
        height: 300px;
    }
    #ribbon img {
        height: 30px;
    }
    #propertyDetails .line4 {
        font-size: .75em;
    }
    #propertyDetails .line4 .label {
        width: 14%;
    }
    #propertyDetails .line4 .text {
        width: 36%;
    }
    /* feature box */
    #featureBox {
        width: 450px;
        height: 400px;
    }
    #featureBox .img-container {
        height: 197px;
    }
    #featureBox .status,
    #featureBox .type {
        font-size: 0.6em;
    }
    #featureBox .detail-container {
        padding: 20px;
        font-size: 0.95em;
    }
    #featureBox .detail-container .price-wrap {
        margin-right: 20px;
    }
    #websiteFooter .ft1,
    #websiteFooter .ft2 {
        flex: 50%;
        width: 50%;
        max-width: 50%;
    }
    #websiteFooter .copyright,
    #websiteFooter .social {
        font-size: .8em;
    }
}

@media screen and (max-width: 479px) { /* 361-479 */
    .page .section-container h4 {
        font-size: .9em;
    }
    #sliderLarge #master img {
        height: 200px;
    }
    #propertyDetails .line4 {
        font-size: .7em;
    }
    #propertyDetails .line4 .label {
        width: auto;
    }
    #propertyDetails .line4 .text {
        width: auto;
    }
    /* slider */
    #imageSlider,
    #imageSlider img {
        height: 300px;
    }
    /* search bar */
    #searchBar {
        top: 150px;
    }
    #searchBar .search-keys {
        min-width: 250px;
        margin: 5px 0;
    }
    /* feature box */
    #featureBox {
        width: 350px;
        height: 380px;
    }
    #featureBox .img-container {
        height: 190px;
    }
    #featureBox .detail-container {
        padding: 10px;
        font-size: 0.95em;
    }
    #linksFooter ul {
        font-size: 0.75em;
        margin-left: 33%;
    }
    #websiteFooter .ft1,
    #websiteFooter .ft2 {
        flex: 100%;
        width: 100%;
        max-width: 100%;
    }
    #websiteFooter .copyright,
    #websiteFooter .social {
        font-size: .8em;
    }
}
/* ------------------------------------------------------------------------ */
@media screen and (max-width: 365px) { /* 355-365 Will */
    #contactUs h4,
    #aboutUs h4 {
        font-size: 1em;
    }
    /* search bar */
    .section-container {
        padding: 10px 10px 10px 15px;
    }
    /* feature box */
    #featureBox {
        width: 90%;
        height: 340px;
    }
    #featureBox .img-container {
        height: 164px;
    }
    #featureBox .detail-container {
        padding: 10px;
        font-size: 0.74em;
    }
    #featureBox .detail-container {
        padding: 10px;
    }
    #featureBox .detail-container .price-wrap {
        margin-right: 5px;
    }
    #featureBox .detail-container .d-info {
        max-width: 23%;
        min-width: 17%;
        font-size: .82em;
    }
    #linksFooter ul {
        font-size: 0.75em;
        margin-left: 30%;
    }
    #websiteFooter .social ul {
        padding-left: 0;
    }
    #searchPanel {
        padding: 35px 25px 25px 25px;
    }
    #searchResults .t3,
    #searchResults h5 {
        text-align: center;
    }
    #searchPanel #featurePanel,
    #searchPanel #viewPanel {
        font-size: 1em;
    }
    #featureBox .detail-container .sizes {
        font-size: 1.1em;
    }
    #featureBox .detail-container .price-wrap {
        margin-right: 10px;
    }
    #propertyDetails .line1 .col,
    #propertyDetails .line3 .col,
    #propertyDetails .line4 span {
        flex: 1 1 100% !important;
    }
    #propertyDetails .line1,
    #propertyDetails .line3,
    #propertyDetails .line4 {
        height: auto;
        line-height: inherit;
    }
    #propertyDetails .list li {
        min-width: 90%;
    }
    #propertyDetails #contactDetails {
        font-size: .8em;
        font-weight: 400;
    }
    #propertyDetails #contactDetails .lbl-cnt span {
        min-width: 40px;
    }
    #propertyDetails #expenses .line4 {
        font-size: .8em;
    }
}
/* ------------------------------------------------------------------------ */
@media screen and (max-width: 354px) { /* 320-354 */
    .page .section-container h4 {
        font-size: .9em;
    }
    /* feature box */
    #featureBox .detail-container .price-wrap {
        margin-right: 10px;
    }
    #featureBox .content-footer .price-amount {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 319px) { /* 0-319 */
    .page .section-container h4 {
        font-size: .9em;
    }
    /* feature box */
    #featureBox .detail-container .price-wrap {
        margin-right: 10px;
    }
    #featureBox .content-footer .price-amount {
        font-size: 1.8em;
    }
}
