* {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	line-height: 1.5em;
	font-family: Helvetica, Arial, "PingFang SC", "Hiragino Sans GB",
		"Microsoft yahei", "å®‹ä½“", "Nimbus Sans L", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
}

@media print {
	html {
		font-size: 12pt;
	}
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, main, menu,
	nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
}

audio:not ([controls] ){
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template, [hidden] {
	display: none;
}

a {
	color: #666666;
	-webkit-text-decoration-skip: objects;
	transition: color .3s;
}

:visited {
	color: #999999;
}

a:hover, a:focus {
	color: #1492ff;
}

a:active {
	color: #fe5054;
}

a:active:not (.button ){
	background-color: transparent;
}

a:active, a:hover {
	outline-width: 0;
}

@media print {
	:link, :visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
		font-weight: normal;
		font-size: 16px;
		text-decoration: none;
	}
	a[href^='javascript:']:after, a[href^='#']:after {
		content: '';
	}
}

h1 {
	font-size: 2rem;
	line-height: 3rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

h2, .header__site-name {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	/* margin-bottom: 5px; */
}

h3 {
	font-size: 1.25rem;
	line-height: 2.25rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

h4 {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

h5 {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

h6 {
	font-size: 0.75rem;
	line-height: 1.5rem;
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted;
}

@media print {
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
}

b, strong {
	font-weight: inherit;
}

strong, b {
	font-weight: bolder;
}

pre, code, kbd, samp, var {
	font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier,
		"Courier New", monospace, sans-serif;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #f4b91a;
	color: #333333;
}

small {
	font-size: 0.875rem;
}

sub, sup {
	font-size: 0.75rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

.divider, hr {
	margin: 1.5rem 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.divider>:first-child, hr>:first-child {
	margin-top: 1.5rem;
}

blockquote {
	margin: 1.5rem 2rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin: 0;
}

dd {
	margin: 0 0 0 32px;
}

[dir="rtl"] dd {
	margin: 0 32px 0 0;
}

menu, ol, ul {
	padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
  ol, [dir="rtl"]
  ul {
	padding: 0 32px 0 0;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

p, pre {
	margin: 10px;
}

div.inline div {
	display: inline;
}

img {
	border-style: none;
}

img, svg {
	max-width: 100%;
	height: auto;
}

svg:not (:root ){
	overflow: hidden;
}

button, input, optgroup, select, textarea {
	box-sizing: border-box;
	max-width: 100%;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

input {
	overflow: visible;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button
	{
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration
	{
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.button, button, html [type='button'], [type='reset'], [type='submit'] {
	-moz-appearance: button;
	-webkit-appearance: button;
}

.button, button, [type='button'], [type='reset'], [type='submit'] {
	display: inline-block;
	padding: 5px 6px;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	border: 0 none;
	border-radius: 3px;
	transition: background .2s;
	background-color: #fe5054;
}

.button::-moz-focus-inner, button::-moz-focus-inner, [type='button']::-moz-focus-inner,
	[type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

.button:-moz-focusring, button:-moz-focusring, [type='button']:-moz-focusring,
	[type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active, button:hover, button:focus,
	button:active, [type='button']:hover, [type='button']:focus, [type='button']:active,
	[type='reset']:hover, [type='reset']:focus, [type='reset']:active, [type='submit']:hover,
	[type='submit']:focus, [type='submit']:active {
	text-decoration: none;
	color: #fff;
	background-color: #fe1d22;
}

[disabled].button, button[disabled], [disabled][type='button'], [disabled][type='reset'],
	[disabled][type='submit'] {
	cursor: default;
	color: #cccccc;
}

[disabled].button:hover, button[disabled]:hover, [disabled][type='button']:hover,
	[disabled][type='reset']:hover, [disabled][type='submit']:hover, [disabled].button:focus,
	button[disabled]:focus, [disabled][type='button']:focus, [disabled][type='reset']:focus,
	[disabled][type='submit']:focus, [disabled].button:active, button[disabled]:active,
	[disabled][type='button']:active, [disabled][type='reset']:active, [disabled][type='submit']:active
	{
	color: #cccccc;
}

[type='checkbox'], [type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

fieldset {
	padding: 0.525rem 0.9375rem 0.975rem;
	border: 1px solid #eeeeee;
	margin: 0 2px;
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	white-space: normal;
	color: inherit;
	margin-left: -5px;
	padding: 0 5px;
}

label {
	display: block;
	font-weight: bold;
	color: #666666;
}

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
	border: 1px solid #cccccc;
	border-radius: 3px;
	width: 100%;
}

textarea:disabled {
	background-color: #f6f6f6;
}

table {
	font-size: 0.875rem;
	margin: 1.5rem 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	/* border: 1px solid #eeeeee; */
	text-align: center;
}

th {
	text-align: center;
    font-weight: 900;
    font-size: 15px;
    padding: 5px 0;
        border: 1px solid #F3F9FF;
    /* border: 1px solid #1492ff; */
    /* border-top: 3px solid #1492ff; */
    color: #333333;
    /* font-weight: normal; */
    background: #F3F9FF;
}

td {
	padding: 15px 0;
}

td a {
	text-decoration: none;
}

tbody tr {
	color: #333333;
	border-bottom: 1px dashed #eeeeee;
	color: #333333;
}

.layout-3col, .node-type-real-estate-company .panel-display .center-wrapper,
	.node-type-real-estate-practitioner .panel-display .center-wrapper {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 1.5rem;
}

.layout-3col:before, .node-type-real-estate-company .panel-display .center-wrapper:before,
	.node-type-real-estate-practitioner .panel-display .center-wrapper:before
	{
	content: "";
	display: table;
}

.layout-3col:after, .node-type-real-estate-company .panel-display .center-wrapper:after,
	.node-type-real-estate-practitioner .panel-display .center-wrapper:after
	{
	content: "";
	display: table;
	clear: both;
}

.layout-3col__full, .layout-3col__left-content,
	.layout-3col__right-content, .layout-3col__left-sidebar,
	.layout-3col__right-sidebar, .layout-3col__first-left-sidebar,
	.layout-3col__second-left-sidebar, .layout-3col__col-1,
	.layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4,
	.layout-3col__col-x, .node-type-real-estate-company .panel-display .center-wrapper .panel-col-first,
	.node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-first,
	.page-home .pane-promote-rec-front, .page-honesty .center-wrapper .panel-col-first,
	.page-agency.page-agency-home .panel-col-first,
	.node-type-real-estate-company .panel-display .center-wrapper .panel-col-last,
	.node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-last,
	.page-home .pane-promote-practiioner-front, .page-honesty .center-wrapper .panel-col-last,
	.page-agency.page-agency-home .panel-col-last {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%;
	margin-left: 0%;
	margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content,
	[dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar,
	[dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar,
	[dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1,
	[dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4,
	[dir="rtl"] .layout-3col__col-x, [dir="rtl"] .node-type-real-estate-company .panel-display .center-wrapper .panel-col-first,
	.node-type-real-estate-company .panel-display .center-wrapper [dir="rtl"] .panel-col-first,
	[dir="rtl"]
  .node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-first,
	.node-type-real-estate-practitioner .panel-display .center-wrapper [dir="rtl"] .panel-col-first,
	[dir="rtl"] .page-home .pane-promote-rec-front, .page-home [dir="rtl"] .pane-promote-rec-front,
	[dir="rtl"] .page-honesty .center-wrapper .panel-col-first,
	.page-honesty .center-wrapper [dir="rtl"] .panel-col-first, [dir="rtl"] .page-agency.page-agency-home .panel-col-first,
	.page-agency.page-agency-home [dir="rtl"] .panel-col-first, [dir="rtl"] .node-type-real-estate-company .panel-display .center-wrapper .panel-col-last,
	.node-type-real-estate-company .panel-display .center-wrapper [dir="rtl"] .panel-col-last,
	[dir="rtl"]
  .node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-last,
	.node-type-real-estate-practitioner .panel-display .center-wrapper [dir="rtl"] .panel-col-last,
	[dir="rtl"] .page-home .pane-promote-practiioner-front, .page-home [dir="rtl"] .pane-promote-practiioner-front,
	[dir="rtl"] .page-honesty .center-wrapper .panel-col-last,
	.page-honesty .center-wrapper [dir="rtl"] .panel-col-last, [dir="rtl"] .page-agency.page-agency-home .panel-col-last,
	.page-agency.page-agency-home [dir="rtl"] .panel-col-last {
	float: right;
	margin-right: 0%;
	margin-left: -100%;
}

@media ( min-width :777px) {
	.layout-3col, .node-type-real-estate-company .panel-display .center-wrapper,
		.node-type-real-estate-practitioner .panel-display .center-wrapper {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 0;
		padding-right: 0;
	}
	.layout-3col:before, .node-type-real-estate-company .panel-display .center-wrapper:before,
		.node-type-real-estate-practitioner .panel-display .center-wrapper:before
		{
		content: "";
		display: table;
	}
	.layout-3col:after, .node-type-real-estate-company .panel-display .center-wrapper:after,
		.node-type-real-estate-practitioner .panel-display .center-wrapper:after
		{
		content: "";
		display: table;
		clear: both;
	}
	.layout-3col__full, .layout-3col__left-content,
		.layout-3col__right-content, .layout-3col__left-sidebar,
		.layout-3col__right-sidebar, .node-type-real-estate-company .panel-display .center-wrapper .panel-col-first,
		.node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-first,
		.page-home .pane-promote-rec-front, .page-honesty .center-wrapper .panel-col-first,
		.page-agency.page-agency-home .panel-col-first,
		.node-type-real-estate-company .panel-display .center-wrapper .panel-col-last,
		.node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-last,
		.page-home .pane-promote-practiioner-front, .page-honesty .center-wrapper .panel-col-last,
		.page-agency.page-agency-home .panel-col-last {
		float: left;
		width: 100%;
		margin-left: 0%;
		margin-right: -100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content,
		[dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar,
		[dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .node-type-real-estate-company .panel-display .center-wrapper .panel-col-first,
		.node-type-real-estate-company .panel-display .center-wrapper [dir="rtl"] .panel-col-first,
		[dir="rtl"]
    .node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-first,
		.node-type-real-estate-practitioner .panel-display .center-wrapper [dir="rtl"] .panel-col-first,
		[dir="rtl"] .page-home .pane-promote-rec-front, .page-home [dir="rtl"] .pane-promote-rec-front,
		[dir="rtl"] .page-honesty .center-wrapper .panel-col-first,
		.page-honesty .center-wrapper [dir="rtl"] .panel-col-first, [dir="rtl"] .page-agency.page-agency-home .panel-col-first,
		.page-agency.page-agency-home [dir="rtl"] .panel-col-first, [dir="rtl"] .node-type-real-estate-company .panel-display .center-wrapper .panel-col-last,
		.node-type-real-estate-company .panel-display .center-wrapper [dir="rtl"] .panel-col-last,
		[dir="rtl"]
    .node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-last,
		.node-type-real-estate-practitioner .panel-display .center-wrapper [dir="rtl"] .panel-col-last,
		[dir="rtl"] .page-home .pane-promote-practiioner-front, .page-home [dir="rtl"] .pane-promote-practiioner-front,
		[dir="rtl"] .page-honesty .center-wrapper .panel-col-last,
		.page-honesty .center-wrapper [dir="rtl"] .panel-col-last, [dir="rtl"] .page-agency.page-agency-home .panel-col-last,
		.page-agency.page-agency-home [dir="rtl"] .panel-col-last {
		float: right;
		margin-right: 0%;
		margin-left: -100%;
	}
	.layout-3col__first-left-sidebar, .layout-3col__col-1,
		.layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
		float: left;
		width: 50%;
		margin-left: 0%;
		margin-right: -100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	[dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1,
		[dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1)
		{
		float: right;
		margin-right: 0%;
		margin-left: -100%;
	}
	.layout-3col__second-left-sidebar, .layout-3col__col-2,
		.layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
		clear: none;
		float: left;
		width: 50%;
		margin-left: 50%;
		margin-right: -100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	[dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2,
		[dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n)
		{
		float: right;
		margin-right: 50%;
		margin-left: -100%;
	}
}

@media ( min-width :999px) {
	.layout-3col__full {
		float: left;
		width: 100%;
		margin-left: 0%;
		margin-right: -100%;
	}
	[dir="rtl"] .layout-3col__full {
		float: right;
		margin-right: 0%;
		margin-left: -100%;
	}
	.layout-3col__left-content, .node-type-real-estate-company .panel-display .center-wrapper .panel-col-first,
		.node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-first,
		.page-home .pane-promote-rec-front, .page-honesty .center-wrapper .panel-col-first,
		.page-agency.page-agency-home .panel-col-first {
		float: left;
		width: 75%;
		margin-left: 0%;
		margin-right: -100%;
	}
	[dir="rtl"] .layout-3col__left-content, [dir="rtl"] .node-type-real-estate-company .panel-display .center-wrapper .panel-col-first,
		.node-type-real-estate-company .panel-display .center-wrapper [dir="rtl"] .panel-col-first,
		[dir="rtl"]
    .node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-first,
		.node-type-real-estate-practitioner .panel-display .center-wrapper [dir="rtl"] .panel-col-first,
		[dir="rtl"] .page-home .pane-promote-rec-front, .page-home [dir="rtl"] .pane-promote-rec-front,
		[dir="rtl"] .page-honesty .center-wrapper .panel-col-first,
		.page-honesty .center-wrapper [dir="rtl"] .panel-col-first, [dir="rtl"] .page-agency.page-agency-home .panel-col-first,
		.page-agency.page-agency-home [dir="rtl"] .panel-col-first {
		float: right;
		margin-right: 0%;
		margin-left: -100%;
	}
	.layout-3col__right-content {
		float: left;
		width: 75%;
		margin-left: 25%;
		margin-right: -100%;
	}
	[dir="rtl"] .layout-3col__right-content {
		float: right;
		margin-right: 25%;
		margin-left: -100%;
	}
	.layout-3col__left-sidebar, .layout-3col__first-left-sidebar,
		.layout-3col__second-left-sidebar {
		clear: right;
		float: right;
		width: 25%;
		margin-right: 75%;
		margin-left: -100%;
	}
	[dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar,
		[dir="rtl"] .layout-3col__second-left-sidebar {
		clear: left;
	}
	[dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar,
		[dir="rtl"] .layout-3col__second-left-sidebar {
		float: left;
		margin-left: 75%;
		margin-right: -100%;
	}
	.layout-3col__right-sidebar, .node-type-real-estate-company .panel-display .center-wrapper .panel-col-last,
		.node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-last,
		.page-home .pane-promote-practiioner-front, .page-honesty .center-wrapper .panel-col-last,
		.page-agency.page-agency-home .panel-col-last {
		clear: right;
		float: right;
		width: 25%;
		margin-right: 0%;
		margin-left: -100%;
	}
	[dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .node-type-real-estate-company .panel-display .center-wrapper .panel-col-last,
		.node-type-real-estate-company .panel-display .center-wrapper [dir="rtl"] .panel-col-last,
		[dir="rtl"]
    .node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-last,
		.node-type-real-estate-practitioner .panel-display .center-wrapper [dir="rtl"] .panel-col-last,
		[dir="rtl"] .page-home .pane-promote-practiioner-front, .page-home [dir="rtl"] .pane-promote-practiioner-front,
		[dir="rtl"] .page-honesty .center-wrapper .panel-col-last,
		.page-honesty .center-wrapper [dir="rtl"] .panel-col-last, [dir="rtl"] .page-agency.page-agency-home .panel-col-last,
		.page-agency.page-agency-home [dir="rtl"] .panel-col-last {
		clear: left;
	}
	[dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .node-type-real-estate-company .panel-display .center-wrapper .panel-col-last,
		.node-type-real-estate-company .panel-display .center-wrapper [dir="rtl"] .panel-col-last,
		[dir="rtl"]
    .node-type-real-estate-practitioner .panel-display .center-wrapper .panel-col-last,
		.node-type-real-estate-practitioner .panel-display .center-wrapper [dir="rtl"] .panel-col-last,
		[dir="rtl"] .page-home .pane-promote-practiioner-front, .page-home [dir="rtl"] .pane-promote-practiioner-front,
		[dir="rtl"] .page-honesty .center-wrapper .panel-col-last,
		.page-honesty .center-wrapper [dir="rtl"] .panel-col-last, [dir="rtl"] .page-agency.page-agency-home .panel-col-last,
		.page-agency.page-agency-home [dir="rtl"] .panel-col-last {
		float: left;
		margin-left: 0%;
		margin-right: -100%;
	}
	.layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
		clear: both;
		float: left;
		width: 25%;
		margin-left: 0%;
		margin-right: -100%;
	}
	[dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1)
		{
		float: right;
		margin-right: 0%;
		margin-left: -100%;
	}
	.layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
		clear: none;
		float: left;
		width: 25%;
		margin-left: 25%;
		margin-right: -100%;
	}
	[dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2)
		{
		float: right;
		margin-right: 25%;
		margin-left: -100%;
	}
	.layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
		clear: none;
		float: left;
		width: 25%;
		margin-left: 50%;
		margin-right: -100%;
	}
	[dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n)
		{
		float: right;
		margin-right: 50%;
		margin-left: -100%;
	}
	.layout-3col__col-4 {
		clear: none;
		float: left;
		width: 25%;
		margin-left: 75%;
		margin-right: -100%;
	}
	[dir="rtl"] .layout-3col__col-4 {
		float: right;
		margin-right: 75%;
		margin-left: -100%;
	}
}

.layout-3col__grid-item-container {
	padding-left: 0;
	padding-right: 0;
}

.layout-3col__grid-item-container:before {
	content: "";
	display: table;
}

.layout-3col__grid-item-container:after {
	content: "";
	display: table;
	clear: both;
}

.layout-center, .page-home .panel-col-middle-first, .page-home .panel-col-middle-last .inside,
	.page-home .center-wrapper, .page-home .pane-news-front-news {
	margin: 0 auto;
	max-width: 1180px;
}

.layout-center:not (.no-gutter ), .page-home .panel-col-middle-first:not
	(.no-gutter ), .page-home .panel-col-middle-last .inside:not (.no-gutter
	), .page-home .center-wrapper:not (.no-gutter ), .page-home .pane-news-front-news:not
	(.no-gutter ){
	padding-left: 15px;
	padding-right: 15px;
}

@media ( min-width :999px) {
	.layout-center, .page-home .panel-col-middle-first, .page-home .panel-col-middle-last .inside,
		.page-home .center-wrapper, .page-home .pane-news-front-news {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.layout-center--shared-grid, .layout-center.layout-3col {
	padding-left: 0;
	padding-right: 0;
}

html.lt-ie9 .layout-center {
	max-width: 1170px;
}

.layout-region--highlighted, .highlight-wrapper {
	background-color: #eeeeee;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	-o-border-image: linear-gradient(to top, #fff, #000) 0 5 30 5;
	border-image: linear-gradient(to top, #fff, #000) 0 5 30 5;
	border-image-width: 10px 0;
	padding-top: 1rem;
}

.highlight-wrapper {
	background-color: #faf9f7;
}

.layout-swap {
	position: relative;
}

@media ( min-width :555px) {
	.layout-swap {
		padding-top: 48px;
	}
}

@media ( min-width :555px) {
	.layout-swap__top {
		position: absolute;
		top: 0;
		height: 48px;
		width: 100%;
	}
}

.layout-tabs {
	position: relative;
}

.layout-tabs .tabs {
	position: absolute;
}

.layout-tabs--left .tabs {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg) translateX(-100%);
	-ms-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
	left: 0;
}

.layout-tabs--right .tabs {
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(90deg) translateX(100%);
	-ms-transform: rotate(90deg) translateX(100%);
	transform: rotate(90deg) translateX(100%);
	right: 0;
}

.box, [class$='sidebar'] .block, .pane-node-field-practitioner-rec,
	.pane-node-field-geo-lati-long {
	margin-bottom: 1.5rem;
	padding: 0;
}

.box__title, [class$='sidebar'] .block__title,
	.pane-node-field-practitioner-rec .pane-title,
	.pane-node-field-geo-lati-long .pane__title, .page-node.node-type-house .pane-wiki-housing-sale-listing .pane-title,
	.pane-rec-rep-sidebar h3, .pane-housing-sale-listing-listing .pane-title,
	.pane-node-field-rec-parent .pane__title, .parent-company-list__header,
	.page-agency.page-agency-home .pane-ranking-list-last-week-valid .pane__title,
	.page-agency.page-agency-home .pane-ranking-list-last-week-valid-contract .pane__title,
	.node-type-real-estate-company .panel-col-last .pane-custom .pane__title
	{
	margin: 0;
	color: #1492ff;
	border-bottom: 2px solid #1492ff;
}

html.lt-ie9 .box-banner {
	background-color: black;
}

.box-banner {
	width: 15rem;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	height: 23.75rem;
	display: none;
}

@media ( min-width :777px) {
	.box-banner {
		display: block;
	}
}

.box-banner__title {
	padding: 0.75rem 0 0.75rem 1.5rem;
	background-color: #000;
	margin-top: 0;
	color: #fff;
	opacity: .8;
}

.box-banner__navlist {
	margin-left: 1.95rem;
	padding-left: 13px;
	border-left: 1px solid #fff;
}

.box-banner__navitem {
	position: relative;
}

.box-banner__navitem::before {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	width: 5px;
	height: 5px;
	left: -16px;
	top: .75rem;
	border-radius: 50%;
}

.box-banner__navitem a {
	font-size: 0.875rem;
	line-height: 1.95rem;
	color: #fff;
	text-decoration: none;
}

.box-banner__button {
	margin: 1.5rem auto;
	display: block;
	width: 80%;
}

.box-property-news {
	width: 100%;
	margin-top: 2rem;
	overflow: hidden;
}

.box-property-news__title {
	float: left;
	background-color: #1492ff;
	width: 8rem;
	height: 163px;
	padding: 1rem 1.5rem .7rem;
	display: none;
}

@media ( min-width :999px) {
	.box-property-news__title {
		display: block;
	}
}

.box-property-news__title .name {
	font-size: 1.25rem;
	color: #f8f8f8;
	margin: 1rem 0;
}

.box-property-news__title .arrow-left {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #f8f8f8;
	float: right;
	margin-right: -1.5rem;
	margin-top: -2rem;
}

.box-property-news__icon {
	border-radius: 50%;
	border: 1px solid #f8f8f8;
	width: 80px;
	height: 80px;
}

.box-property-news__icon figure {
	margin: 1rem .8rem;
	width: 65px;
	height: 65px;
}

.box-property-news__contents {
	width: 100%;
	float: left;
	background-color: #f8f8f8;
	border-top: 2px solid #1492ff;
	border-bottom: 2px solid #f1efef;
	padding: 1rem 1.1rem;
}

@media ( min-width :999px) {
	.box-property-news__contents {
		width: 86.5%;
		height: 163px;
	}
}

@media ( min-width :777px) {
	.box-property-news__contents {
		padding: 2.2rem 1.1rem;
	}
}

.pane-news-front-news .more-news {
	margin-bottom: 1.5rem;
	text-align: center;
}

.pane-news-front-news .more-news a {
	font-size: 0.75rem;
	line-height: 2rem;
	background-color: #f8f8f8;
	border: 2px solid #f1efef;
	border-radius: 3px;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	max-width: 136px;
	margin: 0 auto;
	position: relative;
	color: #333333;
	text-decoration: none;
	display: block;
}

.pane-news-front-news .more-news a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 6px solid #666;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.leave-words-box, .pane-block.pane-entityform-block-practitioner-contact
	{
	padding: 1.5rem 2.5rem;
	background-color: #f6f6f6;
}

.leave-words-box__title figure {
	float: left;
	margin: 0;
	margin-right: .7rem;
	margin-top: .2rem;
}

.leave-words-box__title h4 {
	margin: 0;
	color: #666;
}

.box-wiki__title, .box-wiki h3, .block-menu .block__title {
	color: #333;
	border-bottom: 4px solid #1492ff;
	margin-bottom: 0;
}

.box-wiki__content, .block-menu .menu {
	margin: 0;
	background-color: #f3f3f3;
	padding: 1.5rem 0 1.5rem .8rem;
}

.block-menu .menu {
	margin-top: 0;
}

.block-menu .menu__item .menu {
	padding: 0;
	margin-top: 1rem;
}

.block-menu .menu__item.is-expanded .menu__link {
	color: #333;
	margin: 0 0 2rem .2rem;
	text-decoration: none;
	font-weight: bolder;
}

.block-menu .menu__item.is-expanded .menu__item.is-leaf .menu__link {
	font-weight: normal;
}

.page-home .panel-2col-bricks .panel-col-top .pane-banner-box {
	position: relative;
	z-index: 99;
}

.page-home .panel-2col-bricks .panel-col-top .pane-banner-box .box-banner
	{
	position: absolute;
	top: 0;
	left: 0;
}

.page-home .panel-2col-bricks .panel-col-top .pane-banner-box #searchbox
	{
	position: absolute;
	top: 0;
	left: 0;
}

@media ( min-width :777px) {
	.page-home .panel-2col-bricks .panel-col-top .pane-banner-box #searchbox
		{
		position: absolute;
		top: 0;
		left: 15rem;
	}
}

.page-home .panel-2col-bricks .panel-col-top .pane-notice-front {
	margin-top: 0.75rem;
	background-color: #f6f6f6;
	height: 2.5rem;
}

.page-home .panel-2col-bricks .panel-col-top .pane-notice-front .icons--notice
	{
	margin-right: 0.75rem;
	margin-top: .7rem;
	display: block;
	float: left;
}

.page-home .panel-2col-bricks .panel-col-top .pane-notice-front .pane__title
	{
	display: none;
	margin: .5rem 1rem 0 0;
	float: left;
}

@media ( min-width :777px) {
	.page-home .panel-2col-bricks .panel-col-top .pane-notice-front .pane__title
		{
		display: block;
	}
}

.page-home .panel-2col-bricks .panel-col-top .pane-notice-front .view-notice
	{
	width: 70%;
	float: left;
}

.page-home .panel-2col-bricks .panel-col-top .pane-notice-front .view-notice .views-slideshow-cycle-main-frame-row-item
	{
	width: 40rem;
}

.page-home .panel-2col-bricks .panel-col-top .pane-notice-front .view-notice .view-content
	{
	float: left;
}

.page-home .panel-2col-bricks .panel-col-top .pane-notice-front .view-notice .more-link
	{
	float: right;
}

.pane-node-field-practitioner-rec .pane-title {
	margin-top: 1.55rem;
}

.page-node.one-sidebar.sidebar-second aside .block:first-child {
	margin-top: 1.5rem;
}

.pane-node-field-geo-lati-long .pane__title {
	margin-top: 1.55rem;
}

.clearfix::before, .header::before, .news-teaser::before, .page-node.node-type-house .pane-wiki-housing-sale-listing::before,
	.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row::before,
	.panel-panel.panel-col-middle::before, .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul::before,
	.sorts::before, .view-judicial-auction-search .view-header::before,
	.view-housing-search .view-header::before,
	.view-real-estate-practitioner .view-header::before,
	.view-real-estate-company .view-header::before,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer::before,
	.agency-comment .agency-comment__house-detail--right::before,
	.page-home .panel-col-middle-first::before, .page-home .panel-col-middle-last .inside::before,
	.page-home .center-wrapper::before, .page-home .pane-news-front-news::before,
	.parent-company-list::before, .view-mode-parent_company_block::before,
	.view-mode-parent_company_block_detail::before, .tabs::before {
	content: '';
	display: table;
}

.clearfix::after, .header::after, .news-teaser::after, .page-node.node-type-house .pane-wiki-housing-sale-listing::after,
	.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row::after,
	.panel-panel.panel-col-middle::after, .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul::after,
	.sorts::after, .view-judicial-auction-search .view-header::after,
	.view-housing-search .view-header::after,
	.view-real-estate-practitioner .view-header::after,
	.view-real-estate-company .view-header::after,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer::after,
	.agency-comment .agency-comment__house-detail--right::after, .page-home .panel-col-middle-first::after,
	.page-home .panel-col-middle-last .inside::after, .page-home .center-wrapper::after,
	.page-home .pane-news-front-news::after, .parent-company-list::after,
	.view-mode-parent_company_block::after,
	.view-mode-parent_company_block_detail::after, .tabs::after {
	content: '';
	display: table;
	clear: both;
}

.clearfix:before, .header:before, .news-teaser:before, .page-node.node-type-house .pane-wiki-housing-sale-listing:before,
	.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row:before,
	.panel-panel.panel-col-middle:before, .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul:before,
	.sorts:before, .view-judicial-auction-search .view-header:before,
	.view-housing-search .view-header:before,
	.view-real-estate-practitioner .view-header:before,
	.view-real-estate-company .view-header:before,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer:before,
	.agency-comment .agency-comment__house-detail--right:before, .page-home .panel-col-middle-first:before,
	.page-home .panel-col-middle-last .inside:before, .page-home .center-wrapper:before,
	.page-home .pane-news-front-news:before, .parent-company-list:before,
	.view-mode-parent_company_block:before,
	.view-mode-parent_company_block_detail:before, .tabs:before {
	content: '';
	display: table;
}

.clearfix:after, .header:after, .news-teaser:after, .page-node.node-type-house .pane-wiki-housing-sale-listing:after,
	.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row:after,
	.panel-panel.panel-col-middle:after, .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul:after,
	.sorts:after, .view-judicial-auction-search .view-header:after,
	.view-housing-search .view-header:after, .view-real-estate-practitioner .view-header:after,
	.view-real-estate-company .view-header:after,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer:after,
	.agency-comment .agency-comment__house-detail--right:after, .page-home .panel-col-middle-first:after,
	.page-home .panel-col-middle-last .inside:after, .page-home .center-wrapper:after,
	.page-home .pane-news-front-news:after, .parent-company-list:after,
	.view-mode-parent_company_block:after,
	.view-mode-parent_company_block_detail:after, .tabs:after {
	content: '';
	display: table;
	clear: both;
}

.comment__section, .comments {
	margin: 1.5rem 0;
}

.comment__title {
	margin: 0;
}

.comment__form-title {
	margin-bottom: 0.3rem;
}

.comment__permalink {
	text-transform: uppercase;
	font-size: 75%;
}

.comment--preview, .comment-preview {
	background-color: #fef9eb;
}

.comment--nested, .indented {
	margin-left: 32px;
}

[dir="rtl"] .comment--nested, [dir="rtl"] .indented {
	margin-left: 0;
	margin-right: 32px;
}

.comment-wrapper .form-type-textarea {
	margin-top: 0.3rem;
}

html.lt-ie9 .header__site-name {
	margin: 0;
}

.header__logo {
	float: left;
	margin: 12px 10px 0 0;
	padding: 0;
	max-width: 80%;
}

@media ( min-width :777px) {
	.header__logo {
		margin: 0 10px 0 0;
		max-width: 100%;
	}
}

[dir="rtl"] .header__logo {
	float: right;
	margin: 0 0 0 10px;
}

.header__logo-image {
	vertical-align: bottom;
}

.header__name-and-slogan {
	margin: 0.75rem 0.3rem;
	float: left;
}

.header__site-name {
	font-family: 'STKaitiSC-Regular', 'æ¥·ä½“';
	color: #333333;
	margin: 0;
}

.header__site-name a:hover {
	text-decoration: none;
}

.header__site-link:link, .header__site-link:visited {
	color: #333333;
	text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
	text-decoration: underline;
}

.header__site-slogan {
	margin: 0;
}

@media ( min-width :777px) {
	.header__region {
		margin: 0.75rem 0.3rem;
		float: left;
	}
	.header__main-menu {
		margin: 1.2rem 0 0;
		float: right;
	}
	[dir="rtl"] .header__main-menu {
		float: left;
	}
}

.header-wrapper {
	padding: 12px 0;
	border-bottom: 5px solid #999999;
	height: 5.7rem;
}

@media ( min-width :777px) {
	.header-wrapper {
		height: auto;
		border-bottom: 1px solid #cccccc;
	}
}

#block-block-1 {
	line-height: 2.4rem;
	display: none;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
	margin-right: 20px;
}

@media ( min-width :777px) {
	#block-block-1 {
		display: block;
	}
}

#block-block-1 a {
	color: #999999;
	text-decoration: none;
}

.hidden, html.js .js-hidden, html.js .element-hidden, html.js .js-hide {
	display: none;
}

.highlight-mark, .new, .update {
	color: #fe5054;
	background-color: transparent;
}

.inline-links, .inline.links {
	padding: 0;
}

.inline-links__item, .inline.links li {
	display: inline;
	list-style-type: none;
	padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item, [dir="rtl"] .inline.links li, .inline.links [dir="rtl"] li
	{
	display: inline-block;
	padding: 0 0 0 1em;
}

.inline-sibling, .field-label-inline .field-label, span.field-label {
	display: inline;
	margin-right: 10px;
}

[dir="rtl"] .inline-sibling, [dir="rtl"] .field-label-inline .field-label,
	.field-label-inline [dir="rtl"] .field-label, [dir="rtl"] span.field-label
	{
	margin-right: 0;
	margin-left: 10px;
}

.inline-sibling__child, .inline-sibling *, .field-label-inline .field-label *,
	span.field-label * {
	display: inline;
}

.inline-sibling__adjacent, .inline-sibling+*, .inline-sibling+*>:first-child,
	.inline-sibling+*>:first-child>:first-child, .field-label-inline .field-label+*,
	span.field-label+*, .field-label-inline .field-label+*>:first-child,
	span.field-label+*>:first-child, .field-label-inline .field-label+*>:first-child>:first-child,
	span.field-label+*>:first-child>:first-child {
	display: inline;
}

.field-label-inline .field-label, .field-label-inline .field-items {
	float: none;
}

.messages, .messages--status {
	margin: 1.5rem 0;
	position: relative;
	padding: 10px 10px 10px 44px;
	border: 1px solid #1492ff;
}

[dir="rtl"] .messages, [dir="rtl"] .messages--status {
	padding: 10px 44px 10px 10px;
	background-position: 99% 8px;
}

.messages__icon {
	position: absolute;
	top: 50%;
	left: 10px;
	height: 24px;
	width: 24px;
	margin-top: -12px;
	line-height: 1;
}

[dir="rtl"] .messages__icon {
	left: auto;
	right: 0;
}

.messages__icon path {
	fill: #1492ff;
}

.messages__highlight, .messages--error .error, .messages.error .error {
	color: #333333;
}

.messages__list {
	margin: 0;
}

.messages__item {
	list-style-image: none;
}

.messages--ok-color, .messages, .messages--status, .ok,
	.revision-current {
	background-color: white;
	color: #1492ff;
}

.messages--warning-color, .messages--warning, .messages.warning,
	.warning {
	background-color: #fffcf5;
	color: #333333;
}

.messages--error-color, .messages--error, .messages.error, .error {
	background-color: white;
	color: #fe5054;
}

.messages--warning, .messages.warning {
	border-color: #f4b91a;
}

.messages--warning path, .messages.warning path {
	fill: #f4b91a;
}

.messages--error, .messages.error {
	border-color: #fe5054;
}

.messages--error path, .messages.error path {
	fill: #fe5054;
}

@media print {
	.print-none, .toolbar, .action-links, .links, .book-navigation,
		.forum-topic-navigation, .feed-icons {
		display: none;
	}
}

.responsive-video, .media-youtube-video, .media-vimeo-preview-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.responsive-video__embed, .responsive-video iframe, .media-youtube-video iframe,
	.media-vimeo-preview-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video--4-3 {
	padding-bottom: 75%;
}

.visually-hidden, .element-invisible, .element-focusable,
	.main-navigation .block-menu .block__title, .main-navigation .block-menu-block .block__title
	{
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal;
}

.visually-hidden--off, .visually-hidden--focusable:active,
	.visually-hidden--focusable:focus, .element-focusable:active,
	.element-focusable:focus {
	position: static !important;
	clip: auto;
	height: auto;
	width: auto;
	overflow: visible;
}

.watermark {
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	height: 0;
	overflow: visible;
	background-color: transparent;
	color: #eeeeee;
	font-size: 75px;
	line-height: 1;
	text-align: center;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	word-wrap: break-word;
}

.watermark2 {
	display: block;
	height: 130px;
	width: 280px;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/watermark/watermark.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 100%;
	position: absolute;
}

.news__title, .node-news.view-mode-full .field-title {
	font-weight: normal;
}

.news__published {
	font-size: 0.875rem;
	color: #999999;
}

.news__published span {
	margin-right: 1rem;
}

.news__content, .node-news.view-mode-full .field-body {
	color: #666666;
}

.news__content .image-container, .node-news.view-mode-full .field-body .image-container
	{
	text-align: center;
}

.news__tags .field-label, .news__tags label {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	color: #cccccc;
}

.news__tags ul {
	padding: 0;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.news__tags li {
	margin-right: 1rem;
	font-size: 0.875rem;
	padding: 0.1875rem 0.625rem;
	list-style: none;
	float: left;
	border-radius: 3px;
	border: 1px solid #1492ff;
}

.news__tags li a {
	color: #1492ff;
	text-decoration: none;
}

html.lt-ie9 .news-teaser__image {
	width: 240px;
}

html.lt-ie9 .news-teaser__intro {
	margin-left: 256px;
}

html.lt-ie9 .news-teaser__title {
	font-size: 1.5rem;
	line-height: 2rem;
}

html.lt-ie9 .news-teaser__bottom {
	bottom: 0;
	position: relative;
}

.news-teaser {
	padding: 1.5rem 0;
	box-sizing: content-box;
	height: auto;
	border-bottom: 1px solid #f6f6f6;
	cursor: pointer;
}

@media ( min-width :777px) {
	.news-teaser {
		height: 10rem;
	}
}

.news-teaser:hover {
	background-color: #eeeeee;
}

.news-teaser__image {
	width: 7rem;
	height: 100%;
	float: left;
	overflow: hidden;
}

@media ( min-width :777px) {
	.news-teaser__image {
		padding: 0.25rem;
		width: 15rem;
	}
}

.news-teaser__image img {
	vertical-align: middle;
	width: auto;
}

.news-teaser__intro {
	margin-left: 7.5rem;
	height: 100%;
	position: relative;
}

@media ( min-width :777px) {
	.news-teaser__intro {
		margin-left: 16rem;
	}
}

.news-teaser__title {
	margin: 0 0 0.75rem 0;
	font-size: 0.875rem;
	line-height: 1rem;
}

@media ( min-width :777px) {
	.news-teaser__title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.news-teaser__title a:link {
	text-decoration: none;
}

.news-teaser__summary, .news-teaser .field-body {
	text-indent: 2em;
	font-size: 0.875rem;
	color: #999999;
	display: none;
}

@media ( min-width :777px) {
	.news-teaser__summary, .news-teaser .field-body {
		display: block;
	}
}

.news-teaser__summary p, .news-teaser .field-body p {
	margin: 0;
}

.news-teaser__bottom {
	font-size: 0.875rem;
	color: #999999;
	position: absolute;
}

@media ( min-width :777px) {
	.news-teaser__bottom {
		bottom: 0;
	}
}

.news-teaser__bottom span {
	margin-right: 1rem;
	display: inline-block;
}

.news-teaser__bottom .field-news-source {
	display: none;
}

@media ( min-width :777px) {
	.news-teaser__bottom .field-news-source {
		display: inline-block;
	}
}

.page-taxonomy-term .layout-center .layout-3col .layout-3col__right-content h1
	{
	display: none;
}

.node-type-wiki.section-wiki.page-panels .field-body p {
	text-indent: 2em;
}

.page-wiki-home .page-title, .pane-wiki-taxonomy-term .pane__title {
	border-bottom: 1px solid #999999;
	overflow: hidden;
	margin: 0;
	font-size: 1.3rem;
	text-align: right;
}

.pane-wiki-taxonomy-term .view-wiki .view-content ul, .pane-wiki-home .view-id-wiki .view-content ul
	{
	margin: 0;
	list-style: none;
	padding: 0;
}

.feed-icon {
	display: none;
}

.page-node .field-submitted-by {
	font-size: 0.875rem;
	color: #999999;
}

.page-node .field-submitted-by a {
	color: #999999;
	text-decoration: none;
}

.page-node .field-submitted-by {
	font-size: 0.875rem;
	color: #999999;
}

.page-node .field-submitted-by a {
	color: #999999;
	text-decoration: none;
}

.node-news.node-promoted .news__published .field-news-source {
	color: #1492ff;
}

.node-news.node-promoted .field-body p {
	text-indent: 2em;
}

.node-news.node-promoted .field-body h3 {
	padding-left: 15px;
	border-left: 5px solid #1492ff;
}

@media ( min-width :777px) {
	.node-news.node-promoted.node-sticky .field-body {
		padding-right: 60px;
	}
}

.section-news-home .layout-center .block.block-tagclouds.last.even .more-link
	{
	display: none;
}

.node-news.view-mode-full .field-label {
	font-weight: normal;
	color: #999999;
}

.node-news.view-mode-full .field-news-related {
	border-top: 1px dotted #eeeeee;
	margin: 0;
	padding: 0;
}

.node-news.view-mode-full .field-news-related li {
	list-style-type: none;
}

.views-style-default__content {
	overflow: hidden;
}

.views-style-list__content, .view-notice.view-display-id-block .view-content,
	.view-wiki.view-display-id-block .view-content, .view-notice.view-display-id-page_1 .view-content
	{
	margin-top: 0.75rem;
}

.views-style-list__list, .view-notice .item-list ol, .view-wiki.view-display-id-block .item-list ul,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul
	{
	margin: 0;
	padding: 0 0 0 15px;
}

.views-style-list__row, .view-notice .notice-row, .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item,
	.view-wiki.view-display-id-block .item-list ul li, .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li
	{
	font-size: 0.875rem;
	padding: 0.5rem 0;
	color: #333333;
}

.views-style-list__row a, .view-notice .notice-row a, .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item a,
	.view-wiki.view-display-id-block .item-list ul li a, .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row a,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li a
	{
	color: #333333;
	text-decoration: none;
}

.views-style-list__row a:hover, .view-notice .notice-row a:hover,
	.view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item a:hover,
	.view-wiki.view-display-id-block .item-list ul li a:hover, .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row a:hover,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li a:hover
	{
	color: #1492ff;
}

.views-style-list--notice .views-style-list__list,
	.views-style-list--notice__list, .view-notice .item-list ol,
	.views-style-list--notice .view-notice .item-list ol, .view-notice .item-list .views-style-list--notice ol,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul,
	.view-wiki.view-display-id-block .item-list .views-style-list--notice ul,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list .views-style-list--notice ul
	{
	padding: 0;
}

.views-style-list--notice .views-style-list__row,
	.views-style-list--notice__row, .view-notice .notice-row, .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row,
	.views-style-list--notice .view-notice .notice-row, .view-notice .views-style-list--notice .notice-row,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li
	{
	font-size: 0.875rem;
	line-height: 1.2rem;
	color: #cccccc;
	position: relative;
	padding-left: 2rem;
	border-bottom: 1px solid #eeeeee;
	list-style: none;
}

.views-style-list--notice .views-style-list__row:nth-child(1)::before,
	.views-style-list--notice__row:nth-child(1)::before, .view-notice .notice-row:nth-child(1)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(1)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(1)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(1)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(1)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(1)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(1)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(1)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(1)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(1)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(1)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(1)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "1";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:nth-child(2)::before,
	.views-style-list--notice__row:nth-child(2)::before, .view-notice .notice-row:nth-child(2)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(2)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(2)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(2)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(2)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(2)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(2)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(2)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(2)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(2)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(2)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(2)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "2";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:nth-child(3)::before,
	.views-style-list--notice__row:nth-child(3)::before, .view-notice .notice-row:nth-child(3)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(3)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(3)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(3)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(3)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(3)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(3)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(3)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(3)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(3)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(3)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(3)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "3";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:nth-child(4)::before,
	.views-style-list--notice__row:nth-child(4)::before, .view-notice .notice-row:nth-child(4)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(4)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(4)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(4)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(4)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(4)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(4)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(4)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(4)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(4)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(4)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(4)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "4";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:nth-child(5)::before,
	.views-style-list--notice__row:nth-child(5)::before, .view-notice .notice-row:nth-child(5)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(5)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(5)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(5)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(5)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(5)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(5)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(5)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(5)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(5)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(5)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(5)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "5";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:nth-child(6)::before,
	.views-style-list--notice__row:nth-child(6)::before, .view-notice .notice-row:nth-child(6)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(6)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(6)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(6)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(6)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(6)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(6)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(6)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(6)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(6)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(6)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(6)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "6";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:nth-child(7)::before,
	.views-style-list--notice__row:nth-child(7)::before, .view-notice .notice-row:nth-child(7)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(7)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(7)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(7)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(7)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(7)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(7)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(7)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(7)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(7)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(7)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(7)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "7";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:nth-child(8)::before,
	.views-style-list--notice__row:nth-child(8)::before, .view-notice .notice-row:nth-child(8)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(8)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(8)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(8)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(8)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(8)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(8)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(8)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(8)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(8)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(8)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(8)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "8";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:nth-child(9)::before,
	.views-style-list--notice__row:nth-child(9)::before, .view-notice .notice-row:nth-child(9)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(9)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(9)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(9)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(9)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(9)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(9)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(9)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(9)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(9)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(9)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(9)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "9";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:nth-child(10)::before,
	.views-style-list--notice__row:nth-child(10)::before, .view-notice .notice-row:nth-child(10)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(10)::before,
	.views-style-list--notice .view-notice .notice-row:nth-child(10)::before,
	.view-notice .views-style-list--notice .notice-row:nth-child(10)::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:nth-child(10)::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:nth-child(10)::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:nth-child(10)::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:nth-child(10)::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:nth-child(10)::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:nth-child(10)::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:nth-child(10)::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:nth-child(10)::before
	{
	font-size: 0.75rem;
	line-height: 1.05rem;
	content: "10";
	position: absolute;
	left: 0;
	top: .6rem;
	border: 1px solid #999999;
	padding: 0 .5rem;
	color: #999999;
}

.views-style-list--notice .views-style-list__row:first-child::before,
	.views-style-list--notice__row:first-child::before, .view-notice .notice-row:first-child::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:first-child::before,
	.views-style-list--notice .view-notice .notice-row:first-child::before,
	.view-notice .views-style-list--notice .notice-row:first-child::before,
	.views-style-list--notice .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item:first-child::before,
	.view-notice.view-display-id-front .views-style-list--notice .views-slideshow-cycle-main-frame-row-item:first-child::before,
	.views-style-list--notice .view-wiki.view-display-id-block .item-list ul li:first-child::before,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--notice li:first-child::before,
	.views-style-list--notice .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row:first-child::before,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--notice .views-row:first-child::before,
	.views-style-list--notice .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li:first-child::before,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--notice li:first-child::before
	{
	background-color: #fe5054;
	border-color: #fe5054;
	color: #fff;
}

.views-style-list--carousel .views-style-list__row,
	.views-style-list--carousel__row, .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item,
	.views-style-list--carousel .view-notice .notice-row, .view-notice .views-style-list--carousel .notice-row,
	.views-style-list--carousel .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item,
	.view-notice.view-display-id-front .views-style-list--carousel .views-slideshow-cycle-main-frame-row-item,
	.views-style-list--carousel .view-wiki.view-display-id-block .item-list ul li,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--carousel li,
	.views-style-list--carousel .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--carousel .views-row,
	.views-style-list--carousel .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--carousel li
	{
	list-style: none;
}

.views-style-list--carousel .views-style-list__row span,
	.views-style-list--carousel__row span, .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item span,
	.views-style-list--carousel .view-notice .notice-row span, .view-notice .views-style-list--carousel .notice-row span,
	.views-style-list--carousel .view-notice.view-display-id-front .views-slideshow-cycle-main-frame-row-item span,
	.view-notice.view-display-id-front .views-style-list--carousel .views-slideshow-cycle-main-frame-row-item span,
	.views-style-list--carousel .view-wiki.view-display-id-block .item-list ul li span,
	.view-wiki.view-display-id-block .item-list ul .views-style-list--carousel li span,
	.views-style-list--carousel .page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row span,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-style-list--carousel .views-row span,
	.views-style-list--carousel .view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li span,
	.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul .views-style-list--carousel li span
	{
	margin-left: 3rem;
	color: #cccccc;
}

html.lt-ie9 .view-display-id-focus_news .view-content .views-row-first {
	width: 584px;
	height: 376px;
	margin-right: 10px;
}

html.lt-ie9 .view-display-id-focus_news .view-content .views-row-first a img
	{
	width: 584px;
	height: 376px;
}

html.lt-ie9 .view-display-id-focus_news .view-content .views-row-2 a img
	{
	width: 255px;
	height: 184px;
}

html.lt-ie9 .view-display-id-focus_news .view-content .views-row-last a img
	{
	width: 255px;
	height: 184px;
}

.views-style-news-focus, .pane-news-focus-news {
	height: auto;
	overflow: hidden;
}

@media ( min-width :999px) {
	.views-style-news-focus, .pane-news-focus-news {
		height: 23.5rem;
	}
}

.views-style-news-focus__box-1, .views-style-news-focus__box-2,
	.views-style-news-focus__box-3, .pane-news-focus-news .views-row-1,
	.pane-news-focus-news .views-row-2, .pane-news-focus-news .views-row-3
	{
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.views-style-news-focus__box-1 img, .views-style-news-focus__box-2 img,
	.views-style-news-focus__box-3 img, .pane-news-focus-news .views-row-1 img,
	.pane-news-focus-news .views-row-2 img, .pane-news-focus-news .views-row-3 img
	{
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.views-style-news-focus__box-1 img:hover, .views-style-news-focus__box-2 img:hover,
	.views-style-news-focus__box-3 img:hover, .pane-news-focus-news .views-row-1 img:hover,
	.pane-news-focus-news .views-row-2 img:hover, .pane-news-focus-news .views-row-3 img:hover
	{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.views-style-news-focus__title {
	height: 3rem;
	font-size: 0.875rem;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	text-align: center;
}

@media ( min-width :999px) {
	.views-style-news-focus__title {
		font-size: 1rem;
		padding: 0.75rem 0.75rem;
		height: auto;
	}
}

.views-style-news-focus__title a {
	color: #fff;
	text-decoration: none;
}

.views-style-news-focus__box-1, .pane-news-focus-news .views-row-1 {
	width: 100%;
	text-align: center;
	overflow: hidden;
	float: left;
}

.views-style-news-focus__box-1 img, .pane-news-focus-news .views-row-1 img
	{
	vertical-align: middle;
}

.views-style-news-focus__box-2, .pane-news-focus-news .views-row-2 {
	margin-right: 2%;
}

.views-style-news-focus__box-2, .views-style-news-focus__box-3,
	.pane-news-focus-news .views-row-2, .pane-news-focus-news .views-row-3
	{
	width: 49%;
	float: left;
	margin-top: .5rem;
}

.views-style-news-focus__box-2 img, .views-style-news-focus__box-3 img,
	.pane-news-focus-news .views-row-2 img, .pane-news-focus-news .views-row-3 img
	{
	vertical-align: middle;
}

@media ( min-width :999px) {
	.views-style-news-focus__box-1, .pane-news-focus-news .views-row-1 {
		width: 36.5rem;
		height: 23.5rem;
		float: left;
		text-align: center;
		overflow: hidden;
	}
	.views-style-news-focus__box-1 img, .pane-news-focus-news .views-row-1 img
		{
		vertical-align: middle;
	}
	.views-style-news-focus__box-2, .views-style-news-focus__box-3,
		.pane-news-focus-news .views-row-2, .pane-news-focus-news .views-row-3
		{
		margin-left: 37.5rem;
		height: 11.5rem;
		max-width: 17.7rem;
		float: none;
		width: auto;
	}
	.views-style-news-focus__box-2 img, .views-style-news-focus__box-3 img,
		.pane-news-focus-news .views-row-2 img, .pane-news-focus-news .views-row-3 img
		{
		vertical-align: middle;
	}
	.views-style-news-focus__box-2, .pane-news-focus-news .views-row-2 {
		margin-right: 0;
	}
	.views-style-news-focus__box-3, .pane-news-focus-news .views-row-3 {
		margin-top: .5rem;
	}
}

.views-style-slideshow, .view-slideshow {
	position: relative;
	height: 23.75rem;
}

.views-style-slideshow__item, .view-slideshow .views-slideshow-cycle-main-frame-row
	{
	position: relative;
	width: 100%;
}

.views-style-slideshow__image, .view-slideshow .views-slideshow-cycle-main-frame-row .field-slide-image .banner-item
	{
	height: 23.75rem;
	background-size: auto 100%;
	background-position: center top;
}

.views-style-slideshow__body, .view-slideshow .views-slideshow-cycle-main-frame-row .field-body
	{
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	color: #fff;
	min-width: 35rem;
}

.views-style-slideshow__body h2, .views-style-slideshow__body p,
	.view-slideshow .views-slideshow-cycle-main-frame-row .field-body h2,
	.view-slideshow .views-slideshow-cycle-main-frame-row .field-body p {
	opacity: .2;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	transform: translateX(-10%);
}

.views-style-slideshow__body p, .view-slideshow .views-slideshow-cycle-main-frame-row .field-body p
	{
	text-shadow: 3px 3px 2px #888;
}

@media ( min-width :999px) {
	.views-style-slideshow__body, .view-slideshow .views-slideshow-cycle-main-frame-row .field-body
		{
		display: block;
	}
}

.views-style-slideshow__item.active .views-style-slideshow__body p,
	.views-style-slideshow__item.active .views-style-slideshow__body h2,
	.views-style-slideshow__item--active .views-style-slideshow__body p,
	.views-style-slideshow__item--active .views-style-slideshow__body h2,
	.view-slideshow .active.views-slideshow-cycle-main-frame-row .views-style-slideshow__body p,
	.view-slideshow .active.views-slideshow-cycle-main-frame-row .views-style-slideshow__body h2,
	.views-style-slideshow__item.active .view-slideshow .views-slideshow-cycle-main-frame-row .field-body p,
	.view-slideshow .views-slideshow-cycle-main-frame-row .views-style-slideshow__item.active .field-body p,
	.views-style-slideshow__item.active .view-slideshow .views-slideshow-cycle-main-frame-row .field-body h2,
	.view-slideshow .views-slideshow-cycle-main-frame-row
  .views-style-slideshow__item.active .field-body h2,
	.views-style-slideshow__item--active .view-slideshow .views-slideshow-cycle-main-frame-row .field-body p,
	.view-slideshow .views-slideshow-cycle-main-frame-row
  .views-style-slideshow__item--active .field-body p,
	.views-style-slideshow__item--active .view-slideshow .views-slideshow-cycle-main-frame-row .field-body h2,
	.view-slideshow .views-slideshow-cycle-main-frame-row
  .views-style-slideshow__item--active .field-body h2, .view-slideshow .active.views-slideshow-cycle-main-frame-row .field-body p,
	.view-slideshow .active.views-slideshow-cycle-main-frame-row .field-body h2
	{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.views-style-slideshow__bottom, .view-slideshow .views-slideshow-controls-bottom
	{
	display: none;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99;
}

@media ( min-width :999px) {
	.views-style-slideshow__bottom, .view-slideshow .views-slideshow-controls-bottom
		{
		display: block;
	}
}

.views-style-slideshow__pager, .view-slideshow .views-slideshow-controls-bottom .views_slideshow_pager_field
	{
	overflow: hidden;
}

.views-style-slideshow__pager-item, .view-slideshow .views-slideshow-controls-bottom .views_slideshow_pager_field .views-slideshow-pager-field-item
	{
	display: inline-block;
	margin: 0 3px;
	width: 1rem;
	height: .5rem;
	background-color: #999999;
	overflow: hidden;
	text-indent: -999rem;
	transition: width .3s;
	border-radius: 3px;
	cursor: pointer;
}

.views-style-slideshow__pager-item.active, .view-slideshow .views-slideshow-controls-bottom .views_slideshow_pager_field .active.views-slideshow-pager-field-item
	{
	background-color: #f4b91a;
	width: 1.2rem;
}

.views-news-list, .view-id-news.view-display-id-block .view-content {
	margin: 1rem .5rem;
}

.views-news-list__item, .pane-views-panes.pane-news-front-news .view-news .view-content .views-row
	{
	width: 100%;
	float: left;
}

@media ( min-width :999px) {
	.views-news-list__item, .pane-views-panes.pane-news-front-news .view-news .view-content .views-row
		{
		width: 33.3%;
		padding-right: .7rem;
	}
}

.views-news-list__item .news-pic, .pane-views-panes.pane-news-front-news .view-news .view-content .views-row .news-pic
	{
	width: 15%;
	float: left;
}

.views-news-list__details, .pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last
	{
	float: left;
	position: relative;
	width: 85%;
}

.views-news-list__details a, .pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last a
	{
	text-decoration: none;
}

.views-news-list__details p, .pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last p
	{
	margin: 0;
}

.views-news-list__details .article-title, .pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .article-title
	{
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.views-news-list__details__date, .views-news-list__details .date,
	.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .inside .field-news-publish-date,
	.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .date
	{
	font-size: 0.75rem;
	color: #999;
	bottom: 0;
	position: absolute;
}

.views-news-list__details__author, .views-news-list__details .author,
	.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .inside .field-news-source,
	.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .author
	{
	font-size: 0.75rem;
	background-color: #eae9e9;
	color: #999;
	padding: .1rem .4rem;
	text-align: center;
	bottom: 4px;
	position: absolute;
	right: 0;
	line-height: 1rem;
}

.pane-news-focus-news {
	margin-bottom: 1.5rem;
}

.view-notice.view-display-id-front .more-link {
	font-size: 0.875rem;
	float: right;
	line-height: 2.5rem;
}

.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-first
	{
	width: 30%;
	padding-top: .3rem;
}

.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last
	{
	width: 70%;
}

.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .inside h5
	{
	margin: 0 0 2rem 0;
}

.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .inside h5 a
	{
	color: #333;
}

.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .inside h5 a:hover,
	.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .inside h5 a:active
	{
	color: #1492ff;
}

.pane-views-panes.pane-news-front-news .view-news .view-content .views-row .panel-col-last .inside .field-news-source a
	{
	color: #999;
}

.view-id-news.view-display-id-block .view-content img {
	float: left;
	margin-right: .5rem;
}

.view-id-news.view-display-id-block .view-content .views-row {
	height: 6rem;
}

.view-id-news.view-display-id-block .view-content a {
	font-size: 0.875rem;
	text-decoration: none;
	color: #333;
}

.view-id-news.view-display-id-block .view-content a:hover, .view-id-news.view-display-id-block .view-content a:active
	{
	color: #1492ff;
}

.block-tagclouds .block__title {
	margin-bottom: 1.25rem;
}

.block-tagclouds .tagclouds-term {
	margin-right: .2rem;
}

.block-tagclouds .tagclouds-term a {
	text-decoration: none;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing {
	background-color: #fff;
	margin-top: 1.5rem;
	padding: 1rem 2rem 2rem;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .pane-title {
	font-weight: normal;
	font-size: 1.25rem;
	padding-left: .5rem;
	margin-bottom: 1rem;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-row
	{
	margin-bottom: 1.5rem;
	border-bottom: none;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki .views-field-title
	{
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki p
	{
	margin: .7rem 0;
	color: #999;
	display: inline;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-wiki ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
}

@media ( min-width :999px) {
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-content
		{
		margin-bottom: 0;
		float: left;
		width: 52%;
	}
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-footer
		{
		float: right;
		width: 37%;
	}
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-content
	{
	margin-bottom: 1rem;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-content .body-container
	{
	margin-top: 1rem;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-content .body-container a
	{
	color: #1492ff;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-footer .views-exposed-form
	{
	width: 100%;
	margin-bottom: .5rem;
	margin-top: .5rem;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-footer a
	{
	font-size: 0.875rem;
	line-height: 1.8rem;
	color: #999;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-footer a:hover,
	.page-node.node-type-house .pane-wiki-housing-sale-listing .view-footer a:active
	{
	color: #1492ff;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .view-footer a:visited
	{
	color: #999999;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .more-link {
	text-align: center;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .more-link a
	{
	font-size: 0.875rem;
	border: 1px solid #eeeeee;
	text-decoration: none;
	color: #999999;
	padding: 0 2rem;
	position: relative;
	line-height: 1.9rem;
	border-radius: 5px;
	display: inline-block;
	text-indent: -10px;
	transition: background-color .5s, color .2s, border-color .2s,
		text-indent .5s;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .more-link a:hover
	{
	background-color: #1492ff;
	border-color: #1492ff;
	color: #fff;
	text-indent: 0;
}

.page-node.node-type-house .pane-wiki-housing-sale-listing .more-link a:after
	{
	content: "";
	position: absolute;
	top: 49%;
	right: 10px;
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-left-color: #1492ff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content
	{
	border: none;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-slideshow-cycle-main-frame-row
	{
	width: 100%;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row
	{
	padding: 1rem 0;
	border-bottom: 1px solid #ededed;
	font-size: 0.875rem;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row .views-field-field-rec
	{
	clear: both;
	overflow: hidden;
	width: 100%;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row .views-field-field-rec a,
	.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row .views-field-field-rec a:hover,
	.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row .views-field-field-rec a:link
	{
	color: #1492ff;
	text-decoration: none;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row .views-field-field-house-compound-1
	{
	color: #f4b91a;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row .views-field-field-contract-signing-date
	{
	float: right;
	color: #a8a8a8;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row .views-field-field-house-compound-1
	{
	float: left;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row .field-house-sqm
	{
	float: left;
	margin-left: 5px;
	color: #f4b91a;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row .views-field-title
	{
	clear: both;
	font-weight: bold;
	color: #999999;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-row-last
	{
	border-bottom: none;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-slideshow-controls-bottom
	{
	padding: 0 1rem;
	font-size: 14px;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-previous
	{
	float: left;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a
	{
	text-decoration: none;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-pause
	{
	display: none;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-next
	{
	float: right;
}

.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-next a
	{
	text-decoration: none;
}

html.lt-ie9 .view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-block .view-content .views_slideshow_cycle_main
	{
	width: 265px;
	overflow: hidden;
}

html.lt-ie9 .view-slideshow.view-display-id-home .views-slideshow-cycle-processed
	{
	height: 380px;
}

.view-housing .views_slideshow_cycle_main {
	height: 1375px;
}

@media ( min-width :777px) {
	.view-housing .views_slideshow_cycle_main {
		height: 685px;
	}
}

@media ( min-width :999px) {
	.view-housing .views_slideshow_cycle_main {
		height: 465px;
	}
}

.view-housing.view-display-id-front .views-row, .view-housing-search .views-row
	{
	margin-bottom: 1.5rem;
	margin-right: 0;
}

@media ( min-width :777px) {
	.view-housing.view-display-id-front .views-row, .view-housing-search .views-row
		{
		width: 48%;
		float: left;
	}
	.view-housing.view-display-id-front .views-row:nth-child(odd),
		.view-housing-search .views-row:nth-child(odd) {
		margin-right: 4%;
	}
}

@media ( min-width :999px) {
	.view-housing.view-display-id-front .views-row, .view-housing-search .views-row
		{
		width: 32%;
		margin-right: 2%;
		float: left;
	}
	.view-housing.view-display-id-front .views-row:nth-child(odd),
		.view-housing-search .views-row:nth-child(odd) {
		margin-right: 2%;
	}
	.view-housing.view-display-id-front .views-row:nth-child(3n),
		.view-housing-search .views-row:nth-child(3n) {
		margin-right: 0;
	}
}

.node-type-real-estate-practitioner .view-housing .view-content .views-row,
	.node-type-real-estate-company .view-housing .view-content .views-row {
	margin-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	margin-right: 0;
}

@media ( min-width :777px) {
	.node-type-real-estate-practitioner .view-housing .view-content .views-row,
		.node-type-real-estate-company .view-housing .view-content .views-row
		{
		width: 48%;
		float: left;
	}
	.node-type-real-estate-practitioner .view-housing .view-content .views-row:nth-child(odd),
		.node-type-real-estate-company .view-housing .view-content .views-row:nth-child(odd)
		{
		margin-right: 4%;
	}
}

.node-type-notice .node-notice {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/views/notice.png);
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: 700px bottom;
}

@media ( min-width :777px) {
	.node-type-notice .node-notice {
		padding: 0 50px;
		min-height: 400px;
	}
}

.node-type-notice .node-notice .field-title {
	text-align: center;
}

.node-type-notice .node-notice .field-post-date {
	padding-top: 50px;
	text-align: right;
}

.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li
	{
	border-bottom: 1px dashed #eeeeee;
}

.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li .views-field.views-field-title
	{
	float: left;
}

.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li .views-field.views-field-created
	{
	float: right;
}

.view-notice.view-display-id-page_1 .view-content .views-style-list__list ul li .views-field.views-field-title .field-content a
	{
	text-decoration: none;
}

.view-restrict-real-estate .views-exposed-form::before {
	content: '';
	display: table;
}

.view-restrict-real-estate .views-exposed-form::after {
	content: '';
	display: table;
	clear: both;
}

.view-restrict-real-estate .views-exposed-form:before {
	content: '';
	display: table;
}

.view-restrict-real-estate .views-exposed-form:after {
	content: '';
	display: table;
	clear: both;
}

.view-restrict-real-estate .views-exposed-form .views-exposed-widget {
	float: left;
	margin-right: 20px;
}

.view-restrict-real-estate .views-exposed-form .views-exposed-widget label
	{
	font-size: 0.875rem;
	color: #999999;
}

.view-restrict-real-estate .views-exposed-form .views-exposed-widget .form-item
	{
	margin: 0;
}

.view-restrict-real-estate .views-exposed-form .views-submit-button {
	margin-top: 1.2rem;
}

@
-webkit-keyframes move_background {
	from {background-position-x: 0;
}

to {
	background-position-x: 1300px;
}

}
@
keyframes move_background {
	from {background-position-x: 0;
}

to {
	background-position-x: 1300px;
}

}
.guide-page {
	position: relative;
	min-width: 1300px;
}

.guide-page img {
	float: left;
	margin-left: 1rem;
}

.guide-page__header {
	width: 29rem;
	margin: 6% auto 0;
	overflow: hidden;
}

.guide-page__system-entrance {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 3;
	padding: 1rem 0 1rem 4rem;
	height: 4rem;
}

.guide-page__system-entrance:hover .guide-page__system-entrance-list {
	display: block;
}

.guide-page__system {
	position: absolute;
	display: none;
	right: 135px;
	top: 5px;
	padding: 3px 15px;
	width: 138px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
}

.guide-page__system--first {
	border-bottom: 1px solid #e8e8e8;
}

.guide-page__system a {
	padding: 2px 10px;
	display: block;
	text-decoration: none;
}

.guide-page__system:before {
	content: '';
	position: absolute;
	right: -20px;
	top: 16px;
	width: 0;
	height: 0;
	border-left: 10px solid #dbdbdb;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.guide-page__system:after {
	content: '';
	position: absolute;
	right: -19px;
	top: 16px;
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.guide-page__system-entrance-title {
	text-align: center;
	border: 1px solid #dfdfdf;
	border-right: none;
	background-color: #fdfdfd;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.guide-page__system-entrance-title:hover {
	cursor: pointer;
}

.guide-page__system-entrance-title i {
	width: 20px;
	height: 19px;
	display: inline-block;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/guide-page/system.png);
	vertical-align: sub;
	margin-right: .2rem;
}

.guide-page__system-entrance-title a {
	display: inline-block;
	padding: .2rem 1rem;
	color: #1492ff;
	text-decoration: none;
}

.guide-page__entrances {
	width: 100%;
	-webkit-animation: 90s linear 0s infinite normal move_background;
	animation: 90s linear 0s infinite normal move_background;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/guide-page/bg.png)
		repeat-x #fff;
	background-size: 100% auto;
	background-position-y: bottom;
}

.guide-page__entrances .entrances {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 5rem 0 8rem;
}

.guide-page__entrances .entrances a {
	color: #fff;
}

.guide-page__entrances .entrances .entrance-box {
	width: 33%;
	height: 160px;
	float: left;
}

.guide-page__entrances .entrances .box-link {
	width: 160px;
	display: block;
	margin: 0 auto;
}

.guide-page__entrances .secondhand .animation-box {
	position: relative;
	height: 160px;
	width: 100%;
}

.guide-page__entrances .secondhand .secondhand-home {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 29%;
}

.guide-page__entrances .secondhand .business {
	position: absolute;
	z-index: 0;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	margin-top: 1rem;
	width: 130px;
	height: 130px;
	left: 35%;
}

.guide-page__entrances .secondhand .rent {
	position: absolute;
	z-index: 0;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	margin-top: 1rem;
	width: 130px;
	height: 130px;
	right: 35%;
}

.guide-page__entrances .secondhand .secondhand-home {
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.guide-page__entrances .secondhand .secondhand-home.hide {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.guide-page__entrances .secondhand:hover .business {
	border: none;
}

.guide-page__entrances .secondhand:hover .rent {
	border: none;
}

.guide-page__entrances .secondhand:hover .secondhand-home {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.guide-page__entrances .entrance {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin-bottom: 3rem;
	transition: all .2s;
	behavior: url("/PIE.htc");
	position: absolute;
	z-index: 1;
}

.guide-page__entrances .entrance span {
	font-size: 1.25rem;
	color: white;
	display: block;
	margin-top: 7.5rem;
	text-align: center;
}

.guide-page__entrances .entrance:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0 0 5px #999;
}

.guide-page__entrances .entrance__new {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/guide-page/u51.png)
		no-repeat #e65141;
	background-position: 54% 37%;
}

.guide-page__entrances .entrance__secondhand {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/guide-page/u52.png)
		no-repeat #50d4fb;
	background-position: 51% 37%;
}

.guide-page__entrances .entrance__secondhand-business {
	width: 130px;
	height: 130px;
	background-color: #50d4fb;
}

.guide-page__entrances .entrance__secondhand-business span {
	margin-top: 3.5rem;
}

.guide-page__entrances .entrance__secondhand-rent {
	width: 130px;
	height: 130px;
	background-color: #50d4fb;
}

.guide-page__entrances .entrance__secondhand-rent span {
	margin-top: 3.5rem;
}

.guide-page__entrances .entrance__agency {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/guide-page/u55.png)
		no-repeat #fec640;
	background-position: 51% 37%;
}

.guide-page__notice {
	padding-bottom: 10px;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/guide-page/notice-bg.png);
}

.guide-page__notice__icon {
	display: block;
	height: 30px;
	width: 140px;
	position: relative;
	top: 35px;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/guide-page/notice-icon.png)
		no-repeat;
}

.guide-page__notice__content {
	width: 100%;
	height: 90px;
	overflow: hidden;
	padding-left: 30%;
}

.guide-page__notice__contents {
	float: left;
	left: 240px;
	width: 500px;
	position: relative;
	height: 100%;
}

.guide-page__notice__contents ul {
	list-style: none;
	margin-top: -30px;
	padding: 10px 0;
}

.guide-page__notice__contents ul li {
	padding-bottom: 3px;
	font-size: 16px;
	color: #666;
}

.guide-page__notice__contents ul li a:link {
	cursor: pointer;
	text-decoration: none;
	color: #666;
}

.guide-page__notice__contents ul li a:hover,
	.guide-page__notice__contents ul li a:active {
	color: #1492ff !important;
	text-decoration: none;
}

.guide-page__notice__contents ul li a:visited {
	color: #999;
	text-decoration: none;
}

.guide-page__notice__contents ul li a:before {
	content: '';
	position: absolute;
	left: -20px;
	margin-top: 8px;
	width: 0;
	height: 0;
	border-left: 4px solid #666666;
	border-right: 4px solid transparent;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.guide-page__notice__contents ul li i {
	font-style: normal;
	float: right;
	color: #888888;
}

.guide-page .guide-page-contents {
	background-color: #fff;
	width: 100%;
	border-top: 1px solid #999;
	padding-top: 1rem;
	padding-bottom: 6%;
	min-width: 1300px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.85);
}

.guide-page .guide-page-content {
	margin: 0 auto;
	width: 80%;
	margin: 0 auto;
}

.guide-page .guide-page-content__website-lists {
	list-style: none;
	padding-left: 0;
}

.guide-page .guide-page-content__website-lists .website-list-item {
	font-size: 0.875rem;
	float: left;
	width: 20%;
	margin-bottom: 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.guide-page .guide-page-content__website-lists .website-list-item .select
	{
	transition: color .5s;
}

.guide-page .guide-page-content__website-lists .website-list-item .select .input
	{
	color: #999;
}

.guide-page .guide-page-content__website-lists .website-list-item .select ul
	{
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	display: none;
}

.guide-page .guide-page-content__website-lists .website-list-item .select.opened .input
	{
	color: #000;
}

.guide-page .guide-page-content__website-lists .website-list-item .select.opened ul
	{
	display: block;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	box-shadow: 0 0 5px #999;
}

.guide-page .guide-page-content__website-lists .website-list-item .input
	{
	width: 205px;
	border-radius: 5px;
	border: 1px solid #999;
	padding: .3rem .6rem;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/guide-page/select-arrow.png)
		no-repeat;
	background-position: 95% 50%;
	z-index: 1;
}

.guide-page .guide-page-content__website-lists .website-list-item ul {
	list-style: none;
	width: 205px;
	border: 1px solid #999;
	border-radius: 5px;
	z-index: 100;
	position: absolute;
	background-color: white;
	margin-top: 15px;
	padding: .5rem .2rem;
}

.guide-page .guide-page-content__website-lists .website-list-item ul a {
	width: 100%;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
	color: black;
}

.guide-page .guide-page-content__website-lists .website-list-item ul a:hover
	{
	background-color: #fe5054;
	color: white;
}

.guide-page .guide-page-content__website-lists .website-list-item ul:before
	{
	content: '';
	display: inline-block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #999;
	position: absolute;
	top: -.6rem;
	left: 10.5rem;
}

.guide-page .guide-page-content__website-lists .website-list-item ul:after
	{
	content: '';
	display: inline-block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	top: -.5rem;
	left: 10.5rem;
}

.guide-page .guide-page-content__items {
	width: 78%;
	margin: 5rem auto;
	overflow: hidden;
}

.guide-page .guide-page-content__item {
	font-size: 0.75rem;
	float: left;
	color: #999;
}

.guide-page .guide-page-content__item p {
	margin: .4rem 0;
}

.guide-page .guide-page-content__item.left-content {
	width: 50%;
}

.guide-page .guide-page-content__item.left-content .left-content-words {
	float: left;
}

.guide-page .guide-page-content__item.left-content img {
	float: left;
	width: 7.5rem;
	margin-left: 2rem;
}

.guide-page .guide-page-content__item.right-content {
	width: 50%;
}

.guide-page .guide-page-content__item.right-content img {
	margin-top: .5rem;
	margin-right: 1rem;
}

.guide-page .guide-page-content__item.right-content b {
	color: #666;
}

.guide-page .guide-page-bottom {
	min-width: 1100px;
	width: 100%;
	padding: .3rem 0;
}

.guide-page .guide-page-bottom .police {
	width: 33rem;
	margin: 0 auto;
}

.guide-page .guide-page-bottom img {
	margin-top: 3px;
	margin-right: .5rem;
}

.guide-page .guide-page-bottom span {
	font-size: 0.875rem;
	color: #726e6f;
	padding-top: .2rem;
	display: block;
}

.function-box {
	padding: 1.5rem 0 0.75rem;
	position: relative;
}

.function-box__arrow {
	width: 32px;
	display: none;
	position: absolute;
	top: 1.8rem;
}

.function-box__arrow figure {
	width: 20px;
	height: 65px;
	border-radius: 4px;
}

.function-box__left-arrow, .function-box .left-arrow {
	left: 0;
}

.function-box__left-arrow figure, .function-box .left-arrow figure {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/right_arrow.png)
		no-repeat center/95%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.function-box__left-arrow a:hover figure, .function-box .left-arrow a:hover figure
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/left_arrow.png)
		no-repeat center/80% #f0f0f0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.function-box__right-arrow, .function-box .right-arrow {
	float: right;
	right: 0;
}

.function-box__right-arrow figure, .function-box .right-arrow figure {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/right_arrow.png)
		no-repeat center/95%;
}

.function-box__right-arrow a:hover figure, .function-box .right-arrow a:hover figure
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/left_arrow.png)
		no-repeat center/80% #f0f0f0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.function-box__iscroll-container {
	width: 1600px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

.function-box__iscroll-wrapper {
	width: 100%;
	overflow: hidden;
	float: left;
}

.function-box__list {
	margin: 0;
	padding: 0;
}

.function-box__item {
	float: left;
	list-style: none;
	width: 106px;
	text-align: center;
}

.function-box__item a {
	text-decoration: none;
}

.function-box__item a:hover span, .function-box__item a:active span {
	color: #1492ff;
}

.function-box__item a span {
	font-size: 0.875rem;
	display: block;
	color: #666666;
}

.function-box__item img {
	margin-top: 1rem;
	width: 62%;
}

.function-box__item.item-download img, .function-box__item.item-house img
	{
	width: 53%;
}

.function-box__item:active figure, .function-box__item:hover figure {
	background: radial-gradient(#f0f0f0 60%, #f9f9f9 10%);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.function-box__item figure {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	display: inline-block;
	background-color: #f0f0f0;
	transition: all .3s;
}

.function-box__item.item-judicial-sale img {
	width: 72%;
	margin-left: 1.3rem;
}

@media ( min-width :1111px) {
	.function-box__arrow {
		display: block;
	}
	.function-box__iscroll-wrapper {
		width: 1072px;
		margin-left: 34px;
		margin-right: 34px;
	}
	.function-box__item {
		width: 132px;
	}
}

.error .error-tips {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/error/error.png)
		no-repeat center;
	padding-top: 18rem;
}

.error p {
	text-align: center;
}

.error .tip1 {
	font-size: 1rem;
	color: #4b4b4b;
}

.error .tip2 {
	font-size: 0.875rem;
	color: #979797;
	margin-bottom: 5rem;
}

.error .tip2 span {
	font-size: 1.25rem;
	color: #1492ff;
}

.error-backhome {
	color: #1492ff;
	text-decoration: underline;
	cursor: pointer;
}

.filter-lists, .page-esf .panel-pane.pane-block, .pane-block.facetapi-block,
	.page-agency-board .facetapi-block, .page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6,
	.page-sfpm .pane-block {
	font-size: 0.875rem;
	border: 1px solid #ebeaea;
	width: 100%;
	overflow: hidden;
	display: none;
}

@media ( min-width :777px) {
	.filter-lists, .page-esf .panel-pane.pane-block, .pane-block.facetapi-block,
		.page-agency-board .facetapi-block, .page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6,
		.page-sfpm .pane-block {
		display: block;
	}
}

.filter-lists__title, .page-esf .panel-pane.pane-block .pane-title,
	.pane-block.facetapi-block .pane__title, .page-agency-board .facetapi-block .pane__title,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .pane__title,
	.page-sfpm .pane-block .pane__title {
	background-color: #f6f6f6;
	width: 15%;
	padding: 10px .4rem;
	float: left;
}

.filter-lists__title figure, .page-esf .panel-pane.pane-block .pane-title figure,
	.pane-block.facetapi-block .pane__title figure, .page-agency-board .facetapi-block .pane__title figure,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .pane__title figure,
	.page-sfpm .pane-block .pane__title figure {
	display: block;
	margin: .2rem .3rem .2rem .7rem;
	padding: 0;
	float: left;
}

.filter-lists__title span, .page-esf .panel-pane.pane-block .pane-title span,
	.pane-block.facetapi-block .pane__title span, .page-agency-board .facetapi-block .pane__title span,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .pane__title span,
	.page-sfpm .pane-block .pane__title span {
	display: block;
	float: left;
}

.filter-lists__filter-list, .filter-lists .filter-list, .page-esf .panel-pane.pane-block .facetapi-search-api-ranges-ui-links,
	.page-esf .panel-pane.pane-block .facetapi-facetapi-links, .page-esf .panel-pane.pane-block .facetapi-facet-field-house-usage,
	.pane-block.facetapi-block .facetapi-facetapi-links, .page-agency-board .facetapi-block .facetapi-facetapi-links,
	.pane-current-search-housing .current-search-item-active-items ul,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type,
	.page-sfpm .pane-block .facetapi-processed, .page-esf .panel-pane.pane-block .filter-list,
	.pane-block.facetapi-block .filter-list, .page-agency-board .facetapi-block .filter-list,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .filter-list,
	.page-sfpm .pane-block .filter-list {
	width: 84%;
	float: left;
	margin: .6rem .2rem;
	padding-left: 0;
	margin: 0;
}

.filter-lists__filter-list a, .filter-lists .filter-list a, .page-esf .panel-pane.pane-block .facetapi-search-api-ranges-ui-links a,
	.page-esf .panel-pane.pane-block .facetapi-facetapi-links a, .page-esf .panel-pane.pane-block .facetapi-facet-field-house-usage a,
	.pane-block.facetapi-block .facetapi-facetapi-links a,
	.page-agency-board .facetapi-block .facetapi-facetapi-links a,
	.pane-current-search-housing .current-search-item-active-items ul a,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type a,
	.page-sfpm .pane-block .facetapi-processed a, .page-esf .panel-pane.pane-block .filter-list a,
	.pane-block.facetapi-block .filter-list a, .page-agency-board .facetapi-block .filter-list a,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .filter-list a,
	.page-sfpm .pane-block .filter-list a {
	padding: .35rem .4rem;
	text-decoration: none;
	color: #4b4b4b;
	margin: 0;
	transition: all .2s;
}

.filter-lists__filter-list a:hover, .filter-lists .filter-list a:hover,
	.page-esf .panel-pane.pane-block .facetapi-search-api-ranges-ui-links a:hover,
	.page-esf .panel-pane.pane-block .facetapi-facetapi-links a:hover,
	.page-esf .panel-pane.pane-block .facetapi-facet-field-house-usage a:hover,
	.pane-block.facetapi-block .facetapi-facetapi-links a:hover,
	.page-agency-board .facetapi-block .facetapi-facetapi-links a:hover,
	.pane-current-search-housing .current-search-item-active-items ul a:hover,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type a:hover,
	.page-sfpm .pane-block .facetapi-processed a:hover, .page-esf .panel-pane.pane-block .filter-list a:hover,
	.pane-block.facetapi-block .filter-list a:hover, .page-agency-board .facetapi-block .filter-list a:hover,
	.page-sfpm .pane-block .filter-list a:hover {
	/* background-color: #1492ff;
	color: #fff; */
	   
    color: #1492ff;
}

.filter-lists__filter-list li, .filter-lists .filter-list li, .page-esf .panel-pane.pane-block .facetapi-search-api-ranges-ui-links li,
	.page-esf .panel-pane.pane-block .facetapi-facetapi-links li, .page-esf .panel-pane.pane-block .facetapi-facet-field-house-usage li,
	.pane-block.facetapi-block .facetapi-facetapi-links li,
	.page-agency-board .facetapi-block .facetapi-facetapi-links li,
	.pane-current-search-housing .current-search-item-active-items ul li,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type li,
	.page-sfpm .pane-block .facetapi-processed li, .page-esf .panel-pane.pane-block .filter-list li,
	.pane-block.facetapi-block .filter-list li, .page-agency-board .facetapi-block .filter-list li,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .filter-list li,
	.page-sfpm .pane-block .filter-list li {
	display: inline-block;
	padding: .1rem .4rem;
}

.filter-lists__nolimit, .filter-lists .filter-list .selected, .page-esf .panel-pane.pane-block .filter-list .selected,
	.pane-block.facetapi-block .filter-list .selected, .page-agency-board .facetapi-block .filter-list .selected,
	.page-sfpm .pane-block .filter-list .selected {
	display: inline-block;
	background-color: #1492ff;
	color: white;
	width: auto;
	text-align: center;
	margin: 0 .7rem;
}

.filter-lists__nolimit a, .filter-lists .filter-list .selected a,
	.page-esf .panel-pane.pane-block .filter-list .selected a, .pane-block.facetapi-block .filter-list .selected a,
	.page-agency-board .facetapi-block .filter-list .selected a, .page-sfpm .pane-block .filter-list .selected a
	{
	color: #fff !important;
}

.filter-lists__selected, .page-esf .panel-pane.pane-block .facetapi-search-api-ranges-ui-links .leaf .selected,
	.page-esf .panel-pane.pane-block .facetapi-facetapi-links .leaf .selected,
	.pane-block.facetapi-block .facetapi-facetapi-links .selected,
	.pane-current-search-housing .current-search-item-active-items ul .selected,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type .selected,
	.page-sfpm .pane-block .facetapi-processed .selected {
	background-color: #1492ff;
	color: white;
	display: inline;
	padding: .35rem .4rem .35rem 1rem;
	position: relative;
}

.filter-lists__selected .icons--facetapi-remove, .page-esf .panel-pane.pane-block .facetapi-search-api-ranges-ui-links .leaf .selected .icons--facetapi-remove,
	.page-esf .panel-pane.pane-block .facetapi-facetapi-links .leaf .selected .icons--facetapi-remove,
	.pane-block.facetapi-block .facetapi-facetapi-links .selected .icons--facetapi-remove,
	.pane-current-search-housing .current-search-item-active-items ul .selected .icons--facetapi-remove,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type .selected .icons--facetapi-remove,
	.page-sfpm .pane-block .facetapi-processed .selected .icons--facetapi-remove
	{
	left: 1px;
	top: 6px;
}

.filter-lists__selected a, .page-esf .panel-pane.pane-block .facetapi-search-api-ranges-ui-links .leaf .selected a,
	.page-esf .panel-pane.pane-block .facetapi-facetapi-links .leaf .selected a,
	.pane-block.facetapi-block .facetapi-facetapi-links .selected a,
	.pane-current-search-housing .current-search-item-active-items ul .selected a,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type .selected a,
	.page-sfpm .pane-block .facetapi-processed .selected a {
	padding: 0;
}

.filter-lists__selected .icons--facetapi-indicator, .page-esf .panel-pane.pane-block .facetapi-search-api-ranges-ui-links .leaf .selected .icons--facetapi-indicator,
	.page-esf .panel-pane.pane-block .facetapi-facetapi-links .leaf .selected .icons--facetapi-indicator,
	.pane-block.facetapi-block .facetapi-facetapi-links .selected .icons--facetapi-indicator,
	.pane-current-search-housing .current-search-item-active-items ul .selected .icons--facetapi-indicator,
	.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type .selected .icons--facetapi-indicator,
	.page-sfpm .pane-block .facetapi-processed .selected .icons--facetapi-indicator
	{
	display: none;
}

html.lt-ie9 .page-esf .pane-block.panel-pane .pane-title {
	padding: .75rem .4rem;
}

.page-esf .panel-pane.pane-block {
	margin-bottom: -1px;
}

.page-esf .panel-pane.pane-block .pane-title {
	font-size: 0.875rem;
	margin: 0;
	font-weight: normal;
}

.pane-block.facetapi-block .pane__title {
	margin: 0;
}

.pane-block.facetapi-block .facetapi-facetapi-links .leaf span {
	display: inline-block;
}

.page-agency-board .views-exposed-form .block-facetapi-district .views-exposed-widget__label
	{
	float: left;
	padding-top: 7px;
	width: 84px;
	text-align: right;
	margin: 0;
}

.page-agency-board .views-exposed-form .block-facetapi-district .form-item
	{
	margin: 0;
}

.page-agency-board .facetapi-block .pane__title {
	margin: 0;
}

.page-agency-board .facetapi-block .item-list {
	width: 90%;
}

.page-agency-board .facetapi-block .facetapi-facetapi-links {
	width: 100% !important;
}

.page-agency-board .facetapi-block .facetapi-facetapi-links .leaf .active
	{
	background-color: #1492ff;
	color: white;
}

.page-agency-board .facetapi-block .facetapi-facetapi-links .leaf {
	width: 68px;
}

.page-agency-board .facetapi-block .facetapi-facetapi-links .leaf span {
	display: inline-block;
}

.icons--shield {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet3.png);
	background-color: transparent;
	background-position: -65px -5px;
}

.icons--notice {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet3.png);
	background-color: transparent;
	background-position: -65px -31px;
}

.icons--search, #map-widget .searchbox button, .search-box__submit,
	.block-views .views-exposed-form .views-exposed-widgets input[type='submit']
	{
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet3.png);
	background-color: transparent;
	background-position: -59px -57px;
}

.icons--local {
	width: 20px !important;
	height: 30px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet3.png);
	background-position: -31px -5px;
}

.icons--sort-arrow-desc, .sorts__item-direction.desc {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet3.png);
	background-color: transparent;
	background-position: -91px -5px;
}

.icons--sort-arrow-asc, .sorts__item-direction.asc {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet3.png);
	background-color: transparent;
	background-position: -91px -5px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icons--facetapi-indicator, .icons--up-arrow {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet3.png);
	background-color: transparent;
	background-position: -85px -59px;
}

.icons--facetapi-remove, .icons--remove {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet3.png);
	background-color: transparent;
	background-position: -33px -57px;
}

.icons--leave-words {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet3.png);
	background-color: transparent;
	background-position: -5px -31px;
}

.icons--type {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/icon_type.png);
	background-color: transparent;
}

.icons--price {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/icon_price.png);
	background-color: transparent;
}

.icons--area {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/icon_area.png);
	background-color: transparent;
}

.icons--direction {
	width: 19px !important;
	height: 18px !important;
	background-position: -30px -30px;
}

.icons--floor {
	width: 13px !important;
	height: 17px !important;
	background-position: -109px -30px;
}

.icons--ident {
	width: 12px !important;
	height: 12px !important;
	background-position: -182px -30px;
}

.icons--ident-green {
	width: 20px !important;
	height: 20px !important;
	background-position: -254px -30px;
}

.icons--news-icon {
	width: 49px !important;
	height: 48px !important;
	background-position: -334px -30px;
}

.icons--pb01 {
	width: 51px;
	height: 52px;
	background-position: -530px -25px;
}

.icons--pb02 {
	width: 51px;
	height: 63px;
	background-position: -641px -30px;
}

.icons--pb03 {
	width: 48px;
	height: 54px;
	background-position: -750px -25px;
}

.icons--pb04 {
	width: 69px;
	height: 58px;
	background-position: -867px -30px;
}

.icons--pb05 {
	width: 65px;
	height: 59px;
	background-position: -994px -30px;
}

.icons--pb06 {
	width: 63px;
	height: 57px;
	background-position: -1119px -30px;
}

.icons--pb07 {
	width: 59px;
	height: 58px;
	background-position: -1242px -30px;
}

.icons--phone {
	width: 21px !important;
	height: 22px !important;
	background-position: -1361px -30px !important;
}

.icons--question {
	width: 16px !important;
	height: 15px !important;
	background-position: -1442px -30px;
}

.icons--report {
	width: 15px !important;
	height: 14px !important;
	background-position: -1518px -30px;
}

.icons--share {
	width: 16px !important;
	height: 17px !important;
	background-position: -1593px -30px;
}

.icons--sina {
	width: 29px !important;
	height: 30px !important;
	background-position: -1669px -30px;
}

.icons--star {
	width: 19px !important;
	height: 19px !important;
	background-position: -1756px -30px;
}

.icons--structure {
	width: 15px !important;
	height: 16px !important;
	background-position: -1837px -30px;
}

.icons--tel-icon {
	width: 15px !important;
	height: 20px !important;
	background-position: -1912px -30px;
}

.icons--wechat {
	width: 30px !important;
	height: 31px !important;
	background-position: -1987px -30px;
}

.icons--complaints {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/complaints.png);
	background-color: transparent;
	background-size: 100%;
}

.icons--map-entrance {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/map-entrance.png);
	background-color: transparent;
	width: 120px !important;
	height: 120px !important;
}

.icons--record {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/agency-list.png);
	background-color: transparent;
	height: 20px !important;
	background-position: -23px 2px;
}

.icons--time {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/agency-list.png);
	background-color: transparent;
	height: 20px !important;
	background-position: -3px 2px;
}

.icons--warning {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/warning.png);
	background-color: transparent;
	width: 25px !important;
	height: 25px !important;
}

.icons--search-white {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/icons_search-white.png);
	background-color: transparent;
}

.icons--download {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/download.png);
	background-color: transparent;
}

.icons--ranking {
	width: 26px !important;
	height: 26px !important;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-sprites.png)
		-10px -51px;
}

.icons--ranking-first, .view-ranking-list .views-row-1 .no,
	.view-agency-rank-list .views-row-1 .no, .view-practitioner-rank-list .views-row-1 .no,
	.view-store-rank-list .views-row-1 .no, .view-store-rank-list-2 .views-row-1 .no
	{
	width: 28px !important;
	height: 33px !important;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-sprites.png)
		-10px -97px;
}

.icons--ranking-second, .view-ranking-list .views-row-2 .no,
	.view-agency-rank-list .views-row-2 .no, .view-practitioner-rank-list .views-row-2 .no,
	.view-store-rank-list .views-row-2 .no, .view-store-rank-list-2 .views-row-2 .no
	{
	width: 28px !important;
	height: 33px !important;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-sprites.png)
		-10px -150px;
}

.icons--ranking-third, .view-ranking-list .views-row-3 .no,
	.view-agency-rank-list .views-row-3 .no, .view-practitioner-rank-list .views-row-3 .no,
	.view-store-rank-list .views-row-3 .no, .view-store-rank-list-2 .views-row-3 .no
	{
	width: 28px !important;
	height: 33px !important;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-sprites.png)
		-10px -203px;
}

.icons--ranking-four, .view-ranking-list .views-row-4 .no,
	.view-agency-rank-list .views-row-4 .no, .view-practitioner-rank-list .views-row-4 .no,
	.view-store-rank-list .views-row-4 .no, .view-store-rank-list-2 .views-row-4 .no,
	.view-ranking-list .views-row-5 .no, .view-agency-rank-list .views-row-5 .no,
	.view-practitioner-rank-list .views-row-5 .no, .view-store-rank-list .views-row-5 .no,
	.view-store-rank-list-2 .views-row-5 .no, .page-honesty .panel-col-top .pane-views-panes .views-row-4 .no,
	.page-honesty .panel-col-top .pane-views-panes .views-row-5 .no {
	width: 21px !important;
	height: 21px !important;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-sprites.png)
		-10px -10px;
}

.icons--clear {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/delete.png);
	background-color: transparent;
}

.icons--use {
	width: 1.2rem !important;
	height: 1.2rem !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/use.png);
}

.icons--top-five {
	width: 4rem !important;
	height: 1.2rem !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/top5.png);
}

.icons--plane {
	width: 22px !important;
	height: 22px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/plane.png);
}

.icons--problem {
	width: 22px !important;
	height: 22px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/problem.png);
}

.icons--compass {
	width: 22px !important;
	height: 22px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/compass.png);
}

.icons--hammer {
	width: 20px !important;
	height: 20px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/hammer.png);
}

.icons--calendar {
	width: 20px !important;
	height: 20px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/calendar.png);
}

.icons--total-agency {
	width: 40px !important;
	height: 40px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/total-agency.png);
}

.icons--total-auction {
	width: 40px !important;
	height: 40px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/total-auction.png);
}

.icons--total-house {
	width: 40px !important;
	height: 40px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/total-house.png);
}

.icons--total-middleman {
	width: 40px !important;
	height: 40px !important;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/total-middleman.png);
}

.icons--good {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/good.png);
}

.icons--general {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/general.png);
}

.icons--bad {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/bad.png);
}

.icons--quyu {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/quyu.png);
	width: 22px !important;
	height: 22px !important;
}

.icons--quyu-white {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/quyu-white.png);
	width: 22px !important;
	height: 22px !important;
}

.icons--ranking-top1, .page-honesty .panel-col-top .pane-views-panes .views-row-1 .no
	{
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-top1.png);
	width: 22px !important;
	height: 22px !important;
}

.icons--ranking-top2, .page-honesty .panel-col-top .pane-views-panes .views-row-2 .no
	{
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-top2.png);
	width: 22px !important;
	height: 22px !important;
}

.icons--ranking-top3, .page-honesty .panel-col-top .pane-views-panes .views-row-3 .no
	{
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-top3.png);
	width: 22px !important;
	height: 22px !important;
}

.icons--hongqi {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/hongqi.png);
	width: 25px !important;
	height: 25px !important;
}

.icons--heiqi {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/heiqi.png);
	width: 25px !important;
	height: 25px !important;
}

.icons__2x {
	width: 2rem !important;
	height: 2rem !important;
}

.common-problem {
	min-width: 1000px;
	margin-left: 2rem;
	display: none;
}

.common-problem__title hr {
	width: 42%;
	margin-top: 2rem;
	float: left;
	padding-top: 1.5rem;
	border-top: 2.5px solid #bcbcbc;
}

.common-problem__title p {
	font-size: 1.25rem;
	float: left;
	padding: 0 1.5rem;
	color: #8f8f8f;
}

.common-problem__content {
	padding-bottom: 1rem;
}

.common-problem__item {
	display: inline-block;
	width: 13%;
}

.common-problem__item a:hover .common-problem__icon {
	background-color: #1492ff;
}

.common-problem__item a:hover p {
	color: #1492ff;
}

.common-problem__item a {
	text-decoration: none;
}

.common-problem__item p {
	font-size: 0.875rem;
	color: #666;
	text-align: center;
}

.common-problem__icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}

.common-problem__icon figure {
	margin: 1rem 1.2rem;
	width: 75px;
	height: 80px;
}

.node-type-house.section-housing .common-problem {
	margin: 0;
}

.node-type-house.section-housing .common-problem .common-problem__title
	{
	display: none;
}

.node-type-house.section-housing .common-problem .common-problem__content
	{
	padding-top: 2rem;
}

.node-type-house.section-housing .region.region-bottom {
	border-top: 2px solid #bcbcbc;
}

@media ( min-width :999px) {
	.common-problem {
		display: block;
	}
}

.store-staff__photo, .view-promote-practiioner .node-real-estate-practitioner .field-rep-photo,
	.view-id-rec_rep .node-real-estate-practitioner .field-rep-photo {
	float: left;
	margin-right: .6rem;
}

.store-staff__details h3, .view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title h3,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title h3,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile h3,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile h3,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating h3,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating h3,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .credit-rating-container h3
	{
	margin: 0;
}

.store-staff__details .icons, .view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title .icons,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title .icons,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .icons,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .icons,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .icons,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .icons,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .credit-rating-container .icons
	{
	float: left;
	margin-right: 5px;
}

.store-staff__details .name, .view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title .name,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title .name,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .name,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .name,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .name,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .name,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .credit-rating-container .name
	{
	font-size: 1.25rem;
	color: #333;
	font-weight: bold;
}

.store-staff__details .tel, .view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title .tel,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title .tel,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .tel,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .tel,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .tel,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .tel,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .credit-rating-container .tel
	{
	font-size: 0.875rem;
	color: #1492ff;
}

.store-staff__details .score, .view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title .score,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title .score,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .score,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .score,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .score,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .score,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .credit-rating-container .score
	{
	font-size: 0.75rem;
	color: #333;
	margin: 0;
}

.store-staff__details .score span, .view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title .score span,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title .score span,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .score span,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .score span,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .score span,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .score span,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .credit-rating-container .score span
	{
	font-size: 1.25rem;
	color: #e54044;
}

.pane-rec-rep-sidebar h3 {
	margin-top: 1.55rem;
}

.pane-promote-practiioner-front .pane-title {
	margin-bottom: 0;
	line-height: 2.5rem;
}

.pane-promote-practiioner-front .pane-title:after {
	margin-bottom: 1.5rem;
	content: '';
	display: block;
}

.view-promote-practiioner .view-content .item-list ul, .view-id-rec_rep .view-content .item-list ul
	{
	list-style: none;
	padding: 0;
}

.view-promote-practiioner .view-content .item-list .views-row,
	.view-id-rec_rep .view-content .item-list .views-row {
	margin-bottom: 1.6rem;
}

.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner.node-teaser,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner.node-teaser
	{
	border: 0;
	padding: .5rem 0 0 .5rem;
}

.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner.node-teaser:hover,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner.node-teaser:hover
	{
	background: #f1f1f1;
	cursor: pointer;
}

.view-promote-practiioner .node-real-estate-practitioner .field-rep-photo,
	.view-id-rec_rep .node-real-estate-practitioner .field-rep-photo {
	width: 68px;
	float: left;
}

.view-promote-practiioner .node-real-estate-practitioner .field-rep-photo img,
	.view-id-rec_rep .node-real-estate-practitioner .field-rep-photo img {
	width: auto;
}

.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title
	{
	float: none;
}

.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title h4,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title h4
	{
	margin: .2rem 0;
}

.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title a,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title a
	{
	text-decoration: none;
	color: #333;
}

.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title a:hover,
	.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-title a:active,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title a:hover,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-title a:active
	{
	color: #1492ff;
}

.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .tel,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-mobile .tel
	{
	margin-left: .3rem;
}

.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating
	{
	float: none;
	overflow: hidden;
}

.view-promote-practiioner .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .clearfix,
	.view-id-rec_rep .view-content .item-list .views-row .node-real-estate-practitioner .field-credit-rating .clearfix
	{
	display: inline-block;
	color: #e54044;
}

.house-information {
	width: 100%;
	border: 1px solid #dddcdc;
	box-shadow: 5px 5px 3px #e3e3e3;
	cursor: pointer;
	transition: all .2s;
}

.house-information__select-icon {
	display: none;
	z-index: 2;
	position: absolute;
	border-top: 0 solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #1492ff;
}

.house-information__agencies__agency,
	.house-information__area__community-name, .house-information .house-information__agencies .field-label,
	.house-list__agencies__agency, .house-information .house-information__area .field-house-compound
	{
	margin: 0;
}

.house-information strong {
	font-size: 1.25rem;
}

.house-information__title {
	font-size: 0.875rem;
	padding: .4rem .2rem .1rem;
	overflow: hidden;
	border-bottom: 1px solid #dddcdc;
	color: #999999;
}

@media ( min-width :333px) {
	.house-information__title {
		padding: .4rem 1rem .1rem;
	}
}

.house-information__title__number, .house-information .house-information__title .field-title
	{
	float: left;
}

.house-information__title__area, .house-information .house-information__title .field-rec-district
	{
	float: right;
}

.house-information__details {
	overflow: hidden;
	padding: .6rem .3rem;
}

@media ( min-width :333px) {
	.house-information__details {
		padding: .6rem 1rem;
	}
}

.house-information__agencies, .house-list__agencies {
	float: left;
	width: 45%;
	height: 85px;
}

.house-information__agencies-logo, .house-list__agencies-logo {
	display: none;
}

.house-information__agencies__agency, .house-information .house-information__agencies .field-label,
	.house-list__agencies__agency {
	color: #999999;
}

.house-information__agencies__amount, .house-information .house-information__agencies .field-house-publish-count,
	.house-list__agencies__amount {
	margin-top: 10px;
	color: #666;
}

.house-information__agencies__amount strong, .house-information .house-information__agencies .field-house-publish-count strong,
	.house-list__agencies__amount strong {
	font-size: 2rem;
}

.house-information__area {
	float: right;
	width: 55%;
	text-align: right;
}

.house-information__area__community-name, .house-information .house-information__area .field-house-compound
	{
	color: #1492ff;
	white-space: nowrap;
	overflow: hidden;
}

.house-information__area__sqm, .house-information .house-information__area .field-house-sqm
	{
	color: #666;
}

.house-information__detail {
	width: 100%;
	clear: both;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.house-information__detail .field-house-information-detail {
	float: left;
}

.house-information__detail .field-post-date {
	float: right;
	font-size: 0.875rem;
	font-weight: normal;
	color: #999;
	vertical-align: text-bottom;
	display: none;
}

@media ( min-width :777px) {
	.house-information__detail .field-post-date {
		display: inline-block;
	}
}

.house-information__detail__list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.house-information__detail__list .limit-width {
	max-width: 110px;
	overflow: visible;
	white-space: nowrap;
}

.house-information__detail__list i {
	vertical-align: sub;
}

.house-information__detail__list li {
	float: left;
	height: 1.25rem;
	border-right: 1px solid #dddcdc;
	padding-right: .3rem;
	margin-right: .3rem;
	height: 20px;
}

.house-information__detail__list li:last-child {
	border-right: 0;
}

.house-information__detail__list span {
	font-size: 0.875rem;
	font-weight: normal;
	color: #999;
}

.house-information__price {
	background-color: #1492ff;
	padding: .7rem .2rem .3rem;
	overflow: hidden;
	color: white;
	margin: 0;
	transition: background-color .2s;
}

@media ( min-width :333px) {
	.house-information__price {
		padding: .7rem 1rem .3rem;
	}
}

.house-information__price__total, .house-information .field_house_total_price
	{
	float: left;
}

.house-information__price__total strong, .house-information .field_house_total_price strong
	{
	font-size: 1.5rem;
}

.house-information__price__sqm, .house-information .field_house_sqm_price
	{
	font-size: 0.875rem;
	float: right;
}

.house-information:hover, .house-information--hover {
	border: 1px solid #1492ff;
}

.house-information:hover .house-information__agencies__amount,
	.house-information--hover .house-information__agencies__amount,
	.house-information:hover .house-information__agencies .field-house-publish-count,
	.house-information:hover .house-list__agencies__amount,
	.house-information--hover .house-information .house-information__agencies .field-house-publish-count,
	.house-information .house-information__agencies
  .house-information--hover .field-house-publish-count,
	.house-information--hover .house-list__agencies__amount {
	color: #1492ff;
}

.house-information:hover .house-information__price,
	.house-information--hover .house-information__price {
	background-color: #e1f1ff;
}

.house-information:hover .house-information__price__total,
	.house-information--hover .house-information__price__total,
	.house-information:hover .field_house_total_price,
	.house-information--hover .house-information .field_house_total_price,
	.house-information
  .house-information--hover .field_house_total_price {
	color: #fe5054;
}

.house-information:hover .house-information__price__sqm,
	.house-information--hover .house-information__price__sqm,
	.house-information:hover .field_house_sqm_price,
	.house-information--hover .house-information .field_house_sqm_price,
	.house-information
  .house-information--hover .field_house_sqm_price {
	color: #999;
}

.house-information--hover .house-information__select-icon,
	.house-information:hover .house-information__select-icon {
	display: block;
}

.house-information--exclusive .house-information__details {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/house-information/exclusive_logo.png)
		no-repeat 37% 10%;
}

.house-information--exclusive .house-information__agencies-logo,
	.house-information--exclusive .house-list__agencies-logo {
	display: block;
	width: 70px;
	height: 70px;
	margin-top: 3px;
}

.house-information--exclusive .house-information__agencies-nonexclusive,
	.house-information--exclusive .house-list__agencies-nonexclusive {
	display: none;
}

html.lt-ie9 .view-housing .view-header {
	height: 80px;
}

html.lt-ie9 .pane-housing-search-search-result .view-housing-search .view-content .views-row,
	html.lt-ie9 .pane-housing-front .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row-item
	{
	margin-left: 6px;
	margin-right: 6px;
}

html.lt-ie9 .page-home .pane-housing-front .view-housing .view-header .newest-house-info
	{
	float: left;
}

html.lt-ie9 .page-home .pane-housing-front .view-housing .view-header .newest-house-info h2,
	html.lt-ie9 .page-home .pane-housing-front .view-housing .view-header .newest-house-info h6
	{
	display: inline;
}

html.lt-ie9 .page-home .pane-housing-front .view-housing .view-header .view-all
	{
	margin: 0;
}

html.lt-ie9 .view-housing.view-display-id-practitioner .views-row, html.lt-ie9 .view-housing.view-display-id-enterprise .views-row
	{
	margin-right: 26px;
}

html.lt-ie9 .view-housing.view-display-id-practitioner .views-row.views-row-even,
	html.lt-ie9 .view-housing.view-display-id-enterprise .views-row.views-row-even
	{
	margin-right: 0;
}

html.lt-ie9 .house-information--exclusive .house-information__agencies-logo img
	{
	width: 100%;
}

.page-home .pane-notice-front {
	overflow: hidden;
}

.page-home .view-judicial-auction-slideshow .view-header, .page-home .view-housing .view-header
	{
	margin-top: 2rem;
}

.page-home .view-judicial-auction-slideshow .view-header .view-all,
	.page-home .view-housing .view-header .view-all {
	margin: 2rem 0 1.2rem;
	display: inline;
	float: right;
}

.page-home .view-judicial-auction-slideshow .view-header .view-all a,
	.page-home .view-housing .view-header .view-all a {
	font-size: 0.875rem;
	color: #1492ff;
	text-decoration: none;
}

.page-home .view-judicial-auction-slideshow .view-header .view-all .right-arrow,
	.page-home .view-housing .view-header .view-all .right-arrow {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #1492ff;
	display: inline-block;
	margin-left: .2rem;
}

.view-housing .view-header, .view-agency-home-list .view-header,
	.view-judicial-auction-slideshow .view-header {
	overflow: hidden;
}

.view-housing .view-header .newest-house-info, .view-agency-home-list .view-header .newest-house-info,
	.view-judicial-auction-slideshow .view-header .newest-house-info {
	float: left;
}

.view-housing .view-header .newest-house-info h2, .view-housing .view-header .newest-house-info h6,
	.view-agency-home-list .view-header .newest-house-info h2,
	.view-agency-home-list .view-header .newest-house-info h6,
	.view-judicial-auction-slideshow .view-header .newest-house-info h2,
	.view-judicial-auction-slideshow .view-header .newest-house-info h6 {
	font-weight: normal;
	display: inline-block;
	margin-bottom: 1.2rem;
}

.view-housing .view-header .newest-house-info h2, .view-agency-home-list .view-header .newest-house-info h2,
	.view-judicial-auction-slideshow .view-header .newest-house-info h2 {
	font-size: 1.2rem;
}

@media ( min-width :777px) {
	.view-housing .view-header .newest-house-info h2, .view-agency-home-list .view-header .newest-house-info h2,
		.view-judicial-auction-slideshow .view-header .newest-house-info h2 {
		font-size: 1.5rem;
	}
}

.view-housing .view-header .newest-house-info h6, .view-agency-home-list .view-header .newest-house-info h6,
	.view-judicial-auction-slideshow .view-header .newest-house-info h6 {
	color: #999;
	display: none;
}

@media ( min-width :777px) {
	.view-housing .view-header .newest-house-info h6, .view-agency-home-list .view-header .newest-house-info h6,
		.view-judicial-auction-slideshow .view-header .newest-house-info h6 {
		display: inline-block;
	}
}

.view-housing .view-header .newest-house-info .blue,
	.view-agency-home-list .view-header .newest-house-info .blue,
	.view-judicial-auction-slideshow .view-header .newest-house-info .blue
	{
	color: #1492ff;
}

.view-housing .view-header .newest-house-info .yellow,
	.view-agency-home-list .view-header .newest-house-info .yellow,
	.view-judicial-auction-slideshow .view-header .newest-house-info .yellow
	{
	color: #f4b91a;
}

.view-housing .view-header .newest-house-info .slash,
	.view-agency-home-list .view-header .newest-house-info .slash,
	.view-judicial-auction-slideshow .view-header .newest-house-info .slash
	{
	font-size: 1.5rem;
	color: #999;
	display: none;
}

@media ( min-width :777px) {
	.view-housing .view-header .newest-house-info .slash,
		.view-agency-home-list .view-header .newest-house-info .slash,
		.view-judicial-auction-slideshow .view-header .newest-house-info .slash
		{
		display: inline-block;
	}
}

.house-information .house-information__title .field-title a {
	text-decoration: none;
}

.house-information .house-information__agencies .exclusive {
	display: none;
}

.house-information .house-information__agencies strong {
	color: #fe5054;
	font-weight: bolder;
}

.house-information .house-information__area .field-house-sqm strong span
	{
	font-size: 16px;
}

.view-housing .house-information.view-mode-teaser .house-information__detail .house-information__detail__list .limit-width
	{
	max-width: 100px;
}

.view-housing {
	position: relative;
}

.view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text
	{
	display: none;
}

@media ( min-width :1111px) {
	.view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text
		{
		display: block;
	}
	.view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text span a
		{
		text-indent: -999rem;
		width: 20px;
		height: 65px;
		border-radius: 3px;
		overflow: hidden;
		position: absolute;
		top: 17rem;
	}
	.view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-previous a
		{
		background:
			url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/right_arrow.png)
			no-repeat center/95%;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		left: -3rem;
	}
	.view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-previous a:hover
		{
		background:
			url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/left_arrow.png)
			no-repeat center/80% #f0f0f0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-next a
		{
		background:
			url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/right_arrow.png)
			no-repeat center/95%;
		right: -3rem;
	}
	.view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-next a:hover
		{
		background:
			url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/left_arrow.png)
			no-repeat center/80% #f0f0f0;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-pause
		{
		display: none;
	}
}

html.lt-ie9 .view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text
	{
	display: block;
}

html.lt-ie9 .view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text span a
	{
	text-indent: -999rem;
	text-decoration: none;
	width: 22px;
	height: 65px;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	top: 17rem;
}

html.lt-ie9 .view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-previous a
	{
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/rightie_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -3rem;
}

html.lt-ie9 .view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-previous a:hover
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/left_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f0f0f0;
}

html.lt-ie9 .view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-next a
	{
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/right_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	right: -3rem;
}

html.lt-ie9 .view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-next a:hover
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/function-list/leftie_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f0f0f0;
}

html.lt-ie9 .view-housing .views-slideshow-controls-bottom .views-slideshow-controls-text .views-slideshow-controls-text-pause
	{
	display: none;
}

.middleman-list {
	border: 1px solid #d9d9d9;
	padding: .7rem 1.5rem;
	overflow: hidden;
	margin-bottom: 1rem;
}

.middleman-list p {
	font-size: 0.875rem;
	margin: 0;
}

.middleman-list a {
	text-decoration: none;
	color: #333;
}

.middleman-list figure {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: .3rem;
}

.middleman-list__number, .middleman-list .number {
	float: right;
	color: #999;
	line-height: 1rem;
	right: 10px;
	z-index: 2;
	position: absolute;
	display: none;
}

@media ( min-width :666px) {
	.middleman-list__number, .middleman-list .number {
		display: block;
	}
}

@media ( min-width :888px) {
	.middleman-list__number, .middleman-list .number {
		display: block;
	}
}

.middleman-list__pic {
	margin: .2rem 0;
	width: 80px;
	float: left;
}

.middleman-list__pic img {
	width: 68px;
	height: 90px;
}

.middleman-list__info {
	float: left;
	margin-top: .5rem;
	width: 70%;
}

@media ( min-width :666px) {
	.middleman-list__info {
		width: 88%;
	}
}

@media ( min-width :888px) {
	.middleman-list__info {
		width: 90%;
	}
}

.middleman-list__info h2 {
	margin: 0;
}

.middleman-list__info .staff-name {
	width: 100%;
	overflow: hidden;
}

.middleman-list__info .staff-name a {
	float: left;
	margin-right: 1rem;
}

.middleman-list__info__record, .middleman-list__info .record {
	float: left;
	margin-top: .5rem;
	margin-left: 1rem;
	padding: 0 .4rem;
	border-radius: 5px;
	background-color: #e54044;
	height: 20px;
}

.middleman-list__info__record .icons--ident, .middleman-list__info .record .icons--ident
	{
	vertical-align: text-top;
	margin-right: .2rem;
	margin-top: .1rem;
}

.middleman-list__info__record span, .middleman-list__info .record span {
	font-size: 0.75rem;
	color: #fff;
	vertical-align: text-top;
	line-height: 1rem;
}

.middleman-list__info .info-item {
	float: left;
}

.middleman-list__info__item-1 .job, .middleman-list__info .item-1 .job {
	font-size: 0.75rem;
	width: 50px;
	background-color: #4ba3ff;
	color: #fff;
	border-radius: 5px;
	line-height: .8rem;
	padding: .1rem 0 .1rem .8rem;
	margin: .3rem .2rem .5rem .5rem;
	display: none;
}

@media ( min-width :666px) {
	.middleman-list__info__item-1 .job, .middleman-list__info .item-1 .job {
		display: block;
	}
}

.middleman-list__info__item-1 .tel, .middleman-list__info .item-1 .tel {
	float: left;
}

.middleman-list__info__item-1 .tel .icons, .middleman-list__info .item-1 .tel .icons
	{
	vertical-align: top;
}

.middleman-list__info__item-1 .tel .tel_num, .middleman-list__info .item-1 .tel .tel_num
	{
	font-size: 0.875rem;
	vertical-align: top;
}

.middleman-list__info__item-2 .stars, .middleman-list__info .item-2 .stars
	{
	width: 7rem;
	margin: 0 auto;
	padding: 0;
}

.middleman-list__info__item-2 li, .middleman-list__info .item-2 li {
	display: inline-block;
	width: 17px;
}

.middleman-list__info__item-2 .score, .middleman-list__info .item-2 .score
	{
	text-align: center;
}

.middleman-list__info__sign, .middleman-list__info .item-3,
	.middleman-list__info .item-4 {
	margin-bottom: 2rem;
	text-align: right;
}

.middleman-list__info__sign b, .middleman-list__info .item-3 b,
	.middleman-list__info .item-4 b {
	font-size: 1rem;
}

.middleman-list__info__sign span, .middleman-list__info .item-3 span,
	.middleman-list__info .item-4 span {
	font-size: 1.5rem;
	color: #e54044;
}

.middleman-list__info__item1-layout, .middleman-list__info .item-1 {
	width: 100%;
}

@media ( min-width :666px) {
	.middleman-list__info__item1-layout, .middleman-list__info .item-1 {
		width: 50%;
	}
}

@media ( min-width :888px) {
	.middleman-list__info__item1-layout, .middleman-list__info .item-1 {
		width: 35%;
	}
}

.middleman-list__info__item2-layout, .middleman-list__info .item-2 {
	width: 15%;
	display: none;
}

@media ( min-width :888px) {
	.middleman-list__info__item2-layout, .middleman-list__info .item-2 {
		display: block;
	}
}

.middleman-list__info__item3-layout, .middleman-list__info .item-3,
	.middleman-list__info .item-4 {
	width: 25%;
	display: none;
}

@media ( min-width :666px) {
	.middleman-list__info__item3-layout, .middleman-list__info .item-3,
		.middleman-list__info .item-4 {
		display: block;
	}
}

.middleman-list:hover {
	border: 1px solid #e1f1ff;
	background-color: #e1f1ff;
	cursor: pointer;
}

.middleman-list:hover .number {
	color: #418ec5;
}

.agency-list {
	padding: 1rem 1.7rem;
	margin-bottom: 1rem;
	position: relative;
	border: 1px solid #d9d9d9;
}

.agency-list figure {
	margin: 0;
}

.agency-list p {
	font-size: 0.875rem;
	margin: 0;
}

.agency-list a {
	text-decoration: none;
	color: #333;
}

.agency-list__agency-type {
	width: 7rem;
	height: 2.5rem;
	padding-top: 1.1rem;
	text-align: center;
	right: -44px;
	top: -.9rem;
	position: absolute;
	background-color: #4ba3ff;
	color: white;
	-webkit-transform: rotate(38deg);
	-ms-transform: rotate(38deg);
	transform: rotate(38deg);
}

.agency-list__agency-type p {
	font-size: 0.75rem;
	font-weight: bold;
}

.agency-list__info {
	width: 100%;
	margin-top: 0;
}

.agency-list__info .info-item {
	float: left;
}

.agency-list__info .item-1 .agency-name {
	font-size: 1.3rem;
	font-weight: bold;
}

.agency-list__info .item-1 .address {
	float: none;
}

.agency-list__info .item-1 .tel {
	float: left;
}

.agency-list__info .item-1 .tel .icons {
	vertical-align: top;
}

.agency-list__info .item-1 .tel .tel_num {
	font-size: 0.875rem;
	vertical-align: top;
}

.agency-list__info__item-2, .agency-list__info .item-2 {
	margin-top: 1rem;
}

.agency-list__info__item-2 .stars, .agency-list__info .item-2 .stars {
	width: 7rem;
	margin: 0 auto;
	padding: 0;
}

.agency-list__info__item-2 li, .agency-list__info .item-2 li {
	display: inline-block;
	width: 17px;
}

.agency-list__info__item-2 .score, .agency-list__info .item-2 .score {
	text-align: center;
}

.agency-list__info__sign, .agency-list__info .item-3, .agency-list__info .item-4
	{
	margin-bottom: 2rem;
	text-align: center;
	margin-top: 1rem;
}

.agency-list__info__sign b, .agency-list__info .item-3 b,
	.agency-list__info .item-4 b {
	font-size: 1rem;
}

.agency-list__info__sign span, .agency-list__info .item-3 span,
	.agency-list__info .item-4 span {
	font-size: 1.5rem;
	color: #e54044;
}

.agency-list__info__item1-layout, .agency-list__info .item-1 {
	width: 100%;
}

@media ( min-width :666px) {
	.agency-list__info__item1-layout, .agency-list__info .item-1 {
		width: 50%;
	}
}

@media ( min-width :888px) {
	.agency-list__info__item1-layout, .agency-list__info .item-1 {
		width: 35%;
	}
}

.agency-list__info__item2-layout, .agency-list__info .item-2 {
	width: 15%;
	display: none;
}

@media ( min-width :888px) {
	.agency-list__info__item2-layout, .agency-list__info .item-2 {
		display: block;
	}
}

.agency-list__info__item3-layout, .agency-list__info .item-3,
	.agency-list__info .item-4 {
	width: 25%;
	display: none;
}

@media ( min-width :666px) {
	.agency-list__info__item3-layout, .agency-list__info .item-3,
		.agency-list__info .item-4 {
		display: block;
	}
}

html.lt-ie9 .highlight-wrapper {
	border-bottom: 0;
}

html.lt-ie9 .node-real-estate-company .group-fourth .field-rec-nature {
	visibility: hidden;
}

html.lt-ie9 .node-real-estate-company .group-fourth .field-rec-type {
	display: none;
}

.agency-public-list, .view-enterprise-publicity-board .jcarousel-item {
	border: 1px solid #dcdbdb;
}

.agency-public-list__title {
	font-size: 1rem;
	padding: .5rem 0 .2rem 1rem;
	background: #4ba3ff;
	color: #fff;
}

.agency-public-list__title__text, .agency-public-list__title,
	.agency-public-list p, .view-enterprise-publicity-board .jcarousel-item p
	{
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
}

.agency-public-list__content {
	font-size: 0.875rem;
	padding: 1rem 0 1rem 1rem;
}

.agency-public-list__content__label, .agency-public-list__content .label
	{
	color: #b6b6b6;
}

.agency-public-list__content__body, .agency-public-list__content .content
	{
	color: #b6b6b6;
}

.agency-public-list i, .view-enterprise-publicity-board .jcarousel-item i
	{
	vertical-align: top;
}

.agency-public-list:hover, .agency-public-list--hover {
	border: 1px solid #4ba3ff;
}

.agency-public-list-container__header {
	padding: 25px 0 25px 56px;
	box-shadow: 5px 5px 3px #e3e3e3;
	border-top: 1px solid #dddcdc;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/agency-list/agency-recode.png)
		#fbfaf8 no-repeat 10% 50%;
}

.agency-public-list-container__header__title {
	display: inline-block;
	font-size: 1.5rem;
	color: #666;
	line-height: 35px;
	opacity: .45;
	filter: alpha(opacity = 45);
	letter-spacing: 8px;
}

.agency-public-list-container__header__choose {
	display: inline-block;
	padding-left: 50px;
}

.agency-public-list-container__header__choose ul {
	margin: 0;
	padding: 0;
}

.agency-public-list-container__header__choose ul li {
	list-style: none;
	display: inline-block;
	padding: .1rem .75rem;
	margin: .1rem .4rem;
	border-radius: 3px;
	font-size: 18px;
	cursor: pointer;
	transition: all .2s;
}

.agency-public-list-container__header__choose li:hover {
	background: #4ba3ff;
	color: #fff;
}

.agency-public-list-container__content {
	margin: 20px 50px;
	padding: 17px 20px;
	background: #f4f4f4;
	box-shadow: 5px 5px 3px #e3e3e3;
	border: 1px solid #dddcdc;
}

.agency-public-list-container__wapper .prev {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/agency-list/agency-arrow-left.png)
		no-repeat center/95%;
	text-indent: -999rem;
	width: 20px;
	height: 65px;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	top: 35%;
	left: 1rem;
	transition: all .2s;
}

.agency-public-list-container__wapper .prev:hover {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/agency-list/agency-arrow-lefton.png)
		no-repeat center/95%;
}

.agency-public-list-container__wapper .next {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/agency-list/agency-arrow-right.png)
		no-repeat center/95%;
	text-indent: -999rem;
	width: 20px;
	height: 65px;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	top: 35%;
	right: 1rem;
	transition: all .2s;
}

.agency-public-list-container__wapper .next:hover {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/agency-list/agency-arrow-righton.png)
		no-repeat center/95%;
}

.agency-public-list-container__footer {
	position: relative;
	margin: 20px 50px;
	padding: 20px 30px;
	box-shadow: 5px 5px 3px #e3e3e3;
	border: 1px solid #dddcdc;
}

.agency-public-list-container__search {
	position: relative;
	float: left;
	height: 40px;
	width: 440px;
	border-radius: 3px;
	border: 1px solid #dcdbdb;
}

.agency-public-list-container__search-input {
	height: 38px;
	width: 440px;
	-webkit-appearance: none;
	border: none;
	background: transparent;
	padding-left: 20px;
}

.agency-public-list-container__search-btn {
	position: absolute;
	right: -1px;
	top: 0;
	background: #4ba3ff;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.agency-public-list-container__search-btn input {
	height: 37px;
	width: 50px;
	background-color: #4ba3ff !important;
}

.agency-public-list-container__nums {
	position: relative;
	top: 10px;
	float: right;
	font-size: 1.25rem;
}

.agency-public-list-container__nums p {
	margin: 0;
}

.agency-public-list-container__nums span {
	color: #f54336;
}

.agency-public-list-container__tips {
	padding: 20px 0 10px;
	color: #ec534f;
	clear: both;
	font-size: 1rem;
}

.agency-public-list-container__tips i {
	vertical-align: top;
}

.view-enterprise-publicity-board {
	
}

.view-enterprise-publicity-board .jcarousel-container-horizontal {
	width: 100%;
}

.view-enterprise-publicity-board .jcarousel-clip-horizontal {
	width: 100%;
	overflow: hidden;
}

.view-enterprise-publicity-board .jcarousel-item {
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #CCC;
	list-style: none;
	background: #fff none;
}

.view-enterprise-publicity-board .jcarousel-next,
	.view-enterprise-publicity-board .jcarousel-prev {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #333;
}

.switch-button, .tab__header {
	width: 100%;
	border-bottom: 1px solid #dddcdc;
	margin-bottom: 2rem;
}

.switch-button__tab-title, .switch-button p, .tab__header .tab__title,
	.tab__header p {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: .7rem;
	display: inline-block;
	margin-right: 1.5rem;
	text-align: center;
	width: 7rem;
}

.switch-button__tab-title:hover, .switch-button__tab-title.active,
	.switch-button p:hover, .switch-button p.active, .tab__header .tab__title:hover,
	.tab__header .active.tab__title, .tab__header p:hover, .tab__header p.active
	{
	color: #1492ff;
	border-bottom: 2px solid #1492ff;
}

.tab__header ul {
	margin-bottom: 0;
	padding-left: 0;
}

.tab__header ul li {
	display: inline-block;
	list-style: none;
}

.tab__header ul li:hover a, .tab__header ul li.active a {
	color: #1492ff;
}

.tab__header ul li a {
	text-decoration: none;
	color: #333;
}

.page-home .ranking-header .tab__header, .page-agency-ranking .ranking-header .tab__header,
	.page-agency-integrity-ranking .tab__header {
	border-bottom: 0 none;
	margin-bottom: 0;
}

.page-home .ranking-header .tab__header ul, .page-agency-ranking .ranking-header .tab__header ul,
	.page-agency-integrity-ranking .tab__header ul {
	margin-top: 0;
	margin-bottom: 0;
}

.page-home .ranking-header .tab__header .tab__title,
	.page-agency-ranking .ranking-header .tab__header .tab__title,
	.page-agency-integrity-ranking .tab__header .tab__title {
	padding-bottom: 0;
	margin-bottom: 0;
}

.view-mode-switch {
	border: 1px solid #ccc;
	border-radius: 26px;
	background-color: #f5f6f8;
	padding: .2rem 1rem;
	width: 11rem;
	float: left;
	margin-top: 0.5rem;
	display: none;
}

@media ( min-width :888px) {
	.view-mode-switch {
		display: block;
	}
}

.view-mode-switch span {
	font-size: 0.875rem;
	color: #999;
}

.view-mode-switch__tabs {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: text-top;
	height: 20px;
}

.view-mode-switch__tab {
	list-style: none;
	display: inline-block;
	padding-left: .5rem;
}

.view-mode-switch__tab a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/switch-button/tab-bg.png);
}

.view-mode-switch__tab-list {
	background-position: -50px -50px;
}

.view-mode-switch__tab-list.select {
	background-position: -10px -50px;
}

.view-mode-switch__tab-grid {
	background-position: -50px -10px;
}

.view-mode-switch__tab-grid.select {
	background-position: -10px -10px;
}

.sorts, .view-judicial-auction-search .view-header, .view-housing-search .view-header,
	.view-real-estate-practitioner .view-header, .view-real-estate-company .view-header
	{
	border: 1px solid #eeeeee;
}

.sorts .sorts__item a, .sorts__item .sorts a, .sorts .view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts li .sorts a,
	.sorts
  .view-housing-search .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-housing-search .view-header .block-search-api-sorts .search-api-sorts li .sorts a,
	.sorts
  .view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts li .sorts a,
	.sorts
  .view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts li .sorts a,
	.sorts .sorts__result, .sorts .view-judicial-auction-search .view-header .results,
	.view-judicial-auction-search .view-header .sorts .results, .sorts
  .view-housing-search .view-header .results, .view-housing-search .view-header .sorts .results,
	.sorts
  .view-real-estate-practitioner .view-header .results,
	.view-real-estate-practitioner .view-header .sorts .results, .sorts
  .view-real-estate-company .view-header .results,
	.view-real-estate-company .view-header .sorts .results,
	.view-judicial-auction-search .view-header .sorts__item a, .sorts__item .view-judicial-auction-search .view-header a,
	.view-housing-search .view-header .sorts__item a, .sorts__item
  .view-housing-search .view-header a, .view-real-estate-practitioner .view-header .sorts__item a,
	.sorts__item
  .view-real-estate-practitioner .view-header a,
	.view-real-estate-company .view-header .sorts__item a, .sorts__item
  .view-real-estate-company .view-header a,
	.view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-housing-search .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-judicial-auction-search .view-header .sorts__result,
	.view-housing-search .view-header .sorts__result,
	.view-real-estate-practitioner .view-header .sorts__result,
	.view-real-estate-company .view-header .sorts__result,
	.view-judicial-auction-search .view-header .results,
	.view-housing-search .view-header .results,
	.view-real-estate-practitioner .view-header .results,
	.view-real-estate-company .view-header .results {
	padding: 0.75rem 1.5rem;
}

.sorts__title {
	display: none;
}

.sorts__list, .view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts,
	.view-housing-search .view-header .block-search-api-sorts .search-api-sorts,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts,
	.view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts
	{
	margin: 0;
	padding: 0;
}

.sorts__item, .view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts li,
	.view-housing-search .view-header .block-search-api-sorts .search-api-sorts li,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts li,
	.view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts li
	{
	float: left;
	list-style: none;
}

.sorts__item a, .view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-housing-search .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts li a,
	.view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts li a
	{
	color: #333333;
	text-decoration: none;
	display: inline-block;
}

.sorts__item__active, .sorts__item .selected,
	.view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts li a.active-sort,
	.view-housing-search .view-header .block-search-api-sorts .search-api-sorts li a.active-sort,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts li a.active-sort,
	.view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts li a.active-sort,
	.view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts li .selected,
	.view-housing-search .view-header .block-search-api-sorts .search-api-sorts li .selected,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts li .selected,
	.view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts li .selected
	{
	transition: color .2s;
	border-bottom: 2px solid #1492ff;
	color: #1492ff;
	margin-bottom: -2px;
}

.sorts__item:hover a, .view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts li:hover a,
	.view-housing-search .view-header .block-search-api-sorts .search-api-sorts li:hover a,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts li:hover a,
	.view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts li:hover a
	{
	border-bottom: 2px solid #1492ff;
	color: #1492ff;
	margin-bottom: -2px;
}

.sorts__item-direction.asc {
	-webkit-transform: translateY(2px) rotate(180deg);
	-ms-transform: translateY(2px) rotate(180deg);
	transform: translateY(2px) rotate(180deg);
}

.sorts__result, .view-judicial-auction-search .view-header .results,
	.view-housing-search .view-header .results,
	.view-real-estate-practitioner .view-header .results,
	.view-real-estate-company .view-header .results {
	float: right;
}

.sorts__result strong, .view-judicial-auction-search .view-header .results strong,
	.view-housing-search .view-header .results strong,
	.view-real-estate-practitioner .view-header .results strong,
	.view-real-estate-company .view-header .results strong {
	margin-left: 2px;
	color: #fe5054;
	letter-spacing: 2px;
}

.view-judicial-auction-search .view-header, .view-housing-search .view-header
	{
	margin-top: 1.5rem;
}

.view-judicial-auction-search .view-header, .view-housing-search .view-header,
	.view-real-estate-practitioner .view-header, .view-real-estate-company .view-header
	{
	margin-bottom: 1.5rem;
}

.view-judicial-auction-search .view-header .results,
	.view-housing-search .view-header .results,
	.view-real-estate-practitioner .view-header .results,
	.view-real-estate-company .view-header .results {
	float: left;
}

@media ( min-width :777px) {
	.view-judicial-auction-search .view-header .results,
		.view-housing-search .view-header .results,
		.view-real-estate-practitioner .view-header .results,
		.view-real-estate-company .view-header .results {
		float: right;
	}
}

.view-judicial-auction-search .view-header .block-search-api-sorts,
	.view-housing-search .view-header .block-search-api-sorts,
	.view-real-estate-practitioner .view-header .block-search-api-sorts,
	.view-real-estate-company .view-header .block-search-api-sorts {
	display: none;
}

@media ( min-width :777px) {
	.view-judicial-auction-search .view-header .block-search-api-sorts,
		.view-housing-search .view-header .block-search-api-sorts,
		.view-real-estate-practitioner .view-header .block-search-api-sorts,
		.view-real-estate-company .view-header .block-search-api-sorts {
		display: block;
	}
}

.view-judicial-auction-search .view-header .block-search-api-sorts .block__title,
	.view-housing-search .view-header .block-search-api-sorts .block__title,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .block__title,
	.view-real-estate-company .view-header .block-search-api-sorts .block__title
	{
	display: none;
}

.view-judicial-auction-search .view-header .block-search-api-sorts .search-api-sorts li .icons,
	.view-housing-search .view-header .block-search-api-sorts .search-api-sorts li .icons,
	.view-real-estate-practitioner .view-header .block-search-api-sorts .search-api-sorts li .icons,
	.view-real-estate-company .view-header .block-search-api-sorts .search-api-sorts li .icons
	{
	vertical-align: middle;
	margin-left: 3px;
	margin-top: -4px;
}

.page-honesty .sorts {
	margin: 1.5rem 0;
}

.page-honesty .sorts .sorts__item.selected, .page-honesty .sorts .sorts__item:hover
	{
	border-bottom: 2px solid #1492ff;
	cursor: pointer;
}

.page-honesty .sorts .sorts__item.selected a, .page-honesty .sorts .sorts__item:hover a
	{
	color: #1492ff;
}

.complaints {
	padding: 1.5rem 3rem;
	background-color: #f6f6f6;
	border-radius: 50px;
	font-weight: normal;
	font-style: normal;
}

.complaints__header {
	overflow: hidden;
}

.complaints__header h4 {
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
	color: #1492ff;
	float: left;
}

.complaints__header .icons {
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

.complaints__table {
	border: 0 none;
	margin: 0;
}

.complaints__table td {
	text-align: left;
	padding: 5px 0;
}

.complaints__table td, .complaints__table tr {
	border: 0 none;
}

.complaints__table__title {
	font-weight: bold;
	color: #999999;
}

.complaints__table__title span {
	font-size: 0.75rem;
	display: inline-block;
	background-color: #1492ff;
	padding: 0 5px;
	border-radius: 3px;
	color: #fff;
	margin-left: 4px;
}

.complaints__table__phone {
	color: #333333;
}

.share-links {
	overflow: hidden;
	float: right;
	margin-top: .8rem;
	display: none;
}

@media ( min-width :888px) {
	.share-links {
		display: block;
	}
}

.share-links label {
	margin-top: 6px;
	float: left;
	margin-right: 10px;
}

.share-links ul {
	float: left;
	margin: 0;
	padding: 0;
}

.share-links .share-item {
	float: left;
	list-style: none;
	margin: 0 5px;
}

.share-links .icons {
	vertical-align: middle;
}

.share-links .report {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}

.share-links .report a {
	font-size: 0.875rem;
	color: #999999;
}

#share .bdsharebuttonbox a {
	width: 32px;
	height: 32px;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/spritesheet.png);
	margin: 0;
	padding: 0;
	float: none;
}

.credit ul, .credit li, .credit i, .list-box__fivestar .fivestar-static-item .form-type-item ul,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item ul,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item ul,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item ul,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item ul,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item ul,
	.list-box__fivestar .fivestar-static-item .form-type-item li,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item li,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item li,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item li,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item li,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item li,
	.list-box__fivestar .fivestar-static-item .form-type-item i,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item i,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item i,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item i,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item i,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item i
	{
	margin: 0;
	padding: 0;
}

.credit__fivestar, .list-box__fivestar .fivestar-static-item .form-type-item .fivestar-basic,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic
	{
	list-style: none;
}

.credit__fivestar li, .list-box__fivestar .fivestar-static-item .form-type-item .fivestar-basic li,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic li,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic li,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic li,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic li,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic li
	{
	float: left;
	margin-right: .3rem;
}

.credit__fivestar .evaluate, .list-box__fivestar .fivestar-static-item .form-type-item .fivestar-basic .evaluate,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate
	{
	font-size: 14px;
}

.credit__fivestar .evaluate i, .credit__fivestar .evaluate span,
	.list-box__fivestar .fivestar-static-item .form-type-item .fivestar-basic .evaluate i,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate i,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate i,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate i,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate i,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate i,
	.list-box__fivestar .fivestar-static-item .form-type-item .fivestar-basic .evaluate span,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate span,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate span,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate span,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate span,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate span
	{
	vertical-align: middle;
	display: inline-block;
}

.credit__fivestar .evaluate-number, .list-box__fivestar .fivestar-static-item .form-type-item .fivestar-basic .evaluate-number,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate-number,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate-number,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate-number,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate-number,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .fivestar-basic .evaluate-number
	{
	text-align: center;
	font-size: 14px;
}

.credit__score, .list-box__fivestar .fivestar-static-item .form-type-item .description .empty,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .description .empty,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .description .empty,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item .description .empty,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .description .empty,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .description .empty
	{
	font-size: 0.75rem;
	color: #999;
	text-align: center;
}

.use-nav {
	border: 1px solid #ebeaea;
	background-color: #f7f7f7;
}

.use-nav__list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.use-nav__item {
	float: left;
}

.use-nav__item:active, .use-nav__item:hover {
	border-bottom: 2px solid #1492ff;
}

.use-nav__item.selected {
	border-bottom: 2px solid #1492ff;
}

.use-nav__item.selected a {
	color: #1492ff;
}

.use-nav__link {
	padding: 1rem 1.5rem;
	display: inline-block;
	text-decoration: none;
}

.use-nav__link:link {
	color: #999;
}

.use-nav__link:active, .use-nav__link:hover {
	color: #1492ff;
}

.block-current-search h3 {
	display: none;
}

.block-current-search .current-search-item-results {
	background-color: #eee;
	padding: .5rem 1rem;
	color: #999;
	margin-bottom: 1rem;
}

.block-current-search .current-search-item-results span {
	color: #1492ff;
}

.pane-current-search-housing .current-search-item-active-items {
	overflow: hidden;
}

.pane-current-search-housing .current-search-item-active-items ul {
	width: auto;
}

.pane-current-search-housing .current-search-item-active-items ul .selected
	{
	font-size: 0.75rem;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #f4b91a;
	color: #333333;
	padding-left: 1.5rem;
}

.pane-current-search-housing .current-search-item-active-items ul .selected .icons--facetapi-remove
	{
	background-color: #f4b91a;
	top: 4px;
	left: 3px;
}

.pane-current-search-housing .current-search-item-active-items ul .selected:hover
	{
	border-color: #f9d77b;
}

.pane-current-search-housing .current-search-item-active-items ul .selected:hover .icons--facetapi-remove
	{
	background-color: #f9d77b;
}

.total-statistics {
	overflow: hidden;
	text-align: center;
	border-left: 2px solid #1492ff;
	background-color: #f3f9ff;
	margin-top: 3rem;
	margin-left: 15px;
	margin-right: 15px;
}

.total-statistics__item {
	float: left;
	width: 25%;
}

.total-statistics__item i, .total-statistics__item p {
	display: inline-block;
	vertical-align: middle;
}

.total-statistics__item p {
	color: #666;
	font-size: 1.25rem;
	margin-left: .5rem;
}

.total-statistics__item span {
	color: #1492ff;
	letter-spacing: 2px;
}

.pane-current-search-housing {
	background-color: #f6f6f6;
}

.pane-current-search-housing .pane-title {
	width: 120px !important;
	text-align: right;
	color: #cccccc;
}

.pane-current-search-housing .pane-title, .pane-current-search-housing .current-search-item
	{
	display: inline-block;
	vertical-align: middle;
}

.pane-current-search-housing .current-search-item-clear-all {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/clear.gif)
		no-repeat left center;
}

.pane-current-search-housing .current-search-item-clear-all .clear-button
	{
	font-size: 0.875rem;
	color: #999999;
	margin-left: 20px;
}

.page-node.node-type-page {
	background: #f1f1f1;
}

.page-node.node-type-page .header-wrapper {
	background: #fff;
}

.page-node.node-type-page #block-menu-menu-page {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.page-node.node-type-page #block-menu-menu-page h3.block__title {
	display: none;
}

.page-node.node-type-page #block-menu-menu-page ul {
	border-top: 4px solid #1492ff;
	padding: .5rem 0 0;
	background: #fff;
}

.page-node.node-type-page #block-menu-menu-page ul li {
	margin: 0;
	border-bottom: 1px solid #f5f5f5;
	font-size: 1rem;
}

.page-node.node-type-page #block-menu-menu-page ul li a, .page-node.node-type-page #block-menu-menu-page ul li a:visited
	{
	display: block;
	padding: .8rem 1rem;
	color: #999999;
	text-decoration: none;
}

.page-node.node-type-page #block-menu-menu-page ul li a:hover,
	.page-node.node-type-page #block-menu-menu-page ul li a:active {
	background-color: #fff;
	color: #1492ff;
	border-right: 4px solid #1492ff;
}

.page-node.node-type-page .node-page.view-mode-full {
	min-height: 450px;
	background: #fff;
	padding: 2rem 3rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	color: #666;
}

.page-node.node-type-page .node-page.view-mode-full .field-item.even p {
	line-height: 35px;
	text-indent: 2em;
}

.page-node.node-type-page .node-page.view-mode-full .field-item.even .title
	{
	font-size: 1.25rem;
	height: 75px;
	text-indent: 0;
	border-bottom: 1px solid #f5f5f5;
}

.view-agency-rank-list.view-display-id-panel_pane_4,
	.view-agency-rank-list.view-display-id-panel_pane_7,
	.view-store-rank-list.view-display-id-panel_pane_4,
	.view-store-rank-list.view-display-id-panel_pane_7,
	.view-store-rank-list-2.view-display-id-panel_pane_2,
	.view-store-rank-list-2.view-display-id-panel_pane_3,
	.view-practitioner-rank-list.view-display-id-panel_pane_4,
	.view-practitioner-rank-list.view-display-id-panel_pane_7,
	.pane-store-rank-list-2-panel-pane-2,
	.pane-store-rank-list-2-panel-pane-3, .view-id-_paihb.view-display-id-panel_pane_4,
	.view-id-_paihb.view-display-id-panel_pane_5 {
	display: none;
}

.pane-agency-rank-list-panel-pane-3 .pane__title a,
	.pane-store-rank-list-2-panel-pane-1 .pane__title a,
	.pane-practitioner-rank-list-panel-pane-3 .pane__title a,
	.pane-paihb-panel-pane-3 .pane__title a {
	color: white;
	text-decoration: none;
	font-size: 1rem;
	position: relative;
	padding: 0 10px;
}

.pane-agency-rank-list-panel-pane-3 .pane__title .chose,
	.pane-store-rank-list-2-panel-pane-1 .pane__title .chose,
	.pane-practitioner-rank-list-panel-pane-3 .pane__title .chose,
	.pane-paihb-panel-pane-3 .pane__title .chose {
	font-size: 1.5rem !important;
}

.pane-agency-rank-list-panel-pane-3 .pane__title .chose::after,
	.pane-store-rank-list-2-panel-pane-1 .pane__title .chose::after,
	.pane-practitioner-rank-list-panel-pane-3 .pane__title .chose::after,
	.pane-paihb-panel-pane-3 .pane__title .chose::after {
	content: '';
	text-align: center;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent white transparent;
	position: absolute;
	left: 26px;
	top: 30px;
}

.pane-agency-rank-list-panel-pane-1, .pane-agency-rank-list-panel-pane-2,
	.pane-agency-rank-list-panel-pane-3, .pane-store-rank-list-panel-pane-1,
	.pane-store-rank-list-panel-pane-2,
	.pane-store-rank-list-2-panel-pane-1,
	.pane-practitioner-rank-list-panel-pane-1,
	.pane-practitioner-rank-list-panel-pane-2,
	.pane-practitioner-rank-list-panel-pane-3, .pane-paihb-panel-pane-1,
	.pane-paihb-panel-pane-2, .pane-paihb-panel-pane-3 {
	position: relative;
}

.pane-agency-rank-list-panel-pane-1 .more-link,
	.pane-agency-rank-list-panel-pane-2 .more-link,
	.pane-agency-rank-list-panel-pane-3 .more-link,
	.pane-store-rank-list-panel-pane-1 .more-link,
	.pane-store-rank-list-panel-pane-2 .more-link,
	.pane-store-rank-list-2-panel-pane-1 .more-link,
	.pane-practitioner-rank-list-panel-pane-1 .more-link,
	.pane-practitioner-rank-list-panel-pane-2 .more-link,
	.pane-practitioner-rank-list-panel-pane-3 .more-link,
	.pane-paihb-panel-pane-1 .more-link, .pane-paihb-panel-pane-2 .more-link,
	.pane-paihb-panel-pane-3 .more-link {
	position: absolute;
	top: 15px;
	right: 15px;
	border: 1px solid white;
	padding: 2px 5px;
	margin-top: 10px;
	border-radius: 5px;
}

.pane-agency-rank-list-panel-pane-1 .more-link a,
	.pane-agency-rank-list-panel-pane-2 .more-link a,
	.pane-agency-rank-list-panel-pane-3 .more-link a,
	.pane-store-rank-list-panel-pane-1 .more-link a,
	.pane-store-rank-list-panel-pane-2 .more-link a,
	.pane-store-rank-list-2-panel-pane-1 .more-link a,
	.pane-practitioner-rank-list-panel-pane-1 .more-link a,
	.pane-practitioner-rank-list-panel-pane-2 .more-link a,
	.pane-practitioner-rank-list-panel-pane-3 .more-link a,
	.pane-paihb-panel-pane-1 .more-link a, .pane-paihb-panel-pane-2 .more-link a,
	.pane-paihb-panel-pane-3 .more-link a {
	text-decoration: none;
	font-size: 14px;
	color: white;
}

.house-vinfo {
	font-size: 0.875rem;
	box-shadow: 1px 1px 2px 1px #e3e3e3;
}

.house-vinfo i, .house-vinfo em {
	font-style: normal;
}

.house-vinfo__title {
	padding: 1rem 2rem;
	border-bottom: 1px dashed #cccccc;
}

.house-vinfo__title .watermark2 {
	display: none;
	margin-left: 15%;
	margin-top: 3%;
}

.house-vinfo__verfiy-code {
	position: relative;
}

.house-vinfo__verfiy-code figure {
	float: left;
	margin: 0 .5rem 0 0;
}

.house-vinfo__verfiy-code span {
	display: inline-block;
	color: #009729;
	margin: 0;
}

.house-vinfo__qrall {
	display: none;
}

.house-vinfo__qrs {
	position: relative;
	display: inline-block;
}

.house-vinfo__location span {
	display: inline-block;
}

.house-vinfo__name {
	font-size: 2rem;
	font-weight: bold;
	margin: 1.5rem 0;
	line-height: 2rem;
}

.house-vinfo__subtitle {
	color: #cccccc;
	margin: .5rem 0;
}

.house-vinfo__mortgagestatus {
	margin: .5rem 0;
	color: #666666;
}

.house-vinfo__mortgagestatus span {
	display: inline;
}

.house-vinfo__mortgagestatus i {
	font-size: 0.75rem;
	background: #f4b91a;
	color: white;
	padding: 5px 1rem 3px;
	border-radius: .5rem;
	margin-right: .5rem;
}

.house-vinfo__mortgagestatus i.normal {
	background-color: #009729;
}

.house-vinfo__listing-by i {
	color: red;
	padding: 0 1rem;
}

.house-vinfo__listing-by h2 {
	margin-bottom: 2.2rem;
}

.house-vinfo__listing-by .house-vinfo__help {
	margin-top: 1.2rem;
}

.house-vinfo__ave {
	margin: .5rem 0;
	color: #666666;
	font-size: 1rem;
}

.house-vinfo__price-info {
	padding: 1.5rem 2rem;
	border-bottom: 1px dashed #cccccc;
}

.house-vinfo__price-info .watermark2 {
	display: none;
	margin-left: 30%;
	margin-top: 3%;
}

.house-vinfo__price-info .house-vinfo__help {
	margin-top: 3rem;
}

.house-vinfo__ave-price {
	font-size: 1rem;
	color: #666666;
	margin: .5rem 0 .3rem;
}

.house-vinfo__price {
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.8rem;
	color: red;
	font-weight: bold;
	margin: 2rem 0;
}

.house-vinfo__price i {
	font-size: 1.25rem;
}

.house-vinfo__size i {
	font-size: 1.25rem;
	font-weight: bold;
}

.house-vinfo__size-meters {
	font-size: 12px;
	margin: 0 0 .5rem;
	color: #666;
}

.house-vinfo__size-meters i {
	color: #333;
}

.house-vinfo__size-meters span {
	font-size: 12px;
	font-weight: normal;
}

.house-vinfo__reference {
	font-size: 0.875rem;
	margin-bottom: .3rem;
	color: #cccccc;
}

.house-vinfo__reference .down-payment {
	display: inline-block;
}

.house-vinfo__base-title {
	float: left;
}

.house-vinfo__base-title p {
	font-size: 1.5rem;
	padding-top: 4rem;
}

.house-vinfo__help {
	font-size: 0.75rem;
	color: #999;
	position: relative;
}

.house-vinfo__help a, .house-vinfo__help a:link, .house-vinfo__help a:visited,
	.house-vinfo__help a:focus {
	text-decoration: none;
	outline: 0;
	color: -webkit-link;
	cursor: auto;
	color: grey;
}

.house-vinfo__help a:hover {
	text-decoration: none;
	outline: 0;
	color: -webkit-link;
	cursor: pointer;
	color: grey;
	text-decoration: underline;
}

.house-vinfo__help__notice {
	display: none;
	position: absolute;
	right: 0;
	bottom: 35px;
	width: 300px;
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	z-index: 5;
	box-shadow: 3px 3px 3px #eee;
}

.house-vinfo__help__notice:before {
	content: '';
	position: absolute;
	right: 80px;
	bottom: -21px;
	width: 0;
	height: 0;
	border-top: 10px solid #dbdbdb;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: -5px;
}

.house-vinfo__help__notice:after {
	content: '';
	position: absolute;
	right: 80px;
	bottom: -19px;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: -5px;
}

.house-vinfo__help figure {
	float: left;
	margin: 0.3rem .5rem;
}

.house-vinfo__help p {
	display: inline-block;
	margin: 0;
}

.house-vinfo__baseinfo {
	width: 100%;
	position: relative;
}

.house-vinfo__baseinfo span {
	font-weight: bold;
	margin: .5rem 0;
}

.house-vinfo__baseinfo span i {
	font-weight: normal;
}

.house-vinfo__local {
	padding: 1.5rem 2rem;
	border-bottom: 1px dashed #ccc;
}

.house-vinfo__local a, .house-vinfo__local a:link {
	color: #666;
	text-decoration: none;
}

.house-vinfo__local i {
	color: #666;
}

.house-vinfo__local div {
	margin-bottom: 8px;
}

.house-vinfo__local p {
	display: inline-block;
}

.house-vinfo__local figure {
	margin: -6px 0;
}

.house-vinfo .house-vinfo__help {
	display: none;
}

.house-vinfo__deal {
	padding: 1.5rem 2rem;
}

.house-vinfo__deal .house-vinfo__help {
	margin-top: -3.8rem;
}

.house-vinfo__deal__title {
	font-size: 1.5rem;
	color: #666666;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

@media ( min-width :666px) {
	.house-vinfo__deal__title {
		margin-left: 3.2rem;
	}
}

.house-vinfo__deal__detail {
	width: 100%;
	margin-top: -6px;
	color: black;
}

@media ( min-width :666px) {
	.house-vinfo__deal__detail {
		margin-left: 3.3rem;
	}
}

.house-vinfo__deal__detail a, .house-vinfo__deal__detail a:link {
	color: #666;
	text-decoration: none;
}

.house-vinfo__deal__detail i {
	color: #666;
}

.house-vinfo__deal__detail span {
	display: block;
}

.panel-pane.house-vinfo-container .house-vinfo .house-vinfo__price-info .house-vinfo__price span
	{
	font-size: 1.25rem;
}

html.lt-ie9 .house-vinfo__deal__detail {
	margin-top: 0;
}

html.lt-ie9 .house-vinfo__deal .house-vinfo__help {
	margin-left: -20px;
	display: none;
}

html.lt-ie9 .house-vinfo__deal__title {
	margin-top: -64px;
}

html.lt-ie9 .house-vinfo__baseinfo {
	margin: 1.5rem 2rem;
}

html.lt-ie9 .house-vinfo__size {
	margin-left: 32px;
}

@media ( min-width :777px) {
	.house-vinfo .watermark2 {
		display: block;
	}
	.house-vinfo .house-vinfo__deal__detail {
		float: left;
	}
	.house-vinfo__location {
		float: left;
	}
	.house-vinfo__listing-by {
		float: right;
	}
	.house-vinfo__help {
		float: right;
	}
	.house-vinfo__deal, .house-vinfo .__deal {
		margin-top: 0;
		float: left;
		width: 50%;
		padding: 0;
	}
	.house-vinfo__deal span, .house-vinfo .__deal span {
		display: inline-block;
		width: 47%;
		margin: .5rem 0 0 0;
	}
	.house-vinfo__deal__title, .house-vinfo .__deal__title {
		float: left;
		margin-top: -4rem;
		margin-bottom: 0;
	}
	.house-vinfo__deal__help, .house-vinfo .__deal__help {
		float: right;
	}
	.house-vinfo__local {
		float: left;
		width: 50%;
		padding-bottom: 0;
		border-bottom: none;
	}
	.house-vinfo__price {
		float: left;
	}
	.house-vinfo__size {
		padding: 0 2rem;
		display: inline-block;
	}
	.house-vinfo__local {
		padding: 0;
	}
	.house-vinfo .house-vinfo__help {
		display: block;
	}
	.house-vinfo__qrall {
		position: relative;
		float: right;
		height: 26px;
		width: 205px;
		display: block;
	}
	.house-vinfo__qrall .hide {
		display: none;
	}
	.house-vinfo__qrall .show {
		display: inline-block;
	}
	.house-vinfo__qrall .default {
		height: 26px;
	}
	.house-vinfo__qrall .default:before {
		border-right: 7px solid #1492ff;
	}
	.house-vinfo__qrall .default .house-vinfo__qrnotice {
		color: #fff;
		background: #1492ff;
		padding: 0 8px;
		margin: 0 0 0 15px;
		border-radius: 3px;
	}
	.house-vinfo__qrall .default .house-vinfo__qrcode {
		display: none;
	}
	.house-vinfo__qrall .showqr:before {
		left: 3px;
		border-right: 7px solid #dbdbdb;
	}
	.house-vinfo__qrall .showqr:after {
		content: '';
		position: absolute;
		left: 5px;
		top: 5px;
		width: 0;
		height: 0;
		border-right: 7px solid #fff;
		border-left: 5px solid transparent;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.house-vinfo__qrall .showqr .house-vinfo__qrcode {
		position: absolute;
		height: 100px;
		width: 100px;
		left: 15px;
		border: 1px solid #dbdbdb;
		display: inline-block;
	}
	.house-vinfo__qrall .showqr .house-vinfo__qrnotice {
		display: none;
	}
	.house-vinfo__qr {
		display: inline-block;
		margin-left: 1rem;
		vertical-align: top;
		background-image:
			url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/house-vinfo/qr.png);
		width: 24px;
		height: 24px;
		background-size: 100%;
	}
	.house-vinfo__qrcodebox {
		display: inline-block;
		position: absolute;
	}
	.house-vinfo__qrcodebox:before {
		content: '';
		position: absolute;
		left: 3px;
		top: 5px;
		width: 0;
		height: 0;
		border-right: 7px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.house-vinfo__baseinfo {
		padding: 1.5rem 2rem;
	}
}

@media ( min-width :999px) {
	.house-vinfo .watermark2 {
		display: block;
	}
	.house-vinfo .house-vinfo__deal__detail {
		float: left;
	}
	.house-vinfo__location {
		float: left;
	}
	.house-vinfo__listing-by {
		float: right;
	}
	.house-vinfo__help {
		float: right;
	}
	.house-vinfo__local {
		padding: 0;
	}
	.house-vinfo__deal, .house-vinfo .__deal {
		margin-top: 0;
		float: left;
		width: 50%;
		padding: 0;
	}
	.house-vinfo__deal span, .house-vinfo .__deal span {
		display: inline-block;
		width: 47%;
		margin: .5rem 0 0;
	}
	.house-vinfo__deal__title, .house-vinfo .__deal__title {
		float: left;
		margin-top: -4rem;
		margin-bottom: 0;
	}
	.house-vinfo__deal__help, .house-vinfo .__deal__help {
		float: right;
	}
	.house-vinfo__local {
		float: left;
		width: 50%;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.house-vinfo__price {
		float: left;
	}
	.house-vinfo__size {
		padding: 0 2rem;
	}
	.house-vinfo .house-vinfo__help {
		display: block;
	}
}

.house-vinfo-shelve {
	box-shadow: 0 0 5px #999;
	background-color: #fff;
	font-size: 0.875rem;
}

.house-vinfo-shelve__shelve {
	border-top: 1px dashed #ccc;
	padding: 3.5rem 0;
}

.house-vinfo-shelve__shelve-content {
	width: 20rem;
	margin: 0 auto;
}

.house-vinfo-shelve__shelve-content .warning {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 1.5rem;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/house-vinfo/warning.png);
}

.house-vinfo-shelve__shelve-text {
	display: inline-block;
}

.house-vinfo-shelve__shelve-result {
	font-size: 2rem;
	font-weight: bold;
	color: #1492ff;
	margin-bottom: 1rem;
}

.house-vinfo-shelve__shelve-tip {
	font-size: 0.875rem;
	color: #999;
}

.house-vinfoagency__agency, .pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep
	{
	margin-bottom: 1.5rem;
	padding: 8px 0;
	border: 0;
}

.house-vinfoagency__agency__logo {
	float: left;
}

.house-vinfoagency__agency i, .pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep i
	{
	font-style: normal;
}

.house-vinfoagency__agency__info {
	float: right;
}

.house-vinfoagency__agency__info i {
	color: #1492ff;
	font-weight: bold;
}

.house-vinfoagency__agency__info span {
	display: block;
}

.house-vinfoagency__agency__title, .pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-right .field-title
	{
	font-size: 1.25rem;
	font-weight: bold;
	display: inline-block;
	margin: .5rem 0;
}

.house-vinfoagency__agency__number {
	color: red;
	word-spacing: 10px;
	letter-spacing: 1px;
}

.house-vinfoagency__agency__approve {
	display: inline;
	color: #fff;
	background: #009729;
	border-radius: .3rem;
	padding: 0 .5rem;
}

.house-vinfoagency__agency__approve span {
	font-size: 0.75rem;
	margin: 0;
	display: inline-block;
}

.house-vinfoagency__agency__approve figure {
	vertical-align: text-top;
	margin: 0;
}

.house-sale-listing-detail ul li {
	list-style: none;
}

.house-sale-listing-detail__title {
	font-size: 1.5rem;
	color: #666666;
	font-weight: bold;
	padding: 1.5rem 1.9rem;
	border-bottom: 1px dashed #cccccc;
}

.house-sale-listing-detail li {
	display: inline-block;
	width: 80%;
	margin: .5rem 0 0;
	font-size: 0.875rem;
}

.house-sale-listing-detail li .label {
	font-weight: bold;
	color: #000;
}

.house-sale-listing-detail li .content {
	color: #666;
}

.house-sale-listing-detail .last {
	width: 90%;
}

.house-sale-listing-detail .last .content p {
	margin: 0;
	display: inherit;
}

@media ( min-width :777px) {
	.house-sale-listing-detail li {
		display: inline-block;
		width: 47%;
		margin: .5rem 0 0;
	}
}

.node-type-house.node-type-house.section-housing {
	background: #f5f3f3;
}

.node-type-house.node-type-house.section-housing .house-vinfo,
	.node-type-house.node-type-house.section-housing .header-wrapper {
	background: #fff;
}

.pane-housing-sale-listing-listing {
	background-color: #fff;
	box-shadow: 1px 1px 2px 1px #e3e3e3;
	padding: 1rem;
	margin-top: 1.5rem;
}

.pane-housing-sale-listing-listing .pane-title {
	font-size: 1.25rem;
	font-weight: normal;
	padding-left: .5rem;
	margin-bottom: 1rem;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .view-content
	{
	overflow: hidden;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-left
	{
	margin-right: 1rem;
	border: 1px solid #efefef;
	padding: .8rem;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-right .field-title .field-items .field-item h3
	{
	margin: 0 !important;
	line-height: 1.5rem;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-right .field-title .field-items .field-item h3 a
	{
	text-decoration: none;
	color: #333;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-right .field-title .field-items .field-item h3 a:hover,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-right .field-title .field-items .field-item h3 a:active
	{
	color: #1492ff;
	text-decoration: underline;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-right .field-rec-cert-no
	{
	margin: .5rem 0 0;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-right .field-rec-cert-no .agency-info__ident
	{
	margin: 0;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer
	{
	margin-bottom: 1.5rem;
	background-color: #f6f6f6;
	padding: 24px 24px 20px;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-rep-photo
	{
	float: left;
	margin-right: 1.5rem;
	width: 102px;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-title
	{
	margin: .5rem 0 0;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-title h3
	{
	margin: 0;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-title h3 a
	{
	text-decoration: none;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-title h3 a:visited
	{
	color: #1492ff;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-label,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-rep-number
	{
	font-size: 0.875rem;
	color: green;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-credit-rating
	{
	padding: .3rem 0 .5rem;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-credit-rating span,
	.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-credit-rating div
	{
	font-size: 1rem;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-mobile .icons
	{
	float: left;
	margin-right: 5px;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .group-footer .field-mobile .tel
	{
	float: left;
	color: #1492ff;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .credit-rating-container
	{
	float: none;
	overflow: hidden;
}

.pane-housing-sale-listing-listing .view-housing-sale-listing .credit-rating-container .clearfix
	{
	display: inline-block;
	color: #e54044;
}

.pane-housing-sale-listing-listing .field-housing-sale-listing-block {
	margin-bottom: 2.25rem;
}

@media ( min-width :777px) {
	.view-housing-sale-listing.view-id-housing_sale_listing.view-display-id-listing .view-content .field-house-rep
		{
		width: 48%;
		float: left;
	}
	.view-housing-sale-listing.view-id-housing_sale_listing.view-display-id-listing .view-content .views-row-odd
		{
		float: left;
	}
	.view-housing-sale-listing.view-id-housing_sale_listing.view-display-id-listing .view-content .views-row-even
		{
		float: right;
	}
	.view-housing-sale-listing.view-id-housing_sale_listing.view-display-id-listing .view-content .field-enterprise-name
		{
		height: 40px;
	}
	.view-housing-sale-listing.view-id-housing_sale_listing.view-display-id-listing .view-content .field-housing-sale-listing-block
		{
		width: 48%;
		float: right;
		margin-top: 4.2rem;
	}
	.pane-housing-sale-listing-listing {
		padding: 1rem 2rem;
	}
	.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-left
		{
		width: 45%;
		float: left;
	}
	.pane-housing-sale-listing-listing .view-housing-sale-listing .node-real-estate-practitioner.view-mode-rec_rep .node-real-estate-company.view-mode-rec_rep .group-right
		{
		float: right;
		width: 50%;
	}
}

.result-empty {
	margin-top: 3rem;
	width: 100%;
}

.result-empty i {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/filter-list/result_empty.png);
	background-size: 100%;
}

.result-empty p {
	text-align: center;
	font-style: normal;
	color: #999999;
}

.agency-history__title {
	padding: 30px 0 16px 12px;
	color: #999;
}

.agency-history__table table, .view-housing-sale-contract.view-id-housing_sale_contract .view-content table
	{
	margin: 0;
	font-size: 0.875rem;
	border: 1.5px solid #dddddd;
	text-align: center;
	color: #666;
}

.agency-history__table table tr, .view-housing-sale-contract.view-id-housing_sale_contract .view-content table tr
	{
	line-height: 2rem;
}

.agency-history__table table td, .agency-history__table table th,
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table td,
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table th
	{
	padding: 0;
	color: #666;
	width: 25%;
	border-top: 0;
}

.agency-history__table table tr:nth-child(1),
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tr:nth-child(1)
	{
	background-color: #f0f0f0;
	color: #7b7b7b;
	border-bottom: 1.5px solid #ddd !important;
	font-size: 14px;
}

.agency-history__table table tr:nth-child(1) th,
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tr:nth-child(1) th
	{
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1.5px solid #ddd;
}

.agency-history__table table tr:nth-child(2n+1) td:nth-child(2n+1),
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tr:nth-child(2n+1) td:nth-child(2n+1)
	{
	background: #fff;
	border-right: 1px solid #eee;
}

.agency-history__table table tr:nth-child(2n+1) td:nth-child(2n),
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tr:nth-child(2n+1) td:nth-child(2n)
	{
	background: #f6f6f6;
	border-right: 1px solid #eee;
}

.agency-history__table table tr:nth-child(2n) td:nth-child(2n+1),
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tr:nth-child(2n) td:nth-child(2n+1)
	{
	background: #ebebeb;
	border-right: 1px solid #ddd;
}

.agency-history__table table tr:nth-child(2n) td:nth-child(2n),
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tr:nth-child(2n) td:nth-child(2n)
	{
	background: #e3e3e3;
	border-right: 1px solid #ddd;
}

.agency-history__table table td:nth-child(1),
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table td:nth-child(1)
	{
	color: #f4b91a;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table thead tr
	{
	background-color: #f0f0f0;
	color: #7b7b7b;
	border-bottom: 1.5px solid #ddd;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table thead .views-field.views-field-field-house-compound-1
	{
	display: none;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .views-field.views-field-field-house-compound-1
	{
	display: none;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .odd
	{
	border-bottom: 1.5px solid #ddd;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .odd .views-field-field-house-compound-1
	{
	color: #f4b91a;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .odd .field-contract-total-price,
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .odd .views-field-field-house-compound-1
	{
	background: #fff;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .odd .field-rec-district,
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .odd .views-field-nid
	{
	background: #f6f6f6;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .even
	{
	border-bottom: 1.5px solid #ddd;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .even .views-field-field-house-compound-1
	{
	color: #f4b91a;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .even .field-contract-total-price,
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .even .views-field-field-house-compound-1
	{
	background: #ebebeb;
}

.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .even .field-rec-district,
	.view-housing-sale-contract.view-id-housing_sale_contract .view-content table tbody .even .views-field-nid
	{
	background-color: #f0f0f0;
}

@media ( min-width :777px) {
	.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-agency .view-content table thead .views-field.views-field-field-house-compound-1,
		.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-practitioner .view-content table thead .views-field.views-field-field-house-compound-1
		{
		display: table-cell;
	}
	.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-agency .view-content table tbody .views-field.views-field-field-house-compound-1,
		.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-practitioner .view-content table tbody .views-field.views-field-field-house-compound-1
		{
		display: table-cell;
	}
}

.agency-comment {
	padding: .6rem 0 1rem;
}

.agency-comment__title, .pane-housing-sale-contract-agency-list .pane-title.pane__title,
	.pane-housing-sale-contract-practitioner-list .pane-title.pane__title,
	.pane-housing-sale-contract-panel-pane-2 .pane-title.pane__title {
	text-align: center;
	font-weight: normal;
	color: #333;
	background-color: #ededed;
	padding: 2px 0;
}

.agency-comment__house-detail {
	padding: 1rem;
}

.agency-comment__house-detail__title {
	font-size: 1.25rem;
	padding-bottom: 15px;
}

.agency-comment__house-detail__structure {
	display: none;
	color: #666;
}

.agency-comment__house-detail__structure span {
	padding: 0 10px 0 5px;
}

.agency-comment__house-detail__structure span:nth-child(4),
	.agency-comment__house-detail__structure span:nth-child(6) {
	border-right: 0;
}

.agency-comment__house-detail__structure i {
	margin-right: -3px;
	vertical-align: text-top;
}

.agency-comment__house-detail__total strong {
	font-size: 2rem;
	color: red;
}

.agency-comment__house-detail__total i {
	color: red;
}

.agency-comment__house-detail__ave {
	float: right;
}

.agency-comment__detail {
	margin-bottom: 1rem;
	padding: 1rem;
	background: #fafafa;
}

.agency-comment__detail .comment {
	color: #999;
}

.agency-comment__detail__starts .stars {
	vertical-align: text-top;
}

.agency-comment__detail__right {
	font-size: 0.875rem;
}

.agency-comment__detail__up {
	display: none;
	vertical-align: text-bottom;
	margin: -5px 0 0 .5rem;
	border: 1px solid #1492ff;
	border-radius: 10px;
	padding: 2px;
}

.agency-comment__detail__down {
	vertical-align: text-top;
	margin-left: .5rem;
	border: 1px solid #1492ff;
	border-radius: 10px;
	padding: 2px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.agency-comment__detail__contact {
	display: none;
	color: #666666;
	padding-top: 1.5rem;
}

.agency-comment--show .agency-comment__detail__up {
	display: inline-block;
}

.agency-comment--show .agency-comment__detail__down {
	display: none;
}

.agency-comment--show .agency-comment__detail__contact {
	display: block;
}

.pane-housing-sale-contract-agency-list .pane-title.pane__title,
	.pane-housing-sale-contract-practitioner-list .pane-title.pane__title,
	.pane-housing-sale-contract-panel-pane-2 .pane-title.pane__title {
	line-height: 2.25rem;
}

.view.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-agency_list .views-row,
	.view.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-practitioner_list .views-row
	{
	border-bottom: 1px dashed #ccc;
}

.view.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-agency_list .views-row-last,
	.view.view-housing-sale-contract.view-id-housing_sale_contract.view-display-id-practitioner_list .views-row-last
	{
	border-bottom: 0;
}

.agency-comment {
	font-size: 0.875rem;
}

.agency-comment h3 {
	margin: 0;
}

.agency-comment .house-information__detail__list {
	display: inline-block;
	margin: 0;
}

.agency-comment .agency-comment__house-detail--right .views-field.views-field-expression
	{
	padding-bottom: 5px;
	color: #666666;
}

.agency-comment .agency-comment__house-detail--right .views-field.views-field-expression span
	{
	display: inline-block;
	padding: 6px 6px 0 0;
}

.agency-comment .agency-comment__house-detail--right .field-content.trade-total-price
	{
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: .5rem 0;
	color: red;
}

.agency-comment .agency-comment__house-detail--right .field-content.trade-total-price strong
	{
	font-size: 2rem;
}

.agency-comment .agency-comment__house-detail--right .views-field.views-field-expression-1 span
	{
	color: #999;
	display: inline-block;
}

.agency-comment .agency-comment__detail__starts {
	margin-bottom: 1rem;
}

.agency-comment .agency-comment__detail__starts .field-trade-rating {
	display: inline-block;
}

.agency-comment .agency-comment__detail__starts .field-trade-rating .form-item.form-type-item
	{
	margin: 0;
}

.agency-comment .agency-comment__detail__starts .field-trade-rating .form-item.form-type-item .description
	{
	display: none;
}

html.lt-ie9 .house-vinfo__deal__detail {
	margin-top: 0 !important;
}

@media ( min-width :777px) {
	.agency-comment .house-information__detail__list {
		display: block;
	}
	.agency-comment__house-detail {
		padding: 1rem;
	}
	.agency-comment__house-detail__structure {
		display: block;
	}
	.agency-comment__house-detail--left {
		float: left;
	}
	.agency-comment__house-detail--right {
		float: right;
	}
	.agency-comment__detail__starts {
		float: left;
	}
	.agency-comment__detail__right {
		float: right;
	}
	.agency-comment__house-detail--right .views-field.views-field-expression
		{
		text-align: right;
	}
	.agency-comment__house-detail--right .field-content.trade-total-price {
		float: right;
		display: block;
		padding: 0 !important;
	}
}

.view-housing-sale-contract .agency-comment__detail {
	overflow: hidden;
}

.view-housing-sale-contract .agency-comment__detail .clearfix {
	float: right;
}

.view-housing-sale-contract .agency-comment__detail .views-field-view {
	float: left;
}

.view-housing-sale-contract .agency-comment__detail .views-field-view .views-row
	{
	border-bottom: none !important;
}

.view-housing-sale-contract .agency-comment__detail .views-field-view .submitted
	{
	margin: 0;
}

.view-housing-sale-contract .agency-comment__detail .views-field-view .comment__title
	{
	font-size: 0.875rem;
}

.house-search {
	padding: 1rem 1rem 2rem 1rem;
	background-color: rgba(255, 255, 255, 0.8);
	height: 23.75rem;
}

@media ( min-width :777px) {
	.house-search {
		width: 18rem;
	}
}

.house-search__number h6 {
	font-weight: normal;
	margin: .5rem 0;
	color: #333;
}

.house-search__box {
	margin-left: 0;
}

.house-search__conditions h6 {
	margin-bottom: .5rem;
}

.house-search__selectitem {
	font-size: 0.875rem;
	float: left;
	color: #999;
	width: 7.5rem;
	margin-bottom: 1.25rem;
	margin-right: .8rem;
}

@media ( min-width :777px) {
	.house-search__selectitem {
		margin-right: 0;
	}
	.house-search__selectitem:nth-child(2n+1) {
		float: left;
	}
	.house-search__selectitem:nth-child(2n) {
		float: right;
	}
}

.house-search .select-button {
	font-size: 1.25rem;
	color: #000;
	background-color: #f5e9b1;
	max-width: 18rem;
	margin-top: 1rem;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
}

.dd-menu__input {
	font-size: 0.875rem;
	position: relative;
	cursor: pointer;
	border-radius: 30px;
	background-image: linear-gradient(to top, #f6f6f6 1px, transparent 1px);
	border: 1px solid #eeeeee;
	padding: .3rem 1rem;
	color: #999999;
	width: 8rem;
	text-align: center;
	text-indent: -10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color .2s, color .3s;
}

.dd-menu__input:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 15px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #1492ff;
}

.dd-menu__input:hover {
	background-color: #eeeeee;
	color: #333333;
}

.dd-menu__items, .dd-menu .dd-menu-items {
	position: absolute;
	z-index: 99;
	margin-top: 1rem;
}

.dd-menu__items__list, .dd-menu .dd-items-right {
	list-style: none;
	border: 1px solid #eee;
	background-color: #fff;
	border-radius: 8px;
	width: 8rem;
	padding: 0;
	margin-top: 0;
	box-shadow: 0 0 5px #eee;
	position: relative;
}

.dd-menu__items__list:before, .dd-menu .dd-items-right:before {
	content: '';
	display: inline-block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #eee;
	position: absolute;
	top: -10px;
	left: 6rem;
}

.dd-menu__items__list:after, .dd-menu .dd-items-right:after {
	content: '';
	display: inline-block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	top: -9px;
	left: 6rem;
}

.dd-menu__list-item {
	font-size: 0.875rem;
	border-bottom: 1px solid #eee;
	padding: .3rem 0;
	text-align: center;
}

.dd-menu__list-item a {
	text-decoration: none;
	color: #999;
}

.dd-menu__list-item:hover {
	cursor: pointer;
}

.dd-menu__list-item:hover a {
	color: #1492ff;
}

.dd-menu__list-item:last-child {
	border-bottom: none;
}

.building {
	text-align: center;
	padding: 2.5rem 0;
}

.building__pic {
	display: block;
	width: 100%;
	height: 280px;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/filter-list/building.png);
	background-size: 100%;
}

@media ( min-width :777px) {
	.building__pic {
		width: 400px;
		margin: 0 auto;
	}
}

.building__title {
	font-size: 2rem;
	color: #1492ff;
	font-weight: bold;
	margin: 1.5rem 0;
}

.building__tips {
	font-size: 1rem;
	color: #979797;
}

.building__links {
	margin-top: 2rem;
}

.building__links::before {
	content: '';
	display: table;
}

.building__links::after {
	content: '';
	display: table;
	clear: both;
}

.building__links:before {
	content: '';
	display: table;
}

.building__links:after {
	content: '';
	display: table;
	clear: both;
}

.building__links__box {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	transition: background .5s;
	margin-bottom: 1rem;
}

@media ( min-width :777px) {
	.building__links__box {
		width: 283px;
		margin: 0 20px;
	}
}

.building__links__box.blue {
	background-color: #1492ff;
}

.building__links__box.blue:hover {
	background-color: #47aaff;
}

.building__links__box.red {
	background-color: #fe5054;
}

.building__links__box.red:hover {
	background-color: #fe8386;
}

.building__links__box.yellow {
	background-color: #f4b91a;
}

.building__links__box.yellow:hover {
	background-color: #f9d77b;
}

.building__links__icon {
	height: 60px;
	width: 60px;
	background-size: 100%;
	background-position: center;
	margin: 0 auto;
}

.building__links__icon.housing {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/building/housing.png);
}

.building__links__icon.agency {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/building/agency.png);
}

.building__links__icon.practitioner {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/building/practitioner.png);
}

.view-agency-map {
	position: relative;
	height: 100%;
}

.view-agency-map {
	height: 100%;
}

.view-agency-map .view-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9;
}

#map-widget {
	position: absolute;
	border-radius: 3px;
	top: 20px;
	left: 80px;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.95);
	width: 330px;
	min-height: 40px;
	padding-top: 15px;
	border-top: 2px solid #1492ff;
}

#map-widget .loading {
	text-align: center;
	height: 40px;
}

#map-widget .searchbox {
	width: 306px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	border: 1px solid #eeeeee;
	border-radius: 3px;
	position: relative;
}

#map-widget .searchbox .clear {
	position: absolute;
	margin-left: -22px;
	margin-top: 10px;
}

#map-widget .searchbox input[type=text] {
	width: 85%;
	height: 36px;
	border: 0 none;
	padding: 0 5px;
	border-right: 1px solid #eeeeee;
}

#map-widget .searchbox button {
	position: absolute;
	right: 12px;
	text-indent: -999rem;
	width: 20px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}

#map-widget .searchbox button:hover {
	background-color: transparent;
}

#map-widget .enterprise-results__scroll {
	height: 520px;
	border-bottom: 1px solid #eeeeee;
}

#map-widget .refreshing {
	font-size: 0.875rem;
	text-align: center;
	background-color: #1492ff;
	padding: 8px 10px;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 15px;
	width: 306px;
	left: 12px;
}

#map-widget .enterprise {
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
	padding: .5rem 20px;
}

#map-widget .enterprise:hover {
	background-color: #1492ff;
	color: #fff;
}

#map-widget .enterprise:hover h3 {
	color: #fff;
}

#map-widget .enterprise:hover .label {
	color: #fff;
}

#map-widget .enterprise h3 {
	font-size: 1rem;
	margin: 0;
	color: #999999;
}

#map-widget .enterprise .address, #map-widget .enterprise .phone,
	#map-widget .enterprise .contact {
	font-size: 0.875rem;
}

#map-widget .enterprise .label {
	color: #cccccc;
}

#map-widget .enterprise:last-child {
	border-bottom: 0 none;
}

#map-widget .pagination {
	margin: 40px 0;
}

#map-widget .pagination li {
	list-style: none;
	display: inline-block;
}

#map-widget .pagination li a {
	font-size: 0.875rem;
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid #eeeeee;
	background-color: #f6f6f6;
	margin: 0 2px;
	cursor: pointer;
	border-radius: 3px;
}

#map-widget .pagination li a:hover {
	background-color: #1492ff;
	color: #fff;
}

#map-widget .pagination li.active a {
	background-color: #1492ff;
	color: #fff;
}

.BMap_bubble_content h3 {
	font-size: 1rem;
	margin: 0;
	color: #999999;
}

.BMap_bubble_content h3 a {
	text-decoration: none;
}

.BMap_bubble_content .label {
	color: #cccccc;
}

.map-entrance {
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.map-entrance .map-entrance-icon {
	overflow: hidden;
	margin-bottom: 20px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}

.map-entrance .map-link {
	font-size: 0.875rem;
	margin: 10px 40px;
	display: block;
	padding: 10px 20px;
	background-color: #f4b91a;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: background .5s;
}

.map-entrance .map-link:hover {
	background-color: #f6c84b;
}

.focus-list {
	color: #333;
}

.focus-list span, .focus-list i {
	font-style: normal;
}

.focus-list__title {
	color: #1492ff;
	padding: .5rem 0;
	border-bottom: 2px solid #1492ff;
	font-size: 18px;
}

.focus-list__title i {
	color: red;
}

.focus-list__content {
	position: relative;
}

.focus-list__content i {
	color: red;
}

.focus-list__content ul {
	padding: 0;
}

.focus-list__content li {
	list-style: none;
	padding: 1rem .5rem;
	border-bottom: 1px solid #f1f1f1;
}

.focus-list__content li:hover {
	background: #f9f9f9;
}

.focus-list--hover li {
	background: #f9f9f9;
}

.focus-list__pic {
	float: left;
	position: relative;
}

.focus-list__pic img {
	border: 1px solid #eaeaea;
}

.focus-list__ranking {
	position: absolute;
	color: #fff;
	padding-left: .1rem;
	top: -.1rem;
	z-index: 3;
}

.focus-list__rankbg {
	position: absolute;
	content: '';
	display: table;
	border-top: 30px solid #4ba3ff;
	border-right: 22px solid transparent;
	z-index: 2;
}

.focus-list__first .focus-list__rankbg {
	border-top: 30px solid #f0d548;
}

.focus-list__second .focus-list__rankbg {
	border-top: 30px solid #94939a;
}

.focus-list__third .focus-list__rankbg {
	border-top: 30px solid #c18d68;
}

.focus-list__salecount {
	color: #999;
	position: relative;
	top: 20px;
	float: right;
	padding-right: 2rem;
}

.focus-list__salecount i {
	font-size: 18px;
}

.focus-list__agency {
	width: 100%;
	clear: both;
	color: #666;
}

.focus-list__hover .focus-list__content {
	color: red;
	background: #f9f9f9;
}

.house-list, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search
	{
	border: 1px solid #eeeeee;
	padding: 1.6rem 1.5rem;
}

.house-list__col-1 {
	width: 16%;
}

.house-list__col-2 {
	width: 14%;
	text-align: center;
}

.house-list__col-3 {
	width: 20%;
	text-align: center;
}

.house-list__col-4 {
	width: 37%;
}

.house-list__col-5 {
	width: 13%;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/house-list/list-bg.png)
		no-repeat 94% 100% #fff;
	transition: background-color .2s;
}

.house-list ul, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
}

.house-list p, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search p
	{
	margin: 0;
	padding: 0;
}

.house-list strong, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search strong
	{
	color: #e54044;
}

.house-list__information-detail, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first .field-title,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first .field-house-pass-time
	{
	font-size: 0.75rem;
	color: #666;
}

.house-list__title {
	font-size: 1.5rem;
	color: #1492ff;
}

.house-list__items {
	display: inline-block;
}

.house-list__details {
	font-size: 0.75rem;
	color: #666;
}

.house-list__details p {
	display: inline-block;
	margin-left: .7rem;
	vertical-align: super;
}

.house-list__detail-item {
	float: left;
	border-right: 1px solid #666;
	line-height: .8rem;
	padding: 0 .5rem;
}

.house-list__detail-item:last-child {
	border-right: none;
}

.house-list__price__total, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-fourth .field_house_total_price
	{
	color: #e54044;
}

.house-list__price__total strong, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-fourth .field_house_total_price strong
	{
	font-size: 1.5rem;
}

.house-list__price__sqm, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-fourth .field_house_sqm_price
	{
	font-size: 0.75rem;
	color: #999;
}

.house-list--exclusive .house-list__agencies-logo {
	display: block;
	width: 70px;
	height: 70px;
	margin-top: 3px;
}

.house-list--exclusive .house-list__agencies-nonexclusive {
	display: none;
}

.house-list:hover__col-5, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search:hover__col-5
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/house-list/list-bg-hover.png)
		no-repeat 200% 200% #e1f1ff;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row
	{
	width: 100%;
	margin-bottom: 0rem;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search.house-information--exclusive
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/house-information/exclusive_logo.png)
		no-repeat 34% 52%;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search.house-information--exclusive .group-second
	{
	padding: 0;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search
	{
	padding: 1.6rem 1.5rem 0;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first
	{
	padding-bottom: 2rem !important;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first h5.field-label
	{
	display: none;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first .field-house-compound,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first .field-title,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first .field-house-pass-time
	{
	float: left;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first .field-house-compound
	{
	width: 12rem;
	overflow: hidden;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first .field-title h5
	{
	margin: 0;
	color: red;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first .field-house-pass-time .field-label,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first .field-house-pass-time .field-items
	{
	display: inline-block;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-second .house-information__agencies__agency
	{
	color: #333;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-second strong
	{
	color: #fe5054;
	font-size: 1.5rem;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-second .exclusive
	{
	margin-top: .7rem;
	color: #fe5054;
	font-size: 1.5rem;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-third
	{
	font-size: 0.875rem;
	color: #999;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-third .house-information__detail__list .field_house_living,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-third .house-information__detail__list .field_house_bed
	{
	display: inline-block;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-third .house-information__detail__list1 i
	{
	vertical-align: sub;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-third .house-information__detail__list1 li
	{
	display: inline-block;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-fourth
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/house-list/list-bg.png)
		no-repeat 74% 100% #fff;
	padding-bottom: 2rem !important;
	transition: background .2s;
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-third
	{
	display: none;
}

@media ( min-width :666px) {
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-third
		{
		display: block;
		width: 30%;
	}
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-fourth
	{
	display: none;
}

@media ( min-width :666px) {
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-fourth
		{
		display: block;
		width: 16%;
	}
}

.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search:hover .group-fourth
	{
	background-image: none;
	background-color: #e1f1ff;
}

.new-agency, .node-real-estate-company.view-mode-block,
	.node-real-estate-company.view-mode-search, .node-real-estate-company.view-mode-store,
	.agency-honesty-details {
	padding-left: 1.1rem;
	padding-right: 1.1rem;
	border: 1px solid #eeeeee;
}

.new-agency__title, .node-real-estate-company.view-mode-block h3.field-title,
	.node-real-estate-company.view-mode-search h3.field-title,
	.node-real-estate-company.view-mode-store h3.field-title,
	.node-real-estate-company.view-mode-teaser h3.field-title,
	.agency-honesty-details__title {
	margin: .3rem 0;
}

@media ( min-width :777px) {
	.new-agency__title, .node-real-estate-company.view-mode-block h3.field-title,
		.node-real-estate-company.view-mode-search h3.field-title,
		.node-real-estate-company.view-mode-store h3.field-title,
		.node-real-estate-company.view-mode-teaser h3.field-title,
		.agency-honesty-details__title {
		white-space: nowrap;
	}
}

.new-agency__title a, .node-real-estate-company.view-mode-block h3.field-title a,
	.node-real-estate-company.view-mode-search h3.field-title a,
	.node-real-estate-company.view-mode-store h3.field-title a,
	.node-real-estate-company.view-mode-teaser h3.field-title a,
	.agency-honesty-details__title a {
	text-decoration: none;
	color: #333333;
}

.new-agency__phone, .node-real-estate-company.view-mode-block .field-store-contact-mobile,
	.node-real-estate-company.view-mode-search .field-store-contact-mobile,
	.node-real-estate-company.view-mode-store .field-store-contact-mobile,
	.node-real-estate-company.view-mode-teaser .field-store-contact-mobile,
	.agency-honesty-details__phone {
	color: #666666;
}

.new-agency__phone .icons, .node-real-estate-company.view-mode-block .field-store-contact-mobile .icons,
	.node-real-estate-company.view-mode-search .field-store-contact-mobile .icons,
	.node-real-estate-company.view-mode-store .field-store-contact-mobile .icons,
	.node-real-estate-company.view-mode-teaser .field-store-contact-mobile .icons,
	.agency-honesty-details__phone .icons {
	vertical-align: middle;
}

.new-agency__address, .node-real-estate-company.view-mode-block .field-store-address,
	.node-real-estate-company.view-mode-search .field-store-address,
	.node-real-estate-company.view-mode-store .field-store-address,
	.node-real-estate-company.view-mode-teaser .field-store-address,
	.node-type-real-estate-company .panel-col-last .pane-node-field-store-address,
	.agency-honesty-details__address {
	font-size: 0.875rem;
	color: #999999;
}

.new-agency--detail, .node-real-estate-company.view-mode-block {
	background-color: #f6f6f6;
}

.new-agency__number, .node-real-estate-company.view-mode-block .field-rec-cert-no,
	.node-real-estate-company.view-mode-search .field-rec-cert-no,
	.node-real-estate-company.view-mode-store .field-rec-cert-no,
	.node-real-estate-company.view-mode-rec_rep .field-rec-cert-no,
	.agency-honesty-details__number {
	font-size: 0.875rem;
	color: green;
	display: inline-block;
}

.new-agency__number .icons, .node-real-estate-company.view-mode-block .field-rec-cert-no .icons,
	.node-real-estate-company.view-mode-search .field-rec-cert-no .icons,
	.node-real-estate-company.view-mode-store .field-rec-cert-no .icons,
	.node-real-estate-company.view-mode-rec_rep .field-rec-cert-no .icons,
	.agency-honesty-details__number .icons {
	vertical-align: middle;
}

.new-agency__type-tag, .node-real-estate-company.view-mode-block .field-rec-type,
	.agency-honesty-details__type-tag {
	font-size: 0.75rem;
	display: inline-block;
	margin-left: 1rem;
	line-height: 1.5rem;
	background-color: #f4b91a;
	padding: 0 10px;
	color: #fff;
	border-radius: 5px;
	position: relative;
}

.new-agency__type-tag::before, .node-real-estate-company.view-mode-block .field-rec-type::before,
	.agency-honesty-details__type-tag::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #f4b91a transparent transparent;
	position: absolute;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	top: 5px;
}

.new-agency .warn, .node-real-estate-company.view-mode-block .warn,
	.node-real-estate-company.view-mode-search .warn,
	.node-real-estate-company.view-mode-store .warn,
	.agency-honesty-details .warn {
	display: none;
}

.new-agency--abnormal {
	background-color: #fad9da !important;
}

.new-agency--abnormal .credit {
	display: none;
}

.new-agency--abnormal .warn.abnormal {
	display: block;
	border-radius: 20px;
	background-color: #fff;
	font-size: 14px;
	padding: 15px;
	text-align: center;
	margin-top: -1.5rem;
}

.new-agency--abnormal .warn.abnormal strong {
	color: #e54044;
	font-size: 18px;
}

.new-practitioner, .node-real-estate-practitioner.view-mode-block,
	.node-real-estate-practitioner.view-mode-search,
	.practitioner-honesty-public, .agency-honesty-public {
	padding-left: 1.1rem;
	padding-right: 1.1rem;
	border: 1px solid #eeeeee;
}

.new-practitioner__photo, .node-real-estate-practitioner.view-mode-block .field-rep-photo,
	.node-real-estate-practitioner.view-mode-search .field-rep-photo,
	.practitioner-honesty-public__photo {
	width: 77px;
	float: left;
	margin-right: 10px;
	min-height: 100px;
}

.new-practitioner__photo img, .node-real-estate-practitioner.view-mode-block .field-rep-photo img,
	.node-real-estate-practitioner.view-mode-search .field-rep-photo img,
	.practitioner-honesty-public__photo img {
	vertical-align: middle;
}

.new-practitioner__field-address, .node-real-estate-practitioner.view-mode-block .field-practitioner-rec,
	.node-real-estate-practitioner.view-mode-search .field-practitioner-rec,
	.practitioner-honesty-public__field-address {
	font-size: 0.875rem;
}

.new-practitioner__field-phone, .node-real-estate-practitioner.view-mode-block .field-mobile,
	.node-real-estate-practitioner.view-mode-search .field-mobile,
	.practitioner-honesty-public__field-phone {
	font-size: 0.875rem;
}

.new-practitioner__field-phone .icons, .node-real-estate-practitioner.view-mode-block .field-mobile .icons,
	.node-real-estate-practitioner.view-mode-search .field-mobile .icons,
	.practitioner-honesty-public__field-phone .icons {
	vertical-align: middle;
}

.new-practitioner--detail, .node-real-estate-practitioner.view-mode-block
	{
	background-color: #f6f6f6;
	border: 0 none;
}

@media ( min-width :333px) {
	.new-practitioner--detail .new-practitioner__field-address,
		.node-real-estate-practitioner.view-mode-block .new-practitioner__field-address,
		.new-practitioner--detail .node-real-estate-practitioner.view-mode-block .field-practitioner-rec,
		.node-real-estate-practitioner.view-mode-block .new-practitioner--detail .field-practitioner-rec,
		.new-practitioner--detail
    .node-real-estate-practitioner.view-mode-search .field-practitioner-rec,
		.node-real-estate-practitioner.view-mode-search .new-practitioner--detail .field-practitioner-rec,
		.new-practitioner--detail .practitioner-honesty-public__field-address,
		.node-real-estate-practitioner.view-mode-block .field-practitioner-rec,
		.node-real-estate-practitioner.view-mode-block .practitioner-honesty-public__field-address
		{
		font-size: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

@media ( min-width :333px) {
	.new-practitioner--detail .new-practitioner__photo,
		.node-real-estate-practitioner.view-mode-block .new-practitioner__photo,
		.new-practitioner--detail .node-real-estate-practitioner.view-mode-block .field-rep-photo,
		.node-real-estate-practitioner.view-mode-block .new-practitioner--detail .field-rep-photo,
		.new-practitioner--detail
    .node-real-estate-practitioner.view-mode-search .field-rep-photo,
		.node-real-estate-practitioner.view-mode-search .new-practitioner--detail .field-rep-photo,
		.new-practitioner--detail .practitioner-honesty-public__photo,
		.node-real-estate-practitioner.view-mode-block .field-rep-photo,
		.node-real-estate-practitioner.view-mode-block .practitioner-honesty-public__photo
		{
		width: 100px;
	}
}

.new-practitioner--detail .new-practitioner__field-phone,
	.node-real-estate-practitioner.view-mode-block .new-practitioner__field-phone,
	.new-practitioner--detail .node-real-estate-practitioner.view-mode-block .field-mobile,
	.node-real-estate-practitioner.view-mode-block .new-practitioner--detail .field-mobile,
	.new-practitioner--detail
  .node-real-estate-practitioner.view-mode-search .field-mobile,
	.node-real-estate-practitioner.view-mode-search .new-practitioner--detail .field-mobile,
	.new-practitioner--detail .practitioner-honesty-public__field-phone,
	.node-real-estate-practitioner.view-mode-block .field-mobile,
	.node-real-estate-practitioner.view-mode-block .practitioner-honesty-public__field-phone
	{
	font-size: 1rem;
}

.new-practitioner__title, .node-real-estate-practitioner.view-mode-block .field-practitioner-status-flag h3,
	.node-real-estate-practitioner.view-mode-search .field-practitioner-status-flag h3,
	.practitioner-honesty-public__title {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
}

.new-practitioner__tag, .practitioner-honesty-public__tag {
	font-size: 0.75rem;
	background-color: #1492ff;
	padding: .1rem .8rem;
	border-radius: 5px;
	color: #fff;
	margin-left: .5rem;
	word-break: keep-all;
}

.new-practitioner__number, .node-real-estate-practitioner.view-mode-block .practitioner-number,
	.node-real-estate-practitioner.view-mode-search .practitioner-number,
	.practitioner-honesty-public__number {
	font-size: 0.75rem;
	color: #999999;
	position: absolute;
	top: .5rem;
	right: 1.5rem;
	width: 12rem;
}

.new-practitioner__record, .node-real-estate-practitioner.view-mode-block .record,
	.node-real-estate-practitioner.view-mode-search .record,
	.node-real-estate-practitioner.view-mode-block .field-practitioner-status-flag .record,
	.node-real-estate-practitioner.view-mode-search .field-practitioner-status-flag .record,
	.practitioner-honesty-public__record {
	font-size: 0.75rem;
	border-radius: 5px;
	padding: .2rem .3rem;
	margin-left: .5rem;
	color: #fff;
	background-color: #fe5054;
	word-break: keep-all;
}

.new-practitioner__record .icons, .node-real-estate-practitioner.view-mode-block .record .icons,
	.node-real-estate-practitioner.view-mode-search .record .icons,
	.practitioner-honesty-public__record .icons {
	vertical-align: text-top;
	margin-right: 2px;
}

.view-promote-rec .view-content .item-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.node-real-estate-company.view-mode-block h3.field-title a,
	.node-real-estate-company.view-mode-search h3.field-title a,
	.node-real-estate-company.view-mode-store h3.field-title a {
	text-decoration: none;
}

.node-real-estate-company.view-mode-block h3.field-title a {
	color: #666;
}

.node-real-estate-company.view-mode-block div.field-title {
	font-size: 0.875rem;
	color: #999;
}

.node-real-estate-company.view-mode-block div.field-title .field-items p
	{
	display: inline;
}

.node-real-estate-company.view-mode-block div.field-title p {
	margin: 0;
}

.node-real-estate-company.view-mode-search, .node-real-estate-company.view-mode-store
	{
	cursor: pointer;
}

.node-real-estate-company.view-mode-teaser h3.field-title {
	white-space: normal;
	margin: .2rem 0;
}

.node-real-estate-company.view-mode-teaser a {
	text-decoration: none;
}

.node-type-real-estate-company .panel-col-last .pane-node-field-store-address h4
	{
	font-size: 0.875rem;
	display: inline-block;
	margin: 0;
}

.node-real-estate-practitioner.view-mode-search {
	cursor: pointer;
}

html.lt-ie9 .highlight-wrapper {
	border-bottom: 0;
}

html.lt-ie9 .node-real-estate-company .group-fourth .field-rec-nature {
	visibility: hidden;
}

html.lt-ie9 .node-real-estate-company .group-fourth .field-rec-type {
	display: none;
}

.pane-block.pane-entityform-block-practitioner-contact .pane__title,
	.pane-block.pane-entityform-block-practitioner-contact .pre-instructions,
	.pane-block.pane-entityform-block-practitioner-contact .description,
	.pane-block.pane-entityform-block-practitioner-contact label {
	display: none;
}

.pane-block.pane-entityform-block-practitioner-contact .form-submit {
	background-color: #1492ff;
	width: 100%;
}

.pane-block.pane-entityform-block-practitioner-contact .form-type-radios
	{
	margin: 1rem 0 0;
}

.pane-block.pane-entityform-block-practitioner-contact .form-type-radio
	{
	display: inline-block;
	margin-right: .7rem;
}

.pane-block.pane-entityform-block-practitioner-contact .form-type-radio .form-radio
	{
	display: inline-block;
	margin-right: .2rem;
}

.pane-block.pane-entityform-block-practitioner-contact .form-type-radio label
	{
	font-size: 0.875rem;
	display: block;
	float: right;
}

.pane-block.pane-entityform-block-practitioner-contact .form-text {
	font-size: 0.75rem;
	width: 100%;
	padding: .2rem;
}

.pane-block.pane-entityform-block-practitioner-contact .form-type-textfield
	{
	margin: .5rem 0;
}

.pane-block.pane-entityform-block-practitioner-contact .form-textarea {
	font-size: 0.75rem;
	padding: .2rem;
}

.page-home .center-wrapper .pane-promote-rec-front h2 {
	display: inline-block;
}

.page-home .center-wrapper .pane-promote-rec-front h2 .slash {
	color: #999;
}

.page-home .center-wrapper .pane-promote-rec-front h2, .page-home .center-wrapper .pane-promote-rec-front h6,
	.page-home .center-wrapper .pane-promote-rec-front .panel-more {
	margin-bottom: 0;
}

.page-home .center-wrapper .pane-promote-rec-front h6 {
	color: #999;
	display: inline-block;
	margin-top: 0;
}

.page-home .center-wrapper .pane-promote-rec-front h6 .yellow {
	color: #f4b91a;
}

.page-home .center-wrapper .pane-promote-rec-front ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-home .center-wrapper .pane-promote-rec-front .panel-pane-header {
	margin-bottom: 1.5rem;
}

.page-home .center-wrapper .pane-promote-rec-front .panel-pane-header::before
	{
	content: '';
	display: table;
}

.page-home .center-wrapper .pane-promote-rec-front .panel-pane-header::after
	{
	content: '';
	display: table;
	clear: both;
}

.page-home .center-wrapper .pane-promote-rec-front .panel-pane-header:before
	{
	content: '';
	display: table;
}

.page-home .center-wrapper .pane-promote-rec-front .panel-pane-header:after
	{
	content: '';
	display: table;
	clear: both;
}

.page-home .center-wrapper .pane-promote-rec-front .panel-more {
	margin-top: 1.5rem;
	float: right;
	margin-right: 0px;
}

@media ( min-width :777px) {
	.page-home .center-wrapper .pane-promote-rec-front .panel-more {
		margin-right: 20px;
	}
}

.page-home .center-wrapper .pane-promote-rec-front .panel-more .more-link
	{
	font-size: 0.875rem;
	text-decoration: none;
	float: left;
	line-height: 2.5rem;
	margin-right: 10px;
	color: #999999;
}

.page-home .center-wrapper .pane-promote-rec-front .panel-more .more-link:hover
	{
	text-decoration: underline;
	color: #1492ff;
}

.page-home .center-wrapper .pane-promote-rec-front .panel-more #enterprise_regions
	{
	float: left;
}

.pane-node-field-rec-parent {
	margin-top: 1.6rem;
	margin-bottom: 1.5rem;
}

.page-agency-ranking .pane-views-panes, .page-home .pane-ranking-list {
	margin-bottom: 2rem;
	background-color: #fff;
}

@media ( min-width :777px) {
	.page-agency-ranking .pane-views-panes, .page-home .pane-ranking-list {
		width: 23%;
		float: left;
		margin-left: 1%;
		margin-right: 1%;
	}
}

.page-agency-ranking .pane-views-panes .ranking-top, .page-home .pane-ranking-list .ranking-top
	{
	padding: 10px 20px;
	background-color: #df7a77;
	color: #fff;
	margin-bottom: 1rem;
}

.page-agency-ranking .pane-views-panes .ranking-top h4, .page-home .pane-ranking-list .ranking-top h4
	{
	text-align: center;
	letter-spacing: 5px;
	font-weight: normal;
}

.page-agency-ranking .pane-views-panes .ranking-top strong, .page-home .pane-ranking-list .ranking-top strong
	{
	font-size: 2rem;
}

.page-agency-ranking .pane-views-panes .ranking-top em, .page-home .pane-ranking-list .ranking-top em
	{
	font-size: 1.5rem;
	color: rgba(0, 0, 0, 0.5);
	font-style: normal;
}

.page-agency-ranking .col-2.pane-views-panes .ranking-top, .page-home .col-2.pane-ranking-list .ranking-top
	{
	background-color: #52d3fb;
}

.page-agency-ranking .col-3.pane-views-panes .ranking-top, .page-home .col-3.pane-ranking-list .ranking-top
	{
	background-color: #fdc53f;
}

.page-agency-ranking .col-4.pane-views-panes .ranking-top, .page-home .col-4.pane-ranking-list .ranking-top
	{
	background-color: #91cd30;
}

.page-agency-ranking .ranking-top .icons--top-five, .page-home .ranking-top .icons--top-five
	{
	display: none;
}

.page-agency-ranking .ranking-header, .page-home .pane-custom.ranking-header,
	.page-agency-integrity-ranking .ranking-header {
	margin-top: 1rem;
	margin-bottom: .5rem;
	overflow: hidden;
}

@media ( min-width :777px) {
	.page-agency-ranking .ranking-header, .page-home .pane-custom.ranking-header,
		.page-agency-integrity-ranking .ranking-header {
		padding: 0 20px;
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
}

.page-agency-ranking .ranking-header .view-all, .page-home .pane-custom.ranking-header .view-all,
	.page-agency-integrity-ranking .ranking-header .view-all {
	float: right;
	vertical-align: text-bottom;
	margin-top: 5px;
	display: none;
}

@media ( min-width :777px) {
	.page-agency-ranking .ranking-header .view-all, .page-home .pane-custom.ranking-header .view-all,
		.page-agency-integrity-ranking .ranking-header .view-all {
		display: inline;
	}
}

.page-agency-ranking .ranking-header .view-all a, .page-home .pane-custom.ranking-header .view-all a,
	.page-agency-integrity-ranking .ranking-header .view-all a {
	font-size: 0.875rem;
	color: #1492ff;
	text-decoration: none;
}

.page-agency-ranking .ranking-header .view-all .right-arrow, .page-home .pane-custom.ranking-header .view-all .right-arrow,
	.page-agency-integrity-ranking .ranking-header .view-all .right-arrow {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #1492ff;
	display: inline-block;
	margin-left: .2rem;
}

.page-agency-ranking .ranking-header h2, .page-home .pane-custom.ranking-header h2,
	.page-agency-integrity-ranking .ranking-header h2, .page-agency-ranking .ranking-header .tab__header,
	.page-home .pane-custom.ranking-header .tab__header,
	.page-agency-integrity-ranking .ranking-header .tab__header {
	display: inline-block;
	width: auto;
}

.page-agency-ranking .ranking-header .icons, .page-home .pane-custom.ranking-header .icons,
	.page-agency-integrity-ranking .ranking-header .icons {
	vertical-align: text-top;
	margin-right: 5px;
}

.page-agency-ranking .ranking-header h2, .page-home .pane-custom.ranking-header h2,
	.page-agency-integrity-ranking .ranking-header h2 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 0;
	text-align: center;
	width: 100%;
}

@media ( min-width :777px) {
	.page-agency-ranking .ranking-header h2, .page-home .pane-custom.ranking-header h2,
		.page-agency-integrity-ranking .ranking-header h2 {
		margin-bottom: 0;
		margin-right: 40px;
		width: auto;
		text-align: left;
	}
}

.page-agency-ranking .ranking-header h2 strong, .page-home .pane-custom.ranking-header h2 strong,
	.page-agency-integrity-ranking .ranking-header h2 strong {
	color: #1492ff;
}

.page-agency-ranking {
	background-color: #f6f6f6;
}

.page-agency-ranking .header-wrapper {
	background-color: #fff;
}

@media ( min-width :777px) {
	.page-agency-ranking main.layout-3col__full {
		padding-left: 0;
		padding-right: 0;
	}
}

.view-ranking-list ol, .view-agency-rank-list ol,
	.view-practitioner-rank-list ol, .view-store-rank-list ol,
	.view-store-rank-list-2 ol {
	margin: 0;
	padding: 0;
}

.view-ranking-list .views-row, .view-agency-rank-list .views-row,
	.view-practitioner-rank-list .views-row, .view-store-rank-list .views-row,
	.view-store-rank-list-2 .views-row {
	list-style: none;
	position: relative;
	height: 120px;
	padding: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
}

.view-ranking-list .views-row .node-real-estate-company,
	.view-agency-rank-list .views-row .node-real-estate-company,
	.view-practitioner-rank-list .views-row .node-real-estate-company,
	.view-store-rank-list .views-row .node-real-estate-company,
	.view-store-rank-list-2 .views-row .node-real-estate-company {
	padding-left: 25px;
}

.view-ranking-list .no, .view-agency-rank-list .no,
	.view-practitioner-rank-list .no, .view-store-rank-list .no,
	.view-store-rank-list-2 .no {
	font-size: 0.75rem;
	position: absolute;
	overflow: hidden;
	top: 18px;
	color: #fff;
	width: 20px;
	text-align: center;
}

.view-ranking-list .views-row-1 .no, .view-agency-rank-list .views-row-1 .no,
	.view-practitioner-rank-list .views-row-1 .no, .view-store-rank-list .views-row-1 .no,
	.view-store-rank-list-2 .views-row-1 .no {
	text-indent: -999rem;
}

.view-ranking-list .views-row-2 .no, .view-agency-rank-list .views-row-2 .no,
	.view-practitioner-rank-list .views-row-2 .no, .view-store-rank-list .views-row-2 .no,
	.view-store-rank-list-2 .views-row-2 .no {
	text-indent: -999rem;
}

.view-ranking-list .views-row-3 .no, .view-agency-rank-list .views-row-3 .no,
	.view-practitioner-rank-list .views-row-3 .no, .view-store-rank-list .views-row-3 .no,
	.view-store-rank-list-2 .views-row-3 .no {
	text-indent: -999rem;
}

.view-ranking-list .views-row-10 .no, .view-agency-rank-list .views-row-10 .no,
	.view-practitioner-rank-list .views-row-10 .no, .view-store-rank-list .views-row-10 .no,
	.view-store-rank-list-2 .views-row-10 .no {
	font-size: 0.875rem;
}

.view-ranking-list .stat__count, .view-agency-rank-list .stat__count,
	.view-practitioner-rank-list .stat__count, .view-store-rank-list .stat__count,
	.view-store-rank-list-2 .stat__count {
	font-size: 0.875rem;
	position: absolute;
	top: 15px;
	right: 15px;
}

.view-ranking-list .stat__count strong, .view-agency-rank-list .stat__count strong,
	.view-practitioner-rank-list .stat__count strong, .view-store-rank-list .stat__count strong,
	.view-store-rank-list-2 .stat__count strong {
	font-size: 1.5rem;
	color: #fe5054;
}

.view-ranking-list .field-rec-logo, .view-agency-rank-list .field-rec-logo,
	.view-practitioner-rank-list .field-rec-logo, .view-store-rank-list .field-rec-logo,
	.view-store-rank-list-2 .field-rec-logo {
	width: 50%;
	margin-left: 8px;
}

.view-ranking-list h3.field-title, .view-agency-rank-list h3.field-title,
	.view-practitioner-rank-list h3.field-title, .view-store-rank-list h3.field-title,
	.view-store-rank-list-2 h3.field-title {
	line-height: 1.5rem;
	font-size: 1rem;
}

.view-ranking-list .field-title h4, .view-agency-rank-list .field-title h4,
	.view-practitioner-rank-list .field-title h4, .view-store-rank-list .field-title h4,
	.view-store-rank-list-2 .field-title h4 {
	margin: 2px 0;
}

.view-ranking-list .field-title a, .view-agency-rank-list .field-title a,
	.view-practitioner-rank-list .field-title a, .view-store-rank-list .field-title a,
	.view-store-rank-list-2 .field-title a {
	font-size: 0.875rem;
	text-decoration: none;
	color: #999999;
}

.page-home .pane-ranking-list {
	box-shadow: 5px 5px 3px #e3e3e3;
}

.page-home .pane-promote-rec-front .pane__title {
	font-weight: normal;
}

.page-home .pane-promote-rec-front .pane__title strong {
	font-weight: normal;
	color: #1492ff;
}

.page-home .pane-promote-rec-front .views-slideshow-cycle-main-frame-row
	{
	width: 100%;
}

.page-home .pane-promote-rec-front .view-content {
	position: relative;
}

.page-home .pane-promote-rec-front .view-content::after {
	display: block;
	width: 100%;
	position: absolute;
	top: 570px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3),
		transparent);
	height: 52px;
	z-index: 999;
	content: "";
}

.page-home .pane-promote-practiioner-front .pane__title {
	font-weight: normal;
}

.page-home .pane-promote-practiioner-front .pane__title strong {
	font-weight: normal;
	color: #1492ff;
}

.page-home .panel-col-bottom {
	background-color: #f6f6f6;
	padding-top: 1rem;
}

.lt-ie9 .page-home .pane-promote-rec-front {
	width: 853px;
}

.lt-ie9 .page-agency-ranking .pane-custom.ranking-header .tab__header,
	.lt-ie9 .page-home .pane-custom.ranking-header .tab__header {
	margin-bottom: 0;
}

.lt-ie9 .page-agency-ranking .view-ranking-list .field-rec-logo img,
	.lt-ie9 .page-home .view-ranking-list .field-rec-logo img {
	width: 110px;
	height: 42px;
}

.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6
	{
	margin-bottom: 2rem;
}

.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .pane__title
	{
	margin: 0;
	font-size: 0.875rem;
	width: 118px;
	font-weight: 100;
}

.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type
	{
	padding: 0;
	width: auto;
}

.page-agency .pane-block.facetapi-block.pane-facetapi-fxyotpsll6rskkuki0b9bpefrxw0u5j6 .facetapi-facet-field-rec-type .leaf span
	{
	display: inline-block;
}

.page-home .panel-col-middle-last {
	background-color: #f8f8f8;
}

.practitioner-honesty-public, .agency-honesty-public {
	padding: 1rem 1.5rem;
}

.practitioner-honesty-public__col-1 {
	float: left;
	width: 40% !important;
}

.practitioner-honesty-public__col-2, .agency-honesty-public__col-2 {
	text-align: left !important;
	float: left;
	width: 15%;
	margin-top: 2rem;
}

.practitioner-honesty-public__col-2 .public-date__label,
	.agency-honesty-public__col-2 .public-date__label {
	color: #999;
}

.practitioner-honesty-public__col-3, .agency-honesty-public__col-3 {
	text-align: left !important;
	width: 45%;
	float: left;
	color: #e54044;
}

.practitioner-honesty-public__notice-content-title,
	.agency-honesty-public__notice-content-title {
	font-size: 18px;
	margin-bottom: .4rem;
}

.practitioner-honesty-public__notice-content-main,
	.agency-honesty-public__notice-content-main {
	font-size: 0.875rem;
}

.practitioner-honesty-public__notice-content-main p,
	.agency-honesty-public__notice-content-main p {
	margin: 0;
}

.practitioner-honesty-public__field-phone .icons {
	vertical-align: middle;
}

.practitioner-honesty-public__title a {
	text-decoration: none;
	font-size: 1.25rem;
}

.practitioner-honesty-public:hover:hover,
	.practitioner-honesty-public--hover:hover, .agency-honesty-public:hover:hover
	{
	background-color: #e1f1ff;
}

.agency-honesty-public__col-1 {
	padding: 0 !important;
}

.agency-honesty-public__col-2 {
	margin-top: .5rem;
}

.agency-honesty-public__photo {
	width: 170px;
	height: 70px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.agency-honesty-public__photo img {
	width: 100%;
	height: 100%;
}

.agency-honesty-public__title {
	font-size: 18px;
	margin: 0;
	line-height: 1.5rem;
}

.agency-honesty-public__title a {
	text-decoration: none;
}

.agency-honesty-public__record-number {
	font-size: 14px;
}

.agency-honesty-public__agency-detail a {
	font-size: 14px;
	color: #1492ff;
}

.agency-honesty-public__notice-content-main p {
	margin: 0;
}

.agency-honesty-public:hover:hover, .agency-honesty-public--hover:hover
	{
	background-color: #e1f1ff;
}

.page-agency-board ul.tabs {
	display: none;
}

.page-agency-board .view-header {
	margin: 0 0 2.25rem 0;
}

.page-agency-board .view-header .sorts:nth-child(2) {
	display: none;
}

.page-agency-board .view-agency-red-board .agency-honesty-public__col-3
	{
	color: #666;
}

.page-agency-board .view-agency-red-board .agency-honesty-public__notice-content-main
	{
	color: #999;
}

.page-agency-board .view-practitioner-red-board .practitioner-honesty-public__col-3
	{
	color: #666;
}

.page-agency-board .view-practitioner-red-board .practitioner-honesty-public__notice-content-main
	{
	color: #999;
}

.page-agency-board .view-agency-abnormal-board .node-real-estate-company .field-is-abnormal
	{
	color: #fe5054;
	margin-top: 8px;
}

html.lt-ie9 .page-agency-board .view-header .sorts:first-child+div {
	display: none;
}

html.lt-ie9 .page-agency-integrity-ranking .pane-views-panes {
	margin-top: 2rem;
}

html.lt-ie9 .page-agency-integrity-ranking .node-agency-brand .field-logo-medium img
	{
	width: 180px;
	height: 70px;
}

html.lt-ie9 .page-agency-integrity-ranking .tab__header {
	margin-bottom: 0;
}

.page-agency-integrity-ranking {
	background-color: #f8f8f8;
}

.page-agency-integrity-ranking .header-wrapper {
	background-color: #fff;
}

.page-agency-integrity-ranking main {
	margin-bottom: 2.5rem;
}

.page-agency-integrity-ranking .pane-views-panes {
	margin-top: 2rem;
	box-shadow: 5px 5px 3px #e3e3e3;
}

.page-agency-integrity-ranking .pane-views-panes .view {
	min-height: 525px;
}

.page-agency-integrity-ranking .pane-views-panes .views-row-even {
	background-color: #f3f9ff;
}

.page-agency-integrity-ranking .pane-views-panes .views-row-odd {
	background-color: #fff;
}

@media ( min-width :777px) {
	.page-agency-integrity-ranking .pane-views-panes {
		width: 31%;
		float: left;
		margin-left: 1%;
		margin-right: 1%;
	}
	.page-agency-integrity-ranking .pane-views-panes .views-row {
		margin-top: 0 !important;
	}
	.page-agency-integrity-ranking .pane-views-panes .views-row .stat__count
		{
		font-size: 0.875rem;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.page-agency-integrity-ranking .pane-views-panes .views-row .stat__count strong
		{
		font-size: 1.5rem;
		color: #fe5054;
	}
}

.page-agency-integrity-ranking .pane-views-panes .view-agency-rank-list .views-row .field-logo-medium
	{
	width: 180px;
}

.page-agency-integrity-ranking .pane-views-panes .view-agency-rank-list .views-row .field-agency-brand
	{
	font-size: .875rem;
	font-weight: bold;
	color: #999;
	margin: .5rem 0;
}

.page-agency-integrity-ranking .pane-views-panes .view-agency-rank-list .views-row .stat__count div
	{
	display: inline;
}

.page-agency-integrity-ranking .pane-views-panes .view-practitioner-rank-list .views-row .field-rep-photo
	{
	width: 68px;
	height: 97px;
	float: left;
	margin-right: 15px;
}

.page-agency-integrity-ranking .pane-views-panes .view-practitioner-rank-list .views-row .field-rep-photo .field-label
	{
	display: none;
}

.page-agency-integrity-ranking .pane-views-panes .view-practitioner-rank-list .views-row .field-rep-photo img
	{
	width: 100%;
	height: 100%;
}

.page-agency-integrity-ranking .pane-views-panes .view-practitioner-rank-list .views-row .field-practitioner
	{
	font-size: 18px;
	font-weight: bold;
}

.page-agency-integrity-ranking .pane-views-panes .view-practitioner-rank-list .views-row .stat__count div
	{
	display: inline;
}

.page-agency-integrity-ranking .pane-views-panes .view-practitioner-rank-list .views-row .field-practitioner-rec
	{
	font-size: 14px;
}

.page-agency-integrity-ranking .pane-views-panes .view-store-rank-list .node-real-estate-company .field-title,
	.page-agency-integrity-ranking .pane-views-panes .view-store-rank-list-2 .node-real-estate-company .field-title
	{
	margin: 10px 0;
	width: 80%;
}

.page-agency-integrity-ranking .pane-views-panes .view-store-rank-list .node-real-estate-company .field-rec-alias,
	.page-agency-integrity-ranking .pane-views-panes .view-store-rank-list-2 .node-real-estate-company .field-rec-alias
	{
	color: #999;
	font-size: 14px;
}

.page-agency-integrity-ranking .pane-views-panes .view-store-rank-list .stat__count,
	.page-agency-integrity-ranking .pane-views-panes .view-store-rank-list-2 .stat__count
	{
	top: 50px !important;
}

.page-agency-integrity-ranking .pane-views-panes .view-store-rank-list .stat__count div,
	.page-agency-integrity-ranking .pane-views-panes .view-store-rank-list-2 .stat__count div
	{
	display: inline !important;
}

.page-agency-integrity-ranking .pane-views-panes .view {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.page-agency-integrity-ranking .node-agency-brand,
	.page-agency-integrity-ranking .node-real-estate-practitioner,
	.page-agency-integrity-ranking .node-real-estate-company {
	padding-left: 35px !important;
}

.page-agency-integrity-ranking .pane__title {
	margin: 0;
	color: #fff;
	line-height: 5rem;
	padding-left: 3.5rem;
	background-size: 100%;
	background-position: center;
}

.page-agency-integrity-ranking .pane-agency-rank-list-panel-pane-1 .pane__title,
	.page-agency-integrity-ranking .pane-store-rank-list-panel-pane-1 .pane__title,
	.page-agency-integrity-ranking .pane-practitioner-rank-list-panel-pane-1 .pane__title
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-icon.png)
		no-repeat 1.2rem 1.6rem,
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking1.png)
		bottom no-repeat;
}

.page-agency-integrity-ranking .pane-agency-rank-list-panel-pane-2 .pane__title,
	.page-agency-integrity-ranking .pane-store-rank-list-panel-pane-2 .pane__title,
	.page-agency-integrity-ranking .pane-practitioner-rank-list-panel-pane-2 .pane__title
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-icon.png)
		no-repeat 1.2rem 1.6rem,
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking2.png)
		bottom no-repeat;
}

.page-agency-integrity-ranking .pane-agency-rank-list-panel-pane-3 .pane__title,
	.page-agency-integrity-ranking .pane-store-rank-list-2-panel-pane-1 .pane__title,
	.page-agency-integrity-ranking .pane-practitioner-rank-list-panel-pane-3 .pane__title
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-icon.png)
		no-repeat 1.2rem 1.6rem,
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking3.png)
		bottom no-repeat;
}

.page-agency-integrity-ranking .pane-agency-rank-list-panel-pane-4 .pane__title,
	.page-agency-integrity-ranking .pane-store-rank-list-panel-pane-4 .pane__title,
	.page-agency-integrity-ranking .pane-practitioner-rank-list-panel-pane-4 .pane__title
	{
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking4.png);
}

.page-agency-integrity-ranking .pane-agency-rank-list-panel-pane-5 .pane__title,
	.page-agency-integrity-ranking .pane-store-rank-list-panel-pane-5 .pane__title,
	.page-agency-integrity-ranking .pane-practitioner-rank-list-panel-pane-5 .pane__title
	{
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking5.png);
}

.page-agency-integrity-ranking .pane-agency-rank-list-panel-pane-6 .pane__title,
	.page-agency-integrity-ranking .pane-store-rank-list-panel-pane-6 .pane__title,
	.page-agency-integrity-ranking .pane-practitioner-rank-list-panel-pane-6 .pane__title
	{
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking6.png);
}

.agency-honesty-details {
	background-color: #fad9da;
}

.agency-honesty-details__col-2 {
	margin-top: 1rem !important;
}

.agency-honesty-details__col-2 .warn {
	border-radius: 20px;
	background-color: #fff;
	font-size: 14px;
	padding: 15px;
	text-align: center;
}

.agency-honesty-details__col-2 .warn strong {
	color: #e54044;
	font-size: 18px;
}

.newest-honesty-public, .page-honesty .center-wrapper .view-display-id-panel_pane_6 .views-row,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .views-row
	{
	overflow: hidden;
	position: relative;
	padding: 10px;
}

.newest-honesty-public__rep-photo, .page-honesty .center-wrapper .view-display-id-panel_pane_6 .views-row .field-rep-photo,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .views-row .field-rep-photo
	{
	width: 50px;
	float: left;
	margin-right: 10px;
}

.newest-honesty-public__rep-name, .page-honesty .center-wrapper .view-display-id-panel_pane_6 .views-row .field-title,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .views-row .field-title
	{
	font-size: 14px;
	color: #1492ff;
}

.newest-honesty-public__agency-name, .page-honesty .center-wrapper .view-display-id-panel_pane_6 .views-row .affiliated-company,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .views-row .affiliated-company
	{
	color: #333;
	font-size: 14px;
	width: 82%;
}

.newest-honesty-public__board-date, .page-honesty .center-wrapper .view-display-id-panel_pane_6 .views-row .field-board-date,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .views-row .field-board-date
	{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999;
	font-size: 14px;
}

.newest-honesty-public__board-type, .page-honesty .center-wrapper .view-display-id-panel_pane_6 .views-row .field-board-type,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .views-row .field-board-type
	{
	position: absolute;
	background-color: #e54044;
	border-radius: 5px;
	top: 35px;
	right: 10px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
}

.newest-honesty-public:hover, .newest-honesty-public--hover,
	.page-honesty .center-wrapper .view-display-id-panel_pane_6 .views-row:hover,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .views-row:hover
	{
	background-color: #f3f9ff;
}

.page-honesty main {
	padding: 0;
}

.page-honesty .panel-col-top {
	overflow: hidden;
	padding-bottom: 10px;
}

@media ( min-width :777px) {
	.page-honesty .panel-col-top .pane-paihb-panel-pane-1 {
		width: 31%;
		margin-left: 15px;
	}
	.page-honesty .panel-col-top .pane-paihb-panel-pane-2 {
		width: 31%;
		margin: 0 25px;
	}
	.page-honesty .panel-col-top .pane-paihb-panel-pane-3 {
		width: 31%;
	}
}

.page-honesty .panel-col-top .pane-views-panes {
	margin-top: 2rem;
	box-shadow: 5px 5px 3px #e3e3e3;
}

.page-honesty .panel-col-top .pane-views-panes .view--paihb {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.page-honesty .panel-col-top .pane-views-panes .views-row-1 .no {
	text-indent: -999rem;
}

.page-honesty .panel-col-top .pane-views-panes .views-row-2 .no {
	text-indent: -999rem;
}

.page-honesty .panel-col-top .pane-views-panes .views-row-3 .no {
	text-indent: -999rem;
}

@media ( min-width :777px) {
	.page-honesty .panel-col-top .pane-views-panes {
		float: left;
	}
}

.page-honesty .panel-col-top .pane-views-panes .views-row-even {
	background-color: #f3f9ff;
}

.page-honesty .panel-col-top .pane-views-panes .views-row-odd {
	background-color: #fff;
}

.page-honesty .panel-col-top .pane-views-panes ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-honesty .panel-col-top .pane-views-panes .views-row {
	margin-top: 0 !important;
	position: relative;
	height: 56px;
}

.page-honesty .panel-col-top .pane-views-panes .views-row .field-stat-agency
	{
	margin-left: 35px;
	line-height: 56px;
	width: 75%;
	overflow: hidden;
	font-size: 0.875rem;
}

.page-honesty .panel-col-top .pane-views-panes .views-row .field-stat-agency a
	{
	text-decoration: none;
}

.page-honesty .panel-col-top .pane-views-panes .views-row .no {
	font-size: 0.75rem;
	position: absolute;
	overflow: hidden;
	top: 18px;
	left: 6px;
	color: #fff;
	width: 23px;
	text-align: center;
}

.page-honesty .panel-col-top .pane-views-panes .views-row span {
	display: none;
}

.page-honesty .panel-col-top .pane-views-panes .views-row .stat__count {
	font-size: 0.875rem;
	position: absolute;
	top: 15px;
	right: 15px;
}

.page-honesty .panel-col-top .pane-views-panes .pane__title {
	margin: 0;
	color: #fff;
	line-height: 5rem;
	padding-left: 3.5rem;
	background-size: 100%;
	background-position: center;
}

.page-honesty .panel-col-top .pane-paihb-panel-pane-1 .pane__title {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-icon.png)
		no-repeat 1.2rem 1.6rem,
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking1.png)
		no-repeat center center/100% 100%;
}

.page-honesty .panel-col-top .pane-paihb-panel-pane-2 .pane__title {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-icon.png)
		no-repeat 1.2rem 1.6rem,
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking2.png)
		no-repeat center center/100% 100%;
}

.page-honesty .panel-col-top .pane-paihb-panel-pane-3 .pane__title {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking-icon.png)
		no-repeat 1.2rem 1.6rem,
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/ranking3.png)
		no-repeat center center/100% 100%;
}

.page-honesty .center-wrapper .panel-col-last .views-slideshow-cycle-main-frame-row
	{
	width: 266px !important;
	height: 100% !important;
}

.page-honesty .center-wrapper .panel-col-last .views-slideshow-cycle-main-frame
	{
	height: 470px !important;
}

.page-honesty .center-wrapper .panel-col-last .views-slideshow-controls-text-pause
	{
	display: none;
}

.page-honesty .center-wrapper .panel-col-last .views-slideshow-controls-text-next
	{
	margin-left: 10px;
}

.page-honesty .center-wrapper .panel-col-last .views-slideshow-controls-text
	{
	text-align: right;
	margin-top: 10px;
}

.page-honesty .center-wrapper .panel-col-last .views-slideshow-controls-text span
	{
	border: 1px solid #1492ff;
	border-radius: 5px;
}

.page-honesty .center-wrapper .panel-col-last .views-slideshow-controls-text span a
	{
	color: #1492ff;
	text-decoration: none;
	padding: 2px 8px;
}

.page-honesty .center-wrapper .panel-col-last .views-slideshow-controls-text span:hover
	{
	text-decoration: none;
	background-color: #1492ff;
}

.page-honesty .center-wrapper .panel-col-last .views-slideshow-controls-text span:hover a
	{
	color: #fff;
}

.page-honesty .center-wrapper .view-display-id-panel_pane_6,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 {
	overflow: hidden;
}

.page-honesty .center-wrapper .view-display-id-panel_pane_6 .view-footer,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .view-footer
	{
	float: right;
}

.page-honesty .center-wrapper .view-display-id-panel_pane_6 .view-footer a,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .view-footer a
	{
	color: #1492ff;
	text-decoration: none;
}

.page-honesty .center-wrapper .view-display-id-panel_pane_6 .views-row .field-title h4,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .views-row .field-title h4
	{
	margin: 0;
}

.page-honesty .center-wrapper .view-display-id-panel_pane_6 .views-row .field-title h4 a,
	.page-honesty .center-wrapper .view-display-id-panel_pane_7 .views-row .field-title h4 a
	{
	text-decoration: none;
}

.page-honesty .center-wrapper .view-display-id-panel_pane_7 {
	margin-top: 2rem;
}

.page-honesty .center-wrapper .view-display-id-panel_pane_7 .field-board-type
	{
	background-color: #000 !important;
}

.page-honesty .center-wrapper .node-real-estate-company.view-mode-search .field-label
	{
	display: none;
}

.page-honesty .pane__title {
	overflow: hidden;
}

.page-honesty .pane__title .top5 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin-left: .5rem;
}

.page-honesty .pane__title .view-more {
	float: right;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	margin-right: 1.8rem;
	display: block;
}

.page-honesty .pane__title .view-more:hover {
	cursor: pointer;
}

.page-honesty .pane__title .view-more::after {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	right: -16px;
	border: 5px solid transparent;
	border-left: 6px solid #fff;
}

.page-honesty .pane-front-page-agency-rank .pane__title {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/title-bg4.png);
	line-height: 3rem;
	padding-left: 1rem;
	color: #fff;
	background-size: 100% 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2rem;
	margin-bottom: 0;
}

.page-honesty .pane-frontpage-agency-rank-list .pane__title {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/title-bg1.png);
	line-height: 3rem;
	padding-left: 1rem;
	color: #fff;
	background-size: 100% 100%;
}

.page-honesty .pane-practitioner-rank-list .pane__title {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/title-bg3.png);
	line-height: 3rem;
	padding-left: 1rem;
	color: #fff;
	background-size: 100% 100%;
}

.page-honesty .pane-honesty-panel-pane-6 .pane__title, .page-honesty .pane-honesty-panel-pane-7 .pane__title
	{
	color: #1492ff;
	border-bottom: 2px solid #1492ff;
	overflow: hidden;
}

.page-honesty .pane-honesty-panel-pane-6 .pane__title .red-board,
	.page-honesty .pane-honesty-panel-pane-6 .pane__title .black-board,
	.page-honesty .pane-honesty-panel-pane-7 .pane__title .red-board,
	.page-honesty .pane-honesty-panel-pane-7 .pane__title .black-board {
	float: right;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

.page-honesty .pane-honesty-panel-pane-6 .pane__title .red-board i,
	.page-honesty .pane-honesty-panel-pane-6 .pane__title .red-board span,
	.page-honesty .pane-honesty-panel-pane-6 .pane__title .black-board i,
	.page-honesty .pane-honesty-panel-pane-6 .pane__title .black-board span,
	.page-honesty .pane-honesty-panel-pane-7 .pane__title .red-board i,
	.page-honesty .pane-honesty-panel-pane-7 .pane__title .red-board span,
	.page-honesty .pane-honesty-panel-pane-7 .pane__title .black-board i,
	.page-honesty .pane-honesty-panel-pane-7 .pane__title .black-board span
	{
	display: inline-block;
	vertical-align: middle;
}

.page-honesty .pane-practitioner-rank-list .pane-views-panes,
	.page-honesty .pane-frontpage-agency-rank-list .pane-views-panes {
	display: none;
}

.page-honesty .pane-practitioner-rank-list .pane-views-panes.selected,
	.page-honesty .pane-frontpage-agency-rank-list .pane-views-panes.selected
	{
	display: block;
}

.page-honesty .views-exposed-form {
	margin-bottom: 1.5rem;
	border: 1px solid #eee;
	padding: 1rem;
	position: relative;
}

.page-honesty .views-exposed-form .views-exposed-widget.views-submit-button
	{
	position: absolute;
	top: 1.5rem;
	left: 12rem;
}

.page-honesty .views-exposed-form .views-exposed-widget__label {
	display: inline-block;
	margin: 0 1rem 0 0;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.page-honesty .views-exposed-form .views-exposed-widget__label i {
	vertical-align: text-bottom;
}

.page-honesty .views-exposed-form .views-widget-filter-field_rec_district_tid
	{
	margin: 0;
}

.page-honesty .views-exposed-form .views-widget {
	display: inline-block;
}

.page-honesty .views-exposed-form .form-item-field-rec-district-tid {
	margin: 0;
	position: relative;
}

.page-honesty .views-exposed-form .form-item-field-rec-district-tid::before
	{
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #1492ff;
	right: 0;
	top: 2px;
}

.page-honesty .views-exposed-form select#edit-field-rec-district-tid {
	padding: .5rem;
	font-size: 14px;
	border: 1px solid #eee;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/drop-arrow.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	width: 6rem;
}

.agency-banner {
	height: 420px;
	background-size: 100% 100%;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/banner-bg.png);
	padding: 5rem 0;
	position: relative;
}

@media ( min-width :777px) {
	.agency-banner {
		padding: 6rem;
	}
}

.agency-banner .agency-banner-slogan {
	color: #fff;
	text-align: center;
}

.agency-banner .agency-banner-slogan.big {
	font-size: 3rem;
	margin-bottom: 2rem;
	line-height: 3rem;
}

.agency-banner .agency-banner-slogan.small {
	font-size: 1.8rem;
}

.agency-banner .box-search-nav {
	background-color: rgba(53, 56, 64, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 2rem;
}

.agency-banner .box-search-nav__content {
	width: 95%;
	margin: 0 auto;
}

@media ( min-width :777px) {
	.agency-banner .box-search-nav__content {
		width: 550px;
	}
}

.agency-banner form#optionSearch {
	position: relative;
}

.agency-banner .search-box__textfield {
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
}

.agency-banner .search-box__submit {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/icons/search2.png);
	background-color: #1492ff !important;
	width: 46px !important;
	height: 34px !important;
	right: 0;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background-position: center;
	border-radius: 0;
}

.agency-banner .agency-map-enter {
	text-align: center;
	margin: 2rem auto;
}

.agency-banner .agency-map-enter .icons {
	margin-right: 5px;
}

.agency-banner .agency-map-enter a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: text-bottom;
}

.node-type-real-estate-practitioner .view-practitioner-detail .views-row
	{
	overflow: hidden;
	padding: 1rem 0;
	border-bottom: 1px dashed #eee;
}

.node-type-real-estate-practitioner .view-practitioner-detail .views-row .field-board-date
	{
	float: left;
}

.node-type-real-estate-practitioner .view-practitioner-detail .views-row .border-type-1
	{
	float: right;
	color: #079700;
}

.node-type-real-estate-practitioner .view-practitioner-detail .views-row .border-type-2
	{
	float: right;
	color: #e54044;
}

.node-type-real-estate-practitioner .view-practitioner-detail .views-row .field-body
	{
	background-color: #e6e6e6;
	padding: .5rem 1rem;
	clear: both;
	margin-top: 2.5rem;
}

.list-box, .house-list, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search,
	.new-agency, .node-real-estate-company.view-mode-block,
	.node-real-estate-company.view-mode-search, .node-real-estate-company.view-mode-store,
	.agency-honesty-details, .new-practitioner,
	.node-real-estate-practitioner.view-mode-block,
	.node-real-estate-practitioner.view-mode-search,
	.practitioner-honesty-public, .agency-honesty-public, .judicial-sale,
	.node-judicial-auction.view-mode-teaser {
	position: relative;
	transition: background-color .2s;
	margin-bottom: 1rem;
}

.list-box ul, .list-box h3, .house-list ul,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search ul,
	.new-agency ul, .node-real-estate-company.view-mode-block ul,
	.node-real-estate-company.view-mode-search ul,
	.node-real-estate-company.view-mode-store ul, .agency-honesty-details ul,
	.new-practitioner ul, .node-real-estate-practitioner.view-mode-block ul,
	.node-real-estate-practitioner.view-mode-search ul,
	.practitioner-honesty-public ul, .agency-honesty-public ul,
	.judicial-sale ul, .node-judicial-auction.view-mode-teaser ul,
	.house-list h3, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search h3,
	.new-agency h3, .node-real-estate-company.view-mode-block h3,
	.node-real-estate-company.view-mode-search h3,
	.node-real-estate-company.view-mode-store h3, .agency-honesty-details h3,
	.new-practitioner h3, .node-real-estate-practitioner.view-mode-block h3,
	.node-real-estate-practitioner.view-mode-search h3,
	.practitioner-honesty-public h3, .agency-honesty-public h3,
	.judicial-sale h3, .node-judicial-auction.view-mode-teaser h3 {
	margin: 0;
	padding: 0;
}

.list-box__col, .house-list__col-1, .house-list__col-2,
	.house-list__col-3, .house-list__col-4, .house-list__col-5,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-second,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-third,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-fourth,
	.new-agency__col-1, .node-real-estate-company.view-mode-block .group-first,
	.node-real-estate-company.view-mode-search .group-first,
	.node-real-estate-company.view-mode-store .group-first,
	.new-agency__col-2, .node-real-estate-company.view-mode-block .group-second,
	.node-real-estate-company.view-mode-search .group-second,
	.node-real-estate-company.view-mode-store .group-second,
	.new-agency__col-3, .node-real-estate-company.view-mode-block .group-third,
	.node-real-estate-company.view-mode-search .group-third,
	.node-real-estate-company.view-mode-store .group-third,
	.new-agency__col-4, .node-real-estate-company.view-mode-block .group-fourth,
	.node-real-estate-company.view-mode-search .group-fourth,
	.node-real-estate-company.view-mode-store .group-fourth,
	.new-practitioner__col-1, .node-real-estate-practitioner.view-mode-block .group-first,
	.node-real-estate-practitioner.view-mode-search .group-first,
	.new-practitioner__col-2, .node-real-estate-practitioner.view-mode-block .group-second,
	.node-real-estate-practitioner.view-mode-search .group-second,
	.new-practitioner__col-3, .node-real-estate-practitioner.view-mode-block .group-third,
	.node-real-estate-practitioner.view-mode-search .group-third,
	.new-practitioner__col-4, .node-real-estate-practitioner.view-mode-block .group-fourth,
	.node-real-estate-practitioner.view-mode-search .group-fourth,
	.agency-honesty-public__col-1, .agency-honesty-details__col-1,
	.agency-honesty-details__col-2, .agency-honesty-details__col-3,
	.agency-honesty-details__col-4, .view-mode-parent_company_block .group-first,
	.view-mode-parent_company_block .group-second,
	.view-mode-parent_company_block .group-third,
	.view-mode-parent_company_block .group-fourth, .judicial-sale__col-1,
	.node-judicial-auction.view-mode-teaser .group-first,
	.judicial-sale__col-2, .node-judicial-auction.view-mode-teaser .group-second,
	.judicial-sale__col-3, .node-judicial-auction.view-mode-teaser .group-third,
	.judicial-sale__col-4, .node-judicial-auction.view-mode-teaser .group-fourth
	{
	float: left;
	padding-top: .7rem;
	padding-bottom: .7rem;
}

.list-box__middle-element, .new-agency__col-2, .node-real-estate-company.view-mode-block .group-second,
	.node-real-estate-company.view-mode-search .group-second,
	.node-real-estate-company.view-mode-store .group-second,
	.new-agency__col-3, .node-real-estate-company.view-mode-block .group-third,
	.node-real-estate-company.view-mode-search .group-third,
	.node-real-estate-company.view-mode-store .group-third,
	.new-agency__col-4, .node-real-estate-company.view-mode-block .group-fourth,
	.node-real-estate-company.view-mode-search .group-fourth,
	.node-real-estate-company.view-mode-store .group-fourth,
	.new-practitioner__col-2, .node-real-estate-practitioner.view-mode-block .group-second,
	.node-real-estate-practitioner.view-mode-search .group-second,
	.new-practitioner__col-3, .node-real-estate-practitioner.view-mode-block .group-third,
	.node-real-estate-practitioner.view-mode-search .group-third,
	.new-practitioner__col-4, .node-real-estate-practitioner.view-mode-block .group-fourth,
	.node-real-estate-practitioner.view-mode-search .group-fourth,
	.agency-honesty-details__col-2, .agency-honesty-details__col-3,
	.agency-honesty-details__col-4 {
	margin-top: 2rem;
	text-align: right;
}

.list-box__col-1, .list-box .col-1, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first,
	.new-agency__col-1, .node-real-estate-company.view-mode-block .group-first,
	.node-real-estate-company.view-mode-search .group-first,
	.node-real-estate-company.view-mode-store .group-first,
	.new-practitioner__col-1, .node-real-estate-practitioner.view-mode-block .group-first,
	.node-real-estate-practitioner.view-mode-search .group-first,
	.agency-honesty-public__col-1, .agency-honesty-details__col-1,
	.view-mode-parent_company_block .group-first, .house-list .col-1,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .col-1,
	.new-agency .col-1, .node-real-estate-company.view-mode-block .col-1,
	.node-real-estate-company.view-mode-search .col-1,
	.node-real-estate-company.view-mode-store .col-1,
	.agency-honesty-details .col-1, .new-practitioner .col-1,
	.node-real-estate-practitioner.view-mode-block .col-1,
	.node-real-estate-practitioner.view-mode-search .col-1,
	.practitioner-honesty-public .col-1, .agency-honesty-public .col-1,
	.judicial-sale .col-1, .node-judicial-auction.view-mode-teaser .col-1 {
	width: 100%;
}

@media ( min-width :666px) {
	.list-box__col-1, .list-box .col-1, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first,
		.new-agency__col-1, .node-real-estate-company.view-mode-block .group-first,
		.node-real-estate-company.view-mode-search .group-first,
		.node-real-estate-company.view-mode-store .group-first,
		.new-practitioner__col-1, .node-real-estate-practitioner.view-mode-block .group-first,
		.node-real-estate-practitioner.view-mode-search .group-first,
		.agency-honesty-public__col-1, .agency-honesty-details__col-1,
		.view-mode-parent_company_block .group-first, .house-list .col-1,
		.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .col-1,
		.new-agency .col-1, .node-real-estate-company.view-mode-block .col-1,
		.node-real-estate-company.view-mode-search .col-1,
		.node-real-estate-company.view-mode-store .col-1,
		.agency-honesty-details .col-1, .new-practitioner .col-1,
		.node-real-estate-practitioner.view-mode-block .col-1,
		.node-real-estate-practitioner.view-mode-search .col-1,
		.practitioner-honesty-public .col-1, .agency-honesty-public .col-1,
		.judicial-sale .col-1, .node-judicial-auction.view-mode-teaser .col-1
		{
		width: 60%;
	}
}

@media ( min-width :888px) {
	.list-box__col-1, .list-box .col-1, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-first,
		.new-agency__col-1, .node-real-estate-company.view-mode-block .group-first,
		.node-real-estate-company.view-mode-search .group-first,
		.node-real-estate-company.view-mode-store .group-first,
		.new-practitioner__col-1, .node-real-estate-practitioner.view-mode-block .group-first,
		.node-real-estate-practitioner.view-mode-search .group-first,
		.agency-honesty-public__col-1, .agency-honesty-details__col-1,
		.view-mode-parent_company_block .group-first, .house-list .col-1,
		.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .col-1,
		.new-agency .col-1, .node-real-estate-company.view-mode-block .col-1,
		.node-real-estate-company.view-mode-search .col-1,
		.node-real-estate-company.view-mode-store .col-1,
		.agency-honesty-details .col-1, .new-practitioner .col-1,
		.node-real-estate-practitioner.view-mode-block .col-1,
		.node-real-estate-practitioner.view-mode-search .col-1,
		.practitioner-honesty-public .col-1, .agency-honesty-public .col-1,
		.judicial-sale .col-1, .node-judicial-auction.view-mode-teaser .col-1
		{
		width: 40%;
	}
}

.list-box__col-2, .list-box .col-2, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-second,
	.new-agency__col-2, .node-real-estate-company.view-mode-block .group-second,
	.node-real-estate-company.view-mode-search .group-second,
	.node-real-estate-company.view-mode-store .group-second,
	.new-practitioner__col-2, .node-real-estate-practitioner.view-mode-block .group-second,
	.node-real-estate-practitioner.view-mode-search .group-second,
	.agency-honesty-details__col-2, .house-list .col-2,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .col-2,
	.new-agency .col-2, .node-real-estate-company.view-mode-block .col-2,
	.node-real-estate-company.view-mode-search .col-2,
	.node-real-estate-company.view-mode-store .col-2,
	.agency-honesty-details .col-2, .new-practitioner .col-2,
	.node-real-estate-practitioner.view-mode-block .col-2,
	.node-real-estate-practitioner.view-mode-search .col-2,
	.practitioner-honesty-public .col-2, .agency-honesty-public .col-2,
	.judicial-sale .col-2, .node-judicial-auction.view-mode-teaser .col-2 {
	display: none;
}

@media ( min-width :888px) {
	.list-box__col-2, .list-box .col-2, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .group-second,
		.new-agency__col-2, .node-real-estate-company.view-mode-block .group-second,
		.node-real-estate-company.view-mode-search .group-second,
		.node-real-estate-company.view-mode-store .group-second,
		.new-practitioner__col-2, .node-real-estate-practitioner.view-mode-block .group-second,
		.node-real-estate-practitioner.view-mode-search .group-second,
		.agency-honesty-details__col-2, .house-list .col-2,
		.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .col-2,
		.new-agency .col-2, .node-real-estate-company.view-mode-block .col-2,
		.node-real-estate-company.view-mode-search .col-2,
		.node-real-estate-company.view-mode-store .col-2,
		.agency-honesty-details .col-2, .new-practitioner .col-2,
		.node-real-estate-practitioner.view-mode-block .col-2,
		.node-real-estate-practitioner.view-mode-search .col-2,
		.practitioner-honesty-public .col-2, .agency-honesty-public .col-2,
		.judicial-sale .col-2, .node-judicial-auction.view-mode-teaser .col-2
		{
		display: block;
		width: 20%;
	}
}

.list-box__col-3, .list-box .col-3, .new-agency__col-3,
	.node-real-estate-company.view-mode-block .group-third,
	.node-real-estate-company.view-mode-search .group-third,
	.node-real-estate-company.view-mode-store .group-third,
	.new-practitioner__col-3, .node-real-estate-practitioner.view-mode-block .group-third,
	.node-real-estate-practitioner.view-mode-search .group-third,
	.agency-honesty-details__col-3, .house-list .col-3,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .col-3,
	.new-agency .col-3, .node-real-estate-company.view-mode-block .col-3,
	.node-real-estate-company.view-mode-search .col-3,
	.node-real-estate-company.view-mode-store .col-3,
	.agency-honesty-details .col-3, .new-practitioner .col-3,
	.node-real-estate-practitioner.view-mode-block .col-3,
	.node-real-estate-practitioner.view-mode-search .col-3,
	.practitioner-honesty-public .col-3, .agency-honesty-public .col-3,
	.judicial-sale .col-3, .node-judicial-auction.view-mode-teaser .col-3 {
	display: none;
}

@media ( min-width :666px) {
	.list-box__col-3, .list-box .col-3, .new-agency__col-3,
		.node-real-estate-company.view-mode-block .group-third,
		.node-real-estate-company.view-mode-search .group-third,
		.node-real-estate-company.view-mode-store .group-third,
		.new-practitioner__col-3, .node-real-estate-practitioner.view-mode-block .group-third,
		.node-real-estate-practitioner.view-mode-search .group-third,
		.agency-honesty-details__col-3, .house-list .col-3,
		.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .col-3,
		.new-agency .col-3, .node-real-estate-company.view-mode-block .col-3,
		.node-real-estate-company.view-mode-search .col-3,
		.node-real-estate-company.view-mode-store .col-3,
		.agency-honesty-details .col-3, .new-practitioner .col-3,
		.node-real-estate-practitioner.view-mode-block .col-3,
		.node-real-estate-practitioner.view-mode-search .col-3,
		.practitioner-honesty-public .col-3, .agency-honesty-public .col-3,
		.judicial-sale .col-3, .node-judicial-auction.view-mode-teaser .col-3
		{
		display: block;
		width: 20%;
	}
}

.list-box__col-4, .list-box .col-4, .new-agency__col-4,
	.node-real-estate-company.view-mode-block .group-fourth,
	.node-real-estate-company.view-mode-search .group-fourth,
	.node-real-estate-company.view-mode-store .group-fourth,
	.new-practitioner__col-4, .node-real-estate-practitioner.view-mode-block .group-fourth,
	.node-real-estate-practitioner.view-mode-search .group-fourth,
	.agency-honesty-details__col-4, .house-list .col-4,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .col-4,
	.new-agency .col-4, .node-real-estate-company.view-mode-block .col-4,
	.node-real-estate-company.view-mode-search .col-4,
	.node-real-estate-company.view-mode-store .col-4,
	.agency-honesty-details .col-4, .new-practitioner .col-4,
	.node-real-estate-practitioner.view-mode-block .col-4,
	.node-real-estate-practitioner.view-mode-search .col-4,
	.practitioner-honesty-public .col-4, .agency-honesty-public .col-4,
	.judicial-sale .col-4, .node-judicial-auction.view-mode-teaser .col-4 {
	display: none;
}

@media ( min-width :666px) {
	.list-box__col-4, .list-box .col-4, .new-agency__col-4,
		.node-real-estate-company.view-mode-block .group-fourth,
		.node-real-estate-company.view-mode-search .group-fourth,
		.node-real-estate-company.view-mode-store .group-fourth,
		.new-practitioner__col-4, .node-real-estate-practitioner.view-mode-block .group-fourth,
		.node-real-estate-practitioner.view-mode-search .group-fourth,
		.agency-honesty-details__col-4, .house-list .col-4,
		.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search .col-4,
		.new-agency .col-4, .node-real-estate-company.view-mode-block .col-4,
		.node-real-estate-company.view-mode-search .col-4,
		.node-real-estate-company.view-mode-store .col-4,
		.agency-honesty-details .col-4, .new-practitioner .col-4,
		.node-real-estate-practitioner.view-mode-block .col-4,
		.node-real-estate-practitioner.view-mode-search .col-4,
		.practitioner-honesty-public .col-4, .agency-honesty-public .col-4,
		.judicial-sale .col-4, .node-judicial-auction.view-mode-teaser .col-4
		{
		display: block;
		width: 20%;
	}
}

.list-box__tag, .node-real-estate-company.view-mode-search .field-rec-type,
	.node-real-estate-company.view-mode-store .field-rec-type,
	.view-mode-parent_company_block .field-rec-type {
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0 .3rem;
	text-align: center;
	right: 0;
	top: 0;
	position: absolute;
	background-color: #4ba3ff;
	color: white;
	border-bottom-left-radius: 5px;
	min-width: 100px;
}

.list-box__fivestar .score, .node-real-estate-company.view-mode-block .field-credit-rating .score,
	.node-real-estate-company.view-mode-search .field-credit-rating .score,
	.node-real-estate-company.view-mode-store .field-credit-rating .score,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .score,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .score
	{
	display: none;
}

.list-box__fivestar .off, .node-real-estate-company.view-mode-block .field-credit-rating .off,
	.node-real-estate-company.view-mode-search .field-credit-rating .off,
	.node-real-estate-company.view-mode-store .field-credit-rating .off,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .off,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .off
	{
	display: none;
}

.list-box__fivestar .fivestar-static-item .form-type-item,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item
	{
	margin: 0;
}

.list-box__fivestar .fivestar-static-item .form-type-item .description,
	.node-real-estate-company.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .description,
	.node-real-estate-company.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .description,
	.node-real-estate-company.view-mode-store .field-credit-rating .fivestar-static-item .form-type-item .description,
	.node-real-estate-practitioner.view-mode-block .field-credit-rating .fivestar-static-item .form-type-item .description,
	.node-real-estate-practitioner.view-mode-search .field-credit-rating .fivestar-static-item .form-type-item .description
	{
	text-align: center;
}

.list-box__volume, .house-list__field-count, .new-agency__field-count,
	.node-real-estate-company.view-mode-block .field-esf-count,
	.node-real-estate-company.view-mode-block .field-deal-count,
	.node-real-estate-company.view-mode-search .field-esf-count,
	.node-real-estate-company.view-mode-search .field-deal-count,
	.node-real-estate-company.view-mode-store .field-esf-count,
	.node-real-estate-company.view-mode-store .field-deal-count,
	.new-practitioner__field-count, .node-real-estate-practitioner.view-mode-block .field-esf-count,
	.node-real-estate-practitioner.view-mode-block .field-deal-count,
	.node-real-estate-practitioner.view-mode-search .field-esf-count,
	.node-real-estate-practitioner.view-mode-search .field-deal-count,
	.agency-honesty-details__field-count, .view-mode-parent_company_block .field_rec_store_count,
	.view-mode-parent_company_block .field_rec_housing_listing_count,
	.view-mode-parent_company_block .field_rec_sales_contract_count {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.list-box__volume span, .house-list__field-count span,
	.new-agency__field-count span, .node-real-estate-company.view-mode-block .field-esf-count span,
	.node-real-estate-company.view-mode-block .field-deal-count span,
	.node-real-estate-company.view-mode-search .field-esf-count span,
	.node-real-estate-company.view-mode-search .field-deal-count span,
	.node-real-estate-company.view-mode-store .field-esf-count span,
	.node-real-estate-company.view-mode-store .field-deal-count span,
	.new-practitioner__field-count span, .node-real-estate-practitioner.view-mode-block .field-esf-count span,
	.node-real-estate-practitioner.view-mode-block .field-deal-count span,
	.node-real-estate-practitioner.view-mode-search .field-esf-count span,
	.node-real-estate-practitioner.view-mode-search .field-deal-count span,
	.agency-honesty-details__field-count span,
	.view-mode-parent_company_block .field_rec_store_count span,
	.view-mode-parent_company_block .field_rec_housing_listing_count span,
	.view-mode-parent_company_block .field_rec_sales_contract_count span {
	font-size: 2rem;
	color: #fe5054;
	margin-left: 3px;
	margin-right: 3px;
}

.list-box--hover, .house-list:hover, .pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search:hover,
	.node-real-estate-company.view-mode-search:hover,
	.node-real-estate-company.view-mode-store:hover,
	.node-real-estate-practitioner.view-mode-search:hover,
	.view-mode-parent_company_block:hover,
	.view-mode-parent_company_block_detail:hover, .judicial-sale:hover,
	.node-judicial-auction.view-mode-teaser:hover {
	border: 1px solid #e1f1ff;
	background-color: #e1f1ff;
	cursor: pointer;
}

.list-box--hover .list-box__middleman-number, .house-list:hover .list-box__middleman-number,
	.pane-housing-search-list-mode .view-id-housing_search .view-content .views-row .view-mode-search:hover .list-box__middleman-number,
	.node-real-estate-company.view-mode-search:hover .list-box__middleman-number,
	.node-real-estate-company.view-mode-store:hover .list-box__middleman-number,
	.node-real-estate-practitioner.view-mode-search:hover .list-box__middleman-number,
	.view-mode-parent_company_block:hover .list-box__middleman-number,
	.view-mode-parent_company_block_detail:hover .list-box__middleman-number,
	.judicial-sale:hover .list-box__middleman-number,
	.node-judicial-auction.view-mode-teaser:hover .list-box__middleman-number
	{
	color: #1492ff;
}

.list-box__tooltip, .node-real-estate-company.view-mode-block .field-help-rec,
	.node-real-estate-practitioner.view-mode-block .field-help-pra,
	.node-type-real-estate-company .node-real-estate-company.view-mode-parent_company_block_detail .field-help-rec
	{
	position: absolute;
	bottom: 12px;
	right: 24px;
}

.list-box__tooltip .icons, .node-real-estate-company.view-mode-block .field-help-rec .icons,
	.node-real-estate-practitioner.view-mode-block .field-help-pra .icons,
	.node-type-real-estate-company .node-real-estate-company.view-mode-parent_company_block_detail .field-help-rec .icons
	{
	vertical-align: middle;
}

.list-box__tooltip a, .node-real-estate-company.view-mode-block .field-help-rec a,
	.node-real-estate-practitioner.view-mode-block .field-help-pra a,
	.node-type-real-estate-company .node-real-estate-company.view-mode-parent_company_block_detail .field-help-rec a
	{
	font-size: 0.75rem;
	text-decoration: none;
	color: #999999;
}

.list-box__tooltip a:hover, .node-real-estate-company.view-mode-block .field-help-rec a:hover,
	.node-real-estate-practitioner.view-mode-block .field-help-pra a:hover,
	.node-type-real-estate-company .node-real-estate-company.view-mode-parent_company_block_detail .field-help-rec a:hover
	{
	color: #666666;
	text-decoration: 1px solid #999;
}

.list-box__tooltip__content, .node-real-estate-company.view-mode-block .field-help-rec .question__tips,
	.node-real-estate-practitioner.view-mode-block .field-help-pra .question__tips,
	.node-type-real-estate-company .node-real-estate-company.view-mode-parent_company_block_detail .field-help-rec .question__tips
	{
	font-size: 0.75rem;
	display: none;
	text-align: justify;
	color: #999999;
	position: absolute;
	right: 0;
	top: -150px;
	width: 300px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	z-index: 5;
	box-shadow: 3px 3px 3px #eeeeee;
}

.list-box__tooltip__content:before, .node-real-estate-company.view-mode-block .field-help-rec .question__tips:before,
	.node-real-estate-practitioner.view-mode-block .field-help-pra .question__tips:before,
	.node-type-real-estate-company .node-real-estate-company.view-mode-parent_company_block_detail .field-help-rec .question__tips:before
	{
	content: '';
	position: absolute;
	right: 80px;
	top: 140px;
	width: 0;
	height: 0;
	border-top: 10px solid #dbdbdb;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: -5px;
}

.list-box__tooltip__content:after, .node-real-estate-company.view-mode-block .field-help-rec .question__tips:after,
	.node-real-estate-practitioner.view-mode-block .field-help-pra .question__tips:after,
	.node-type-real-estate-company .node-real-estate-company.view-mode-parent_company_block_detail .field-help-rec .question__tips:after
	{
	content: '';
	position: absolute;
	right: 80px;
	top: 138px;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: -5px;
}

.agency-search-list__title {
	overflow: hidden;
	margin-bottom: 1rem;
}

.agency-search-list__area-choice {
	overflow: hidden;
	margin: 0;
	float: left;
}

.agency-search-list__area {
	float: left;
	list-style: none;
	padding-right: .3rem;
}

.agency-search-list__area a {
	font-size: 1rem;
	display: inline-block;
	padding: .4rem .8rem;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color .2s;
}

.agency-search-list__area a:link {
	color: #333;
}

.agency-search-list__area a:hover {
	color: #fff;
	background-color: #1492ff;
	cursor: pointer;
}

.agency-search-list__total-num {
	float: right;
	color: #999;
}

.agency-search-list__total-num strong {
	font-size: 1.25rem;
	color: #fe5054;
}

.agency-search-list__table-list, .view-enterprise-publicity-board .views_slideshow_cycle_main,
	.view-enterprise-publicity-board .view-empty {
	border: 1px solid #eee;
	border-top: 3px solid #1492ff;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 581px;
	position: relative;
}

.agency-search-list__table-list:after, .view-enterprise-publicity-board .views_slideshow_cycle_main:after,
	.view-enterprise-publicity-board .view-empty:after {
	display: block;
	width: 100%;
	position: absolute;
	top: 525px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3),
		transparent);
	height: 52px;
	z-index: 999;
	content: "";
}

.agency-search-list__table-item, .view-enterprise-publicity-board .views-slideshow-cycle-main-frame-row-item.views-row
	{
	float: left;
	border-bottom: 1px solid #eee;
	width: 100%;
	padding: 1rem 0;
	list-style: none;
}

.agency-search-list__item-details, .view-enterprise-publicity-board .view-mode-publicity
	{
	overflow: hidden;
}

.agency-search-list__item-detail, .view-enterprise-publicity-board .view-mode-publicity .field-title,
	.view-enterprise-publicity-board .view-mode-publicity .field-address,
	.view-enterprise-publicity-board .view-mode-publicity .field-deadline,
	.view-enterprise-publicity-board .view-mode-publicity .field-district {
	font-size: 0.875rem;
	width: 25%;
	float: left;
	text-align: left;
}

.view-enterprise-publicity-board {
	position: relative;
	padding-top: 9%;
	margin: 1rem auto;
	width: 1050px;
}

.view-enterprise-publicity-board .view-header .block__title {
	display: block;
}

.view-enterprise-publicity-board .agency-search-list__total-num {
	margin-top: 1.5rem;
	display: inline-block;
}

.view-enterprise-publicity-board .view-filters .views-exposed-form {
	display: inline-block;
}

.view-enterprise-publicity-board .view-filters .views-exposed-form label
	{
	display: none;
}

.view-enterprise-publicity-board .views-slideshow-cycle-processed {
	position: relative;
	padding-bottom: 3rem;
}

.view-enterprise-publicity-board .views-slideshow-controls-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.view-enterprise-publicity-board .views-slideshow-controls-text {
	width: 7rem;
	margin: 0 auto;
}

.view-enterprise-publicity-board .views-slideshow-controls-text a {
	text-decoration: none;
	color: #666;
}

.view-enterprise-publicity-board .views-slideshow-controls-text .views-slideshow-controls-text-pause
	{
	display: none;
}

.view-enterprise-publicity-board .view-filters .views-exposed-form .views-exposed-widget
	{
	display: inline-block;
}

.view-enterprise-publicity-board .view-mode-publicity {
	width: 100%;
	padding: 0 1rem;
}

.view-enterprise-publicity-board .view-mode-publicity h5.field-label {
	display: none;
}

.view-enterprise-publicity-board .view-mode-publicity span.field-label {
	font-size: 0.875rem;
}

.view-enterprise-publicity-board .view-mode-publicity .field-title h4 {
	margin: 0;
}

.view-enterprise-publicity-board .view-mode-publicity .field-title a {
	color: #1492ff;
	text-decoration: none;
}

.view-enterprise-publicity-board .view-mode-publicity .field-rec-district h5.field-label
	{
	display: inline;
	margin: 0;
}

.view-enterprise-publicity-board .view-mode-publicity .field-rec-district .field-regulator
	{
	display: inline;
}

.view-enterprise-publicity-board .view-mode-publicity .field-title,
	.view-enterprise-publicity-board .view-mode-publicity .field-address {
	width: 30%;
}

.view-enterprise-publicity-board .view-mode-publicity .field-deadline,
	.view-enterprise-publicity-board .view-mode-publicity .field-district {
	width: 20%;
}

.view-enterprise-publicity-board .field-district .field-label {
	display: none;
}

.view-enterprise-publicity-board .block-views .block__title {
	text-align: center;
	color: #1492ff;
}

.view-enterprise-publicity-board .warning {
	width: 33rem;
	margin: 0 auto 8%;
	color: #fe5054;
	text-align: center;
	font-weight: bold;
	background-color: transparent;
}

.view-enterprise-publicity-board .item-list .pager {
	display: none;
}

.agency-publicity-wrapper h1 {
	display: none;
}

.agency-publicity-wrapper main {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/agency-search-list/bg.png)
		no-repeat top/99%;
}

.parent-company-list, .view-mode-parent_company_block,
	.view-mode-parent_company_block_detail {
	padding: 1rem;
	border: 1px solid #eeeeee;
	box-shadow: 0px 1px 5px #eee;
	margin-bottom: 1rem;
}

.parent-company-list__header {
	overflow: hidden;
}

.parent-company-list__header-left {
	float: left;
	font-size: 1.25rem;
	color: #1492ff;
	font-weight: bold;
}

.parent-company-list__header-left span {
	color: #333333;
}

.parent-company-list__header-right {
	float: right;
}

.parent-company-list__left, .view-mode-parent_company_block_detail .group-left
	{
	float: left;
	width: 42%;
}

.parent-company-list__agency-logo {
	float: left;
	width: 44%;
	margin-top: 1rem;
	margin-right: 1rem;
	border: 1px solid #eee;
	background-color: #fff;
}

.parent-company-list__agency-name, .view-mode-parent_company_block .field-title,
	.view-mode-parent_company_block_detail .field-title {
	font-size: 1rem;
	white-space: nowrap;
}

.parent-company-list__agency-name a, .view-mode-parent_company_block .field-title a,
	.view-mode-parent_company_block_detail .field-title a {
	color: #333333;
	text-decoration: none;
}

.parent-company-list__agency-no, .view-mode-parent_company_block .field-rec-cert-no,
	.view-mode-parent_company_block_detail .field-rec-cert-no {
	color: #fe5054;
	font-size: 0.875rem;
}

.parent-company-list__score, .view-mode-parent_company_block .credit-rating-container,
	.view-mode-parent_company_block_detail .credit-rating-container {
	font-size: 0.875rem;
}

.parent-company-list__right, .view-mode-parent_company_block_detail .group-right
	{
	float: left;
	width: 58%;
	text-align: right;
}

.parent-company-list__field, .view-mode-parent_company_block .views-field-nid,
	.view-mode-parent_company_block .views-field-field-esf-count,
	.view-mode-parent_company_block .views-field-field-deal-count,
	.view-mode-parent_company_block_detail .views-field-nid,
	.view-mode-parent_company_block_detail .views-field-field-esf-count,
	.view-mode-parent_company_block_detail .views-field-field-deal-count {
	font-size: 1rem;
	color: #333333;
	font-weight: bold;
	border-right: 1px solid #eee;
	padding: .5rem 1.1rem .5rem 0;
	margin-top: 1.2rem;
	width: 32.5%;
	text-align: right;
	display: inline-block;
}

.parent-company-list__field strong, .view-mode-parent_company_block .views-field-nid strong,
	.view-mode-parent_company_block .views-field-field-esf-count strong,
	.view-mode-parent_company_block .views-field-field-deal-count strong,
	.view-mode-parent_company_block_detail .views-field-nid strong,
	.view-mode-parent_company_block_detail .views-field-field-esf-count strong,
	.view-mode-parent_company_block_detail .views-field-field-deal-count strong
	{
	font-size: 1.5rem;
	color: #fe5054;
}

.parent-company-list__field.field-deal-count,
	.view-mode-parent_company_block .field-deal-count.views-field-nid,
	.view-mode-parent_company_block .field-deal-count.views-field-field-esf-count,
	.view-mode-parent_company_block .field-deal-count.views-field-field-deal-count,
	.view-mode-parent_company_block_detail .field-deal-count.views-field-nid,
	.view-mode-parent_company_block_detail .field-deal-count.views-field-field-esf-count,
	.view-mode-parent_company_block_detail .field-deal-count.views-field-field-deal-count
	{
	border-right: none;
}

.pane-agency-home-list-agency-home .view-agency-home-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pane-agency-home-list-agency-home .view-agency-home-list .view-header {
	border-bottom: 2px solid #1492ff;
	margin-bottom: 1.5rem;
}

.pane-agency-home-list-agency-home .view-agency-home-list .newest-house-info h2,
	.pane-agency-home-list-agency-home .view-agency-home-list .newest-house-info h6
	{
	margin: 0;
}

.pane-agency-home-list-agency-home .view-agency-home-list .view-company-count
	{
	font-size: 0.75rem;
	color: #999;
	float: left;
	height: 36px;
	padding-top: 10px;
}

.pane-agency-home-list-agency-home .view-agency-home-list .view-company-count strong
	{
	font-weight: normal;
	color: #f4b91a;
}

.pane-agency-home-list-agency-home .pane__title {
	display: none;
}

.pane-normal-company-list-normal-company {
	position: relative;
	margin-top: 5rem;
}

.pane-normal-company-list-normal-company .pane__title {
	margin-bottom: 1.5rem;
}

.pane-normal-company-list-normal-company .view-common-agency {
	position: absolute;
	right: 14px;
	top: 8px;
}

.pane-normal-company-list-normal-company .view-common-agency a {
	font-size: 0.875rem;
	text-decoration: none;
	color: #1492ff;
}

.pane-normal-company-list-normal-company .view-common-agency a:after {
	content: '';
	position: absolute;
	top: 28%;
	right: -18px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #1492ff;
}

.pane-normal-company-list-normal-company .more-link {
	text-align: center;
}

.pane-normal-company-list-normal-company .more-link a {
	font-size: 0.875rem;
	border: 1px solid #eeeeee;
	text-decoration: none;
	color: #999999;
	padding: 0 2rem;
	position: relative;
	line-height: 1.9rem;
	border-radius: 5px;
	display: inline-block;
	text-indent: -10px;
	transition: background-color .5s, color .2s, border-color .2s,
		text-indent .5s;
}

.pane-normal-company-list-normal-company .more-link a:hover {
	background-color: #1492ff;
	border-color: #1492ff;
	color: #fff;
	text-indent: 0;
}

.pane-normal-company-list-normal-company .more-link a:after {
	content: "";
	position: absolute;
	top: 49%;
	right: 10px;
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-left-color: #1492ff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.view-mode-parent_company_block {
	position: relative;
}

.view-mode-parent_company_block .group-second {
	display: none;
}

@media ( min-width :888px) {
	.view-mode-parent_company_block .group-second {
		display: block;
		width: 20%;
	}
}

.view-mode-parent_company_block .group-third {
	display: none;
}

@media ( min-width :666px) {
	.view-mode-parent_company_block .group-third {
		display: block;
		width: 20%;
	}
}

.view-mode-parent_company_block .group-fourth {
	display: none;
}

@media ( min-width :666px) {
	.view-mode-parent_company_block .group-fourth {
		display: block;
		width: 20%;
	}
}

.view-mode-parent_company_block .group-second,
	.view-mode-parent_company_block .group-third,
	.view-mode-parent_company_block .group-fourth {
	text-align: right;
	margin-top: 1.5rem;
}

.view-mode-parent_company_block_detail .group-left {
	width: 100%;
}

@media ( min-width :777px) {
	.view-mode-parent_company_block_detail .group-left {
		width: 42%;
	}
}

.view-mode-parent_company_block_detail .group-right {
	display: none;
}

@media ( min-width :777px) {
	.view-mode-parent_company_block_detail .group-right {
		display: block;
	}
}

.view-mode-parent_company_block h3, .view-mode-parent_company_block h5,
	.view-mode-parent_company_block_detail h3,
	.view-mode-parent_company_block_detail h5 {
	margin: 0;
}

.view-mode-parent_company_block .field-title h3,
	.view-mode-parent_company_block_detail .field-title h3 {
	font-size: 1rem;
	line-height: 1.8rem;
}

.view-mode-parent_company_block .field-title a,
	.view-mode-parent_company_block_detail .field-title a {
	text-decoration: none;
}

.view-mode-parent_company_block .field-rec-logo,
	.view-mode-parent_company_block_detail .field-rec-logo {
	width: 150px;
	margin-right: 1rem;
}

@media ( min-width :777px) {
	.view-mode-parent_company_block .field-rec-logo,
		.view-mode-parent_company_block_detail .field-rec-logo {
		float: left;
		width: 44%;
		overflow: hidden;
		height: 75.5px;
	}
}

.view-mode-parent_company_block .field-rec-logo img,
	.view-mode-parent_company_block_detail .field-rec-logo img {
	vertical-align: middle;
	width: auto;
}

.view-mode-parent_company_block .field-rec-cert-no h5,
	.view-mode-parent_company_block .field-rec-cert-no div,
	.view-mode-parent_company_block_detail .field-rec-cert-no h5,
	.view-mode-parent_company_block_detail .field-rec-cert-no div {
	display: inline;
}

.view-mode-parent_company_block .credit-rating-container .clearfix,
	.view-mode-parent_company_block_detail .credit-rating-container .clearfix
	{
	display: inline-block;
}

.view-mode-parent_company_block .views-field-field-deal-count,
	.view-mode-parent_company_block_detail .views-field-field-deal-count {
	border: none;
}

.view-mode-parent_company_block .credit-rating-container .field-label,
	.view-mode-parent_company_block .credit-rating-container .fivestar-widget,
	.view-mode-parent_company_block_detail .credit-rating-container .field-label,
	.view-mode-parent_company_block_detail .credit-rating-container .fivestar-widget
	{
	display: none;
}

.page-agency.page-agency-home .facetapi-block .item-list {
	overflow: hidden;
}

.page-agency.page-agency-home .facetapi-block .facetapi-limit-link {
	display: inline-block;
	margin-top: .7rem;
}

.page-agency.page-agency-home .breadcrumb {
	display: none;
}

.page-agency.page-agency-home .parent-company-banner {
	width: 100%;
	margin-bottom: 2rem;
}

.page-agency.page-agency-home .pane-ranking-list-last-week-valid .pane__title,
	.page-agency.page-agency-home .pane-ranking-list-last-week-valid-contract .pane__title
	{
	font-weight: normal;
}

.page-agency.page-agency-home .pane-ranking-list-last-week-valid .pane__title span,
	.page-agency.page-agency-home .pane-ranking-list-last-week-valid-contract .pane__title span
	{
	color: #333333;
}

.page-agency.page-agency-home .panel-col-first {
	padding: 0;
}

.page-agency.page-agency-home .panel-col-last {
	padding-top: 82px;
}

.page-agency.page-agency-home .panel-col-last .pane-ranking-list-last-week-valid
	{
	position: relative;
}

.page-agency.page-agency-home .panel-col-last .pane-ranking-list-last-week-valid .icons--top-five
	{
	position: absolute;
	right: 0;
	top: 10px;
}

.page-agency.page-agency-home .panel-col-last .pane-ranking-list-last-week-valid-contract
	{
	margin-top: 2rem;
	position: relative;
}

.page-agency.page-agency-home .panel-col-last .pane-ranking-list-last-week-valid-contract .icons--top-five
	{
	position: absolute;
	right: 0;
	top: 10px;
}

.node-type-real-estate-company .node-real-estate-company.view-mode-parent_company_block_detail
	{
	background-color: #f6f6f6;
	box-shadow: none;
	position: relative;
}

.node-type-real-estate-company .panel-col-last .pane-custom .field-item
	{
	font-size: 0.875rem;
}

.opration-manual__header {
	margin: 2rem 0;
}

.opration-manual__header hr {
	display: inline-block;
	vertical-align: middle;
	width: 38%;
	border: 1.5px solid #bcbcbc;
}

.opration-manual__title {
	color: #999;
	font-size: 1.25rem;
	margin: 0 .5rem;
}

.opration-manual__content {
	overflow: hidden;
	margin-top: 1.5rem;
}

.opration-manual__item-content, .view-id-q_a_navigation_block .opration-manual__item-content
	{
	list-style: none;
	margin: 0;
	padding: 0;
}

.opration-manual__content-item, .pane-q-a-navigation-block-qa-nav-pane {
	float: left;
	width: 33%;
}

.opration-manual__item-title, .pane-q-a-navigation-block-qa-nav-pane .pane__title
	{
	background-color: #fafafa;
	border-radius: 20px;
	border: 1px solid #e8e8e8;
	line-height: 2rem;
	text-align: center;
}

.opration-manual__item-title i, .pane-q-a-navigation-block-qa-nav-pane .pane__title i
	{
	vertical-align: text-bottom;
	margin-right: .5rem;
}

.opration-manual__item-question__a, .opration-manual__item-question a,
	.view-id-q_a_navigation_block .views-row a, .page-taxonomy.section-qa-category main .field-title a
	{
	font-size: 0.875rem;
	text-decoration: none;
	position: relative;
	line-height: 1.5rem;
}

.opration-manual__item-question__a:link,
	.opration-manual__item-question__a:visited,
	.opration-manual__item-question a:link, .opration-manual__item-question a:visited,
	.view-id-q_a_navigation_block .views-row a:link, .page-taxonomy.section-qa-category main .field-title a:link,
	.view-id-q_a_navigation_block .views-row a:visited, .page-taxonomy.section-qa-category main .field-title a:visited
	{
	color: #666;
}

.opration-manual__item-question__a:hover,
	.opration-manual__item-question a:hover, .view-id-q_a_navigation_block .views-row a:hover,
	.page-taxonomy.section-qa-category main .field-title a:hover {
	color: #1492ff;
}

.opration-manual__item-question__a:before,
	.opration-manual__item-question a:before, .view-id-q_a_navigation_block .views-row a:before,
	.page-taxonomy.section-qa-category main .field-title a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: -13px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #666;
}

.opration-manual__item-title, .opration-manual__item-content,
	.pane-q-a-navigation-block-qa-nav-pane .pane__title,
	.view-id-q_a_navigation_block .opration-manual__item-content {
	width: 85%;
	margin: 0 auto;
}

.opration-manual__item-content, .view-id-q_a_navigation_block .opration-manual__item-content
	{
	margin-top: 1rem;
	padding-left: 10%;
}

.view-id-q_a_navigation_block .opration-manual__content-item {
	width: 100%;
}

.judicial-sale, .node-judicial-auction.view-mode-teaser {
	padding: .7rem 1.5rem;
	border: 1px solid #eeeeee;
	font-size: 0.875rem;
	color: #666;
	transition: background-image .2s;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/components/judicial-sale/bg.png)
		no-repeat;
	background-position: 103% 57%;
}

.judicial-sale__col-1, .judicial-sale .col-1, .node-judicial-auction.view-mode-teaser .group-first,
	.node-judicial-auction.view-mode-teaser .col-1 {
	width: 100%;
}

@media ( min-width :777px) {
	.judicial-sale__col-1, .judicial-sale .col-1, .node-judicial-auction.view-mode-teaser .group-first,
		.node-judicial-auction.view-mode-teaser .col-1 {
		width: 50%;
	}
}

@media ( min-width :888px) {
	.judicial-sale__col-1, .judicial-sale .col-1, .node-judicial-auction.view-mode-teaser .group-first,
		.node-judicial-auction.view-mode-teaser .col-1 {
		width: 30%;
	}
}

.judicial-sale__col-2, .judicial-sale .col-2, .node-judicial-auction.view-mode-teaser .group-second,
	.node-judicial-auction.view-mode-teaser .col-2 {
	display: none;
}

@media ( min-width :888px) {
	.judicial-sale__col-2, .judicial-sale .col-2, .node-judicial-auction.view-mode-teaser .group-second,
		.node-judicial-auction.view-mode-teaser .col-2 {
		display: block;
		width: 25%;
	}
}

.judicial-sale__col-3, .judicial-sale .col-3, .node-judicial-auction.view-mode-teaser .group-third,
	.node-judicial-auction.view-mode-teaser .col-3 {
	display: none;
}

@media ( min-width :777px) {
	.judicial-sale__col-3, .judicial-sale .col-3, .node-judicial-auction.view-mode-teaser .group-third,
		.node-judicial-auction.view-mode-teaser .col-3 {
		display: block;
		width: 27%;
	}
}

.judicial-sale__col-4, .judicial-sale .col-4, .node-judicial-auction.view-mode-teaser .group-fourth,
	.node-judicial-auction.view-mode-teaser .col-4 {
	width: 100%;
	text-align: center;
}

@media ( min-width :777px) {
	.judicial-sale__col-4, .judicial-sale .col-4, .node-judicial-auction.view-mode-teaser .group-fourth,
		.node-judicial-auction.view-mode-teaser .col-4 {
		display: block;
		width: 18%;
		text-align: right;
	}
}

.judicial-sale__col-1 h3, .judicial-sale__col-1__h3,
	.node-judicial-auction.view-mode-teaser .group-first h3,
	.node-judicial-auction.view-mode-teaser .group-first .field-house-address
	{
	color: #333;
	font-size: 1.25rem;
	font-weight: bold;
}

.judicial-sale__col-2 strong, .node-judicial-auction.view-mode-teaser .group-second strong
	{
	font-size: 1.5rem;
}

.judicial-sale__col-2 .bg-property, .node-judicial-auction.view-mode-teaser .group-second .bg-property
	{
	border-radius: 3px;
	display: inline-block;
	padding: 0 .3rem;
	background-color: #eee;
}

.judicial-sale__property {
	overflow: hidden;
}

.judicial-sale__property div {
	float: left;
}

.judicial-sale__use-type {
	margin-left: .5rem;
}

.judicial-sale__col-3 i, .node-judicial-auction.view-mode-teaser .group-third i
	{
	vertical-align: text-bottom;
	margin-right: .3rem;
}

.judicial-sale__price .price {
	font-size: 1.5rem;
	color: #e54044;
}

.judicial-sale__col-4 h2, .node-judicial-auction.view-mode-teaser .group-fourth h2
	{
	color: #e54044;
	margin: 0;
	line-height: 2rem;
}

.judicial-sale__jump a {
	color: #999;
	text-decoration: none;
}

.judicial-sale:hover, .node-judicial-auction.view-mode-teaser:hover {
	background-image: none;
	cursor: default;
}

.page-judicial-auction-test h1 {
	display: none;
}

.view-judicial-auction-test ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.node-judicial-auction.view-mode-teaser .group-first .field-house-address
	{
	margin-bottom: .5rem;
}

.node-judicial-auction.view-mode-teaser .group-first h5.field-label {
	float: left;
	margin: 0;
	font-weight: normal;
	margin-right: .2rem;
}

.node-judicial-auction.view-mode-teaser .group-first .field-auction-court-name
	{
	float: left;
}

.node-judicial-auction.view-mode-teaser .group-fourth a {
	text-decoration: none;
	color: #666;
}

.page-sfpm .pane-block {
	margin-bottom: -1px;
}

.page-sfpm .pane-block .pane__title {
	font-size: 0.875rem;
	margin: 0;
	font-weight: normal;
}

.pane-judicial-auction-slideshow-panel-pane-1 {
	padding: 0 15px;
	margin-bottom: 2rem;
	margin-top: -1rem;
}

.pane-judicial-auction-slideshow-panel-pane-1 .view-judicial-auction-slideshow .views_slideshow_cycle_slide,
	.pane-judicial-auction-slideshow-panel-pane-1 .view-judicial-auction-slideshow .views_slideshow_cycle_teaser_section
	{
	width: 100%;
}

.pane-judicial-auction-slideshow-panel-pane-1 .view-judicial-auction-slideshow .views_slideshow_cycle_teaser_section
	{
	height: 360px;
}

.pane-judicial-auction-slideshow-panel-pane-1 .view-judicial-auction-slideshow .view-content
	{
	position: relative;
}

.pane-judicial-auction-slideshow-panel-pane-1 .view-judicial-auction-slideshow .view-content:after
	{
	display: block;
	width: 100%;
	position: absolute;
	top: 308px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3),
		transparent);
	height: 52px;
	z-index: 999;
	content: "";
}

.pane-judicial-auction-slideshow-panel-pane-1 .item-list {
	display: none;
}

.agency-honesty-achievement {
	overflow: hidden;
	margin-top: 2rem;
}

.agency-honesty-achievement__honesty {
	float: left;
}

.agency-honesty-achievement__achievement {
	float: left;
}

.agency-honesty-achievement__title {
	font-size: 18px;
	margin-bottom: 1.5rem;
}

.agency-honesty-achievement__title .blue {
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	background-color: #1492ff;
	width: 25px;
	text-align: center;
	height: 25px;
}

.agency-honesty-achievement__content {
	overflow: hidden;
	position: relative;
}

.agency-honesty-achievement__content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.agency-honesty-achievement__content .evaluate-count {
	overflow: hidden;
	width: 320px;
}

.agency-honesty-achievement__content .evaluate-count .count {
	float: left;
	width: 160px;
}

.agency-honesty-achievement__content .echart {
	float: left;
}

.agency-honesty-achievement__content .details {
	float: left;
	margin-left: 1rem;
}

.agency-honesty-achievement__content .details .legend {
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

.agency-honesty-achievement__content .details .legend li {
	float: left;
}

.agency-honesty-achievement__content .details .legend .evaluate {
	width: 12px;
	height: 12px;
	display: inline-block;
}

.agency-honesty-achievement__content .details .legend .evaluate span {
	font-size: 12px;
}

.agency-honesty-achievement__content .details .legend .evaluate.good {
	background-color: #1492ff;
}

.agency-honesty-achievement__content .details .legend .evaluate.medium {
	background-color: #ffd03f;
}

.agency-honesty-achievement__content .details .legend .evaluate.bad {
	background-color: #666;
}

.agency-honesty-achievement__content .count {
	font-size: 16px;
	color: #333;
	line-height: 2rem;
}

.agency-honesty-achievement__content .count strong {
	font-size: 24px;
	color: #e54044;
}

.agency-honesty-achievement .new-practitioner__tooltip i {
	vertical-align: middle;
}

.agency-honesty-achievement .new-practitioner__tooltip a {
	font-size: .75rem;
	text-decoration: none;
}

a {
	text-decoration: none;
}

.publicity-list {
	width: 100%;
	margin: 0;
	padding: 0;
}

.publicity-list-line-left {
	float: left;
}

.publicity-list-line-right {
	float: right;
}

.publicity-list-head-left, .publicity-organization {
	font-size: 20px;
	font-weight: 700;
}

.publicity-list-title {
	color: #999;
}

.publicity-seedetails {
	background-color: #1493FF;
	color: white;
	width: 100px;
	text-align: center;
	border-radius: 5px;
}

.publicity-showdate {
	float: right;
	color: #999;
}

.publicity-showdate span {
	color: black;
}

.publicity-list-title, .publicity-list-line-left a,
	.publicity-organization, .publicity-showdate {
	padding: .3rem 0;
}

.publicity-list-line {
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 10px 0;
	clear: both;
	padding: 1rem 1.5rem;
}

.publicity-list-line:hover {
	background-color: #E1F1FF;
}

html.lt-ie9 .breadcrumb__title {
	display: inline;
	vertical-align: sub;
}

html.lt-ie9 .breadcrumb__list {
	display: inline;
	vertical-align: sub;
}

.breadcrumb {
	font-size: 0.75rem;
	display: none;
	margin-top: .8rem;
}

@media ( min-width :888px) {
	.breadcrumb {
		display: block;
	}
}

@media print {
	.breadcrumb {
		display: none;
	}
}

.breadcrumb__icon {
	margin-right: 0.3rem;
	display: inline-block;
	height: 1rem;
	width: 1rem;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/navigation/topbar/home.png)
		no-repeat center/100% transparent;
	vertical-align: middle;
}

.breadcrumb__title {
	display: inline-block;
	vertical-align: sub;
}

.breadcrumb__list {
	display: inline-block;
	vertical-align: sub;
	margin: 0;
	padding: 0;
}

.breadcrumb__item {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.breadcrumb__item a {
	color: #333333;
	text-decoration: none;
}

.breadcrumb-wrapper {
	overflow: hidden;
	margin-bottom: 12px;
}

.breadcrumb-wrapper .breadcrumb {
	float: left;
	height: 32px;
}

.page-news-home .breadcrumb-wrapper, .page-taxonomy-term .breadcrumb-wrapper
	{
	visibility: hidden;
}

.more-link, .more-help-link {
	text-align: right;
}

[dir="rtl"] .more-link, [dir="rtl"] .more-help-link {
	text-align: left;
}

.more-link__help-icon, .more-help-link a {
	padding: 1px 0 1px 20px;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/navigation/more-link/more-link__help-icon.svg);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon, [dir="rtl"] .more-help-link a,
	.more-help-link [dir="rtl"] a {
	padding: 1px 20px 1px 0;
	background-position: 100% 50%;
}

.nav-menu__item, .menu__item {
	list-style-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/navigation/nav-menu/leaf.svg);
	list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded, .is-expanded.menu__item,
	.menu__item.is-expanded {
	list-style-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/navigation/nav-menu/expanded.svg);
	list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
	.is-collapsed.menu__item, .menu__item.is-collapsed {
	list-style-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/navigation/nav-menu/collapsed.svg);
	list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
	[dir="rtl"] .is-collapsed.menu__item, [dir="rtl"] .menu__item.is-collapsed
	{
	list-style-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active, .menu a.active {
	color: #333333;
}

.node-type-q-a .field-title h2 {
	margin-top: 0;
}

.node-type-q-a .field-post-date {
	font-size: 0.875rem;
	color: #999;
}

#block-menu-menu-qa.block-menu .menu__link {
	text-decoration: none;
	color: #333;
	margin-left: .2rem;
}

#block-menu-menu-qa.block-menu .menu__item {
	float: none !important;
	width: auto !important;
	margin-bottom: 1.2rem !important;
}

#block-menu-menu-qa.block-menu .menu__item.is-expanded .menu {
	margin-top: .5rem;
}

#block-menu-menu-qa.block-menu .menu__item.is-expanded .menu__item {
	margin-left: .7rem !important;
	margin-bottom: .5rem !important;
}

#block-menu-menu-qa.block-menu .menu__item.is-expanded .menu .menu__link
	{
	margin-bottom: 0 !important;
	color: #666;
}

#block-menu-menu-qa.block-menu .menu__item.is-expanded .menu .menu__link:hover
	{
	color: #fff !important;
}

.page-taxonomy.section-qa-category main {
	border-top: 1px solid #999;
	margin-top: 2.3rem;
	padding-top: 1.4rem;
}

.navbar, .main-navigation .links, .main-navigation .menu {
	margin: 0;
	padding: 0;
	text-align: left;
}

[dir="rtl"] .navbar, [dir="rtl"] .main-navigation .links,
	.main-navigation [dir="rtl"] .links, [dir="rtl"]
  .main-navigation .menu, .main-navigation [dir="rtl"] .menu {
	text-align: right;
}

.navbar__item, .navbar li, .sf-menu-agency li.sf-depth-1, .sf-main-menu.sf-horizontal li.sf-depth-1,
	.main-navigation .links li, .main-navigation .menu li {
	float: left;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
  .navbar li, [dir="rtl"] .sf-menu-agency li.sf-depth-1, .sf-menu-agency [dir="rtl"] li.sf-depth-1,
	[dir="rtl"]
  .sf-main-menu.sf-horizontal li.sf-depth-1, .sf-main-menu.sf-horizontal [dir="rtl"] li.sf-depth-1,
	[dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li,
	[dir="rtl"]
  .main-navigation .menu li, .main-navigation [dir="rtl"] .menu li {
	float: right;
	padding: 0;
}

.navbar__item a, .navbar li a, .sf-menu-agency li.sf-depth-1 a,
	.sf-main-menu.sf-horizontal li.sf-depth-1 a, .main-navigation .links li a,
	.main-navigation .menu li a {
	padding: 0.3rem 1.5rem;
	padding: 4px 16px;
	text-decoration: none;
	color: #333333;
	display: inline-block;
	border-radius: 3px;
}

.navbar__item a:hover, .navbar li a:hover, .sf-menu-agency li.sf-depth-1 a:hover,
	.sf-main-menu.sf-horizontal li.sf-depth-1 a:hover, .main-navigation .links li a:hover,
	.main-navigation .menu li a:hover {
	background-color: #f5f5f5;
	color: #333333;
}

.navbar__item.is-active a, .navbar__item a.active, .navbar li.is-active a,
	.navbar li a.active, .sf-menu-agency li.is-active.sf-depth-1 a,
	.sf-main-menu.sf-horizontal li.is-active.sf-depth-1 a, .sf-menu-agency li.sf-depth-1 a.active,
	.sf-main-menu.sf-horizontal li.sf-depth-1 a.active, .main-navigation .links li.is-active a,
	.main-navigation .menu li.is-active a, .main-navigation .links li a.active,
	.main-navigation .menu li a.active {
	background-color: #f5f5f5;
}

.pager {
	clear: both;
	padding: 0;
	text-align: center;
}

@media print {
	.pager {
		display: none;
	}
}

.pager__item, .pager__current-item, .pager-current, .pager-item:hover,
	.pager-next:hover, .pager-last:hover, .pager-item, .pager-first,
	.pager-previous, .pager-next, .pager-last {
	display: inline-block;
	list-style-type: none;
	background-image: none;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	border-radius: 2px;
}

.pager__item a, .pager__current-item a, .pager-current a, .pager-item:hover a,
	.pager-next:hover a, .pager-last:hover a, .pager-item a, .pager-first a,
	.pager-previous a, .pager-next a, .pager-last a {
	display: inline-block;
	padding: .3rem .6rem;
	color: #999999;
	text-decoration: none;
}

.pager__current-item, .pager-current, .pager-item:hover, .pager-next:hover,
	.pager-last:hover {
	background-color: #1492ff;
	border-color: #005dad;
	color: #fff;
	font-weight: bold;
}

.pager-ellipsis {
	display: inline-block;
}

.pager-current {
	margin: 10px 0;
	display: inline-block;
	padding: .3rem .6rem;
	list-style-type: none;
	background-image: none;
	border-radius: 2px;
}

.pager-item:hover a, .pager-next:hover a, .pager-last:hover a {
	color: #fff;
}

.skip-link {
	display: block;
	padding: 2px 0 3px;
	text-align: center;
}

.skip-link:link, .skip-link:visited {
	background-color: #666666;
	color: #fff;
}

.skip-link__wrapper {
	margin: 0;
}

@media print {
	.skip-link__wrapper {
		display: none;
	}
}

.tabs {
	margin: 1.5rem 0 0;
	line-height: 1.5rem;
	border-bottom: 1px solid #eeeeee \0/ie;
	background-image: linear-gradient(to top, #eeeeee 1px, transparent 1px);
	padding: 0 2px;
	list-style: none;
	white-space: nowrap;
}

@media print {
	.tabs {
		display: none;
	}
}

.tabs__tab {
	font-size: 0.75rem;
	float: left;
	margin: 0 3px;
	border: 1px solid #eeeeee;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-color: transparent;
	border-bottom: 0 \0/ie;
	overflow: hidden;
	background: #eeeeee;
}

[dir="rtl"] .tabs__tab {
	float: right;
}

.tabs__tab.is-active {
	border-bottom-color: #fff;
}

.tabs__tab-link {
	padding: 0 1.5rem;
	display: block;
	text-decoration: none;
	transition: color .3s, background .3s, border .3s;
	text-shadow: #fff 0 1px 0;
	color: #333333;
	background: #eeeeee;
	letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
	background: #fbfbfb;
}

.tabs__tab-link:active, .tabs__tab-link.is-active,
	.tabs__tab-link--is-active {
	background: #fff;
	text-shadow: none;
}

.tabs--off, .views-displays .secondary {
	margin: 0;
	border-bottom: 0;
	padding: 0;
	background-image: none;
}

.tabs--secondary {
	margin-top: 1.5rem;
	font-size: 0.875rem;
	background-image: none;
}

.tabs+.tabs--secondary {
	margin-top: 0;
	background-image: linear-gradient(to top, #eeeeee 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
	margin: 0.75rem 0.1875rem;
	border: 0;
	background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
	float: right;
}

.tabs--secondary .tabs__tab.is-active {
	border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
	border: 1px solid #eeeeee;
	border-radius: 24px;
	color: #eeeeee;
	background: white;
	letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover
	{
	color: #bbbbbb;
	background: #eeeeee;
	border-color: #aaaaaa;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active,
	.tabs--secondary .tabs__tab-link--is-active {
	color: white;
	text-shadow: #bbbbbb 0 1px 0;
	background: #eeeeee;
	border-color: #888888;
}

html.lt-ie9 .topbar .topbar__left .topbar__item {
	display: inline;
}

.topbar {
	display: none;
}

@media ( min-width :777px) {
	.topbar {
		display: block;
	}
}

.topbar__left {
	float: left;
}

.topbar__right {
	float: right;
}

.topbar__list {
	margin: 0;
	padding: 0;
}

.topbar__item {
	font-size: 0.75rem;
	display: inline-block;
	color: #666666;
}

.topbar__item--separator::after {
	content: '';
	vertical-align: middle;
	display: inline-block;
	border-left: 1px solid #cccccc;
	margin-left: 10px;
	margin-right: 8px;
	height: 1rem;
}

.topbar__icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	background-position: center center;
	background-color: transparent;
	background-repeat: no-repeat;
}

.topbar__icon--home {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/navigation/topbar/homeie.png);
}

.topbar__icon--phone {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/navigation/topbar/phoneie.png);
}

.topbar__icon--user {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/navigation/topbar/userie.png);
}

.topbar a {
	color: #333333;
	text-decoration: none;
}

.topbar-wrapper {
	display: none;
	padding: 2px 0;
	background-color: #f6f6f6;
	border-bottom: 1px solid #cccccc;
}

@media ( min-width :777px) {
	.topbar-wrapper {
		display: block;
	}
}

.bottom-navigation {
	padding-top: 1.5rem;
	display: none;
}

@media ( min-width :888px) {
	.bottom-navigation {
		display: block;
	}
}

.bottom-navigation__list {
	margin-top: 1rem;
	padding: 0;
}

.bottom-navigation__item {
	font-size: 0.875rem;
	color: #666666;
	list-style: none;
}

.bottom-navigation__item a {
	float: left;
	color: #666666;
	text-decoration: none;
	margin-right: 1.5rem;
}

.bottom-navigation__item a:hover {
	color: #1492ff;
}

.bottom-navigation__tabs {
	border-bottom: 1px solid #cccccc;
}

.bottom-navigation__tabs .bottom-navigation__list {
	margin-bottom: 0;
}

.bottom-navigation__tabs .bottom-navigation__item a {
	padding: 0.75rem 0;
	display: inline-block;
	color: #999999;
}

.bottom-navigation__tabs .bottom-navigation__item a:hover {
	color: #1492ff;
}

.bottom-navigation__tab-content {
	max-width: 50rem;
	height: 5.5rem;
}

.bottom-navigation__tab-content .bottom-navigation__item a {
	font-size: 0.75rem;
	color: #999999;
}

.bottom-navigation__tab-content .bottom-navigation__item a:hover {
	color: #1492ff;
}

.bottom-navigation__tab-content .bottom-navigation__list {
	display: none;
	margin-bottom: 0;
}

.bottom-navigation__tab-content .bottom-navigation__list.active {
	display: block;
}

.bottom-navigation__tabs .bottom-navigation__item:hover a,
	.bottom-navigation__item.active a {
	border-bottom: 2px solid #1492ff;
	position: relative;
	color: #1492ff;
}

.bottom-navigation__tabs .bottom-navigation__item:hover a::before,
	.bottom-navigation__item.active a::before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px;
	border-color: transparent transparent #1492ff;
}

.region-bottom {
	background-color: #f1f1f1;
}

.region-bottom .bottom {
	padding: 0.6rem 0 0.6rem;
	font-size: 0.75rem;
	color: white;
	background-color: #999999;
}

.block-facetapi-district .block__title, .facetapi-district__title {
	margin: 0;
	float: left;
	width: 40px;
}

.block-facetapi-district .item-list ul, .facetapi-district__list {
	margin: 0;
	padding: 0;
	float: left;
}

.block-facetapi-district .item-list ul li, .facetapi-district__item {
	margin: 0 1.05rem;
	padding-bottom: 0.75rem;
	float: left;
	list-style: none;
}

.block-facetapi-district .item-list ul li a, .facetapi-district__item a
	{
	color: #333333;
	text-decoration: none;
}

.block-facetapi-district .item-list ul .selected,
	.block-facetapi-district .item-list ul li .selected,
	.facetapi-district__item__selected, .facetapi-district__item .selected
	{
	position: relative;
	color: #1492ff;
}

.block-facetapi-district .item-list ul .facetapi-district__active-indicator,
	.facetapi-district__active-indicator {
	position: absolute;
	bottom: -1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.block-facetapi-district .item-list ul .icons--facetapi-remove,
	.facetapi-district__active-remove {
	position: absolute;
	left: -20px;
	top: 3px;
}

.block-facetapi-district {
	margin-bottom: 2.25rem;
	overflow: hidden;
	display: none;
}

@media ( min-width :666px) {
	.block-facetapi-district {
		display: block;
	}
}

.block-facetapi-district .item-list {
	width: 96%;
	float: left;
}

.item-list .leaf span {
	display: none;
}

.wiki-menu-item h4 {
	color: #333;
	margin: 0 0 1rem .2rem;
}

.wiki-menu-item__contents, .block-menu .menu__item {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	overflow: hidden;
}

.wiki-menu-item__content, .block-menu .menu__item.is-expanded .menu__item.is-leaf
	{
	display: block;
	float: left;
	width: 5.2rem;
	margin: 0 0 .4rem;
}

.wiki-menu-item__content a, .block-menu .menu__item.is-expanded .menu__item.is-leaf a
	{
	font-size: 0.875rem;
	text-decoration: none;
	color: #666;
	padding: .2rem .1rem;
}

.wiki-menu-item__content a:hover, .block-menu .menu__item.is-expanded .menu__item.is-leaf a:hover
	{
	background-color: #1492ff;
	color: #fff;
}

html.lt-ie9 .wiki-menu-item__content, html.lt-ie9 .block-menu .menu__item.is-expanded .menu__item.is-leaf,
	.block-menu .menu__item.is-expanded
  html.lt-ie9 .menu__item.is-leaf {
	height: 28px;
}

.sf-menu-agency, .sf-main-menu.sf-horizontal {
	margin: 0;
	padding: 0;
}

.sf-menu-agency::before, .sf-main-menu.sf-horizontal::before {
	content: '';
	display: table;
}

.sf-menu-agency::after, .sf-main-menu.sf-horizontal::after {
	content: '';
	display: table;
	clear: both;
}

.sf-menu-agency:before, .sf-main-menu.sf-horizontal:before {
	content: '';
	display: table;
}

.sf-menu-agency:after, .sf-main-menu.sf-horizontal:after {
	content: '';
	display: table;
	clear: both;
}

.sf-menu-agency.sf-menu ul, .sf-main-menu.sf-horizontal.sf-menu ul {
	width: auto;
}

.sf-menu-agency li.sfHover a, .sf-main-menu.sf-horizontal li.sfHover a {
	color: #fff;
	background: #1492ff;
}

.sf-menu-agency a.sf-depth-2, .sf-main-menu.sf-horizontal a.sf-depth-2 {
	color: #fff;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding: 0 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #1492ff;
	margin-top: 1px;
	margin-bottom: 1px;
	border-radius: 3px;
}

#superfish-1-toggle, #superfish-2-toggle {
	display: block;
	position: relative;
	margin: 5px 0 5px 20px;
	width: 27px;
	height: 27px;
}

#superfish-1-toggle span, #superfish-2-toggle span {
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	height: 4px;
	width: 30.2px;
	background-color: #999999;
	display: block;
	position: absolute;
	left: 0;
}

#superfish-1-toggle span:first-child, #superfish-2-toggle span:first-child
	{
	top: 0;
	-webkit-transform-origin: 1.5px 3.5px 0;
	-ms-transform-origin: 1.5px 3.5px 0;
	transform-origin: 1.5px 3.5px 0;
}

#superfish-1-toggle span:nth-child(2), #superfish-2-toggle span:nth-child(2)
	{
	top: 10px;
}

#superfish-1-toggle span:last-child, #superfish-2-toggle span:last-child
	{
	top: 20px;
	-webkit-transform-origin: 1.5px .5px 0;
	-ms-transform-origin: 1.5px .5px 0;
	transform-origin: 1.5px .5px 0;
}

#superfish-1-toggle.sf-expanded span:first-child, #superfish-2-toggle.sf-expanded span:first-child
	{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#superfish-1-toggle.sf-expanded span:nth-child(2), #superfish-2-toggle.sf-expanded span:nth-child(2)
	{
	display: none;
}

#superfish-1-toggle.sf-expanded span:last-child, #superfish-2-toggle.sf-expanded span:last-child
	{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sf-accordion-toggle {
	position: absolute;
	right: 20px;
	top: 25px;
	width: 50px;
	height: 32px;
	border-left: 1px solid #eeeeee;
	z-index: 4;
}

#superfish-1-accordion, #superfish-2-accordion {
	position: absolute;
	top: 5.3rem;
	left: 0;
	z-index: 1;
	width: 100%;
	background-color: #fff;
	padding-bottom: 40px;
	line-height: 1.5em;
	background-color: #f6f6f6;
	padding: 5px 0;
	margin: 0;
	z-index: 198;
	text-align: center;
}

#superfish-1-accordion li, #superfish-2-accordion li {
	overflow: hidden;
	transition: height .5s;
	border-bottom: 1px solid #fff;
	height: 2.25rem;
	list-style: none;
}

#superfish-1-accordion li:last-child, #superfish-2-accordion li:last-child
	{
	border-bottom: 0 none;
}

#superfish-1-accordion li a, #superfish-2-accordion li a {
	font-size: 1.25rem;
	color: #f4b91a;
	text-decoration: none;
	padding: 5px 0;
	display: inline-block;
}

#superfish-1-accordion .menuparent>ul, #superfish-2-accordion .menuparent>ul
	{
	position: static;
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin-top: 10px;
	transition: height .4s;
}

#superfish-1-accordion.sf-hidden, #superfish-2-accordion.sf-hidden {
	left: 0 !important;
	top: 5.3rem !important;
	padding: 0;
}

#superfish-1-accordion.sf-hidden li, #superfish-2-accordion.sf-hidden li
	{
	height: 0;
}

#superfish-1-accordion .menuparent>ul.sf-hidden, #superfish-2-accordion .menuparent>ul.sf-hidden
	{
	height: 0;
	margin: 0;
}

.autocomplete, .form-autocomplete {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/autocomplete/throbber-inactive.png);
	background-position: 100% center;
	background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete, [dir="rtl"] .form-autocomplete {
	background-position: 0% center;
}

.autocomplete__list-wrapper, #autocomplete {
	border: 1px solid;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}

.autocomplete__list, #autocomplete ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.autocomplete__list-item, #autocomplete li {
	background: #fff;
	color: #333333;
	cursor: default;
	white-space: pre;
}

.autocomplete__list-item.is-selected,
	.autocomplete__list-item--is-selected, #autocomplete li.is-selected,
	#autocomplete .selected {
	background: #1492ff;
	color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing, .is-throbbing.form-autocomplete,
	.form-autocomplete.throbbing {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset, .collapsible {
	position: relative;
}

.collapsible-fieldset__legend, .collapsible .fieldset-legend {
	display: block;
	padding-left: 15px;
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/collapsible-fieldset/expanded.svg);
	background-position: 4px 50%;
	background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend, [dir="rtl"] .collapsible .fieldset-legend,
	.collapsible [dir="rtl"] .fieldset-legend {
	padding-left: 0;
	padding-right: 15px;
	background-position: right 4px top 50%;
}

.collapsible-fieldset__summary, .collapsible .fieldset-legend .summary {
	color: #999999;
	font-size: .9em;
	margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
	.is-collapsed.collapsible, .collapsible.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper,
	.collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
	.collapsible.collapsed .fieldset-wrapper {
	display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend,
	.collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
	.collapsible.collapsed .fieldset-legend, .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
	.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
	.is-collapsed.collapsible .fieldset-legend {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/collapsible-fieldset/collapsed.svg);
	background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend,
	[dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
	[dir="rtl"] .collapsible.collapsed .fieldset-legend, .collapsible.collapsed [dir="rtl"] .fieldset-legend,
	[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
	.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
	[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/collapsible-fieldset/collapsed-rtl.svg);
	background-position: right 4px top 50%;
}

.form-item {
	margin: 1.5rem 0;
}

.form-item__required, .form-required {
	color: #fe5054;
}

.form-item__description, .form-item .description {
	font-size: 0.875rem;
}

.form-item--inline div, .form-item--inline label, .container-inline .form-item div,
	.container-inline .form-item label {
	display: inline;
}

.form-item--inline__exception, .container-inline .fieldset-wrapper {
	display: block;
}

.form-item--tight, .form-item--radio, .form-type-radio,
	.form-type-checkbox, .password-parent, .confirm-parent, table .form-item
	{
	margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label,
	.form-type-radio .form-item__label, .form-type-checkbox .form-item__label,
	label.option {
	display: inline;
	font-weight: normal;
}

.form-item--radio .form-item__description,
	.form-item--radio__description, .form-type-radio .form-item__description,
	.form-type-checkbox .form-item__description, .form-type-radio .description,
	.form-type-checkbox .description, .form-item--radio .form-item .description,
	.form-item .form-item--radio .description, .form-type-radio .form-item .description,
	.form-item .form-type-radio .description, .form-type-checkbox .form-item .description,
	.form-item
  .form-type-checkbox .description {
	margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
	.form-item.is-error input, .form-item.is-error textarea, .form-item.is-error select,
	.form-item--is-error input, .form-item--is-error textarea,
	.form-item--is-error select, .form-item input.error, .form-item textarea.error,
	.form-item select.error {
	border: 1px solid #fe5054;
}

.form-table__sticky-header, .sticky-header {
	position: fixed;
	visibility: hidden;
	margin-top: 0;
	background-color: #fff;
}

.form-table__sticky-header.is-sticky,
	.form-table__sticky-header--is-sticky, .is-sticky.sticky-header {
	visibility: visible;
}

.form-table__header, .form-table th, form table th {
	border-bottom: 3px solid #eeeeee;
	padding-right: 1em;
	text-align: left;
}

[dir="rtl"] .form-table__header, [dir="rtl"] .form-table th, .form-table [dir="rtl"] th,
	[dir="rtl"] form table th, form table [dir="rtl"] th {
	text-align: right;
	padding-left: 1em;
	padding-right: 0;
}

.form-table__body, .form-table tbody, form table tbody {
	border-top: 1px solid #eeeeee;
}

.form-table__row, .form-table tbody tr, form table tbody tr {
	padding: .1em .6em;
	border-bottom: 1px solid #eeeeee;
	background-color: #eeeeee;
}

.form-table__row:nth-child(even), .form-table tbody tr:nth-child(even),
	form table tbody tr:nth-child(even) {
	background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active, .form-table tbody tr.is-active,
	form table tbody tr.is-active, td.active {
	background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled, .form-table tbody tr.is-disabled,
	form table tbody tr.is-disabled, td.menu-disabled {
	background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected, .form-table tbody tr.is-selected,
	form table tbody tr.is-selected, tr.selected td {
	background: white;
}

.form-table__list, .form-table ul, form table ul {
	margin: 0;
}

.form-table__narrow-column, .form-table th.form-table__narrow-column,
	form table th.form-table__narrow-column, td .checkbox, th .checkbox {
	width: -moz-min-content;
	width: -webkit-min-content;
	text-align: center;
}

.progress-bar, .progress {
	font-weight: bold;
}

.progress-bar__bar, .progress .bar {
	border-radius: 3px;
	margin: 0 .2em;
	border: 1px solid #666666;
	background-color: #cccccc;
}

.progress-bar__fill, .progress .filled {
	height: 1.5em;
	width: 5px;
	background: #1492ff
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/progress-bar/progress-bar.gif)
		repeat 0 0;
}

.progress-bar__percentage, .progress .percentage {
	float: right;
}

[dir="rtl"] .progress-bar__percentage, [dir="rtl"] .progress .percentage,
	.progress [dir="rtl"] .percentage {
	float: left;
}

.progress-bar--inline, .ajax-progress-bar {
	width: 16em;
	display: inline-block;
}

[dir="rtl"] .progress-bar--inline, [dir="rtl"] .ajax-progress-bar {
	float: right;
}

.progress-throbber, .ajax-progress {
	display: inline-block;
}

[dir="rtl"] .progress-throbber, [dir="rtl"] .ajax-progress {
	float: right;
}

.progress-throbber__widget, .ajax-progress .throbber {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/progress-throbber/progress-throbber.gif)
		no-repeat 0 -18px transparent;
	float: left;
	height: 15px;
	margin: 2px;
	width: 15px;
}

[dir="rtl"] .progress-throbber__widget, [dir="rtl"] .ajax-progress .throbber,
	.ajax-progress [dir="rtl"] .throbber {
	float: right;
}

.progress-throbber__widget-in-tr, tr .ajax-progress .throbber {
	margin: 0 2px;
}

.progress-throbber__message, .ajax-progress .message {
	padding-left: 20px;
}

.resizable-textarea, .resizable-textarea textarea {
	width: 100%;
	vertical-align: bottom;
}

.resizable-textarea__grippie, .resizable-textarea .grippie {
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/resizable-textarea/grippie.png)
		no-repeat center 2px #eeeeee;
	border: 1px solid #eeeeee;
	border-top-width: 0;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}

.table-drag__wrapper, body.drag {
	cursor: move;
}

.table-drag__item, tr.drag {
	background-color: #fef9eb;
}

.table-drag__item-previous, tr.drag-previous {
	background-color: #fdf2d3;
}

.table-drag__handle, .tabledrag-handle {
	cursor: move;
	float: left;
	height: 1.7em;
	margin-left: -1em;
	overflow: hidden;
	text-decoration: none;
	font-size: 12px;
}

[dir="rtl"] .table-drag__handle, [dir="rtl"] .tabledrag-handle {
	float: right;
	margin-right: -1em;
	margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover, .tabledrag-handle:focus,
	.tabledrag-handle:hover {
	text-decoration: none;
}

.table-drag__handle-icon, .tabledrag-handle .handle {
	box-sizing: content-box;
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/table-drag/handle-icon.png)
		no-repeat 6px 9px;
	height: 13px;
	margin: -.4em .5em;
	padding: .42em .5em;
	width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon,
	.table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
	.tabledrag-handle-hover .handle, .table-drag__handle.is-hover .tabledrag-handle .handle,
	.tabledrag-handle .table-drag__handle.is-hover .handle, .is-hover.tabledrag-handle .handle
	{
	background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper, .tabledrag-toggle-weight-wrapper {
	text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper, [dir="rtl"] .tabledrag-toggle-weight-wrapper
	{
	text-align: left;
}

.table-drag__toggle-weight, .tabledrag-toggle-weight {
	font-size: .9em;
}

.table-drag__indentation, .indentation {
	float: left;
	height: 1.7em;
	margin: -.4em .2em -.4em -.4em;
	padding: .42em 0 .42em .6em;
	width: 20px;
}

[dir="rtl"] .table-drag__indentation, [dir="rtl"] .indentation {
	float: right;
	margin: -.4em -.4em -.4em .2em;
	padding: .42em .6em .42em 0;
}

.table-drag__tree-child, .table-drag__tree-child-last, .tree-child-last,
	.table-drag__tree-child-horizontal, .tree-child-horizontal, .tree-child
	{
	background:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/table-drag/tree-child.png)
		no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child, [dir="rtl"] .table-drag__tree-child-last,
	[dir="rtl"] .tree-child-last, [dir="rtl"] .table-drag__tree-child-horizontal,
	[dir="rtl"] .tree-child-horizontal, [dir="rtl"] .tree-child {
	background-position: -65px center;
}

.table-drag__tree-child-last, .tree-child-last {
	background-image:
		url(https://esf.cnnbfdc.com/sites/all/themes/cnnbfdc/sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal, .tree-child-horizontal {
	background-position: -11px center;
}

.search-box__item, .house-search__box, .block-views .views-exposed-form .views-exposed-widgets
	{
	border: 1px solid #1492ff;
	border-radius: 3px;
	position: relative;
}

.search-box__textfield, .block-views .views-exposed-form .views-exposed-widgets input[type='text']
	{
	font-size: 0.875rem;
	width: 100%;
	border: 0 none;
	padding: 5px 10px;
}

.search-box__submit, .block-views .views-exposed-form .views-exposed-widgets input[type='submit']
	{
	position: absolute;
	right: 8px;
	text-indent: -999rem;
	width: 20px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-box__submit:hover, .block-views .views-exposed-form .views-exposed-widgets input[type='submit']:hover
	{
	background-color: transparent;
}

.block-views .views-exposed-form {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 38rem;
}

@media ( min-width :777px) {
	.block-views .views-exposed-form {
		width: 38rem;
	}
}

.block-views .views-exposed-form .views-exposed-widgets label {
	display: none;
}

.block-views .views-exposed-form .views-exposed-widgets .form-item {
	margin: 0;
}

.block-views .views-exposed-form .views-exposed-widgets .throbbing {
	background-image: none !important;
}

.block-views .views-exposed-form .views-exposed-widgets .form-autocomplete
	{
	background-image: none;
}

.block-views .views-exposed-form .views-exposed-widgets .search-api-autocomplete-suggestion
	{
	padding: .1rem .5rem;
	font-size: 0.75rem;
}

.block-views .views-exposed-form .views-exposed-widgets .search-api-autocomplete-suggestion .autocomplete-user-input
	{
	color: #333;
}

.block-views .views-exposed-form .views-exposed-widgets .search-api-autocomplete-suggestion .autocomplete-suggestion-suffix
	{
	color: #999;
}

.block-views .views-exposed-form .views-exposed-widgets .search-api-autocomplete-suggestion .autocomplete-suggestion-results
	{
	font-size: 0.75rem;
	display: inline-block;
	margin-right: .5rem;
}

#autocomplete {
	border: 1px solid #eee;
	border-top: 1px solid #1492ff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

html.lt-ie9 .block-views .views-exposed-form .views-exposed-widgets input[type='submit']
	{
	position: absolute;
	top: 25%;
}
/*})'"*/



.datas_center .data_table {
    width: 100%;
}

table {
    position: relative;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*background:url(../../resources/css/images/sy.png) no-repeat center center;*/
}
html, strong, a, span, body, p, h1, h2, h3, h4, h5, h6, table, tr, td, input, button, textarea, ul, ol, li, dl, dt, dd, div, img, form, p, iframe {
    padding: 0;
    font-family: "微软雅黑";
}

.datas_center .data_table th, .datas_center .data_table td {
    height: 31px;
    border: 1px solid #aaa;
    font-size: 12px;
    text-align: center;
}

.datas_center .data_table th {
    background: gainsboro;
}

.datas_center .data_table th, .datas_center .data_table td {
    height: 31px;
    border: 1px solid #aaa;
    font-size: 12px;
    text-align: center;
}
.datas_center .data_table th, .datas_center .data_table td {
    height: 31px;
    border: 1px solid #aaa;
    font-size: 12px;
    text-align: center;
}
.main .floor44 .beian-tab tr, td {
    height: 34px;
    line-height: 34px;
    border: 1px solid #F3F9FF;
}

.td_name{
	background:#F3F9FF;
}