html, body {
    font-size: 100%; /* now use EM everywhere else*/
    height: 100%; /* IMPORTANT */
    margin: 0px;
    font-size: 14px;
    color: #404041;
    font-family: fNormal;
    min-width: 400px;
}

html {
    display: block !IMPORTANT;
    margin: auto;
}

a:link, a:hover, a:active, a:visited, fieldset {
    list-style-type: none;
    text-decoration: none;
    border: none;
    padding: 0px;
    margin: 0px;
    color: inherit;
}

textarea {
    resize: vertical;
}


/*
    FONTS
*/
@font-face {
    font-family: fLight;
    src: url(../font/Rubik-Light.ttf);
}

@font-face {
    font-family: fNormal;
    src: url(../font/Rubik-Regular.ttf);
}

@font-face {
    font-family: fMedium;
    src: url(../font/Rubik-Medium.ttf);
}

@font-face {
    font-family: fBold;
    src: url(../font/Rubik-Bold.ttf);
}

@font-face {
    font-family: iconfont;
    src: url(../font/iconfont.ttf);
}

@font-face {
    font-family: caribbeanDream;
    src: url(../font/FREESCPT.TTF);
}



.iconfont {
    font-family: iconfont !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}





:root {
    --main-width: calc(100% - 15px);
    --main-max-width: 1250px;
    --primary-color: #E57853;
    --secondary-color: #A43A4B;
}



.light-grey-body-bg {
    background-color: rgba(0,0,0,0.01);
}

.sessionMessage {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #ccc;
    box-sizing: border-box;
    padding: 8px 10px;
    margin-bottom: 15px;
}

.sessionMessage p {
    margin: 0px;
    font-family: fMedium;
}

.sessionMessage.error {
    background-color: #dc3545;
}

.sessionMessage.success {
    background-color: #77d79a;
}
















#maintenanceModeDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0px;
}

#maintenanceModeDiv img {
    max-width: 800px;
}

#maintenanceModeDiv h1 {
    margin-top: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}






















#langBar {
    width: 40px;
    height: 80px;
    background-color: #fff;
    position: fixed;
    right: 0px;
    top: 50%;
    bottom: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    cursor: pointer;
    box-shadow: -3px 2px 5px -2px rgba(0,0,0,.3);
    z-index: 4;
}

#langBar p {
    font-size: 16px;
    color: #333;
    transform: rotate(270deg);
    user-select: none;
    margin-top: 22px;
}

#langBar img {
    height: 28px;
    width: 28px;
    /* transform: rotate(270deg); */
}

#langBar.active {
    right: 320px;
}

#langBarModal {
    display: none;
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 0px;
    background-color: #fff;
    box-shadow: -3px 2px 5px -2px rgba(0,0,0,.3);
    height: 225px;
    box-sizing: border-box;
    padding: 30px;
    width: 320px;
    z-index: 3;
}

#langBarModal.active {
    display: block;
}

#langBarModal h1 {
    margin: 0px;
    font-weight: normal;
    font-family: fMedium;
    font-size: 20px;
}

#langBarModal > ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

#langBarModal > ul li {
    margin-right: 20px;
}

#langBarModal > ul li:last-child {
    margin-right: 0px;
}

#langBarModal > ul li a {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    background: transparent;
    font-family: fNormal;
    color: #404041;
    padding: 0px;
    cursor: pointer;
}

#langBarModal > ul li a img {
    height: 40px;
    width: 40px;
}

#langBarModal > button {
    margin: auto;
    display: block;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
    padding: 8px 25px;
    font-size: 13px;
    font-family: fNormal;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
}




/*
#langBar-list {
    height: auto;
    width: auto;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    transform: rotate(270deg);
}

#langBar-list li {
    display: none;
    cursor: pointer;
    
}

#langBar-list li:first-child {
    display: block;
}

#langBar-list:hover li {
    display: block !important;
}
*/

.mainNav {
    max-width: var(--main-max-width);
    width: var(--main-width);
    margin: 0px auto;
    z-index: 2;
}

#mainNav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:  5px;
}

#mainNav-email {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

#mainNav-email li a {
    color: #ccc;
}

#mainNav-email li:first-child {
    margin-right: 15px;
}

#mainNav-email li a span {
    font-family: 'iconfont';
    font-size: 16px;
    margin-right: 5px;
}

#mainNav-social {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

#mainNav-social li a {
    font-family: 'iconfont';
    font-size: 20px;
    margin-right: 5px;
    box-sizing: border-box;
    color: #777;
}

#mainNav-social li:last-child a {
    margin-right: 0px;
}

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

.mainNav-logo {
    height: 80px;
}

.mainNav-logo img {
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
}

.mainNav-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
}

.mainNav-list > li {
    position: relative;
}

.mainNav-list > li > a {
    display: block;
    padding: 15px 22px;
    color: #fff;
    font-size: 16px;
}

.mainNav-list > li:last-child > a {
    background-color: var(--primary-color);
    border-radius: 5px;
    font-family: fMedium;
    margin-left: 10px;
}

.mainNav-list > li:hover > .mainNav-dropDown {
    display: block;
}

.mainNav-dropDown {
    list-style-type: none;
    padding: 0px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-top: 4px solid var(--primary-color);
    position: absolute;
    top: 45px;
    left: 0px;
    display: none;
}

.mainNav-dropDown li {
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.mainNav-dropDown li:hover { 
    background-color: #f5f5f5;
}

.mainNav-dropDown a {
    box-sizing: border-box;
    padding: 15px 20px;
    display: block;
}

#mobileNavModal {
    display: none;
    /* position: absolute; */
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 99;
    background-color: #333;
    overflow-y: scroll;
}

#mobileNavModal > ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    padding: 25px;
    padding-right: 100px;
}

#mobileNavModal > ul > li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    border-left: 2px solid var(--primary-color);
    box-sizing: border-box;
    background-color: #555;
    padding: 5px 10px;
}

#mobileNavModal > ul > li:last-child {
    margin-top: 30px;
    padding: 0px;
    background-color: initial;
    border: none;
}

#mobileNavModal > ul > li button {
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    background-color: unset;
    color: var(--primary-color);
    box-sizing: border-box;
    padding: 2px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: fMedium;
    letter-spacing: 1px;
}

.mobileNav-dropDown {
    padding: 0px;
    list-style-type: none;
    box-sizing: border-box;
    padding-left: 20px;
}

.mobileNav-dropDown li {
    margin-bottom: 5px;
}

.mobileMainNav {
    width: var(--main-width);
    max-width: calc(100% - 60px);
    margin: 0px auto;
    display: none;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    color: #fff;
    z-index: 2;
}

.mobileMainNav .mainNav-logo {
    height: 100%;
}

.mobileNavBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: fMedium;
    font-size: 13px;
    padding: 0px;
    border: none;
    background-color: unset;
    color: #fff;
    cursor: pointer;
}

.hamburger {
    width: 36px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.hamburger li {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 3px;
    border-radius: 1px;
}

.hamburger li:last-child {
    margin-bottom: 0px;
}

#mainHero {
    height: 200px;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainHero-banner {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../img/hero_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 72%;
    /* background-position: center -250px; remove*/
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.mainHero-banner header {
    max-width: var(--main-max-width);
    width: var(--main-width);
    margin: 0px auto;
    margin-bottom: 60px;
}

#mainHero-searchBanner header {
    margin-bottom: 10px !important;
}

.mainHero-banner header h1 {
    margin: 0px;
    color: #fff;
    font-size: 30px;
    text-shadow: 0px 0px 5px #333;
    font-weight: normal;
}



/*
STICKY NAV
*/

#stickyNav {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    box-sizing: border-box;
    padding: 10px 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}

#stickyNav .mainNav-list > li > a {
    color: #333;
}

#stickyNav .mainNav-list > li:last-child > a {
    color: #fff;
}

#stickyNav .mobileNavBtn {
    color: #333;
}

#stickyNav .hamburger li {
    background-color: #333;
}

#stickyNav .mainNav-logo img {
    padding: 5px 0px;
}
















#indexHero {
    height: 700px;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#indexHero-filter {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(192, 192, 192, 0) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 120px;
    width: 100%;
    z-index: 1;
}


#indexHero-banner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

#indexHero-banner .indexHero-bannerSlide {
    max-height: 100%;
    min-height: 700px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: cover;
}

.inderHero-bannerWrapper {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.indexHero-bannerSummary {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    width: 500px;
    max-width: 100%;
}

.indexHero-bannerSummary > * {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.indexHero-bannerSummary header h2 {
    color: #333;
    font-size: 20px;
    margin: 0px;
    font-weight: normal;
    font-family: fMedium;
}

.indexHero-bannerSummary header p {
    margin: 0px;
    color: #888;
    font-size: 13px;
}

.indexHero-bannerLocation {
    color: #777;
    margin: 0px;
}

.indexHero-bannerAttributes {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    justify-content: flex-start;
}

.indexHero-bannerAttributes li {
    font-family: fMedium;
    text-transform: uppercase;
    font-size: 12px;
    /*margin-right: 20px;*/
}

.indexHero-bannerAttributes li:last-child {
    margin-right: 0px;
}

.indexHero-bannerAttributes li > div {
    text-transform: lowercase;
    font-family: fLight;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.indexHero-bannerAttributes li > div span {
    font-size: 25px;
    margin-right: 15px;
}

.indexHero-bannerAttributes li > div sup {
    font-size: 12px;
    margin-bottom: 5px;
}

.indexHero-price {
    font-family: fMedium;
    font-size: 13px;
    margin: 0px;
}

.indexHero-price em {
    font-style: normal;
    font-family: fNormal;;
}

.indexHero-price span {
    display: block;
    font-size: 25px;
    font-family: fNormal;
    color: var(--primary-color);
}

.indexHero-summaryTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.indexHero-summaryTopRight {
    margin-right: auto;
    margin-left: 40px;
}

.indexHero-summaryTopLeft {
    align-self: flex-start;
}

.indexHero-summaryTopLeft > a {
    box-sizing: border-box;
    padding: 6px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 11px;
    background-color: var(--primary-color);
    color: #fff;
    font-family: fMedium;
    letter-spacing: 1px;
    display: inline-block;
}


#mainSearchForm {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: 0px auto;
    display: flex;
    box-sizing: border-box;
    /*border: 1px solid rgba(128, 128, 128, 0.2);*/
    margin-bottom: -30px;
    z-index: 2;
    position: relative;
}

#mainSearchForm > div {
    box-sizing: border-box;
    padding: 12px 30px;
    background-color: #fff;
    width: calc(25% - 30px);
    border-left: 1px solid rgba(128, 128, 128, 0.2);
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    border-top: 1px solid rgba(128, 128, 128, 0.2);
}

#mainSearchForm > div:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#mainSearchForm > div label {
    display: block;
    font-family: fBold;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.mainSearchForm-selectHolder {
    position: relative;
}

.mainSearchForm-selectHolder::before {
    content: "";
    background: url("../img/arrow.svg") no-repeat;
    background-size: 23px;
    min-height: 23px;
    width: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    transform: rotate(180deg);
    z-index: 1;
}

#mainSearchForm > div > input[type=text] {
    font-family: fLight;
    font-size: 18px;
    font-weight: normal;
    border: 0px;
    border-bottom: 1px solid #999;
    max-width: 100%;
}

#mainSearchForm > div select {
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    font-size: 18px;
    font-family: fLight;
    -webkit-appearance: none;
    -moz-appearance: none;  
    appearance: none;
    width: 100%;
    cursor: pointer !important;
}

#mainSearchForm > div select option {
    padding: 0px;
}

#mainSearchForm input[type=submit] {
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: fNormal;
    background-color: var(--primary-color);
    width: 120px;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid rgba(128, 128, 128, 0.2);
    cursor: pointer;
}

#mainSearchForm-header {
    position: absolute;
    color: #fff;
    font-size: 48px;
    font-family: caribbeanDream;
    top: -97px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}



.indexRecentWrapper {
    box-sizing: border-box;
    padding: 35px 0px;
    width: 100%;
}

.indexRecent {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    box-sizing: border-box;
}

.indexRecent > header h2 {
    margin: 0px;
    text-align: center;
    margin: auto;
    font-size: 30px;
    font-weight: normal;
}

.indexRecent > ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 25px;
    align-items: flex-start;
    justify-content: flex-start;
}

.propertyCard {
    /* max-width: 430px; */
    max-width: 400px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
}

.propertyCard:hover .propertyCard-imgHolder img {
   transform: scale(1.2);
   transition-duration: .5s;
   filter: brightness(90%);
}

.propertyCard a {
    display: block;
    width: 100%;
}

.propertyCard-imgHolder {
    width: 100%;
    position: relative;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.propertyCard-imgHolder img {
    display: block;
    min-height: 230px;
    width: 100%;
    object-fit: contain;
}

.propertyCard-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.propertyCard-tag > * {
    box-sizing: border-box;
    padding: 6px 10px;
    margin: 0px;
    font-family: fNormal;
    color: #fff;
    letter-spacing: .5px;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
}

.propertyCard-tagNotAvailable {
    background-color: #dc3545;
}

.propertyCard-tagFinancing {
    background-color: #0d98ba;
}

.propertyCard-tagFeatured {
    background-color: #ffbd1b;
}

.propertyCard-tagPreSale {
    background-color: var(--secondary-color);
}


.propertyCard-location {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 5px 20px;
    color: #fff;
    text-shadow: 0px 0px 5px #333;
    font-size: 13px;
}

.propertyCard-location span {
    font-family: 'iconfont';
    margin-right: 3px;
    font-size: 12px;
}

.propertyCard-summary {
    border: 1px solid #ebebeb;
    border-top: none;
    box-sizing: border-box;
    padding: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fff;
}

.propertyCard-summary header h2 {
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    font-family: fMedium;
}

.propertyCard-summary header p {
    margin: 0px;
    font-size: 12px;
    color: #888;
}

.propertyCard-price {
    margin: 15px 0px;
    font-size: 18px;
    color: var(--primary-color);
}

.propertyCard-pricePreSale {
    color: var(--secondary-color) !important;
    font-family: fMedium;
}

.propertyCard-priceDiscount s {
    display: block;
    font-size: 14px;
    color: #777;
    margin: 2px 0px;
    font-family: fNormal;
} 

.propertyCard-price span {
    display: block;
    color: #555;
    font-size: 13px;
    font-family: fMedium;
}

.propertyCard-price span em {
    font-style: normal;
    font-family: fNormal;
}

.propertyCard-description {
    margin: 0px;
    color: #777;
    font-size: 13px;
}

.propertyCard-attributes {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    overflow: hidden;
    grid-template-columns: auto auto;
    grid-gap: 15px;
}

.propertyCard-attributes li:last-child {
}

.propertyCard-attributes li {
    font-family: fMedium;
    text-transform: uppercase;
    font-size: 11px;
    color: #555;
}

.propertyCard-attributes li div {
    font-family: fLight;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: lowercase;
}

.propertyCard-attributes li div sup {
    font-size: 12px;
    margin-bottom: 5px;
}

.propertyCard-attributes li div span {
    text-transform: lowercase;
    font-size: 18px;
    margin-right: 10px;
}

.propertyCard-separator {
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    margin: 10px 0px;
}

#indexBrowse {
    background-image: linear-gradient(67deg,#f1f8ff 0%,#f2fffd 100%);
    box-sizing: border-box;
    padding: 35px 0px;
    width: 100%;
}

#indexBrowseWrapper {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
}

#indexBrowseWrapper header {
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 25px;
}

#indexBrowseWrapper header h2 {
    font-weight: normal;
    font-size: 30px;
    color: #333;
    font-family: fMedium;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center ;
}

#indexBrowseWrapper header p {
    margin: 0px;
    color: #555;
    text-align: center;
}

.indexControllerWrapper {
    display: flex;
    margin-top: 5px;
}

.indexControllerWrapper button {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 18px;
    margin-right: 5px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    font-family: fNormal;
    border: none;
}

#indexBrowse-slideHolder {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

#indexBrowse-slideWrap {
    overflow: hidden;
}

.indexBrowseSlide {
    height: 250px;
    /* height: 400px;
    min-width: 250px;
    width: 250px; */
    position: relative;
    margin-right: 20px;
    display: flex;
    /* overflow: hidden; */
}

.indexBrowseSlide header {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    margin: 20px;
}
 
.indexBrowseSlide header h3 {
    margin: 0px;
    font-weight: normal;
    font-size: 18px;
    font-family: fMedium;
    text-shadow: 0px 0px 5px #555;
}

.indexBrowseSlide img {
    display: block;
    height: 100%;
    max-height: 250px;
    /* min-width: 250px; */
}

#indexArea {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    box-sizing: border-box;
}

#indexArea > header h2 {
    margin: 0px;
    text-align: center;
    margin: auto;
    font-size: 30px;
    font-weight: normal;
}

#indexArea > header p {
    margin: 0px;
    text-align: center;
    color: #777;
}

.indexArea-list {
    display: grid;
    grid-template-columns: auto auto;
    margin: 0px;
    margin-bottom: 5px;
    list-style-type: none;
    padding: 0px;
    grid-column-gap: 5px;
}

.indexArea-list:nth-child(2) {
    grid-template-columns: auto auto auto;
}

.indexArea-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 200px;
    position: relative;
}

.indexArea-list li img {
    display: block;
    width: 100%;
    min-height: 200px;
    filter: brightness(70%);
}

.indexArea-list li:hover img {
    filter: brightness(100%);
    transition-duration: .5s;
}

.indexArea-list li header {
    position: absolute;
    bottom: 80px;
    z-index: 2;
    left: 0px;
    right: 0px;
    text-align: center;
}

.indexArea-list li header h3 {
    margin: 0px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    font-family: fMedium;
}

.indexArea-list li header p {
    color: #fff;
    margin: 0px;
    padding: 5px 8px;
    background-color: var(--primary-color);
    display: inline-block;
    font-size: 13px;
    font-family: fMedium;
}

#indexArea-location {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

#indexArea-location li {
    margin: 3px 5px;
}

#indexArea-location li:last-child {
    margin-right: 0px;
}

#indexArea-location li a {
    font-size: 13px;
    color: #1190cd;
}

#indexArea-location li a:hover {
    text-decoration: underline;
}



#indexSell {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 0px;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../img/wrapper.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#indexSellWrapper {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
}

#indexSellWrapper header h2 {
    text-align: center;
    font-weight: normal;
    font-family: fMedium;
    font-size: 30px;
    color: #fff;
}

#indexSellWrapper > div {
    display: flex;
    justify-content: center;
}

#indexSellWrapper > div a {
    color: #fff;
    background-color: var(--primary-color);
    padding: 15px 20px;
    font-family: fMedium;
    margin-right: 5px;
    font-size: 14px;
}

#indexSellWrapper > div a:hover {
    opacity: .8;
    transition-duration: .5s;
}



#indexContact {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: 35px auto;
    display: flex;
    justify-content: space-between;
}

#indexContact-form {
    width: calc(40% - 6px);
    height: 370px;
    margin: 0px;
    padding: 0px;
}

#indexContact-form header h2 {
    margin: 0px;
    font-weight: normal;
    font-family: fMedium;
    font-size: 30px;
    margin-bottom: 10px;
}

#indexContact-form input[type=text], #indexContact-form input[type=email], #indexContact-form textarea {
    box-sizing: border-box;
    border: 0px;
    padding: 15px;
    border-radius: 2px;
    background-color: rgb(243, 243, 243);
    color: #777;
    margin-bottom: 10px;
}

#indexContact-form input[type=text] {
    display: inline-block;
    width: calc(50% - 5px);
}

#indexContact-form input[type=text]:nth-child(2) {
    margin-right: 10px;
}

#indexContact-form input[type=email] {
    display: block;
    width: 100%;
}

#indexContact-form textarea {
    height: 165px;
    width: 100%;
    display: block;
    resize: none;
}

#indexContact-form input[type=submit] {
    display: block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 11px 15px;
    box-sizing: border-box;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: fNormal;
}


#indexContact-map {
    background-color: #f5f5f5;
    width: calc(60% - 6px);
    height: 370px;
}



#mainFooterWrapper {
    width: 100%;
    background-color: #222;
    box-sizing: border-box;
    padding-top: 25px;
}

#mainFooter {
    /*display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 22px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    color: #888;
}

#mainFooter > * {
    max-width: 286px;
    min-width: 200px;
    margin-right: 22px;
    margin-bottom: 30px;
}

#mainFooter > *:last-child {
    margin-right: 0px;
}

.mainFooter-item p, .mainFooter-item h1, .mainFooter-item h2 {
    margin: 0px;
}

.mainFooter-item h1, .mainFooter-item h2 {
    font-size: 16px;
    text-transform: uppercase;;
}

.mainFooter-item > img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.mainFooter-item p {
    line-height: 20px;
}

.mainFooter-item p b {
    color: #ddd;
}

.mainFooter-item h1 {
    font-family: fMedium;
    font-weight: normal;
    color: #ddd;
    text-transform: capitalize;
}

.mainFooter-item h2 {
    font-family: fNormal;
    font-weight: normal;
    text-transform: none;
    color: #888;
}

.mainFooter-item:last-child form {
    height: 35px;
    width: 100%;
    margin-bottom: 14px;
}

.mainFooter-item:last-child input[type=text] {
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 5px;
    height: 100%;
    font-family: fNormal;
    width: 70%;
    color: rgba(0,0,0,0.9);
}

.mainFooter-item:last-child input[type=submit] {
    background-color: #000;
    color: #fff;
    border: none;
    height: 100%;
    display: inline-block;
    font-family: fNormal;
    width: 30%;
    cursor: pointer
}

.mainFooter-item:last-child ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.mainFooter-item:last-child ul li {
    margin-right: 3px;
}

.mainFooter-item:last-child ul li:last-child {
    margin-right: 0px;
}

.mainFooter-item:last-child ul li a {
    font-family: 'iconfont';
    font-size: 25px;
}  

#mainFooter-copy {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    font-size: 12px;
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
}

#mainFooter-copy li {
    margin: 10px 0px;
    margin-right: 7px;
    border-right: 1px solid #888;
    padding-right: 7px;
    color: #888;
}

#mainFooter-copy li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

#mainFooter-copy li p {
    margin: 0px;
}




/*
#searchFilter-wrapper {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
}

#searchFilter {
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    padding: 16px;
    width: 288px;
    height: 685px;
}

#searchFilter > a {
    font-size: 13px;
    color: rgba(0,0,0,0.5);
}

#searchFilter label {
    display: block;
    text-transform: uppercase;
    font-family: fMedium;
    color: rgba(0,0,0,.54);
    margin-bottom: 5px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#searchFilter select, #searchFilter input[type=text] {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 4px;
    height: 35px;
    box-sizing: border-box;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    font-family: fLight;
    font-size: 14px;
}

.searchFilter-radioHolder input[type=radio] {
    display: none;
}

.searchFilter-radioHolder input[type=radio] + label {
    display: inline-block !important;
    margin-right: 6px;
    font-family: fLight !important;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
}

#searchFilter label span {
    float: right;
}

.searchFilter-col2 {
    display: flex;
    justify-content: space-between;
}

.searchFilter-col2 > * {
    width: calc(50% - 5px);
    display: block;
    position: relative;
}

.searchFilter-areaHolder::before {
    content: "m";
    color: rgba(0,0,0,.54);
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.searchFilter-areaHolder::after {
    content: "2";
    color: rgba(0,0,0,.54);
    font-size: 8px;
    position: absolute;
    top: 12px;
    right: 4px;
}

.searchFilter-areaHolder input {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px !important;
    text-align: right;
    padding-right: 25px !important;
}

.searchFilter-priceHolder input {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px !important;
    text-align: right;
    padding-left: 25px !important;
}

.searchFilter-priceHolder::before {
    content: "$";
    color: rgba(0,0,0,.54);
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#searchResults {
    width: calc(100% - 313px);
}
*/

#searchFilter {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
}

#searchFilter input[type=submit] {
    margin-top: 10px;
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    font-family: fMedium;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 7px 25px;
    justify-self: flex-start;
}

#searchFilter > ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

#searchFilter > ul li {
    position: relative;
    align-self: flex-start;
}

#searchFilter > ul li > input[type=text] {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    border-radius: 4px;
    font-family: fNormal;
    padding: 7px 10px;
    margin-right: 10px;
    color: #555;
    margin-top: 10px;
}

.searchFilter-buttons {
    margin: 0px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    border-radius: 4px;
    font-family: fNormal;
    padding: 7px 10px;
    margin-right: 10px;
    color: #555;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-transform: capitalize;
}

.searchFilter-buttons > span {
    height: 17px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.searchFilter-buttons > span img {
    display: block;
    height: 23px;
    transform: rotate(180deg);
}

.searchFilter-modal {
    display: none;
}

.searchFilter-modal {
    position: absolute;
    /*display: block;*/
    border: 1px solid #ddd;
    border-radius: 10px;
    top: 55px;
    overflow: hidden;
}

.searchFilter-modal input[type=radio] {
    display: none;
}

.searchFilter-modal input[type=radio]:checked + label {
    color: var(--primary-color);
}

.searchFilter-modal input[type=radio] + label {
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.searchFilter-modalRange {
    display: flex;
}

.searchFilter-modalRange label {
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
}

.searchFilter-modalRange input[type=text] {
    font-family: fNormal;
    border: none;
    height: 100%;
    width: 100%;
    font-size: 14px;
}

.searchFilter-modalRange-sign {
    position: relative;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #dedede;
    border-radius: 4px;
    width: 162px;
    overflow: hidden;
}

.mSign {
    padding-right: 33px;
    padding-left: 5px;
    padding-top: 2px;
}

.mSign::before {
    content: "m";
    position: absolute;
    font-size: 14px;
    top: calc(50% - 7px);
    right: 15px;
}

.mSign::after {
    content: "2";
    position: absolute;
    font-size: 9px;
    top: 8px;
    right: 9px;
}

.priceSign input[type=text] {
    padding-left: 22px;
    padding-right: 5px;
}

.priceSign::before {
    content: "$";
    position: absolute;
    font-size: 14px;
    top: calc(50% - 7px);
    left: 8px;
}

.searchFilter-modalRange li:first-child {
    margin-right: 22px;
}

.searchFilter-modal > header {
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchFilter-modal > header p {
    font-family: fMedium;
    margin: 0px;
    font-size: 15px;
}

.searchFilter-modal > header button {
    background-color: unset;
    border: none;
    color: #3377cc;
    font-family: fNormal;
    font-size: 14px;
    cursor: pointer;
}

.searchFilter-modal select {
    font-family: fNormal;
    font-size: 14px;
    height: 30px;
    box-sizing: border-box;
    padding: 0px 10px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding-top: 3px;
}

.searchFilter-modalOptionWrapper {
    list-style-type: none;
    margin-left: 0px;
    box-sizing: border-box;
    padding: 25px;
    background-color: #fff;
}

.searchFilter-grid-4col {
    display: grid;
    grid-template-columns: repeat(4, minmax(auto, 25%));
    gap: 50px;
}

.searchFilter-modalOptionRow {
    display: flex;
}

.searchFilter-modalOptionRow li {
    margin-right: 30px;
    font-size: 16px;
}

.searchFilter-modalOptionRow li:last-child {
    margin-right: 0px;
}





.searchHeader {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    margin-bottom: 10px;
}

.searchHeader h1 {
    font-weight: normal;
    font-family: fMedium;
    font-size: 25px;
    color: #222;
    margin: 0px;
}

#searchSort {
    display: flex;
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    align-items: center;
}

#searchSort label {
    margin-right: 5px;
}

#searchSort select {
    background-color: #fcfcfc;
    border: none;
    font-size: 14px;
    font-family: fNormal;
    text-decoration: underline;
    color: var(--primary-color);
    -webkit-appearance: none;
    -moz-appearance: none;  
    appearance: none;
}

#searchResults {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    display: flex;
    flex-direction: column;
}

#searchResults .pagination {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin: 15px 0px;
}

#searchResults .pagination > li {
    color: var(--primary-color);
    box-sizing: border-box;
    cursor: pointer;
}

#searchResults .pagination > li > * {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;   
}

#searchResults .pagination > li:hover {
    background-color: var(--primary-color);
    color: #fff;
    transition-duration: .5s;
}

#searchResults .pagination .disabled {
    display: none;
}

#searchResults .pagination .active {
    background-color: var(--primary-color);
    color: #fff;
}

.propertySearchCard {
    max-width: 100%;
    margin-bottom: 0px;
    box-shadow: none;
    border: none;
    width: 1000px;
    height: 300px;
}

.propertySearchCard > a {
    display: flex;
    height: 100%;
}

.propertySearchCard .propertyCard-imgHolder {
    width: 450px;
    max-width: 100%;
    height: 100%;
}

.propertySearchCard .propertyCard-summary {
    height: 100%;
    width: calc(100% - 450px);
    border-top: 1px solid #ebebeb;
    border-left: none;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.propertySearchCard .propertyCard-location {
    font-size: 14px;
}

.searchResults-separator {
    margin: 20px 0px;
    height: 1px;
    background-color: #ebebeb;
    width: 1000px;
    max-width: 100%;
}

#propertyPage {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 65px;
}

#propertyPage-main {
    width: calc(100% - 340px);
    max-width: 900px;
}

#propertyPage-main > header h1 {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: normal;
    font-family: fMedium;
}

#propertyPage-slideWrapper {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    min-height: 100px;
}

#propertyPage-slideWrapper .loading-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
}
#propertyPage-slideWrapper .loading-container .loading-spinner {
    margin-right: 10px;
    position: relative;
}
    
#propertyPage-slideWrapper .loading-container .loading-spinner:after {
    content: "";
    box-sizing: border-box;
    display: block;
    width:  25px;
    height: 25px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    animation: loading-spinner 1.2s linear infinite;
    border-color: var(--primary-color) var(--primary-color) transparent;
}
@keyframes loading-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#propertyPage-slide {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    /*max-height: 400px;*/
    overflow: hidden;
}

.propertySlide-btn {
    position: absolute;
    top: calc(50% - 30px);
    bottom: 0px;
    font-family: fMedium;
    font-size: 25px;
    box-sizing: border-box;
    height: 60px;
    width: 40px;
    border: none;
    background-color: #000;
    color: #fff;
    display: block;
    opacity: .4;
    cursor: pointer;
    z-index: 9;
}

.propertySlide-btn:hover {
    transition-duration: .5s;
    opacity: .8;
    background-color: rgba(0,0,0,.8);
}

#propertySlide-next {
    right: 0px;
}

#propertyPage-slide li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 400px;*/
    overflow: hidden;
}

#propertyPage-slide li img {
    display: block;
    /*max-height: 400px;*/
    width: 100%;
    /*height: 100%;
    object-fit: contain;*/
}

#propertyPage-slideThumbs {
    height: 100px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    display: flex;
    width: 100%;
}

.propertyPage-slideThumbs {
    max-width: calc(33.33% - 5px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 5px;
}

.propertyPage-slideThumbs img {
    height: 100px;
    display: block;
    cursor: pointer;
}

#propertyPage-mobileAsideList {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}
#propertyPage-mobileAsideList li {
    margin: 0px;
    color: #555;
    font-family: fMedium;
    text-transform: uppercase;
    margin: 10px 25px;
    width: 130px;
}

#propertyPage-mobileAsideList .long {
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}

#propertyPage-mobileAsideList .long span {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 20px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    text-transform: lowercase;
}

#propertyPage-mobileAsideList .long b {
    text-transform: capitalize;
    font-weight: normal;
    font-family: fNormal;
}

#propertyPage-mobileAsideList .long.availability {
    background: #dc3545;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    width: unset;
    padding-left: 30px;
    font-size: 13px;
}

#propertyPage-mobileAsideList .long.availability span {
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

#propertyPage-mobileAsideList li div {
    font-family: fLight;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: capitalize;
}

#propertyPage-mobileAsideList li div span {
    font-size: 25px;
    margin-right: 8px;
    text-transform: initial;
}



#propertyPage-main > h1 {
    margin: 0px;
    font-size: 22px;
    font-weight: normal;
    font-family: fMedium;
}

.propertyPage-separator {
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
}

#propertyPage-desc {
    font-size: 16px;
    line-height: 22.4px;
}

#propertyPage-main > h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: normal;
    font-family: fMedium;
    margin-bottom: 8px;
}

#propertyPage-features {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 10px;
}

#propertyPage-features li::before {
    margin-right: 5px;
    content: "z";
    font-family: 'iconfont';
    color: var(--primary-color);
    vertical-align: middle;
    font-size: 21px;
}

#propertyPage-features li {
    font-size: 16px;
}

#propertyPage-details {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
}

#propertyPage-details li {
    font-size: 16px;
}

#propertyPage-details li span {
    margin-left: 5px;
    font-family: fLight;
}

#propertyPage-distances {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 18px;
}

#propertyPage-distances li {
    display: flex;
    align-items: center;
}

#propertyPage-distances li img {
    height: 40px;
}

#propertyPage-distances li div {
    font-size: 16px;
    margin-left: 10px;
    line-height: 19px;
}

#propertyPage-distances li div span {
    display: block;
    font-family: fLight;
}









#propertyPage-aside {
    width: 300px;
}

#propertyPage-asideArrange {
    width: 100%;
    border-radius: 4px;
    border: 3px solid #9fd9ed;
    background-color: #e7f1f3;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}

#propertyPage-asideArrange p {
    margin: 0px;
    margin-left: 40px;
    font-size: 13px
}

#propertyPage-asideArrange p::before {
    content: "f";
    font-family: iconfont;
    color: #2f809c;
    position: absolute;
    top: 15px;
    left: 7px;
    font-size: 28px;
}

#propertyPage-asideArrange p span {
    font-family: fMedium;
    color: #2f809c;
    font-size: 14px;
}

#propertyPage-asideArrange button {
    width: 100%;
    display: block;
    font-size: 12px;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    background-color: #0ca2cf;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: fMedium;
    border: none;
    cursor: pointer;
}

.propertyPage-asideRef {
    text-transform: uppercase;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    padding: 5px;
    text-align: center;
    background-color: #f3f3f3;
    margin: 0px;
    color: #555;
}

#propertyPage-espose {
    margin: 10px 0px;
    display: block;
    width: 100%;
    text-align: center;
    background: #0ca2cf;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    padding: 8px;
    text-transform: uppercase;
    font-family: fMedium;
    font-size: 12px;
}

#propertyPage-asideContact {
    box-sizing: border-box;
    border: 1px solid #dfdfe1;
    border-radius: 4px;
    padding: 10px;
    padding-bottom: 15px;
}

#propertyPage-asideContact header {
    margin: 10px 0px;
}

#propertyPage-asideContact header h2 {
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    font-family: fMedium;
    color: #555;
    text-transform: uppercase;
}

#propertyPage-asideContact input, #propertyPage-asideContact textarea {
    font-weight: normal;
    font-family: fNormal;
    border: 1px solid #d8d8d8;
    height: 30px;
    box-sizing: border-box;
    padding: 0px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    width: 100%;
    color: #666;
}

#propertyPage-asideContact input:focus, #propertyPage-asideContact textarea:focus {
    border: 2px solid var(--primary-color);
}

#propertyPage-asideContact input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
    opacity: 1;
}
  
#propertyPage-asideContact input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
    opacity: 1;
}
  
#propertyPage-asideContact input::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
    opacity: 1;
}

#propertyPage-asideContact textarea {
    height: 70px;
    font-size: 14px;
    padding: 5px;
    color: #777;
    margin-bottom: 10px;
}

#propertyPage-asideContact input[type=submit] {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    font-family: fMedium;
    padding: 10px;
    height: auto;
    font-size: 16px;
    margin: 0px;
    cursor: pointer;
}

#propertyPage-asideContactNumber {
    margin: 0px;
    margin-top: 12px;
    font-size: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#propertyPage-asideContactNumber span {
    font-family: fMedium;
    font-size: 17px;
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
}

#propertyPage-asideContactNumber span em {
    font-style: normal;
    font-size: 15px;
    font-family: fNormal;
}

#propertyPage-social {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

#propertyPage-social li {
    margin-right: 4px;
}

#propertyPage-social li:nth-child(4) {
    margin-right: 4px;
    margin-bottom: 3.5px;
}

#propertyPage-social li img {
    height: 25px;
}

#propertyPage-social li:nth-child(4) a {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 5px 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #777;
    font-size: 13px;
}



#propertyPage-asideContact h4 {
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: fMedium;
    margin-bottom: 3px;
}





#propertyPage-asideInfo {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#propertyPage-asideInfo li {
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #757575;
}

#propertyPage-asideInfo li span {
    text-transform: none;
    font-family: iconfont;
    position: absolute;
    left: 0px;
    color: #757575;
    top: 5px;
    font-size: 20px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

#propertyPage-asideInfo li b {
    text-transform: capitalize;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    font-family: fMedium;
}
















#aboutHeading {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

#aboutHeading > figure {
    width: 30%;
    max-width: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px;
}

#aboutHeading > figure img {
    max-width: 100%;
    display: block;
}

#aboutHeading-right {
    width: calc(70% - 20px);
    margin-left: 20px;
}

#aboutHeading-right > header {
    margin-bottom: 20px;
}

#aboutHeading-right > header h1 {
    margin: 0px;
    font-weight: normal;
    font-family: fMedium;
    font-size: 22px;
}

#aboutHeading-right > ul {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#aboutHeading-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#aboutHeading-contacts > li {
    width: 50%;
    margin-bottom: 10px;
}

#aboutHeading-contacts > li b {
    text-transform: uppercase;
    font-family: fMedium;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: normal;
}

#aboutHeading-right > a {
    margin-top: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    box-sizing: border-box;
    padding: 12px 22px;
    color: #fff;
    font-family: fMedium;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#aboutBody {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: 70px auto;
}

#aboutBody > header {
    position: relative;
    display: flex;
    justify-content: center;
}

#aboutBody > header::before {
    content: " ";
    height: 1px;
    width: 100%;
    background-color: #d1d2d4;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
}

#aboutBody > header h1 {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0px 20px;
    z-index: 2;
}

#aboutBody-who {
    display: flex;
    justify-content: space-between;
}

#aboutBody-whoText {
    width: calc(70% - 50px);
}
#aboutBody-whoText p {
    font-size: 16px;
    line-height: 22.4px;
}
#aboutBody-whoText p em {
    font-family: fMedium;
    font-style: normal;
}
#aboutBody-whoText ul {
    margin: 0px;
    font-size: 16px;
}

#aboutBody-who iframe {
    width: 30%;
}

#aboutBody-projects {
    display: flex;
    justify-content: space-between;
}

#aboutBody-projectsText {
    width: calc(65% - 20px);
}
#aboutBody-projectsText p {
    font-size: 16px;
    line-height: 22.4px;
}

#aboutBody-projectsImgs {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#aboutBody-projectsImgs li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
}

#aboutBody-projectsImgs li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#aboutBody-about {
    display: flex;
    justify-content: space-between;
}
#aboutBody-aboutText {
    width: 65%;
}
#aboutBody-aboutText p {
    font-size: 16px;
    line-height: 22.4px;
}
#aboutBody-aboutImg {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#aboutBody-aboutImg img {
    width: 100%;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}








#contactInfoWrapper {
    display: flex;
    justify-content: space-between;
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: 65px auto;
}

#contactForm {
    width: calc(50% - 30px);
    margin-right: 30px;
}

#contactForm header {
    margin-bottom: 10px;
}

#contactForm header h2 {
    font-weight: normal;
    font-family: fMedium;
    margin: 0px;
}

#contactForm label {
    display: inline-block;
    margin-bottom: 3px;
}

#contactForm label span {
    color: red;
}

#contactForm input, #contactForm select, #contactForm textarea {
    background-color: #fff;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-sizing: border-box;
    color: #777;
    height: 35px;
    width: 100%;
    font-family: fNormal;
    font-weight: normal;
}

#contactForm textarea {
    height: 100px;
    font-size: 14px;
}

#contactForm input[type=submit] {
    border: 2px solid var(--primary-color);
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: fMedium;
    cursor: pointer;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.075);
    height: auto;
    padding: 10px;
}

#contactInfo {
    box-sizing: border-box;
    padding-top: 55px;
    width: 50%;
}

#contactInfo header {
    margin-top: 8px;
    margin-bottom: 3px;
}

#contactInfo header h3 {
    margin: 0px;
    font-weight: normal;
    font-size: 13px;
    font-family: fMedium;
    text-transform: uppercase;
    color: var(--primary-color);
}

#contactInfoList {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

#contactInfoList li {
    text-transform: uppercase;
    font-family: fMedium;
    color: var(--primary-color);
    margin: 0px;
    font-size: 13px;
    margin-right: 25px;
    margin-bottom: 10px;
}

#contactInfoList li:last-child {
    margin-right: 0px;
}

#contactInfoList li span {
    display: block;
    color: #404041;
    font-family: fNormal;
    font-size: 14px;
    text-transform: initial;
}

#contactInfoSocial {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

#contactInfoSocial li {
    margin-right: 3px;
}

#contactInfoSocial li:last-child {
    margin-right: 0px;
}

#contactInfoSocial li a img {
    height: 30px;
}

#contactInfo address {
    font-style: normal;
    font-weight: normal;
}

#contactInfo address span {
    text-transform: uppercase;
    font-family: fMedium;
    font-size: 13px;
    color: var(--primary-color);
}

#contactInfo iframe {
    width: 100%;
    height: 268px;
}

#contactInfo address p {
    margin: 0px;
}






#servicesPage {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
}

#servicesPage > header {
    max-width: 800px;
    box-sizing: border-box;
    padding: 0px 20px;
    margin: 40px auto;

}

#servicesPage > header h1 {
    margin: 0px;
    text-align: center;
    font-weight: normal;
    font-family: fMedium;
    font-size: 21px;
    margin-bottom: 20px;
}

#servicesPage > header p {
    margin: 0px;
    text-align: center;
    font-size: 20px;

}

#servicesPage-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: flex-start;
    grid-gap: 40px;
    grid-row-gap: 60px;
    margin-bottom: 40px;
}

#servicesPage-list li {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 100px;
    box-shadow: -4px 4px 10px 0 rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}

#servicesPage-list li header {
    margin: 20px;
}

#servicesPage-list li header h2 {
    margin: 0px;
    font-size: 23px;
    font-weight: normal;
    font-family: fMedium;
}

#servicesPage-list li p {
    margin: 0px 20px;
    line-height: 22.4px;
    font-size: 15px;
}

#servicesPage-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 48px;
    width: 60px;
    background-color: #479ac4;
    border-top-left-radius: 2px;
    box-shadow: -2px 2px 0 0 #d6d4ca;
}

#servicesPage-list li a:hover {
    background-color: #353f49;
    transition-duration: .4s;
}

#servicesPage-list li a img {
    height: 16px;
}

.servicesPage-imgHolder {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.servicesPage-imgHolder img {
    display: block;
    width: 100%;
}



#specificServicePage, #specificInfoPage {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: 40px auto;
    box-sizing: border-box;
    padding-right: 100px;
}

#specificServicePage header, #specificInfoPage header {
    margin-bottom: 5px;
}

#specificServicePage header h1, #specificInfoPage header h1 {
    font-weight: normal;
    font-family: fMedium;
    font-size: 28px;
    margin: 0px;
}

#specificServicePage p, #specificInfoPage p {
    margin: 0px;
    line-height: 22.4px;
    font-size: 16px;
    color: #555;
}

#specificServicePage ul li, #specificInfoPage ul li {
    font-size: 16px;
}

#specificServicePage h2, #specificInfoPage h2 {
    margin: 0px;
    margin-bottom: 5px;
}

.specificServicePage-separator {
    height: 1px;
    background-color: #e5e5e5;
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
    margin-bottom: 40px;
}

#specificService-contact {
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: auto;
}

#specificService-contact header h2 {
    margin: 0px;
    font-weight: normal;
    font-family: fMedium;
}

#specificService-contactWrapper {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
}

#specificService-contactWrapper li label {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

#specificService-contactWrapper li label span {
    color: red;
}

#specificService-contactWrapper li input {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-sizing: border-box;
    color: #777;
    height: 35px;
    font-family: fNormal;
    font-size: 15px;
    font-weight: normal;
}

#specificService-contact textarea {
    width: 100%;
    font-family: fNormal;
    box-sizing: border-box;
    padding: 12px;
    color: #555;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-sizing: border-box;
    height: 100px;
}

#specificService-contact input[type=submit] {
    border: 2px solid var(--primary-color);
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: fMedium;
    cursor: pointer;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.075);
    height: auto;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    font-size: 15px;
}



.specificInfoPage-withSideImg {
    display: flex;
    justify-content: space-between;
}

.specificInfoPage-txt {
    width: calc(60% - 30px);
}

.specificInfoPage-withSideImg > a {
    display: block;
    width: 35%;
    height: auto;
    align-self: flex-start;
}

.specificInfoPage-withSideImg img {
    display: block;
    width: 100%;
    height: auto;
}



.errorpage { 
    width: var(--main-width);
    max-width: var(--main-max-width);
    margin: 100px auto;
}

.errorpage h1 {
    color: var(--primary-color);
    font-size: 40px;
} 

.errorpage p {
    font-size: 16px;
}

.errorpage p a {
    color: var(--primary-color);
} 



.slick-track {
    display: flex !important;
    align-items: center;
}
.plyr--video {
    width: 100%;
}




@media only screen and (max-width: 1150px) {
    #contactInfoList {
        flex-wrap: wrap;
    }

    #contactInfoList li {
        margin-bottom: 5px;
    }

    /* .mainNav-logo img {
        height: 60%;
        margin-top: 12px;
    } */
}

@media only screen and (max-width: 1030px) {
    /* .propertySearchCard .propertyCard-summary {
        overflow: hidden;
        height: 230px;
    } */

    /* .propertySearchCard > a {
        display: grid;
        grid-template-columns: repeat(2, auto);
    }

    .propertySearchCard .propertyCard-imgHolder {
        width: unset;
        height: 230px;
        min-width: 250px;
    }
    .propertySearchCard .propertyCard-summary {
        width: unset;
        height: 230px;
    } */
}

@media only screen and (max-width: 1000px) {
    .mainNav {
        display: none;
    }

    .mobileMainNav {
        display: flex;
    }

    .indexHero-bannerAttributes {
        display: none;
    }
    
    #mainSearchForm {
        width: 100%;
        max-width: 100%;
    }

    #mainSearchForm > div:first-child {
        border-radius: 0px;
    }

    #mainSearchForm input[type="submit"] {
        border-radius: 0px;
    }

    .indexRecent > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .indexRecent > ul .propertyCard:first-child {
        margin-right: 10px;
    }

    .indexRecent > ul .propertyCard {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .indexRecent > ul .propertyCard:last-child {
        margin-bottom: 0px;
    }

    #indexBrowseWrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #indexBrowse {
        padding: 50px 0px;
    }

    #indexBrowseWrapper > * {
        width: 100% !important;
    }

    #indexBrowseWrapper header h2 {
        margin-bottom: 0px;
    }

    #indexBrowseWrapper header {
        margin-bottom: 25px;
    }

    #indexArea {
        width: 100%;
        max-width: 100%;
    }

    .indexArea-list {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }

    .indexArea-list li {
        margin-bottom: 5px;
    }
    
    .indexArea-list li:last-child {
        margin-bottom: 0px;
    }

    #aboutBody-who {
        flex-direction: column-reverse;
    }

    #aboutBody-who > * {
        width: 100% !important;
        max-width: 100% !important;
    }

    #aboutBody-projects {
        flex-direction: column-reverse;
    }

    #aboutBody-projects > * {
        width: 100%;
    }

    #aboutBody-projectsImgs li {
        width: calc(33.33% - 7px);
    }

    #aboutBody-about {
        flex-direction: column-reverse;
    }

    #aboutBody-about > * {
        width: 100%;
    }

    #aboutBody-aboutImg img {
        width: calc(50% - 5px);
        max-height: 200px;
    }

    #aboutHeading {
        flex-direction: column;
    }
    #aboutHeading-right {
        margin: 0px;
        margin-top: 15px;
        width: 100%;
    }

    .specificInfoPage-withSideImg {
        flex-direction: column;
    }
    .specificInfoPage-txt {
        width: 100%;
    }
    .specificInfoPage-withSideImg > a {
        width: 400px;
        margin-top: 30px;
    }

    #aboutHeading > figure {
        width: 350px;
    }

    .mainNav-logo img {
        height: 100%;
        margin-top: 0px;
    }

    .indexHero-summaryTop {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 900px) {
    #searchResults {
        grid-template-columns: auto auto;
        grid-gap: 15px;
    }

    #propertyPage-main {
        width: 100%;
    }
    #propertyPage-mobileAside {
        display: block;
    }

    #propertyPage {
        flex-direction: column;
        margin-top: 25px;
    }

    #propertyPage-aside {
        margin-top: 50px;
        width: 100%;
    }
    #propertyPage-asideArrange {
        display: none;
    }
    
    #servicesPage-list {
        grid-template-columns: auto auto;
        grid-column-gap: 20px;
    }

    #searchFilter > ul li {
        position: unset;
    }

    #searchFilter > ul {
        position: relative;
    }

    .searchFilter-modal {
        left: 0px;
        top: 98px;
    }
}

@media only screen and (max-width: 800px) {
    #contactInfoWrapper {
        flex-direction: column;
        margin-bottom: 5px;
    }

    #contactInfoWrapper > * {
        width: 100% !important;
    }

    #indexBrowseWrapper header h2 {
        text-align: left;
    }
    
    #indexBrowseWrapper header p {
        text-align: left;
    }

    .propertySearchCard .propertyCard-summary {
        height: unset;
    }

    .propertySearchCard {
        height: unset;
    }
    
    .propertySearchCard .propertyCard-imgHolder {
        height: 230px;
    }
}

@media only screen and (max-width: 800px) {
    #mainSearchForm {
        display: flex;
        flex-wrap: wrap;
    }

    #mainSearchForm > div {
        width: 50% !important;
        border-top: none;
    }

    #mainSearchForm > input {
        width: 100% !important;
        height: 75px;
    }
    
    #indexContact {
        flex-direction: column;
        margin-bottom: 0px;
        width: 100%;
        max-width: 100%;
    }

    #indexContact-form {
        margin: auto;
        margin-bottom: 10px;
        width: var(--main-width) !important;
    }

    #indexContact > * {
        width: 100%;
    }
    
    .propertySearchCard {
        width: 450px;
    }

    .propertySearchCard > a {
        grid-template-columns: unset;
        display: flex;
        flex-direction: column
    }

    .propertySearchCard .propertyCard-summary {
        width: 100%;
        border: 1px solid #ebebeb;
        border-top: none;
    }
}

@media only screen and (max-width: 700px) {
    #indexHero-banner .indexHero-bannerSlide {
        /* align-items: flex-end; */
    }

    .inderHero-bannerWrapper {
        width: 100%;
        max-width: 100%;
        margin: 0px auto;
    }

    #mainSearchForm {
        margin-bottom: -150px;
    }

    #indexHero {
        height: 500px;
        margin-bottom: 100px;
    }

    .inderHero-bannerWrapper {
        justify-content: center;
        margin-bottom: 25px;
    }

    .indexRecent > ul .propertyCard {
        width: 100%;
        margin-right: 0px !important;
    }
    .mainHero-banner header {
        margin-bottom: 10px;
    }
    
    .searchFilter-grid-4col {
        grid-template-columns: repeat(3, minmax(auto, 33.33%));
    }
    
    .errorpage { 
        margin-top: 360px;
    }
}

@media only screen and (max-width: 650px) {
    #mainSearchForm-header {
        font-size: 35px;
        top: -78px;
    }

    #mainSearchForm > div {
        width: 100% !important;
        border-bottom: 0px;
    }

    #indexHero {
        margin-bottom: 270px;
    }

    #mainSearchForm {
        margin-bottom: -297px;
    }
    
    #searchResults {
        grid-template-columns: auto;
    }
    .propertyCard {
        max-width: 100%;
    }

    /*#propertyPage {
        margin-top: 270px;
    } remove*/
    
    #propertyPage-details {
        grid-template-columns: auto auto;
    }

    #propertyPage-distances {
        grid-template-columns: auto auto;
    }

    #propertyPage-features {
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 600px) {
    #servicesPage-list {
        grid-template-columns: auto;
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 500px) {
    #propertyPage-details {
        grid-template-columns: auto;
    }

    #specificServicePage, #specificInfoPage {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 450px) {
    #specificService-contactWrapper {
        grid-template-columns: auto;
        grid-row-gap: 15px;
    }
}