/* Theme Name: Manchester */
/* v1.0 | 20120111 */
/* */
/* NORMALIZE */
/* */
/* # HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]), [hidden] {
  display: none; }

/* # Base */
/* */
/* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units */
/* 2. Force vertical scrollbar in non-IE */
/* 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  font-family: sans-serif;
  color: #222222;
  -moz-box-shadow: none; }

button, input, select, textarea {
  font-family: sans-serif;
  color: #222222;
  -moz-box-shadow: none; }

/* Remove mozilla form styling for required and invalid input */
/* */
input:invalid input:-moz-submit-invalid input:required {
  -moz-box-shadow: none; }

/* */
/* Remove text-shadow in selection highlight: h5bp.com/i */
/* These selection declarations have to be separate */
/* Also: hot pink! (or customize the background color to match your design) */
html:-moz-selection, html:selection {
  background: #aaaaaa;
  color: white;
  text-shadow: none; }

/* # Links */
a {
  color: #0000ee; }
  a:visited {
    color: #551a8b; }
  a:hover {
    color: #0066ee; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* # Typography */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background: yellow;
  color: black;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
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: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* # Lists */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* # Embedded content */
/* */
/* 1. Improve image quality when scaled in IE7: h5bp.com/d */
/* 2. Remove the gap between images and borders on image containers: h5bp.com/e */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle; }

/* */
/* Correct overflow not hidden in IE9 */
svg:not(:root) {
  overflow: hidden; }

/* Figures */
figure, form {
  margin: 0; }

/* Forms */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/* */
/* 1. Correct color not inheriting in IE6/7/8/9 */
/* 2. Correct alignment displayed oddly in IE6/7 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/* */
/* 1. Correct font-size not inheriting in all browsers */
/* 2. Remove margins in FF3/4 S5 Chrome */
/* 3. Define consistent vertical alignment display in all browsers */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/* */
/* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) */
/* 2. Correct inner spacing displayed oddly in IE6/7 */
button, input {
  line-height: normal;
  *overflow: visible; }

/* */
/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input {
  *overflow: auto; }

/* */
/* 1. Display hand cursor for clickable form elements */
/* 2. Allow styling of clickable form elements in iOS */
button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/* Consistent box sizing and appearance */
/*	Remove inner padding and border in FF3/4: h5bp.com/l */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* */
/* 1. Remove default vertical scrollbar in IE6/7/8/9 */
/* 2. Allow only vertical resizing */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* # Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px; }

/* */
/* Blueprint Built In */
/* */
.complex-search select {
  width: 200px; }

#simple-search select {
  width: 100px; }

/* */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Headings */
h1 {
  font-size: 1.714em; }

/* 24px */
h2 {
  font-size: 1.571em; }

/* 22px */
h3 {
  font-size: 1.429em; }

/* 20px */
h4 {
  font-size: 1.286em; }

/* 18px */
h5 {
  font-size: 1.143em; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.8em; }

/* Anchors */
a {
  outline: 0;
  text-decoration: none; }
  a img {
    border: 0;
    text-decoration: none; }

/* Paragraphs */
p {
  margin-bottom: 1.143em; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em; }

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em; }

dl {
  margin: 0 0 1.5em 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

/* Quotes */
blockquote {
  font-style: italic; }

/* Tables */
table {
  margin: 0.5em auto 1.5em auto;
  width: 98%; }

/* Thead */
thead th {
  padding: 0.5em 0.4em;
  text-align: left; }

/* Tbody */
tbody td {
  padding: 0.5em 0.4em; }

/* HTML5 tags */
header, footer, section, aside, nav, article, figure {
  display: block;
  padding: 0;
  margin: 0; }

/* layout starts here */
body {
  font: normal 1em Arial, Helvetica, sans-serif;
  background-color: #f3f3f3;
  height: 100%;
  overflow-y: auto; }

/* horizontal partitioning */
header#lvl1 {
  width: 100%;
  min-width: 970px !important; }

section#lvl2, section#lvl4, section#lvl5, section#lvl6 {
  width: 100%;
  min-width: 970px !important; }
section#lvl4 {
  color: #666666;
  padding: 0px 0 0 0; }

footer#lvl6 {
  clear: both;
  padding: 15px 0; }

/* wrapper */
div.wrapper {
  width: 970px;
  height: auto;
  margin: 0 auto; }

/* Common classes */
.lrpad10 {
  padding: 0 4px; }

.clr, .clear {
  clear: both; }

.blue {
  color: #094ba1; }

.green {
  color: #5e8506; }

.nrm-txt {
  font-size: 0.786em; }

.sma-txt {
  font-size: 0.714em; }

div.divider {
  padding: 6px 0; }
div.separator-1-sma {
  float: left;
  height: 22px;
  width: 584px;
  margin: 15px 0 10px 0;
  background: url(../img/bg-separator1-sma.png) no-repeat center top; }
div.separator-1-big {
  float: left;
  height: 22px;
  width: 970px;
  background: url(../img/bg-separator1-big.png) no-repeat center top; }
div.separator-2-sma {
  float: left;
  height: 13px;
  width: 584px;
  margin: 15px 0 10px 0;
  background: url(../img/bg-separator2-sma.png) no-repeat center top; }

/* Text Alignment */
.aR {
  text-align: right; }

.aL {
  text-align: left; }

.aC {
  text-align: center; }

/* =========== start HEADER ============ */
/* ----- Header Logo ----- */
section.company-logo {
  float: left;
  width: 400px;
  line-height: 1;
  padding-top: 20px; }
  section.company-logo #logo {
    float: left;
    min-height: 50px;
    margin-right: 10px; }
  section.company-logo h1 {
    font-size: 2.25em;
    font-weight: bold;
    margin: 0; }
    section.company-logo h1 a, section.company-logo h1 a:visited {
      color: #e60202;
      text-decoration: none; }
  section.company-logo #slogan {
    color: #686868;
    font-size: 0.9em;
    text-shadow: 1px 1px 1px white; }

/* ----- Header Contact Info ----- */
section.contact-info {
  float: right;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #e8e8e8;
  font-size: 1.125em;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -moz-box-shadow: 0 0 3px 0 #888888;
  -webkit-box-shadow: 0 0 3px 0 #888888;
  box-shadow: 0 0 3px 0 #888888; }
section.email {
  float: left;
  background: url(../img/icon_email.png) no-repeat left 0px;
  padding: 0 20px 0 30px; }
  section.email a, section.email a:visited {
    color: #094ba1; }
    section.email a:hover, section.email a:visited:hover {
      color: #5e8506; }
section.phone {
  float: left;
  background: url(../img/icon_phone.png) no-repeat left 0px;
  padding: 0 0 0 22px; }

/* ========== end HEADER=========== */
/* ========== start NAVIGATION MENU ========== */
header nav.main-nav {
  width: 978px;
  margin: 20px 0;
  font-weight: bold;
  clear: both;
  float: left; }
  header nav.main-nav .menu-primary-container {
    float: right; }
  header nav.main-nav ul li.current_page_item {
    color: white; }
    header nav.main-nav ul li.current_page_item span {
      display: inline !important; }
    header nav.main-nav ul li.current_page_item a {
      color: white !important;
      background: #1c4eae; }
  header nav.main-nav ul li {
    display: inline;
    margin: 0 15px;
    text-transform: uppercase; }
    header nav.main-nav ul li a {
      color: #094ba1;
      padding: 5px 10px;
      border-radius: 5px; }
      header nav.main-nav ul li a:visited {
        color: #094ba1; }
      header nav.main-nav ul li a:hover {
        color: white;
        background: #1c4eae; }
    header nav.main-nav ul li span {
      display: none;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #125cbc;
      position: absolute;
      margin-left: -1%;
      margin-top: 22px; }
    header nav.main-nav ul li:hover span {
      display: inline !important; }

/* Slideshow */
.orbit-wrapper {
  float: left;
  margin: 2px 17px 10px 5px; }

div#slideshow {
  position: relative;
  clear: both;
  width: 970px;
  margin: 0;
  padding: 0; }
  div#slideshow form {
    background: none;
    padding: 12px; }
  div#slideshow h5 {
    font-weight: normal;
    color: #535353; }
div#form-search {
  float: left;
  width: 970px;
  margin: 4px 0 28px 0;
  padding: 0;
  color: #666666;
  background-color: #e5e5e5;
  text-shadow: 1px 1px 1px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 1px 1px 10px #9a9a9a;
  -webkit-box-shadow: inset 1px 1px 10px #9a9a9a;
  box-shadow: inset 1px 1px 10px #9a9a9a; }
  div#form-search form {
    background: none;
    padding: 15px 12px 20px 20px; }
  div#form-search h5 {
    font-weight: normal;
    color: #535353; }
  div#form-search h6 {
    margin: 0 0 5px 0;
    font-size: 0.9em;
    font-weight: normal;
    color: #535353; }
div#form-popup {
  float: left;
  width: 474px;
  margin: 0;
  padding: 12px;
  color: #666666;
  background-color: #e5e5e5;
  text-shadow: 1px 1px 1px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 1px 1px 10px #9a9a9a;
  -webkit-box-shadow: inset 1px 1px 10px #9a9a9a;
  box-shadow: inset 1px 1px 10px #9a9a9a; }
  div#form-popup form {
    background: none;
    padding: 12px; }
  div#form-popup h5 {
    margin-bottom: 3px;
    font-weight: normal;
    color: #535353; }
  div#form-popup h6 {
    margin: 0;
    font-weight: normal;
    color: #535353; }
  div#form-popup .row {
    float: left;
    margin: 5px 0 0 0;
    padding-bottom: 5px; }
    div#form-popup .row label {
      float: left;
      width: 150px;
      margin: 0;
      padding-right: 10px;
      font-size: 0.714em;
      font-weight: normal;
      color: #535353; }
div.tbl-col-1, div.tbl-col-2, div.tbl-col-1 label, div.tbl-col-2 label {
  float: left;
  width: 145px;
  margin: 0 0 0 5px; }
div.tbl-col-3, div.tbl-col-4 {
  float: left;
  width: 65px;
  margin: 0; }
div.tbl-col-1 {
  color: #5c5c5c;
  font-size: 0.786em;
  line-height: 1.3em; }
div.tbl-col-2 {
  color: #5c5c5c;
  font-size: 0.786em;
  line-height: 1.3em;
  margin: 0 0 0 20px; }
div.tbl-col-4 {
  margin: 0 0 0 15px; }
div.tbl-col-5 {
  float: left;
  width: 287px;
  margin: 0 28px 0 0; }
div.tbl-col-6 {
  float: left;
  width: 316px;
  margin: 0; }
div.tbl-col-5, div.tbl-col-6 {
  color: #5c5c5c;
  font-size: 0.786em;
  line-height: 1.3em; }
div.tbl-col-6-1 {
  float: left;
  width: 148px; }
div.tbl-col-6-2 {
  float: left;
  width: 148px;
  margin: 0 0 0 20px; }
div.tbl-col-6-3 {
  float: left;
  width: 316px; }
div.tbl-col-6-1 label {
  float: left;
  width: 60px;
  margin: 6px 0 0 0;
  padding: 6px 0 0 5px;
  color: #5c5c5c;
  font-size: 0.857em;
  line-height: 1.3em; }
div.tbl-col-6-2 label, div.tbl-col-6-3 label {
  float: left;
  width: 65px;
  margin: 6px 0 0 0;
  padding: 6px 0 0 0;
  color: #5c5c5c;
  font-size: 0.857em;
  line-height: 1.3em; }
div.tbl-col-6-2 span {
  position: relative;
  right: -85px; }
div.tbl-col-7 {
  float: left;
  width: 739px;
  padding: 9px 0 0 0; }
  div.tbl-col-7 label {
    float: left;
    margin: 0 12px 0 2px;
    padding: 2px 0 0 0;
    font-size: 0.786em;
    color: #5c5c5c; }
div.tbl-col-1-3, div.tbl-col-2-3 {
  float: left;
  width: 287px;
  margin: 0 28px 0 0; }
div.tbl-col-3-3 {
  float: left;
  width: 316px;
  margin: 0; }
div.tbl-col-1-3, div.tbl-col-2-3 {
  color: #5c5c5c;
  font-size: 0.786em;
  line-height: 1.3em; }
div.tbl-col-3-3 {
  color: #5c5c5c;
  font-size: 0.786em;
  line-height: 1.3em; }
  div.tbl-col-3-3 label {
    float: left;
    width: 65px;
    margin: 0; }
div.cselect, div.cselect2, div.cselect3, div.cselect4, div.cselect5, div.cselect6 {
  float: left;
  height: 25px;
  padding: 0;
  margin: 5px 0 10px 0;
  font-weight: normal;
  font-size: 0.9em; }
div.cselect {
  background-color: white;
  width: 140px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* =========== start FORMS CONTAINERS ============ */
/* ----- Form Home ----- */
/* ----- Form Search ----- */
/* ----- Form Popups ----- */
/* ============ end FORMS CONTAINERS ============= */
/* =========== start FORMS FIELDS ============ */
/* ----- Simple Search Divs ----- */
/* ----- Extended Search Divs ----- */
/* ----- Customs Fields/Divs ----- */
/* ============ end FORMS FIELDS ============= */
/* Left Content section styles */
section.list {
  width: 584px;
  float: left;
  margin: 8px 16px 0 4px;
  padding: 12px;
  background-color: white;
  color: #424242;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 3px #888888;
  -webkit-box-shadow: 0 0 3px #888888;
  box-shadow: 0 0 3px #888888; }
section.list2 {
  width: 584px;
  float: left;
  margin: 0 16px 0 0;
  padding: 0 12px 12px 12px;
  color: #424242; }
section.list h5, section.list2 h5 {
  font-weight: normal;
  color: #535353; }
section.list-item {
  width: 100%; }
section.list-boxed {
  width: 572px;
  float: left;
  margin: 4px 4px 10px 4px;
  padding: 12px;
  background-color: white;
  color: #424242;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 3px #888888;
  -webkit-box-shadow: 0 0 3px #888888;
  box-shadow: 0 0 3px #888888; }
section.list-pic {
  float: left;
  width: 150px;
  margin: 0 14px 0 0; }
  section.list-pic .thumbs {
    width: 144px;
    height: 93px;
    padding: 3px;
    margin-bottom: 19px;
    background-color: #c3c3c3; }
section.list-txt {
  float: left;
  width: 420px;
  padding: 0; }
section.list-info {
  float: left;
  width: 290px;
  padding: 0 10px 0 0;
  font-size: 13pt; }
  section.list-info h5 {
    line-height: 1.2em;
    color: #739527;
    margin: 0;
    padding: 0; }
    section.list-info h5 a {
      font-weight: bold;
      line-height: 1.2em;
      color: #094ba1; }
      section.list-info h5 a:hover {
        color: #739527; }
  section.list-info h6 {
    padding-bottom: 10px; }
  section.list-info span.beds-n-baths {
    font-size: 12pt;
    font-weight: 400; }
  section.list-info b {
    font-size: 12pt;
    font-weight: 600; }
section.list-price {
  float: left;
  width: 120px;
  padding: 0;
  text-align: right; }
section.list-links {
  float: left;
  width: 420px; }
section.list-fav a {
  float: left;
  background: url(../img/icon_fav.png) no-repeat 0 2px;
  margin: 5px 13px 0 0;
  padding: 0 0 3px 17px;
  font-size: 0.786em;
  font-weight: bold;
  color: #424242;
  text-decoration: underline; }
section.list-req a {
  float: left;
  background: url(../img/icon_req.png) no-repeat 0 2px;
  margin: 5px 13px 0 0;
  padding: 0 0 3px 17px;
  font-size: 0.786em;
  font-weight: bold;
  color: #424242;
  text-decoration: underline; }
section.list-shr {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  font-size: 0.786em;
  color: #424242; }
  section.list-shr span {
    float: left;
    padding: 6px 0 0 0; }
section.list-btn1 {
  float: right; }
section.list-btn2 {
  float: left;
  width: 584px;
  margin: -15px 0 0 0;
  padding: 0 0 10px 0; }
section.list-notelist {
  float: left;
  width: 584px;
  margin: 0;
  padding: 0; }
  section.list-notelist ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    section.list-notelist ul li {
      float: left;
      width: 584px;
      display: block;
      margin: 0;
      padding: 5px 0px;
      font-size: 0.786em;
      border-width: 1px 0 0 0;
      border-style: dotted;
      border-color: #959595; }
      section.list-notelist ul li p {
        float: left;
        width: 562px;
        margin: 0;
        padding: 0; }
section.list-nav {
  float: left;
  width: 584px;
  padding: 0 0 5px 0;
  text-align: right; }
  section.list-nav a {
    margin: 0 0 0 5px;
    padding: 3px 6px;
    font-size: 0.786em;
    font-weight: bold;
    color: #585858; }
    section.list-nav a:hover, section.list-nav a.active {
      color: white;
      background-color: #a6a6a6;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
section.list-details, section.list-amenity {
  float: left;
  width: 584px;
  font-size: 0.786em;
  color: #424242; }
section.list-details-1-2 {
  float: left;
  width: 280px;
  margin: 0 24px 0 0; }
section.list-details-2-2 {
  float: left;
  width: 240px;
  margin: 0 0 0 40px; }
section.list-details-1-2 label, section.list-details-2-2 label {
  float: left;
  width: 110px;
  padding-right: 10px;
  font-weight: bold;
  line-height: 1.4em; }
section.list-details-1-2 p, section.list-details-2-2 p {
  float: left;
  width: 100px;
  margin: 0;
  padding: 0;
  line-height: 1.4em; }
section.list-amenity label {
  float: left;
  width: 163px;
  padding: 0 0 0 17px;
  margin: 0 7px;
  background: url(../img/icon-check.png) no-repeat left top;
  line-height: 1.4em; }

div#search, div#property, div#about, div#blog, div#favorites {
  position: relative;
  clear: both;
  width: 970px;
  margin: 0;
  padding: 0; }
div#search h5, div#property h5, div#about h5, div#blog h5, div#favorites h5 {
  padding-bottom: 4px;
  font-weight: normal;
  color: #535353;
  border-bottom: 1px dotted #535353; }

section.property-inf, section.about-inf {
  float: left;
  width: 970px;
  font-size: 1.143em; }

div.property-title, div.about-name {
  float: left;
  width: 675px;
  padding: 0 20px 5px 5px;
  font-size: 18pt; }
  div.property-title p, div.about-name p {
    margin: 5px 0 0 0; }
    div.property-title p span, div.about-name p span {
      margin-left: 20px; }
div.property-price, div.about-area {
  float: right;
  width: 265px;
  padding: 0 5px 0 0;
  text-align: right; }

section.property-bin {
  float: left;
  width: 610px;
  height: 293px;
  background: url(../img/bg-slideshow.png) no-repeat center bottom;
  margin: 4px 16px 5px 4px; }

div.property-img {
  position: relative;
  float: left;
  width: 590px;
  height: 250px;
  background-color: white;
  padding: 9px;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 3px #888888;
  -webkit-box-shadow: 0 0 3px #888888;
  box-shadow: 0 0 3px #888888; }

section.property-map, section.about-map {
  position: relative;
  float: left;
  margin: 4px 0 10px 0;
  width: 338px;
  height: 270px;
  background: url(../img/map-property.png) no-repeat center center;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 3px #888888;
  -webkit-box-shadow: 0 0 3px #888888;
  box-shadow: inset 1px 1px 10px #efefef; }

div.property-gmap {
  float: left;
  width: 338px;
  height: 230px; }
div.property-lnks {
  float: left;
  width: 298px;
  height: 20px;
  padding: 10px 20px;
  background: url(../img/transparent-bg.png) 0 0 repeat;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px; }
div.about-gmap {
  float: left;
  width: 338px;
  height: 200px; }
div.about-addy {
  float: left;
  width: 314px;
  height: 46px;
  padding: 12px;
  background: url(../img/transparent-bg.png) 0 0 repeat;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px; }
  div.about-addy p {
    margin: 0 auto;
    padding: 0;
    font-size: 0.786em;
    color: #424242; }

section.neighborhood {
  float: left;
  width: 962px;
  margin: 20px 4px 25px 4px; }
  section.neighborhood h5 {
    font-weight: normal;
    color: #535353; }
section.neighborhood-map {
  float: left;
  width: 960px;
  height: 258px;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 3px #888888;
  -webkit-box-shadow: 0 0 3px #888888;
  box-shadow: inset 1px 1px 10px #efefef; }
section.supply {
  float: left;
  width: 962px;
  margin: 20px 4px 25px 4px; }
  section.supply h5 {
    font-weight: normal;
    color: #535353; }
  section.supply p {
    font-size: 0.786em;
    color: #424242; }
section.blog-title h3 {
  margin-bottom: 5px;
  padding: 0;
  font-weight: bold;
  font-size: 18pt;
  color: #424242; }
  section.blog-title h3 a {
    color: #424242; }
    section.blog-title h3 a:visited {
      color: #424242; }
section.blog-title h6 {
  margin: 0;
  font-style: italic;
  font-size: 11pt;
  padding: 0; }
section.blog-text img {
  float: left;
  width: 144px;
  height: 93px;
  margin-right: 10px;
  padding: 3px;
  background-color: #c3c3c3; }
section.blog-text p {
  font-size: 11pt;
  line-height: 1.5em;
  color: #424242; }
section.blog-text a {
  color: #094ba1; }
  section.blog-text a:visited {
    color: #094ba1; }
section.blog-text a.read-more {
  display: block;
  padding-bottom: 30px;
  font-size: 12pt; }
section.blog-tags {
  float: left;
  width: 530px;
  margin: 0px 0 30px 0;
  padding: 5px 10px;
  font-size: 0.786em;
  color: #424242;
  background-color: white;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  section.blog-tags label {
    margin: 0 10px; }
    section.blog-tags label a {
      color: #424242;
      text-decoration: none; }
      section.blog-tags label a:visited {
        color: #424242; }
      section.blog-tags label a:hover {
        color: #5e8506; }

/* Sidebar styles */
aside {
  width: 340px;
  float: right; }

section.side-bin2 {
  float: left;
  display: block;
  margin: 0 0 10px 0;
  padding: 12px;
  color: #424242; }
section.side-bin h5, section.side-bin2 h5 {
  font-weight: normal;
  color: #535353; }
section.myinfo, section.myfriends, section.agent, section.latest, section.gallery {
  width: 314px; }
section.myinfo-user {
  width: 100%;
  font-size: 0.786em; }
  section.myinfo-user label {
    float: left;
    width: 90px;
    padding-right: 14px; }
  section.myinfo-user p {
    float: left;
    width: 210px;
    margin: 0;
    padding: 0; }
section.myinfo-btn {
  float: right;
  width: 100%;
  text-align: right; }
section.myinfo-agent {
  float: left;
  width: 290px;
  margin: 10px 0 0 0;
  padding: 12px;
  font-size: 0.786em;
  color: #666666;
  background-color: #e5e5e5;
  text-shadow: 1px 1px 1px white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
section.myfriends ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  section.myfriends ul li {
    float: left;
    width: 314px;
    display: block;
    margin: 0;
    padding: 5px 0;
    font-size: 0.786em;
    font-weight: bold;
    border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #959595; }
    section.myfriends ul li p {
      float: left;
      width: 302px;
      margin: 0;
      padding: 0; }
section.myfriends-btn {
  float: right;
  width: 100%;
  text-align: right; }
section.agent-thumb {
  float: left;
  width: 95px;
  height: 105px;
  margin-right: 10px;
  padding: 3px; }
  section.agent-thumb img {
    border: 3px solid #c3c3c3; }
section.agent-info {
  float: left;
  width: 420px; }
  section.agent-info p {
    margin: 0;
    padding: 0; }
section.agent-text {
  float: left;
  width: 203px;
  padding: 0; }
  section.agent-text p {
    margin: 0;
    padding: 0; }
section.latest-item {
  padding-left: 24px;
  background: url(../img/icon-latest.png) no-repeat left 2px; }
  section.latest-item h6 {
    font-size: 0.857em;
    margin-bottom: 2px; }
section.search-map {
  float: left;
  width: 314px;
  height: 314px;
  background: url(../img/map-search.png) no-repeat center center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
section.gallery img {
  float: left;
  width: 144px;
  height: 93px;
  padding: 3px;
  margin: 3px;
  background-color: #c3c3c3; }
section.footer-contact {
  margin: 4px 0 25px 0;
  padding: 12px;
  font-size: 0.929em;
  font-weight: bold;
  color: #929292;
  text-align: center;
  background-color: white;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 3px #888888;
  -webkit-box-shadow: 0 0 3px #888888;
  box-shadow: inset 1px 1px 10px #efefef; }
  section.footer-contact span {
    color: #343434; }
    section.footer-contact span a {
      color: #0066ee; }
      section.footer-contact span a:visited {
        color: #0066ee; }
      section.footer-contact span a:hover {
        color: #5e8506; }
section.footer-nav {
  float: left; }
  section.footer-nav ul {
    margin: 0;
    padding: 0;
    font-size: 0.786em;
    list-style-type: none; }
    section.footer-nav ul li {
      float: left;
      padding: 0 10px;
      border-left: 1px solid;
      border-color: #c1c1c1; }
      section.footer-nav ul li:first-child {
        padding-left: 0px;
        border-left: none; }
  section.footer-nav a {
    font-weight: bold;
    color: #777777; }
    section.footer-nav a:hover {
      color: #5e8506; }
section.footer-copyright {
  float: left;
  clear: both;
  margin-top: 10px;
  padding: 0;
  color: #777777; }
section.footer-logo {
  float: right;
  text-align: right;
  line-height: 1.1em; }

/* Sidebar section styles */
/* =========== start FOOTER =========== */
span.footer-name {
  color: #646464;
  font-size: 1.429em;
  font-weight: bold; }
span.footer-slogan {
  color: #838383;
  text-shadow: 1px 1px 1px white; }

/* ============ end FOOTER ============ */
/* ============ start CSS BUTTONS ============ */
.button {
  *display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */
  display: inline;
  vertical-align: baseline;
  margin: 0 1px;
  padding: 8px 15px;
  outline: none;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }
  .button:hover {
    text-decoration: none; }

.bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em; }

.medium {
  font-size: 12px;
  padding: 5px 10px; }

.small {
  font-size: 11px;
  padding: 0.2em 1em 0.275em; }

/* ----- Color styles ----- */
/* red */
.b-red {
  color: white;
  border: 0;
  background: #ca171d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  background: -moz-linear-gradient(top, #ed1c24, #aa1317);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317'); }
  .b-red:hover {
    background: #b41318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top, #c9151b, #a11115);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115'); }

/* blue */
.b-blue {
  color: white !important;
  border: 0;
  background: #1c4eae !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#263e9f), to(#125cbc));
  background: -moz-linear-gradient(top, #263e9f, #125cbc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263e9f', endColorstr='#125cbc'); }
  .b-blue:hover {
    background: #184293;
    background: -webkit-gradient(linear, left top, left bottom, from(#263e9f), to(#125cbc));
    background: -moz-linear-gradient(top, #263e9f, #125cbc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263e9f', endColorstr='#125cbc'); }

/* cyan */
.b-cyan {
  color: white;
  border: 0;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5'); }
  .b-cyan:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e'); }

/* ----- Navigation button ----- */
.nav {
  color: #323232;
  border: 0;
  background: none; }
  .nav:hover {
    color: white;
    background: #184293;
    background: -webkit-gradient(linear, left top, left bottom, from(#263e9f), to(#125cbc));
    background: -moz-linear-gradient(top, #263e9f, #125cbc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263e9f', endColorstr='#125cbc'); }

/* ----- Search Now button ----- */
.srch1 {
  padding: 10px 0 2px 0;
  margin: 15px 15px 0 0; }

.srch2 {
  float: left;
  width: 207px;
  text-align: right;
  padding: 10px 0 14px 0; }

/* ============= end CSS BUTTONS ============= */
/* =========== start IMAGE BUTTONS =========== */
input.btn-del {
  float: left;
  width: 12px;
  height: 12px;
  margin: 1px 0 0 0;
  padding: 0;
  background: url(../img/icon-delete.png) no-repeat center top;
  border: 0; }
input.btn-edi {
  float: left;
  width: 12px;
  height: 12px;
  margin: 1px 0 0 0;
  padding: 0;
  background: url(../img/icon-edit.png) no-repeat center top;
  border: 0; }

/* ============ end IMAGE BUTTONS ============ */
/* ============= start FLOAT DIV ============= */
section.float-box {
  position: relative;
  float: right;
  width: 340px; }

div.ui-datepicker {
  font-size: 62.5%; }
div.popup-form {
  display: none; }

/* ============== end FLOAT DIV ============== */
/* =========== start CONTROL CALENDAR SIZE =========== */
/* ============ end CONTROL CALENDAR SIZE ============ */
/* POPUP FORM */
#signup_form, #login_form {
  padding: 20px 20px 30px 20px;
  background: #e5e5e5;
  min-height: 220px; }
  #signup_form h3, #login_form h3 {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    color: black;
    font-size: 22px; }
  #signup_form p, #login_form p {
    margin: 5px 0px 10px 0px;
    padding: 5px 0px 0px 0px;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px white; }
  #signup_form label, #login_form label {
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    margin: 0px 30px 25px 0px;
    float: left;
    text-transform: uppercase;
    text-shadow: 1px 1px white; }

#password_form {
  padding: 20px 20px 30px 20px;
  background: #e5e5e5;
  min-height: 280px; }
  #password_form h3 {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    color: black;
    font-size: 22px; }
  #password_form p {
    margin: 5px 0px 10px 0px;
    padding: 5px 0px 0px 0px;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px white; }
  #password_form label {
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    margin: 0px 30px 25px 0px;
    float: left;
    text-transform: uppercase;
    text-shadow: 1px 1px white; }

.inp-popup {
  width: 280px;
  height: 26px;
  border: 1px solid #cccccc;
  margin: 4px 0px 16px 0px;
  background: #fafafa;
  float: right;
  border-radius: 6px;
  -moz-border-radius: 6px; }

.popup-bt {
  color: white;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2343a3), to(#125cbc));
  background: -moz-linear-gradient(top, #2343a3, #125cbc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2343a3', endColorstr='#125cbc');
  border: 1px solid #093670;
  padding: 6px 14px 6px 14px;
  font-weight: lighter;
  margin: 4px 0px 14px 20px;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  -moz-border-radius: 4px;
  text-transform: uppercase; }
  .popup-bt:hover {
    color: black; }

p#login_error {
  color: red; }

/* */
/* SPARKBOX-SELECT */
/* */
.sb-custom {
  cursor: pointer;
  display: inline;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0; }

.sparkbox-custom {
  display: none; }

.no-js .sparkbox-custom {
  display: block; }

.sb-select {
  background: url("../img/cselect-arrow.png") no-repeat top right;
  text-shadow: 1px 1px 1px white;
  cursor: pointer;
  border: none;
  color: #444444;
  height: 23px;
  padding: 2px 0 0 10px !important;
  margin: 0 !important;
  position: relative;
  text-decoration: none;
  z-index: 1;
  width: 49px;
  *z-index: 1; }

.sb-dropdown {
  background: #f3f3f3;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0px 6px 8px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0px 6px 8px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0px 6px 8px -8px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
  left: 1px;
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
  position: absolute;
  top: 1.5em;
  z-index: 999;
  border: 1px solid #cccccc;
  width: 100px;
  *z-index: 999; }
  .sb-dropdown a {
    color: #444444;
    display: block;
    padding: 5px;
    text-decoration: none; }
    .sb-dropdown a:hover {
      background: gainsboro; }
  .sb-dropdown .selected {
    background: gainsboro; }

/* */
/* TABS SLIDESHOW */
/* */
/* container for slides */
.slides {
  float: left;
  width: 610px;
  height: 293px;
  background: url(../img/bg-slideshow.png) no-repeat center bottom;
  margin: 4px 16px 0 4px; }

.images {
  position: relative;
  float: left;
  width: 590px;
  height: 250px;
  background-color: white;
  padding: 9px;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 3px #888888;
  -webkit-box-shadow: 0 0 3px #888888;
  box-shadow: 0 0 3px #888888; }
  .images .img_box {
    display: none;
    position: absolute;
    margin: 0;
    height: 250px; }
    .images .img_box img, .images .img_box section {
      position: absolute; }
    .images .img_box img {
      z-index: 0;
      padding: 0 !important;
      margin: 0 !important; }
    .images .img_box section {
      bottom: 0;
      z-index: 1;
      width: 570px;
      *width: 540px;
      /*IE7 fix */
      height: auto;
      background: url(../img/transparent-bg.png) 0 0 repeat;
      padding: 10px;
      *padding-right: 40px;
      /*IE7 fix */ }
      .images .img_box section h1 {
        float: left;
        width: 400px;
        margin: 0;
        padding: 0 20px 0 0;
        font-weight: normal;
        font-size: 0.813em;
        color: #3a3a3a; }
      .images .img_box section br {
        margin-bottom: 3px; }
      .images .img_box section a {
        font-weight: bold;
        color: #739527; }
        .images .img_box section a:hover {
          color: #ee7d03; }
      .images .img_box section .img_btn {
        float: right;
        width: 90px; }

/* single slide */
/* prev and next buttons */
.slidenav {
  z-index: 2;
  width: 580px;
  position: absolute;
  margin: 0 5px;
  text-align: center;
  bottom: 125px; }

.forward, .backward {
  display: inline-block;
  width: 40px;
  margin: 0;
  height: 40px;
  cursor: pointer; }

.forward {
  float: right;
  background: url(../img/slide_next.png) 0 0 no-repeat; }

.backward {
  float: left;
  background: url(../img/slide_prev.png) 0 0 no-repeat; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
  visibility: hidden !important; }

#pls-quick-search-3 {
  height: 283px; }

aside {
  float: right; }

div#full-form {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dadada));
  background: -moz-linear-gradient(top, #f2f2f2, #dadada);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dadada');
  border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #bfbfbf;
  padding: 20px;
  margin-bottom: 14px; }
  div#full-form h6 {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px; }
div.form-l {
  width: 285px;
  float: left;
  margin: 0px 20px 0px 0px; }
div.form-m {
  width: 285px;
  float: left;
  margin: 0px 0px 0px 0px; }
div.form-r {
  width: 340px;
  float: right; }
div.form-r-l {
  float: left;
  width: 90px; }
div.form-r-r {
  float: right;
  width: 190px; }
div#full-form #full-search {
  color: white;
  font-size: 16px;
  background: #f99727;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6d84a), to(#4dab23));
  background: -moz-linear-gradient(top, #a6d84a, #4dab23);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6d84a', endColorstr='#4dab23');
  border: 1px solid #4eab23;
  padding: 6px 14px 6px 14px;
  font-weight: bold;
  margin: 14px 0px 0px 0px;
  cursor: pointer;
  float: right;
  text-shadow: 1px 1px black; }
  div#full-form #full-search:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#4dab23), to(#a6d84a));
    background: -moz-linear-gradient(top, #4dab23, #a6d84a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dab23', endColorstr='#a6d84a'); }
div#full-form .slt-half select {
  padding: 4px;
  width: 195px;
  border: 1px solid #a09f9f;
  margin-bottom: 4px; }
div#full-form .inp-full {
  width: 232px;
  height: 32px;
  border: 1px solid #a09f9f;
  margin: 4px 7px 0px 0px;
  padding: 0px 0px 0px 4px;
  background: #fbfbfb; }
div.checkboxes {
  padding: 20px 0px 10px 0px;
  width: 720px;
  float: left; }
div#full-form label {
  margin: 0px 10px 0px 0px;
  font-size: 12px; }
div#full-form input.ticks {
  padding: 0px;
  margin: 20px 5px 0px 0px; }
div.ui-datepicker {
  font-size: 90%; }
div#floating-box {
  /* FLOATING MAP - floating-box dive MUST float right, have a relative position and have a defined width. */
  position: relative;
  width: 290px; }

.pls-quick-search.widget {
  float: left;
  width: 325px;
  height: 284px;
  margin: 15px 0 0px 0 !important;
  padding: 10px;
  color: #666666;
  background-color: #e5e5e5;
  text-shadow: 1px 1px 1px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 1px 1px 10px #9a9a9a;
  -webkit-box-shadow: inset 1px 1px 10px #9a9a9a;
  box-shadow: inset 1px 1px 10px #9a9a9a; }
  .pls-quick-search.widget h5 {
    margin: 5px 0 10px 5px; }
  .pls-quick-search.widget .chzn-container {
    width: 140px !important; }
  .pls-quick-search.widget .chzn-drop {
    width: 138px !important; }
  .pls-quick-search.widget .chzn-search input {
    width: 103px !important; }
  .pls-quick-search.widget .slt-available-on {
    padding: 4px;
    width: 100px;
    margin-bottom: 4px; }
    .pls-quick-search.widget .slt-available-on .chzn-container {
      width: 140px !important; }
    .pls-quick-search.widget .slt-available-on .chzn-drop {
      width: 138px !important; }
    .pls-quick-search.widget .slt-available-on .chzn-search input {
      width: 103px !important; }
  .pls-quick-search.widget .cselect3 .chzn-container {
    width: 65px !important; }
  .pls-quick-search.widget .cselect3 .chzn-drop {
    width: 63px !important; }
  .pls-quick-search.widget .cselect3 .chzn-search input {
    width: 28px !important; }
  .pls-quick-search.widget label {
    font-size: 10pt; }
  .pls-quick-search.widget h6 {
    font-size: 14pt;
    padding-bottom: 10px; }
  .pls-quick-search.widget input#full-search {
    float: right;
    margin: 5px 90px 0 0;
    padding: 8px 15px; }

#form-search .slt-full {
  padding: 4px;
  width: 265px;
  margin-bottom: 4px; }
  #form-search .slt-full .chzn-container {
    width: 200px !important; }
  #form-search .slt-full .chzn-drop {
    width: 198px !important; }
  #form-search .slt-full .chzn-search input {
    width: 163px !important; }
#form-search .slt-available-on {
  padding: 4px;
  width: 100px;
  margin-bottom: 4px; }
  #form-search .slt-available-on .chzn-container {
    width: 140px !important; }
  #form-search .slt-available-on .chzn-drop {
    width: 138px !important; }
  #form-search .slt-available-on .chzn-search input {
    width: 103px !important; }
#form-search .slt-sma {
  padding: 4px;
  width: 85px;
  margin-bottom: 4px; }
  #form-search .slt-sma .chzn-container {
    width: 80px !important; }
  #form-search .slt-sma .chzn-drop {
    width: 78px !important; }
  #form-search .slt-sma .chzn-search input {
    width: 43px !important; }
#form-search label {
  font-size: 10pt; }
#form-search h6 {
  font-size: 14pt;
  padding-bottom: 10px; }
#form-search input#full-search {
  float: right;
  margin: -33px 160px 0 0;
  padding: 8px 15px; }

.sort_by_wrapper {
  float: right;
  width: 300px;
  margin-top: -35px;
  padding-bottom: 20px;
  text-align: right; }
  .sort_by_wrapper .chzn-drop {
    width: 150px !important; }
  .sort_by_wrapper #sort-by_chzn {
    width: 150px !important; }
  .sort_by_wrapper .chzn-search input {
    width: 114px !important; }
  .sort_by_wrapper span {
    text-align: left; }
  .sort_by_wrapper ul li {
    text-align: left; }

#main {
  margin-top: 15px;
  float: left;
  width: 580px; }
  #main h2 {
    position: relative;
    clear: both;
    width: 970px;
    margin: 0;
    padding-bottom: 4px;
    font-weight: normal;
    color: #535353; }
  #main .list .list-item img {
    float: left; }
  #main .list .list-item .blog-title {
    padding-left: 20px;
    width: 550px;
    float: left; }
  #main .list .list-item .blog-text {
    float: left;
    padding-left: 20px;
    width: 550px;
    min-height: 120px; }

.compliance-wrapper {
  margin-top: 20px;
  float: left; }
  .compliance-wrapper img {
    float: left;
    margin: 0 10px 3px 0; }
  .compliance-wrapper p {
    margin-top: 0;
    font-size: 12px; }
    .compliance-wrapper p.property-details-compliance {
      font-size: 10pt; }
    .compliance-wrapper p.inline-compliance, .compliance-wrapper p.listings-widget-compliance {
      float: left; }
      .compliance-wrapper p.inline-compliance span, .compliance-wrapper p.listings-widget-compliance span {
        margin-right: 20px;
        color: black;
        font-size: 12px;
        font-weight: normal; }

article img {
  padding: 0 !important; }

.img_box {
  width: 588px !important;
  height: 250px !important;
  overflow: hidden !important;
  border: none !important; }
  .img_box img {
    margin: 0 !important; }

.gallery img {
  margin: 5px !important;
  border: 3px solid #c3c3c3 !important; }

#floating-box {
  float: left;
  position: absolute; }

.orbit-html-caption {
  display: none; }

.orbit-bullets {
  margin-top: -100px !important; }

.orbit-caption {
  background-color: rgba(255, 255, 255, 0.8) !important;
  height: 70px;
  text-align: left !important;
  padding: 0px !important; }
  .orbit-caption p {
    color: #3a3a3a !important;
    margin: 10px; }
    .orbit-caption p.address {
      font-size: 14pt; }
  .orbit-caption a {
    color: #3a3a3a; }
    .orbit-caption a.button {
      position: absolute;
      margin: -40px 0 0 480px; }
  .orbit-caption .beds, .orbit-caption .baths {
    font-size: 11pt;
    font-weight: 200; }
  .orbit-caption .baths {
    margin-left: 20px; }
  .orbit-caption .price {
    color: #5e8506 !important;
    margin-left: 30px;
    font-size: 12pt;
    font-weight: 400; }

section.pls-listings .compliance-wrapper, section.pls-recent-posts .compliance-wrapper {
  margin-top: 0;
  float: none; }
section.pls-listings.widget, section.pls-recent-posts.widget {
  float: left;
  border: 1px solid #c1c1c1;
  color: #424242;
  background-color: white;
  padding: 25px;
  width: 295px;
  margin-top: 15px;
  border-radius: 8px;
  box-shadow: inset 1px 1px 10px #efefef;
  -webkit-box-shadow: 0 0 3px #888888;
  display: block; }
  section.pls-listings.widget h3, section.pls-recent-posts.widget h3 {
    color: #535353; }
  section.pls-listings.widget .listing-item, section.pls-recent-posts.widget .listing-item {
    border-top: 1px solid #c1c1c1;
    padding-top: 10px; }
    section.pls-listings.widget .listing-item:first-child, section.pls-recent-posts.widget .listing-item:first-child {
      border-top: none;
      padding-top: 0; }
    section.pls-listings.widget .listing-item h4, section.pls-recent-posts.widget .listing-item h4 {
      margin: 0;
      font-size: 13pt;
      font-weight: 600; }
      section.pls-listings.widget .listing-item h4 a, section.pls-recent-posts.widget .listing-item h4 a {
        text-decoration: none;
        color: #535353; }
        section.pls-listings.widget .listing-item h4 a:visited, section.pls-recent-posts.widget .listing-item h4 a:visited {
          color: #535353; }
        section.pls-listings.widget .listing-item h4 a:hover, section.pls-recent-posts.widget .listing-item h4 a:hover {
          color: #094ba1; }
    section.pls-listings.widget .listing-item section.details, section.pls-recent-posts.widget .listing-item section.details {
      font-size: 11pt;
      font-weight: 400; }
    section.pls-listings.widget .listing-item section.featured-image, section.pls-recent-posts.widget .listing-item section.featured-image {
      padding: 5px 5px 5px 0px; }
      section.pls-listings.widget .listing-item section.featured-image img, section.pls-recent-posts.widget .listing-item section.featured-image img {
        border: 3px solid #c1c1c1; }
    section.pls-listings.widget .listing-item a.learn-more, section.pls-recent-posts.widget .listing-item a.learn-more {
      display: block;
      padding-bottom: 10px;
      text-decoration: none;
      color: #094ba1; }
      section.pls-listings.widget .listing-item a.learn-more:visited, section.pls-recent-posts.widget .listing-item a.learn-more:visited {
        color: #094ba1; }
    section.pls-listings.widget .listing-item p.mls, section.pls-recent-posts.widget .listing-item p.mls {
      float: right;
      font-size: 12px;
      margin-right: 10px; }
  section.pls-listings.widget h6, section.pls-recent-posts.widget h6 {
    width: 270px; }
    section.pls-listings.widget h6 a, section.pls-recent-posts.widget h6 a {
      text-decoration: none;
      color: #094ba1; }
      section.pls-listings.widget h6 a:visited, section.pls-recent-posts.widget h6 a:visited {
        color: #094ba1; }
  section.pls-listings.widget em, section.pls-recent-posts.widget em {
    width: 270px; }
section.pls-agent.widget {
  float: left;
  display: block;
  margin: 15px 0 0 0;
  padding: 12px;
  color: #424242;
  background-color: white;
  width: 320px;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 3px #888888;
  -webkit-box-shadow: 0 0 3px #888888;
  box-shadow: inset 1px 1px 10px #efefef; }
  section.pls-agent.widget a {
    text-decoration: none;
    color: #094ba1; }
    section.pls-agent.widget a:visited {
      color: #094ba1; }
    section.pls-agent.widget a:hover {
      color: #424242; }
  section.pls-agent.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    section.pls-agent.widget ul li {
      margin: 15px 0 0 0; }
  section.pls-agent.widget p {
    line-height: 1.2em; }

body.page-template-page-template-blog-php aside {
  margin-top: 50px; }

article.post {
  background-color: white;
  border: 1px solid #c1c1c1;
  padding: 12px;
  width: 590px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 1px 1px 10px #efefef;
  -webkit-box-shadow: inset 1px 1px 10px #efefef;
  box-shadow: inset 1px 1px 10px #efefef; }
  article.post a {
    color: #094ba1; }
    article.post a:hover {
      color: #323232;
      background: white;
      text-decoration: none; }
  article.post nav {
    width: 590px; }
  article.post .prev {
    margin: 20px 0 0 0;
    max-width: 280px;
    line-height: 28px; }
    article.post .prev a {
      color: #094ba1;
      background-color: #f3f3f3; }
      article.post .prev a:visited {
        color: #094ba1; }
      article.post .prev a:hover {
        color: #323232; }
  article.post .next {
    margin: 20px 0 0 0;
    max-width: 280px;
    line-height: 28px; }
    article.post .next a {
      color: #094ba1;
      background-color: #f3f3f3; }
      article.post .next a:visited {
        color: #094ba1; }
      article.post .next a:hover {
        color: #323232; }

body.single-property nav {
  width: 960px; }
body.single-property .prev {
  margin: 0;
  max-width: 430px;
  line-height: 28px;
  float: left; }
  body.single-property .prev a {
    color: #094ba1;
    background-color: #f3f3f3; }
    body.single-property .prev a:visited {
      color: #094ba1; }
    body.single-property .prev a:hover {
      color: #323232; }
body.single-property .next {
  margin: 0;
  max-width: 280px;
  line-height: 28px;
  float: right; }
  body.single-property .next a {
    color: #094ba1;
    background-color: #f3f3f3; }
    body.single-property .next a:visited {
      color: #094ba1; }
    body.single-property .next a:hover {
      color: #323232; }

#float-div {
  position: absolute;
  padding: 20px;
  background-color: white;
  border: 1px solid #c1c1c1;
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 1px 1px 10px #efefef;
  -webkit-box-shadow: inset 1px 1px 10px #efefef;
  box-shadow: inset 1px 1px 10px #efefef; }

#search h2, #property h2 {
  position: relative;
  clear: both;
  width: 970px;
  margin: 0 0 15px 0;
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 14pt;
  border-bottom: 1px dotted #535353;
  color: #535353; }

body.single-post h2 {
  width: 570px !important; }
body.single-post img.aligncenter {
  margin: inherit 0px;
  width: auto;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
body.single-post img.alignleft {
  margin: 20px 20px 20px 0;
  display: inline; }
body.single-post img.alignright {
  margin: 20px 0 20px 20px;
  display: inline; }

#main .user-generated h2 font {
  size: 16pt; }
#main .user-generated #company-phone {
  margin: 0;
  font-size: 13pt; }
#main .user-generated #company-address {
  margin: 0;
  font-size: 13pt; }
#main .user-generated #company-city-state {
  font-size: 13pt; }

body.page-template-page-template-listings-php aside {
  min-height: 400px; }

#listings-pagination a {
  padding: 10px;
  float: left;
  display: block;
  color: #094ba1;
  text-decoration: none; }
  #listings-pagination a:hover {
    color: #5e8506; }
  #listings-pagination a:first-child {
    padding-left: 0px; }
  #listings-pagination a:last-child {
    padding-right: 0px; }

.sort_wrapper {
  float: left !important;
  margin-top: 0; }
  .sort_wrapper .sort_item {
    float: left;
    margin-right: 20px; }

#placester_listings_list_length label {
  float: right !important;
  margin-top: -28px; }

#placester_listings_list_paginate {
  text-align: center;
  margin: 20px 0 20px 0; }
  #placester_listings_list_paginate a {
    color: #094ba1; }
    #placester_listings_list_paginate a:visited {
      color: #094ba1; }
    #placester_listings_list_paginate a:hover {
      color: #5e8506; }
    #placester_listings_list_paginate a.first {
      float: left; }
    #placester_listings_list_paginate a.last {
      float: right; }
    #placester_listings_list_paginate a.previous {
      padding-right: 15px; }
    #placester_listings_list_paginate a.next {
      padding-left: 15px; }
  #placester_listings_list_paginate span a {
    padding: 0 25px; }
    #placester_listings_list_paginate span a.paginate_active {
      font-weight: 600; }

.placester_contact {
  padding: 15px;
  border: 1px solid #c1c1c1;
  color: #424242;
  margin: 15px 0 0 0;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .placester_contact .common-side-cont label {
    color: #5c5c5c;
    font-weight: 600; }
  .placester_contact .common-side-cont input[type="email"], .placester_contact .common-side-cont input[type="text"], .placester_contact .common-side-cont textarea {
    border: 2px solid #c3c3c3; }

nav.posts {
  clear: both; }

#main .list .sticky .blog-title {
  background: #094ba1;
  padding: 15px;
  width: 520px;
  margin-left: 20px; }
  #main .list .sticky .blog-title h3 a {
    color: white; }
  #main .list .sticky .blog-title h6 {
    color: #cdcdcd; }

.wp-caption .wp-caption-text {
  margin-top: 0.5em;
  border-top: 1px dotted #cdcdcd;
  border-bottom: 1px dotted #cdcdcd;
  padding: 0.5em;
  color: #666666; }
