*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body,
html{
	overflow-x:hidden;
	scroll-behavior: smooth;
}

img{
	max-width:100%;
	vertical-align: top;
}

#wpadminbar{
	display:none;
}

.container{
	max-width:1250px;
	padding:0 15px;
	margin:0 auto;
	display:block;
	position:relative;
}

section{
	padding:60px 0;
}

body{
	font-family: 'Montserrat';
	position:relative;
	left:0;
	right:0;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.background{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

a{
	text-decoration: none;
}

header{
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	z-index: 99;
}

header .logo{
	max-width: 100px;
	width: 100%;
}

header .logo a{
	display: block;
}

header .flex{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

header .flex .right,
header .flex .left{
	flex: 0 0 50%;
}

header .flex .right{
	text-align: right;
}

header .flex .right .call_now{
	display: inline-block;
	background: #ABF1CF;
	border-radius: 120px;
	padding: 7px;
	padding-right: 20px;
}

header .flex .right .call_now .text{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	vertical-align: text-top;
	color: #002040;
	padding-left: 8px;
}

header .flex .right .call_now .icon{
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #002040;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.first_section{
	position: relative;
    padding-top: 270px;
	padding-bottom: 450px;
}

.first_section h1{
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	text-transform: uppercase;
	color: #002040;
	padding-bottom: 5px;
}

.first_section h4{
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 120%;
	text-transform: uppercase;
	color: #E5C51C;
	padding-bottom: 26px;
}

.first_section p{
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 140%;
	color: #002040;
	padding-bottom: 12px;
}

.full_yellow{
	display: inline-block;
	padding: 14px 22px;
	background: #F8D729;
	border-radius: 50px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 160%;
	text-transform: uppercase;
	color: #002040;
	max-width: 245px;
	width: 100%;
	text-align: center;
}

.first_section .image{
	position: absolute;
	bottom: 0;
	right: 0;
}


.second_section{
	background: #002040;
    padding-top: 128px;
	padding-bottom: 138px;
	text-align: center;
}

.second_section .title h2{
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 120%;
	color: #FFFFFF;
	padding-bottom: 70px;
	text-align: center;
}

.second_section .flex{
	display: flex;
	flex-flow: row wrap;
	padding-bottom: 56px;
}

.second_section .flex .item{
	flex: 0 0 25%;
	text-align: center;
}

.second_section .flex .item .icon{
	height: 75px;
	margin-bottom: 25px;
}

.second_section .flex .item .title h3{
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 160%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.third_section{
    padding-top: 140px;
	padding-bottom: 90px;
}

.third_section .section_title h2{
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 59px;
	text-align: center;
	color: #506080;
	padding-bottom: 65px;
}

.third_section .flex .box{
	padding: 9px 0px;
}

.third_section .flex .box .left .image{
	position: relative;
}

.third_section .flex .box.Yes .left .image:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("assets/images/sold_out.png");
	width: 250px;
    height: 126px;
}

.third_section .flex .box .box_inner{
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-flow: row;
	padding: 34px 23px;
	padding-right: 44px;
}

.third_section .flex .box .left{
	flex: 0 0 35%;
}

.third_section .flex .box .left .image{
	text-align: center;
    max-width: 400px;
	width: 100%;
    margin: 0 auto;
}

.third_section .flex .box .right{
	flex: 0 0 65%;
	padding-left: 32px;
}

.wrapper{
	display: flex;
	flex-flow: row wrap;
}

.wrapper .left_side{
	flex: 0 0 55%;
}

.wrapper .right_side{
	flex: 0 0 45%;
	padding-left: 95px;
	padding-top: 35px;
}

.wrapper .left_side h4{
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	text-transform: uppercase;
	color: #506080;
	padding-bottom: 12px;
}

.wrapper .left_side h4 span{
	font-weight: 700;
}

.wrapper .left_side p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #434343;
}

.wrapper .right_side .item .title h4{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	text-transform: uppercase;
	color: #506080;
}

.wrapper .right_side .item{
	padding-bottom: 20px;
}

.wrapper .right_side .item.suprafata span{
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 130%;
	text-transform: uppercase;
	color: #506080;
}

.wrapper .right_side .item.pret_initial span{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: #ACF0D0;
	position: relative;
}

.wrapper .right_side .item.pret_initial span:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("assets/images/line.png");
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

span.tva{
	color: #F8D729;
	vertical-align: middle;
}

span.tva:after{
	display: none !important;
}


.wrapper .right_side .item span.tva{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;	
	color: #ACF0D0;
}

.promotional{
	background: #002040;
	padding: 15px 20px;
	padding-bottom: 20px;
	padding-right: 0;
	display: flex;
	flex-flow: row wrap;
}

.promotional .left_side{
	flex: 0 0 50%;
}

.promotional .right_side{
	flex: 0 0 50%;
	padding-left: 120px;
}

.promotional .left_side h4{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.promotional .left_side span{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #ACF0D0;
	display: block;
	padding-top: 3px;
}

.promotional .right_side .price{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: #F8D729;
}

.promotional .right_side .price .tva{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #F8D729;
	margin-top: -1px;
	padding-left: 3px;
	display: inline-block;
}

.location_section{
	padding-top: 100px;
}

.location_section .map_container{
	position:relative;
}
.location_section .text_on_map{
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
}
.location_section .text_on_map h4{
	font-weight: 900;
	font-size: 48px;
	line-height: 140%;
	color: #ffffff;
	display: inline-block;
    background: #002040;
	padding: 20px 40px;
}
.location_section .main_boxes{
	letter-spacing: -7px;
	margin-left:-20px;
	margin-right:-20px;
}
.location_section .main_boxes > div{
	display:inline-block;
	width:50%;
	letter-spacing: normal;
	padding:0 20px;
	margin-bottom:40px;
	vertical-align: top;
}
.location_section .main_boxes .box_item_inner{
	background: #ACF0D0;
	padding-left:150px;
	position:relative;
	padding-right:80px;
	padding-bottom:40px;
	padding-top:30px;
	min-height:210px;
}
.location_section .main_boxes h3{
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	/* identical to box height, or 34px */
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom:30px;
}
.location_section .main_boxes .icon{
	position:absolute;
	left:30px;
	bottom:60px;
}
.location_section .main_boxes ul{
	list-style:none;
}
.location_section .main_boxes li{
	display:flex;
	flex-direction: row;
}
.location_section .main_boxes li > span{
	align-items: center;
}
.location_section .main_boxes li > span:first-child{
	flex:0 0 70%;
	font-size: 18px;
	line-height: 140%;
	/* or 25px */


	/* Delta City White */

	color: #002040;
}
.location_section .mobile_location{
	display:none;
}
.location_section .main_boxes li > span:nth-child(2){
	flex:0 0 30%;
	text-align: right;
}
.location_section .main_boxes .inner_container{
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;
}
.location_section .main_boxes .inner_container p{
	font-size: 18px;
	line-height: 140%;
	/* or 25px */


	/* Delta City White */
	margin-left:5px;
	color: #002040;
	width: 65px;
    text-align: left;
    padding-left: 2px;
}

.location_section .main_boxes .inner_container svg path{
    stroke: #002040;
}

.location_section .bottom_boxes{
	margin-top:-50px;
}

.about_section{
	padding-top: 0;
}

.about_section .section_title {
    margin-bottom: 20px;
}

.about_section .section_title h2 {
    font-weight: 900;
    font-size: 48px;
    line-height: 59px;
    color: #002040;
    margin: 0;
}

.about_section p {
    font-size: 24px;
    line-height: 140%;
    color: #434343;
}

.about_section{
	padding-bottom: 0;
}

.about_section .big_image{
	margin-top: -150px;
}

.whatsapp_btn{
	display: none;
}

footer{
	padding-top:100px;
	background:#002040;
	padding-bottom:60px;
}
footer .top_logo{
	margin-bottom:70px;
}
footer .custom_row{
	display:flex;
	flex-direction: row;
	margin:0 -15px;
}

footer .custom_row .right{
	padding-left: 25px;
}

footer .custom_row > div{
	flex:0 0 50%;
	padding:0 15px;
}
footer .form_container{
	background:#fff;
	padding:70px 30px;
	text-align:center;
	top: -200px;
    position: relative;
    max-height: 900px;
    height: 100%;
}
footer .main_form_container{
	max-width:565px;
	margin-left:auto;
	margin-right:auto;
}
footer .main_form_container iframe{
	width:100%;
	border:0 none;
	height:810px;
}
footer .form_container h2{
	font-weight: 900;
	font-size: 48px;
	line-height: 59px;
	text-align: center;
	color: #506080;
	padding-bottom: 40px;
}
footer .column{
	margin-bottom:70px;
}

footer .social_list a,
footer .legal_pages a{
	text-transform: uppercase;
}

footer .column ul li{
	list-style:none;
	display:flex;
	flex-direction:row;
	align-items: center;
	padding-bottom: 5px;
}
footer .column a,
footer .column p{
	font-size: 24px;
	line-height: 180%;
	color: #FFFFFF;
}
footer .column span:last-child{
	padding-left:10px;
}
footer .bottom_footer {
	padding-top: 0px;
	margin-top: -120px;
}


.page-template-Legal footer .bottom_footer{
	margin-top: 0;
}

footer .bottom_footer ul{
	display:flex;
	flex-direction: row;
	margin:0 -15px;
}
footer .bottom_footer li{
	flex:0 0 50%;
	padding:0 15px;
	list-style: none;
}
footer .bottom_footer li:last-child{
	text-align: right;
}
footer .bottom_footer li p,
footer .bottom_footer li a{
	font-size: 16px;
	line-height: 230%;
	color: #FFFFFF;
	display: inline-block;
}

footer .column .social_list a{
	font-size: 16px;
}

footer .column .legal_pages li,
footer .column .social_list li{
	padding-bottom: 12px;
}

footer .column .legal_pages a{
	font-size: 16px;
}

footer .bottom_footer li a.call{
	padding-left: 20px;
}

footer .bottom_footer li p span{
	padding-left:20px;
}

@media all and (max-width:1400px){
	header{
		padding-top:10px;
		padding-bottom:10px;
	}
	header .main_menu li{
		padding-left:10px;
		padding-right:10px;
	}
	.first_section_home {
		padding-top: 250px;
		padding-bottom: 520px;
	}
	.section_title h1{
		font-size:42px;
	}
	.first_section_home .section_description p{
		font-size:24px;
	}
	.first_section_home .section_description {
		margin-bottom: 35px;
	}
	.rounded_btn.yellow{
		font-size:18px;
		padding: 15px 50px;
	}

	.second_section_home .white_box h2{
		font-size:38px;
		margin-bottom:30px;
	}
	.section_title h2{
		font-size:38px;
		line-height:54px;
	}
	.second_section_home .white_box{
		padding:80px 15px;
	}
	p,
	.apartments_list .bottom_boxes p{
		font-size:21px;
	}
	.third_section_home .left .box{
		-webkit-transform:translateY(-30%);
		-ms-transform:translateY(-30%);
		transform:translateY(-30%);
	}
	.last_available .bottom_details h3{
		font-size:38px;
		margin-bottom:15px;
	}
	.last_available .bottom_details li > span, 
	.last_available .bottom_details li p{
		font-size:18px;
		line-height:24px;
	}
	.last_available .bottom_details li .small{
		font-size:60%;
	}
	.last_available .bottom_details li p.inline {
		width: auto;
		flex: 0 0 auto;
	}
	.features_section .section_title h2{
		font-size:38px;
	}
	.features_section .section_title{
		margin-bottom:40px;
	}
	.features_section .background{
		height:360px;
	}
	.features_section h3{
		font-size:21px;
		min-height:1px;
	}
	.features_section p{
		font-size:18px;
		line-height:24px;
	}
	.virtual_tour_section .section_title h2{
		font-size:38px;
	}
	.location_section .text_on_map h4{
		font-size:24px;
	}
	footer .form_container h2{
		font-size:38px;
	}
	footer .column a, 
	footer .column p {
		font-size: 18px;
		line-height: 44px;
	}
	footer .column {
		margin-bottom: 40px;
	}
}
@media all and (max-width:1024px){
	header .column{
		display:none;
	}
	header .logo{
		display:block;
		width:100%;
		flex:0 0 100%;
	}
	header .mobile_menu_btn{
		display:block;
		position:absolute;
		right:15px;
		top:50%;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}

	header .mobile_menu_btn button{ 
		background:transparent;
		border:0 none;
		cursor:pointer;
	}
	.apartments_list .details li span{
		font-size:18px;
	}
	.apartments_list .name .arrow button{
		width:60px;
		height:60px;
	}
	.apartments_list .name p{
		font-size:20px;
	}
	.apartments_list .name{
		padding:35px 30px;
	}
	.apartments_list .name .arrow{
		right:30px;
	}
	.apartments_list .bottom_boxes .background {
		height: 230px;
	}
	.apartments_list .bottom_boxes h3{
		font-size:20px;
		min-height:1px;
	}
	p, 
	.apartments_list .bottom_boxes p {
		font-size: 18px;
	}

	.location_section .main_boxes .box_item_inner{
		padding-left:100px;
	}
	.location_section .main_boxes .icon{
		left: 23px;
    	max-width: 55px;
	}
	.location_section .main_boxes h3{
		font-size:18px;
	}
	.location_section .main_boxes li > span,
	.location_section .main_boxes .inner_container p{
		font-size:16px !important;
	}
	.location_section .main_boxes .box_item_inner{
		min-height:180px;
		padding-right:60px;
	}
	.location_section .main_boxes h3{
		margin-bottom:20px;
	}
}
@media all and (max-width:800px){
	header .logo svg{
		width:70px;
	}
	header {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.section_title h1 {
		font-size: 32px;
	}
	.first_section_home .section_description p {
		font-size: 18px;
	}
	.first_section_home {
		padding-top: 210px;
		padding-bottom: 230px;
	}
	.second_section_home .white_box h2 {
		font-size: 28px;
	}
	.second_section_home .white_box {
		padding: 50px 15px;
	}
	.second_section_home .top_structure {
		margin-top: -220px;
	}
	.third_section_home .custom_row {
		flex-direction:column;
	}
	.third_section_home .custom_row > div {
		flex: 0 0 100%;
	}
	.third_section_home .custom_row .right {
		text-align: center;
		padding-top: 20px;
	}
	.third_section_home .left .box{
		width:100%;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		margin-bottom:20px;
		margin-top:-50px;
	}
	.second_section_home{
		padding-bottom:0;
	}
	.third_section_home{
		padding-top:0;
	}
	.apartments_list{
		margin-top:0;
		padding-top:60px;
	}
	.apartments_list .custom_row{
		flex-direction: column;
	}
	.apartments_list .custom_row > div{
		flex:0 0 100%;
	}
	.apartments_listing {
		margin-bottom: 80px;
	}
	.last_available .custom_row .left{
		padding-top:0;
		text-align:center;
		margin-bottom:50px;
	}
	.last_available .custom_row > div{
		width:100%;
	}
	.last_available .custom_row .right:before{
		left:0;
	}
	.last_available .bottom_details h3{
		text-align:center;
	}
	.last_available .big_image{
		padding-top:80px;
	}
	.last_available .house_arrows{
		bottom:-55px;
	}
	.features_section .section_title h2 {
		font-size: 28px;
	}
	.location_section .mobile_location{
		display:block;
	}
	.location_section .desktop_location{
		display:none;
	}
	.location_section .text_on_map{
		position:relative;
		left:auto;
		top:auto;
		right:auto;
		bottom:auto;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		text-align:center;
		margin-bottom:30px;

	}
	.location_section .text_on_map br{
		display:none;
	}
	.location_section .main_boxes .icon{
		position:relative;
		left:auto;
		top:auto;
		right:auto;
		bottom:auto;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:25px;
		text-align: center;
	}
	.location_section .main_boxes .box_item_inner{
		padding:50px 30px;
	}
	.location_section .main_boxes h3{
		text-align:center;
	}
	.location_section .main_boxes{
		margin-left:-10px;
		margin-right:-10px;
	}
	.location_section .main_boxes .icon img {
		max-height: 50px;
	}
	.location_section .main_boxes > div{
		padding:0 10px;
		margin-bottom:20px;
	}
	.features_section{
		padding-top:60px;
	}
	.last_available .section_description{
		margin-bottom:20px;
	}

	.about_section .section_title h2{
		text-align:center;
	}
	.about_section .section_description{
		text-align:center;
	}
	.about_section .section_description br{
		display: none;
	}
	footer .custom_row{
		flex-direction: column;
	}
	footer .custom_row .left{
		margin-bottom:20px;
	}
	footer .custom_row > div{
		flex:0 0 100%;
	}
	footer .top_logo{
		text-align: center;
	}
	footer .column .legal_pages li{
		flex-direction: column;
	}
	footer .legal_pages{
		text-align:center;
	}
	footer .column:last-child{
		margin-bottom:0;
	}
	footer .column .legal_pages,
	footer .border_on_mobile{
		padding-bottom:20px !important;
		margin-bottom:20px;
		position:relative;
	}
	footer .bottom_footer ul{
		flex-direction: column;
	}
	footer .bottom_footer li{
		text-align:center !important;
	}
	footer .column .legal_pages:after,
	footer .border_on_mobile:after{
		content:"";
		position:absolute;
		left:50%;
		bottom:0;
		width:130px;
		height:2px;
		border-radius:5px;
		background: #ACF0D0;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	footer .form_container h2 {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 20px;
	}
	footer .bottom_footer{
		padding-top:0;
	}
	.third_section .flex .box .box_inner{
		flex-flow: row wrap;
	}
	.third_section .flex .box .left{
		flex: 0 0 100%;
	}
	.third_section .flex .box .right{
		padding-left: 0;
		padding-top: 40px;
		flex: 0 0 100%;
	}
	.wrapper .left_side{
		flex: 0 0 100%;
	}
	.wrapper .right_side{
		padding-left: 0;
		flex: 0 0 100%;
	}
} 
@media all and (max-width:680px){
	.location_section .main_boxes > div{
		width:100%;
	}
	.features_section .slider_container{
		padding-left: 0 !important;
	}
	.features_section .inner_slider_container{
		margin-left:0;
		margin-right:0;
	}
	.features_section h3{
		min-height:1px;
		margin-bottom:10px;
	}
	.last_available .big_iamge{
		margin-left:-230px;
		margin-right:-200px;
	}
	.last_available .background {
		height: 650px;
	}
	.second_section_home .white_box {
		padding: 30px 15px;
	}
}
@media all and (max-width:580px){
	.apartments_list .bottom_boxes{
		flex-direction: column;
	}
	.apartments_list .bottom_boxes > div{
		flex:0 0 100%;
		margin-bottom:50px;
		text-align:center;
	}
	.last_available .bottom_details{
		padding-left:0;
	}
	.apartments_list .bottom_boxes > div:last-child{
		margin-bottom:0;
	}
	.apartments_list .bottom_boxes h3{
		min-height:1px;
	}
	.section_title h2 {
		font-size: 28px;
		line-height: 45px;
	}
	.third_section_home .left p {
		font-size: 19px;
		line-height: 29px;
	}
	.third_section_home .left .box{
		padding:50px 15px;
		margin-top:-25px;
	}
	.last_available .bottom_details li > span, 
	.last_available .bottom_details li p {
		font-size: 16px;
		line-height: 20px;
	}
	.last_available .bottom_details h3{
		font-size:28px;
	}
	.apartments_list .name .arrow svg{
		width:14px;
	}
	.apartments_list .name .arrow button {
		width: 45px;
		height: 45px;
	}
	.apartments_list .name .arrow {
		right: 20px;
	}
	.apartments_list .name {
		padding: 25px 70px 25px 20px;
	}
	.apartments_list .name p {
		font-size: 16px;
	}
	.apartments_list .details li span {
		font-size: 16px;
	}
	.apartments_list .details {
		padding-left: 5px;
		padding-right: 5px;
	}
	.apartments_list .custom_row .right{
		padding-left: 0;
	}
	.apartments_list .details li.pret_promotional span:first-child{
		padding-right: 10px;
	}
	footer .column a, 
	footer .column p{
		font-size:16px;
	}
	footer .bottom_footer li p, 
	footer .bottom_footer li a{
		font-size:14px;
	}
	header{
		padding: 0;
	}
	header .logo{
		max-width: 70px;
	}
	.first_section{
		padding-top: 137px;
		padding-bottom: 300px;
	}
	.first_section h1{
		font-size: 24px;
		line-height: 120%;
		max-width: 320px;
	}
	.first_section h4{
		font-size: 20px;
		line-height: 120%;
		padding-bottom: 15px;
	}
	.first_section h1 br{
		display: none;
	}
	.first_section p{
		font-size: 18px;
		line-height: 130%;
	}
	.first_section p{
		padding-bottom: 12px;
	}
	.first_section .image{
		left: -120px;
	}
	
	.first_section.newdesign1 .image {
		left: 0;
	}
	.full_yellow{
		font-size: 12px;
		padding: 11px 22px;
		max-width: 210px;
	}
	.second_section{
		padding: 90px 0px;
	}
	.second_section .flex .item{
		flex: 0 0 100%;
		padding-bottom: 40px;
	}
	.second_section .flex .item:last-child{
		padding-bottom: 0px;
	}
	.second_section .title h2{
		font-size: 32px;
		line-height: 120%;
	}
	.second_section .flex .item .title h3{
		font-size: 18px;
	}
	.second_section .flex .item .icon{
		margin-bottom: 15px;
		max-width: 60px;
	    margin-left: auto;
	    margin-right: auto;
	    height: auto;
	}
	.third_section{
		padding-bottom: 50px;
		padding-top: 90px;
	}
	.third_section .section_title h2{
		font-size: 32px;
		line-height: 120%;
		padding-bottom: 35px;
	}
	.about_section .section_title h2{
		font-size: 28px;
    	line-height: 45px;
	}
	.about_section p{
		font-size: 18px;
	}
	.about_section{
		padding-top: 0;
	}
	.third_section .flex .box .box_inner{
		padding-right: 20px;
		padding-left: 20px;
	}
	.third_section .flex .box .box_inner{
		display: block;
		padding-bottom: 0;
	}
	.wrapper .left_side h4{
		font-size: 16px;
	}
	.wrapper .left_side p{
		font-size: 14px;
	}
	.wrapper .right_side{
		padding-top: 20px;
	}
	.wrapper .right_side .item.suprafata span{
		font-size: 20px;
	}
	.wrapper .right_side .item.pret_initial span{
		font-size: 20px;
	}
	.promotional{
		margin: 0 -20px;
		position: relative;
		padding-bottom: 40px;
	}
	.promotional .left_side h4{
		font-size: 16px;
	}
	.promotional .right_side .price{
		font-size: 16px;
	}
	.promotional .right_side{
		padding-left: 30px;
	}
	.promotional .left_side span{
		position: absolute;
		bottom: 15px;
		left: 20px;
	}
	header .flex .right .call_now .text{
		display: none;
	}
	header .flex .right .call_now{
		padding: 5px !important;
	    position: fixed;
	    right: 32px;
	    bottom: 32px;
	}
}
@media all and (max-width:420px){
	.rounded_btn.yellow {
		font-size: 16px;
		padding: 15px 50px;
	}
	.last_available .background {
		height: 435px;
	}
	.promotional .right_side{
		padding-left: 20px;
	}
}
@media all and (max-width:380px){
	.last_available .bottom_details li > span, 
	.last_available .bottom_details li p {
		font-size: 14px;
		line-height: 20px;
	}
}



/* legal page */
.first_section_legal .nav a > * {
    display: inline-block;
    vertical-align: middle;
}
.first_section_legal{
	padding-top:200px;
	background-color:rgba(0, 32, 64, 1);
}
.first_section_legal .nav{
	display:flex;
	flex-direction:row;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
	margin-bottom:400px;
}
.first_section_legal .nav a{
	font-family: 'Open Sans';
	font-size: 28px;
	line-height: 140%;
	letter-spacing: 0.2em;
	text-transform: uppercase;

	color: #FFFFFF;
}
.page-id-68 .nav li:first-child{
	display:none;
}
.page-id-68 .nav li:last-child{
	margin-left:auto;
}
.page-id-68 .terms .icon.left,
.page-id-68 .cookies .icon.right{
	display:none;
}
.first_section_legal .section_title{
	margin-bottom:80px;
}
.content_page_legal .page_content{	
	max-width:880px;
	margin:0 auto;
	display:block;
}
.content_page_legal .outer_container{
	background:#fff;
	padding:150px 15px;
	margin-top:-480px;
}
.page-template-Legal footer .left{
	display:none;
}
.page-template-Legal footer .right{
	flex:0 0 100%;
	display:block;
	letter-spacing:-7px;
}
.page-template-Legal footer .top_logo,
.page-template-Legal footer .column{
	width:40%;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
}
.page-template-Legal footer .top_logo{
	width:20%;
}
.page-template-Legal footer .column:last-child{
	display:none;
}
.page-template-Legal footer .column:nth-child(2) {
    width:60%;
}
.page-template-Legal footer .column:nth-child(3) {
    width:20%;
}
.page-template-Legal footer .bottom_footer{
	padding-top:0;
}
.page-template-Legal footer .bottom_footer ul{
	padding-top:70px;
	margin-top:70px;
	border-top:1px solid #fff;
}

.page-id-66 .nav .terms,
.page-id-66 .nav .conf .right,
.page-id-66 .nav .cookies .left{
	display:none;
}

.page-id-66 .nav .cookies{
	margin-left:auto;
}
.page-id-71 .cookies{
	display:none;
}
.page-id-71 .terms .left{
	display:none;
}
.page-id-71 .conf .right{
	display:none;
}
.page-id-71 .terms{
	margin-left:auto;
}

.first_section_legal h1{
	font-weight: 900;
    font-size: 54px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.content_page_legal p{
    font-size: 24px;
    line-height: 140%;
    color: #434343;
}

@media all and (max-width:1200px){
	.first_section_legal .nav a{
		font-size:18px;
	}
	.content_page_legal .outer_container{
		padding:30px 15px;
	}
}
@media all and (max-width:760px){
	.page-template-Legal footer .top_logo, 
	.page-template-Legal footer .column{
		width:100% !important;
		margin-bottom:20px;
	}	
	.first_section_legal {
		padding-top: 140px;
	}
	.first_section_legal .section_title {
		margin-bottom: 400px;
	}
	.first_section_legal .nav{
		display:none;
	}
	.first_section_legal h1{
		font-size: 32px;
	}
	.content_page_legal p{
		font-size: 18px;
	}
}
.whatsapp_btn{
	position:fixed;
	left:0;
	bottom:20px;
	z-index:999;
	display: block;
}
.back_up{
	position: absolute;
    right: 0;
    bottom: 105px;
}
@media all and (max-width:760px){
	.whatsapp_btn svg{
		width:64px;
	}
}


.page-template-thank footer .top_footer{
	display: none;
}

.page-template-thank footer .bottom_footer{
	padding-top: 0;
}

.page-template-thank footer{
	padding: 60px 0px;
}

.page-template-thank header{
	background: #002040;
}

#thank_you{
	padding-top: 257px;
	min-height: 1712px;
	text-align: center;
	position: relative;
}

#thank_you:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url("assets/images/thank.png");
	height: 1186px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

#thank_you h2{
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 140%;
	color: #506080;
	padding-bottom: 14px;
}

#thank_you p{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	padding-bottom: 70px;
	color: #434343;
	max-width: 880px;
    margin: 0 auto;
}

#thank_you a{
	padding: 25px 56px;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	text-transform: uppercase;
	color: #002040;
	display: inline-block;
	background: #F8D729;
	border-radius: 50px;
}

.anpc_new_rules{
	text-align: center;
	padding-top: 20px;
}

.anpc_new_rules ul li{
	list-style: none;
	display: inline-block;
	padding: 0 5px;
}



.first_section.newdesign {
    padding-bottom: 203px;
}

.first_section.newdesign .htitle {
    margin-top: 58px;
	text-transform: initial;
	letter-spacing: -0.05em;
}
.first_section.newdesign .hdescription {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 125%;
	letter-spacing: -0.02em;
	color: #002040;
    margin-top: 5px;
    margin-bottom: 11px;
}


.first_section.newdesign .green_text {
	color: #65D4A0;
}
.first_section.newdesign .image {
	padding-bottom: 43px;
	bottom: auto;
    right: 0;
    top: 0;
}

.newdesign .apartment_detail_column {
    display: flex;
    flex-flow: wrap;
    max-width: 393px;
    width: 100%;
    align-items: center;
    justify-content: center;
	margin-top: 107px;
}

.newdesign .apartment_detail_column .col2 {
	flex: 0 0 50%;
}

.newdesign .full_yellow.change_to_green {
    border-radius: 4px;
}

.home .third_section{
	background: #002040;
}

.home .third_section .section_title h2{
	color: #ffffff;
}

.home .wrapper .right_side .item.suprafata span{
	color: #002040;
}

.home .promotional{
	background: #F8D729;
}

.home .promotional .left_side h4{
	font-weight: 700;
}

.home .promotional .left_side span{
	color: #ffffff;
}

.home .promotional .right_side .price{
	color: #002040;
	font-weight: 900;
}

.home .promotional .right_side .price .tva{
	color: #002040;
	font-weight: 900;
}

.new_features_section{
	padding-top: 50px;
}

.new_features_section .flex{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -20px;
}

.new_features_section .flex .right,
.new_features_section .flex .left{
	flex: 0 0 50%;
	padding: 0 20px;
}

.new_features_section .flex .right{
	margin: -20px 0px;
}

.new_features_section .item .bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
    align-items: center;
    padding-left: 45px;
    height: 100%;
}

.new_features_section .item{
	height: 33.33%;
	padding: 20px 0px;
}

.new_features_section .item .text{
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 140%;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 37px;
}


.first_section.newdesign1 {
    padding-bottom: 170px;
}
.first_section.newdesign1 .image {
	width: 100%;
    padding-bottom: 43px;
    bottom: auto;
    right: 0;
    top: 0;
}

.first_section.newdesign1 .image img:first-child{
	position: absolute;
	top: 0;
	left: 0;
}

.home .second_section {
	position: relative;
	z-index: 2;
	background: #FFF;
}

.home .second_section .title h2{
	color: #002040;
	font-family: Montserrat;
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 120%;
}

.home .second_section .flex .item .title h3{
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
	color: #506080;
}

.first_section.newdesign1 .image img {
	width: 100%;
	object-fit: cover;
}

.first_section.newdesign1 .htitle {
	font-family: Montserrat;
	font-size: 80px;
	font-style: normal;
	font-weight: 900;
	line-height: 110%;
	text-transform: uppercase;
	color: #ffffff;
}

.first_section.newdesign1 .hdescription {
	font-family: Montserrat;
	font-size: 34px;
	font-style: normal;
	font-weight: 900;
	line-height: 110%;
	text-transform: uppercase;
	color: #F8D729;
}

.newdesign1 .full_yellow.change_to_green {
	max-width: initial;
    width: auto;
	max-width: 100%;
    padding: 23px 70px;
	border-radius: 4px;
	background: #FFF;
    margin-top: 11px;
    
	color: #002040;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 26%;
	text-transform: uppercase;
}

.head_items .flex{
	display: flex;
	align-items: center;
	padding-top: 88px;
}

.head_items .flex .left{
	padding-right: 75px;
}

.head_items .flex .left .box{
	border-radius: 12px;
	background: #00203F;
	padding: 30px;
	width: 470px;
	padding-right: 60px;
}

.head_items .flex .left .heading{
	color: #FFF;
	font-family: Montserrat;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;	
	padding-bottom: 20px;
}

.head_items .flex .left .location{
	display: flex;
	align-items: center;
}

.head_items .flex .left .location .title{
	color: #65D4A0;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -0.88px;
	padding-left: 15px;
}

.head_items .head_list li{
	list-style: none;
	display: flex;
	padding: 10px 0px;
}

.head_items .head_list li .text{
	padding-left: 22px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.8px;
	text-transform: uppercase;
}

.head_items .head_list li .icon{
	display: flex;
    align-items: center;
}

.yellow_bar_banner{
	background: #F8D729;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	padding: 27px 20px;
}

.yellow_bar_banner ul li{
	list-style: none;
	display: inline-block;
	color: #002040;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	padding: 0 10px;
	position: relative;
}

.yellow_bar_banner ul li:after{
	content: "/";
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.yellow_bar_banner ul li:last-child:after{
	display: none;
}

.newdesign1 .apartment_detail_column {
	margin-top: 111px;
}

.list_detail .hlist {
	list-style: none;
}
.list_detail .hlist .hlist_item {
	position: relative;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 15.3337px;
	line-height: 115%;
	letter-spacing: -0.05em;
	color: #002040;
	padding-left: 20px;
    padding-bottom: 11px;
}

.list_detail.style_one .hlist .hlist_item {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 115%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 294px;
    border: 1px solid #fff;
    padding: 17px 17px 15px 42px;
    margin-top: -1px;
}

.list_detail.style_one .hlist .hlist_item:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 13px;
    top: 20px;
    left: 15px;
    background-repeat: no-repeat;
    background: url(/wp-content/themes/comercial/assets/images/list_green_tick.svg);
    background-size: cover;
}

.list_detail .hlist .hlist_item:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 11px;
	top: 4px;
	left: 0;
	background-repeat: no-repeat;
	background: url('/wp-content/themes/comercial/assets/images/list_green_tick.svg');
	background-repeat: cover;
}

.big_image img {
	object-fit: cover;
	width: 100%;
}

@media( max-width: 1920px ) {
	
	.first_section.newdesign1 .image {
	    padding-bottom: 0;
	    height: 100%;
		
	}
	.first_section.newdesign1 .image img {
	    height: 100%;
    	object-fit: cover;
	}
}
@media( max-width: 1600px ) {
	.first_section.newdesign1:before {
		display: none;
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 630px;
	    height: 100%;
	    background: #fff;
	    z-index: 1;
	}
	.first_section.newdesign1 .container {
		z-index: 2;
	}
	
	.first_section.newdesign:before {
		display: inline-block;
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 630px;
	    height: 100%;
	    background: #fff;
	    z-index: 1;
	}
	.first_section.newdesign .container {
		z-index: 2;
	}
}

@media( max-width: 1400px ) {
	.first_section.newdesign:before {
    	width: 535px;
		
	}
	.first_section.newdesign1:before {
    	width: 535px;
		
	}
	
	.first_section.newdesign1 .image img {
	    object-position: left;
	}
	.list_detail.style_one .hlist .hlist_item:first-child {
		margin-left: 0;
		border-right: 0;
		border-left: 1px solid #fff;
	}
	.list_detail.style_one .hlist .hlist_item {
		display: inline-block;
	    margin-left: -5px;
	    border-left: 0;
	}
}


@media( max-width: 1200px ) {
	.first_section.newdesign:before {
    	width: 455px;
		
	}
	
}

@media( max-width: 991px ) {
	
	.first_section.newdesign1:before {
    	display: none;
		
	}
	.first_section.newdesign1 .hdescription {
		font-size: 18px;
    	line-height: 130%;
	}
	.newdesign1 .apartment_detail_column {
		margin-top: 30px;
	}
	
	.first_section.newdesign1 .htitle {
		padding-top: 15px;
	}
	
	.first_section.newdesign:before {
    	display: none;
		
	}
	
	.first_section.newdesign {
	    padding-top: 387px;
        padding-bottom: 30px;
	}
	.first_section.newdesign .container {
		background: #fff;
		padding: 0 15px 30px 15px;
	    position: relative;
	    bottom: -56px;
	}
	.first_section.newdesign .hdescription {
		font-size: 18px;
    	line-height: 130%;
	}
	.newdesign .apartment_detail_column {
		margin-top: 30px;
	}
	
	.first_section.newdesign .htitle {
		padding-top: 15px;
	}
	
	.first_section.newdesign1 .image img {
	    object-position: center;
	}
}


@media (max-width: 640px ) {
	.list_detail.style_one .hlist .hlist_item:first-child {
		margin-left: 0;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.list_detail.style_one .hlist .hlist_item {
		display: inline-block;
	    margin-left: 0;
	    border-left: 1px solid #fff;
	}
}

@media (max-width: 580px) {
	.first_section.newdesign h1 br {
	    display: inline-block;
	}
	.first_section.newdesign1 h1 br {
	    display: none;
	}
}





/* New Media Query for new design */

@media (max-width: 1440px){
	.back_up{
		bottom: 145px;
		z-index: 99;
	}
	footer .column .legal_pages:after, footer .border_on_mobile:after{
		display: none;
	}
}

@media (max-width: 1024px){
	.new_features_section .flex .right, 
	.new_features_section .flex .left{
		flex: 0 0 100%;
	}
	.new_features_section .flex .right{
		padding-top: 40px;
	}
	.new_features_section .item .bg{
		padding: 60px 20px;
	}
}

@media (max-width: 768px){
	.head_items .flex{
		flex-flow: column;
		align-items: baseline;
	}
	.head_items .flex .right{
		padding-top: 20px;
	}
	.yellow_bar_banner{
		display: none;	
	}
	.about_section .big_image{
		margin-top: -50px;
	}
	.back_up{
		display: none;
	}
}

.first_section.newdesign1 .image img:nth-child(3){
	display: none;
}

@media (max-width: 580px){
	.whatsapp_btn{
		display: none;
	}
	.first_section.newdesign1 .htitle{
		font-size: 40px;
		max-width: 100%;
	}
	.newdesign1 .full_yellow.change_to_green{
		font-size: 12px;
    	padding: 18.5px 40px;
    	margin-top: 8px;
	}
	.head_items .flex{
		padding-top: 40px;
	}
	.head_items .flex .left{
		padding-right: 0;
		width: 100%;
	}
	.head_items .flex .left .box{
		width: 100%;
	}
	.head_items .flex .left .heading{
		font-size: 24px;
	}
	.head_items .flex .left .location .title{
		font-size: 16px;
		padding-left: 10px;
	}
	.head_items .flex .left .location svg{
	    width: 16px;
	    height: 18px;
	}
	.head_items .head_list li .text{
		font-size: 12px;
		padding-left: 8px;
	}
	.first_section.newdesign1{
		padding-bottom: 80px;
	}
	.home .second_section .title h2{
		font-size: 32px;
		padding-bottom: 50px;
	}
	.home .second_section .flex .item .title h3{
		max-width: 260px;
    	margin: 0 auto;
    	font-size: 18px;
	}
	.new_features_section .flex .right{
		padding-top: 30px;
	}
	.new_features_section .item{
		padding: 10px 0px
	}
	.new_features_section .item .text{
		padding-left: 0;
		padding-top: 15px;
		font-size: 18px;
	}
	.new_features_section .item .bg{
   		flex-flow: column;
		justify-content: center;
		text-align: center;
	}
	.new_features_section .item .bg{
		padding: 40px 20px;
	}
	.new_features_section .item .bg .icon img{
		max-width: 55px;
	}
	.location_section{
		padding-top: 50px;
	}
	footer .top_logo{
		margin-bottom: 40px;
	}
	footer .top_logo svg{
		width: 100px;
   		height: 80px;
	}
	footer .column .legal_pages a{
		font-size: 14px;
	}
	footer .bottom_footer{
		margin-top: 0;
	}
	footer .column .legal_pages, footer .border_on_mobile{
		margin-bottom: 0;
	}
	footer .column .legal_pages li{
		padding-bottom: 0px;
	}
	footer .column .legal_pages li, footer .column .social_list li{
		padding-bottom: initial;
	}
	footer .custom_row .left{
		margin-bottom: -60px;
	}
	footer .form_container{
		top: -120px;
	}
	.location_section .main_boxes li{
		padding-bottom: 5px;
	}
	.first_section.newdesign1{
		min-height: 100vh;
		padding-bottom: 170px;
	}
	header .logo{
		max-width: 77px;
		margin: 0 auto;
	}
	header .flex .left{
		flex: 0 0 100%;	
	}
	.first_section{
		padding-top: 120px;
	}
	.head_items .flex{
		padding-top: 130px;
	}
	.head_items .head_list li .icon svg{
		width: 14px;
		height: 11px;
	}
	.head_items .head_list li{
		padding: 6px 0px;
	}
	.head_items .flex .left .box{
		padding: 15px;
		width: 100%;
	}
	.head_items .flex .left .heading{
		max-width: 248px;
		width: 100%;
	}
	header{
		top: 19px;
	}
	header .flex .right .call_now{
		right: 20px;
	}
	.first_section.newdesign1 .image img:first-child{
		display: none;
	}
	.first_section.newdesign1 .image img:nth-child(3){
		display: block;
		position: absolute;
	    top: -60px;
	    left: 0;
	    object-fit: initial;
	}
	.yellow_bar_banner{
		display: block;
		padding: 20px;
	}
	.yellow_bar_banner ul li{
		font-size: 16px;
		line-height: 140%
	}
}




















