.sidebar-block.sidebar-block@charset "UTF-8";
//
@font-face {
    font-family: 'Futura-Light';
    src: url('fonts/Futura-Light.eot?') format('eot'),
    url('fonts/Futura-Light.woff') format('woff'),
    url('fonts/Futura-Light.ttf')  format('truetype'),
    url('fonts/Futura-Light.svg#Futura-Light') format('svg');
}

@font-face {
    font-family: 'Futura-Book';
    src: url('fonts/Futura-Book.eot?') format('eot'),
    url('fonts/Futura-Book.woff') format('woff'),
    url('fonts/Futura-Book.ttf')  format('truetype'),
    url('fonts/Futura-Book.svg#Futura-Book') format('svg');
}

@font-face {
    font-family: 'Futura-Heavy';
    src: url('fonts/Futura-Heavy.eot?') format('eot'),
    url('fonts/Futura-Heavy.woff') format('woff'),
    url('fonts/Futura-Heavy.ttf')  format('truetype'),
    url('fonts/Futura-Heavy.svg#Futura-Heavy') format('svg');
}

/* ==========================================================================
   Base styles: opinionated defaults  Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio, canvas, img, video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
div, aside, article, section, iframe, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

a {  color: inherit;
    text-decoration:none;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

a:hover {color: inherit;}

/*img*/
img{
    display:inline-block;
    *display: inline;
    *zoom:1;
    border:0;
    margin:0;
    padding:0;
    max-width: 100%;
    height: auto;
}

.amap-layers img {
    max-width: initial;
}

/*text styles*/
h1      {font-size:2.5em;}
h2      {font-size:1.25em;}
h3      {font-size:1.125em;}
h4      {font-size:1em;}
h5      {font-size:0.875em;}
h6      {font-size:0.75em;}
p       {font-size:0.875em;}

label   {font-size:0.875em;}

input{
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea{
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    resize:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#000;
}

input:focus, textarea:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

h1, h2, h3,  h4, h5, h6, strong, b, p {
    letter-spacing: 0.03em;
    line-height: 1.25em;
    margin-bottom: 0.8em;
    color: inherit;
}

h1, h2, h3, strong, b {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-weight: 300;
}

p {
    line-height: 1.45em;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.bold           {font-weight:bold;}
.text-right     {text-align:right;}
.text-center    {text-align:center;}
.text-left      {text-align:left;}

/*Display*/
.block          {display:block;}
.inline         {display:inline;}
.hide           {display:none;}
.inline-block   {display:inline-block; *display: inline; *zoom:1;}


/*Positioning*/
.center         {margin:0 auto;}
.float-left     {float:left;}
.float-right    {float:right;}
.clear-left     {clear:right;}
.clear-right    {clear:left;}
.clear-both     {clear:both;}
.relative       {position:relative;}
.absolute       {position:absolute;}
.fixed          {position:fixed;}

/*overflow*/
.overflow-h      {overflow: hidden;}
.overflow-a      {overflow: auto;}
.overflow-v      {overflow: visible;}

/*Opacity*/
.half-opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*page styles*/
body{
    background-color:#FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, input, textarea, select
{
    font-family: 'Futura-Book', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
}

*, *:after, *:before {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

#wrapper {
    width:100%;
    height: 100%;
    min-width: 1360px;
    padding: 0;
    color: #404040;
    /*overflow: hidden;*/
}

.container {
    width:100%;
    max-width: 1280px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    *zoom: 1;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.page {
    overflow: hidden;
}

.section  {
    margin-bottom: 30px;
}

.section .btn {
    float: right;
    margin-bottom: 30px;
}

/*********************************************************************************/
/* FEATURE                                                                       */
/*********************************************************************************/

/*********************** Colour ***********************/
.white{color:#FFF;}
.black{color:#000;}

*::-moz-selection {
    background: #DDD;
    text-shadow: none;
}

*::selection {
    background: #DDD;
    text-shadow: none;
}

img::selection {
    background: transparent;
    text-shadow: none;
}

/*********************** Button ***********************/

.btn {
    text-align: center;
    color: #404040;
    font-size: 0.875em;
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    line-height: 1em;
    font-weight: normal;
    text-transform: none;
    padding: 0.5em 1.5em 0.4em;
    background-color: transparent;
    border: 1px solid #404040;
    display:inline-block; *display: inline; *zoom:1;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.btn:hover {
    border-color: #0F80D9;
    background-color: #0F80D9;
    color: #FFF;
}

.blue-btn-ux {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    border-color: #0F80D9;
    background-color: #0F80D9;
    color: #FFF;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.blue-btn-ux:hover {
    border-color: #404040;
    background-color: #404040;
    color: #FFF;
}


input[type="submit"], button {
    text-align: center;
    color: #FFF;
    font-size: 0.875em;
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    line-height: 1em;
    font-weight: 300;
    text-transform: none;
    padding: 0.3em 1em 0.25em;
    background-color: #0F80D9;
    border: 2px solid #0F80D9;
    display:inline-block; *display: inline; *zoom:1;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: auto;
    text-shadow: none;
    border-radius: 0;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;

}

input[type="submit"]:hover, button:hover {
    border-color: #404040;
    background-color: #404040;
}

.backtop-btn {
    background-position: -122px -162px;
    border: 2px solid #404040;
}

/*********************************************************************************/
/* FORM                                                                          */
/*********************************************************************************/

::-webkit-input-placeholder { /* WebKit browsers */
    color:#333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#333;
}

/*********************** input ***********************/

input:focus, textarea:focus, select:focus {
    outline: 0;
}

form input,
form textarea,
form select {
    width: 100%;
    padding: 0.3em 1em 0.25em;
    border: 1px solid #BABABA;
    border-radius: 0;
    background: transparent;
    color: #404040;
    font-size: 0.875em;
    min-height: 2em;
    display:inline-block; *display: inline; *zoom:1;
}

form textarea {
    min-height: 5em;
}


form label {
    display: block;
    margin-bottom: 0.8em;
}

form .description {
}

/*********** select ***********/

form select {
    background-color: transparent;
    background-image: url("../images/select-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    text-indent: 0.01px;
    text-overflow: "";
    padding-right: 20px;
}
/* for ie 8~11 */
form select, select {
    padding-right: 0\0;
}
select::-ms-expand {
    display: none;
}

/*********** Checkbox & Radio ***********/

input[type=radio]:not(old),
input[type=checkbox]:not(old){
    width   : 0;
    margin  : 0;
    padding : 0;
    opacity : 0;
    float: left;
    min-height: 0;
}

input[type=radio]:not(old) + label {
    margin-left: 0px;
    background: url("../images/radio.png") no-repeat left center;
    background-size: auto 50%;
    font-size: 1em;
    line-height: 1.5em;
}

input[type=checkbox]:not(old) + label {
    display: inline-block; *display: inline; *zoom:1;
    margin-left: 0px;
    padding-left: 1.5em;
    background: url("../images/checkbox.png") no-repeat 0 5px;
    background-size: 13px 13px;
    font-size: 1em;
    line-height: 1.5em;
}

input[type=radio]:not(old):checked + label{ background-image: url("../images/radio-selected.png"); }
input[type=checkbox]:not(old):checked + label{ background-image: url("../images/checkbox-selected.png"); }

/*********** Fields ***********/

.fields {
    *zoom: 1;
}

.fields:before,
.fields:after {
    content: " ";
    display: table;
}

.fields:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fields .field {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.fields .field + .field {
    padding-right: 0px;
    padding-left: 10px;
}

.fieldset+.fieldset {
    padding-top: 20px;
}

.input-box {
    margin-bottom: 0.8em;
}

/*********** Webform-component ***********/

.legend {
    text-align: center;
    margin-bottom: 20px;
}

.element-invisible {
    display: none;
}

.form-item {
    margin-bottom: 20px;
}


/*********************** Globe ***********************/

.column-wrapper:before,
.column-wrapper:after {
    content: " ";
    display: table;
}

.column-wrapper:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.column-wrapper {
    margin: 0 -10px;
    overflow: hidden;
    *zoom: 1;
}

.eighth-column, .seveth-column, .half-column, .onethird-column, .third-column, .quat-column {
    float: left;
    padding: 10px;
}

.full-column        {width: 100%; padding: 0 10px;}
.eighth-column      {width: 75%;}
.seveth-column      {width: 66.66%;}
.half-column        {width: 50%;}
.onethird-column    {width: 33.33%;}
.third-column       {width: 33.33%;}
.quat-column        {width: 25%;}

#nb_icon_wrap {
    display: none !important;
}

.call, .chat, .school, .wishlist, .location, .id, .size, .rental, .district, .phone, .bedroom, .business, .shower, .metro, .area, .mobile, .info, .mail,
.wechat, .insta, .facebook, .backtop-btn, .online-service, .ask-for-rent, .landlord ,.cn_wechat, .home_phone{
    display:inline-block; *display: inline; *zoom:1;
    background-image: url('../images/sprites@X2.png?201707');
    background-image: url('../images/sprites.png?201707')\9;
    background-repeat: no-repeat;
    background-size: 1040px 200px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 40px;
    height: 40px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.wechat     {background-position: 0px -160px;}
.insta      {background-position: -40px -160px;}
.facebook   {background-position: -80px -160px;}
.wechat.success,
.insta.success,
.facebook.success
{background-position: -240px -160px;}

.call       { background-position: 0px 0px;}
.chat       { background-position: -40px 0px;}
.school     { background-position: -80px 0px;}
.wishlist   { background-position: -120px 0px;}
.location   { background-position: -160px 0px;}
.id         { background-position: -200px 0px;}
.size       { background-position: -240px 0px;}
.rental     { background-position: -280px 0px;}
.district   { background-position: -320px 0px;}
.phone      { background-position: -360px 0px;}
.bedroom    { background-position: -400px 0px;}
.business   { background-position: -440px 0px;}
.shower     { background-position: -480px 0px;}
.metro      { background-position: -520px 0px;}
.area       { background-position: -560px 0px;}
.mobile     { background-position: -600px 0px;}
.info       { background-position: -640px 0px;}
.mail       { background-position: -680px 0px;}
.ask-for-rent       { background-position: -840px 0px;}
.landlord   { background-position: -880px 0px;}
.online-service    { background-position: -920px 0px;}
.cn_wechat    { background-position: -960px 0px;}
.home_phone    { background-position: -1000px 0px;}

.g.call       { background-position: 0px -40px;}
.g.chat       { background-position: -40px -40px;}
.g.school     { background-position: -80px -40px;}
.g.wishlist   { background-position: -120px -40px;}
.g.location   { background-position: -160px -40px;}
.g.id         { background-position: -200px -40px;}
.g.size       { background-position: -240px -40px;}
.g.rental     { background-position: -280px -40px;}
.g.district   { background-position: -320px -40px;}
.g.phone      { background-position: -360px -40px;}
.g.bedroom    { background-position: -400px -40px;}
.g.business   { background-position: -440px -40px;}
.g.shower     { background-position: -480px -40px;}
.g.metro      { background-position: -520px -40px;}
.g.area       { background-position: -560px -40px;}
.g.mobile     { background-position: -600px -40px;}
.g.info       { background-position: -640px -40px;}
.g.mail       { background-position: -680px -40px;}
.g.ask-for-rent       { background-position: -840px -40px;}
.g.landlord   { background-position: -880px -40px;}
.g.online-service    { background-position: -920px -40px;}
.g.cn_wechat    { background-position: -960px -40px;}
.g.home_phone    { background-position: -1000px -40px;}

.b.call       { background-position: 0px -80px;}
.b.chat       { background-position: -40px -80px;}
.b.school     { background-position: -80px -80px;}
.b.wishlist   { background-position: -120px -80px;}
.b.location   { background-position: -160px -80px;}
.b.id         { background-position: -200px -80px;}
.b.size       { background-position: -240px -80px;}
.b.rental     { background-position: -280px -80px;}
.b.district   { background-position: -320px -80px;}
.b.phone      { background-position: -360px -80px;}
.b.bedroom    { background-position: -400px -80px;}
.b.business   { background-position: -440px -80px;}
.b.shower     { background-position: -480px -80px;}
.b.metro      { background-position: -520px -80px;}
.b.area       { background-position: -560px -80px;}
.b.mobile     { background-position: -600px -80px;}
.b.info       { background-position: -640px -80px;}
.b.mail       { background-position: -680px -80px;}
.b.ask-for-rent       { background-position: -840px -80px;}
.b.landlord   { background-position: -880px -80px;}
.b.online-service    { background-position: -920px -80px;}
.b.cn_wechat    { background-position: -960px -80px;}
.b.home_phone    { background-position: -1000px -80px;}

.lg.call       { background-position: 0px -120px;}
.lg.chat       { background-position: -40px -120px;}
.lg.school     { background-position: -80px -120px;}
.lg.wishlist   { background-position: -120px -120px;}
.lg.location   { background-position: -160px -120px;}
.lg.id         { background-position: -200px -120px;}
.lg.size       { background-position: -240px -120px;}
.lg.rental     { background-position: -280px -120px;}
.lg.district   { background-position: -320px -120px;}
.lg.phone      { background-position: -360px -120px;}
.lg.bedroom    { background-position: -400px -120px;}
.lg.business   { background-position: -440px -120px;}
.lg.shower     { background-position: -480px -120px;}
.lg.metro      { background-position: -520px -120px;}
.lg.area       { background-position: -560px -120px;}
.lg.mobile     { background-position: -600px -120px;}
.lg.info       { background-position: -640px -120px;}
.lg.mail       { background-position: -680px -120px;}
.lg.ask-for-rent       { background-position: -840px -120px;}
.lg.landlord   { background-position: -880px -120px;}
.lg.online-service    { background-position: -920px -120px;}
.lg.cn_wechat    { background-position: -960px -120px;}
.lg.home_phone    { background-position: -1000px -120px;}

.close {
    display:inline-block; *display: inline; *zoom:1;
    background: url('../images/icon-close.png')no-repeat center;
    background-size: 40px 40px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.wishlist:hover     { background-position: -800px -0px;}
.g.wishlist:hover   { background-position: -800px -40px;}
.b.wishlist:hover   { background-position: -800px -80px;}
.lg.wishlist:hover  { background-position: -800px -120px;}

/*********************** WYSIWYG ***********************/
.l-content {
    text-align: left;
}

.l-content h1, .l-content h2, .l-content h3, .l-content h4, .l-content h5, .l-content h6 {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    margin-bottom: 20px;
}

.l-content p {
    margin-bottom: 20px;
}

.l-content a {
    color: inherit;
    text-decoration: underline;
}

.l-content a:hover {
    color: #0F80D9;
}

.l-content ul, .l-content ol {
    padding-left: 20px;
    margin-bottom: 1em;
    font-size: 1em;
}

.l-content ul {list-style-type: disc;}

.l-content ol {list-style-type: decimal; padding-left: 25px;}

.l-content ul li, .l-content ol li {
    padding: 0.25em 0;
    color: inherit;
}

.l-content ul li h3, .l-content ul li h4, .l-content ul li h5, .l-content ul li h6, .l-content ul li a, .l-content ul li p, .l-content ul li span,
.l-content ol li h3, .l-content ol li h4, .l-content ol li h5, .l-content ol li h6, .l-content ol li a, .l-content ol li p, .l-content ol li span {
    color: inherit;
    margin: 0;
}

.l-content ul li a:hover,
.l-content ol li a:hover {
    color: #0F80D9;
}

.l-content table {
    display: block;
    overflow: auto;
    width: 100%;
    color: #404040;
}

.l-content table thead {
    background: #333;
    color: #FFF;
}

.l-content table tr {
    background-color: #fff;
    border-top: 1px solid #c5c5c5;
}

.l-content table tr:nth-child(2n) {
    background-color: #F6F6F6;
}

.l-content table th {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-weight: normal;
}

.l-content table th, .l-content table td {
    border: 1px solid #C5C5C5;
    padding: 6px 13px;
}


/* ul.row, li.col-... */
.l-content .row {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}
.l-content .row:after {
    content: '';
    display: table;
    clear: both;
}
/*********************************************************************************/
/* FOOTER                                                                        */
/*********************************************************************************/

// .l-footer {
//     background: #EFEFEF;
//     color: #404040;
//     padding: 20px 0;
// }

// .l-footer h3 {
//     font-size: 1em;
//     display: block;
//     width: 50%;
//     padding-bottom: 10px;
//     margin-bottom: 10px;
//     border-bottom: 1px solid #404040
// }

// .l-footer li {
//     display: block;
//     font-size: 0.875em;
//     line-height: 1em;
//     padding: 10px 0;
// }

// .l-footer li a {
//     display: block;
// }

// .l-footer li a:hover {
//     color: #EFEFEF;
// }

.l-footer li a:hover .wechat     {background-position: -400px -160px;}
.l-footer li a:hover .insta      {background-position: -440px -160px;}
.l-footer li a:hover .facebook   {background-position: -480px -160px;}
.l-footer ul li a:hover {
    color: #0F80D9;
}

/*********************** FOOTER RIGHT HALF ***********************/

// .l-footer .half-column h3 {
//     width: 100%;
// }

// .l-footer .half-column .onethird-column {
//     padding-left: 0;
// }

// .l-footer .half-column .seveth-column {
//     padding-right: 0;
// }

.ebook span {
    font-size: 0.875em;
    display: block;
    margin: 10px 0;
}

.call-us {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
}

.call-us h4 {
    display: block;
    color: #0F80D9;
    font-size: 0.875em;
}

.call-us div {
    vertical-align: middle;
}

.subscribe {
    padding: 10px 0;
    *zoom:1;
}

.subscribe:before,
.subscribe:after {
    content: " ";
    display: table;
}

.subscribe:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.subscribe span {
    font-size: 0.875em;
    margin-bottom: 10px;
    display: block;
}

.subscribe label {
    display: none;
}

.subscribe .form-item {
    float: left;
    width: 66.66%;
}

.subscribe .form-actions {
    float: right;
    width: 33.33%;
    padding-left: 10px;
}

.subscribe .form-item input {
    border-color: #a7a7a7;
    background-color: #FFF;
}

.subscribe input[type="submit"] {
    width: 100%;
    color: #404040;
    background-color: transparent;
    border: 2px solid #404040;
}

.subscribe input[type="submit"]:hover {
    border-color: #0F80D9;
    background-color: #0F80D9;
    color: #FFF;
}


// .social,
// .social li,
// .l-footer .block-locale-language li {
//     float: left;
// }

// .l-footer .block-locale-language {
//     float: right;
// }

// .l-footer .block-locale-language li {
//     padding: 24px 0 24px 10px;
// }


// .social li + li {
//     margin-left: 10px;
// }

// .social li a:hover {
//     color: #0F80D9;
//     background-color: #0F80D9;
// }

// .l-footer .backtop-btn {
//     float: right;
// }

// .l-footer .backtop-btn:hover {
//     background-color: #FFF;
// }


// .l-footer #block-itcblocks-itc-footer-contact-block--2 {
//     text-align: left;
// }

/*********************** FOOTER COPYRIGHT ***********************/

// .l-copyright {
//     text-align: center;
//     font-size: 11px;
//     padding: 20px;
//     border-top: 1px solid #404040
// }


// /*********************************************************************************/
// /* new footer start                                                        */
// /*********************************************************************************/
// footer .footer-row-1,
// footer .footer-row-2,
// footer .footer-row-3 {
//     padding: 12px 0;
//     line-height: 24px;
// }
// footer .footer-row-1 {
//     color: #808080;
//     font-size: 16px;
//     min-height: 74px;
// }
// footer .footer-row-2 {
//     background: #b7b7b7;
// }
// footer .footer-row-3 {
//     background: #a5a5a5;
//     color: #fff;
// }
// footer .footer-row-3 a{
//     color: #fff;
// }
// footer .btn {
//     background-color: #a5a5a5;
//     border: none;
//     color: #fff;
//     border-radius: 0;
// }
// footer .euraAndmember{width:50%;text-align:right;}
// footer img.eura, footer img.member{display:inline-block !important;}

// footer .glyphicon-phone {
//     color: #808080;
// }
// footer .subscription {
//     float: none !important;
//     text-align: left;
//     display: inline;
// }
// footer .subscription .form-item label{
//     display: none;
//     visibility: hidden;
// }
// footer .subscription .form-item {
//     display: inline-block;
// }
// .footer-main-nav a {
//     font-size: 16px;
//     color: #808080;
//     line-height: 40px;
// }
// .footer-main-nav ul li {
//     display: inline;
//     float: left;
//     padding: 0;
//     margin:0;
//     margin-right: 10%;
// }
// .footer-social {
//     text-align: right;
//     position: relative;
// }
// .footer-social .label {
//     font-size: 16px;
//     color: #808080;
//     font-weight: normal;
//     line-height: 40px;
//     padding: 0;
//     margin:0;
//     margin-right: 10%;
// }
// .footer-social .social-group img{
//     height: auto;
// }
// .footer-social .social-group ul li {
//     display: inline;
//     float: left;
//     padding: 0;
//     margin:0;
// }
// .footer-row-1 .ipadSpecil{
//     text-align: left;
//     display: inline;
//     float: left;
//     /*width: 65%;*/
//     margin-right: 4px;
// }

// footer li.whatsapp_li {
//     position: relative;
// }

// footer .tel_img{
//     position: absolute;
//     right: 0px;
//     background: #fff;
//     padding: 10px;
//     font-size: 16px;
//     width: 150px !important;
//     z-index: 99;
// }
// footer .tel_img p{
//     margin-bottom: 0;
// }
// .footer-citylink{
//     padding-top:20px;
//     padding-left:10px;
// }
// .footer-citylink span.footer-loca{
//     font-size: 15px;
//     padding-right:30px;
// }
// .footer-citylink span.footer-bull{
//     font-size: 8px;
//     padding: 0 10px;
// }
// .footer-copy {
//     padding:20px 0 20px 10px;
// }
// .footer-copy, .footer-copy a {
//     font-size: 10px;
// }
// .footer-copy .gs {
//     padding-bottom: 10px;
//     margin-left: 50px;
// }
// .footer-copy .txt-inner {
//     padding: 15px 0 0;
// }
// .pop-link h4 {
//     font-weight:bold;
//     border-bottom: 1px solid #fff;
//     padding: 20px 0 10px;
// }
// .pop-link ul li {
//     padding-bottom: 5px;
//     padding-top: 5px;
// }
// footer .col-sm-12, footer .col-md-12, footer .col-lg-12, footer .col-xs-12 {
//     padding-left: 10px !important;
//     padding-right: 10px !important;
// }
// footer li.wechat_li {
//     position: relative;
// }
// footer .wechat_img {
//     position: absolute;
//     z-index: 99;
//     left: -80px;
// }
// footer .subscription input {
//     padding: 0.3em 0.45em 0.25em;
// }
// /*********************************************************************************/
// /* new footer end                                                        */
// /*********************************************************************************/

/*********************** COMPOUND SECTION ***********************/

.compound {
    float: left;
    width: 320px;
    text-align: left;
    font-size: 0.875em;
}

.compound + .compound {
    margin: 0 0 0 20px;
}

.compound h4 {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    cursor: pointer;
}

.compound ul li {
    display: block;
    padding: 4px 0;
}

.compound ul li.last {
    text-decoration: underline;
}

.compound a:hover {
    color: #0F80D9;
}

/*********************** FIXED SIDEBAR ***********************/

.side-block-menu {
    background: url("../images/black30.png");
    position: absolute;
    top: 63px;
    right: 0;
    padding: 20px 0;
    z-index: 201;
}

.side-block-menu li {
    position: relative;
    width: 40px;
    padding: 12px 0;
    display: block;
    color: #FFF;
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
}

.side-block-menu li a:hover {
    color: #0F80D9;
}

.side-block-menu li a .wechat { background-position: -720px 0px;}
.side-block-menu li a .facebook { background-position: -760px 0px;}

.side-block-menu li a:hover .mail { background-position: -680px -80px;}
.side-block-menu li a:hover .wishlist { background-position: -120px -80px;}
.side-block-menu li a:hover .call { background-position: -0px -80px;}
.side-block-menu li a:hover .wechat { background-position: -720px -80px;}
.side-block-menu li a:hover .facebook { background-position: -760px -80px;}
.side-block-menu li a:hover .chat { background-position: -40px -80px;}

.side-block-menu li a:hover .ask-for-rent       { background-position: -840px -80px;}
.side-block-menu li a:hover .landlord   { background-position: -880px -80px;}
.side-block-menu li a:hover .online-service    { background-position: -920px -80px;}
.side-block-menu li a:hover .cn_wechat    { background-position: -960px -80px;}
.side-block-menu li a:hover .home_phone    { background-position: -1000px -80px;}

.side-block-menu .qr-container {
    position: absolute;
    right: 100%;
    left: auto;
    bottom: -49px;
    margin: 0;
}


.side-nav .mail,
.side-nav .call,
.side-nav .home_phone{
    position: relative;
    overflow: visible;
}
.side-nav-inner {
    position: absolute;
    top: 0;
    right: 100%;
    padding: 25px 30px 20px;
    background: #fff;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.16s linear;
}
.side-nav .side-nav-inner h4 {
    color: #000;
    text-indent: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.side-nav .mail-form {
    top: -96px;
    width: 400px;
}
.side-nav .mail-form label {
    display: none;
}
.side-nav .mail-form input {
    display: block;
}
.side-nav .mail-form textarea {
    display: block;
    height: 120px;
}
.side-nav .mail-form input[type=submit] {
    width: 100%;
    padding: 0.5em 1em;
}

.side-nav .call-list {
    width: 360px;
    text-indent: 0;
    color: #000;
}
.side-nav .mail:hover .side-nav-inner,
.side-nav .call:hover .side-nav-inner,
.side-nav .home_phone:hover .side-nav-inner {
    visibility: visible;
    opacity: 1;
}
.sidebar-wishlist-total{
    position:absolute;
    width:18px;
    height:18px;
    border-radius:50%;
    text-align:center;
    top:10px;
    right:2px;
    background:white;
    color:#a7a7a7;
    font-size:0.625em;
    line-height:22px;
}
/*********************** SIDEBAR ***********************/

.sidebar {
    text-align: left;
}

.sidebar-block {
    padding: 20px;
    border: 1px solid #EFEFEF;
}

.sidebar-block + .sidebar-block {
    margin-top: 20px;
}

.sidebar-block a:hover {
    color: #0F80D9;
}
.sidebar-block .servicesphone{
    margin-bottom:10px;
}
.sidebar-block .cta-online .tel_number1 span{
    display:inline-block;
}
.sidebar-block .cta-online .tel-span1{
    width: 19%;
}
.sidebar-block .cta-online .tel-span1 img{
    width: 88%;
}
.sidebar-block .cta-online .tel-span2{
     width: 78%;
    font-size: 23px;
    position: relative;
    top: -9px;

}
.sidebar-block .cta-online .online-contact{
    margin: 10px 0px;
    font-size: 16px;
}

.compoundside .scroll-contain {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sidebar .compoundside h2 {
    font-size: 1.125em;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #EFEFEF;
}

.compoundside .compound {
    width: auto;
    float: none;
    padding: 0px;
}

.compoundside .compound + .compound {
    border-top: 1px solid #EFEFEF;
}

.compoundside .compound ul li, .help-links ul li {
    padding: 8px 0;
}

.compound ul li a, .help-links ul li a {
    white-space: normal;
}

.help-links ul li {
    display: block;
    font-size: 0.875em;
}

.home-compounds .compound  {
    width: 195px;
}
.home-compounds .compound ul{
    height: 110px;
    overflow: hidden;
}
.compoundside .compound ul {
    overflow: hidden;
}

.compound > .show-more {
    display: inline-block; *display: inline; *zoom:1;
    padding: 8px 0;
}

/*********************** SEARCHBAR ***********************/

.l-region--navigation {
    background-color: #d3d3d3;
    margin-bottom: 30px;
}
.l-region--navigation .section {
    margin: 0;
}
.l-region--navigation input {
    border: none;
    background-color: #fff;
}
.l-region--navigation select {
    height: 1.85em;
    border: none;
    background-color: #fff;
}
.l-region--navigation .form-item, .l-region--navigation .form-actions {
    float: left;
}

/**
 * Searchbar-Simple (in Homepage). Width Customize
 */

.searchbar-simple .form-item-term,
.block--itcsearch-search-form {
    float: left;
    position: relative;
    width: 25%;
    margin-bottom: 0;
}
.searchbar-simple  .form-item .form-autocomplete {
    background: #FFF;
}
.searchbar-simple  .form-item .form-autocomplete.throbbing {
    background: #FFF url('../images/throbber.gif') no-repeat center right;
}

.searchbar-simple .form-item-term label {
    display: none;
}
.searchbar-simple .form-submit {
    float: none;
    height: 53px;
    padding-left: 2.5em;
    padding-right: 1.5em;
    background: #0078d7 url(../images/search-icon-w@X2.png) no-repeat 14px center / 16px;
    background: #0078d7 url(../images/search-icon-w.png) no-repeat 14px center\9;
}
.searchbar-simple .form-wrapper,
.l-region--navigation .block--facetapi {
    float: left;
    width: 10%;
    position: relative;
    margin-left: 15px;
}

.dropdown-title {
    display: block;
    height: 2em;
    padding: 0 30px 0 14px;
    font-size: 14px;
    line-height: 2em;
    background: #FFF url("../images/select-icon-g.png") no-repeat right center;
    background-size: 20px 20px;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
}

.searchbar_facet .dropdown-content {
    width: auto;
    float: none;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 25px 20px;
    background: #FFF;
    border: 1px solid #EFEFEF;
    z-index: 101;
    text-align: left;
    display: none;
    top: 37px;
}

.searchbar-simple .dropdown-content {
    width: auto;
    float: none;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 25px 20px;
    background: #FFF;
    border: 1px solid #EFEFEF;
    z-index: 101;
    text-align: left;
    display: none;
    top: 25px;
}


.dropdown-content.form-wrapper:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 37px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
}

.searchbar-simple .dropdown-content .form-item,
.searchbar_facet  .dropdown-content .form-item {
    margin: 0;
}
.searchbar-simple .dropdown-content .form-type-checkboxes + .form-type-checkboxes  {
    margin-top: 20px;
}

.block--itcsearch-search-form label {
    display: none;
}

.block--itcsearch-search-form .form-item {
    width: 70%;
    margin: 0;
}

.block--itcsearch-search-form .form-submit {
    background: #0f80d9;
}

.facetapi-facetapi-checkbox-links li span {
    display: none;
}

/* map searchbar checkbox */
.facetapi-facet-field-house-typename-field .leaf  a,
.facetapi-facet-field-featuresname-field .leaf a
{
    display: inline-block;
    margin-left: 0px;
    padding-left: 1.5em;
    background: url(/sites/all/themes/joanna_real_estate/images/checkbox.png) no-repeat 0 5px;
    background-size: 13px 13px;
    background-image: url(/sites/all/themes/joanna_real_estate/images/checkbox_13.png)\9;
    font-size: 1em;
    line-height: 1.5em;
    border: none;
    margin-top: 0;
    width: auto;
}
.facetapi-facet-field-house-typename-field .leaf a:hover,
.facetapi-facet-field-featuresname-field .leaf a:hover {
    color: #404040;
    background: url(/sites/all/themes/joanna_real_estate/images/checkbox.png) no-repeat 0 5px;
    background-size: 13px 13px;
    background-image: url(/sites/all/themes/joanna_real_estate/images/checkbox_13.png)\9;
}
.facetapi-facet-field-house-typename-field .leaf a.facetapi-active,
.facetapi-facet-field-featuresname-field .leaf a.facetapi-active {
    background: url(/sites/all/themes/joanna_real_estate/images/checkbox-selected.png) no-repeat 0 5px;
    background-size: 13px 13px;
    background-image: url(/sites/all/themes/joanna_real_estate/images/checkbox-selected_13.png)\9;
    color: #404040;
}
/* map searchbar end */

.searchbar .close {
    display: none;
}

/**
 * define width
 */
.form-checkboxes.list-checkboxes {
    width: 10.5em;
}
.form-checkboxes.color-checkboxes {
    width: 15em;
}
.searchbar-simple #price-slider {
    width: 360px;
    margin: 0;
    overflow: hidden;
}
/**
 * define style
 */
.form-checkboxes.list-checkboxes .form-item {
    float: none;
}
.form-checkboxes.list-checkboxes label {
    margin-bottom: 0;
}
.form-checkboxes.color-checkboxes .form-type-checkbox label,
a.facetapi-checkbox {
    margin-left: -1px;
    margin-bottom: 0;
    margin-top: -1px;
    padding: 0 11px;
    line-height: 30px;
    text-align: center;
    background: #FFF;
    border: 1px solid #BABABA;
    cursor: pointer;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.form-checkboxes.color-checkboxes .form-type-checkbox label:hover,
.form-checkboxes.color-checkboxes .form-type-checkbox input[type=checkbox]:checked + label,
a.facetapi-checkbox:hover,
a.facetapi-checkbox.facetapi-active {
    background: #0F80D9;
    color: #FFF;
}

.facetapi-facetapi-checkbox-links li {
    float: left;
}
a.facetapi-checkbox {
    display: block !important;;
}


.searchbar-simple .form-submit {
    float: right;
    padding: 0.5em 3em 0.3em;
    background-color: #0078d7;
    color: #fff;
}

/**
 * price silder in searchbar
 */
.searchbar-simple #price-slider input,
.searchbar_facet #price-slider input {
    border: 1px solid #BABABA;
}
#price-slider .form-item-rental-max label,
#price-slider .form-item-rental-max input {
    text-align: right;
}


.searchbar-simple #price-slider .half-column,
.searchbar_facet #price-slider .half-column {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
.searchbar-simple #price-slider .half-column .form-item,
.searchbar_facet #price-slider .half-column .form-item {
    width: 40%;
}
.searchbar-simple #price-slider .mark-to,
.searchbar_facet #price-slider .mark-to {
    float: left;
    width: 20%;
    text-align: center;
}
.searchbar-simple .maxmin-outer,
.searchbar_facet .maxmin-outer {
    clear: both;
}
/**
 * Auto-complete
 */
.searchbar-simple #autocomplete {
    border: 1px solid #EFEFEF;
}
.searchbar-simple #autocomplete li {
    padding: 8px 10px;
    text-align: left;
}

.searchbar-simple .dropdown-content #edit-facilities {
    display: table;
}
.dropdown-content .tablecell {
    display: table-cell;
}
.dropdown-content .tablecell .form-item {
    width: 10em;
}

#autocomplete {
    border: 1px solid #e5e5e5;
    padding: 8px 5px;
}
#autocomplete li {
    padding: 3px 0;
}
.searchbar .ready-drop-list {
    position: absolute;
    z-index: 99;
    top: 29px;
    left: 0;
    width: 15%;
    font-size: 14px;
    border: 1px solid #EFEFEF;
}
.searchbar .ready-drop-list .facetapi-checkbox {
    text-align: left;
    border: none;
    padding: 0 1em;
    margin: 0;
}

.searchbar_facet .ready-drop-list {
    width: 70%;
}

.searchbar_facet #reset-submit {
    margin-left: 296%;
    background: #e0e0e0;
    padding: 20px 10px;
    font-family: "Futura-Heavy",Arial,"microsoft yahei","微软雅黑","SimHei","中易黑体",sans-serif;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}
.searchbar_facet #reset-submit:hover {
    background: #d3d3d3;
}
/************* form ***************/
.searchbar-simple .form-submit {
    float: none;
    height: 53px;
    padding-left: 2.5em;
    padding-right: 1.5em;
    background: #0078d7 url('../images/search-icon-w@X2.png') no-repeat 14px center / 16px;
    background: #0078d7 url('../images/search-icon-w.png') no-repeat 14px center\9;
}

.searchbar-simple .map-view {
    padding-left: 2.5em;
    padding-right: 1.5em;
    background: #e0e0e0 url('../images/pointer-map.png') no-repeat 14px center;
    color: #000;
}

.searchbar-simple .map-view:hover {
    background-color: #d3d3d3;
}
.searchbar-simple .form-item {
    margin-top: 12px;
    margin-bottom: 12px;
}

.searchbar-simple .form-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
}

.searchbar_facet .form-item {
    margin-top: 12px;
    margin-bottom: 12px;
}

.searchbar_facet .block--facetapi {
    margin-top: 12px;
    margin-bottom: 12px;
}

.searchbar_facet #itcsearch-submit {
    margin-top: 12px;
    margin-bottom: 12px;
}

.searchbar-simple.clearfix {
    position: relative;
    text-align: right;
}

.searchbar-simple .block--itcmaphelper-map-controllers {
    margin: 16px 20px 0 !important;
}

.searchbar_facet .map-view {
    height: 52px;
    position: absolute;
    padding-left: 40px;
    margin-left: 257%;
    background: #e0e0e0 url('../images/pointer-map.png') no-repeat 14px center;
    color: #000;
}

.searchbar_facet .big-blue-search {
    position: absolute;
    padding: 0.5em 1.5em 0.3em 3em;
    height: 52px;
    margin-left: 257%;
    background: #e0e0e0 url('../images/list4.png') no-repeat 14px center;
    color: #000;
}

.searchbar_facet .map-view:hover,
.searchbar_facet .big-blue-search:hover {
    background-color: #d3d3d3;
}


.searchbar_facet #facet-search-rental .form-submit{
    display: block;
    background-color: #0F80D9;
    position: absolute;
    right: 10px;
    bottom: 36px;
}
.searchbar_facet #facet-search-rental .form-submit:hover {
    border-color: #404040;
    background-color: #404040;
}
.searchbar_facet #price-slider .half-column .form-item {
    width: 37%;
}
.searchbar_facet #price-slider .mark-to {
    width: 5%;
}
.searchbar-simple .form-item.form-type-textfield.form-item-term {
    width: 15%;
}

.searchbar-simple .form-wrapper {
    width: auto !important;
}

.searchbar_facet .block--facetapi {
    width: auto !important;
    margin-left: 8px !important;
}

.searchbar_facet .ctools-auto-submit-click {
    display: none;
}

.sidebar-wishlist-total {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    top: 10px;
    right: 2px;
    background: white;
    color: #a7a7a7;
    font-size: 0.625em;
    line-height: 22px;
}

.searchbar-simple div#edit-dropdown--2 {
    width: 415px !important;
    /*width: 415px;*/
}

.form-item.form-type-select.form-item-sort-by {
    float: left;
    margin-right: 5px;
}

.form-item.form-type-select.form-item-sort-order {
    float: left;
    margin-right: 5px;
}

.online-req-box .webform-container-inline label {
    display: inline-block;
}

.section-areas .l-region--navigation {
    display: none;
}
/**
 * Searchbar-Filter (in SearchResult Page). Width Customize
 */
.facetapi-facet-field-house-typename-field .facetapi-checkbox,
.facetapi-facet-field-featuresname-field .facetapi-checkbox {
    width: 10em;
    margin-top: -1px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
#facet-search-bedrooms .dropdown-content,
#facet-search-bathrooms .dropdown-content {
    width: 300px;
}
#facet-search-bedrooms .leaf,
#facet-search-bathrooms .leaf {
    float: left;
}
#facet-search-rental .dropdown-content {
    width: 415px;
}

.searchbar_facet > #block-itcsearch-simple-search-form {
    display: none;
}

/*********************** BREADCRUMB ***********************/

.breadcrumb {
    font-size: 0.75em;
    text-align: left;
    display: block;
    padding: 20px 0 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.breadcrumb a:hover {
    color: #0F80D9;
}
.breadcrumb span:before {
    content: ">";
    padding: 0 10px;
    color: #404040;
}
.breadcrumb span {
    position: relative;
}

/*********************** BANNER ***********************/

.banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-bottom: 60px;
}

.banner-bkg {
    width: 100%;
    height: 100%;
    position: relative;
}


/*********************** INNER SCROLL ***********************/

.scroll-wrap {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.scroll-contain {
    overflow: auto;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow-x: auto\9;
    overflow-y: hidden\9;
}

.scroll-contain::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll-contain::-webkit-scrollbar-track {
    background-color: #A7A7A7;
    border-radius: 0px;
}

.scroll-contain::-webkit-scrollbar-thumb {
    background-color: #0F80D9;
    border-radius: 0px;
}

/* using sly */
.properties-wrapper {
    margin-bottom: 30px;
}
.scroll-contain.sly-frame {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sly-scrollbar {
    width: 100%;
    height: 6px;
    margin-top: 30px;
    background-color: #A7A7A7;
}
.sly-scrollbar .handle {
    width: 100px; /* overriden if dynamicHandle: 1 */
    height: 100%;
    background: #0F80D9;
}

.scroll-wrap .compound {
    margin: 0 20px 0 0;
}
.scroll-wrap .property {
    position: relative;
    margin: 0 20px 0 0;
}


/*********************** COMMUNITY ***********************/

.community-block {
    position: relative;
    display: block;
}

.community-block img {
    width: 100%;
    display: block;
}

.community-info {
    color: #FFF;
    text-align: left;
    padding: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/black30.png");
}

.community-info h3, .community-text p, .community-text span {
    font-size: 0.75em;
}

.community-info h3 {
    margin: 0;
}

.community-text {
    display: none;
    margin-top: 0.8em;
}

.community-text span {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    text-transform: uppercase;
}

.community-text span:hover {
    text-decoration: underline;
}

.advert-block {
    border: 1px solid #A7A7A7;
	margin-top: 20px;
}

.advert-block a, .advert-block img {
    width: 100%;
    display: block;
}

.advert-block a + a {
    border-top: 1px solid #A7A7A7;
}

.community .half-column .community-block {
    height: 394px;
}
.community .quat-column .community-block {
    height: 187px;
}
.community .community-block img {
    height: 100%;
}

/*********************** TITLE ***********************/

.page-title {
    text-transform: uppercase;
    text-align: center;
    margin: 0.5em 0;
    padding: 0;
    color: #0F80D9;
}
.section h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 0;
}
.section-intro, .page-intro {
    text-align: center;
    padding: 0 25%;
    width: 100%;
}
.section-intro p, .page-intro p {
    font-size: 1.125em;
}
.page-intro {
    padding-bottom: 30px;
}
.page-intro h2 {
    margin-bottom: 10px
}
.page-intro p {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
}
/*********************** ACCORDIAN ***********************/

.accordian-wrapper {
    padding: 20px 0;
}
.accordian-wrapper .accordian-lists, .accordian-wrapper .accordian-lists li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordian-wrapper .accordian-lists li + li {
    border-top: 1px solid #EFEFEF;
}
.accordian-row .accordian-target {
    margin: 0;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
    color: #404040;
    margin: 0px;
}
.accordian-row .accordian-target:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -15px 0 0 0;
    width: 30px;
    height: 30px;
    background: url("../images/arrow@X2.png") no-repeat center top;
    background-size: 30px 60px;
}
.accordian-row .accordian-target:hover {
    color: #0F80D9;
}
.accordian-row.accordian-open .accordian-target:after {
    background-position: center bottom;
}
.accordian-row div {
    display: none;
    border-top: 1px solid #EFEFEF;
    padding: 20px 0;
}

/*********************** TAB ***********************/

.tab-wrapper {
    padding: 20px 0;
    *zoom: 1;
}
.tab-wrapper:before,
.tab-wrapper:after {
    content: " ";
    display: table;
}
.tab-wrapper:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab-btn {
    background: #404040;
    text-align: center;
    *zoom: 1;
}
.tab-btn:before,
.tab-btn:after {
    content: " ";
    display: table;
}
.tab-btn:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab-btn li {
    float: left;
    display:block;
    background: #404040;
    color: #FFF;
    font-size: 1em;
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #FFF;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.tab-btn li a {
    padding: 0.75em 1em;
    display: block;
    color: #FFF;
}

.tab-btn li.selected, .tab-btn li:hover {
    background: #0F80D9;
}

.tab-content {
    padding: 20px 0;
}

/*********************** PAGER ***********************/
.pager {
    text-align: center;
    margin-top: 20px;
}

.pager-item {
    display: inline-block;
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
}

ul.pager {
    display:inline-block; *display: inline; *zoom:1;
    list-style: none;
    margin: 20px 0;
    text-align: center;
}

ul.pager li {
    background-color: #FFF;
    color: #404040;
    float: left;
    font-size: 0.875em;
    padding: 10px 8px;
    margin: 0 0.5em
}

ul.pager li a {
    display: block;
}

ul.pager li:hover {
    color: #0F80D9;
}
ul.pager li.pager-current {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
}
ul.pager li.pager-ellipsis {}

/*********************************************************************************/
/* DURPAL FEATURE                                                                */
/*********************************************************************************/
/*********************** LOGIN ***********************/
.user-login, .user-register-form, .user-pass {
    margin: 0 auto;
    max-width: 580px;
    padding: 30px 20px;
    width: 100%;
}
.user-login:before,
.user-login:after,
.user-register-form:before,
.user-register-form:after,
.user-pass:before,
.user-pass:after {
    content: " ";
    display: table;
}
.user-login:after,
.user-register-form:after,
.user-pass:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.user-login,
.user-register-form,
.user-pass {*zoom: 1;}
.user-login label,
.user-register-form label,
.user-pass label {
    height: auto;
    width: auto;
    text-transform: uppercase;
    margin: 5px 0;
}
.user-login .description,
.user-register-form .description{
    padding: 5px 0 20px;
}
.user-pass .form-actions, .user-register-form .form-actions {
    margin-top: 20px;
}
.user-pass-reset {
    text-align: center;
    margin: 0 auto;
    max-width: 580px;
    padding: 30px 20px;
    width: 100%;
}
.user-pass-reset .form-actions {float: none; display: inline-block; *display: inline; *zoom:1;}

/*********************** EDITING TABS ***********************/

/* FOR MORE CUSTOM STYLE*/

.tabs {
    width: 100%;
    max-width: 1280px;
    color: #FFF;
    margin: 0 auto;
    border-bottom: 1px solid #0F80D9;
}
.tabs li a {
    display: block;
    background-color: #0F80D9;
    font-size: 0.75em;
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    padding: 10px 20px;
}
.tabs li a.active, .tabs li a:hover {
    background-color: #404040;
    color: #FFF;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

/*********************************************************************************/
/* HEADER                                                                        */
/*********************************************************************************/
.header {
    border-bottom: 1px solid #EFEFEF;
}
.header-mobile-menu, .header-mobile-wishlist {display: none;}

.header-block-logo, .main-nav, .block-locale-language, .main-nav ul, .header-block-menu li {
    float: left;
}
.logo-box {
    padding: 14px 0 12px;
    display: block;
}
.header-block-menu {
    float: right;
    color: #404040;
}
.header-block-menu li a {
    display: block;
    padding: 24px 15px;
    font-size: 0.875em;
    line-height: 1em;
}
.header-block-menu li a:hover {
    background: #EFEFEF;
}
.header-block-menu li a.active-trail{
    background: #EFEFEF;
    color: #0F80D9;
}
.header-block-menu li a.blue-btn-ux:hover {
    border-color: #404040;
    background-color: #404040;
    color: #FFF;
}
.header-block-menu li a.mobile-search {display: none;}

.header-block-menu li .active {
    color: #0F80D9;
}
.shanghai-life {
    background: #EFEFEF;
}
.block-locale-language {
    text-transform: uppercase;
}

.block-locale-language li {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    padding: 24px 0px 24px 10px;
    color: #A7A7A7;
}

.block-locale-language li.active, .block-locale-language li:hover {
    color: #404040;
}

.block-locale-language li a {
    padding: 0px;
}

/**
 * sub menu -- level1
 */
.main-menu > li, .sub-menu li {
    position: relative;
}
.main-nav li .level1 {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #fff;
	border: 1px solid #EFEFEF;
    border-top: 0 none;
}
/*.main-nav li.active .level1 */
*.main-nav li:hover .level1{
    display: block;
}
.main-menu > li .level1 li {
    border-top: 1px solid #EFEFEF;
}
.main-menu > li .level1 a {
    width: 12em;
    padding: 10px 15px!important;
}
.main-menu li a:hover {
 color: #0F80D9;
}

/*********************************************************************************/
/* HOMEPAGE                                                                      */
/*********************************************************************************/

.homepage-slider {
    margin: 0;
}
.homepage-slider .bx-wrapper {
    height: 460px;
    overflow: hidden;
}
.homepage-slider .bx-viewport, .homepage-slider .banner-slider li , .homepage-slider .bx-wrapper img {
    min-height: 460px;
    background-size: cover;
}
.banner-slider img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.banner-slider li {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-slider .banner-text {
    color: #FFF;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5%;
    left: 0;
    padding: 0%;
}
.banner-slider .banner-text span {
    font-size: 0.65em;
    display: block;
    font-family: 'Futura-Book', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
}
.joanna-brief .container,
.our-team .container,
.life-shanghai .container {
    padding-bottom: 30px;
}


/*********************** PROPERTIES SECTION ***********************/

.properties-header {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-size: 0.875em;
    margin-bottom: 30px;
}
.properties-area, .properties-top li {
    float: left;
}
.properties-top {
    float: right;
}
.properties-top ul {
    display: inline-block; *display: inline; *zoom:1;
    vertical-align: middle;
}
.properties-top li {
    float: left;
    padding: 0 20px;
}
.properties-top li + li {
    border-left: 1px solid #404040;
}
.properties-top li.last {
    padding-right: 0;
}
.properties-top li a {
    display: block;
}
.properties-top li a:hover, .properties-top li a.actived {
    color: #0F80D9;
}
.property {
    float: left;
    width: 320px;
    text-align: center;
    background: #f4f4f4 url("../images/property-bkg.png") no-repeat center;
}
.property + .property {
    margin: 0 0 0 20px;
}
.property img {
    display: block;
}
.property-info {
    position: relative;
}
.property-head {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Futura-Book', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-size: 1em;
}
.property-price {
    float: left;
    line-height: 16px;
    padding: 8px 10px 4px;
    margin-top: 12px;
    background: #0F80D9;
    font-weight: 600;
}
.property-btn, .property-area {
    float: right;
    display: block;
}
.property-name, .property-btn a {
    float: left;
    display: block;
}
.property-title {
    background: url("../images/black30.png");
    padding: 10px;
    font-size: 0.75em;
}
.property-spec {
    background: #EFEFEF;
    vertical-align: middle;
    font-size: 0.75em;
    line-height: 40px;
    color: #b2b2b2;
}
.property-spec span {
    display: inline-block; *display: inline; *zoom:1;
    margin: 0 10px;
}
.recommended-properties .property-name,
.recommended-properties .property-area {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.property-menu-column .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin-bottom: 0;
    padding-top: 13px;
    border: none;
    background: #0F80D9;
    color: #fff;
}
.property-menu-column .btn:hover {
    background-color: #404040;
}
.guide-bottom {
    position: relative;
    height: 40px;
    padding-bottom: 30px;
}
.guide-bottom-inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.guide-bottom-inner.fixed {
    position: fixed;
    top: 0;
}
/*********************** POPULAR COMPOUND SECTION ***********************/

.popular-compound.section {
    overflow: hidden;
    position: relative;
}

.popular-compound:before {
    background: #EFEFEF;
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 265px;
}

.popular-inner {
    width: 2020px;
    padding: 30px 0;
}

/*********************** JOANNA BRIEF SECTION ***********************/

.brief-block {
    background: #903d06;
    position: relative;
}

.brief-block a {
    display: block;
    position: relative;
}

.brief-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px 20%;
    z-index: 5;
}

.brief-title-inner {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
}

.brief-title h4 {
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.brief-block img {
    width: 100%;
    display: block;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.brief-block:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*********************** JOANNA TEAM SECTION ***********************/

.team-block {
    margin: 0 15px;
}
.team-block .field-content {
    max-height: 300px;
    overflow: hidden;
}

.team-block img {
    width: 100%;
    display: block;
}

.team-block h3 {
    color: #0F80D9;
    text-align: center;
    margin: 0.8em 0;
}

.team-info, .team-contact {
    text-align: left;
    font-size: 0.875em;
    line-height: 1.5em;
}

.team-contact {
    border-top: 1px solid #404040;
    padding-top: 10px;
    margin-top: 10px;
}

.team-contact span {
    display:inline-block; *display: inline; *zoom:1;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.team-contact span.wechat       {background-image: url('../images/contact-wechat.gif');}
.team-contact span.linkedin       {
    background-image: url('../images/linkedin-icon.png');
    width: 16px;
}

.team-contact span.insta        {background-image: url('../images/contact-insta.gif');}
.team-contact span.facebook     {background-image: url('../images/contact-facebook.gif');}

.team-contact .team-language span {
    width: 16px;
    height: 11px;
    margin-left: 5px;
}
.team-contact span.flag-en      {background-image: url('../images/gb.gif');}
.team-contact span.flag-cn      {background-image: url('../images/cn.gif');}
.team-contact span.flag-it      {background-image: url('../images/it.gif');}
.team-contact span.flag-jp      {background-image: url('../images/jp.gif');}
.team-contact span.flag-be      {background-image: url('../images/be.gif');}
.team-contact span.flag-ne      {background-image: url('../images/ne.gif');}
.team-contact span.flag-de      {background-image: url('../images/de.gif');}
.team-contact span.flag-es      {background-image: url('../images/es.gif');}
.team-contact span.flag-kr      {background-image: url('../images/kr.gif');}
.team-contact span.flag-pt      {background-image: url('../images/pt.gif');}
.team-contact span.flag-fr      {background-image: url('../images/fr.gif');}

.wechat {
    position: relative;
    cursor: pointer;
    overflow: visible!important;
}
.qr-container {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;

}
.qr-container img {
    display: block;
}

/*********************** Life in shanghai SECTION ***********************/

.life-shanghai .column-wrapper {
    margin-bottom: 30px;
}

/*********************************************************************************/
/* PROPERTIES LIST                                                               */
/*********************************************************************************/

.properties-listing h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.properties-headbar {
    font-family: "Futura-Heavy",Arial,"microsoft yahei","微软雅黑","SimHei","中易黑体",sans-serif;
    font-size: 0.875em;
    margin-bottom: 10px;
    width: 100%;
    background: #0F80D9;
    color: #FFF;
    padding: 5px 10px 3px;
}

.sort-by, .result-number {
    display: block;
    line-height: 20px
}

.sort-by {
    float: left;
}
.sort-by:after {
    content: "";
    display: table;
    clear: both;
}

.sort-by .form-item {
    margin: 0;
}

.sort-by label {
    display:inline-block; *display: inline; *zoom:1;
    margin: 0;
    font-size: 1em;
    font-weight: 300;
}

.sort-by select {
    color: #FFF;
    width: auto;
    font-size: 1em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 22px;
    margin-right: 10px;
    min-height: 0;
    border: none;
    background: #0F80D9 url('/sites/all/themes/joanna_real_estate/images/select-icon.png') no-repeat right center;
    background-image: none\9;
}
.ie .sort-by select {
    background: none;
}

.result-number {
    float: right;
}

.property-list-block {
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 20px;
    text-align: left;
    *zoom: 1;
}

.property-list-block:before,
.property-list-block:after {
    content: " ";
    display: table;
}

.property-list-block:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.property-list-block + .property-list-block{
    margin-top: 20px;
}

.property-left-block, .property-right-block {
    display: block;
    width: 50%;
}

.property-left-block {
    float: left;
    padding-right: 30px;
}

.property-right-block {
    float: right;
}

.property-left-block img {
    width: 100%;
}

.property-left-block span {
    font-size: 0.875em;
    margin-top: 10px;
    display: block;
}

.property-list-name, .property-list-id,
.property-list-price, .property-list-area {
    float: left;
    width: 50%;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-list-id {
    color: #a7a7a7;
    font-size: 0.875em;
    line-height: 1.875em;
    float: none;
    width: 100%;
}
.property-list-name {
    float: none;
    width: 100%;
}

.property-list-price, .property-list-area, .property-list-type {
    font-family: "Futura-Heavy",Arial,"microsoft yahei","微软雅黑","SimHei","中易黑体",sans-serif;
    font-size: 1.125em;
    margin-bottom: 0.8em;
}

.property-list-type {
    color: #0078d7;
    font-size: 1em;
    text-transform: uppercase;
    display: block;
    margin: 0;
}

.property-list-spec {
    font-size: 0.875em;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    margin: 20px auto;
}

.property-list-spec span {
    display:inline-block; *display: inline; *zoom:1;
    margin: 0 10px;
}

.property-list-btn .btn {
    float: left;
    width: 50%;
    border: none;
    background: #0F80D9;
    color: #FFF;
    padding: 0.8em 1.5em 0.6em;
    margin: 0;
}
.property-list-btn a.request {
    background: #a7a7a7;
}

.property-list-btn a:hover, .property-list-btn a.request:hover {
    background: #404040;
}

.property-list-block .wishlist,
.property-list-block .close {
    position: absolute;
    right: 0;
}


/*********************************************************************************/
/* PROPERTY DETAIL PAGE                                                          */
/*********************************************************************************/

.property-details.section {
    text-align: left;
}

.guide-bottom {
    padding-bottom: 30px;
}

.brief-details {
    padding-top: 20px;
    padding-right: 10px;
    float: right;
    width: 25%;
    text-align: left;
}
.brief-details h4 {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.brief-details li {
    display: block;
    zoom:1;
}
.brief-details li:before,
.brief-details li:after {
    content: " ";
    display: table;
}

.brief-details li:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.brief-details li .g {
    float: left;
    margin-top: -10px;
}
.brief-details li p {
    display: block;
    padding-left: 40px;
    padding-top: 2px;
    margin: 0;
}
.brief-details .btn {
    float: left;
    margin: 10px 0 20px;
    padding: 0.8em 2em 0.6em;
    border: none;
    background-color: #909090;
    color: #fff;
}
.brief-details .btn:hover {
    border-color: #0078d7;
    background-color: #0078d7;
    color: #FFF;
}

.metroline {
    display: inline-block; *display: inline; *zoom:1;
    border-radius: 50%;
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-size: 14;
    text-align: center;
    color: #FFF;
    background: #999;
    width: 20px;
    line-height: 18px;
    padding: 2px 0 0;
}

.line-1 {background: #E4022B;}
.line-2 {background: #96D702;}
.line-3 {background: #FFD103;}
.line-4 {background: #5F249F;}
.line-5 {background: #AC4FC6;}
.line-6 {background: #D71671;}
.line-7 {background: #FF6902;}
.line-8 {background: #009EDB;}
.line-9 {background: #71C5E8;}
.line-10 {background: #C1A7E2;}
.line-11 {background: #76232F;}
.line-12 {background: #007B5F;}
.line-13 {background: #EF95CF;}
.line-16 {background: #2AD5C4;}

/**
 * Property Top Guide Slider
 */
.guide-slider-wrapper {
    position: relative;
    float: right;
    width: 75%;
    max-height: 380px;
    overflow: hidden;
}
.guide-slider li {
    background-color: black;
    /*background-size: 100% auto;*/
    background-repeat: no-repeat;
    background-position: center;
}
.guide-slider li img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    max-height: 360px;
}

/**
 * Property Guide Bottom
 */
.property-price-column {
    float: left;
    width: 25%;
}

.property-menu-column {
    float: left;
    width: 75%;
}

.property-price-column .property-price {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 0;
    line-height: 42px;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
}
.property-price-column .property-price .wishlist {
    position: absolute;
    top: 0;
    right: 0px;
}
/**
 * Menu for Details Parts
 */
.menu-details {
    background-color: #e6e6e6;
}
.menu-details li {
    float: left;
}
.menu-details li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    border-right: 1px solid #ccc;
}
.menu-details li a:hover {
    color: #0F80D9;
    background-color: #FFF;
}

/**
 * General Information Box. With Title/ Border/ Content. Border Outside
 */
.information-box-tc {
    margin-bottom: 20px;
    padding: 20px 10px;
    border: 1px solid #EFEFEF;
    text-align: left;
}
.information-box-tc .title {
    position: relative;
}
.information-box-tc .title h2 {
    margin-bottom: 0;
    padding-right: 30px
}
.information-box-tc .content {
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
	margin:15px 15px 0px 15px;
}
.information-box-tc img {
    width: 100%;
}

#property_map {
    display: block;
}

/**
 * Hold List -- a list shows what we are providing
 */
.hold-list, .location-list {
    margin-top: -5px;
    text-align: left;
}
.hold-list li, .location-list li {
    position: relative;
    padding: 5px 0 5px 40px;
    font-size: 14px;
    line-height: 1.25em;
}
.hold-list li:before, .location-list li:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('../images/sprites@X2.png') no-repeat -240px -160px / 800px 200px;
    background-image: url('../images/sprites.png')\9;
    z-index: -1;
}
.location-list li:before {
    background-position: -160px -80px;
}
/**
 *  Map Info
 */
.information-box-map {
    margin-bottom: 20px;
}
.information-box-map .title {
    background-color: #e6e6e6;
}
.key-locations-box {
    line-height: 40px;
    font-size: 14px;
}
.information-box-map .key-location {
    margin: 0 20px;
    cursor: pointer;
}
/**
 * About This Area
 */
.information-box-tc .content.area-intro p {
    line-height: 2em;
}
.information-box-tc .read-more {
    display: inline-block; *display: inline; *zoom:1;
    margin-top: 10px;
    color: #6f6f6f;
    font-weight: 600;
}
.information-box-tc .read-more:hover {
    color: #0F80D9;
}

/**
 * Related Apartments
 */
.related-apartments h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}



/*********************************************************************************/
/* AREA LIST                                                                     */
/*********************************************************************************/

.area-list.section {
    margin-bottom: 60px;
}

.area-block {
    position: relative;
    display: block;
    background: #404040;
}

.area-block img {
    width: 100%;
    display: block;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.area-block:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.area-title {
    background: url("../images/black30.png");
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-family: "Futura-Book",Arial,"microsoft yahei","微软雅黑","SimHei","中易黑体",sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
}

.area-name {
    display: block;
    float: left;
}

.area-area {
    display: block;
    float: right;
}


/*********************************************************************************/
/* AREA SINGLE PAGE                                                              */
/*********************************************************************************/
/**
 * Menu Filter (with tabs)
 */
.menu-filter {
    background-color: #e6e6e6;
}
.menu-filter .search-icon {
    display: none;
}
.menu-filter .level0 {
    position: relative;
}
.menu-filter ul {
    /*float: left;*/
}
.menu-filter li {
    float: left;
}
.menu-filter li a {
    display: inline-block; *display: inline; *zoom:1;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    border-right: 1px solid #ccc;
}
.menu-filter li a:hover {
    background-color: #fff;
    color: #0F80D9;
}
.menu-filter .level0 li.active {
    background-color: #fff;
}
.menu-filter .level0 li.active > a {
    border-right-color: #fff;
}
.menu-filter .level1 {
    display: none;
    position: absolute;
    bottom: -100%;
    left: 0;
}
.menu-filter .active .level1 {
    display: block;
}
.menu-filter .level1 li {
    padding: 8px 0;
}
.menu-filter .level1 a {
    height: 1em;
    line-height: 1em;
}
.menu-filter .search-form {
    display: none;
    float: left;
    margin: 5px 0 0 25px;
    overflow: hidden;
}
.menu-filter .search-form form {
    float: left;
    width: 0;
    overflow: hidden;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.menu-filter .search-form.visible {
    background-color: #fff;
}
.menu-filter .search-form.visible form {
    width: 10em;
}
.menu-filter .search-form .form-item {
    margin-bottom: 0;
}
.menu-filter .search-form input {
    border: none;
    background-color: #fff;
}
.search-icon {
    float: left;
    width: 25px;
    height: 25px;
    text-indent: -9999em;
    background: url('../images/search-icon.png') no-repeat center;
}
.menu-filter .sly-scrollbar {
    height: 3px;
    margin-top: 0;
}

/**
 * Mobile Menu Filter
 */
.mb-menu-filter-wrapper {
    display: none;
    padding: 5px 20px;
    background-color: #e6e6e6;
}
.mb-menu-filter .form-item {
    float: left;
    width: 70%;
    margin-bottom: 0;
}
.mb-menu-filter select {
    height: 1.85em;
    border: none;
    background-color: #fff;
    background-image: url("../images/select-icon-g.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.mb-menu-filter .form-actions {
    float: left;
    width: 28%;
    margin-left: 2%;
}
.mb-menu-filter .form-actions input {
    width: 100%;
}


/**
 * Area-detail-main
 */
.area-feature {
    text-align: left;
    margin-top: -120px;
    padding: 30px 40px;
    color: #fff;
    background-color: #0078d7;
}
.area-feature h2 {
    margin-bottom: 15px;
    font-size: 1.875em;
}
.area-feature p {
    font-size: 1.375em;
    line-height: 1.25em;
}
.nor-border-box {
    text-align: left;
    border: 1px solid #EFEFEF;
    padding: 20px;
    margin-bottom: 20px;
}

/**
 * Side Block
 */
.side-news-block,
.article-slider-img,
.school-slider-img {
    position: relative;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.3);
}
.side-news-block img,
.article-slider-img img,
.school-slider-img img {
    display: block;
    width: 100%;
}
.side-news-block .A,
.article-slider-img .A,
.school-slider-img .A {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5em;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.3);
}
.side-news-wrapper .bx-wrapper .bx-prev, .side-news-wrapper .bx-wrapper .bx-next {
    top: auto;
    bottom: -24px;
    width: 24px;
    height: 24px;
    background-image: url(../images/pager_type2.png);
    background-color: #FFF;
    border: 1px solid #EFEFEF;
    background-repeat: no-repeat;
}
.side-news-wrapper .bx-wrapper .bx-prev {
    left: auto;
    right: 27px;
    background-position: 7px 4px;
}
.side-news-wrapper .bx-wrapper .bx-next {
    background-position: -17px 4px;
}
.side-news-block {
    overflow: hidden;
}
.side-news-block .A {
    bottom: -22px;
}
.side-news-block .A:hover {
    color: #fff;
}
.side-news-block .A:after {
    content: 'Read more';
    position: relative;
    width: 100%;
    display: block;
    padding-top: 3px;
    text-align: right;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.side-news-block .A:hover {
    bottom: 0;
}



/*********************************************************************************/
/* COMMUNITY LIST                                                                */
/*********************************************************************************/

.tab-nav {
    background: #e6e6e6;
    *zoom: 1;
    margin-bottom: 10px;
}

.tab-nav:before,
.tab-nav:after {
    content: " ";
    display: table;
}

.tab-nav:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tab-nav li {
    float: left;
    display:block;
    font-size: 0.875em;
    border-right: 1px solid #ccc;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.tab-nav li a {
    padding: 0 2em;
    line-height: 40px;
    display: block;
}

.tab-nav li.selected, .tab-nav li:hover {
    background: #FFF;
    color: #0F80D9;
}

.nav-map {
    float: right;
}

.nav-map a {
    display: block;
    padding: 0 2em 0 1em;
    line-height: 40px;
}

.nav-map a:hover {
    background: #FFF;
    color: #0F80D9;
}

/* No result map page */

.no-results {
    margin-top: 10em;
}
.community-main {
    margin: 0 0 10px;
}

.community-list.section {
    margin-bottom: 60px;
}

.community-list .eighth-column {
    padding: 0;
}

.community-featured {
    background: url("../images/flag-feature.png") no-repeat center / 100% auto;
    top: 10px;
    left: -8px;
    color: #fff;
    padding: 4px 5px 0 50px;
    position: absolute;
    text-align: center;
    width: 129px;
    line-height: 34px;
    font-size: 0.875em;
    text-transform: uppercase;
}


/*********************************************************************************/
/* ARTICLE PAGE & SCHOOL PAGE                                                    */
/*********************************************************************************/

.article-single-main, .school-single-main {
    padding-right: 20px;
    text-align: left;
}
.article-single-main h1, .school-single-main h1 {
    font-size: 28px;
}

.article-single-main .date-a-share {
    position: relative;
}
.article-single-main .date-a-share p {
    font-size: 1.125em;
}
.date-a-share .social-share {
    position: absolute;
    bottom: 0;
    right: 0;
}
.date-a-share .social-share:after {
    content: '';
    display: table;
    clear: both;
}
.date-a-share .social-share .icon {
    float: right;
    margin-left: 10px;
}
.article-lead, .school-guide {
    margin-bottom: 10px;
    padding: 15px 20px;
    color: #fff;
    background-color: #0078d7;
}
.article-lead p, .school-guide p {
    margin-bottom: 0;
    font-size: 1.125em;
}
.article-single-main .paragraphs-outer p {
    margin-bottom: 1.2em;
}
.paragraphs-outer .read-more {
    float: right;
}
.paragraphs-outer .read-more:hover {
    color: #0F80D9;
}
/**
 * School Page customize
 */
.school-contact p {
    margin-bottom: 3px;
    font-size: 16px;
    text-align: right;
}
.school-contact {
    margin-bottom: 20px;
}
.school-single-main h1 {
    position: relative;
    min-height: 90px;
}
.school-badge {
    float: left;
    max-width: 120px;
    margin-right: 15px;
}
.school-details {
    margin-top: 10px;
}
.school-details dt, .school-details dd {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.2em;
    vertical-align: top;
}
.school-details dt {
    width: 20%;
    text-align: right;
}
.school-details dd {
    width: 80%;
}
.school-details .btn {
    margin-top: 20px;
}



/*********************************************************************************/
/* MY WISHLIST                                                                   */
/*********************************************************************************/

.wishlist-intro,
.wishlist-form,
.wishlist-list {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.wishlist-intro {
    text-align: center;
    margin-bottom: 30px;
}

.wishlist-intro h1 {
    display:inline-block; *display: inline; *zoom:1;
    color: #0f80d9;
    text-transform: uppercase;
    padding-left: 80px;
    background: url("../images/icon-heart.gif")no-repeat left top;
    background-size: 50px 50px;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wishlist-intro h2 {
    font-size: 1.125em;
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    margin: 0;
    line-height: 1.5em;
    display: block;
}

.wishlist-intro span {
    text-transform: none;
    display: block;
}

.wishlist-form {
    margin-bottom: 30px;
}

.wishlist-form .webform-component-textfield,
.wishlist-form .webform-component-email {
    float: left;
    width: 33.33%;
}

.wishlist-form .webform-component-textfield,
.wishlist-form .webform-component-email,
.wishlist-form .webform-component-textarea,
.wishlist-form .form-actions {
    padding: 0 20px;
}

.wishlist-form input[type="text"], .wishlist-form input[type="email"], .wishlist-form textarea {
    border-color: #A7A7A7;
    padding: 0.6em 1em;
}

.wishlist-form .form-actions {
    text-align: right;
}

.wishlist-form .form-actions input[type="submit"] {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    padding: 0.8em 2.5em 0.6em;
    min-width: 280px;
}

/*********************************************************************************/
/* CONTACT US                                                                    */
/*********************************************************************************/

.contact-us {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.contact-us h1 {
    text-transform: uppercase;
    text-align: center;
}

.contact-form {
    margin-bottom: 60px;
}

.contact-form .webform-component-textfield,
.contact-form .webform-component-email,
.contact-form .webform-component-phone {
    float: left;
    width: 33.33%;
}

.contact-form .webform-component-textfield,
.contact-form .webform-component-email,
.contact-form .webform-component-textarea,
.contact-form .webform-component-phone,
.contact-form .form-actions {
    padding: 0 20px;
}

.contact-form .form-item label {
    display: none;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    border-color: #A7A7A7;
    padding: 0.6em 1em;
}

.contact-form .form-actions {
    text-align: center;
}

.contact-form .form-actions input[type="submit"] {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    padding: 0.8em 2.5em 0.6em;
    min-width: 280px;
}

/*********************************************************************************/
/* ONLINE REQUEST PAGE                                                           */
/*********************************************************************************/

.online-req-title {
    text-align: center;
}
.online-req-title h3 {
    font-size: 22px;
}
.online-req-box {
    margin-bottom: 30px;
    padding: 20px 20px 22px;
    border: 1px solid #BABABA;
}
.online-req-box .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #BABABA;
}
.online-req-box .title h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.online-req-box .content {
    padding-top: 20px;
}

.online-request-main select {
    background-color: transparent;
    background-image: url("../images/select-icon-g.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.ie .online-request-main select {
    background: none;
    padding-right: 5px;
}

/**
 * Budget Range
 */

.online-req-box #price-slider .column-wrapper {
    padding: 0 10px;
}
.online-req-box #price-slider .half-column {
    padding: 10px 0;
    overflow: hidden;
}
.online-req-box #price-slider .maxmin-outer {
    padding-left: 20px;
}
.online-req-box #price-slider .maxmin-outer label {
    position: relative!important;
    height: auto;
}
.house-field h5 {
    text-align: left;
}
.house-field .column-wrapper {
    overflow: visible;
}
.budget-range-bar-bg {
    position: relative;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #CECECE;
}
.budget-range-bar {
    position: relative;
    top: -2px;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #66aee7;
}
.budget-range-bar .min-point, .budget-range-bar .max-point {
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.budget-range-bar .min-point {
    left: 0;
}
.budget-range-bar .max-point {
    right: 0;
}
.budget-range-bar .min-point:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 4px;
    height: 2px;
    background-color: #CECECE;
    width: 1000px;
}
.budget-range-bar .max-point:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 4px;
    height: 2px;
    background-color: #CECECE;
    width: 1000px;
}
.range-track {
    margin-top: 12px;
    font-size: 14px;
}
.range-track .low {
    float: left;
}
.range-track .high {
    float: right;
}
.house-field.req-budget .form-item{
    float: left;
    width: 96px;
}
.house-field .mark-to {
    float: left;
    width: 0.5em;
    margin: 36px 15px 0;
    border-top: 1px solid #404040;
    text-align: center;
}
.maxmin-outer {
    margin-top: -37px;
}
.maxmin-outer span {
    display: inline-block; *display: inline; *zoom:1;
    font-size: 14px;
    margin-bottom: 10px;
}
.pType-wrapper {
    margin-bottom: 12px;
}
.pType-wrapper + .form-item label {
    float: left;
    width: 22%;
    margin-right: 3%;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    background: #ededed;
    line-height: 1;
    cursor: pointer;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.pType-wrapper + .form-item label:hover,
.pType-wrapper + .form-item input:checked + label,
.clickable-num-wrapper .form-item label:hover,
.clickable-num-wrapper .form-item input:checked + label {
    color: #fff;
    background: #0078d7;
}
.online-req-box .form-wrapper {
    clear: both;
}
.online-req-box:after {
    content: " ";
    display: block;
    clear: both;
}
.webform-component--wrapper--2-housing--nb-bdrooms,
.webform-component--wrapper--2-housing--furnished {
    float: left;
    width: 50%;
}
.webform-component--wrapper--2-housing--furnished {
    padding: 10px;
}
.clickable-num-wrapper .form-item {
    display: inline-block; *display: inline; *zoom:1;
}
.clickable-num-wrapper .form-item label {
    display: inline-block; *display: inline; *zoom:1;
    font-size: 14px;
    padding: 7px 15px;
    text-align: center;
    background: #ededed;
    margin-bottom: 0;
    line-height: 1;
    cursor: pointer;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.clickable-num-wrapper .clickable-num:hover, .clickable-num-wrapper .clickable-num.active {
    color: #fff;
    background: #0078d7;
}
.req-bedroom .webform-component-number {
    display: inline-block; *display: inline; *zoom:1;
    width: 4em;
}
.half-column.req-bedroom-col {
    width: 100%;
}
.req-bedroom {
    margin-bottom: 0;
}
.req-bedroom .form-radios {
    display: inline-block; *display: inline; *zoom:1;
}

/**
 * adjust box padding to aligh left/right boxes
 */
.online-req-box.req-contact-details .form-item {
    margin-bottom: 28px;
}
.online-req-box.req-housing-requirments {
    padding-bottom: 25px;
}
.online-req-box.req-how-to-know .form-item {
    margin-bottom: 0;
}
.online-req-box.req-how-to-know .quat-column {
    padding: 0 10px;
}
.req-additional-msg {
    margin-bottom: 30px;
}
.req-additional-msg textarea {
    width: 100%;
    min-height: 10em;
    padding: 0.5em 1em;
    border: 1px solid #bababa;
}
.req-btn-wrapper {
    text-align: center;
}
.req-btn-wrapper .form-item, .req-btn-wrapper .form-actions {
    display: inline-block; *display: inline; *zoom:1;
}
.req-btn-wrapper input[type="submit"] {
    margin-left: 15px;
    padding-left: 75px;
    padding-right: 75px;
    font-weight: 600;
}

.pType-wrapper .form-item {
    float: left;
    width: 22%;
    margin-bottom: 0;
}
.pType-wrapper label {
    margin-bottom: 10px;
}

/*********************************************************************************/
/* POPUP - CENTER IN BROWSER                                                     */
/*********************************************************************************/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10000;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 200px;
    margin: -100px 0 0 -300px;
    padding: 50px;
    background-color: #fff;
    text-align: center;
    z-index: 10001;
}
.popup p {
    position: relative;
    display: inline-block; *display: inline; *zoom:1;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 600;
}
.popup p:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url('../images/icon_attention.png') no-repeat;
}
.popup .btn {
    width: 10em;
    font-size: 16px;
    color: #fff;
    border: none;
    margin: 30px 10px 0;
    float: none;
}
.popup .btn-cancel {
    background-color: #909090;
}
.popup .btn-confirm {
    background-color: #0078d7;
}

.popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url('../images/icon-close-g.png');
}

/**
 * COMPOUND POPUP
 */
.popup-list {
    height: auto;
    margin-top: -180px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.popup .compound-wrap {
    height: 200px;
}
.popup .compound {
    width: 100%;
}
.popup .compound-wrap li {
    float: left;
    width: 50%;
    padding: 8px 0;
}
/*********************************************************************************/
/* LIGHTBOX                                                                      */
/*********************************************************************************/
.lightbox {
    position: fixed;
    background-color: #fff;
    z-index: 10001;
}
.lightbox-place {
    top: 90px;
    left: 50%;
    width: 456px;
    margin-left: -228px;
    padding: 35px;
}
.lightbox-place .lightbox-inner {
    padding-bottom: 15px;
    border-top: 4px solid #0F80D9;
    overflow-x: hidden;
    overflow-y: auto;
}
.lightbox-place .s-slider-box {
    background-color: #FFF;
    overflow: hidden;
}
.s-slider-box .bx-wrapper img {
    display: block;
}
.lightbox-place .detail-box {
    padding: 15px;
}
.lightbox-place .inner-content {
    position: relative;
}
.lightbox-place .inner-content .wishlist {
    position: absolute;
    top: 0;
    right: 0;
}
.lightbox-place .title, .lightbox-place .price {
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
}
.lightbox-place .list {
    margin: 25px 0;
}
.lightbox-place .list li {
    float: left;
    width: 50%;
    padding: 8px 0;
    font-size: 14px;
}
.lightbox-place .btns-box .btn {
    float: left;
    width: 50%;
    color: #FFF;
    border: none;
    padding: 0.8em 1.5em 0.6em
}
.lightbox-place .btn-gray {
    background-color: #909090;
}
.lightbox-place .btn-blue {
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    background-color: #0F80D9;
}
.lightbox-place .btn:hover {
    background-color: #404040;
}

.lightbox-place .request-form {
    padding: 15px 15px 25px;
    border-bottom: 4px solid #0F80D9;
}
.lightbox-place .request-form form {
    margin-top: 14px;
}
.lightbox-place .request-form .title {
    margin-bottom: 20px;
}
.lightbox-place .request-form .form-item {
    display: inline-block; *display: inline; *zoom:1;
    width: 46%;
    margin-right: 2%;
}
.lightbox-place .request-form .form-actions {
    margin-top: 25px;
    text-align: center;
}
.lightbox-place .request-form input[type="submit"] {
    width: 50%;
}
.lightbox-place .close {
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url('../images/icon-close-g.png');
}
/******************** MAP STYLE ********************/
.page-map .page-wrapper {
    position: relative;
}
.amap-container {
    margin-top: -29px;
}

#map_mask {
    background: rgba(0, 0 ,0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.amap-toolbar {
    z-index:1 !important;
}
#map_mask .m-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

.amap-marker-content {

}
.marker-area-button {
    width: 70px;
    height: 92px;
    padding-top: 17px;
    background: url('../images/map_pin_large.png') no-repeat center center;
}
.marker_compound_button {
    width: 33px;
    height: 45px;
    padding-top: 10px;
    background: url('../images/map_pin_large.png') no-repeat center center;
    background-size: 100% 100%;
    background-image: url('../images/map_pin_small.png')\9;  /* IE8- */
}

.amap-marker-content .inner {
    font-size: 12px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    padding: 0 5px;
}

.marker-area-button .inner span {
    display: block;
    max-height: 3em;
    overflow: hidden;
}

/* map popup */
.compound_popup_warp {
    padding: 10px;
    background: #fff;
}
.compound_popup_warp  .property {
    float: none;
    display: table;
    width: auto;
    margin-bottom: 10px;
    margin-left: 0;
    background: none;
    table-layout: fixed;
}
.compound_popup_warp .property .l-img {
    display: table-cell;
    position: relative;
    list-style: none;
    z-index: 10;
    cursor: pointer;
    background: url('../images/property-bkg.png') no-repeat 0 0 / 100% 100%;
    overflow: hidden;
}
.compound_popup_warp .property .l-img img {
    width: 164px;
    height: 95px;
}
.compound_popup_warp .property-info {
    display: table-cell;
    min-width: 284px;
    max-width: 284px;
    width: 284px;
    overflow: hidden;
}
.compound_popup_warp .property-head {
    position: static;
}
.compound_popup_warp .property-spec {
    height: 30px;
    background: #f9f9f9;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
}
.compound_popup_warp .property-spec span {
    float: left;
    margin: -5px 10px 0;
}
.compound_popup_warp .func-bar {
    height: 30px;
    background-color: #0f80d9;
}
.compound_popup_warp .property-btn {
    margin-top: -5px;
}
.compound_popup_warp .property-price {
    margin-top: 0;
    padding: 8px 0 0 10px;
    color: #fff;
    background: transparent;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compound_popup_warp .property-title {
    line-height: 1.25em;
    color: #000;
    background: none;
}
.compound_popup_warp .property-name {
    display: inline-block;
    white-space: nowrap;
    max-width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.compound_popup_warp .property-area {
    display: inline-block;
    white-space: nowrap;
    max-width: 8em;
    overflow: hidden;
    text-align: left;
}
.compound_popup_warp .btn-box {
    text-align: center;
}
.compound_popup_warp .btn-box .btn {
    float: none;
    margin: 5px 0 0;
    border: none;
    background: #0F80D9;
    color: #fff;
}
.compound_popup_warp .btn-box .btn:hover {
    background-color: #404040;
}

/*************** new popup style. 12.22 ****************/
/* metro station */
.compound_popup_warp .property.struct-metro {
    width: 280px;
}
.compound_popup_warp .property.struct-metro .property-spec {
    padding: 5px 0 0 10px;
}
.compound_popup_warp .property.struct-metro .metroline {
    margin-right: 7px;
}
.compound_popup_warp .property.struct-metro .property-name,
.compound_popup_warp .property.struct-places .property-name {
    max-width: 100%;
}
.compound_popup_warp .property.struct-metro .property-info {
    width: 100%;
}
/* places - mall */
.compound_popup_warp .property.struct-places .property-spec {
    text-align: right;
    padding-right: 10px;
    line-height: 28px;
}


/**************** MAP VIEW STYLE ******************/
.block--itcmaphelper-map-controllers {
    float: left;
    /*margin: 16px 0 0;*/
}
.map-filter-item {
    position: relative;
    float: left;
    padding-top: 15px;
    padding-bottom: 8px;
}
.map-filter-item .dropdown-title {
    padding: 0 12px 0 0;
    background: none;
}
.map-filter-item .dropdown-title .icon{
    margin-top: -9px;
}

.map-filter-item .dropdown-content {
    min-width: 100px;
    padding: 15px 0 15px 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #404040;
    top: 48px;
    background: url('../images/white_bg_metro.png') repeat;
}
.map-filter-item .dropdown-content.active {
    display: block!important;
}

.map-filter-item .dropdown-content:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 37px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.map-filter-item .dropdown-content li {
    padding: 3px 0 1px 5px;
    margin-bottom: 5px;
    cursor: pointer;
    line-height: 1.2em;
}
.map-filter-item .dropdown-content > ul > li:hover {
    color: #0f80d9;
}
.map-filter-item ul.line-choice > li:hover {
    color: #0f80d9;
}
.map-filter-item ul.line-choice > li > a {
    position: relative;
    display: block;
}
.map-filter-item ul.line-choice > li > a:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    width: 10px;
    height: 16px;
    background: url('../images/arrow_right.png') no-repeat right center;
}
.map-filter-item ul.line-choice > li:hover .line-detail {
    display: table;
}
.map-filter-item ul.line-choice li:hover > a:after {
    display: block;
}
.map-filter-item .line-detail {
    display: table;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 15px;
    color: #404040;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    background: url('../images/white_bg_metro.png') repeat\9;
    height: 423px;
}
.map-filter-item .line-detail ul {
    display: table-cell;
    padding-right: 10px;
}
.map-filter-item .line-detail li {
    position: relative;
    padding-left: 20px;
    width: 180px;
}
.map-filter-item .line-detail li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.map-filter-item .line-detail li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #0f80d9;
    border-radius: 5px;
    background-color: #fff;
}
.map-filter-item .line-detail li:after {
    display: none;
    content: '';
    position: absolute;
    top: 14px;
    left: 4px;
    width: 2px;
    height: 20px;
    background-color: #0f80d9;
}
.map-filter-item .line-detail li:hover {
    color: #0f80d9;
}
.map-filter-item .line-detail li.last:after {
    display: none;
}
.map-filter-item .line-detail li:hover:before {
    background-color: #0f80d9;
}

.map-filter-item .line-detail.line1 li:before { border-color:#E4022B;}
.map-filter-item .line-detail.line1 li:hover:before { background-color:#E4022B;}
.map-filter-item .line-detail.line1 li:after { background-color: #E4022B; }
.metro-pin.line1 { border-color: #E4022B; }

.map-filter-item .line-detail.line2 li:before { border-color:#96D702;}
.map-filter-item .line-detail.line2 li:hover:before { background-color:#96D702;}
.map-filter-item .line-detail.line2 li:after { background-color: #96D702; }
.metro-pin.line2 { border-color: #96D702; }

.map-filter-item .line-detail.line3 li:before { border-color:#FFD103;}
.map-filter-item .line-detail.line3 li:hover:before { background-color:#FFD103;}
.map-filter-item .line-detail.line3 li:after { background-color: #FFD103; }
.metro-pin.line3 { border-color: #FFD103; }

.map-filter-item .line-detail.line4 li:before { border-color:#5F249F;}
.map-filter-item .line-detail.line4 li:hover:before { background-color:#5F249F;}
.map-filter-item .line-detail.line4 li:after { background-color: #5F249F; }
.metro-pin.line4 { border-color: #5F249F; }

.map-filter-item .line-detail.line5 li:before { border-color:#AC4FC6;}
.map-filter-item .line-detail.line5 li:hover:before { background-color:#AC4FC6;}
.map-filter-item .line-detail.line5 li:after { background-color: #AC4FC6; }
.metro-pin.line5 { border-color: #AC4FC6; }

.map-filter-item .line-detail.line6 li:before { border-color:#D71671;}
.map-filter-item .line-detail.line6 li:hover:before { background-color:#D71671;}
.map-filter-item .line-detail.line6 li:after { background-color: #D71671; }
.metro-pin.line6 { border-color: #D71671; }

.map-filter-item .line-detail.line7 li:before { border-color:#FF6902;}
.map-filter-item .line-detail.line7 li:hover:before { background-color:#FF6902;}
.map-filter-item .line-detail.line7 li:after { background-color: #FF6902; }
.metro-pin.line7 { border-color: #FF6902; }

.map-filter-item .line-detail.line8 li:before { border-color:#009EDB;}
.map-filter-item .line-detail.line8 li:hover:before { background-color:#009EDB;}
.map-filter-item .line-detail.line8 li:after { background-color: #009EDB; }
.metro-pin.line8 { border-color: #009EDB; }

.map-filter-item .line-detail.line9 li:before { border-color:#71C5E8;}
.map-filter-item .line-detail.line9 li:hover:before { background-color:#71C5E8;}
.map-filter-item .line-detail.line9 li:after { background-color: #71C5E8; }
.metro-pin.line9 { border-color: #71C5E8; }

.map-filter-item .line-detail.line10 li:before { border-color:#C1A7E2;}
.map-filter-item .line-detail.line10 li:hover:before { background-color:#C1A7E2;}
.map-filter-item .line-detail.line10 li:after { background-color: #C1A7E2; }
.metro-pin.line10 { border-color: #C1A7E2; }

.map-filter-item .line-detail.line11 li:before { border-color:#76232F;}
.map-filter-item .line-detail.line11 li:hover:before { background-color:#76232F;}
.map-filter-item .line-detail.line11 li:after { background-color: #76232F; }
.metro-pin.line11 { border-color: #76232F; }

.map-filter-item .line-detail.line12 li:before { border-color:#007B5F;}
.map-filter-item .line-detail.line12 li:hover:before { background-color:#007B5F;}
.map-filter-item .line-detail.line12 li:after { background-color: #007B5F; }
.metro-pin.line12 { border-color: #007B5F; }

.map-filter-item .line-detail.line13 li:before { border-color:#EF95CF;}
.map-filter-item .line-detail.line13 li:hover:before { background-color:#EF95CF;}
.map-filter-item .line-detail.line13 li:after { background-color: #EF95CF; }
.metro-pin.line13 { border-color: #EF95CF; }

.map-filter-item .line-detail.line16 li:before { border-color:#2AD5C4;}
.map-filter-item .line-detail.line16 li:hover:before { background-color:#2AD5C4;}
.map-filter-item .line-detail.line16 li:after { background-color: #2AD5C4; }
.metro-pin.line16 { border-color: #2AD5C4; }


.map-filter-item.dp-school .dropdown-content,
.map-filter-item.dp-places .dropdown-content {
    min-width: 180px;
}

.map-filter-item.dp-school li,
.map-filter-item.dp-places li {
    position: relative;
    padding-left: 40px;
}
.map-filter-item .dropdown-content .icon {
    position: absolute;
    top: 1px;
    left: 12px;
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.school_int {
    background-image: url('../images/jre-icon-schoolbag.png');
}
.school_uni {
    background-image: url('../images/jre-icon-uni.png');
}
.school_kin {
    background-image: url('../images/jre-icon-kindergdarden.png');
}

.places_food {
    background-image: url('../images/jre-icon-food.png');
}
.places_hospital {
    background-image: url('../images/jre-icon-hospital.png');
}
.places_mall {
    background-image: url('../images/jre-icon-mall.png');
}
.places_poi {
    background-image: url('../images/jre-icon-poi.png');
}
.places_airport {
    background-image: url('../images/jre-icon-mall.png');
}
.places_rest {
    background-image: url('../images/jre-icon-food.png');
}
.places_shop {
    background-image: url('../images/jre-icon-mall.png');
}
/*************** MAP METRO PIN ************/
.metro-pin {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 4px solid;
    border-radius: 50% 50%;
}

.metro-pin.active {
    width: 28px;
    height: 28px;
    border-width: 6px;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}


/*********************************************************************************/
/* RESPONSIVE                                                                    */
/*********************************************************************************/
@media (min-width: 1200px){
    .col-sm-12, .col-md-12, .col-lg-12, .col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    } 
    .search-lists .property-list-btn{
        margin-top: 60px;
    }
}
    
@media(min-width:1000px) and (max-width:1360px){
    .footer-phone-wrapper{
        margin-left: 12px;
    }
    .l-footer .glyphicon-m-right {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 1360px) {

    #wrapper {
        min-width: 320px;
    }

    .container {
        padding: 0 40px;
    }

    /*********************** PROPERTIES LIST ***********************/

    .property-list-spec span {
        margin: 0 10px;
    }

    /*********************************************************************************/
    /* HEADER                                                                        */
    /*********************************************************************************/

    .header .container {
        padding: 0 20px;
    }

    .header-block-menu .main-nav li a {
        padding: 24px 10px;
    }

     /*********************************************************************************/
    /*sidebar                                                                   */
    /*********************************************************************************/
    .sidebar-block .cta-online .tel-span2 {
        width: 78%;
        font-size: 20px;
        position: relative;
        top: -7px;
     }

}

@media only screen and (max-width: 980px) {

    .seveth-column, .onethird-column, .quat-column {
        width: 50%;
    }

    .eighth-column {
        width: 75%;
    }

    .sidebar {
        width: 25%;
    }

    .section {
        text-align: center;
    }

    .section .btn {
        float: none;
    }

    .section-intro, .page-intro {
        padding: 0 40px;
    }

    /*********************** COMPOUND SECTION ***********************/

    .popular-inner {
        width: 1540px;
    }

    .compound {
        width: 240px;
    }

    .compoundside .compound {
        width: auto;
    }

    /*********************** PROPERTIES SECTION ***********************/

    .properties-inner {
        width: 1540px;
    }

    .property {
        width: 240px;
    }

    .property-spec span {
        display: inline;
        width: 100% !important;
        font-size: 12px !important;
    }

    /*********************** PROPERTIES LIST ***********************/

    .property-list-spec span {
        margin: 0 5px;
    }

    .property-list-btn .btn {
        float: left;
        padding: 0.8em 0.5em 0.6em;
    }


    /*********************************************************************************/
    /* HEADER                                                                        */
    /*********************************************************************************/

    .header .container {
        padding: 0;
    }

    .logo-box {
        padding: 15px 10px 12px;
    }

    .header-block-menu li a {
        font-size: 0.75em;
    }

    .header-block-menu .main-nav li a {
        padding: 25px 10px;
    }

    .block-locale-language li {
        float: none;
        padding: 9px 8px;
        width: 40px;
        text-align: center;
        background: #EFEFEF;
    }

    .block-locale-language li + li {
        border-top: 2px solid #FFF;
    }

    /*********************************************************************************/
    /* sidebar                                                                        */
   
    .sidebar-block .cta-online .tel-span1 {
        width: 10%;
     }
    .sidebar-block .cta-online .tel-span1 img {
        width: 85%;
     }
     .sidebar-block .cta-online .tel-span2 {
        width: 78%;
        font-size: 24px;
        position: relative;
        top: -14px;
     }



    /*********************************************************************************/
    /* FOOTER                                                                        */
    /*********************************************************************************/

    

    /*********************************************************************************/
    /* HOMEPAGE                                                                      */
    /*********************************************************************************/

    .community .half-column {
        width: 100%;
    }

    .team-block {
        margin: 0;
    }
    .team-block .field-content {
        max-height: 400px;
        padding: 0 35px;
    }

    /*********************************************************************************/
    /* COMMUNITY LIST                                                                */
    /*********************************************************************************/

    .community-list .eighth-column, .community-list .quat-column {
        width: 100%;
    }

    .advert-block {
        *zoom:1;
    }
    .advert-block:before,
    .advert-block:after {
        content: " ";
        display: table;
    }

    .advert-block:after {
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .advert-block a {
        width: 50%;
        float: left;
        border: 1px solid #A7A7A7;
    }

    .advert-block a + a {
        border-top: 1px solid #A7A7A7;
    }

    .community .half-column .community-block {
        height: auto;
    }
    .community .quat-column .community-block {
        height: auto;
    }
    .community .community-block img {
        height: auto;
    }
    /* schools */
    .page-schools .half-column .community-block,
    .page-articles .half-column .community-block {
        height: auto;
    }
    .page-schools .quat-column .community-block,
    .page-articles .quat-column .community-block {
        height: auto;
    }
    .page-schools .community-block img,
    .page-articles .community-block img {
        height: auto;
    }

    /*********************************************************************************/
    /* ONLINE REQUEST PAGE                                                           */
    /*********************************************************************************/

    .online-req-box .content {
        text-align: left;
    }
    .req-additional-msg h3 {
        text-align: left;
    }
    .req-contact-details-col {
        width: 100%;
    }
    .req-housing-requirments-col {
        width: 100%;
    }
    .req-bedroom-col {
        padding-bottom: 0;
    }
    .req-furnished-col {
        padding: 0;
    }

    .online-req-box.req-contact-details .form-item {
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 881px) {
    .sidebar-block .compoundside-inner.sly-slidee {
        width: 100%!important;
        overflow: hidden;
        -webkit-transform: none!important;
        transform: none!important;
    }
    .sidebar-block .sly-scrollbar {
        display: none;
    }

    .scroll-wrap .compound {
        margin: 0 0px 0 0;
    }

    .compound h4 i{
        float: right;
        display: block;

        cursor: pointer;
    }
}

@media only screen and (max-width: 880px) {

    /*********************** PROPERTIES LIST ***********************/


    .eighth-column {
        width: 100%;
    }
    .search-lists .col-md-3.no-gutter-right{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sidebar {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .compoundside.sidebar-block {
        padding: 0;
        border: none;
        position: relative;
        margin-top: 60px;
    }

    .sidebar .compoundside h2 {
        font-size: 1.25em;
        padding-bottom: 0;
        margin-bottom: 30px;
        border: none;
        text-align: center;
    }

    .compoundside .scroll-contain {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .compoundside-inner {
        width: 1540px;
        padding: 30px 0;
    }

    .compoundside .compound {
        width: 240px;
        padding: 0 0 0 20px;
        float: left;
    }

    .compoundside .compound ul li {
        padding: 4px 0;
    }

    .compoundside .compound + .compound {
        margin: 0 0 0 20px;
        border: none;
    }


    /*********************************************************************************/
    /* HEADER                                                                        */
    /*********************************************************************************/

    /**
     * LISTING PAGE
     */
    .compoundside .compound ul {
        height: 110px;
    }

    /**
     * Search bar
     */
    .searchbar-simple .form-submit {
        padding: 0.5em 2em 0.3em;
    }
    .searchbar > .container {
        padding: 0 10px;
    }
    .searchbar-simple #simple-search-type {
        width: 15%;
    }
    .searchbar-simple #simple-search-more {
        width: 10%;
    }
    .searchbar-simple #simple-search-more .dropdown-content {
        left: -75px;
    }
    .searchbar-simple #simple-search-more .dropdown-content:before {
        left: 90px;
    }
    .searchbar-simple .dropdown-title {
        padding-left: 5px;
    }

    .article-single-main, .school-single-main {
        padding-right: 0;
    }
    .req-property-type .pType-wrapper .form-item {
        width: 100%;
    }

}

@media only screen and (max-width:768px){
    .logo-box img.hidden-xs{
        display: none !important;
    }
    .logo-box img.visible-xs-inline{
        display: inline-block !important;
        width: 200px;
    }
}

@media only screen and (min-width: 768px) {
    .information-box-tc .content {
        display: block !important;
        height: auto !important;
        padding-top: 20px !important;
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    /*********************************************************************************/
    /* STICKY HEADER
    /*********************************************************************************/


    #wrapper {
        padding-top: 56px;
    }
    .container .container {
        padding: 0;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 63px;
        z-index: 6;
        background: #fff;
        -webkit-transition: .2s;
        transition: .2s;
    }
    .header.nav-down {
        top: 0;
    }
    .header.nav-up {
        top: -50px;
    }
    /*********************************************************************************/
    /* HEADER                                                                        */
    /*********************************************************************************/

    .header {
        border-bottom: 1px solid #EFEFEF;
    }

    .header-block-menu li a.mobile-search {display: block;}

    .header-mobile-menu, .header-mobile-wishlist {
        display: block;
        position: absolute;
        top: 0;
        z-index: 5;
    }

    .header-mobile-menu {
        left: 0;
        margin: 10px 0 0 10px;
    }

    .header-mobile-wishlist {
        right: 0;
        margin: 10px 10px 0 0;
    }

    .header-mobile-wishlist span {
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        text-align: center;
        bottom: 8px;
        right: 0px;
        background: #0078d7;
        color: #FFF;
        font-size: 0.625em;
        line-height: 22px;
    }

    .header-block-logo {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }

    .header-block-menu, .side-block-menu {display: none;}

    .menu-icon {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 2px;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .menu-icon .bar {
        width: 24px;
        height: 2px;
        margin: 6px;
        background-color: #0078d7;
        position: relative;
        display: block;
        z-index: 2;
    }

    .menu-icon .bar.cross:before {
        content: "";
        width: 24px;
        height: 2px;
        background-color: #0078d7;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .open-menu {
        overflow: hidden;
        position: absolute;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

    .open-menu #wrapper {
        overflow: hidden;
        position: relative;
    }

    .open-menu .header {
        position: relative;
        left: 80%;
        z-index: 10;
    }

    .open-menu .header:after {
        content: "";
        position: absolute;
        left: 0%;
        top: 100%;
        width: 100%;
        height: 2000%;
        background: rgba(0,0,0,0.8);
        z-index: -1;
    }

    .open-menu .page-wrapper {
        -ms-transform: translateX(80%);
        -webkit-transform: translateX(80%);
        transform: translateX(80%);
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .open-menu .header-block-menu {
        display: block;
        position: fixed;
        overflow-y: scroll;
        overflow: auto;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        text-transform: uppercase;
        z-index: 0;
        background-color: #FFF;
        padding-top: 62px;
    }

    .open-menu .main-nav,
    .open-menu .main-nav ul,
    .open-menu .main-nav li {
        float: none;
        display: block;
        width: 100%;
    }

    .open-menu .main-nav li {
        border-top: 2px solid #EFEFEF;
    }
    .open-menu .main-nav li.last {
        border-bottom: 2px solid #EFEFEF;
    }

    .open-menu .main-nav li a {
        font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    }

    .open-menu .block-locale-language {
        position: absolute; top: 0; right: 0;
    }

    .open-menu .block-locale-language li {
        float: left;
        color: #A7A7A7;
        background: #FFF;
        padding: 24px 0px 24px 10px;
    }

    .open-menu .block-locale-language li + li {
        border: none;
    }

    .open-menu .block-locale-language li.active {
        color: #404040;
    }

    .open-menu .header-block-menu li a {
        font-size: 0.875em;
    }

    .menu-icon.open { height: 42px;}

    .menu-icon.open .bar {
        margin: 12px 3px;
    }

    .menu-icon.open  .bar.cross {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .menu-icon.open  .bar.top, .menu-icon.open  .bar.last {
        display: none;
    }

    .menu-icon.open  .bar.cross:before {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .breadcrumb-outer{
        padding-top: 20px;
    }

    /**
     * submenu
     */
    .main-nav li ul.level1 {
        position: relative;
        display: none;
    }

    .l-region--navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        z-index: 10000;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
    }
    .open-search {
        height: 100%;
        overflow: hidden;
    }

    .open-search .searchbar { display: block;}
    .searchbar-simple .form-wrapper,
    .l-region--navigation .block--facetapi {
        margin-left: 0;
    }
    .searchbar-simple .dropdown-title {
        font-weight: 600;
        background: none;
        padding-left: 0;
    }
    .searchbar-simple .dropdown-content {
        display: block;
        position: static;
        padding: 10px 0;
        border: none;
    }
    .searchbar-simple .dropdown-content:before {
        display: none;
    }

    .searchbar-simple .form-item-term,
    .searchbar-simple #simple-search-type,
    .searchbar-simple #simple-search-price,
    .searchbar-simple #simple-search-bedrooms,
    .searchbar-simple #simple-search-more,
    .searchbar-simple .form-item-facilities {
        width: 100%;
        margin-bottom: 15px;
    }
    .searchbar-simple #simple-search-type {
        width: 100%!important;
    }
    .searchbar-simple #simple-search-type .dropdown-content > .form-item {
        float: none;
    }

    .searchbar-simple .form-item-term {
        margin-bottom: 30px;
    }
    .searchbar-simple .form-text {
        min-height: 2.5em;
        border: 1px solid #BABABA;
    }
    .searchbar-simple #simple-search-type .form-item-type {
        float: none;
    }
    .searchbar-simple #price-slider {
        width: 100%;
        float: none;
    }
    .searchbar-simple #price-slider .half-column {
        padding: 10px 0;
    }
    .searchbar-simple #price-slider label {
        font-weight: 300;
    }
    .searchbar-simple .form-submit {
        width: 100%;
        position: fixed;
        bottom: 1px;
        left: 0;
        font-size: 16px;
    }
    .form-checkboxes.list-checkboxes {
        /*margin-left: -10px;*/
    }
    .form-checkboxes.list-checkboxes .form-item {
        float: left;
        width: 50%;
        padding: 0 5px 10px;
    }
    .form-checkboxes.list-checkboxes .form-item label {
        width: 100%;
        height: 30px;
        margin-bottom: 0;
        padding: 1px 11px 0;
        line-height: 30px;
        text-align: center;
        background: #F2F2F2;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .form-checkboxes.list-checkboxes .form-item input[type=checkbox]:checked + label {
        background: #0F80D9;
        color: #FFF;
    }
    .form-checkboxes.list-checkboxes,
    .form-checkboxes.color-checkboxes,
    .form-checkboxes.color-checkboxes {
        width: 100%;
    }
    .searchbar-simple .form-item-term label{
        display :block;
        text-align: left;
    }
    .searchbar-simple .dropdown-content #edit-facilities {
        width: 100%;
    }

    .searchbar-simple #simple-search-more {
        margin-top: 20px;
    }

    #simple-search-more .form-type-checkboxes > label,
    #simple-search-more + .type-wrapper .form-type-checkboxes > label {
        display: none;
    }
    #simple-search-more .dropdown-content {
        margin-top: 0;
    }

    .l-region--navigation > .searchbar {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .searchbar .close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url("../images/icon-close-g.png")
    }
    .maxmin-outer {
        margin-top: 0;
    }

    /* hide search_facet */
    .searchbar_facet > .block {
        display: none;
    }
    .searchbar_facet > #block-itcsearch-simple-search-form {
        display: block;
    }
    .searchbar_facet > #block-itcsearch-simple-search-form .maxmin-outer {
        display: block;
    }

    .dropdown-content .tablecell {
        display: block;
    }

    .searchbar-simple #simple-search-type .dropdown-content {
        margin-top: -3px;
        margin-left: -5px;
    }
    .searchbar-simple #simple-search-price {
        margin-top: 7px;
        margin-bottom: 0;
    }
    .searchbar-simple #simple-search-price .dropdown-content {
        margin-top: -13px;
        margin-bottom: 0;
    }
    .searchbar-simple #simple-search-bedrooms {
        margin-top: 0;
    }
    .searchbar-simple #simple-search-bedrooms .dropdown-content {
        margin-top: -3px;
    }

    .searchbar-simple form .ready-drop-list {
        width: 100%;
        top: 59px;
        border: none;
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .searchbar-simple .ready-drop-list > ul {
        border: 1px solid #EFEFEF;
        margin-right: 5px;
    }


    /*********************************************************************************/
    /* FOOTER                                                                        */
    /*********************************************************************************/

}
@media (min-width: 320px) and (max-width: 641px){
    .accordian-row .accordian-target{
        padding-right: 35px;
        
        font-size:16px;
    }
    .accordian-row .accordian-target:after{
        right:0px;
    }
}
/*iPhone 5 竖屏*/
@media only screen and (min-device-width : 320px) and (max-device-width : 720px) and (orientation : portrait){
    /**底部**/
   
    /*********************************************************************************/
    /* COMMUNITY LIST                                                                */
    /*********************************************************************************/
    .community-info h3 {
        font-size: 0.875em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .community-text { display: block; margin-top: 0;}
    .community-text p { display: none;}
    /*********************************************************************************/
    /* LIGHTBOX                                                                      */
    /*********************************************************************************/
    .popup {
        width: auto;
        height: auto;
        max-height: 100%;
        min-width: 320px;
        margin: 0;
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        overflow: scroll;
    }
    .lightbox {
        width: auto;
        height: auto;
        max-height: 100%;
        min-width: 320px;
        margin: 0;
        top: 40px;
        -moz-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    .lightbox-inner {
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .popup-list .compound li {
        width: 100%;
    }
    /*********************************************************************************/
    /* HOMEPAGE                                                                      */
    /*********************************************************************************/

    .homepage-slider {
        margin-bottom: 30px;
    }
    /*******************************************************************/
    /*                      Property Detail Page                       */
    /*******************************************************************/
    .guide-slider-wrapper, .brief-details, .property-price-column {
        float: none;
        width: 100%;
    }
    .brief-details {
        padding-right: 0px;
    }
    .brief-details .btn {
        display: block;
    }
    .property-price-column span {
        float: none;
    }
    .property-menu-column, .information-box-tc .content {
        display: none;
    }
    .information-box-tc .title:after {
        content: "";
        position: absolute;
        top: -5px;
        right: 0;
        width: 30px;
        height: 30px;
        background: url("../images/arrow@X2.png") no-repeat center top;
        background-size: 30px 60px;
    }
    .propertyaccordian-open .title:after {
        background-position: center bottom;
    }
    /* online request */
    .webform-component--wrapper--2-housing--nb-bdrooms,
    .webform-component--wrapper--2-housing--furnished {
        float: none;
        width: 100%;
    }
    .webform-component--wrapper--2-housing--furnished {
        padding: 0;
    }
    /* property detail page. hide map */
    #property_map {
        display: none;
    }
}
@media only screen and (max-width: 641px) {

    .container {
        padding: 0 20px;
    }

    .column-wrapper {
        margin: 0;
    }

    .eighth-column, .seveth-column, .half-column, .onethird-column, .third-column, .quat-column {
        float: none;
        width: 100%;
        padding: 20px 0px;
    }

    .full-column {
        padding: 0px;
    }

    .fields .field {
        float: none;
        padding-right: 0px;
        width: 100%;
    }

    .fields .field + .field {
        padding-left: 0px;
    }

    .banner {
        height: 250px;
    }

    /*********************** PAGER ***********************/

    ul.pager li {
        padding: 10px 2px;
    }

    /*********************** PROPERTIES SECTION ***********************/

    .properties-top {
        display: none;
    }

    /*********************** PROPERTIES LIST ***********************/

    .properties-headbar {
        background: #FFF;
        color: #a7a7a7;
        padding: 0;
    }



    .sort-by, .result-number {
        float: none;
    }

    .sort-by {
        background: #0F80D9;
        color: #FFF;
        padding: 5px 10px 3px;
    }

    .result-number {
        padding-top: 10px;
    }

    .property-list-block {
        border: none;
        padding: 0 0 40px;
        border-bottom: 1px solid #EFEFEF;
    }

    .property-list-block + .property-list-block {
        margin-top: 40px;
    }

    .property-list-block .wishlist, .property-list-block .close {
        top: 0;
    }

    .property-left-block, .property-right-block {
        float: none;
        padding: 0px;
        width: 100%;
    }

    .property-right-block { padding-top: 20px;}

    .property-list-spec {
        border: none;
        margin: 10px auto;
    }

    .property-list-spec span {
        margin: 0 10px;
    }

    .property-list-btn .btn {
        width: 46%;
        float: left;
    }

    .property-list-btn .btn + .btn {
        float: right;
    }

    /*********************************************************************************/
    /* FOOTER                                                                        */
    /*********************************************************************************/


    .ebook img {
        float: left;
        margin-right: 10px;
    }

    /*********************************************************************************/
    /* HOMEPAGE                                                                      */
    /*********************************************************************************/

    .homepage-slider .bx-wrapper {
        height: 250px;
    }

    .homepage-slider .bx-viewport, .homepage-slider .banner-slider li, .homepage-slider .bx-wrapper img {
        height: 250px;
        min-height: 250px;
    }

    .banner-slider .banner-text h1 {
        font-size: 1.25em;
    }

    .banner-slider .banner-text span {
        font-size: 0.7em;
    }

    .section-intro, .page-intro {
        padding: 0;
    }

    /**  banner */
    .banner-slide .banner-text{
        width:100% !important;
        padding: 0px !important;
        position: absolute;
        bottom:0px !important;

    }
    .banner-text .inner{
        width: 100% !important;
        margin: 0 auto !important;
        padding: 8px 0px;
    }
    .banner-slide .banner-text span{
        display: inline-block !important;
    }
    /**Recommended Properties**/
    #block-views-recommended-properties-block .container{
        min-width:100% !important;
    }
    /*********************************************************************************/
    /* COMMUNITY LIST                                                                */
    /*********************************************************************************/

    .tab-nav {
        background: #FFF;
    }
    .tab-nav li {
        width: 50%;
        border: none;
        padding: 5px;
    }
    .tab-nav li.selected, .tab-nav li:hover {
        background: transparent;
    }
    .tab-nav li a {
        background: #A7A7A7;
        padding: 0 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .nav-map {
        width: 100%;
        float: left;
        padding: 5px;
    }
    .nav-map a {
        background: #A7A7A7;
    }
    .community .half-column, .community .third-column, .community .quat-column {
        padding: 10px 0;
    }
    .advert-block a {
        width: 100%;
        float: none;
    }


    /*********************************************************************************/
    /* AREA SINGLE PAGE                                                              */
    /*********************************************************************************/

    .menu-filter-wrapper {
        display: none;
    }
    .mb-menu-filter-wrapper {
        display: block;
    }
    .area-feature {
        font-size: 0.8em;
        padding: 15px 20px;
    }

    /*********************************************************************************/
    /* ARTICLE PAGE & SCHOOL PAGE                                                    */
    /*********************************************************************************/
    .article-single-main h1, .school-single-main h1 {
        font-size: 1.5em;
    }
    .school-single-main h1 {
        padding: 100px 0 0;
        text-align: center;
    }
    .school-badge {
        left: 50%;
        margin-left: -40px;
    }
    .article-single-main .date-a-share p {
        font-size: 0.75em;
    }
    .date-a-share .social-share {
        position: static;
        margin-bottom: 20px;
    }
    .school-details .btn {
        float: right;
    }
    .school-details dt, .school-details dd {
        width: 100%;
        display: block;
        float: none;
    }
    .school-details dt {
        font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
        text-align: left;
    }
    .school-details dd {
        margin-bottom: 20px;
    }

    /*********************************************************************************/
    /* MY WISHLIST                                                                   */
    /*********************************************************************************/
    .wishlist-intro h1 {
        font-size: 1.75em;
        padding-left: 40px;
        background-size: 25px 25px;
        line-height: 30px;
    
    .wishlist-form {
        text-align: left;
    }
    .wishlist-form .webform-component-textfield, .wishlist-form .webform-component-email, .wishlist-form .form-actions input[type="submit"] {
        float: none;
        width: 100%;
    }
    .wishlist-form .webform-component-textfield, .wishlist-form .webform-component-email, .wishlist-form .webform-component-textarea, .wishlist-form .form-actions {
        padding: 0;
    }

    /*********************************************************************************/
    /* CONTACT US                                                                    */
    /*********************************************************************************/
    .contact-us h1 {
        font-size: 1.75em;
    }
    .contact-form {
        text-align: left;
    }
    .contact-form .webform-component-textfield, .contact-form .webform-component-email,
    .contact-form .webform-component-phone,
    .contact-form .form-actions input[type="submit"] {
        float: none;
        width: 100%;
    }
    .contact-form .webform-component-textfield, .contact-form .webform-component-email,
    .contact-form .webform-component-phone,
    .contact-form .webform-component-textarea, .contact-form .form-actions {
        padding: 0;
    }

    /*********************************************************************************/
    /* ONLINE REQUEST PAGE                                                           */
    /*********************************************************************************/
    .online-req-box {
        margin-bottom: 0;
        padding: 0;
        border: none;
    }
    .pType-wrapper {
        margin-bottom: 0;
    }
    .pType-wrapper .pType {
        margin-bottom: 10px;
    }
    .pType-wrapper .form-item {
        width: 100%;
    }
    .req-how-to-know {
        margin-bottom: 30px;
    }
    .req-how-to-know .quat-column {
        padding: 0;
    }
    .req-property-type {
        margin-bottom: 0;
    }
    .l-footer #block-itcblocks-itc-footer-contact-block--2 {
        text-align: left;
    }
}
@media only screen and (max-width: 481px) {
    /*********************** PROPERTIES LIST ***********************/
    .property-right-block h3, .property-list-price, .property-list-area {
        font-size: 1em;
    }
    .property-list-type {
        font-size: 0.875em;
    }
    .property-list-name {
        width: 66.66%;
    }
    .property-list-id {
        width: 33.33%;
    }

}
/*iPad 竖屏*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
    .banner-text .inner{
        width: 45%;
        margin-left: -moz-calc(75% - 45%/2);
        margin-left: -webkit-calc(75% - 45%/2);
        margin-left: calc(75% - 45%/2);
    }

}
/*iPad 横屏*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
    .banner-text .inner{
        width: 36%;
        margin-left: -moz-calc(75% - 36%/2);
        margin-left: -webkit-calc(75% - 36%/2);
        margin-left: calc(75% - 36%/2);
    }
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}