/** START HTML5 Boilerplate CSS **/

@-ms-viewport{ width: device-width; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p, pre {
    margin: 1em 0;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

dl, menu, ol, ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

button, input, select, textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
.mt0 { margin-top: 0; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt20 { margin-top: 30px; }

.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb20 { margin-bottom: 30px; }

.alpha { padding-left: 0 !important;}
.omega { padding-right: 0 !important; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.


/** END WordPress-Defined CSS Classes **/

/*@font-face {
  font-family: 'MyriadPro';
  src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf')  format('truetype'), url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/MyriadPro-Light.otf')  format('opentype'),
	     url('fonts/MyriadPro-Light.woff') format('woff'), url('fonts/MyriadPro-Light.ttf')  format('truetype'), url('fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
  font-weight: 200;
  font-style: normal;
}*/



#content {
	width: auto !important;
	/*padding-right: 10px;*/
}
#content2 {
	/*width: 390px !important;
	margin: 0 !important;
	padding-right: 10px;*/
}
#special .textwidget a {
	font-size: 13px;
	display: block;
	margin: 20px 0;
}
.footer {
	margin: 0 auto;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	/*background: url("images/bg.png") repeat 0 0 #E9E2D4;*/
	background-color: #fff;
	margin: 0 auto;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
	margin: 0;
	padding: 0;
	color: #104386;
}
a[href^='tel:'] {
	text-decoration: none;
}
.home-page-content p, .page-content p {
	font-size: 16px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
h1{ font-size: 24px; line-height: 30px; }
h2{ font-size: 114%; }
h3{ font-size: 100%; }
h4{ font-size: 100%; }
h5{ font-size: 85%; }
img { border: none; }

/*a:link, a:visited { color:#104386; text-decoration:none; }
a:hover, a:active { color: #f60; }*/

.wrap {
	width: 960px;
	margin: 0 auto;
}
.clear {
	margin: 0;
	clear: both;
	padding: 0;
	float: none;
}
.button {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid transparent;
	color: #fff !important;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
	margin: 0 5px;
	display: inline-block;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
	padding: 0 16px;
	transition: background 0.3s;
}
.button:hover {
	color: #fff;
	background-color: #f60;
	text-decoration: none;
	transition: background 0.3s;
}
.top-bar {
	background-color: #213069;
	padding: 5px 0;
	text-align: right;
}
/* HEADER */
.header {
	color: #000;
	overflow: hidden;
	text-align: center;
}
.header .logo {
	margin: 20px 0;
}
.header .wrap {
	background: url('images/header-glow.png') no-repeat 50% 100% transparent;
	height: 100px;
	padding: 10px 0 0;
}
.header a {
	display: block;
	/*width: 283px;*/
	height: auto;
	/*float: left;*/
}
.header a img {
	width: 250px;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.header .title {
	margin-top: 20px;
}
.header .header-contacts {
	float: right;
	/*width: 260px;*/
	margin: 40px 0 0;
}
/*.google-translate-widget {
	position: absolute;
	top: 10px;
	right: 20px;
}*/
.header .header-contacts a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 22px;
	padding: 0 5px;
	color: #000;
}
.header .header-contacts a:hover {
	text-decoration: none;
}
.header .header-tel, .header .header-facebook, .header .header-email {
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
	padding: 0;
	font-weight: 200;
}
/*.header .header-facebook a {
	width: 240px;
}*/
.header .facebook-logo {
	background: url('images/sprite.png') no-repeat 0 0 transparent;
	background-size: 100px;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	float: left;
	margin-right: 10px;
}
.header-prop {
	width: 200px;
	height: 90px;
	margin-top: 13px;
	margin: 0 auto;
	background: url("images/headersm.jpg");
	background-repeat: no-repeat;
	float: left;
	padding-top:90px;
}

/* MENU */
.navbar {
	display: none;
}
.main-nav {
	background: #213069;
	height: 36px;
}
.main-nav ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main-nav ul li {
    float: left;
    list-style: none outside none;
    margin: 0px;
    width: 20%;
    text-align: center;
}
.main-nav ul li:last-child {
	margin-right: 0;
}
.main-nav ul li a, .main-nav ul li a:visited, .main-nav ul li a:active {
    color: #fff !important;
    display: block;
    font-size: 16px;
    outline: 0 none;
    padding: 11px 10px;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.7);
    transition: background 0.3s ease 0s;
    line-height: 14px;
    background-image: none !important;
    background-color: transparent !important;
}
.main-nav ul li:hover, .main-nav ul li.current_page_item:hover {
    background: #f26722;
    transition: background 0.3s ease 0s;
}
.main-nav li {
	float: left;
	position: relative;
}
.main-nav ul ul {
	display: none;
	float: left;
	position: absolute;
	left: 0;
	z-index: 99999;
	background-color: #213069;
	width: 250px;
}
.main-nav ul li ul li {
	display: block;
	width: 100%;
	text-align: left;
}
.main-nav ul ul ul {
	left: 100%;
	top: 0;
}
.main-nav ul li:hover > ul {
	display: block;
}
/*********************/
/* FEATURED LISTINGS */
/*********************/
.items {
	height: 125px;
	overflow: hidden;
	max-width: 490px;
	margin: 0 auto;
}
.items .feat_list {
	float: left;
	width: 120px;
	overflow: hidden;
	padding: 0 8px;
}
.feat_list img {
	width: auto;
	height: 80px;
}

.visible {
	margin-left: 2px;
}
.items .visible .thumbimg {
	width: 120px;
}

.feat_text {
	font-size: .8em;
	font-weight: 600;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	width: 120px;
}

.feat_text .field_caption {
	float:none;
	font-size: inherit
}


/********************/
/* FEATURED SLIDER  */
/********************/
#slideshow {
	width: 100%;
	position: relative;
	min-height: 50vh;
	overflow: hidden;
	background: url("/template/MiPure/images/header.jpg") no-repeat 50% 25% transparent;
	background-size: cover;
}

#slideshow .container {
	position: relative;
}

#slideshow form {
	width: 306px;
	float: right;
	padding: 20px;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px;
}

/* Home Search */
/**
 * Styles for Search Area
 **/
 .ChainedSelectForm select {
	width: 			170px;
}
.addon_ChainedSelect_changeSpan {
	width: 100%;
	padding: 0 5px;
	text-align: left;
}
.ChainedSelectForm img {
	float: 			right;
}
#slideshow .styled-select select {
	width: 110%;
	background: transparent !important;
	padding: 0 0 0 5px;
	margin: 0;
	border: 0;
	font-size: 16px;
	line-height: 1.6em;
	cursor: pointer;
	-webkit-appearance: none;
	height: 1.3em;
	text-transform: capitalize;
	outline: none;
}
#slideshow .styled-select {
	background: url('data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJhbmdsZS1kb3duIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtYW5nbGUtZG93biBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTE0MyAzNTIuM0w3IDIxNi4zYy05LjQtOS40LTkuNC0yNC42IDAtMzMuOWwyMi42LTIyLjZjOS40LTkuNCAyNC42LTkuNCAzMy45IDBsOTYuNCA5Ni40IDk2LjQtOTYuNGM5LjQtOS40IDI0LjYtOS40IDMzLjkgMGwyMi42IDIyLjZjOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlsLTEzNiAxMzZjLTkuMiA5LjQtMjQuNCA5LjQtMzMuOCAweiI+PC9wYXRoPjwvc3ZnPg==') no-repeat 98% 50% #fff;
	border: 1px solid #E9E2D4;
	overflow: hidden;
	height: 1.6em;
	margin: 0 0 10px;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#slideshow .styled-select.first-half {
	width: 49%;
	float: left;
	margin-right: 2%;
	clear: none;
}
#slideshow .styled-select.last-half {
	width: 49%;
	float: left;
	clear: none;
}
#slideshow .styled-select.small select {
	width: 140px !important;
	background: transparent !important;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 16px;
	line-height: 1.6em;
	cursor: pointer;
	-webkit-appearance: none;
	height: 1.3em;
}
#slideshow .styled-select.small {
	background: url('images/select-arrow.png') no-repeat 98% 50% #fff;
	border: 1px solid #E9E2D4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	overflow: hidden;
	height: 1.6em;
	margin:2px 0;
	clear: none;
	float: left;
	width: 90px;
}
#slideshow .to {
	float: left;
	padding: 0 10px;
	font-size: 16px;
	line-height: 25px;
}
#slideshow .addon_CDdrilldown_changeSpan {
	background-color: #fff !important;
	border: none !important;
	font-size: 16px;
	line-height: 1.3em;
	width: 260px !important;
	height: 1.3em;
	padding: 0 5px !important;
	text-align: left;
}
#slideshow input.text-box {
	padding: 0 5px;
	margin: 0;
	border: 1px solid #E9E2D4;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 22px;

}
#slideshow label {
	font-size: 16px;
	line-height: 20px;
	clear: both;
	display: block;
	text-align: left;
}
#slideshow .search-button, #slideshow .adv-search-button {
	margin: 0 auto 10px;
	clear: both;
	width: 100%;
	background: none #f26722;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 22px;
	font-weight: 200;
	height: 30px;
	text-shadow: none;
}
#slideshow .adv-search-button.last {
	margin-bottom: 0;
}
/* HOME PAGE */
.home-top-banner {
	background-color: #f26722;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
.home-top-banner a {
	color: #fff;
	font-size: 24px;
}
.home-top-banner a:hover {
	text-decoration: underline;
	color: #fff;
}
.home-banner {
	background-color: #f26722;
	padding: 20px 0;
	height: 80px;
	position: relative
}
.home-banner::after {
	content: "";
	position: absolute;
	left: calc(50% - 20px);
	top: 80px;
	display: block;
	background-clip: #f26722;
	margin: 0 auto;
	border-color: #f26722 transparent transparent;
	border-style: solid;
	border-width: 40px 40px 0;
}
.home-banner a {
	color: #fff;
	margin-left: 50px;
	width: calc(25% - 55px);
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	line-height: 20px;
}
.home-banner a:hover {
	text-decoration: none;
	color: #213069;
}
.home-banner a span {
	font-size: 14px;
	clear: both;
	display: block;
	line-height: 14px;
}
.home-page-content, .page-content-container {
	text-align: justify;
	background-color: #e6e2d7;
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-page-content img, .page-content-container img {
	max-width: 100%;
}
.home-page-content img.alignleft, .page-content-container img.alignleft {
	margin: 0 20px 20px 0;
}
.home-page-content img.alignright, .page-content-container img.alignright {
	margin: 0 0 20px 20px;
}
.home-page-content h2 {
	color: #f26722;
	font-weight: 400;
}
.home-page-featured {
	width: 100%;
	background-color: #fff;
	overflow: auto;
}
.home-page-featured ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-page-featured ul li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.home-page-featured ul li:first-child {
	border-left: none;
}
.home-page-featured ul li:last-child {
	border-right: none;
}
.home-page-featured ul li a.title span {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	height: 250px;
	width: 100%;
}
.home-page-featured ul li .info_slider h2:first-child {
	margin: 20px 0 0;
}
.home-page-featured ul li .info_slider h2:last-child {
	margin: 0 0 20px;	
}
.home-page-featured ul li .info_slider h2 {
	margin: 0;
	line-height: 16px;
}

.home-page-featured ul li .info_slider h2 a {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	margin-left: 20px;
	width: calc(100% - 20px);
	text-transform: capitalize;
}
.home-page-featured ul li:nth-child(3n) {
	margin-right: 0;
}
.home-page-welcome {
	background-color: #fff;
	width: 100%;
	padding: 20px;
	clear: both;
	margin-top: 40px;
}
.home-page-welcome h2 {
	margin-top: 0;
}
.home-page-welcome h2 span {
	color: #000;
}
.home-page-welcome h3 span {
	color: #f26722;
}
.home-page-content-left, .home-page-content-center, .home-page-content-right, .home-page-content-full {
	background-color: #fff;
	text-align: center;
	font-size: 14px;
}
.home-page-content-full {
	padding: 0 !important;
}
.home-page-content-left {
	padding-left: 0 !important;
}
.home-page-content-right {
	padding-right: 0 !important;
}
.home-page-content-left .widget-container, .home-page-content-center .widget-container, .home-page-content-right .widget-container, .home-page-content-full .widget-container {
	border: 1px solid #f26722;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 20px;
	overflow: auto;
	/*height: 600px;*/
}
.home-page-content-right .widget-container .widget-container {
	border: none;
	height: auto;
	padding: 0;
}
.home-page-content-full h1 {
	margin: 10px 0 10px 0;
}
.home-page-content-full h1:first-child, .home-page-content-center h1 {
	margin: 0 0 10px 0;
}
.home-page-content-full img {
	margin: 10px 0;
	text-align: center;
	clear: both;
	height: 175px;
	max-width: 100%;
}
.home-page-content-full p {
	margin: 10px 0;
	display: block;
	clear: both;
	font-size: 18px;
}
#slideshow-latest {
	width: 100%;
	margin: 0 auto 10px;
	max-width: 100%;
}
#slideshow-latest .bjqs, #slideshow-latest .home-latest {
	max-width: 100%;
	margin: 0 auto;
}
#slideshow-latest .home-latest img {
	text-align: center;
	margin: 10px auto;
	clear: both;
	width: 100%;
/*	max-width: 100%;*/
}
#slideshow-latest .home-latest span {
	clear: both;
	display: block;
	line-height: 25px;
}
#slideshow-latest .home-latest span.title {
	font-weight: 700;
}
#slideshow-latest .home-latest span.price {
	font-weight: 700;
	font-size: 16px;
}
#slideshow-latest .bjqs-markers {
	width: 100%;
}
#slideshow-latest .bjqs-markers li a {
	display: inline-block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background-color: #104386;
	margin: 0 2px;
	opacity: 0.75;
	transition: 0.3s background-color;
	outline: none;
}
#slideshow-latest .bjqs-markers li.active-marker a {
	background-color: #f60;
	transition: 0.3s background-color;
	opacity: 1;
}
.page-content {
	background-color: #fff;
	text-align: left;
	width: 100%;
	border: 1px solid #E9E2D4;
	padding: 20px;
	overflow: auto;
}
.page-content-1-3 {
	background-color: #fff;
	margin: 0 20px 0 0;
	text-align: left;
	width: 320px;
	border: 1px solid #E9E2D4;
	padding: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left
}
.page-content-2-3 {
	background-color: #fff;
	margin: 0 20px 0 0;
	text-align: left;
	width: 620px;
	border: 1px solid #E9E2D4;
	padding: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
}
#page-content-container .last {
	margin-right: 0;
}

#google_translate_element a {
	text-decoration: none !important;
}
#midsection {
	width: 800px;
	padding: 0px;
	padding-bottom: 25px;
	/*height: 100% -280px;
	min-height: 100% -280px;*/
}
#midsection-prop {
	width: 600px;
	padding: 0px;
	padding-bottom: 150px;
	/*height: 100% -280px;
	min-height: 100% -280px;*/
	float: right;
	clear: right;
	margin: 20px 0 0 0;
}
#leftcol {
	width: 200px;
	float: left;
	/*height: 100% -280px;*/
	display: block;
	color: #fff;
}
#rightcol {
	width: 568px;
	float: right;
	margin-left: 10px;
	background-color: #fff;
	padding: 10px;
	min-height: 500px;
}
#content {
	width: 400px;
	float: left;
	text-align: justify;
}
#content2 {
	/*width: 580px;
	float: left;
	text-align: justify;
	margin: 0px 10px;*/
}
#special {
	width: 160px;
	border-left: 1px solid #ccc;
	float: right;
	padding-left: 5px;
	text-align: center;
}
.box {
	clear: both;
    display: block;
    text-decoration: none;
    background-color: #333366;
	color: #fff;
	padding: 10px;
    margin: 10px auto;
	font-size: 18px;
    text-align: center;
    width: 380px;
    /*height: 360px;
	overflow: hidden;*/
}
.box div { margin: 15px; padding: 0px; border: 0px; display: block; height: 130px; width: 150px; text-align: center; }
.box div a img { width: 150px; height: 120px; border: 0px; }
.box div a:link, .box div a:visited, .box div a:active {
	color: #fff;
	font-size: 12px;
}
.box div a:hover {
	text-decoration: underline;
}

#inlineimg {
	display: block; 
	float: left; 
	margin: 0 5px 5px 0;
}

/* FOOTER */
.footer {
	clear: both;
	display: block;
	padding-bottom: 1px;
	text-align: center;
	width: 100%;
}
.footer p {
	font-size: 14px;
	line-height: 20px;
	text-shadow: 0 1px rgba(255,255,255,0.5);
}




/*************************/
/*** PROPERTY SECTION ***/
/************************/
.browse_tool_left {
	width: 50%;
	/*height: 20px;*/
	float: left;
	text-align: left;
}
.browse_tool_right {
	width: 50%;
	/*height: 20px;*/
	float: right;
	text-align: right;
}
.browse_tool_full {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 20px;
	clear: both;
}
.searchresultpropbox {
	/*width: 169px;
	margin: 15px 7px 0px;
	padding: 5px;
	background-color: #EFF3F4;
	float: left;
	border: 1px solid #e0e4e5;*/
	text-align: center; 
	/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}
.searchresultpropbox-inner {
	/*width: 169px;*/
	margin: 0 0 30px;
	/*padding: 15px;*/
	background-color: #f6f6f6;
	/*float: left;*/
	border: 1px solid #d6d6d6;
	/*text-align: center; */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}
.searchresultpropbox .listingimage {
	display: block;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.thumbresults {
	clear:both;
	height:250px;
	margin:0 auto 10px;
	width:100%;
	overflow: hidden;
	position: relative;

}
.searchresultpropbox .thumbresults .banner {
	background-color: #97E681;
	color: #ffffff;
	font-size: 20px;
	height: 26px;
	line-height: 20px;
	padding: 4px 80px;
	position: absolute;
	right: -75px;
	text-align: center;
	top: 50px;
	transform: rotate(45deg);
	width: 280px;
}
.searchresultpropbox .thumbresults .banner.For.Sale {
	display: none;
}
.searchresultpropbox .thumbresults .banner.Sold, .searchresultpropbox .thumbresults .banner.Exclusive, .searchresultpropbox .thumbresults .banner.New  { background-color: #9E0013; }
.searchresultpropbox .thumbresults .banner.Under-Offer { background-color: #D26300; }

.searchresultpropbox .thumbresults .ref {
	width: 50%;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	text-align: left;
	padding: 5px;
	font: 700 18px/18px arial, sans-serif;
	
}
.searchresultpropbox .thumbresults .price {
	width: 50%;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	text-align: right;
	padding: 5px;
	font: 700 18px/18px arial, sans-serif;
	
}

.searchresultpage {
	width: 100%;
	margin: 0 0 20px;
}
.search-result-title {
	width: 130px;
	height: 35px;
	clear: both;
	margin: 0px auto 10px;
	font-size: 16px;
	line-height: 17px;
}
.search-results-details {
	line-height: 18px;
	height: 90px;
}
.search-result-features {
	text-align: left; 
	font-size: 14px; 
	margin: 0 0px 10px 15px; 
	text-decoration: none; 
	height: 90px; 
}
.search-result-more {
	font-size: 14px;
	margin: 0 10px 10px;
	text-decoration: none;
	line-height: 16px;
	height: 32px;
	position: relative;
}
.search-result-more .more {
	position: absolute;
	bottom: 0;
	right: 0;
}
.search-result-more .print {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* LISTING DETAIL PAGE */
.subtitle {
    float: left;
    padding: 10px 10px 2px 10px;
    width: 100%;
    clear: both;
    margin: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.subtitle .icons {
    float: left;
    margin-top: 0;
    margin-left: 0;
}

.subtitle .icons span {
    display: inline-block;
    text-align: left;
    margin: 5px 10px 0 0;
    font-size: 14px;
}

.subtitle .icons span img {
    max-width: inherit;
    display: inline;
    margin-right: 1px;
    width: auto !important;
    min-height: inherit;
    height: 28px;
}
.buttonsTop {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px 0 20px;
}
.buttonsTop .btn {
    background: #1a171b;
    border-radius: 2px;
    width: 18%;
    margin: 0;
    text-align: center;
    display: inline-block;
    float: none;
    margin: 0 .85%;
    font-size: 12px;
    padding: 8px 5px;
    font-weight: 700;
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: background-color .5s ease;
}
.buttonsTop .btn:hover, .buttonsTop .btn:active {
	background-color: #CF5C10;
	color: #fff;
}
a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.mini-img {
    width: 100%;
    position: relative;
    height: auto;
    float: left;
    clear: both;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    overflow: hidden;
}

.mini-img .labels {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mini-img .labels div {
    display: list-item;
    background: #e00025;
    position: relative;
    border-radius: 0;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 3px;
    text-align: center;
    height: auto;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    list-style: none;
}

.mini-img img {
    width: 100%;
    height: auto;
    position: relative;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.gallery-images {
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
	margin-left: 2px;
	min-height: 125px;
	position: relative;
}
.gallery-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.gallery-images ul li {
    display: inline-block;
    text-align: center;
    width: 18%;
    margin: 2% .8% 0;
}

.gallery-images ul li img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    position: relative;
}
.gallery-images ul li.img-hidden {
    display: none;
}
.gallery-images ul li.img-show {
    display: inline-block;
}

.gallery-images a.moreimg {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 0;
    padding: 22px 0;
    position: absolute;
    background: url(/template/MiPure/images/bt_circle.png) no-repeat center center;
    top: -13px;
    left: -2px;
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
}

.gallery-images a.lessimg {
    display: none;
    width: 98%;
    float: left;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 0;
    padding: 22px 0;
    position: absolute;
    background: url(/template/MiPure/images/bt_circle_less.png) no-repeat center center;
    top: -11px;
    left: 6px;
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
}

.property-buttons {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #1a171b;
    margin-bottom: 20px;
}
.property-buttons .btn {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 15px 20px;
    font-size: 14px;
    background: #1a171b;
    color: #fff;
    border-radius: 0;
    border-right: 1px solid #666;
}
.property-buttons a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #e00025;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: auto;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0 2px;
}

.property-buttons .active {
    color: #fff !important;
    background: #CF5C10 !important;
    text-decoration: none;
}
.property-buttons .btn:hover {
    background: #CF5C10 !important;
    color: #fff !important;
}
.property-buttons a .active {
    color: #fff !important;
    background: #CF5C10 !important;
    text-decoration: none;
}
.property-buttons .description, .property-buttons .mortgage, .property-buttons .map {
    display: block;
}

.property-buttons .share {
    float: right;
}
.property-buttons .share ul.share {
    font-family: FontAwesome;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    float: none;
    width: 100%;
}

.property-buttons .share ul.share li {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 30px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #e00025;
    float: none;
}
.property-buttons .share ul.share li.facebook a::before {
	font-family: "Font Awesome 5 Brands";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    content: "\f39e";
}

.property-buttons .share ul.share li a {
    padding: 0 0;
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 1px 0 transparent;
    text-decoration: none;
    line-height: 48px;
    min-width: 38px;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: 0 0;
}
.property-buttons .share ul.share li a:hover {
    color: #CF5C10;
}
.property-buttons .share ul.share li span {
    display: none;
}
#tmaps_listingmap {
	max-width: 100%;
}
#tmaps_search_result {
	max-width: 100%; 
}
.features li {
    float: left;
   /* width: 32%;
    margin: 0 1% 5px 0; */
    margin-bottom: 5px;
    border-radius: 0;
    padding: 0 0 5px 0 !important;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px !important;
    list-style: circle inside none;
}

.features li i {
    margin-right: 5px;
    font-size: 14px !important;
    vertical-align: -1px;
}

.listing-images img { width: 100% !important; height: 100% !important; }

.main-image-container {
	/*height: 375px;*/
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 500px;
	max-width: 99%;
}
.main-image-container *, .listing-images {
	max-width: 99%;
}
.main-image-container img {
	max-width: 99%;
	height: auto;
	clear: both;
	overflow: auto;
}
.main-image-overlay { 
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 80px 40px 0;
	border-color: transparent #ff0000 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #ff0000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	top:0;
	right:0;
	display: none;
}

.main-image-overlay span {
	position: absolute;
	top: 10px;
	left: 35px;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
} 

/*.multiple_options_caption { display: none; }*/


a.highslide {
	display: block;
	height: auto;
	width: 95%;
	margin: 0 4px 8px;
	float: left;
}
.listing-features, .listing-tools {
	width: 50%;
	float: left;
	padding-left: 100px;
}
span.field_caption { font-weight: 700; }

.powered-by-tag img {
	/*max-width: 100px !important;
	height: auto !important;*/
	margin: 0 auto;
}

/**************************************
	MEDIA QUERIES
**************************************/
@media only screen and (max-width:1200px) {
	ul.similars {
		height: 210px;
		overflow: hidden;
	}
	li.similar-property {
		width: calc(20% - 3.33px);
		overflow: hidden;
	}
	li.similar-property:nth-child(5) {
		margin-right: 0;
	}
}

@media only screen and (max-width:1200px) {
	ul.similars {
		height: 228px;
		overflow: hidden;
	}
	li.similar-property {
		width: calc(25% - 3.33px);
	}
	li.similar-property:nth-child(4) {
		margin-right: 0;
	}
}


@media only screen and (max-width:991px) {
	.header .header-contacts a {
		font-size: 16px;
	}
}

@media only screen and (max-width:767px) {
	/*.header .header-contacts {
		margin-top: 0;
	}*/
	ul.similars {
		height: 228px;
		overflow: hidden;
	}

	li.similar-property {
		width: calc(33.33% - 3.33px);
	}
	li.similar-property:nth-child(3) {
		margin-right: 0;
	}
	.listing-images td {
		float: left;
	}
	.listing-features, .listing-tools {
		width: 100%;
		float: left;
		padding-left: 0;
	}

}

@media only screen and (max-width:480px) {
	/*.header {
		margin-top: 40px !important;
	}*/
	li.similar-property {
		width: calc(50% - 4px);
	}
	li.similar-property:nth-child(0) {
		margin-right: 0;
	}
}
@media only screen and (max-width:420px) {
	/*.header .header-contacts .hyphen {
		display: block;
		clear: both;
		height: 1px;
	}
	.header .header-contacts .header-tel, .header .header-contacts .header-email {
		height: auto;
	}
	.header .header-contacts a {
		line-height: 25px;
	}*/
}

@media only screen and (min-width:768px) and (max-width:999px) {
	.main-nav .container {
		padding: 0;
	}

}
@media only screen and (min-width:0) and (max-width:767px) {
	nav.navbar {
		display: block;
		background-color: #213069;
	}
	nav.navbar a {
		text-align: center;
	}
	nav.navbar .navbar-toggle, nav.navbar .navbar-collapse {
		border-color: #fff;
	}
	nav.navbar .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	nav.navbar a.navbar-brand, nav.navbar a, nav.navbar ul li ul a {
		color: #fff;
		text-shadow: none;
	}
	nav.navbar ul.dropdown-menu {
		border-bottom: 1px solid #fff !important;
	}
	nav.navbar a:hover, nav.navbar a:focus, nav.navbar .open a.dropdown-toggle {
		background-color: #f26722 !important;
		background-image: none !important;
		color: #fff !important;
	}
	div.main-nav {
		display: none;
	}
	.home-banner a {
		margin-left: 20px;
		width: calc(25% - 25px);
		font-size: 16px;
	}
	.home-banner a:first-child {
		margin-left: 0;
	}
	.home-page-featured ul li {
		border: none;
	}
	.home-page-content-left, .home-page-content-center, .home-page-content-right {
		padding: 0 15px !important;
		margin-bottom: 20px;
	}
	#slideshow-latest .bjqs {
		margin: 0 auto;
	}
	.home-page-content img, .page-content img {
		width: 100%;
	}
	.home-page-content h2 span, .home-page-content h3 span {
		display: block;
		clear: both;
	}
	.home-page-content {
		padding: 30px 0 !important;
	}
}
@media only screen and (max-width:480px) {
	/*.home-banner .container {
		padding: 0;
	}*/
	.home-banner a {
		margin-left: 5px;
		width: calc(25% - 7px);
		font-size: 14px;
	}
}

.alert-bar {
	/*display: block;*/
	background-color: #f26722;
	width: 100%;
	height: 50px;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}
.alert-bar strong {
	font-size: 17px;
}



/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('images/multiple-select.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('images/multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('images/multiple-select.png') no-repeat 100% -22px;
    background: url('images/multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('images/multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('images/multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('images/multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('images/multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('images/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

/* *** This is internal css for Open-Realty */
.field_caption{
	font-weight:bold;
}
.searchpage_field_caption {
font-weight:bold;
text-align:right;
}
.searchpage_field_caption_row {
font-weight:bold;
text-align:right;
}
.lat_long_header{font-size:12px;}
.view_image {
	text-align:center;
}

.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
.view_user_user_images {
	float:left;
}
.view_user_user_info {
	float:left;
	padding-left:10px;
}
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {

}
.no_results { color:red; margin-top:10px;}
/* *** Generated by www.csscreator.com *** */
/* THIS IS SECTION IS FOR VERTICAL MENU */

.search_results
{
	width:100%;
}
.searchresultpropbox table {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#EFF3F4;
border:1px solid #E0E4E5;
float:left;
height:250px;
margin:15px 15px 0 0;
padding:8px;
text-align:center;
width:150px;
}

.searchresultpropbox table {
				width: 150px;
				height: 250px;
				margin: 15px 15px 0px 0px;
				padding: 8px;
				background-color: #EFF3F4;
				float: left;
				border: 1px solid #e0e4e5;
				text-align: center; 
				-moz-border-radius: 10px;
}
.searchresultpropbox table tr td {
				width: 130px; 
				height: 35px;
}
.searchresultpage {
				width: 740px; 
				margin: 10px auto; 
				text-align: center;
}
.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }
.view_users { width:100%; }

.logo h1{
	font-size: 44px;
	color:blue;
	float: right;
	vertical-align: text-bottom;
}

.clr{
	clear:both;
}

.content{
	position:relative;
}


 /*printer styles*/
@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#outer{border-left:0;}
}



/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display
{
	border: 3px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main
{
	border: 3px;
	width: 100%;
}
td.admin_main
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE ROW COLORS */
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

.browse_tool_table {
	background-color: silver;
	width:100%;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.browse_tool {
	background-color: silver;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.browse_tool_num {
	color: #336699;
}

.browse_tool_button A {
	background-color: silver;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	BORDER-COLOR: #000000;
   	BORDER-STYLE: outset;
 	BORDER-WIDTH: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 82px;
	height: 18px;
	display: block;
}

.browse_tool_button A:visited {
	color: #000000;
}

.browse_tool_button A:hover {
	color: #FFFFFF;
	BORDER-STYLE: inset;
	width: 82px;
	height: 18px;
}

.browse_tool_ghost {
	font-size: 10px;
	line-height: 10px;
	color: #aaaaaa;
	text-decoration: none;
}


.browse_tool_curpage {
	BACKGROUND-COLOR: #132975;
	color: #FFFFFF;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

/*.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #D1DEE9;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
}

bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}

A.bt_pages{
	color:	#000000;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #000000;
}

A.bt_pages:hover{
	color:#FFFFFF;
	background: #132975;
}*/
/* LISTING PAGE DETAILS 'listing_next_prev'  */
.next_prev_listing { margin: 2em 0 2em 3em;  border: 1px solid #a9a9a9; width: 40em; text-align: center; }
.next_prev_listing ul { margin: 1.5em auto; }
.next_prev_listing li { display: inline; padding: .5em 1em; list-style-type: none; }
.count, .listing_xy { width: 100%; background-color: #dcdcdc; clear: both; padding: .5em 0; }
/* css for tabbed pages */
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width:				70px;
	height:				16px;
	background-image:	url( "https://843realtor.com/template/MiPure/images/tab.png" );
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;
	border:			0;
	z-index:		1;
	font:			11px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				74px !important;
	height:				18px !important;
	background-image:	url( "https://843realtor.com/template/MiPure/images/tab.active.png" ) !important;
	background-repeat:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				70px;
	height:				16px;
	background-image:	url( "https://843realtor.com/template/MiPure/images/tab.hover.png" );
	background-repeat:	no-repeat;
}
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		#ffffff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	font:				11px Tahoma;
	color:				Black;
	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	/*244, 243, 238*/
	/* 145, 155, 156*/

	padding:		10px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}


/*************************/
/*** PROPERTY SECTION ***/
/************************/
.browse_tool_left {
	width: 100%;
	/*height: 20px;*/
	float: left;
	text-align: left;
}
.browse_tool_right {
	width: 50%;
	/*height: 20px;*/
	float: right;
	text-align: right;
}
.browse_tool_full {
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	height: 25px;
	line-height: 18px;
	clear: both;
}
.searchresultpropbox {
	/*width: 169px;
	margin: 15px 7px 0px;
	padding: 5px;
	background-color: #EFF3F4;*/
	float: left;
	/*border: 1px solid #e0e4e5;*/
	text-align: center; 
	/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}
.searchresultpropbox-inner {
	/*width: 169px;*/
	margin: 0 0 30px;
	/*padding: 15px;*/
	background-color: #f6f6f6;
	/*float: left;*/
	border: 1px solid #d6d6d6;
	/*text-align: center; */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}
.searchresultpropbox .listingimage {
	display: block;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.thumbresults {
	clear:both;
	height:250px;
	margin:0 auto 10px;
	width:100%;
	overflow: hidden;
	position: relative;

}
.searchresultpropbox .thumbresults .banner {
	background-color: #97E681;
	color: #ffffff;
	font-size: 20px;
	height: 26px;
	line-height: 20px;
	padding: 4px 80px;
	position: absolute;
	right: -75px;
	text-align: center;
	top: 50px;
	transform: rotate(45deg);
	width: 280px;
}
.searchresultpropbox .thumbresults .banner.For.Sale {
	display: none;
}
.searchresultpropbox .thumbresults .banner.Sold, .searchresultpropbox .thumbresults .banner.Exclusive, .searchresultpropbox .thumbresults .banner.New  { background-color: #9E0013; }
.searchresultpropbox .thumbresults .banner.Under-Offer { background-color: #D26300; }

.searchresultpropbox .thumbresults .ref {
	width: 50%;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	text-align: left;
	padding: 5px;
	font: 700 18px/18px arial, sans-serif;
	
}
.searchresultpropbox .thumbresults .price {
	width: 50%;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	text-align: right;
	padding: 5px;
	font: 700 18px/18px arial, sans-serif;
	
}

.searchresultpage {
	width: 100%;
	margin: 0 0 20px;
}
.search-result-title {
	width: 130px;
	height: 35px;
	clear: both;
	margin: 0px auto 10px;
	font-size: 16px;
	line-height: 17px;
}
.search-results-details {
	line-height: 18px;
	height: 90px;
}
.search-result-features {
	text-align: left; 
	font-size: 14px; 
	margin: 0 0px 10px 15px; 
	text-decoration: none; 
	height: 90px; 
}
.search-result-more {
	font-size: 14px;
	margin: 0 10px 10px;
	text-decoration: none;
	line-height: 16px;
	height: 32px;
	position: relative;
}
.search-result-more .more {
	position: absolute;
	bottom: 0;
	right: 0;
}
.search-result-more .print {
	position: absolute;
	bottom: 0;
	left: 0;
}

.results-buttons .btn.active {
	box-shadow: none !important;
	border-top: 1px solid #104386;
	border-left: 1px solid #104386;
	border-right: 1px solid #104386;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/* LISTING DETAIL PAGE */
.subtitle {
    float: left;
    padding: 10px 10px 2px 10px;
    width: 100%;
    clear: both;
    margin: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.subtitle .icons {
    float: left;
    margin-top: 0;
    margin-left: 0;
}

.subtitle .icons span {
    display: inline-block;
    text-align: left;
    margin: 5px 10px 0 0;
    font-size: 14px;
}

.subtitle .icons span img {
    max-width: inherit;
    display: inline;
    margin-right: 1px;
    width: auto !important;
    min-height: inherit;
    height: 28px;
}
.buttonsTop {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin: 30px 0 0;
}
.buttonsTop .btn {
    background: #213069;
    border-radius: 2px;
    width: 18%;
    min-width: 200px;
    margin: 0;
    text-align: center;
    display: inline-block;
    float: none;
    margin: 0 .85%;
    font-size: 12px;
    padding: 8px 5px;
    font-weight: 700;
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: background-color .5s ease;
    cursor: pointer;
}
.buttonsTop .btn:hover, .buttonsTop .btn:active {
	background-color: #CF5C10;
	color: #fff;
}
a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.mini-img {
    width: 100%;
    position: relative;
    height: auto;
    float: left;
    clear: both;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    overflow: hidden;
}

.mini-img .labels {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mini-img .labels div {
    display: list-item;
    background: #e00025;
    position: relative;
    border-radius: 0;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 3px;
    text-align: center;
    height: auto;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    list-style: none;
}

.mini-img img {
    width: 100%;
    height: auto;
    position: relative;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.gallery-images {
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
	margin-left: 2px;
	min-height: 125px;
	position: relative;
}
.gallery-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.gallery-images ul li {
    display: inline-block;
    text-align: center;
    width: 18%;
    margin: 2% .8% 0;
}

.gallery-images ul li img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    position: relative;
}
.gallery-images ul li.img-hidden {
    display: none;
}
.gallery-images ul li.img-show {
    display: inline-block;
}

.gallery-images a.moreimg {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 0;
    padding: 22px 0;
    position: absolute;
    background: url(/template/MiPure/images/bt_circle.png) no-repeat center center;
    top: -13px;
    left: -2px;
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
}

.gallery-images a.lessimg {
    display: none;
    width: 98%;
    float: left;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 0;
    padding: 22px 0;
    position: absolute;
    background: url(/template/MiPure/images/bt_circle_less.png) no-repeat center center;
    top: -11px;
    left: 6px;
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
}

.property-buttons {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #213069;
    margin-bottom: 20px;
}
.property-buttons .btn {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 15px 20px;
    font-size: 14px;
    background: #213069;
    color: #fff;
    border-radius: 0;
    border-right: 1px solid #666;
}
.property-buttons a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #e00025;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: auto;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0 2px;
}

.property-buttons .active {
    color: #fff !important;
    background: #CF5C10 !important;
    text-decoration: none;
}
.property-buttons .btn:hover {
    background: #CF5C10 !important;
    color: #fff !important;
}
.property-buttons a .active {
    color: #fff !important;
    background: #CF5C10 !important;
    text-decoration: none;
}
.property-buttons .description, .property-buttons .mortgage, .property-buttons .map {
    display: block;
}

.property-buttons .share {
    float: right;
}
.property-buttons .share ul.share {
    font-family: FontAwesome;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    float: none;
    width: 100%;
}

.property-buttons .share ul.share li {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 30px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #e00025;
    float: none;
}
.property-buttons .share ul.share li.facebook a::before {
	font-family: "Font Awesome 5 Brands";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    content: "\f39e";
}

.property-buttons .share ul.share li a {
    padding: 0 0;
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 1px 0 transparent;
    text-decoration: none;
    line-height: 48px;
    min-width: 38px;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: 0 0;
}
.property-buttons .share ul.share li a:hover {
    color: #CF5C10;
}
.property-buttons .share ul.share li span {
    display: none;
}
#tmaps_listingmap {
	max-width: 100%;
}
.features li {
    float: left;
   /* width: 32%;
    margin: 0 1% 5px 0; */
    margin-bottom: 5px;
    border-radius: 0;
    padding: 0 0 5px 0 !important;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px !important;
    list-style: none;
}

.features li i {
    margin-right: 5px;
    font-size: 14px !important;
    vertical-align: -1px;
}

.listing-images img { width: 100% !important; height: 100% !important; }

.main-image-container {
	/*height: 375px;*/
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 500px;
	max-width: 99%;
}
.main-image-container *, .listing-images {
	max-width: 99%;
}
.main-image-container img {
	max-width: 99%;
	height: auto;
	clear: both;
	overflow: auto;
}
.main-image-overlay { 
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 80px 40px 0;
	border-color: transparent #ff0000 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #ff0000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	top:0;
	right:0;
	display: none;
}

.main-image-overlay span {
	position: absolute;
	top: 10px;
	left: 35px;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
} 

.multiple_options_caption { font-weight: 700; }


a.highslide {
	display: block;
	height: auto;
	width: 95%;
	margin: 0 4px 8px;
	float: left;
}
.listing-features, .listing-tools {
	width: 50%;
	float: left;
	padding-left: 100px;
}

/* LISTING DETAIL PAGE */
.subtitle {
    float: left;
    padding: 10px 10px 2px 10px;
    width: 100%;
    clear: both;
    margin: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.subtitle .icons {
    float: left;
    margin-top: 0;
    margin-left: 0;
}

.subtitle .icons span {
    display: inline-block;
    text-align: left;
    margin: 5px 10px 0 0;
    font-size: 14px;
}

.subtitle .icons span img {
    max-width: inherit;
    display: inline;
    margin-right: 1px;
    width: auto !important;
    min-height: inherit;
    height: 28px;
}
.buttonsTop {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin: 30px 0 0;
}
.buttonsTop .btn {
    background: #213069;
    border-radius: 2px;
    width: 18%;
    min-width: 200px;
    margin: 0;
    text-align: center;
    display: inline-block;
    float: none;
    margin: 0 .85%;
    font-size: 12px;
    padding: 8px 5px;
    font-weight: 700;
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: background-color .5s ease;
    cursor: pointer;
}
.buttonsTop .btn:hover, .buttonsTop .btn:active {
	background-color: #CF5C10;
	color: #fff;
}
a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.mini-img {
    width: 100%;
    position: relative;
    height: auto;
    float: left;
    clear: both;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    overflow: hidden;
}

.mini-img .labels {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mini-img .labels div {
    display: list-item;
    background: #e00025;
    position: relative;
    border-radius: 0;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 3px;
    text-align: center;
    height: auto;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    list-style: none;
}

.mini-img img {
    width: 100%;
    height: auto;
    position: relative;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.gallery-images {
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
	margin-left: 2px;
	min-height: 125px;
	position: relative;
}
.gallery-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.gallery-images ul li {
    display: inline-block;
    text-align: center;
    width: 18%;
    margin: 2% .8% 0;
}

.gallery-images ul li img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    position: relative;
}
.gallery-images ul li.img-hidden {
    display: none;
}
.gallery-images ul li.img-show {
    display: inline-block;
}

.gallery-images a.moreimg {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 0;
    padding: 22px 0;
    position: absolute;
    background: url(/template/MiPure/images/bt_circle.png) no-repeat center center;
    top: -13px;
    left: -2px;
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
}

.gallery-images a.lessimg {
    display: none;
    width: 98%;
    float: left;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 0;
    padding: 22px 0;
    position: absolute;
    background: url(/template/MiPure/images/bt_circle_less.png) no-repeat center center;
    top: -11px;
    left: 6px;
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
}

.property-buttons {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #213069;
    margin-bottom: 20px;
}
.property-buttons .btn {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 15px 20px;
    font-size: 14px;
    background: #213069;
    color: #fff;
    border-radius: 0;
    border-right: 1px solid #666;
}
.property-buttons a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #e00025;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: auto;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0 2px;
}

.property-buttons .active {
    color: #fff !important;
    background: #CF5C10 !important;
    text-decoration: none;
}
.property-buttons .btn:hover {
    background: #CF5C10 !important;
    color: #fff !important;
}
.property-buttons a .active {
    color: #fff !important;
    background: #CF5C10 !important;
    text-decoration: none;
}
.property-buttons .description, .property-buttons .mortgage, .property-buttons .map {
    display: block;
}

.property-buttons .share {
    float: right;
}
.property-buttons .share ul.share {
    font-family: FontAwesome;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    float: none;
    width: 100%;
}

.property-buttons .share ul.share li {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 30px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #e00025;
    float: none;
}
.property-buttons .share ul.share li.facebook a::before {
	font-family: "Font Awesome 5 Brands";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    content: "\f39e";
}

.property-buttons .share ul.share li a {
    padding: 0 0;
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 1px 0 transparent;
    text-decoration: none;
    line-height: 48px;
    min-width: 38px;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: 0 0;
}
.property-buttons .share ul.share li a:hover {
    color: #CF5C10;
}
.property-buttons .share ul.share li span {
    display: none;
}
#tmaps_listingmap {
	max-width: 100%;
}
.features li {
    float: left;
   /* width: 32%;
    margin: 0 1% 5px 0; */
    margin-bottom: 5px;
    border-radius: 0;
    padding: 0 0 5px 0 !important;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px !important;
    list-style: none;
}

.features li i {
    margin-right: 5px;
    font-size: 14px !important;
    vertical-align: -1px;
}

.listing-images img { width: 100% !important; height: 100% !important; }

.main-image-container {
	/*height: 375px;*/
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 500px;
	max-width: 99%;
}
.main-image-container *, .listing-images {
	max-width: 99%;
}
.main-image-container img {
	max-width: 99%;
	height: auto;
	clear: both;
	overflow: auto;
}
.listing-section {
	margin: 0 auto 40px;
	padding: 0 5px 40px;
	border-bottom: 1px solid #e5e5e5;
}
h2.listing-details {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}
.columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 3;
	-moz-column-gap: 3;
	column-gap: 3;
}
.listing-section .feature-list {
	margin-bottom: 10px;
	line-height: 1.5em;
	break-inside: avoid-column;
	page-break-inside: avoid;
}

.subdivisionList {
	-moz-columns: 4;
	-webkit-columns: 4;
	columns: 4;
}
.subdivisionList .addon_searchsidebar_field {
	display: none;
}
