/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, button, input, select, textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: "Open Sans", sans-serif; }

body {
  font-size: 14px; }

h1 {
  font-size: 1.5em;
  margin: 0.5em 0 0.5em 0; }

h2 {
  font-size: 1.2em;
  margin: 0.5em 0 0.5em 0; }

h1, h2 {
  font-weight: 300; }

a {
  color: #808080;
  text-decoration: none; }
  a:hover, a:focus {
    /*color: #f0f0f0;*/
    text-decoration: underline; }

.container {
  display: block;
  margin: 0 auto;
  padding: 3em 0;
  width: 100%; }

.container-white {
  background-color: white; }

.container-grey {
  background-color: #f5f5f5; }

.container-black {
  background-color: black; }

.bordered {
  border: #000 solid 1px; }

.l-box {
  margin: 0.5em; }

.pure-table {
  table-layout: fixed;
  /*margin: 1em auto;*/
  white-space: nowrap; }
  .pure-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .pure-table td, .pure-table th {
    font-size: 14px; }
    .pure-table td.area, .pure-table th.area {
      text-align: right;
      /*width: 10em;*/ }
  .pure-table th {
    background-color: #f0f0f0;
    vertical-align: top; }
  .pure-table tr {
    color: black; }
    .pure-table tr.inactive {
      color: darkgray; }
      .pure-table tr.inactive td, .pure-table tr.inactive a {
        color: darkgray; }

.area-table th {
  background: #ccc; }

.form-login .pure-form-aligned .pure-control-group {
  text-align: center; }

.form-login .pure-form-aligned .pure-control-group label {
  width: 8em; }

.form-login .pure-form-aligned .pure-controls {
  margin-left: 0;
  text-align: center; }

.form-edit {
  margin-top: 1em;
  width: 100%; }
  .form-edit select, .form-edit input, .form-edit textarea {
    width: 20em; }
  .form-edit select[multiple] {
    height: 32px; }
  .form-edit button {
    margin: 0 1em;
    padding-left: 2em;
    padding-right: 2em; }
  .form-edit .pure-control-group {
    margin-top: 0.5em;
    margin-bottom: 1em; }
  .form-edit .pure-control-group.wide input, .form-edit .pure-control-group.wide textarea {
    width: 70%; }
  .form-edit .pure-control-group.narrow input {
    width: 20%; }
  .form-edit .pure-control-group.thin select, .form-edit .pure-control-group.thin input {
    width: 5em; }

.form-delete {
  display: inline-block; }
  .form-delete button {
    padding-left: 0; }

.action-buttons {
  float: right;
  display: inline-block; }
  .action-buttons form {
    display: inline-block; }

.form-button {
  width: 100px; }

.pure-form select {
  height: 34px; }

.pure-form input[type="search"] {
  padding: 0;
  box-shadow: none; }

header {
  background-color: #000;
  height: 88px;
  width: 100%; }
  header nav {
    max-width: 1200px;
    margin: 0 auto; }

.pure-menu li a {
  font-size: 13px;
  font-weight: 600;
  color: #808080; }

.pure-menu li a:hover, .pure-menu li a:focus {
  color: #a81010; }

.top-menu.pure-menu {
  height: 88px;
  line-height: 88px; }
  @media all and (max-width: 480px) {
    .top-menu.pure-menu {
      height: 60px;
      line-height: 60px; } }

.pure-menu .pure-menu-selected a {
  color: #fff;
  background-color: #f0f0f0; }

.pure-menu.pure-menu-open {
  background-color: #808080; }

.pure-menu-item, .pure-menu-link {
  padding-top: 0;
  padding-bottom: 0; }

.top-menu {
  background-color: #000;
  text-align: center;
  font-size: 13px;
  color: #808080; }
  .top-menu img {
    margin-top: 1.3em;
    margin-left: 0; }

.pure-menu.pure-menu-fixed {
  /* Fixed menus normally have a border at the bottom. */
  border-bottom: none; }

.top-menu .pure-menu-heading {
  color: white;
  font-weight: 400;
  font-size: 120%; }

.top-menu .pure-menu-selected a {
  color: white; }

.top-menu li a:hover,
.top-menu li a:focus {
  background: none;
  border: none;
  /*border-bottom: solid 2px red;*/
  color: #a81010;
  text-decoration: none; }

.top-menu li.highlighted button.button-error {
  background: #a81010; }

/* We can align the menu header to the left, but float the
menu items to the right. */
.top-menu {
  text-align: left; }

.top-menu ul {
  float: right;
  margin-right: 1em; }
  @media all and (max-width: 480px) {
    .top-menu ul {
      margin-right: -10px;
      margin-top: 4%; } }

#menu-primary {
  background-color: #808080;
  padding-left: 15px; }

.button-clear,
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .button-clear:hover,
  .button-success:hover,
  .button-error:hover,
  .button-warning:hover,
  .button-secondary:hover {
    color: #ccc; }

.button-success {
  background: #1cb841;
  /* this is a green */ }

.button-error {
  background: #ca3c3c;
  /* this is a maroon */ }

.button-warning {
  background: #df7514;
  /* this is an orange */ }

.button-secondary {
  background: #42b8dd;
  /* this is a light blue */ }

.button-clear {
  color: #808080;
  background: white; }

.button-clear-inverse {
  color: white;
  background: #f0f0f0;
  /* this is white */ }

.message-login {
  text-align: center; }
  .message-login ul {
    list-style: none; }

.flash-message {
  text-align: center;
  text-transform: uppercase; }

.content {
  max-width: 1200px;
  margin: 2em auto 0; }
  @media all and (max-width: 480px) {
    .content {
      margin-top: 1em; } }

.search {
  margin: 3em auto;
  text-align: center; }
  .search h1 {
    color: #333;
    font-size: 2em;
    margin-bottom: 1em; }

.search-form {
  display: inline-block; }
  @media all and (max-width: 480px) {
    .search-form {
      margin-bottom: 1em; } }

#home-footer p, #home-footer a {
  text-align: center;
  color: white; }
  #home-footer p.footer-address, #home-footer a.footer-address {
    font-size: 1.2em;
    color: #aaa;
    text-transform: uppercase;
    margin: 5px 0; }

#home-footer .footer-contact {
  font-size: 1.4em;
  margin: 0;
  color: #f5f5f5;
  text-align: center; }
  #home-footer .footer-contact ul {
    list-style: none;
    padding: 0; }
    #home-footer .footer-contact ul li {
      display: inline; }
      @media all and (max-width: 800px) {
        #home-footer .footer-contact ul li {
          display: block; } }

#home-footer a {
  padding: 0 1em 0 0.2em; }

#home-footer .large-logo {
  display: block;
  height: 63px;
  width: 381px;
  margin: 0 auto;
  background: transparent url(../../images/large-logo-white-text.png) no-repeat left center;
  background-size: contain; }
  @media all and (max-width: 480px) {
    #home-footer .large-logo {
      width: 80%;
      margin-top: 1em; } }

.social {
  text-align: center; }

.box-social {
  display: inline-block;
  width: 3em;
  background-color: #a3a3a3;
  border: 5px solid white;
  border-radius: 11px;
  padding: 10px 0; }
  .box-social a {
    color: white; }

.copyright {
  color: #a3a3a3;
  text-align: center;
  font-size: 0.9em;
  margin-top: 10px; }

.legal {
  color: #a3a3a3;
  text-align: center;
  font-size: 0.9em;
  margin-top: 10px; }
  .legal a {
    color: #a3a3a3;
    display: inline-block; }
    .legal a:hover {
      color: #333;
      background: none; }

.brochure-view {
  margin-top: 3.5em; }
  @media all and (max-width: 480px) {
    .brochure-view {
      margin-top: 0; } }

.brochure-title {
  text-align: center; }
  .brochure-title h1 {
    font-size: 2em;
    margin: 2em; }

.tabs-list {
  width: 90%;
  text-align: center;
  border-bottom: 1px #ccc solid;
  margin: 0 auto 1em;
  padding-bottom: 2em; }
  .tabs-list li {
    background-color: transparent;
    height: 2em;
    padding: 0 1em;
    border-left: 1px #ccc solid; }
    @media all and (max-width: 480px) {
      .tabs-list li {
        border: none; } }
    .tabs-list li:first-child {
      border: none; }
    .tabs-list li a {
      color: #a3a3a3;
      font-size: 1.2em;
      font-weight: 200;
      margin: 0 0.1em; }
      .tabs-list li a:hover {
        color: #333; }
    .tabs-list li.pure-menu-selected a {
      color: #333;
      background-color: transparent;
      text-decoration: underline; }

@media all and (max-width: 480px) {
  .tabs-list.pure-menu-horizontal .pure-menu-item {
    display: block; } }

.main-images {
  position: relative;
  clear: both;
  text-align: center;
  padding-top: 2em; }
  .main-images img {
    width: 100%; }
    @media all and (min-width: 1000px) {
      .main-images img {
        width: 800px; } }
    @media all and (max-width: 800px) {
      .main-images img {
        width: 95%; } }
  .main-images iframe {
    width: 100%; }
    @media all and (min-width: 1000px) {
      .main-images iframe {
        width: auto; } }

iframe {
  width: 100%; }
  @media all and (min-width: 800px) {
    iframe {
      width: 800px; } }

img.main-image-market-status {
  position: absolute;
  bottom: 20%;
  right: 21%;
  width: 60%; }
  @media all and (min-width: 1200px) {
    img.main-image-market-status {
      left: 33%;
      width: 500px; } }

.tab-body p {
  font-size: 1em; }

.tab-body h1, .tab-body h2 {
  font-size: 1.3em; }

.tab-body ul {
  padding: 0;
  list-style: none; }
  .tab-body ul.bullet-list {
    list-style: disc;
    padding-left: 1em; }

.tab-body li {
  color: #3e3e3c;
  padding: 0.4em 0;
  font-size: 0.8em;
  font-weight: 200; }

.tab-body h1, .tab-body .col1, .tab-body .col2 {
  max-width: 800px;
  margin: 0 auto; }
  @media all and (max-width: 800px) {
    .tab-body h1, .tab-body .col1, .tab-body .col2 {
      margin-left: 0.5em;
      margin-right: 0.5em; } }

#streetbox {
  width: 100%;
  margin: 0 auto; }
  @media all and (min-width: 1080px) {
    #streetbox {
      width: 800px; } }

#stvw_canvas {
  width: 100%;
  height: 400px; }

#mapbox {
  margin: 1em auto;
  width: 360px; }
  @media all and (max-width: 960px) {
    #mapbox {
      width: 65%; } }
  @media all and (max-width: 768px) {
    #mapbox {
      width: 300px; } }

#map_canvas, #map_canvas1 {
  margin: 1em auto;
  width: 360px;
  height: 300px; }
  @media all and (max-width: 800px) {
    #map_canvas, #map_canvas1 {
      width: 300px; } }
  #map_canvas.widemap, #map_canvas1.widemap {
    width: 100%;
    height: 500px; }
    @media all and (min-width: 960px) {
      #map_canvas.widemap, #map_canvas1.widemap {
        width: 800px; } }

#sidebar {
  width: 80%; }
  @media all and (max-width: 800px) {
    #sidebar {
      width: 90%; } }
  @media all and (min-width: 960px) {
    #sidebar {
      width: 800px; } }

.contact-box {
  margin: 1em auto;
  background-color: #f5f5f5;
  width: 360px; }
  @media all and (max-width: 480px) {
    .contact-box {
      width: 100%; } }

section.contact {
  display: inline-block;
  width: 100%; }
  section.contact:after {
    clear: both; }
  section.contact .biopic {
    width: 115px;
    padding: 1em;
    float: left; }
    section.contact .biopic img {
      width: 100px; }
  section.contact .contact-details {
    float: left;
    margin: 0 0.5em 0em 1em;
    font-weight: 100; }
    section.contact .contact-details ul {
      padding: 0; }
      section.contact .contact-details ul li {
        list-style: none; }
    section.contact .contact-details .contact-name {
      font-weight: 600;
      padding-bottom: 0.25em; }
    section.contact .contact-details .contact-phone {
      padding: 0.25em 0;
      font-weight: 600; }
    section.contact .contact-details .contact-email {
      padding: 0.25em 0; }
    section.contact .contact-details .contact-psra {
      padding: 0.25em 0;
      font-size: 0.7em; }
    section.contact .contact-details .contact-logo {
      padding-top: 0.25em; }

#print-button {
  margin: 2em auto;
  padding: 1em;
  width: 360px;
  background-color: #f5f5f5;
  text-align: center; }
  @media all and (max-width: 960px) {
    #print-button {
      width: 65%; } }

.proplist {
  position: relative; }
  .proplist ul {
    list-style-type: none; }
  .proplist .latest-header h2 {
    margin: 0 0 2em 0;
    text-align: center;
    font-size: 2em; }
    @media all and (max-width: 800px) {
      .proplist .latest-header h2 {
        margin: 0; } }
  .proplist .proplist-entry {
    max-width: 960px;
    position: relative;
    height: auto;
    margin: 2em auto;
    padding: 1em 0 1em 1em;
    width: 75%;
    background-color: white; }
    @media all and (max-width: 930px) {
      .proplist .proplist-entry {
        width: 95%; } }
    .proplist .proplist-entry .proplist-title {
      border-bottom: 1px solid #ccc;
      margin-right: 1em;
      margin-bottom: 1em;
      padding-bottom: 1em;
      font-weight: 600; }
      @media all and (max-width: 930px) {
        .proplist .proplist-entry .proplist-title {
          text-align: center;
          padding-bottom: 0; }
          .proplist .proplist-entry .proplist-title a {
            display: block;
            font-size: 1.2em; } }
      .proplist .proplist-entry .proplist-title .prop-transaction-type {
        float: right;
        color: #3e3e3c; }
        @media all and (max-width: 930px) {
          .proplist .proplist-entry .proplist-title .prop-transaction-type {
            float: none;
            display: block;
            padding: 0.5em 0 0 0; } }
      .proplist .proplist-entry .proplist-title .prop-market-status {
        /*background-color: $darker-grey;
                color: white;*/
        padding: 0.1em 0.3em;
        color: white;
        background-color: #3e3e3c; }
        @media all and (max-width: 930px) {
          .proplist .proplist-entry .proplist-title .prop-market-status {
            float: none;
            display: block;
            padding: 0.5em 0 0 0; } }
    .proplist .proplist-entry .proplist-content {
      display: inline-block;
      width: 100%; }
      .proplist .proplist-entry .proplist-content:after {
        clear: both; }
    .proplist .proplist-entry .proplist-summary {
      float: left;
      width: 75%;
      padding-left: 1em;
      padding-right: 1em; }
      .proplist .proplist-entry .proplist-summary ul {
        padding-left: 0; }
        .proplist .proplist-entry .proplist-summary ul li {
          padding-bottom: 1.2em; }
      @media all and (max-width: 930px) {
        .proplist .proplist-entry .proplist-summary {
          width: 95%;
          float: none;
          margin: 0 auto; } }
    .proplist .proplist-entry .proplist-thumb {
      position: relative;
      width: 25%;
      float: left; }
      @media all and (max-width: 930px) {
        .proplist .proplist-entry .proplist-thumb {
          width: 90%;
          float: none;
          margin: 0 auto; } }
      .proplist .proplist-entry .proplist-thumb img {
        width: 180px;
        margin: 0.5em 1em 0 0; }
        .proplist .proplist-entry .proplist-thumb img.ber-rating-index {
          width: auto;
          height: 20px; }
        @media all and (max-width: 930px) {
          .proplist .proplist-entry .proplist-thumb img {
            width: 95%; } }
      .proplist .proplist-entry .proplist-thumb img.list-market-status {
        position: absolute;
        left: 5%;
        top: 5%;
        width: 70%; }
  .proplist h2 {
    font-size: 1em; }
    .proplist h2 a {
      font-weight: 700;
      font-size: 1em;
      color: black;
      text-decoration: none; }
    .proplist h2 a:focus, .proplist h2 a:hover {
      text-decoration: underline; }

.row-properties {
  margin-bottom: 30px; }
  @media all and (max-width: 800px) {
    .row-properties {
      margin-bottom: 0px; } }
  .row-properties .row-header {
    line-height: 2em;
    margin-bottom: 1em;
    padding-top: 1em; }
    @media all and (max-width: 480px) {
      .row-properties .row-header {
        line-height: inherit;
        margin-bottom: 0;
        padding-top: 0; } }
    .row-properties .row-header h2 {
      margin: 0;
      text-align: center;
      font-size: 2em; }
      @media all and (max-width: 800px) {
        .row-properties .row-header h2 {
          margin-top: 1em;
          margin-bottom: 1em; } }
    .row-properties .row-header a {
      float: right;
      color: #b52138;
      text-decoration: none; }
      .row-properties .row-header a:hover {
        text-decoration: underline; }
      @media all and (max-width: 480px) {
        .row-properties .row-header a {
          margin-right: 0; } }
    .row-properties .row-header .link {
      padding-right: 3%;
      vertical-align: bottom; }
  .row-properties .bordered {
    border-top: 1px solid #f0f0f0;
    margin-left: 2%;
    margin-right: 2%; }
  .row-properties .box-properties {
    margin: 0 auto;
    background-color: white;
    border-radius: 6px;
    width: 90%; }
    .row-properties .box-properties h2 {
      text-align: center;
      margin: 0;
      padding: 0.5em 0; }
      .row-properties .box-properties h2.transaction-type {
        text-transform: uppercase;
        text-align: center;
        font-size: 1.1em;
        font-weight: 100;
        color: #a3a3a3; }
      .row-properties .box-properties h2.off-market {
        background-color: #333;
        color: white; }
    .row-properties .box-properties img {
      width: 100%; }
      @media all and (max-width: 480px) {
        .row-properties .box-properties img {
          width: 90%;
          margin: 0 5%; } }
    .row-properties .box-properties .index-thumbnail {
      position: relative; }
    .row-properties .box-properties .index-thumbnail .main-image-market-status {
      position: absolute;
      top: 0;
      left: 10%;
      width: 80%; }
  .row-properties .property-address {
    height: 3.5em;
    text-align: center;
    margin: 0.5em 0.8em; }
    .row-properties .property-address a {
      font-size: 1.1em;
      font-weight: 500;
      color: #808080;
      text-decoration: none; }
      .row-properties .property-address a:hover {
        text-decoration: underline; }
    @media all and (max-width: 930px) {
      .row-properties .property-address {
        height: 4.5em; } }

.select2-container--default .select2-selection--single {
  background-color: #f0f0f0;
  border: none;
  height: 36px; }

@media all and (max-width: 480px) {
  .mobile-hidden {
    display: none; } }

@media all and (max-width: 800px) {
  .tablet-hidden {
    display: none; } }

.aerial_thumb {
  display: inline-block;
  padding-top: 1em; }
  .aerial_thumb a {
    float: left;
    padding: 0 1em;
    font-size: 0.9em;
    font-weight: 200;
    text-decoration: none; }
    .aerial_thumb a:hover {
      text-decoration: underline; }
  .aerial_thumb img {
    width: 100px; }

/*# sourceMappingURL=brochures.css.map */
