

body {
	display: flex;
	flex-direction: column;
}

.main-wrapper {
	flex: 1 0 auto;
}

footer {
	flex-shrink: 0;
}

html {
	overflow: hidden;
	overflow-y: auto;
}

* {
	-webkit-overflow-scrolling: touch;
}


/*================================================
    FLOOR PLAN
================================================*/
.top-cont,
.mid-cont {
	/*max-width: 1200px;*/
	margin: 0 auto;
	width: 80%;
}

/*.form-block select {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    width: 100%;
}*/
.form-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.form-item {
	width: 23%;
	margin-bottom: 30px;
}

.customSelect {
	width: 98%;
}

.customSelect.select-open .selectList {
	width: 100%;
}

.customSelect .selectedValue {
	background: #ececec;
}

.form-block .customSelect .caret {
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.form-block .customSelect,
.form-block select {
	width: 100%;
	height: 80px;
	border-radius: 0;
	background: #ececec;
}

.form-block .selectListInnerWrap dd {
	padding: 15px 10px;
	font-size: 22px;
}

.form-block .customSelect .selected,
.form-block .customSelect dd.hovered {
	background-color: #223d50;
	background-image: none;
}

.form-block .customSelect .selectValueWrap,
.form-block .customSelect .selectedValue {
	height: 80px;
	background-image: none;
	background-color: transparent;
	color: #000000;
	border-color: #ffffff;
	text-shadow: none;
}

.form-block .customSelect .selectValueWrap {
	height: 76px;
}

.form-block .customSelect .selectedValue {
	display: block;
	align-items: center;
	padding: 28px 42px 28px 25px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.form-block .customSelect .selectedValue,
.form-block .selectListInnerWrap dd,
.form-block .form-item label {
	padding: 10px 42px 10px 25px;
	font-size: 18px;
	border: none;
}

.form-block .btn-item {
	/* width: 49%; */
	width: 23%;
	text-align: center;
}

.form-block .btn-item button span {}

.form-block .customSelect .caret {
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	top: 34px;
	right: 25px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.form-block .customSelect.select-open .caret {
	top: 38px;
}

.form-block .customSelect.select-open .caret {
	transform: rotate(225deg);
}

/*.form-block select{position:absolute;z-index:-1;opacity:0;left:0;}*/
.form-block .customSelect .selectList {
	border-radius: 0;
	margin-top: 0;
	padding-top: 0;
}

.form-block .jspDrag {
	left: 3px;
}

.form-block .jspScrollable,
.form-block .jspContainer,
.form-block .customSelect .jspPane {
	width: 100% !important;
	left: 0 !important;
	outline: none;
}

.btn-item .btn,
.plan-left-section .detail-btn,
button.btn {
	width: 100%;
	background-color: #223d50;
	display: flex;
	height: 80px;
	align-items: center;	
	text-align: center;
	cursor: pointer;
	border: none;
	color: #ffffff;
	font-family: "termina";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.4px;
	text-transform: uppercase;
	justify-content: center;
	border-radius: 0;
}

.load-more-btn:focus,
.btn-item .btn:focus,
.detail-btn:focus,
button.btn:focus {
	box-shadow: none;
	outline: 1px dotted #223d50;
}


.load-more-btn {
	display: block;
	padding: 30px 75px;
}

.hasJS select.use-default {
	z-index: 1;
	height: 100% !important;
}

.bottom-margin {
	margin-bottom: 30px;
}

.fp-pages {
	position: relative;
	margin-top: 50px;
}

.fp-pages h5.side-header {
	color: #f05032;
	font-family: "termina";
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transform: rotate(-90deg);
	position: absolute;
	top: 630px;
	z-index: 2;
	left: -30px;
}

.fp-pages h5.side-header:before {
	content: '';
	height: 2px;
	width: 70px;
	background-color: #f05032;
	left: -80px;
	position: absolute;
	top: 6px;
}

.fp-pages h5.side-header:after {
	content: '';
	height: 2px;
	width: 70px;
	background-color: #f05032;
	right: -80px;
	position: absolute;
	top: 7px;
}

.fp-img-heading .arrows {
	width: 100px;
	height: 20px;
	position: absolute;
	right: 0;
	font-size: 21px;
	top: 10px;
	font-family: termina;
}

.fp-img-heading .arrows:before {
	content: ' \25C1';
}

.fp-img-heading .arrows:after {
	content: ' \25B7';
	right: 0;
	position: absolute;
}

.fp-img-heading {
	font-family: "le-monde-livre-std";
    font-size: 36px;
    color: #223d50;
    font-weight: 700;
	position: relative;
	margin-top: 150px;
    margin-bottom: 50px;
    padding-bottom: 0;
}

.fp-img-heading:after{
	content: "";
    position: absolute;
    height: 1px;
    width: 150px;
    background: #f05130;
    bottom: -25px;
    left: 0;
}

.top-cont h1 {
	font-size: 14px;
	color: #f05130;
	font-family: "termina";
	margin-bottom: .5rem;
	text-transform: uppercase;
}

.top-cont h2.bottom-margin {
	font-family: "le-monde-livre-std";
	font-size: 36px;
	color: #223d50;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 0;
	text-transform: none;
}

.top-cont h2.bottom-margin:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 150px;
	background: #f05130;
	bottom: -25px;
	left: 0;
}

.top-cont p{
	font-size: 20px;
}


.plan-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px auto 0;
	background-color: #f05130;
    background-image: url(../../images/dotted_pattern.svg);
    background-size: 150px;
	width: 100%;
	padding: 0 5%;
	position: relative;
}

.plan-block:before{
	content: "";
    display: block;
    width: 100%;
    min-height: 40%;
    position: absolute;
    top: 0;
    z-index: 0;
	left: 0px;
	background-color: #ffffff;
}

.fp-results.fp-pages .plan-block:before{
	display: none;
}

.plan-block .flexslider{
	border: 0;
}

.plan-block-2 {
	margin-top: 80px;
}

.plan-wrap {
	background: none;
}

.plan-block-2 .mid-cont {
	margin-top: 0;
}

.plan-item {
	width: 32%;
	/*min-height: 400px;*/
	background-color: #ececec;
	transition: transform .5s ease;
	cursor: default;
}

.plan-item a{
	outline-color: #223d50;
}

.plan-item h4, .plan-item h3 {
	text-transform: capitalize;
	padding: 30px 20px 0 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.57px;
	font-family: "termina", serif;
	color: #f05032;
}

.plan-item figure {
	text-align: center;
	padding: 20px;
	min-height: 276px;
}

.plan-item figure {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.plan-item figure img{
	max-width: 100%;
}

.plan-item a.view-units-btn {
	display: block;
	height: 75px;
	padding: 27px 20px 0;
	position: relative;
	color: #223d50;
	font-family: termina;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.4px;
	text-decoration: none;
}

.plan-item a.view-units-btn:after {
	width: 55px;
	display: block;
	position: absolute;
	right: 30px;
	height: 26px;
	top: 25px;
	content: '';
	background: url(../images/arrow_blue_fwd.png) center center no-repeat;
}

.st-btn {
	width: 300px;
	position: relative;
	display: block;
	padding-left: 55px;
}

.st-btn:before {
	content: '';
	height: 2px;
	width: 40px;
	background-color: #f05032;
	left: 0;
	position: absolute;
	top: 9px;
}

.st-btn:after {
	content: ' \25B7';
	right: 0;
	position: absolute;
	color: #f05032;
}

.plan-block h1 {
	width: 100%;
	max-width: 785px;
	font-family: le-monde-livre-std;
	font-size: 52px;
	font-weight: 600;
	color: #223d50;
	margin-bottom: 60px;
	padding-left: 65px;
}

.mid-cont {
	margin: 75px 0 125px;
}

.mid-cont .wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-left: 35px;
}

.bottom-cont-wrapper {
	background-color: #eaeaea;
	width: 100%;
	padding: 0 5%;
	/*max-width: 1300px;*/
}

.btn-wrapper {
	width: 100%;
	padding-left: 20px;
}

.btn-wrapper a {
	color: #223d50;
	font-family: termina;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.4px;
}

.bottom-cont .left-wrap h2 {
	font-family: le-monde-livre-std;
	font-size: 52px;
	font-weight: 600;
	color: #223d50;
	margin-bottom: 15px;
}

.bottom-cont .left-wrap {
	width: 60%;
}

.bottom-cont .right-wrap {
	width: 40%;
	text-align: right;
}

.bottom-cont .left-wrap p {
	color: #223d50;
	font-family: objektiv-mk1;
	font-size: 22px;
	font-weight: 400;
}

.bottom-cont {
	background-color: #eaeaea;
	display: flex;
	width: 80%;
	padding: 50px 0;
	align-items: center;
	justify-content: space-evenly;
	max-width: 1150px;
	margin: 0 auto;
}

.bottom-cont button {
	cursor: pointer;
	background-color: #223d50;
	font-family: termina;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	color: #ffffff;
	border: none;
	width: 200px;
	height: 60px;
}

.plan-block .flexslider {
	width: 100%;
}

.flexslider {
	background-color: transparent;
}

.fp-title {
	color: #223d50;
	font-weight: 700;
	text-transform: capitalize;
}

.fp-results .slides ul li {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	padding-left: 20px;
	width: 100%;
	line-height: 1.9;
	text-transform: capitalize;
}

.fp-results .slides>li {
	margin-bottom: 60px;
}

.fp-results .slides .view-units-btn {
	margin-top: 25px;
}

.fp-results .flexslider .slides {
	flex-wrap: wrap;
}

.fp-results .plan-block .slides.result-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.fp-results .plan-item {
	min-height: 365px;
	position: relative;
	background-size: cover;
}

.fp-results .plan-item ul{
	padding-left: 0;
	list-style: none;
}

.plan-item1 {
	background: url('./assets/images/im1.jpg') no-repeat;
}

.plan-item2 {
	background: url('./assets/images/im2.jpg') no-repeat;
}

.plan-item3 {
	background: url('./assets/images/im3.jpg') no-repeat;
}

.fp-results .slides.result-slides .view-units-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
}

.fp-results .result-slides .plan-item h4 {
	color: #ffffff;
}

.fp-results .fp-img-heading {
	font-size: 32px;
	margin-top: 30px;
}

.fp-results .slides li {
	width: 31%;
}

.heading-wrapper {
	width: 84%;
	margin: 0 auto;
}

/*button.btn.load-more-btn {
	display: none;
}
*/

/*Detail page*/
.bc-wrapper a {
	color: #223d50;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding-right: 15px;
}

.bc-wrapper a:not(:last-child):after {
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #f30000;
	border-bottom: 1px solid #fb0000;
	position: absolute;
	transform: rotate(-45deg);
	right: 2px;
	top: 8px;
}

.bc-wrapper a.bc-anchor.left:after {
	left: 4px;
	right: auto;
	font-size: 8px;
	transform: rotate(140deg);
	width: 7px;
	height: 7px;
	bottom: 9px;
	top: auto;
}

.bc-wrapper a.bc-anchor.left {
	width: 160px;
	padding-left: 24px;
}

.bc-wrapper {
	margin-bottom: 60px;
}

.plan-section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.plan-left-section {
	width: 35%;
}

.plan-left-section .addthis_button_more{
	margin-top: 20px;
}

.plan-section figure {
	width: 60%;
	display: flex;
	justify-content: center;
}

.plan-section figure a{
	outline-color: #000;
}

.plan-left-section h6 {
	color: #f05032;
	font-family: termina;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.plan-left-section h6 span {
	margin: 0 7px;
}

.plan-left-section h6.last-item {
	margin-bottom: 25px;
}

.plan-left-section p {
	color: #223d50;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

.fp-pages .plan-left-section .with-marginb {
	margin-bottom: 20px;
}

.plan-left-section .detail-btn.with-marginb {
	margin-top: 35px;
}

.plan-left-section .detail-btn:hover,
.fp-results button.btn.load-more-btn:hover,
.fp-results button.btn.load-more-btn:focus,
.plan-left-section a.detail-btn.with-marginb:not([href]):not([tabindex]) {
	color: #ffffff;
}

.plan-left-section .detail-btn {
	width: 200px;
	height: 60px;
}

.plan-left-section h5, .plan-left-section h1 {
	color: #223d50;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "le-monde-livre-std";
}

.plan-section img {
	margin-top: 65px;
	max-height: 510px;
	max-width: 100%;
}

.disable_link {
	pointer-events: none;
	cursor: default;
}

.fp-reset-filter {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	font-weight: 500;
	font-size: 20px;
	color: #223d50;
	margin-bottom: 30px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.fp-reset-filter ul {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	align-items: center;
}

.fp-reset-filter ul li {
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

.fp-reset-filter ul li a,
.no-results {
	color: #223d50;
}

.fp-reset-filter ul li a.active {
	color: #f05032;
}

.right-wrap {
	display: flex;
	justify-content: center;
}

.fp-reset-filter h5 {
	font-weight: 600;
}

.with-marginb-only {
	margin-bottom: 20px;
}

.loader {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}

.load-more-btn {
	max-width: 260px;
	margin: 0 auto;
}

a.btn .at-icon-wrapper {
	display: none;
}

.customSelect.focused .selectedValue,
.plan-left-section .detail-btn:focus {
	box-shadow: none;
}

.form-block .btn-item {
	position: relative;
}

.form-block .btn-item:after {
	width: 0;
	display: block;
	position: absolute;
	right: 14%;
	height: 26px;
	top: 25px;
	content: '';
	background: url(../images/arrow_white_fwd.png) center center no-repeat;
	transition: all .2s linear;
	pointer-events: none;
}

#main-body .fp-pages p {
	margin-bottom: 0;
}

.hasJS #main-body {
	height: auto;
	flex: 1 0 auto;
}

.hasJS header,
.hasJS .footer-wrap,
.container-newsletter-sign-up,
.container-spotlight-link {
	flex-shrink: 0;
}

.mfp-wrap {
	z-index: 10000;
	background: #0000004f;
}

.mfp-title {
	display: none;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
	color: #000;
	right: 5px;
}

img.mfp-img {
	background: #ffffff;
}

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

.title-wrapp h3 {
	width: 66%;
}

.title-wrapp .cxc_nav_bar {
	width: 33%;
	margin-top: 85px;
	text-align: right;
}

.btn-item .btn {
	width: 75%;
	transition: all .2s linear;
}

.btn-item .btn:hover {
	width: 100%;
	color: #ffffff;
}

.form-block .btn-item:hover:after {
	width: 55px;
}
.form-block .btn-item .btn{
	width: 100%;
	justify-content: center;
}
.form-block .btn-item::after{
	right: unset;
	top: 27px;
	left: 72%;
}
/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
	.load-more-btn {
		display: block;
	}

	.load-more-btn,
	.btn-item .btn,
	.detail-btn,
	button.btn {
		background-color: #223d50 !important;
	}
	.form-block .btn-item:after {
		display: none;
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10+ CSS styles go here */
	.flexslider .slides>li img {
		margin: 0 auto;
	}

	.container-spotlight ._inner,
	.container-features-top h4 {
		margin-top: 8%;
	}
}

.adv_search .selectivo{
	display: block;
}

.adv_search .selectivo button{
	display: block;
	height: 80px;
    align-items: center;
    padding: 28px 42px 28px 25px !important;
    text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
	border: none;
	font-size: 18px;
	background: #ececec;
	line-height: 1.2;
	cursor: pointer;
	text-align: left;
	color: #333;
}

.adv_search .selectivo__dropdown{
	width: 100%;
	z-index: 101;
	background-color: #ffffff;
	padding: 5px 0;
	margin: 2px 0 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	border-radius: 0;
	overflow-y: auto;
	max-height: 350px;
}

.adv_search .mCSB_inside>.mCSB_container{
	margin-right: 0;
}

.adv_search .selectivo__option:hover, .adv_search .selectivo__option--selected{
	background-color: #223d50;
	color: #fff;
}

.adv_search .selectivo .caret {
	pointer-events: none;
    border: solid black;
    border-width: 0 2px 2px 0;
    position: absolute;
    padding: 4px;
    top: 50%;
	right: 25px;
	margin-top: -3px;
	transform: rotate(45deg);
	transition: all ease 0.5s;
}

.adv_search .selectivo.selectivo--open .caret{
	transform: rotate(225deg);
}