/*general styles*/
/*select box styles*/
/*pagination styles*/
/*typography styles*/
h1 {
  color: #010101;
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-weight: 500; }

h2 {
  color: #356706;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px; }

h3 {
  color: #356706;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 600;
  margin: 0;
  padding-bottom: 15px; }

h4 {
  color: #010101;
  font-size: 14px;
  padding-bottom: 15px; }

h5, h6 {
  color: #333;
  font-size: 13px;
  margin-bottom: 10px; }

p {
  color: #010101;
  font-size: 12px;
  margin: 0;
  line-height: 1.5em; }

a {
  color: #658723;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none; }

ul {
  padding-left: 14px; }

ol {
  padding-left: 17px; }

li {
  font-size: 12px;
  line-height: 1.5em;
  color: #010101; }

dt, dd {
  line-height: 1.1em;
  margin-bottom: 8px; }

form p > label {
  font-weight: bold; }

/*common styles*/
input[type="text"], input[type="password"], textarea, select {
  border: 1px solid #ccc;
  background: #fff;
  color: #010101;
  resize: none;
  padding: 4px; }

input[type="button"], input[type="submit"], input[type="reset"], .button {
  padding: 5px 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: #114901;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #fff;
  font-size: 11px; }

input.buy_btn, form input.rent_btn {
  width: 41px; }

input.buy_btn, form input.go_btn {
  width: 41px; }

.button {
  display: block;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  text-align: center; }

.profile .button, .bookmark .button, .floorplan .button, .virtual .button, .button_profile, .emailagent, .vcard, .print .button, .emailf .button {
  background-position: -150px 0px; }

.profile .button:hover, .bookmark .button:hover, .floorplan .button:hover, .virtual .button:hover, .button_profile:hover, .emailagent:hover, .vcard:hover {
  background-position: -171px -28px; }

.projects .button {
  width: 140px;
  background-position: 0px -148px;
  line-height: 25px; }
  .projects .button:hover {
    background-position: -165px -148px; }

form input[type="button"].button_calc {
  background-position: 0px -87px;
  width: 144px;
  margin-right: -7px; }
  form input[type="button"].button_calc:hover {
    background-position: -146px -87px; }

.view .button {
  background-position: 0px -57px; }
  .view .button:hover {
    background-position: -125px -57px; }

form input.add_btn {
  width: 56px; }

form input.refine_btn {
  width: 72px;
  position: absolute;
  bottom: 15px; }

form input.login_btn {
  width: 73px; }

form input.next_btn {
  width: 73px; }

form input.finish_btn {
  width: 73px; }

form input.reset_btn {
  width: 73px; }

form input.save_btn {
  width: 73px; }

form input.submit_btn {
  width: 72px; }

form input.direction_btn {
  width: 129px; }

form input.calc_btn {
  width: 140px;
  background-position: 0px -87px; }

/*icons*/
span.icon {
  display: inline-block;
  vertical-align: text-bottom;
  height: 16px;
  width: 16px;
  margin-right: 6px;
  background: url(../img/icons.png) no-repeat; }

span.icon.bookmark {
  background-position: 0 0; }

span.icon.print {
  background-position: -17px 0; }

span.icon.link {
  background-position: -34px 0; }

span.icon.view {
  background-position: -51px 0; }

span.icon.delete {
  background-position: -68px 0; }

span.icon.contract {
  background-position: -85px 0; }

span.icon.calculator {
  background-position: -102px 0; }

span.icon.phone {
  background-position: -119px 0; }

span.icon.mobile {
  background-position: -136px 0; }

span.icon.email {
  background-position: 0 -17px; }

span.icon.virtualtour {
  background-position: -17px -17px; }

span.icon.save {
  background-position: -34px -17px; }

span.icon.namecard {
  background-position: -51px -17px; }

span.icon.floorplan {
  background-position: -68px -17px; }

span.icon.dollar {
  background-position: -85px -17px; }

span.icon.question {
  background-position: -102px -17px; }

span.icon.profile {
  background-position: -119px -17px; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.required {
  color: #E51837;
  font-weight: bold; }

.error {
  color: #c00 !important; }

.error_msg {
  color: #c00;
  background: #F8E5E5 url(../img/exclamation.gif) no-repeat left center;
  border: 1px solid #A90000; }

.error_msg, .success_msg {
  line-height: 20px;
  padding: 4px 4px 3px 24px; }

.success_msg {
  color: #333;
  background: #DEF8CA url(../img/accept.gif) no-repeat left center;
  border: 1px solid #74F019; }

.free-text {
  min-height: 10px; }
  .free-text p {
    margin-top: 0;
    margin-bottom: 15px; }
    .free-text p a {
      color: #114901;
      text-decoration: underline; }

form p.antispam {
  display: none; }

.loading {
  text-align: center; }

.autocomplete {
  border: 1px solid #CCCCCC !important;
  background: #FBFBFB !important;
  min-width: 257px;
  color: #717171; }

span.text-shadow {
  display: block;
  text-shadow: 1px 2px 3px #664b17;
  filter: Shadow(Color="#664b17", Direction=160, Strength=2); }

.box-shadow {
  -moz-box-shadow: 3px 3px 10px #999;
  /* Firefox */
  -webkit-box-shadow: 3px 3px 10px #999;
  /* Safari, Chrome */
  box-shadow: 3px 3px 10px #999;
  /* CSS3 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=140, Color='#999999')";
  /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=140, Color='#999999');
  /* For IE 5.5 - 7 */ }

.container-shadow {
  -moz-box-shadow: 3px 6px 20px #333;
  /* Firefox */
  -webkit-box-shadow: 3px 6px 20px #333;
  /* Safari, Chrome */
  box-shadow: 3px 6px 20px #333;
  /* CSS3 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=130, Color='#333333')";
  /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=130, Color='#333333');
  /* For IE 5.5 - 7 */ }

/*core structure*/
html, body {
  height: 100%;
  width: 100%;
  overflow: inherit;
  font-size: 12px;
  font-family: "Open Sans", arial, helvetica, geneva, sans-serif;
  color: #010101;
  margin: 0 auto;
  background-color: #BFBFBF; }

body.brochure, body.brochure footer {
  background-color: #FFF !important; }

#wrapper {
  height: auto !important;
  height: 100%;
  background: #fff;
  margin: auto; }

#main, footer {
  margin: 0 auto;
  width: 970px; }

header {
  width: 970px;
  margin: auto; }
  header #header-top-wrap .header-wrap #fast-search {
    float: right;
    font-size: 24px;
    color: #fff;
    margin: 76px 25px 0px 0px; }
  header #header-mid-wrap {
    padding: 30px 0 0 0; }
    header #header-mid-wrap .header-logo {
      margin-bottom: 5px;
      float: left; }
      header #header-mid-wrap .header-logo img {
        margin-left: 0px; }
    header #header-mid-wrap:after {
      content: '';
      display: block;
      clear: both; }
  header .office-ph {
    float: right;
    font-weight: 500;
    padding-top: 18px; }
    header .office-ph p {
      font-size: 20px; }

#wrap {
  padding-bottom: 20px; }
  #wrap #main {
    margin: 0 auto;
    z-index: -1;
    background: #fff; }
    #wrap #main #content {
      margin: 0 auto;
      padding: 0px 0px 20px 0px;
      min-height: 350px;
      clear: both; }
      #wrap #main #content:after {
        content: "";
        display: block;
        clear: both; }

footer {
  height: 163px; }

footer {
  padding-top: 20px;
  width: 100%;
  background: #bfbfbf; }
  footer p, footer li {
    color: #010101;
    font-size: 11px;
    font-weight: 600; }
  footer a {
    color: #010101; }
    footer a:hover {
      text-decoration: underline; }
  footer #footer-mid-wrap {
    width: 970px;
    margin: auto; }
    footer #footer-mid-wrap #big-icons {
      float: right;
      margin-top: -5px; }
      footer #footer-mid-wrap #big-icons .b-icon {
        display: inline-block;
        width: 26px;
        height: 26px;
        background: url(../img/sprite.png) no-repeat;
        margin-left: 5px;
        vertical-align: middle; }
      footer #footer-mid-wrap #big-icons .twitter.b-icon {
        background-position: -33px 0; }
      footer #footer-mid-wrap #big-icons .facebook.b-icon {
        background-position: 0 0; }
    footer #footer-mid-wrap #seo {
      min-height: 20px; }
      footer #footer-mid-wrap #seo #suburbs {
        padding: 0;
        margin-bottom: 20px;
        margin-top: 20px; }
        footer #footer-mid-wrap #seo #suburbs ul {
          overflow: hidden;
          margin-bottom: 10px;
          list-style: none;
          margin: 0;
          padding: 0; }
        footer #footer-mid-wrap #seo #suburbs li {
          float: left;
          padding-bottom: 0px;
          width: 230px; }
          footer #footer-mid-wrap #seo #suburbs li a {
            font-weight: 400; }
        footer #footer-mid-wrap #seo #suburbs p {
          font-weight: 400; }
  footer #footer-bottom-wrap {
    width: 970px;
    margin: auto; }

#toTop {
  z-index: 60; }

/*menu*/
nav {
  height: 35px;
  background: #114901;
  margin: 0 auto;
  margin-top: 15px;
  width: 970px; }
  nav > ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    border: 0;
    list-style-type: none;
    display: block;
    z-index: 10;
    left: 0; }
    nav > ul a {
      color: #fff;
      display: block;
      padding: 9px 25px 8px 0px;
      text-decoration: none; }
    nav > ul li {
      margin: 0;
      padding: 0;
      border: 0;
      display: block;
      float: left;
      position: relative;
      list-style-position: outside; }
      nav > ul li .login {
        float: right;
        margin-right: -10px; }
      nav > ul li:hover > ul {
        white-space: normal;
        left: auto; }
      nav > ul li:hover > a, nav > ul li.active > a {
        color: #83af2e; }
      nav > ul li li {
        float: none; }
        nav > ul li li:hover ul {
          left: auto; }
      nav > ul li ul {
        background: #114901;
        min-width: 140px;
        padding-left: 0;
        margin-left: -10px;
        position: absolute;
        left: -9999em;
        z-index: 9999;
        border-top: 1px solid #fff; }
        nav > ul li ul li a {
          padding: 8px 10px;
          border-bottom: 1px solid #ccc;
          white-space: nowrap;
          color: #fff; }
          nav > ul li ul li a:hover {
            color: #fff;
            background: #356706; }
        nav > ul li ul li:last-child a {
          border: none; }
        nav > ul li ul:after {
          content: "";
          display: block;
          clear: both; }

/*pagination styles*/
.pagination {
  padding: 7px 0 6px 0 !important;
  margin: 0;
  list-style-type: none; }
  .pagination li {
    display: inline-block;
    margin: 0 3px; }
    .pagination li a, .pagination li span {
      border: 1px solid #5A8605;
      padding: 5px 9px 5px 9px;
      color: #83af2e;
      text-decoration: none;
      font-weight: bold; }
    .pagination li span, .pagination li a:hover {
      background: #83af2e;
      color: #fff; }

/*custom select boxes*/
.sel-box, .chk-box {
  background: #fff;
  border: 1px solid #ccc;
  cursor: default;
  display: inline-block;
  position: relative; }

.chk-box .text, .sel-box .sel-text {
  margin: 0 0 0 5px;
  overflow: hidden;
  background: #fff;
  cursor: default;
  padding: 0;
  height: 16px; }

.chk-box .text.IOS, .sel-box .sel-text.IOS {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.chk-box .arr-box, .sel-box .arr-box {
  background: url("../img/down_arrow.gif") no-repeat scroll -4px 4px transparent;
  display: block;
  float: right;
  height: auto;
  width: 16px;
  font-weight: bold;
  font-size: 11px; }

.dropdown_ul {
  background: #fff;
  color: #010101;
  border: 1px solid #ccc;
  border-top: medium none;
  cursor: default;
  list-style-type: none;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 5;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }
  .dropdown_ul li {
    padding: 1px 5px 0 5px;
    white-space: nowrap;
    min-height: 20px; }

.dropdown_ul li.selected, .dropdown_ul:hover li:hover, .dropdown_ul:hover li.selected:hover {
  background: #ccc; }

.dropdown_ul:hover li.selected {
  background: none; }

/*common video styles*/
.play_btn {
  background: url("../img/play_btn.png") no-repeat scroll left top transparent;
  height: 74px;
  width: 74px;
  position: absolute; }
  .play_btn a {
    display: block;
    height: 74px; }

/*social network icons*/
span.social-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 3px;
  background: url(../img/social-icons.png) no-repeat; }

span.social-icon.twitter {
  background-position: 0 0; }

span.social-icon.facebook {
  background-position: -16px 0; }

span.social-icon.linkedin {
  background-position: -32px 0; }

span.social-icon.youtube {
  background-position: -48px 0; }

span.social-icon.wordpress {
  background-position: -64px 0; }

span.social-icon.rss {
  background-position: -80px 0; }

span.social-icon.blogger {
  background-position: -96px 0; }

span.social-icon.mid {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 3px;
  background: url(../img/social-icons-mid.png) no-repeat; }

span.social-icon.mid.twitter {
  background-position: 0 0; }

span.social-icon.mid.facebook {
  background-position: -20px 0; }

span.social-icon.mid.linkedin {
  background-position: -40px 0; }

span.social-icon.mid.youtube {
  background-position: -60px 0; }

span.social-icon.mid.wordpress {
  background-position: -80px 0; }

span.social-icon.mid.feed {
  background-position: -100px 0; }

span.social-icon.mid.blogger {
  background-position: -120px 0; }

span.social-icon.big {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 3px;
  background: url(../img/social-icons-big.png) no-repeat; }

span.social-icon.big.twitter {
  background-position: 0 0; }

span.social-icon.big.facebook {
  background-position: -30px 0; }

span.social-icon.big.linkedin {
  background-position: -60px 0; }

span.social-icon.big.youtube {
  background-position: -90px 0; }

span.social-icon.big.wordpress {
  background-position: -120px 0; }

span.social-icon.big.rss {
  background-position: -150px 0; }

span.social-icon.big.blogger {
  background-position: -180px 0; }

#office-testimonials article {
  margin-bottom: 10px;
  background: #efefef;
  padding: 10px; }
  #office-testimonials article:after {
    content: "";
    display: block;
    clear: both; }
  #office-testimonials article h2 {
    margin: 0; }
  #office-testimonials article .author {
    padding-top: 10px; }
#office-testimonials .testimonial-img {
  float: left;
  padding-right: 20px; }
#office-testimonials #navigation {
  margin: 10px 0; }
  #office-testimonials #navigation .found {
    float: left; }
  #office-testimonials #navigation:after {
    content: "";
    display: block;
    clear: both; }

body.printlist {
  background: #fff !important; }

/*# sourceMappingURL=global.css.map */
