body{
    font-size: 14px;
    font-family: "Manque Light",Helvetica,Roboto,Arial,sans-serif;
    color: #000;
    background-color: #F3F3F3;
}
*{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}



@font-face {
    font-family: "Majesti Banner Medium";
    src: url("../../other/fonts/majesti/majesti-banner-medium.woff");
}
@font-face {
    font-family: "Manque Bold";
    src: url("../../other/fonts/new/Manque-Bold-2.ttf");
}


/*new*/
@font-face {
    font-family: "Mona SemiBold";
    src: url("../../other/fonts/new/Mona-SemiBold-2.ttf");
}
@font-face {
    font-family: "Majesti Banner Book";
    src: url("../../other/fonts/majesti/majesti-banner-book.woff");
}


@font-face {
    font-family: "Mona Medium";
    src:url("../../other/fonts/new/Mona-Medium-2.ttf");
}
@font-face {
    font-family: "Gotham Medium";
    src: url("../../other/fonts/gotham/gothamssm-medium.woff");
}



@font-face {
    font-family: "Mona Bold";
    src:url("../../other/fonts/new/Mona-Bold-2.ttf");
}
@font-face {
    font-family: "Gotham Bold";
    src: url("../../other/fonts/gotham/gothamssm-bold.woff");
}


@font-face {
    font-family: "Manque Light";
    src:url("../../other/fonts/new/Manque-Light-2.ttf");
}

@font-face {
    font-family: "Gotham Light";
    src: url("../../other/fonts/gotham/gothamssm-light.woff");
}



@font-face {
    font-family: "Gotham Rounded Book";
    src:url("../../other/fonts/new/Gotham-Rounded-Book-2.otf");
}

@font-face {
    font-family: "Gotham Book";
    src: url("../../other/fonts/gotham/gothamssm-book.woff");
}


@font-face {
    font-family: "Solomon Light Demo";
    src: url("../../other/fonts/new/Solomon-Light-Demo-3.ttf");
}
/*main*/
.table-content{
    background-color: #F3F3F3;
    padding: 0;
}

.table-content .container .first .row{
    padding-bottom: 30px;
}
.table-content .title{
    padding: 50px 0 10px;
    padding-bottom: 12px;
    font-size: 56px!important;
    line-height: 56px!important;
    font-family: "Mona SemiBold"!important;
    text-align: center;
}
.table-content .first p{
    font-family: "Manque Light",Helvetica,Roboto,Arial,sans-serif;
    color: #4A4A4A;
    font-size: 22px;
    line-height: 1.75em;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.subtitle{
    font-family: "Mona Bold";
    color: #4A4A4A;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 0;
    line-height: 24px;
}
.detail p{
    font-size: 14px;
    font-family: "Manque Light",Helvetica,Roboto,Arial,sans-serif;
    margin-bottom: 16px;
}
@media only screen and (min-width: 1024px){
    .title-content p,.text-center p,.content p{
        line-height: 1.75em;
    }

}


.detail a{
    font-family: "Mona Medium";
    line-height: inherit;
    color: #66C0DC;
    text-decoration: none;
    cursor: pointer;
}
.title-content .container{
    height:427px;
    overflow: hidden;
}

.read-more-holder .button-holder {
    position: relative;
    z-index: 10;
}
.text-center {
    text-align: center;
}

.button-holder{
    font-size: 18px;
    /*margin-top: -30px;*/
    z-index: 100;
    position: relative;
}


.read-more-button span{
    font-family: "Manque Light";
    color: #66C0DC;
    font-size: 18px;
    cursor: pointer;
}
.read-more-holder .read-more-button .read-collapse .ico {
    display: none;
}
.read-more-holder .read-more-button .icon-close {
    margin-right: 10px;
}
.ico {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.first{
    /*position: relative;*/
}
.first .col-md-12{
    position: static;
}
@media print, screen and (min-width: 64em){
    /*.first:after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    height: 50%;*/
    /*    background: linear-gradient(rgba(243,243,243,0),rgba(243,243,243,.95));*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 40px;*/
    /*    opacity: 1;*/
    /*}*/
}

/*main-two*/
.filter-content{
    padding-top: 20px;
    margin-top: 0;
}
.filter-title {
    font-family: "Mona Medium";
    letter-spacing: -.25px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #4A4A4A;
}
.filter-item.search{
    position: relative;
}
.icon-search{
    width: 14px;
    height:14px;
    position: absolute;
    top: 23px;
    left: 20px;
    z-index: 99;
    background: url("../../images/index/icon-search-grey.svg");
    background-size: 100%;
}
#homename {
    display: block;
    height: 60px;
    font-size: 16px;
    background: #fafafa;
    border: none;
    padding: 13px 13px 13px 50px;
    margin: 0 0 1.5625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    appearance: none;
    width: 100%;
    font-family: "Gotham Rounded Book";
}

input,select{
    outline: none;
}
.filter-holder .filter-item {
    margin-bottom: 25px;
    overflow: hidden;
}
.filter-option-ranges .range-item {
    width: 40%;
    float: left;
    margin-right: 15px;
}
.filter-option-ranges label {
    line-height: 60px;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #E7E7E7;
    height: 60px;
}
.Affinity label{
    background-color: #66C0DC;
}
.filter-option-ranges input {
    opacity: 0;
    position: absolute;
}
.filter-option-ranges .range-item.ranges.affinity label input:checked+.image, .filter-option-ranges .range-item.ranges.Affinity label input:checked+.image {
    border-color: #000;
}
.filter-option-ranges .range-item.ranges.affinity label .image, .filter-option-ranges .range-item.ranges.Affinity label .image {
    background-color: #66C0DC;
}
.filter-option-ranges label .image {
    transition: all 0.3s;
    border: 2px transparent solid;
}
.TRange label{
    background-color: #0056a2;
}
.easyliving label{
    background-color: #66C0DC;
}
.filter-holder .filter-option.filter-option-full {
    table-layout: fixed;
    display: table;
    width: 100%;
}
.filter-holder .filter-option.filter-option-full .option-item {
    display: table-cell;
    float: none;
}
.filter-holder .filter-option .option-item {
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.filter-holder .filter-option .option-item label {
    cursor: pointer;
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}
.filter-holder .filter-option .option-item input {
    position: absolute;
    z-index: 1;
    opacity: 0;
}
[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1.5625rem;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.filter-holder .filter-option .option-item input:checked+.text {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.filter-holder .filter-option.filter-option-full .option-item .text {
     margin-right: 10px;
     letter-spacing: -.25px;
 }

.filter-holder .filter-option.filter-option-full .option-item .text {
    margin-right: 10px;
    letter-spacing: -.25px;
    padding-left: 2px;
    padding-right: 2px;
}
.filter-holder .filter-option .option-item .text {
    display: block;
    border: 1px #C7C7C7 solid;
    padding: 9px 8px;
    border-radius: 3px;
    color: #9B9B9B;
    font-size: 12px;
    line-height: 1;
    background-color: #fcfcfc;
    font-family: "Manque Light",Helvetica,Roboto,Arial,sans-serif;
}
.filter-holder .filter-option .option-item .text:hover{
    background-color: #00c8c0;
    color: #fff;
}
.Storey2{
    margin-right: 0 !important;
}
/*Block Width*/
.filter-holder .filter-select {
    margin-bottom: 25px;
}
.filter-holder .filter-select select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px #D7D7D7 solid;
    background-image: none;
    height: auto;
    padding: 0 0 5px 0;
}
.filter-holder .chosen-select {
    margin: 0 0 5px;
}
select {
    height: 2.625rem;
    margin: 0 0 1.5625rem;
    padding: 0.78125rem;
    appearance: none;
    border: 1px solid #C7C7C7;
    border-radius: 0;
    background-color: #fcfcfc;
    font-family: inherit;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    /*background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>);*/
    background-origin: content-box;
    background-position: right -1.5625rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 2.34375rem;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 100%!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chosen-container .chosen-single {
    padding-left: 0!important;
}
.chosen-container .chosen-single {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 0 10px;
}
.chosen-container-single .chosen-drop {
    margin-top: 0;
    background-clip: padding-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background: #fcfcfc;
    display: none;
    /*border-bottom: 2px #D7D7D7 solid;*/
}
.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.chosen-container .chosen-single span {
    padding-left: 12px!important;
}
.chosen-container .chosen-single span {
    padding-left: 12px!important;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    background-clip: padding-box;
    color: #4A4A4A;
    font-family: "Manque Light";
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px #D7D7D7 solid;
    padding: 0 0 10px;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.chosen-container .chosen-single div {
    width: auto;
    height: auto;
}
.chosen-container .chosen-single div {
    width: auto;
    height: auto;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 13px;
    height: 100%;
    position: static;
    display: inline-block;
}
.chosen-container .chosen-single div b {
    width: 13px;
    height: 8px;
}
.chosen-container .chosen-single div b {
    width: 13px;
    height: 8px;
}
.chosen-container-single .chosen-single div b {
    display: block;
    background: url(../../images/index/chosen/chosen-down-arrow.svg) no-repeat center center;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0,0,0,0);
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 101;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
#home-nav .navbar-collapse{
    background: #FCFCFC;
    width: 1167px;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    /*background: url(../images/chosen/chosen-sprite.png) no-repeat 100% -20px;*/
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    max-height: 240px;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 8px 10px;
    list-style: none;
    line-height: 1;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    border-bottom: 1px #F1F1F1 solid;
    font-family: "Manque Light";
    color: #444444;
}
.chosen-container .chosen-results li:hover{
    background: #F3F3F3;
}
.chosen-single:hover{
    cursor: pointer;
}
.chosen-single:focus {
    outline: 0 !important;
}
.filter-holder .filter-title.with-line {
    border-top: 1px #D7D7D7 solid;
    padding-top: 6px;
}
#MinBlockDepthFilter_chosen .chosen-results li {
    padding: 8px 4px;
    font-size: 12px;
    letter-spacing: -.25px;
}
.more-filters-holder .button-more {
    font-family: "Mona Medium";
    color: #4A4A4A;
    padding: 0;
    font-size: 16px;
}

.more-filters-holder .container .button-toggle {
    padding: 15px;
}
.more-filters-holder .button-more {
    font-family: "Mona Medium";
    color: #4A4A4A;
    padding: 0;
    font-size: 16px;
}
button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}
/*result*/
.filter-data-holder {
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    font-size: 14px;
    color: #797979;
}
.filter-data-holder .data-results {
    display: inline-block;
    letter-spacing: -.5px;
}
strong {
    font-weight: 400;
    font-family: "Mona Bold";
}
.filter-data-holder .action-holder {
    float: right;
}
.filter-data-holder .action-holder .block {
    float: left;
}
.select-table-content .title {
    padding: 0 10px 3px 0;
}
.select-table-content .item {
    display: table-cell;
    vertical-align: middle;
}
.select-table-content .item {
    display: table-cell;
    vertical-align: middle;
}
.select-table-content .chosen-select+.chosen-container-single .chosen-single span {
    font-family: "Mona Medium";
}
.chosen-select-sort+.chosen-container .chosen-single div {
    position: absolute;
    top: 3px;
}
.select-table-content .chosen-select+.chosen-container {
    line-height: 1;
    position: relative;
    top: 3px;
}
.chosen-select-sort, .chosen-select-sort+.chosen-container, .chosen-select-sort+.chosen-container .chosen-single {
    width: 210px!important;
    border-bottom: none;
}
/*filter-package*/
.filter-package {
    background-color: #fcfcfc;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px #D8D8D8 solid;
    position: relative;
}
.filter-package .range-info.top-details {
    padding: 0;
    display: table;
    width: 100%;
    border-bottom: 1px #D8D8D8 solid;
}
.filter-package .range-info.top-details .details-area {
    display: table;
}
.filter-results-holder {
    padding-top: 30px;
}
.filter-package .row{
    margin: 0;
}
.details-area .title{
    color: #66C0DC!important;
    font-size: 22px;
    text-transform: uppercase;
    margin-right: -8px;
    letter-spacing: -.5px;
    line-height: 1.35;
    padding:9px 0;
    text-align: center;
}
.details-area .title a {
    color: #66C0DC;
    text-decoration: none;
}
.filter-package .range-info.top-details .item {
    padding: 9px;
}
.filter-package .range-info.top-details .details-area {
    display: table;
}

.filter-package .range-info.top-details .item.model-sizes-results {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    justify-content: center;
}
@media print, screen and (max-width: 64em){
    .filter-package .range-info.top-details .item.model-sizes-results{
        position: static;
        margin-top: -10px;
    }
}
.filter-package .range-info.top-details .model-sizes-list {
    text-align: left;
    float: left;
    margin-bottom: 0;
}
.model-sizes-list li.active,.model-sizes-list li.current,.model-sizes-list li:hover {
    background-color: #66C0DC;
}
.filter-package .range-info.top-details .item.model-sizes-results .model-sizes-list li {
    position: static;
}
.model-sizes-list li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-color: #D8D8D8;
    line-height: 30px;
    border-radius: 4px;
    transition: all 0.3s;
    color: #fff;
    font-size: 14px;
    letter-spacing: -.3px;
    text-align: center;
}
.filter-package .range-info.top-details .item.model-sizes-results .model-sizes-list li a {
    position: relative;
}
.model-sizes-list li a {
    color: #fff;
    font-family: "Manque Light";
}
.filter-package .range-info.top-details .item.model-sizes-results .model-sizes-list li.active a:after {
    opacity: 1;
}
.affinity .filter-package .range-info.top-details .item.model-sizes-results .model-sizes-list li a:after {
    background-color: #66C0DC;
}
.model-sizes-list li a:hover{
    text-decoration: none;
    cursor: pointer;
}
.model-sizes-list li:hover{
    background: #66C0DC;
}
.list-filter .filter-package .details-area .fave-this {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    cursor: pointer;
}
.fave-this {
    background-color: #f3f3f3;
    width: 32px;
    height: 32px;
    border-radius: 32px;
}
.fave-this:before {
    content: '';
    background: url(../../images/index/icons/icon-heart-empty.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.filter-package .range-info.top-details .locations {
    font-size: 13px;
    line-height: 2.25;
    text-align: center;
}
.filter-package .range-info.top-details .locations a {
    font-family: "Manque Light";
    color: #66C0DC;
}
.filter-package .range-info.top-details .locations a:hover{
    text-decoration: none;
}

.filter-package .range-info.content-details .item {
    padding: 8px;
}
.filter-package .range-info .floorplan .floorplan-list {
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 6px;
}
.floorplan-list li {
    margin-right: 12px!important;
    display: inline-block;
}
.floorplan-list li .icon {
    position: relative;
    top: 2px;
}
.floorplan-list li span {
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
    color: #9B9B9B;
}
.icon.icon-bed {
    width: 10px!important;
    height: 13px!important;
    background-size: contain!important;
    background-image: url(../../images/index/icons/icon-bed.svg);
}
.icon {
    display: inline-block!important;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon.icon-bath {
    width: 10px!important;
    height: 13px!important;
    background-size: contain!important;
    background-image: url(../../images/index/icons/icon-bath.svg);
}
.icon.icon-garage {
    width: 10px!important;
    height: 13px!important;
    background-size: contain!important;
    background-image: url(../../images/index/icons/icon-garage.svg);
}

.icon.icon-blockwidth {
    width: 10px!important;
    height: 13px!important;
    background-size: contain!important;
    background-image: url(../../images/index/icons/icon-blockwidth.svg);
}
.filter-package .range-info {
    text-align: center;
}
.filter-package .range-info.content-details .range-price {
    color: #66C0DC;
    font-size: 14px;
}
.filter-package .range-info.content-details .range-price .price {
    font-size: 18px;
}
.filter-package .range-info.content-details .suit {
    margin: 5px 0;
    padding: 14px 0;
    border-top: 1px #E8E8E8 solid;
    border-bottom: 1px #E8E8E8 solid;
    letter-spacing: -.25px;
}
.filter-package .range-info .suit {
    color: #66C0DC;
}
.filter-package .range-info.content-details .home-dimensions {
    border-bottom: 0;
}
.filter-package .range-info.content-details .item {
    /*padding: 8px;*/
}
.filter-package .range-info.content-details .home-dimensions .header {
    color: #66C0DC;
    font-size: 14px;
    margin-bottom: 6px;
}
.filter-package .range-info.content-details .home-dimensions ul {
    margin-left: 20px;
}
.filter-package .range-info.content-details .home-dimensions ul {
    list-style: none;
    margin: 0;
    font-size: 13px;
    margin-bottom: 15px;
}
.filter-package .range-info.content-details .home-dimensions ul li {
    margin-bottom: 5px;
    overflow: hidden;
}
.filter-package .range-info.content-details .home-dimensions ul li span.info {
    text-align: right;
    padding-left: 0;
}
.filter-package .range-info.content-details .home-dimensions ul li span {
    float: left;
    width: 50%;
    display: inline-block;
}
.filter-package .range-info.content-details .home-dimensions sup {
    font-size: 8px;
    top: -4px;
}
.filter-package .range-info.content-details .home-dimensions ul li span {
    float: left;
    width: 50%;
}
.filter-package .range-info.content-details .home-dimensions ul li span {
    padding-left: 20px;
    display: inline-block;
    text-align: left;
}
.filter-package .range-info.content-details .home-dimensions .button {
    padding: 9px 10px;
    width: auto;
    line-height: 1;
    font-size: 16px;
}
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button.secondary {
    background-color: #000;
    color: #fff;
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: "Mona Medium";
    padding: 0.8em 2.25em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    font-size: .8125rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #66C0DC;
    color: #fff;
}
.filter-package .floorplan-slider.floorplan-slider-multi {
    width: 420px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.filter-package .floorplan-slider .slide-container.slider-container-multi {
    float: none;
    display: inline-block;
    text-align: center;
    width: 40%;
    position: relative;
}
.filter-package .floorplan-slider .slide {
    position: static;
    opacity: 1;
    padding-top: 0;
}
.filter-package .floorplan-slider .slide-container.slider-container-multi .image {
    left: auto;
    margin-left: 0;
}
.filter-package .floorplan-slider .slide-container.slider-container-multi .image {
    position: relative;
    top: 0;
}
.filter-package .floorplan-slider .slide-container.slider-container-multi .image img {
    margin-left: -180px;
    /*height: 250px!important;*/
    width: 100%!important;
}
filter-package .range-info.content-details .column, .filter-package .range-info.content-details .columns {
    float: none;
    display: table-cell;
    vertical-align: top;
    position: relative;
}
@media print, screen and (min-width: 64em){
    .filter-package .range-info.content-details .slider-area {
        border-left: 1px #E8E8E8 solid;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-right: 0;
        padding-left: 0;
    }

}

.filter-package .range-info.content-details .slider-holder {
    margin-bottom: 10px;
}
.filter-package .range-info.content-details .item {
    padding: 8px;
}
.filter-package .range-info.content-details .slider-holder .counter {
    font-size: 14px;
    margin: 5px 0;
}
.filter-package .range-info.content-details .slider-holder .counter {
    font-size: 14px;
}
.slider-css {
    margin: 0;
    width: auto;
    display: block;
    position: relative;
    height: 275px;
}
.slider-css .img-container {
    position: relative;
    position: absolute;
    left: 14px;
    right: 14px;
}
.slider-css .img-container.active .img-inner {
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.slider-css .img-inner {
    top: 0;
    opacity: 0;
    max-width: 100%;
    width: auto;
    display: block;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}
.slider-css .has-hebel.active .hebel-banner {
    visibility: visible;
}
.slider-css .hebel-banner, .slider-css .has-hebel .hebel-banner {
    border: 0;
    visibility: hidden;
}

.slider-css .hebel-banner {
    line-height: 18px;
}
.home-facades .column-facade .hebel-banner, .home-facades .column-facade .spacer, #tab-facades-content .hebel-banner, .slider-css .hebel-banner, .pswp .hebel-banner {
    background-color: #949599;
    text-transform: uppercase;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: -1px;
    border-left: 1px #D8D8D8 solid;
    border-right: 1px #D8D8D8 solid;
}
.placeholder-facades {
    padding-top: 56%;
}
.placeholder-img, .placeholder-floorplan, .placeholder-facades, .placeholder-hal, .placeholder-large, .placeholder-small, .placeholder-banner {
    width: 100%;
    height: 0;
    position: relative;
}
.slider-css .img-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.slider-css .desc {
    font-size: 14px;
    margin-top: 10px;
}
.filter-package .range-info.content-details .disclaimer {
    position: absolute;
    bottom: 5px;
    padding: 8px;
}
.filter-package .range-info.content-details small {
    font-size: 10px;
    display: block;
    letter-spacing: normal;
    color: #4A4A4A;
}
main a {
    font-family: "Mona Medium";
}
.slider-area .slider-holder{
    padding: 5px 15px!important;
}
.filter-package .range-info.content-details small a {
    line-height: inherit;
    color: #66C0DC;
    text-decoration: none;
    cursor: pointer;
}

/*main-four*/
.content-block-ver2.content-block {
    padding: 96px 0;
    margin-bottom: 0;
    background-color: #fcfcfc;
}
.content-block .image {
    margin-bottom: 20px;
}
.content-block .image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
.content-block-ver2 h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.02em;
    color: #000;
    font-family: "Majesti Banner Medium"!important;
}
.content-block-ver2 p.small {
    font-family: "Manque Light";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.01em;
    color: #454545;
}
.content-block-ver2 p a {
    color: #00B6AE;
    font-family: "Mona Bold";
}
.content-block-ver2 p a:hover{
    text-decoration: none;
}
/*main-five*/
.hd-filter {
    padding: 50px 0 30px 0;
}

.hd-filter .title {
    font-size: 40px;
    letter-spacing: -.5px;
    font-weight: 300;
    margin: 30px 0;
    line-height: 1.25;
}
/*@media print, screen and (min-width: 64em) {*/
/*    .hd-filter .title {*/
/*        font-size: 40px!important;*/
/*    }*/
/*}*/
/*@media print, screen and (min-width: 48em){*/
/*    .hd-filter .title {*/
/*        font-size: 34px!important;*/
/*    }*/
/*}*/
.hd-filter .title+p {
    margin-bottom: 50px;
}
@media print, screen and (min-width: 64em){
    body p {
        line-height: 1.75em;
    }
}
body p {
    letter-spacing: 1px;
}


.hd-filter .filter-row {
    display: flex;
}
.filter-row .hd-filter-tile {
    padding: 0 10px;
}
.hd-filter-tile {
    margin-bottom: 30px;
}
.hd-filter-tile .image {
    position: relative;
}
.hd-filter-tile .image a {
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    display: flex;
}
.hd-filter-tile .image a .explore {
    padding: 15px 25px;
}
.hd-filter-tile .image a .explore {
    background-color: #000;
    color: #fff;
    font-family: "Mona Medium";
    font-size: 13px;
    padding: 8px 10px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.hd-filter-tile .image img {
    width: 100%;
}
.hd-filter-tile .text {
    color: #000;
    font-family: "Mona Medium";
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
}
.hd-filter .filter-section {
    margin-bottom: 40px;
}
.hd-filter .filter-section .title {
    font-size: 20px;
}
.hd-filter .filter-section .title {
    font-size: 20px;
    margin: 25px 0;
    font-weight: 400;
    font-family: "Manque Light";
    text-align: center;
    letter-spacing: -.5px;
}
.hd-filter .filter-section .row-centered {
    justify-content: center;
}
.hd-filter .filter-section .row-centered {
    text-align: center;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.hd-filter .filter-section .row-centered .column, .hd-filter .filter-section .row-centered .columns {
    /*flex: 0 20%;*/
}
.hd-filter-link {
    background-color: #fcfcfc;
    font-family: "Mona Medium";
    margin: 8px 0;
}
.hd-filter-link.with-icon a {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 7px 10px;
    font-family: "Mona Medium";
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s;
}
.hd-filter-link a:hover {
    background-color: #66C0DC;
    color: #fff;
    text-decoration: none;
}
.hd-filter-link.with-icon a:hover .icon-svg {
    filter: brightness(0) invert(1);
}
.hd-filter-link.with-icon a .icon-svg {
    width: 30px;
    margin-right: 10px;
}
.hd-filter .filter-section .row-centered .column, .hd-filter .filter-section .row-centered .columns {
    /*flex: 0 20%;*/
    padding-left: 8px;
    padding-right: 8px;
}
.filter-section .row{
    margin-left: 0;
}

.hd-filter .filter-section .row-centered {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.hd-filter-link a {
    display: block;
    padding: 13px;
    color: #000;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s;
}
.hd-filter .filter-section .title+p {
    margin-top: -15px;
}
.hd-filter .filter-section p {
    text-align: center;
    margin-bottom: 10px;
}
.hd-filter .filter-section .row-centered+p {
    margin-top: 15px;
    font-size: 16px;
}



.home-display .row{
    margin: 0;
}
.sample-area{
    border-left: 1px #E8E8E8 solid;
}
.sample-area .sample-box{
    padding: 5px 15px;
}
.sample-area .counter{
    margin: 8px 0;
}
.sample-box .img-inner{
    width: 100%;
    position: relative;
}
.sample-box .img-inner img{
    width: 100%;
    display: block;
}
.sample-box .img-inner .hebel-banner{
    position: absolute;
    width: 100%;
    background-color: #949599;
    text-transform: uppercase;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.sample-detail{
    margin-left:-25px;
    margin-right: -25px;
    font-size: 10px;
    display: block;
    letter-spacing: normal;
    color: #4A4A4A;
    padding: 20px 0;
    text-align: center;
}
.top-details .select-area{
    position: static;
}
/*banner*/
.banner-image{
    width: 100%;
    margin-bottom: -20px;
}
.banner-image img{
    width: 100%;
    display: block;
}
#home-nav{
    margin-bottom: 0!important;
}
.homepage-video .content-holder {
    text-align: left;
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,.52679) 100%);
}

.filter-package .range-info.content-details .home-dimensions a.button:hover{
    text-decoration: none;
}
.details-area .title a {
    font-family: "Manque Light" !important;
}

.footer-links .row{
    margin: 0;
}

.carousel-caption a{
    color: #fff;
    line-height: 4rem;
    padding: 0 20px;
    display: inline-block;
    border: 1px solid #fff;
    /*width: 26%;*/
    margin: 0 auto;
    font-family: "Manque Light";
    font-size: 1.5rem;
    height: 4rem;
}
.carousel-inner > .item > img{
    width: 100%;
}
.zhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #4A4A4A;
    opacity: 0.3;
    left: 0;
    top: 0;
}
.carousel-caption {
    font-family: "Manque Light";
}

.carousel-caption h3{
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 20px;
}

.carousel-caption{
    bottom: 5rem;
}
/*contact-us*/
.form-holder, .flexblock-build .data-form-holder .data-form-inner {
    max-width: 760px;
}
textarea {
    max-width: 100%;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 2.5625em;
    padding: 0.78125em;
    border: 1px solid #C7C7C7;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    appearance: none;
    overflow: auto;
    resize: none;
}
.flexblock-build .form-holder, .flexblock-build .data-form-holder .data-form-inner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
input{
    height: 42px;
    line-height: 42px;
}
select {
    height: 2.625em;
    margin: 0 0 1.5625em;
    padding: 0.78125em;
    appearance: none;
    border: 1px solid #C7C7C7;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: .75em;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>);
    background-origin: content-box;
    background-position: right -1.5625em center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 2.34375em;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}
.flexblock-build .form-validate .chosen-container {
    margin-bottom: 22px;
}
.form-validate .chosen-container {
    transition: all 0s ease 0s;
    font-size: .75em;
    margin: 0 0 1.5625em;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%!important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-validate .chosen-container-single .chosen-single {
    border: 1px solid #d7d7d7;
}
.form-validate .chosen-container .chosen-single {
    background: #fcfcfc;
    padding: 0.78125em;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.chosen-container .chosen-single {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 0 10px;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 0;
    background-clip: padding-box;
    color: #4A4A4A;
    font-family: "Manque Light";
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px #D7D7D7 solid;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    border: 0;
    height: auto;
    padding: 0;
    margin: 0;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.chosen-container .chosen-single div {
    width: auto;
    height: auto;
    position: static;
    display: inline-block;
}
.chosen-container .chosen-single div b {
    width: 13px;
    height: 8px;
}
.form-validate .chosen-container .chosen-drop {
    /*border: 1px solid #d7d7d7;*/
}
.chosen-container-single .chosen-drop {
    margin-top: 0;
    background-clip: padding-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background: #fcfcfc;
    display: none;
    /*border-bottom: 2px #D7D7D7 solid;*/
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.flexblock-build .form-holder .chosen-container .chosen-results, .flexblock-build .data-form-holder .data-form-inner .chosen-container .chosen-results {
    padding-left: 0;
    padding-right: 0;
    max-height: 232px;
}
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.flexblock-build .form-holder .chosen-container .chosen-results li, .flexblock-build .data-form-holder .data-form-inner .chosen-container .chosen-results li {
    border-bottom: 1px #F1F1F1 solid;
    font-size: 12px;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 8px 10px;
    list-style: none;
    line-height: 1;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    border-bottom: 1px #F1F1F1 solid;
}
.form-validate .chosen-container .chosen-single {
    background: #fcfcfc;
    padding: 0.78125em;
    height: 42px;
    line-height: 26px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
}
.chosen-container-single .chosen-single div b {
    width: 13px;
    height: 8px;
}
.chosen-container-single .chosen-single div b {
    display: block;
    background: url(../../images/index/chosen/chosen-down-arrow.svg) no-repeat center center;
}
.chosen-container .chosen-single {
    padding-left: 0!important;
}
.chosen-container .chosen-single span {
    padding-left: 12px!important;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
}
.chosen-container .chosen-results li:hover {
    background: #F3F3F3;
}
.flexblock-build .form-holder .checkbox-holder, .flexblock-build .data-form-holder .data-form-inner .checkbox-holder {
    text-align: left;
}
.checkbox-holder label {
    font-size: 12px;
    color: #4A4A4A;
}
label {
    display: block;
    margin: 0;
    font-size: .875;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}
.checkbox-holder label input {
    position: absolute;
    z-index: 20;
    opacity: 0;
}
label>[type='checkbox'], label>[type='radio'] {
    margin-right: 0.78125em;
}
[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1.5625em;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
}
input {
    overflow: visible;
}
.checkbox-holder label span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #fff;
}

.checkbox-holder label {
    font-size: 12px;
    color: #4A4A4A;
}
.flexblock-build .form-holder .checkbox-holder label span:before, .flexblock-build .data-form-holder .data-form-inner .checkbox-holder label span:before {
    margin-top: -10px;
}
.flexblock-build .form-holder .checkbox-holder label span:before, .flexblock-build .data-form-holder .data-form-inner .checkbox-holder label span:before {
    top: 50%;
    margin-top: -10px;
}
.checkbox-holder label span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px #C7C7C7 solid;
    left: 0;
    background-color: #fcfcfc;
}
.flexblock.flexblock-build:last-child .form-holder .button.secondary:last-child {
    margin-top: 30px;
}
.flexblock-build .form-holder .button, .flexblock-build .data-form-holder .data-form-inner .button {
    font-size: 15px;
    margin-bottom: 30px;
    padding: 10px 25px;
    text-align: center;
}
.button.secondary {
    margin-top: 20px;
    background-color: #66C0DC;
    color: #fff;
    border-radius: 6px;
}
[type='submit'], [type='button'] {
    appearance: none;
    border-radius: 0;
}
.DataFormHandler_DataFormHandler select {
    width: 100%;
    height: 42px;
}

.contactUsBox{
    position: fixed;
    top: 10%;
    z-index: 200;
    width: 100%;
}
.zhezhao_all{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #4A4A4A;
    opacity: 0.9;
    left: 0;
    top: 0;
    z-index: 100;
}
.zhezhao-colse{
    position: absolute;
    right: 15px;
    padding: 1rem 2rem;
    margin-bottom: 0;
    margin-top: -30px;
    font-size: 16px;
    font-family: "Manque Light";
    background: #0a0a0a!important;
    border-radius: 5px;
}
@media only screen and (max-width: 768px){
    .DataFormHandler_DataFormHandler [type='text'],.DataFormHandler_DataFormHandler textarea,.DataFormHandler_DataFormHandler [type='email']{
        margin: 0 0 1.3em;;
    }
    .button.secondary {
        margin-top: 0 !important;
    }
    .button.secondary.zhezhao-colse{
        margin-top: 15px !important;
    }
    .contactUsBox{
        top: 6% !important;
    }
}

.form-title-area h3{
    color: #fff;
}
.form-title-area{
    margin: 20px 0;
}
.form-holder label{
    color: #fff;
    font-weight: 600;
}
.form-holder label span{
    color: red;
    font-size: 20px;
}
.filter-package .floorplan-slider .nav-dots {
    height: auto;
    bottom: 5px;
    top: auto;
    width: 100%;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.filter-package .floorplan-slider .nav-dots .nav_dot.active {
    border: 0;
    top: auto;
    background-color: #F6F6F6;
}
.filter-package .floorplan-slider .nav-dots .nav_dot {
    width: auto;
    height: auto;
    border-radius: 0;
    cursor: pointer;
    background-color: #fcfcfc;
    font-size: 10px;
    font-family: "Mona Medium";
    display: inline-block;
    padding: 4px 10px;
    top: auto;
    color: #4A4A4A;
    background-image: none;
}
.nav-dots .nav_dot.active {
    background: #fcfcfc;
}
@media only screen and (max-width: 768px){
    .filter-package .floorplan-slider .slide-container.slider-container-multi{
        margin:0 auto;
    }
}
.mySwiper {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.img-inner{

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static!important;
}

.swiper-slide img {
    display: block;
    width: 98%!important;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 13px!important;
    color: #4A4A4A;
    font-weight: bold;
}
.swiper-button-prev{
    left: -10px!important;
}
.swiper-button-next{
    right: -10px!important;
}

.swiper-slide .text-center{
    position: absolute;
    top: -10%;
}


.section-heading, h1.elementor-heading-title {
    font-size: 35px;
    font-family: "Mona SemiBold"!important;
    text-align: center;
    margin: 3rem 0;
}
.experience {
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 20px 15px;
    cursor: pointer;
}
.experience .icon-wrapper {
    margin-bottom: 20px;
}
.experience .icon-wrapper img {
    width: 100px;
}
.filter-content{
    background:#fff;
}
.experience .experience-text .experience-name {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
}
@media (min-width: 1251px) {
    .content-block {
        padding: 70px 0;
    }
}
@media (min-width: 768px) {
    .content-block--full-background {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .block--full-background.height--short {
        padding: 150px 0;
    }
}
.block--full-background.height--short {
    min-height: 400px;
}
.block--full-background {
    position: relative;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}
.block--full-background .block__caption {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight:600;
}
.home-tile {
    overflow: hidden;
    border-radius: 3px;
    border: 1px #E7E7E7 solid;
    margin-bottom: 30px;
    background-color: #fff;
}
.premium {
    color: #20419A !important;

}
.home-tile.premium .thumb {
    border-color: #20419A;
}
.home-tile .thumb {
    border-bottom: 6px #444749 solid;
    position: relative;
}
.home-tile .thumb img {
    width: 100%;
}
@media only screen and (min-width: 640px) {
    .home-tile-range .details {
        padding: 30px;
    }
}
.home-tile-range .details {
    padding: 20px;
}
@media only screen and (min-width: 640px) {
    .home-tile-range .details .title {
        width: 80%;
        text-align: left;
        font-size: 24px;
    }
}
.home-tile-range .details .title {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
@media only screen and (min-width: 768px) {
    .table-content .item {
        display: table-cell;
        vertical-align: middle;
    }
}
.home-tile.essence .thumb {
    border-color: #51BDAC;
}
.home-tile.essence .details .title a, .home-tile.essence a .title {
    color: #51BDAC;
    font-size: 24px !important;
    padding: 0;
}

.home-tile.premium .details .title a, .home-tile.premium a .title {
    font-size: 24px !important;
    padding: 0;
}