:root {
    --border-gray-color: rgba(34,36,38,.15);
    --number-gray-color: #868e96; /* oc-gray-6 (open color) */
    --background-light-gray-color: #f6f6f6;
    --background-gray-color: #e6e6e6;
    --background-selected-gray-color: rgba(0,0,0,.6);
    --background-table-light-gray-color: #f9fafb;    
    --selected-red-color: #c92a2a; /* oc-red-9 (open color) */    
    --semantic-text-gray: rgba(0,0,0,.6); /* semantic offical text gray color */
    --semantic-text-light-gray: rgba(0,0,0,.4); /* semantic offical text gray color */
    --background-yellow-color: #FFFFE0;
    --background-light-teal-color: #f2f6fc;
    --background-light-blue-color: #E6F4FA;
    --word-green-color: green;
    --link-blue-color: #4183c4;
    --sqfoot-color: #a10000;
    --sqfoot-dark-bg-color: #333F41;
    --sqfoot-black-bg-color: rgb(32, 40, 46);
    /* --sqfoot-mobile-menu-bg-color: #a10000; */
    --sqfoot-mobile-menu-bg-color: #f9fafb;
    --sqfoot-orange-color: #f2711c;
    --sqfoot-golden-color: #8C730C;
    --sqfoot-gray-color: #4b4b4b;
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url(/assets/css/fonts/lato_1.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url(/assets/css/fonts/lato_2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url(/assets/css/fonts/lato_3.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url(/assets/css/fonts/lato_4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/css/fonts/lato_5.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/css/fonts/lato_6.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/css/fonts/lato_7.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/css/fonts/lato_8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
	background-color: white;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif,'charset=ISO-8859-1';
}

ol{
    margin: 0;
    padding: 0;
}
ol li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

.header_body{	
	background-color: white;
	/* width: 1127px; */
	max-width: 1127px;
	/* padding: 10px;	*/
}
.left_content{
    float: left;
    margin-left: 3px;
}
.right_content{
    float: right;
    margin-right: 3px;
}
.content_body_outer{
	background-color:  #f8f9fa; /* oc-gray-0 (open color) */
	min-height: 500px;
}
.content_body{
	padding-top: 30px;	
	padding-bottom: 80px;	
	font-size: 15px;	
}
.c_breadcrumb_outer{
	background-color: #f8f9fa; /* oc-gray-0 (open color) */
	border-top: 2px solid var(--border-gray-color);
}

.c_breadcrumb{
	padding-top: 5px;
	padding-bottom: 5px;
	/* width: 1127px; */
	max-width: 1127px;
    text-align: left;
}

.base_right_column{
	/* min-width: 310px; */
}
.picture_qrcode{
    margin-top: 15px;
}
/*
.hse28_ad.300_430{
	max-width: 300px;
	max-height: 430px;
}
*/

#uploadStatus, .uploadStatus {
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}
#uploadStatus .bar, .uploadStatus .bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}
#uploadStatus .percent, .uploadStatus .percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}
.separation{
    color: lightgrey;
    margin-left: 6px !important;
    margin-right: 6px !important;
}
/* mobile one */
.mheader_body{
	background-color: var(--background-light-gray-color);
}

.mheader_body .segment{
	/* padding-bottom: 0px !important; */
	margin-bottom: 0rem !important;
}
.msub_header_outer{
	background-color: var(--background-table-light-gray-color);
	/* border-bottom: 1px solid var(--border-gray-color); */
}
.msub_header_outer .segment{
	margin-bottom: 0rem !important;
}
.mmenu_div{
	background-color: var(--background-table-light-gray-color) !important;
	border: 0px !important;
	box-shadow: none !important;
}
.mmenu_div .item:before{
	background: none !important;
}
.menu_div_grid{
    background-color: var(--background-table-light-gray-color) !important;
    margin-top: 0px !important;
}
.toast-container { opacity: 1; position: fixed; z-index: 1000; bottom: 10%; left: 50%; transform: translateX(-50%); }
.toast { background-color: rgba(0, 0, 0, .8); color: #fff; height: 40px; line-height: 40px; padding: 0 6px; border-radius: 20px; font-size: 15px; font-size: 13px; }

/* override Semantic */
.hearder_menu{
	margin-bottom: 0px !important;
	border-bottom: none !important;
}
.hearder_menu a{
	padding-left: 0.9em !important;
	padding-right: 0.9em !important;
}

.ui.less.empty.divider{
    margin: 0 !important;
}
.ui.less.empty.hidden.divider{
    margin: 0 !important;
    border: 0 !important;
}
.ui.less.divider{
	margin: 0.5rem 0px 0.5rem 0px !important;
}
.ui.less2.divider{
    margin: 0.2rem 0px 0.2rem 0px !important;
}
.ui.less3.divider{
    margin: 0.05rem 0px 0.05rem 0px !important;
}
.ui.less.dividing.header{
	margin: 0.5rem 0px 0.5rem 0px !important;
}
.ui.less.segment{
	margin: 0.5rem 0px 0.5rem 0px !important;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;	
}
.less_span{
	font-size: 13px !important;
	color: var(--semantic-text-gray) !important;
}
.less_span_color{
    color: var(--semantic-text-gray) !important;
}
.text_align_middle{
    text-align: center;
}
.align_middle{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: auto;
}
.header_slogan {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5em;
    font-weight: normal;
    vertical-align: bottom;
    color: #238149;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.container{
/*    width: 1127px !important;
    min-width: 1127px !important;			*/
}
.footer{
}
.footer_body{
	max-width: 1127px !important;
}
.nopaddingmarginGrid, .nopaddingmarginGrid .column, .nopaddingmarginGrid .row
{
    padding: 0 !important;
    margin: 0 !important;
}
.lesspaddingmarginGrid, .lesspaddingmarginGrid .column, .lesspaddingmarginGrid .row
{
    padding: 2px !important;
    margin: 0 !important;
}
.imagesPreviewCards .picdesc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px !important;
}
.generic_content{
    font-size: 1.3em !important;
    min-height: 250px;
}
.header_top_right{
    padding-top: 8px;
}
.header_top_right .activeOrder{
    color: red !important;
}
.memberLeftMenu{

}
.memberLeftMenu .item .menu .item{
    font-size: 1em !important;
}


/*mobile photo carousel */
.mfooter{
    overflow: hidden;
    overflow-y: auto;
}
.mfooter a{
    color: inherit !important;
}
.mBody{
	padding-bottom: 30px !important;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--background-table-light-gray-color);
}
.mfooter_body .row{
	padding-top: 0.3em !important;
	padding-bottom: 0.3em !important;
}
.mfooter_body .ui.labeled.icon.button{
	padding-left: 3.0em !important;
	padding-right: 0.5em !important;
}
.photo-slider-cards {
    position: relative;
    width: 100%;
}
.photo-slider-cards.no_left_right_margin {
    width: calc(100% + 20px) !important; /* subtract double the amount of the negative margin from 100% */
    margin: 0 -10px !important; /* negative margins on left and right side */
}
.photo-slider-cards-content {
    position: relative;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.photo-slider-cards .ui.card .image img{
    max-height: 220px !important;
    object-fit: cover !important;
}

#photo-slider-cover {
    position: relative;
    width: 100%;
    height: 208px;
}
#photo-slider-cover .owl-item {
    height: 208px;
}
#photo-slider {
    position: relative;
    width: 100%;
    height: 280px;	
}
#photo-slider-content {
    position: relative;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
#photo-slider .owl-item{
    height: 280px;
}
.photo-pager {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 2;
    margin: 0 4px 4px 0;
    width: 50px;
    height: 25px;
    border-radius: 12px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 1em;
    line-height: 20px;
    padding-top: 2px;
    text-align: center;
}
.photo-pager.longer {
    width: 75px !important;
}
.photo-pager-cover {
    position: absolute;
    bottom: 10px;
    right: 134px;
    z-index: 2;
    width: 44px;
    height: 20px;
    border-radius: 12px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 1em;
    line-height: 20px;
}

.show_all_pic_label
{
    position: absolute;
    /*right: 0;*/
    left: 4px;
    z-index: 2;
    margin: 4px 4px 4px 0;
    width: 100px;
    height: 25px;
    border-radius: 12px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 1em;
    line-height: 20px;
    padding-top: 2px;
    text-align: center;
    top:4px;
}

.mobile_contact_btn_div{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    box-shadow: 0px 0px 4px rgba(204,204,204,.8);    
}
.mobile_contact_btn_div segement{
	padding: 0px !important;
}
.mobile_contact_btn_div span{
	font-size: 0.8em;
	color: var(--semantic-text-gray);
}
.uibuttonLine{
    line-height: 45px !important;
}
.ui.nopadding.segment{
    padding: 0 5px 0 5px !important;
}
.header_hi{
    display: none;
}
.pagination_hi{
    display: none;
}

.district_footer{

}

.district_footer h5{
    font-size: 1em !important;
    margin: 0 !important;
    padding: 0 !important;
}

.district_footer .ui.list i.icon{
    display: inline !important;
}

/*mobile photo carousel */

.newDeveloperLists_mobile
{
    margin-bottom:10px!important;
}

.genericMenu.desktop a.check{
    color: red !important;
}
.genericMenu.desktop a.selected{
    color: darkred !important;
}
.genericMenu.desktop .ui.horizontal.list .item{
    margin-left: 0 !important;
    margin-right: 1em !important;
}
.genericMenu.desktop .ui.horizontal.list{
    display: block;
}
.genericMenu.desktop .ui.horizontal.list .item .ui.icon.right.check{
    color: red;
}
.aboutus p{
    font-size: 1.3rem;
}
.aboutus .date{
    color: grey;
}
.ui.basic.table.noborder tr{
    border-bottom: none !important;
}
.ui.basic.table.noborder tr td{
    border-top: none !important;
}
.paragrah{
    font-size: 1.4rem !important;
    line-height: 24px !important;
    letter-spacing: 1px !important;
}
a.ui.card .priceDesc{
    color: var(--sqfoot-color) !important;
}
a.ui.card .priceDesc.rent, a.ui.card .priceDesc.RENT{
    color: var(--word-green-color) !important;
}
.owl-carousel-outer{
    position: relative;
    width: 100%;
}
.owl-carousel-content{
    position: relative;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.owl-stage-outer::after {
    width: 1px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: white;
}
.owl-carousel-content .photo-title, .swiper .photo-title{
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2;
    margin: 0 4px 4px 4px;
    width: 70%;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    font-size: 1em;
    line-height: 20px;
    padding: 3px;
    text-align: left;
}
.mphoto-video-player {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}
.mphoto-vr-player {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(vr.play2.png) no-repeat;
    cursor: pointer;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}
.mphoto-pdf {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.pdf.png) no-repeat;
    cursor: pointer;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel-outer .group_btns, .swiperDiv .group_btns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 7px;
    justify-content: center;
}

.owl-carousel-outer .cat_btns {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3px;
}

.transparent-background {
    background-color: transparent !important;
}

.cancel-border {
    border: 0 !important;
}

.cancel-border-radius {
    border-radius: unset !important;
}

.label_transparent {
    border-radius: unset !important;
    border: 0 !important;
    background-color: transparent !important;
}

.centered_news_image {
    height: 500px;
    position: relative;
    display: block;
    overflow: hidden;
}


.centered_news_image_mobile {
    height: 200px;
    position: relative;
    display: block;
    overflow: hidden;
}

.centered_news_image img, .centered_news_image_mobile img {
    position: relative;
}

.text_max_2_rows
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myTablePair tr td:first-child:not(.ignored){
    font-weight: normal !important;
}

.swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiperDiv .swiper-wrapper {
    display: flex;
}
.swiperDiv .swiper-slide img {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important; /* Ensure the image covers the width of the container */
    height: 100% !important; /* Ensure the image covers the height of the container */
    object-fit: cover !important; /* Cover the container, cropping the image if necessary */
}
.fullscreenDiv.swiperDiv .swiper-slide img {
    object-fit: contain !important;
}

.google_map_nearby_menu::-webkit-scrollbar {
    display:none;
}

.center_map.active
{
    box-shadow: none;
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95);
    border-radius: 0.28571429rem;
}

.hide_scrollbar::-webkit-scrollbar {
    display:none;
}

.google_map_nearby_menu .item.active
{
    font-weight: bold!important;
}

.google_map_nearby_menu .item.active, .change_nearby_field_simple.active
{
    font-weight: bold!important;
}
.ui.items.mobile_newsItems .image{
    width:125px !important;
}