/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 /* General */

/* Breakpoints Bootstrap Layout */
.h1-size {
    font-size: 40px;
}
@media only screen and (min-width: 768px) {
    .h1-size {
        font-size: 48px;
   }
}
@media only screen and (min-width: 992px) {
    .h1-size {
        font-size: 60px;
   }
}
@media only screen and (min-width: 1920px) {
    .h1-size {
        font-size: 68px;
   }
}
@media only screen and (min-width: 2560px) {
    .h1-size {
        font-size: 72px;
   }
}
.h2-size {
    font-size: 26px;
}
@media only screen and (min-width: 768px) {
    .h2-size {
        font-size: 30px;
   }
}
@media only screen and (min-width: 992px) {
    .h2-size {
        font-size: 40px;
   }
}
@media only screen and (min-width: 1920px) {
    .h2-size {
        font-size: 48px;
   }
}
@media only screen and (min-width: 2560px) {
    .h2-size {
        font-size: 52px;
   }
}
.h3-size {
    font-size: 22px;
}
@media only screen and (min-width: 768px) {
    .h3-size {
        font-size: 26px;
   }
}
@media only screen and (min-width: 992px) {
    .h3-size {
        font-size: 30px;
   }
}
@media only screen and (min-width: 1920px) {
    .h3-size {
        font-size: 34px;
   }
}
@media only screen and (min-width: 2560px) {
    .h3-size {
        font-size: 38px;
   }
}
.h4-size {
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .h4-size {
        font-size: 22px;
   }
}
@media only screen and (min-width: 992px) {
    .h4-size {
        font-size: 26px;
   }
}
@media only screen and (min-width: 1920px) {
    .h4-size {
        font-size: 30px;
   }
}
@media only screen and (min-width: 2560px) {
    .h4-size {
        font-size: 34px;
   }
}
.h5-size {
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .h5-size {
        font-size: 18px;
   }
}
@media only screen and (min-width: 992px) {
    .h5-size {
        font-size: 22px;
   }
}
@media only screen and (min-width: 1920px) {
    .h5-size {
        font-size: 26px;
   }
}
@media only screen and (min-width: 2560px) {
    .h5-size {
        font-size: 30px;
   }
}

@media (max-width: 767px) {
    .os-nestio-listings .hidden-xs {
        display: none!important;
    }
}

.os-nestio-listings {
    padding: 20px 0 40px 0;
}
.os-nestio-listings .os-nestio-listings__header__filter {
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.os-nestio-listings .residence-filter {
    display: flex;
    align-items: flex-end;
    margin: 0 -10px;
}
.os-nestio-listings .residence-filter > div {
    margin: 5px 10px;
}
.os-nestio-listings .residence-filter label {
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
.os-nestio-listings .residence-filter select {
    width: 100%;
    border: 1px solid #d4d4d4;
    padding: 3px 10px;
}
.os-nestio-listings .residence-filter select::-ms-expand { 
    display: block;
    background: none;
    border: none;
}

.os-nestio-listings .residence-filter__bedrooms,
.os-nestio-listings .residence-filter__bathrooms, 
.os-nestio-listings .residence-filter__min-price ,
.os-nestio-listings .residence-filter__max-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 200px;
}
.os-nestio-listings .residence-filter__bedrooms,
.os-nestio-listings .residence-filter__bathrooms {
    width: 170px;
}
.os-nestio-listings .residence-filter__bedrooms select,
.os-nestio-listings .residence-filter__bathrooms select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    height: 38px;
    border-radius: 0;
}
.os-nestio-listings .residence-filter__min-price input,
.os-nestio-listings .residence-filter__max-price input,
.os-nestio-listings .residence-filter__min-price__icon,
.os-nestio-listings .residence-filter__max-price__icon {
    border: 1px solid #d4d4d4;
    padding: 4px 10px;
    height: 38px;
}

.os-nestio-listings .residence-filter__min-price input,
.os-nestio-listings .residence-filter__max-price input {
    width: 169px;
    display: inline-block;
}

@media only screen and (min-width: 1920px) {
    .os-nestio-listings .residence-filter__min-price input,
    .os-nestio-listings .residence-filter__max-price input {
        width: 168px;
    }
}

.os-nestio-listings .residence-filter__min-price__icon,
.os-nestio-listings .residence-filter__max-price__icon {
    border-right: 0;
    display: flex;
    align-items: center;
}
.os-nestio-listings .residence-filter__clear button:focus,
.os-nestio-listings .residence-filter__submit button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.os-nestio-listings .residence-filter__clear {
    flex: 1;
    text-align: right;
}
.os-nestio-listings .residence-filter__clear button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    background: 0 0;
    outline: 0;
    color: inherit;
}
.os-nestio-listings .residence-filter__submit button {
    border: 1px solid #d4d4d4;
    transition: all .3s ease;
    height: 38px;
    padding: 6px 10px 4px 10px;
}
.os-nestio-listings .residence-filter__submit button:hover {
    background-color: #f2f2f2;
}

.os-nestio-listings .residence-sort {
    text-align: right;
    margin-bottom: 10px;
}
.os-nestio-listings .residence-sort__select  {
    display: inline-block;
}
.os-nestio-listings .residence-sort__select label {
    font-size: 90%;
    padding-right: 5px;
}
.os-nestio-listings .residence-sort__select select {
    padding: 2px 10px;
    min-width: 170px;
}
.os-nestio-listings .residence-sort__select select::-ms-expand { 
    display: block;
    background: none;
    border: none;
}

.os-nestio-listings .os-nestio-listings__residences {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.os-nestio-listings .residence-item {
    width: 50%;
    padding: 10px 15px;
    position: relative;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}

.os-nestio-listings .residence-item__box {
    cursor: pointer;
    padding: 15px;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    display: block;
    height: 100%;
}
.os-nestio-listings .residence-item__box:hover,
.os-nestio-listings .residence-item__box:focus,
.os-nestio-listings .residence-item__box:active {
    background-color: #f2f2f2;
    text-decoration: none;
}

.os-nestio-listings .residence-item__box:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.os-nestio-listings .residence-item__thumbnail {
    margin-bottom: 10px;
    position: relative;
}
.os-nestio-listings .residence-item__thumbnail > div{ 
    background-size: cover;
    background-position: center;
    height: 0;
    padding-bottom: 66%;
    width: 100%;
}
.os-nestio-listings .residence-item__thumbnail__badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: rgba(240, 173, 78, 0.8);
    text-align: center;
    font-size: 80%;
    padding: 5px 0;
}
.os-nestio-listings .residence-item__details {
    display: flex;
    flex-wrap: wrap;
}
.os-nestio-listings .residence-item__details__neighborhood {
    margin-top: 5px;
    margin-bottom: 10px;
}
.os-nestio-listings .residence-item__details__name,
.os-nestio-listings .residence-item__details__price {
    width: 50%;
}
.os-nestio-listings .residence-item__details__price {
    text-align: right;
    position: relative;
}
.os-nestio-listings .residence-item__details__price__fee {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #3D5267;
    color: #ffffff;
    font-size: 80%;
    padding: 1px 7px;
    margin-top: 2px;
}
.os-nestio-listings .residence-item__details__small {
    font-size: 80%;
    width: 100%;
}

.os-nestio-listings .residence-item__details__layout {
    margin-bottom: 5px;
}

.os-nestio-listings .residence-item__button {
    position: absolute;
    bottom: 31px;
    right: 17px;
    z-index: 10;
}

.os-nestio-listings .residence-item__button .residence-item__button-link {
    background-color: #3D5267;
    color: #fff;
    padding: 5px 8px;
}
.os-nestio-listings__residences__nav {
    margin-top: 20px;
}
.os-nestio-listings__residences__nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.os-nestio-listings__residences__nav ul li {
    padding-left: 0;
}
.os-nestio-listings__residences__nav ul a {
    padding: 5px 20px;
    border: 1px solid #d4d4d4;
    display: inline-block;
}
.os-nestio-listings__residences__nav ul a:hover,
.os-nestio-listings__residences__nav ul a:focus {
    background-color: #f7f7f7;
}
.os-nestio-listings__residences__nav ul a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.os-nestio-listings__residences__nav ul a[aria-disabled="true"] {
    color: #d4d4d4;
    cursor: not-allowed;
}

#listings-filter .btn-group .active {
    background-color: #3D5267;
    color: white;
}

.residence-item__details__unit,
.residence-item__details__bathrooms,
.residence-item__details__floorplan {
    display: none;
}

@media ( max-width: 768px ) {
    .os-nestio-listings .residence-filter__bedrooms select,
    .os-nestio-listings .residence-filter__bathrooms select,
    .os-nestio-listings .residence-filter__min-price input,
    .os-nestio-listings .residence-filter__max-price input,
    .os-nestio-listings .residence-filter__min-price__icon,
    .os-nestio-listings .residence-filter__max-price__icon,
    .os-nestio-listings .residence-filter__submit button {
        height: 31px;
    }
    .os-nestio-listings .residence-filter__bedrooms, 
    .os-nestio-listings .residence-filter__bathrooms, 
    .os-nestio-listings .residence-filter__min-price, 
    .os-nestio-listings .residence-filter__max-price {
        max-width: 100%;
    }
    .os-nestio-listings .residence-filter__min-price__icon,
    .os-nestio-listings .residence-filter__max-price__icon {
        padding-top: 6px!important;
    }
    .os-nestio-listings .residence-filter__submit button {
        padding: 6px 10px 4px 10px;
    }
}
@media (min-width: 768px) {
    .os-nestio-listings .os-nestio-listings__residences.rows {
        max-width: 750px;
        margin: 0 auto;
    }

    .os-nestio-listings .residence-item__button {
        position: absolute;
        bottom: 31px;
        right: 32px;
        z-index: 10;
    }
}

@media (min-width: 992px) {
    .os-nestio-listings .os-nestio-listings__residences.rows {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .os-nestio-listings .os-nestio-listings__residences.rows {
        max-width: 1170px;
    }
}

@media (min-width: 1440px) {
    .os-nestio-listings .os-nestio-listings__residences.rows {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .os-nestio-listings .os-nestio-listings__residences.rows .residence-item {
        padding: 7px 0;
        width: 100%;
    }
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box {
    padding: 0;
}

@media (min-width: 768px) {
    .os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box {
        display: flex;
    }
}

@media (min-width: 768px) {
    .os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__thumbnail {
        margin-bottom: 0;
        width: 25%;
    }
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details {
    padding: 15px;
    justify-content: space-between;
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__button {
    position: absolute;
    bottom: 39px;
    right: 25px;
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__button button {
    background-color: #3D5267;
    color: #fff;
    padding: 13px 17px;
}

@media (min-width: 768px) {
    .os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details {
        width: 75%;
        padding: 0 25px;
        align-items: center;
        position: relative;
    }
}

@media (min-width: 992px) {
    .os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details {
        padding: 15px 25px;
    }
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details .residence-item__details__name {
    font-size: 18px;
    margin-bottom: 3px;
    width: auto;
}

@media (min-width: 768px) {
    .os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details .residence-item__details__name {
        margin-bottom: 0;
    }
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details .residence-item__details__price {
    width: auto;
    font-size: 18px;
}

@media (min-width: 768px) {
    .os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details .residence-item__details__price {
        width: 50%;
        float: right;
    }
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details .residence-item__details__price .residence-item__details__price__fee {
    white-space: nowrap;
    font-size: 11px;
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details .residence-item__details__small .residence-item__details__neighborhood {
    font-size: 14px;
    color: #9b9b9b;
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details .residence-item__details__small .residence-item__details__neighborhood i {
    font-size: 16px;
    padding-left: 2px;
    margin-right: 2px;
    color: #3D5267;
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details .residence-item__details__small .residence-item__details__layout {
    margin-bottom: 15px;
    font-size: 16px;
}

.os-nestio-listings .os-nestio-listings__residences.rows .residence-item .residence-item__box .residence-item__details .residence-item__details__small .residence-item__details__gallery {
    font-size: 16px;
}

.os-nestio-listings__table {
    background: #f7f7f7;
    /* background-color: white; */
    display: none;
    padding: 10px;
}

.os-nestio-listings__table table {
    width: 100%;
}

.os-nestio-listings__table .listings__table__row:not(:last-child) {
    border-bottom: 1px solid #ddd; 
}

.os-nestio-listings__table .listings__table__row__label {
    font-size: 12px;
    padding: 8px;
    border-bottom: 2px solid #ddd;
    text-align: left !important;
    font-weight: 700;
    border-top: none !important;
}

.os-nestio-listings__table .listings__table__row__label--layout,
.os-nestio-listings__table .listings__table__row__label--price,
.os-nestio-listings__table .listings__table__row__label--baths,
.os-nestio-listings__table .listings__table__row__label--floorplan {
    text-align: center !important;
}

.os-nestio-listings__table .listings__table__row td {
    transition: all 400ms ease-in;
    padding: 8px;
    font-size: 14px;
}

.os-nestio-listings__table .listings__table__row td a {
    display: block;
    width: 100%;
}

.os-nestio-listings__table .listings__table__row:hover {
    background-color: #f5f5f5;
}
.os-nestio-listings__table .listings__table__row a:hover {
    text-decoration: none;
}

.os-nestio-listings__table .listings__table__row__layout,
.os-nestio-listings__table .listings__table__row__price,
.os-nestio-listings__table .listings__table__row__bathrooms,
.os-nestio-listings__table .listings__table__row__floorplan,
.os-nestio-listings__table .listings__table__row__contact {
    text-align: center;
}

.os-nestio-listings__table .listings__table__row__floorplan .floorplan-link {
    color: #4a4a4a;
}
.os-nestio-listings__table .listings__table__row__floorplan .floorplan-link img {
    display: none;
}

.os-nestio-listings__table .listings__table__row__contact .listings__table__row__contact--button {
    background-color: #3D5267;
    color: #fff;
    padding: 0 5px;
    display: inline;
}

.os-nestio-listings__table .listings__table__row__price .primary-color {
    color: #3D5267;
}

.os-nestio-listings__table .listings__table__row__price .primary-color .nofee-pill {
    background-color: #3D5267;
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
    line-height: 1.42;
}

@media only screen and (max-width: 1200px) {
    .os-nestio-listings .residence-filter {
        flex-wrap: wrap;
    }
    .os-nestio-listings .residence-filter__bedrooms,
    .os-nestio-listings .residence-filter__bathrooms {
        width: 200px;
    }
}
@media only screen and (max-width: 768px) {
    .os-nestio-listings .os-nestio-listings__header__filter {
        padding: 15px;
    }
    .os-nestio-listings .residence-filter {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .os-nestio-listings .residence-filter > div {
        margin: 5px 0;
        width: 100%;
    }
    .os-nestio-listings .residence-filter__bedrooms,
    .os-nestio-listings .residence-filter__bathrooms {
        width: 100%;
    }
    .os-nestio-listings .residence-filter__min-price input,
    .os-nestio-listings .residence-filter__max-price input {
        width: calc( 100% - 30px );
    }
    .os-nestio-listings .os-nestio-listings__residences {
        margin: 0;
    }
    .os-nestio-listings .residence-item {
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }
    .os-nestio-listings__residences__nav ul a {
        padding: 5px 15px;
    }
}

.mfp-wrap.gallery-with-background .mfp-content {
    display: none;
}
.mfp-bg.gallery-with-background {
    background-image: none!important;
}
.mfp-wrap.gallery-with-background {
    background-position: top center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    opacity: 0;
}
.mfp-wrap.gallery-with-background.fade-in {
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    opacity: 1;
}

.mfp-wrap.gallery-with-background.mfp-removing {
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    opacity: 0;
}

/* mfp fade */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Single Residence */

.single-os-residences .hidden {
    display: none;
}
.single-os-residences ul {
    padding: 0;
    margin: 0;
}
.single-os-residences ul li {
    padding: 0;
    margin: 0;
}
@media (max-width: 767px) {
    .single-os-residences .hidden-xs {
        display: none!important;
    }
}

.single-os-residences .page-wrapper {
    overflow-x: hidden;
    padding-top: 30px;
}
@media only screen and (min-width: 992px) {
    .single-os-residences .page-wrapper {
        padding-top: 100px;
   }
}
@media only screen and (min-width: 992px) {
    .single-os-residences .page-wrapper {
        padding-top: 60px;
   }
}
.single-os-residences .page-wrapper a:focus, .single-os-residences .page-wrapper button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.single-os-residences .page-wrapper .os-back-to-listing {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    background: 0 0;
    outline: 0;
    color: inherit;
    padding-left: 0;
}
.single-os-residences .page-wrapper .os-back-to-listing svg {
    content: '';
    display: inline-block;
    background-image: url('../assets/svg/select-arrow.svg');
    background-position: center;
    background-size: cover;
    transform: rotate(90deg);
    width: 20px;
    height: 12px;
    margin-right: 5px;
}
.single-os-residences .page-wrapper .residence-title {
    margin: 0 0 20px 0;
}
.single-os-residences .page-wrapper .residence-address {
    margin-bottom: 20px;
}
.single-os-residences .page-wrapper .residence-gallery {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
    position: relative;
}
.single-os-residences .page-wrapper .residence-gallery .b-image {
    background-size: cover;
    background-position: center;
    height: 0;
    padding-bottom: 66%;
    width: 100%;
}
.single-os-residences .page-wrapper .residence-gallery + .residence-details {
    padding-top: 20px;
}
.single-os-residences .page-wrapper .residence-gallery__image {
    width: 100%;
    position: relative;
    display: none;
}
.single-os-residences .page-wrapper .residence-gallery__image:nth-child( 1) {
    display: inline-block;
}
@media only screen and (min-width: 560px) {
    .single-os-residences .page-wrapper .residence-gallery__image:nth-child( 2) {
        display: inline-block;
   }
}
@media only screen and (min-width: 1024px) {
    .single-os-residences .page-wrapper .residence-gallery__image:nth-child( 3) {
        display: inline-block;
   }
}
@media only screen and (min-width: 2560px) {
    .single-os-residences .page-wrapper .residence-gallery__image:nth-child( 4) {
        display: inline-block;
   }
}
.single-os-residences .page-wrapper .residence-gallery__image:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.15);
    line-height: 280px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.single-os-residences .page-wrapper .residence-gallery__image:hover:before {
    opacity: 1;
}
.single-os-residences .page-wrapper .residence-gallery__image img {
    width: 100%;
}
.single-os-residences .page-wrapper .residence-details__header {
    padding: 0 0 20px 0;
}
.single-os-residences .page-wrapper .residence-details__header__row {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__header__row {
        flex-direction: row;
   }
}
.single-os-residences .page-wrapper .residence-details__header__row:first-child {
    margin-top: 0;
}
.single-os-residences .page-wrapper .residence-details__header__row:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__header__row:last-child {
        margin-bottom: 20px;
   }
}
.single-os-residences .page-wrapper .residence-details__header__badge {
    margin-top: 20px;
    font-size: 80%;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__header__badge {
        margin: 0;
        font-size: 100%;
   }
}
.single-os-residences .page-wrapper .residence-details__header__badge span {
    padding: 3px 8px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.single-os-residences .page-wrapper .residence-details__header__badge--available span {
    border: 1px solid #1b3046;
}
.single-os-residences .page-wrapper .residence-details__header__badge--pending span {
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
}
.single-os-residences .page-wrapper .residence-details__header__documents {
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #1b3046;
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__header__documents {
        text-align: left;
        padding-bottom: 0;
        border: none;
        width: auto;
        left: auto;
        right: auto;
        margin: 0;
   }
}
.single-os-residences .page-wrapper .residence-details__header__documents__photos {
    margin-right: 8px;
    display: inline-block;
}
.single-os-residences .page-wrapper .residence-details__header__documents__floorplan {
    margin-left: 8px;
    display: inline-block;
}
.single-os-residences .page-wrapper .residence-details__header__documents__floorplan img {
    display: none;
}
.single-os-residences .page-wrapper .residence-details__header__layout,
.single-os-residences .page-wrapper .residence-details__header__price span.h5-size {
    font-size: 16px;
}
@media only screen and (min-width: 992px) {
    .single-os-residences .page-wrapper .residence-details__header__layout,
    .single-os-residences .page-wrapper .residence-details__header__price span.h5-size {
        font-size: 18px;
   }
}
@media only screen and (min-width: 1920px) {
    .single-os-residences .page-wrapper .residence-details__header__layout,
    .single-os-residences .page-wrapper .residence-details__header__price span.h5-size {
        font-size: 22px;
   }
}
@media only screen and (min-width: 2560px) {
    .single-os-residences .page-wrapper .residence-details__header__layout,
    .single-os-residences .page-wrapper .residence-details__header__price span.h5-size {
        font-size: 24px;
   }
}
.single-os-residences .page-wrapper .residence-details__header__layout span {
    margin: 0 8px;
    display: inline-block;
}
.single-os-residences .page-wrapper .residence-details__header__layout span:first-child {
    margin-left: 0;
}
.single-os-residences .page-wrapper .residence-details__header__layout span:last-child {
    margin-right: 0;
}
.single-os-residences .page-wrapper .residence-details__header__price {
    position: relative;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__header__price {
        margin-bottom: 0;
   }
}
.single-os-residences .page-wrapper .residence-details__header__price__fee {
    background-color: #3d5267;
    color: #fff;
    font-size: 80%;
    padding: 1px 7px;
    margin-left: 5px;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__header__price__fee {
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: 2px;
        margin-left: 0;
   }
}
.single-os-residences .page-wrapper .residence-details__description {
    background: #f7f7f7;
    padding: 20px 0 30px 0;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__description {
        padding: 20px 0 50px 0;
   }
}
.single-os-residences .page-wrapper .residence-details__description__row {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__description__row {
        padding: 20px 0;
   }
}
.single-os-residences .page-wrapper .residence-details__description__title {
    width: 100%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__description__title {
        width: 30%;
        margin: 0;
   }
}
.single-os-residences .page-wrapper .residence-details__description__text {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__description__text {
        width: 70%;
   }
}
.single-os-residences .page-wrapper .residence-details__description__text ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.single-os-residences .page-wrapper .residence-details__description__text ul li {
    width: 50%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__description__text ul li {
        margin-bottom: 15px;
        width: 33.33%;
   }
}
.single-os-residences .page-wrapper .residence-details__description__text ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__description__text ul li:nth-last-child(-n+2) {
        margin-bottom: 15px;
   }
}
@media only screen and (min-width: 768px) {
    .single-os-residences .page-wrapper .residence-details__description__text ul li:nth-last-child(-n+3) {
        margin-bottom: 0;
   }
}
.single-os-residences .page-wrapper .residence-details__description__text ul li strong {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 3px;
}
.single-os-residences .section-info .container {
    position: relative;
}
.single-os-residences .section-info .info__title {
    font-size: 11px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
@media only screen and (min-width: 992px) {
    .single-os-residences .section-info .info__title {
        font-size: 14px;
   }
}
.single-os-residences .section-info .info__description {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.2;
}
@media only screen and (min-width: 992px) {
    .single-os-residences .section-info .info__description {
        font-size: 15px;
   }
}
.single-os-residences .section-info .info__contact {
    font-size: 11px;
    line-height: 1.25;
    margin-top: 12px;
}
@media only screen and (min-width: 992px) {
    .single-os-residences .section-info .info__contact {
        display: inline-block;
        float: right;
        margin-top: 0;
        font-size: 13px;
   }
}
.single-os-residences .section-info .info__contact .headline {
    font-size: 11px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
    .single-os-residences .section-info .info__contact .headline {
        font-size: 14px;
   }
}
@media only screen and (max-width: 991px) {
    .single-os-residences .section-info .info .address-desktop {
        display: none;
   }
}
.single-os-residences .section-info .info .address-mobile a {
    pointer-events: none;
    touch-action: none;
}
@media only screen and (min-width: 992px) {
    .single-os-residences .section-info .info .address-mobile {
        display: none;
   }
}

@media only screen and (min-width: 767px) {
    .single-os-residences .section-info .info__contact{
      
        position: absolute;
        top: -40px;
        right: 15px;
   }
}
@media only screen and (max-width: 767px) {
    .single-os-residences .section-info .info__contact{
        margin-bottom: 20px;
   }
}



