<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
select {
    -moz-appearance: none !important;
    background-color: #FAFAFA;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: 0.77778rem;
    line-height: normal;
    padding: 0.44444rem;
    border-radius: 0px;
    height: 2.05556rem;
}

#listland {
    padding-left: 10px;
    padding-right: 10px;
}

#listland .fitter {
    position: relative;
    margin: 5px;
    height: 300px;
    background: url('../img/toppart.jpg') repeat-y;
}

@media only screen and (min-width: 40em) and (max-width: 52em) {
    #listland .fitter {
        height: 450px;
    }
}

@media only screen and (max-width: 40em) {
    #listland .fitter {
        height: 600px;
    }
}

.bgpocity {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url('../img/bgfitter.png') repeat;
}

#listland .fitter &gt; .contentform {
    position: relative;
    color: #FFF;
}

#listland .fitter &gt; .contentform &gt; h2 {
    text-align: center;
    color: #FFF;
    padding-top: 20px;
}

#listland .fitter &gt; .contentform &gt; .fitterstate {
    margin: 0 auto;
    text-align: center;
}
#listland .fitter &gt; .contentform &gt; .fitterstate input{
	display: none;
}

#listland .fitter &gt; .contentform button {
    display: inline-block;
    background: none;
    border: 2px solid #999999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 30px;
}

#listland .fitter &gt; .contentform button.active {
    border-color: #FFFFFF;
}

#listland .fitter &gt; .contentform &gt; .fitterinfo &gt; div * {
    font-size: 18px;
    line-height: 18px;
}

#listland .fitter &gt; .contentform &gt; .fitterinfo select {
    height: 2.4rem;
    padding-left: 10px;
}

#listland .item {
    padding: 5px;
    min-height: 350px;
    float: left;
}

#listland .item &gt; .itemwrap {
    border: 1px solid #EEEEEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

#listland .item &gt; .itemwrap &gt; .landthumb {
    position: relative;
}

.landowner {
    display: block;
    position: absolute;
    right: 3px;
    bottom: -10px;
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.landowner img{
	height: 50px;
	width: 50px;
}

#listland .item &gt; .itemwrap &gt; .landthumb .price {
    position: absolute;
    left: 10px;
    bottom: 0px;
    color: #FFF;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3);
}

#listland .item &gt; .itemwrap &gt; .landthumb .type2 {
    position: absolute;
    left: 10px;
    top: 5px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 15px;
    padding: 2px 10px;
    background: #6192E6;
    color: #FFFFFF;
}
#listland .item &gt; .itemwrap &gt; .landthumb .type {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3);
}

#listland .item &gt; .itemwrap &gt; .landinfo {
    min-height: 80px;
    padding: 12px 12px;
}

#listland .item &gt; .itemwrap &gt; .landinfo h3 {
    margin: 0.5em 0px 0px;
    font-size: 0.875em;
    color: #95A5A6;
    line-height: 1.3125em;
    height: 3.9375em;
    overflow: hidden;
}

#listland .item &gt; .itemwrap &gt; .landinfo h3 * {
    color: #95A5A6;
    text-decoration: none;
}

#listland .item &gt; .itemwrap &gt; .landinfo h4 {
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
    color: #2C3E50;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#listland .pagination {
    float: right;
    padding: 10px 10px;
}

#listland .pagination &gt; a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 37px;
    color: #2C3E50;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #999999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
}

#listland .pagination &gt; a.active {
    background: #999999;
    color: #FFFFFF;
}

#landdetail {
    margin: 0px -11px;
}

@media only screen and (min-width: 40.01em) {
    #landdetail &gt; div.columns:first-of-type, .ownerinfoleft {
        padding-right: 0px;
    }
}

#landinfo {
    background: #f7f7f7;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 20px;
}

.landslider {
    position: relative;
    max-height: 550px;
    overflow: hidden;
}
.landslider:hover .orbit-container .orbit-prev,.landslider:hover .orbit-container .orbit-next{
	background: #000000;
	opacity: 0.6;
}
.landslider .orbit-container .orbit-prev:hover,.landslider .orbit-container .orbit-next:hover{
	opacity: 1;
}

.landslider li &gt; img {
    width: 100%;
    max-height: 500px;
}

.landinfo {
    padding: 5px 20px;
    position: relative;
    
}
.landinfo .landowner{
	bottom: inherit;
	top: -10px;
	width: 140px;
	height: 140px;
}

.landinfo h1, .landinfo h2 {
    color: #6d6d6d;
    text-shadow: none;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.landinfo h1 &gt; span{
	font-size: 26px;
	color: #008000;
	display: block;
}
.landinfo h2{
	font-size: 16px;
	color: #999999;
}

.landinfo .attr {
    color: #656565;
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
}

.landinfo .attr span {
    color: #595959;
    font-weight: bold;
}

.landinfo .landowner {
    bottom: 80px;
    right: 15px;
    z-index: 999;
}

.landinfo .landownername {
    position: absolute;
    right: 0px;
    bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    width: 140px;
    text-align: center;
    color: #2d2b2b;
    font-weight: bold;
}

.landinfo .landownername:hover {
    text-decoration: underline;
}

.landcontent {    
    padding: 2px 20px 20px;
}

.widgetowner{
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}
.widgetmaps{
	border: 1px solid #DDDDDD;
	border-top:0px;
	margin-bottom: 10px;
}
.widgetowner &gt; .title{
	margin: 0px;
	padding: 0px;
	background: #2C90F7;
	color: #FFF;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
}
.widgetowner &gt; .wcontent{
	padding: 10px;
}
.widgetowner .widgetowinfo{
	display: block;
	padding-bottom: 10px;
}
.widgetowner .witem{
	padding-left: 25px;
	position: relative;
	box-sizing: border-box;
	font-size: 15px;
}
.widgetowner .witem &gt; .fa{
	position: absolute;
	left: 0px;
}
.breadcrumbs{
	margin-top:10px;margin-bottom:10px;padding-top: 5px;padding-bottom: 5px;
}
.breadcrumbs li{
	line-height: 20px;
}
.breadcrumbs &gt; *::before{
	margin: 0px 0.45rem;
}
#landheader{
	margin-bottom:50px;
}
#landheader &gt; .cover{
	background:#CCC;margin:0.937rem;margin-top:0px;height:300px; position: relative;
}
#landheader &gt; .cover &gt; img{
	width: 100%;
	height: 300px;
}
#landheader &gt; .cover &gt; .avatar{
	width:302px;height:152px;position: absolute; bottom:-10px; left:7px;border:1px solid #CCCCCC;z-index: 9999;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
#landheader &gt; .cover &gt; .avatar img{
	border: 4px solid #FFFFFF;
	width: 300px;
	height: 150px;
}
#landheader &gt; .cover .coverbg {
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent url("https://fbstatic-a.akamaihd.net/rsrc.php/v2/yJ/r/UgNUNkKQar6.png") repeat-x scroll left bottom;
	border-bottom-color: rgba(0, 0, 0, 0.4);
}
#landheader &gt; .cover &gt; .fullname{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    left: 320px;
    bottom: 35px;
}
#landheader &gt; .cover &gt; .fullname *{
	color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3);
}
#landheader &gt; .cover &gt; .description{
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 320px;
    bottom: 15px;
}
#landheader &gt; .cover &gt; .landmenu{
	border:1px solid #CCCCCC;
	padding: 0;
	margin: 0 auto;
	background: #FFFFFF;
	overflow: hidden;
	-moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
#landheader &gt; .cover &gt; .landmenu &gt; li{
	border-right: 1px solid #DDDDDD;
	height: 45px; 
	line-height: 45px;
	margin: 0px;
	padding: 0px 17px;
}
@media only screen and (max-width: 50em) {
    #landheader &gt; .cover &gt; .fullname{
	    left: 10px;
	    bottom: 85px;
    }
    #landheader &gt; .cover &gt; .description{
	    left: 10px;
	    bottom: 30px;
    }
    #landheader &gt; .cover &gt; img{
	    display: none;
    }
    #landheader &gt; .cover &gt; .avatar{
	    margin:0 auto;
	    padding-top: 10px;
	    height: 162px;
	    position: static;
    }
    #landheader &gt; .cover &gt; .landmenu{
	    position: absolute;
	    bottom: -37px;
	    width:100%;
    }
    #landheader &gt; .cover &gt; .landmenu &gt; li:first-of-type{
	    display: none;
    }
    #landheader &gt; .cover &gt; .landmenu &gt; li{
	    padding:0px 10px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 14px;
    }
}
@media only screen and (max-width: 30em) {
	#landheader &gt; .cover &gt; .landmenu &gt; li{
	    padding:0px 5px;
    }
}
.showphone{
	display: none;
}
.getphone{
	text-align:center;width:130px;height:25px;line-height:27px;background:#008000;border-radius:10px;color:#FFF;display:inline-block;font-size:16px;cursor: pointer;
}
.agent-photo {
	float: left;
	margin-right: 10px;
	width: 86px;
	height: 86px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #E3E3E3;
}
.agent-photo img {
    display: block;
    overflow: hidden;
    width: 86px;
    height: auto;
 }
 .agentContactInfo {
	 float: left;
 }
 .agent-phone{
	 margin-left: 3px;
	 
 }
 .agent {
	 float: left;
	 width: 50%;
	 padding: 10px;
 }
 .email, .position {
	 font-size: 80%;
 }
.landcity {
	margin-left: 5px;
	margin-top: 5px;	
}
a[class='city'] {
	color: #F00;
	font-size: 25px;
	line-height: 30px;
} 
.agent-photodetail {
	float: left;
	margin-right: 6%;
	width: 174px;
	height: 174px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #E3E3E3;
}
.agentName h1 {
	color: #353E48;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 38px;	
} 
.agent-detail-contact {
	margin-left: 3%;
	float: left;
	
}
.agent-content {
	width: 100%;
	float: left;
	padding-top: 40px;
}
.owner-name a {
	color: #5C656D;
	text-decoration: underline;
}
.owner-name a:hover {
	color: #5C656D;
}
.tit_error {
	font-size:110%; 
	line-height: 130%;
	display:block;
	border: 3px solid #D80000; 
	padding:10px;
	border-radius:15px;
	margin:10px 5px 15px 2px;
	background-color:#FFEBE8;
	color: red;
}

</pre></body></html>