* {
	padding:0;
	margin:0;
	list-style:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline:none!important;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: 'Work Sans', sans-serif;
	background:#ffffff;
	font-size:100%;
	color: #5b5b5b;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input { background:none; border:0 none; outline:none; }
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; text-decoration: none; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/****deffult css Start****/
/* body .site{
	overflow-x: hidden;
} */
body.no-scroll {
    overflow: hidden;
}
.container{
	max-width: 1390px;
	margin: 0 auto;
	padding: 0 15px;
}
.container1{
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 15px;
}
.container::after,
.container1::after{
	display: table;
	content: "";
	clear: both;
}
h2{
  color:#bf7f23;
	text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
	/* letter-spacing: 0.7px; */
	margin: 0 0 15px 0;
}
h3{
	color:#bf7f23;
	text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
	margin: 0 0 15px 0;
}
h4{
  font-family: 'Work Sans', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color:#000000;
	margin: 0 0 15px 0;
}
h5{
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.29px;
  color: #000000;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
p{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color:#5b5b5b;
}
.common_css ul li{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color:#5b5b5b;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
}
.common_css ul li::before{
	content: "•";
	color: #00205C;
	font-size: 18px;
	position: absolute;
	left: 0;
  top: -3px;
}
.btn_one{
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.29px;
  text-align: center;
  color: #FFFFFF;
	background:#bf7f23;
	padding:16.5px 30.2px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_one:hover{
	background: #000000;
}
/****deffult css Close****/



/****Header Start****/
.main_header{
	/* padding:10px 0 6px 0; */
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 999;
	background-color: #000000;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home .main_header{
	background: none;
}
.main_header.header_sticky{
	background: #000000;
}
.main_header .logo{
  max-width: 140px;
  float: left;
  padding: 8px 0 0 0;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home .main_header .logo{
	max-width:200px;
}
.main_header.header_sticky .logo{
  max-width: 140px;
}
.main_menu{
	float: right;
	/* padding: 8px 0 0 0; */
	color:#FFFFFF;
}
.main_menu::after{
	clear: both;
	content: "";
	display: table;
}
.main_menu .nav-menu > li{
  margin: 0 0 0 57px;
  display: inline-block;
  vertical-align: top;
  float: none;
	position: static;
}
.main_menu .nav-menu > li:first-child{
	margin-left: 0;
}
.main_menu .nav-menu > li > a{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.14px;
  color:#FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 36px 0;
	/* -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; */
}
.home .main_menu .nav-menu > li > a{
	padding: 36px 0 58px 0;
}
.home .header_sticky .nav-menu > li > a{
	padding: 36px 0;
}
.main_menu .nav-menu > li > a:hover,
.main_menu .nav-menu > li.current-menu-item > a,
.main_menu .nav-menu > li.current-menu-parent > a{
	color: #bf7f23;
}
.main_menu .nav-menu > li.last > a{
  border: solid 1px #ffffff;
  padding: 16.5px 36px;
	margin: 18px 0 0 0;
}
.main_menu .nav-menu > li.last > a:hover {
  border-color: #d4aa54;
}

.main_menu .nav-menu > li > .sub-menu {
	width: 100%;
	/* max-width: 1440px; */
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 15px 20px 15px;
  box-shadow: none;
  position: absolute;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.main_menu .nav-menu > li >.sub-menu > li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	max-width: 310px;
	width: 22%;
	margin: 0 1.2%;
}
.main_menu .nav-menu > li > .sub-menu > li > a {
  width: auto;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.main_menu .nav-menu > li > .sub-menu > li > a > .image{
	position: relative;
}
.main_menu .nav-menu > li > .sub-menu > li > a > .image > img{
	display: block;
}
.main_menu .nav-menu > li > .sub-menu > li > a > .image::after {
	content: "";
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	opacity: 0.4;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.main_menu .nav-menu > li > .sub-menu > li > a > .title{
  font-family: 'Work Sans', sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color:#FFFFFF;
	position: absolute;
	left: 19px;
  z-index: 2;
}

.main_menu .main-navigation{
	float: left;
	width: auto;
}
.main_menu .header_lang{
	float: right;
	padding: 36px 0 0 30px;
}
.main_menu .header_lang a{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.14px;
  color: #FFFFFF;
	text-transform: uppercase;
}
.main_menu .header_lang a:hover{
	color: #bf7f23;
}
/****Header Close****/

/****Homepage Start****/
.your_new_apartment{
	/* max-width: 1440px;
	margin: 0 auto; */
	position: relative;
}
.your_new_apartment::after{
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.your_new_apartment .yna_img{
	text-align: center;
}
.your_new_apartment .yna_img img{
	display: inline-block;
}
.your_new_apartment .yna_search_section{
	position: absolute;
	top: -58px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: calc(100% + 58px);
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.your_new_apartment .yna_container{
	max-width: 751px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}
.your_new_apartment .yna_titles{
	text-align: center;
	padding: 0 0 30px 0;
}
.your_new_apartment .yna_titles h5{
	color: #FFFFFF;
	margin: 0 0 0 0;
}
.your_new_apartment .yna_titles h2{
	color: #FFFFFF;
}

.yna_search_city::after{
	display: table;
	content: "";
	clear: both;
}
.yna_search_city .yna_select_main{
	width: calc(100% - 161px);
	box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
	float: left;
}
.yna_search_city .yna_select_main::after{
	display: table;
	content: "";
	clear: both;
}
.yna_search_city .yna_select{
  position: relative;
	margin: 0;
	display: block;
	width: 50%;
	float: left;
	background: #FFFFFF;
	border-right:solid 1px #d7d7d7;
}
.yna_search_city .yna_select:last-child{
	border-right:none;
}
.yna_search_city .yna_select::before {
	position: absolute;
	right: 21px;
	top: 0;
	bottom: 0;
	height: 11px;
	width: 22px;
	margin: auto;
	content: "";
	background: url("../images/arrow-dropdown.svg")no-repeat 0 0;
}
.yna_search_city .yna_select select {
  -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 80px;
	padding:0 65px 0 29px;
	background: none;
	border: none;
	position: relative;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.yna_search_city .yna_select.empty select{
	color: #5b5b5b;
}
.yna_search_city .yna_select select option{
	color: #5b5b5b;
}
.yna_search_city .yna_btn{
	width: 161px;
	float: left;
}
.yna_search_city .yna_btn button{
	font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.29px;
  text-align: center;
  color: #FFFFFF;
  background-color: #bf7f23;
  border: none;
  border-radius: 0;
  padding: 30px 15px;
  text-transform: uppercase;
  width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.yna_search_city .yna_btn button:hover{
	background-color: #000000;
}

.our_apartment_main{
	position: relative;
	margin: -67px 0 0 0;
	z-index: 1;
	padding: 0 0 52px 0;
}
.our_apartment{
	background-color: #FFFFFF;
	padding: 59px 0 0 0;
}
.our_apartment .ouap_titles{
	text-align: center;
	padding: 0 0 30px 0;
}
.ouap_slider::after{
	display: table;
	content: "";
	clear: both;
}
.ouap_slider .ouap_box{
	position: relative;
	overflow: hidden;
	width: 22.8%;
	margin-right: 2.9%;
	float: left;
}
.ouap_slider .ouap_box:last-child{
	margin-right: 0;
}
.ouap_slider .ouap_box .ouap_img{
	position: relative;
}
.ouap_slider .ouap_box .ouap_img::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.4;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.ouap_slider .ouap_box .ouap_img img{
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ouap_slider .ouap_box:hover .ouap_img img{
	-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.ouap_slider .ouap_box .ouap_text{
	position: absolute;
	left: 20px;
	bottom: 30px;
	z-index: 2;
	font-family: 'Work Sans', sans-serif;
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;
}
.ouap_slider .ouap_box:hover .ouap_text{
	color: #bf7f23;
}
.our_comp_main{
	padding: 52px 0 52px 0;
}
.our_comp_main .our_comp_left{
	float: left;
	width: 50%;
}
.our_comp_main .our_comp_left p{
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color:#5b5b5b;
	margin: 0 0 0 0;
}
.our_comp_main .our_comp_left h2{
	margin:0 0 22px 0;
}
.our_comp_main .our_comp_left h5{
	margin: 0 0 0 7px;
}
.our_comp_main .our_comp_left .our_comp_btn{
	padding: 50px 0 0 0;
}

.our_comp_main .our_comp_right{
	float: right;
  width: 46.7%;
}
.our_comp_main .our_comp_right img{
	display: block;
}
.our_comp_main .our_comp_right .our_comp_two{
	width: 70.8%;
	margin: -29% 0 0 -38%;
	position: relative;
}

.discov_main{
	padding: 49px 0 151px 0;
	background: url("../images/discov_bg.png")no-repeat center bottom;
	background-size: 100% auto;
}
.discov_main .discov_title{
	text-align: center;
	padding: 0 0 37px 0;
}

.discov_box{
	box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
	background-color: #FFFFFF;
	margin: 0 0 13px 0;
}
.discov_box .discov_img img{
	display: block;
	width: 100%;
}
.discov_box .discov_txt{
	padding: 15px 20px 15px;
}
.discov_box .discov_txt .dis_top_txt{
	margin: 0 0 8px 0;
}
.discov_box .discov_txt .dis_top_txt::after{
	display: table;
	content: "";
	clear: both;
}
.discov_box .discov_txt .dis_top_txt .dis_name{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color:#5b5b5b;
	text-transform: uppercase;
	float: left;
	width: calc(100% - 17px)
}
.discov_box .discov_txt .dis_top_txt .dis_hart{
	float: right;
	width: 17px;
	height: 16px;
	background: url("../images/icon-fav-small.svg")no-repeat right center;
	cursor: pointer;
}
.discov_box .discov_txt .dis_top_txt .dis_hart:hover,
.discov_box .discov_txt .dis_top_txt .simplefavorite-button.active .dis_hart{
	background: url("../images/icon-fav-small-full.svg")no-repeat right center;
}
.discov_box .discov_txt .dis_midd_txt{
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
	min-height: 54px;
}
.discov_box .discov_txt .dis_midd_txt a{
	font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
}
.discov_box .discov_txt .dis_midd_txt a:hover{
	color: #bf7f23;
}
.discov_box .discov_txt .dis_bott_txt{
	margin:8px 0 0 0;
}
.discov_box .discov_txt .dis_bott_txt .dis_bott_left{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
	background: url("../images/icon-bedrooms.svg")no-repeat left center;
	padding: 0 0 0 24px;
	float: left;
}
.discov_box .discov_txt .dis_bott_txt .dis_bott_right{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
	color: #000000;
}
.discov_box .discov_txt .dis_bott_txt .dis_bott_right span{
	color:#bf7f23;
	font-size: 18px;
}
.discov_box .discov_txt .apply-button-container {
	margin-top: 15px;
}
.discov_box .discov_txt .apply-button-container .apply-button {
	float: unset;
	width: 100%;
}
.discov_slider .owl-nav {
	position: absolute;
	right: 0;
	top: -136px;
}
.discov_slider .owl-nav .owl-prev {
	height: 80px;
	overflow: hidden;
	width: 80px;
	display: inline-block;
	vertical-align: middle;
	border: solid 0.5px #000000!important;
	border-radius: 0;
	background: url("../images/arrow-left.svg")no-repeat center center!important;
	text-indent: -999px;
  overflow: hidden;
}
.discov_slider .owl-nav .owl-next {
	height: 80px;
	overflow: hidden;
	width: 80px;
	display: inline-block;
	vertical-align: middle;
	border: solid 0.5px #000000!important;
	border-radius: 0;
	margin: 0 0 0 -1px;
	background: url("../images/arrow-right.svg")no-repeat center center!important;
	text-indent: -999px;
  overflow: hidden;
}

.footer_bottom  .foot_links{
	font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
}
.footer_bottom  .foot_links a{
  color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}
.footer_bottom  .foot_links a:hover{
	color: #bf7f23;
}
.footer_bottom  .foot_links span{
	color: #5b5b5b;
	margin: 0 8px;
	display: inline-block;
	vertical-align: middle;
}

.footer_bottom  .foot_res{
	font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	color: #646464;
}
/****Homepage Close****/

/****Footer start****/
footer.site-footer{
	background-color:#000000;
	padding:29px 0 22px 0;
}
footer.site-footer .footer_top{
	padding: 0 0 27px 0;
}
footer.site-footer .footer_top .foot_one{
	float: left;
	width: 29.8%;
}
footer.site-footer .footer_top .foot_two{
	float: left;
	width: 33.4%;
	padding: 11px 0 0 0;
}
footer.site-footer .footer_top .foot_two .foot_phone{
 font-family: 'Work Sans', sans-serif;
 font-size: 26px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 color:#FFFFFF;
 margin: 0 0 6px 0;
}
footer.site-footer .footer_top .foot_two a{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color:#bf7f23;
}
footer.site-footer .footer_top .foot_two a:hover{
	color:#FFFFFF;
}
footer.site-footer .footer_top .foot_three{
	float: left;
	width: 30%;
	padding: 11px 0 0 0;
}
footer.site-footer .footer_top .foot_three h5{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #969696;
	margin: 0 0 14px 0;
}
footer.site-footer .footer_top .foot_three address,
footer.site-footer .footer_top .foot_three address p{
	font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color:#ffffff;
	font-style: normal;
}
/****Footer close****/

/****City page start****/
.site-content{
	padding: 90px 0 0 0;
}
.home .site-content{
	padding:0 0 0 0;
}
.city_page{
	padding: 81px 0 0 0;
}
.city_search_main{
	/* max-width: 1440px;
  margin: 0 auto; */
  background-color: #FFFFFF;
  box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
	z-index: 99;
}
.city_search_form{
	width: calc(100% - 361px);
	float: left;
}
.city_search_form::after,
.city_search_main::after,
.city_search_results::after{
	clear: both;
	display: table;
	content: "";
}
.city_search_form .csf_select{
  position: relative;
	margin: 0;
	display: block;
	width: 25%;
	float: left;
	background: #FFFFFF;
	border-right: 1px solid #d7d7d7;
}
.city_search_form .csf_select::before {
	position: absolute;
	right: 21px;
	top: 0;
	bottom: 0;
	height: 11px;
	width: 22px;
	margin: auto;
	content: "";
	background: url("../images/arrow-dropdown.svg")no-repeat 0 0;
}
.city_search_form .csf_select select {
  -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 81px;
	padding:0 48px 0 29px;
	background: none;
	border: none;
	position: relative;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.city_search_form .csf_select.empty select{
	color: #5b5b5b;
}
.city_search_form .csf_select select option{
	color: #5b5b5b;
}
.city_search_results{
	width: 361px;
	float: left;
}
.city_search_results .csr_result_text{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
	float: left;
	padding: 30px 25px 32px 15px;
	width: 200px;
}
.city_search_results .csr_result_text .rset{
	color: #bf7f23;
	text-transform: capitalize;
	position: relative;
	cursor: pointer;
}
.city_search_results .csr_result_text .rset:hover{
	color: #a6a6a6;
}
.city_search_results .csr_result_text .rset::after{
	content: "/";
	width:10px;
	height: 20px;
	margin: 0 10px 0 4px;
}
.city_search_results .csr_btn{
	width: 161px;
	float: left;
}
.city_search_results .csr_btn button{
	font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.29px;
  text-align: center;
  color: #FFFFFF;
  background-color: #bf7f23;
  border: none;
  border-radius: 0;
  padding: 30px 15px;
  text-transform: uppercase;
  width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.city_search_results .csr_btn button:hover{
	background-color: #000000;
}
.city_search_results .csr_btn_mobile,
.city_search_results .csr_open_filters_mobile{
	display:none;
}

.city_map{
	/* margin: 0 auto;
	max-width:1440px; */
	height: 590px;
}
/* .city_map img{
	display: block;
} */
.appart_rent_main {
  position: relative;
  margin: -69px 0 0 0;
  z-index: 1;
  padding:0 0 119px 0;
	background: url("../images/discov_bg.png")no-repeat center bottom;
	background-size: 100% auto;
}
.appart_rent_main.no_map {
	padding-top:119px;
}
.appart_rent .appart_titles{
  text-align: center;
	background-color: #FFFFFF;
  padding: 59px 0 30px 0;
}

.appart_list{
	display: flex;
	flex-flow: row wrap;
}
.appart_list .appart_boxes{
	width: 22.7%;
	margin: 0 3.06% 28px 0;
}
.appart_list .appart_boxes:nth-child(4n){
	margin-right: 0;
}
/****City page close****/

/****Property page start****/
.prop_schedule_main{
	/* max-width: 1440px;
  margin: 0 auto; */
	background-color: #FFFFFF;
	box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
.prop_schedule_main .prop_sched_left{
	width: calc(100% - 344px);
	float: left;
}
.prop_schedule_main .prop_sched_back{
	border-right: 1px solid #d7d7d7;
	width: 25.5%;
	float: left;
}
.prop_schedule_main .prop_sched_back a{
	background: url("../images/arrow-back.svg")no-repeat 31px center;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
	display: block;
	padding: 29px 15px 29px 74px;
}
.prop_schedule_main .prop_sched_back a:hover{
	color: #bf7f23;
}
.prop_schedule_main .prop_sched_name{
	float: left;
	width: 74.5%;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
	padding: 29px 15px 29px 29px;
	border-right: 1px solid #d7d7d7;
}
.prop_schedule_main .prop_sched_right{
	width: 344px;
	float: left;
}
.prop_schedule_main .prop_sched_right .prop_sched_fev{
  width: 82px;
	float: left;
	cursor: pointer;
}
.prop_schedule_main .prop_sched_right .prop_sched_fev .dis_hart{
	background: url("../images/icon-fav-big.svg")no-repeat center center;
	padding: 39.5px 0;
}
.prop_schedule_main .prop_sched_right .prop_sched_fev:hover .dis_hart,
.prop_schedule_main .prop_sched_right .prop_sched_fev .active .dis_hart{
  background: url("../images/icon-fav-big-full.svg")no-repeat center center;
}
.prop_schedule_main::after,
.prop_schedule_main .prop_sched_left::after,
.prop_schedule_main .prop_sched_right::after{
	clear: both;
	display: table;
	content: "";
}
.prop_schedule_main .prop_sched_right .psf_btn{
	width: 262px;
  float: left;
}
.prop_schedule_main .prop_sched_right .psf_btn button{
	font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.29px;
  text-align: center;
  color: #FFFFFF;
  background-color: #bf7f23;
  border: none;
  border-radius: 0;
  padding: 29px 15px;
  text-transform: uppercase;
  width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.prop_schedule_main .prop_sched_right .psf_btn button:hover{
	background-color: #000000;
}

.prop_schedule_main .prop_sched_right .psf_calend{
	display: none;
}

.property_page{
  padding: 79px 0 0 0;
}
.photo_gallery{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  /* max-width: 1440px;
  margin: 0 auto; */
	/* max-height: 590px; */
  overflow: hidden;

}
.photo_gallery img{
	display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.photo_gallery .gall_left{
	width: 49.70%;
	margin: 0 0.7% 0 0;
}
.photo_gallery .gall_right{
	width: 49.6%;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
.photo_gallery .gall_inn{
	height: calc(50.5%);
	margin: 0 1.4% 1.4% 0;
	width: calc(49.3%);
	position: relative;
}
.gall_inn.more_img {
    display: none;
}
.gall_count.mobile {
    display: none;
}
.photo_gallery .gall_inn:nth-child(2n){
	margin-right:0;
}
.photo_gallery .gall_right .gall_inn:nth-child(3),
.photo_gallery .gall_right .gall_inn:nth-child(4){
	margin-bottom: 0;
}

.photo_gallery .gall_right .gall_inn .gall_count{
 background-color: rgba(0, 0, 0, 0.6);
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 text-align: center;
}
.photo_gallery .gall_right .gall_inn .gall_count span{
	font-family: 'Work Sans', sans-serif;
  font-size: 60px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4.29px;
  color:#FFFFFF;
	margin-top: 35%;
	display: block;
}

.property_title{
	position: relative;
	margin: -69px 0 0 0;
	z-index: 1;
}
.property_title .pro_titles{
	text-align: center;
  background-color: #FFFFFF;
  padding: 59px 0 33px 0;
}
.property_map{
	/* max-width: 1440px;
	margin: 0 auto; */
}
.property_map .acf-map{
	margin: 0;
	border: none;
}
.property_map img{
	display: block;
}

.prop_main_bg{
	background: url("../images/discov_bg.png")no-repeat center bottom;
	background-size: 100% auto;
}
.prop_main{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 0 101px 0;
	display: flex;
	flex-flow: row wrap;
}
.prop_main::after{
	clear: both;
	content: "";
	display: table;
}
.prop_main .prop_main_left{
	width: 59%;
	/* float: left; */
	padding: 61px 0 0 8.4%;
}
.prop_main .prop_main_left .prop_text{
	padding: 0 0 61px 0;
}
.prop_main .prop_main_left .prop_text h3{
	margin: 0 0 28px 0;
}
.prop_main .prop_main_left .prop_text ul li:last-child{
	margin-bottom: 0;
}
.prop_main .prop_main_left .prop_text .prop_addr{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color:#5b5b5b;
}
.prop_main .prop_main_left .prop_text .prop_addr p{
  font-size: 22px;
  color: #000000;
}
.prop_main .prop_main_left .prop_text .prop_addr a{
  color:#bf7f23;
}
.prop_main .prop_main_left .prop_text .prop_addr a:hover{
  color:#000000;
}
.prop_main .prop_main_left .prop_text .prop_addr address{
	font-style: normal;
}

.prop_main .prop_main_left .prop_text::after{
	clear: both;
	content: "";
	display: table;
}
.prop_main .prop_main_left .prop_text .prop_ul_one{
	width: 50%;
	float: left;
	padding: 0 30px 0 10px;
}
.prop_main .prop_main_left .prop_text .prop_ul_two{
	width: 48%;
	float: right;
	padding: 0 30px 0 10px;
}

.prop_units::after{
	clear: both;
	content: "";
	display: table;
}
.prop_units_box{
	box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
	background-color: #FFFFFF;
	width: 42.4%;
	float: left;
	margin: 0 5.4% 15px 0;
}
.prop_units_box:nth-child(2n){
	margin-right: 0;
}
.prop_units_box .pub_up{
	padding: 18px;
	border-bottom: 1px solid #d7d7d7;
}
.prop_units_box .pub_up .pub_top{
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
    margin: 0 0 9px 0;
    min-height: 85px;
}
.prop_units_box .pub_up .pub_midd{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #5b5b5b;
	text-transform: uppercase;
	min-height: 40px;
	margin: 0 0 14px 0;
}
.prop_units_box .pub_up .pub_bott::after{
	clear: both;
	display: table;
	content: "";
}
.prop_units_box .pub_up .pub_bott .pub_bott_left{
	float: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
}
.prop_units_box .pub_up .pub_bott .pub_bott_right{
	float: right;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color:#000000;
}
.prop_units_box .pub_up .beforetext{
	text-align: left;
	margin: 0 0 5px 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: right;
	color: #000000;
}
.prop_units_box .pub_up .pub_bott .pub_bott_right span{
	font-size: 18px;
	color: #bf7f23;
	margin: 0 0 0 2px;
}

.prop_units_box .pub_down::after{
	clear: both;
	content: "";
	display: table;
}
.prop_units_box .pub_down .visit_btn{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.14px;
  text-align: center;
  color: #FFFFFF;
	background-color: #000000;
	width: calc(100% - 51px);
	text-transform: uppercase;
	padding: 15px;
	display: block;
	float: right;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prop_units_box .pub_down .visit_btn.fullbtn{
	width: calc(100%);
}
.prop_units_box .pub_down .visit_btn:hover{
	background-color: #bf7f23;
}
.apply-button{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.14px;
  text-align: center;
  color: #FFFFFF;
	background-color: #000000;
	width: calc(100% - 71px);
	text-transform: uppercase;
	padding: 15px;
	display: block;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1239px) {
	.apply-button {
		width: 100%;
	}
}
.apply-button:hover{
	background-color: #bf7f23;
}
.prop_units_box .pub_down .floor_btn{
	width: 51px;
  display: block;
  text-align: center;
  padding: 13.5px 5px;
  float: left;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prop_units_box .pub_down .floor_btn:hover{
	background-color: #bf7f23;
}

.prop_main .prop_main_right{
	width: 31.3%;
	/* float: right; */
	/* max-width: 450px; */
	background-image: linear-gradient(to top, rgba(249,248, 249, 0), rgba(249,248, 249, 1));
	padding: 58px 65px 10px;
	margin-left: 9.7%;
}
.prop_main .near_title{
	text-align: center;
	padding: 0 0 41px 0;
}
.prop_main .near_title h5{
	text-align: center;
}

.prop_main .near_prop{
	display: block;
}
.prop_main .near_prop .near_prop_boxes{
	margin: 0 0 27px 0;
}
.prop_units_box:nth-child(2n+1) {
    clear: left;
}
/****Property page close****/

/****simplelightbox start****/
.sl-overlay{
  background: #000000;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-navigation button{
  color: #FFFFFF;
}
/****simplelightbox close****/

/****Tenants page Start****/
.inner_banner{
	/* max-width: 1440px;
	margin: 0 auto; */
}
.inner_banner img{
	display: block;
}
.tenants_title{
	position: relative;
	margin: -69px 0 0 0;
	z-index: 1;
}
.tenants_title .tena_title{
	text-align: center;
  background-color: #FFFFFF;
  padding: 59px 0 90px 0;
}
.tenants_title .tena_title .tena_title_links{
	padding: 12px 0 0 0;
}
.tenants_title .tena_title .tena_title_links a{
	background: url("../images/arrow-external-link.svg")no-repeat right 30px center #bf7f23;
	padding-right: 45px;
}
.tenants_title .tena_title .tena_title_links a:hover{
	background: url("../images/arrow-external-link.svg")no-repeat right 30px center #000000;
}

.tenants_main{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 0 77px 0;
	display: flex;
	flex-flow: row wrap;
}
.tenants_main::after{
	clear: both;
	content: "";
	display: table;
}
.tenants_main .tenants_left{
	width: 31.95%;
	/* float: right; */
	background-image: linear-gradient(to top, rgba(249,248, 249, 0), rgba(249,248, 249, 1));
	padding: 50px 40px 10px;
}

.tenants_main .down_title {
  text-align: center;
  padding:0 0 37px 0;
}

.down_box_main{
	padding: 0 0 25px 0;
}
.down_box_main .open_down_list{
	background: url("../images/arrow-dropup-gold.svg")no-repeat right center;
	margin: 0;
}
.down_box_main .open_down_list.on{
	background: url("../images/arrow-dropdown-gold.svg")no-repeat right center;
}

.down_box_main .down_list{
	padding: 28px 0 0 0;
	display: none;
}
.down_box_main .down_list .down_box{
	box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
	background-color: #ffffff;
	padding: 13px 25px 13px 20px;
	margin: 0 0 22px 0;
	font-size: 0;
}
.down_box_main .down_list .down_box::after{
	clear: both;
	content: "";
	display: table;
}
.down_box_main .down_list .down_box .down_box_left{
	/* float: left; */
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 60px);
}
.down_box_main .down_list .down_box .down_box_right{
	/* float: left; */
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	text-align: right;
}
.down_box_main .down_list .down_box .down_top{
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color:#000000;
}
.down_box_main .down_list .down_box .down_bott{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color:#5b5b5b;
	margin: 10px 0 0 0;
}
.down_box_main .down_list .down_box a{
	display: block;
	padding: 18px 0;
}
.down_box_main .down_list .down_box a::after{
	clear: both;
	content: "";
	display: table;
}
.down_box_main .down_list .down_box a img{
	display: block;
	float: right;
}

.tenants_main .tenants_right{
	width: 68%;
	/* float: left; */
}
.tenants_main .tenants_form_main{
	padding: 0 9.8% 50px 10.2%;
	border-bottom: 1px solid #d7d7d7;
}
.tenants_main .tena_rtitle{
	text-align: center;
	padding: 0 0 30px 0;
}
.tenants_form span.wpcf7-not-valid-tip{
	font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  margin: 8px 0 0 0;
}
.tenants_form div.wpcf7-response-output{
	padding: 1em 1em;
}
.tenants_form .ten_fields{
	box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
  background-color: #FFFFFF;
	padding: 37px 28px 22px 28px;
  margin: 0 0 30px 0;
}
.tenants_form .ten_fields .ten_label{
	position: relative;
	display: block;
}
.tenants_form .ten_fields .label-heading{
	position: absolute;
	cursor: text;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5b5b5b;
	display: flex;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tenants_form .ten_fields .ten_label.active .label-heading {
	font-size: 12px;
	cursor: text;
	width: auto;
	top: -21px;
}
.tenants_form input[type="text"],
.tenants_form input[type="email"],
.tenants_form input[type="tel"]{
  height: 21px;
	width: 100%;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
	border: none;
	border-radius: 0;
	padding: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b5b5b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5b5b5b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5b5b5b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5b5b5b;
}
.tenants_form .ten_fields_half::after{
	clear: both;
	content: "";
	display: table;
}
.tenants_form .ten_fields_half .ten_fields:first-child{
	width: 48.1%;
	float: left;
}
.tenants_form .ten_fields_half .ten_fields:last-child{
	width: 48.1%;
	float: right;
}

.tenants_form .ten_select{
  position: relative;
}
.tenants_form .ten_select::before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 11px;
	width: 22px;
	margin: auto;
	content: "";
	background: url("../images/arrow-dropdown.svg")no-repeat 0 0;
}
.tenants_form .ten_select select {
  -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 21px;
	background: none;
	border: none;
	position: relative;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.tenants_form .ten_select.empty select{
	color: #5b5b5b;
}
.tenants_form .ten_select select option{
	color: #5b5b5b;
}
.tenants_form textarea{
  height: 21px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
	border: none;
	border-radius: 0;
	padding: 0;
	resize: none;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tenants_form .ten_label.active textarea{
	height: 120px;
}
.tenants_form .ten_fields_text{
	padding: 8px 0 0 0;
	text-align: center;
}
.tenants_form .ten_fields_text p{
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5b5b5b;
}
.tenants_form .ten_fields_text p a{
	color: #bf7f23;
}
.tenants_form .ten_fields_text p a:hover{
	color: #000000;
}

.tenants_form .ten_fields_submit{
	text-align: center;
	padding: 40px 0 0 0;
}
.tenants_form .ten_fields_submit input[type="submit"]{
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.29px;
  text-align: center;
  color: #FFFFFF;
	background:#bf7f23;
	padding: 16.5px 58px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	cursor: pointer;
	border: none;
	border-radius: 0;
}
.tenants_form .ten_fields_submit input[type="submit"]:hover{
	background: #000000;
}

.tenants_form .ten_radio_fields{
	margin: 0 0 30px 0;
}
.tenants_form .ten_radio_fields::after{
	clear: both;
	content: "";
	display: table;
}
.tenants_form .ten_radio_fields .ten_radio_left{
	width: 48.1%;
	float: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color:#5b5b5b;
	padding: 30px 0 30px 28px;
}
.tenants_form .ten_radio_fields .ten_radio_right{
	width: 48.1%;
	float: right;
	box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
}
.tenants_form .ten_radio_fields .ten_radio_right::after{
	clear: both;
	content: "";
	display: table;
}
.tenants_form .ten_radio_right .wpcf7-list-item {
	width: 50%;
	float: left;
	position: relative;
	margin: 0;
}
.tenants_form .wpcf7-list-item input[type="radio"]:empty {
	cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.tenants_form .wpcf7-list-item input[type="radio"]:empty ~ span {
	background: #ffffff;
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	padding: 29.5px 0;
}
.tenants_form .wpcf7-list-item input[type="radio"]:checked ~ span {
  background:#000000;
	color:#FFFFFF;
}

.tenants_form .ten_checkbox_fields .wpcf7-list-item{
	position: relative;
	display: inline-block;
	margin: 0 22% 20px 0;
}
.tenants_form .ten_checkbox_fields .wpcf7-list-item:nth-child(2n){
	margin-right: 0;
}
.tenants_form .wpcf7-list-item input[type="checkbox"]:empty {
	cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
	height: 25px;
	width: 25px;
	cursor: pointer;
}
.tenants_form .wpcf7-list-item input[type="checkbox"]:empty ~ span {
  background:url("../images/check.jpg") no-repeat 0 0;
	display: inline-block;
	vertical-align: middle;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
	padding: 0 0 0 40px;
	height: 25px;
}
.tenants_form .wpcf7-list-item input[type="checkbox"]:checked ~ span {
  background: url("../images/checked.jpg") no-repeat 0 0;
}


.tenants_form .ten_checkbox_fields{
	margin: 0 0 6px 0;
}
.tenants_form .ten_checkbox_fields::after{
	clear: both;
	content: "";
	display: table;
}
.tenants_form .ten_checkbox_fields .ten_check_left{
	width: 48.1%;
	float: left;
}
.tenants_form .ten_checkbox_fields .ten_check_right{
	width: 48.1%;
	float: right;
}
.tenants_form .ten_checkbox_fields h6{
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a3a3a3;
	display: block;
	margin: 0 0 18px 0;
}

.ten_cpm_main{
	padding: 51px 15px 0 9%;
}
.ten_cpm_main::after{
	clear: both;
	content: "";
	display: table;
}
.ten_cpm_main .ten_cpm_left{
	float: left;
	width: 50%;
}
.ten_cpm_main .ten_cpm_right{
	float: right;
	width: 43.8%;
	padding: 6px 0 0 0;
}
.ten_cpm_main .tcpm_title{
  font-family: 'Work Sans', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
	margin: 0 0 12px 0;
}
.ten_cpm_main .tcpm_address{
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000000;
}
.ten_cpm_main .tcpm_address .tcpm_phone{
	font-size: 22px;
}
.ten_cpm_main .tcpm_address .tcpm_phone a{
	color: #000000;
}
.ten_cpm_main .tcpm_address .tcpm_phone a:hover{
	color: #bf7f23;
}
.ten_cpm_main .tcpm_address .tcpm_mail a{
	color: #bf7f23;
}
.ten_cpm_main .tcpm_address .tcpm_mail a:hover{
	color: #000000;
}
.ten_cpm_main .tcpm_address .tcpm_fax{
	color: #5b5b5b;
}
.ten_cpm_main .tcpm_address .tcpm_fax a{
	color: #5b5b5b;
}
.ten_cpm_main .tcpm_address .tcpm_fax a:hover{
	color: #bf7f23;
}
.tenants_page .our_apartment_main{
	margin: 0 0 0 0;
	background: url("../images/discov_bg.png")no-repeat center bottom;
	background-size: 100% auto;
	padding: 0 0 160px 0;
}
/****Tenants page close****/

/****Contact page Start****/
.contact_portal{
  box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
  background-color: #bf7f23;
  text-align: center;
  position: relative;
  padding: 7.5px 0;
	z-index: 3;
}
.con_port_text{
	position: relative;
}
/* .con_port_text::after{
	content: "";
  position: absolute;
  top: -18px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #bf7f23;
  left: 0;
  right: -41%;
  margin: auto;
} */
.contact_portal p{
	font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.5);
}
.contact_portal p a{
  color: #ffffff;
	background: url("../images/arrow-external-link.svg")no-repeat right center;
	padding: 0 20px 0 0;
  margin: 0 15px 0 0;
}
.contact_portal p a:hover{
	color: #000;
}
.contact_portal .con_por_close{
	cursor: pointer;
	background: url("../images/close-small.svg")no-repeat 0 0;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 16px;
	width: 16px;
	position: absolute;
}

.contact_banner{
	/* max-width: 1440px;
	margin: 0 auto; */
	position: relative;
}
.contact_banner::before{
	z-index: 1;
	content: "";
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 43%, rgba(0, 0, 0, 0.7) 74%, rgba(0, 0, 0, 0.8));
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
}
.contact_banner .contact_banner_img img{
	display: block;
}
.contact_banner .contact_banner_text {
	position: absolute;
	top:-89px;
	left: 0;
	right: 0;
	bottom:0;
	z-index: 2;
	padding: 0 0 0 8.4%;
	height: calc(100%);
	width: 100%;
	max-width: 1440px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.contact_banner .contact_banner_text_box h3{
	color: #ffffff;
	margin: 0 0 28px 0;
}
.contact_banner .contact_banner_text_box address{
	font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color:#FFFFFF;
	margin: 0 0 19px 0;
}
.contact_banner .contact_banner_text_box p{
	font-family: 'Work Sans', sans-serif;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;
	margin: 0 0 6px 0;
}
.contact_banner .contact_banner_text_box a{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bf7f23;
}
.contact_banner .contact_banner_text_box a:hover{
	color: #FFFFFF;
}

.content_title{
	position: relative;
	margin: -69px 0 0 0;
	z-index: 1;
}
.content_title .cont_title{
	text-align: center;
  background-color: #FFFFFF;
  padding: 59px 0 34px 0;
}

.cont_form_main{
	background: url("../images/discov_bg.png")no-repeat center bottom -1px;
	background-size: 100% auto;
	padding: 0 0 160px 0;
}
.cont_form{
	max-width: 970px;
  margin: 0 auto;
  padding: 0 15px;
}
/****Contact page Close****/

/****Team page Start****/
.team_title{
  position: relative;
  margin: -69px 0 0 0;
  z-index: 1;
}
.team_title.team_ourcomp{
	margin-top: 0;
}
.team_title .tea_title{
	text-align: center;
  background-color: #FFFFFF;
  padding: 59px 0 34px 0;
}
.team_about_content .team_about_text{
	padding: 0 10.8%;
}
.team_about_content .team_about_text p{
	margin-bottom: 20px;
}
.team_box_main{
	padding: 8px 37px 0 37px;
	display: flex;
	flex-flow: row wrap;
}
.team_box_main::after{
	clear: both;
	content:"";
	display: table;
}
.team_box_main .team_box{
	/* float: left; */
	width: 50%;
	padding: 0 0 79px 3.3%;
}
.team_box_main .team_box::after{
	clear: both;
	content:"";
	display: table;
}
.team_box .team_left{
	width: 103px;
	height: 103px;
	border-radius: 100%;
	overflow: hidden;
	float: left;
}
.team_box .team_right{
	width: calc(100% - 103px);
	float: left;
	padding: 17px 25px 0 25px;
}
.team_box .team_right h4{
	margin-bottom: 0;
}
.team_box .team_right span{
	font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #bf7f23;
  text-transform: uppercase;
  display: block;
  margin: 0 0 26px 0;
}
.team_box .team_right .btn_con{
	font-size: 16px;
  margin-top: 37px;
}
.team_page .discov_main{
	padding: 28px 0 151px 0;
}
/****Team page Close****/

/****Property visit popup Start****/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 1200px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.close_pop{
	background: url("../images/close-form.svg") no-repeat 0 0;
	height:40px;
	width: 40px;
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
	z-index: 2;
}
.close_pop:hover{
	opacity: 0.8;
}
.sch_visit_popup{
	padding: 0 0 0 0;
	min-height: 800px;
}
.sch_visit_popup .sch_title{
	text-align: center;
	padding: 0 0 59px 0;
}
.sch_visit_popup .sch_title h5{
	color: #FFFFFF;
}
.sch_visit_popup .sch_title h2{
	color: #FFFFFF;
}
.sch_visit_popup .sch_visitbox::after{
	clear: both;
	content:"";
	display: table;
}

.sch_visit_popup .sch_visitbox .sch_visitbox_last{
	width: 25.9%;
	float: left;
}
.sch_visit_popup .sch_visitbox .sch_visitbox_right{
	width: 67.5%;
  float: right;
}
.sch_visit_popup .sch_visitbox h5{
	color: #ffffff;
	text-align: center;
	margin: 0 0 26px 0;
}
.sch_visit_popup .sch_visitbox .prop_units_box{
	margin: 0;
	width: 100%;
}
.sch_visit_popup .sch_visitbox .ten_fields_submit{
	padding: 0;
	text-align: left;
}
.sch_visit_popup .tenants_form .ten_fields_submit input[type="submit"]{
	padding: 16.5px 34px;
}
.sch_visit_popup .tenants_form div.wpcf7-response-output{
	color:#ffffff;
}
/****Property visit popup Close****/

/****Map info start****/
.infoBox{
	max-width: 360px;
	width: 100%;
}
.infoBox::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FFFFFF;
	margin: auto;
}
.infoBox .map-info-div::after{
	clear: both;
	display: table;
	content: "";
}
.infoBox .map-info-div{
	display: flex;
	flex-flow: row wrap;
	box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.21);
	background-color: #FFFFFF;
}
.infoBox .map-info-div .thumb-link{
	width: 78px;
	/* float: left; */
}
.infoBox .map-info-div .thumb-link img{
	display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.infoBox .map-info-div .prop-title{
	width: calc(100% - 78px);
	/* float: left; */
	padding:18px 20px;
	text-transform: capitalize;
}
.infoBox .map-info-div .prop-title .title-link{
	color: #000000;
}
.infoBox .map-info-div .prop-title .title-link:hover{
	color: #bf7f23;
}
.gm-style-iw-d{
	overflow: inherit!important;
}
.gm-style .gm-style-iw-c{
	padding: 0;
	border-radius: 0;
}
#map {
    position: relative;
    width: 100%;
    height: 100%;
}
/****Map info close****/

/****404 page start****/
.error_page_main{
	background: url("../images/discov_bg.png")no-repeat center bottom;
	background-size: 100% auto;
	text-align: center;
	padding: 50px 0;
}
.error_page_main .error_page{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	min-height: 600px;
}
/****404 page close****/

/****deffult page start****/
.default_page{
	padding: 20px 0 100px 0;
	background: url("../images/discov_bg.png")no-repeat center bottom;
	background-size: 100% auto;
}
.default_page p{
	margin: 0 0 15px 0;
}
.default_page a {
	color: #bf7f23;
	font-weight: bold;
}
.default_page a:hover{
	color: #000000;

}
/****deffult page close****/

/****** fonts
font-family: 'Work Sans', sans-serif;
font-family: 'Cinzel', serif;
******/


/**
* covid css  template 
**/

.page-template-covid-alert .main_header {
    padding: 0 0 8px 0;
}

.main_menu .nav-menu > li.contact > a{
  border: solid 1px #ffffff;
  padding: 16.5px 36px;
	margin: 18px 0 0 0;
}
.main_menu .nav-menu > li.contact > a:hover {
  border-color: #d4aa54;
}

.wrap_boxes{
	padding: 0 0 125px 0;
	text-align: center;
}

.title_box{
	display: inline-block;
	vertical-align: middle;
	padding-top: 25px;
}
.itemBox {
    display: inline-block;
    width: 320px;
    padding: 15px 30px;
    text-align: center;
    border: solid 1px #bf7f23;
    color: #FFF;
    margin: 15px 30px;
    background-color: #bf7f23;
	font-size: 18px;
	font-weight: 500;
	min-height: 125px;
}

.itemBox:hover {
    border: solid 1px #000;
    color: #FFF;
    background-color:  #000;
}

.linkBox{
	padding: 10px 0 0 0;
	font-size: 16px;
}

