@import url("./smoothness/jquery.ui.core.min.css");
/*
	FRAMED DETAILED
*/
.frame-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px; }

/*
	COMPLETE DATAS
*/
.hook {
  background: rgba(0, 0, 0, 0.65); }

#main-content .page-header {
  overflow: hidden;
  position: relative; }
  @media print {
    #main-content .page-header {
      display: none; } }
  #main-content .page-header h1 {
    margin: 10px;
    font-size: 20pt; }
  #main-content .page-header .layout-content {
    overflow: hidden; }
  #main-content .page-header #btnBack {
    padding: 0px;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    float: left;
    width: 40px;
    display: block;
    height: 60px;
    text-align: center;
    font-size: 30pt;
    line-height: 60px; }
  @media only screen and (max-width: 640px) {
    #main-content .page-header h1, #main-content .page-header #btnBack, #main-content .page-header .ref-num {
      display: block;
      width: 100%;
      position: relative;
      text-align: center;
      margin: 0 0 30px 0;
      overflow: hidden; }
    #main-content .page-header .controls {
      position: relative;
      clear: both;
      float: none;
      text-align: center;
      top: auto;
      left: auto;
      right: auto; } }

#main-content .button.fullwidth {
  padding: 20px;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center; }

.virtual-visit-button {
  display: block;
  margin: 5px 0;
  padding: 10px;
  font-size: 15pt;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px; }
  .virtual-visit-button .label {
    padding-left: 35px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    line-height: 30px; }
    .virtual-visit-button .label i {
      margin-right: 10px; }

.status-flag {
  display: none; }
  .status-flag.sold-flag-overlay {
    background: rgba(255, 0, 0, 0.75);
    padding: 5px 8px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0px;
    border-radius: 0 24px 24px 0;
    font-size: 180%;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px; }
    .status-flag.sold-flag-overlay.status-sold {
      display: block; }
  .status-flag.forrent-flag-overlay {
    background: rgba(4, 103, 213, 0.75);
    padding: 5px 8px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0px;
    border-radius: 0 24px 24px 0; }

#gallery {
  height: 600px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #gallery .layout-content {
    height: 100%;
    position: relative; }
  #gallery .switch {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0px; }
    #gallery .switch ul {
      list-style: none;
      overflow: hidden;
      margin: 0 auto;
      height: 75px; }
    #gallery .switch li {
      float: left;
      background: #000;
      background: rgba(0, 0, 0, 0.5);
      border: solid 0px #fff;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin: 5px;
      overflow: hidden;
      cursor: pointer; }
      #gallery .switch li .icon {
        width: 50px;
        height: 50px;
        text-indent: -3000px;
        overflow: hidden;
        background-image: url(../images/details-sprite.png);
        background-repeat: no-repeat; }
        #gallery .switch li .icon.map {
          background-position: 0px 0px; }
        #gallery .switch li .icon.streetview {
          background-position: 0px -50px; }
        #gallery .switch li .icon.video {
          background-position: 0px -100px; }
  #gallery .display {
    background: rgba(0, 0, 0, 0.6); }
  #gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100%; }
  #gallery .images {
    height: 100%;
    background: #000;
    background-position: center center;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: black 0 0 500px; }
    #gallery .images .layout-content {
      width: 800px; }
    #gallery .images.aspect3-2 {
      max-width: 900px; }
      #gallery .images.aspect3-2 .layout-content {
        width: 900px; }
    #gallery .images .transition-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #gallery .images .nav-button {
      width: 60px;
      height: 60px;
      position: absolute;
      top: calc(50% - 30px);
      cursor: pointer;
      line-height: 60px;
      text-align: center;
      border: solid 2px rgba(255, 255, 255, 0.6);
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      z-index: 40; }
      #gallery .images .nav-button i {
        color: rgba(255, 255, 255, 0.6);
        font-size: 40pt; }
      #gallery .images .nav-button.next {
        right: 20px; }
      #gallery .images .nav-button.previous {
        left: 20px; }
    #gallery .images #timer-progress {
      position: absolute;
      top: 0;
      left: 0;
      height: 3px;
      background: rgba(255, 255, 255, 0.3); }
    #gallery .images #photo-label {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 15pt;
      color: rgba(255, 255, 255, 0.75);
      text-shadow: rgba(0, 0, 0, 0.5) 0 0 5px; }
  #gallery .map, #gallery .map #map-canvas {
    width: 100%;
    height: 100%; }
  #gallery .streetview, #gallery .streetview #sv-canvas {
    width: 100%;
    height: 100%; }
  #gallery .video {
    height: 100%; }
    #gallery .video #embed_video {
      height: 100%; }
  @media only screen and (max-width: 640px) {
    #gallery {
      height: 300px; }
      #gallery ul {
        height: 300px; }
      #gallery .images {
        height: 300px; }
        #gallery .images .nav-button {
          top: calc(50% - 20px);
          border: solid 2px rgba(255, 255, 255, 0.4);
          width: 40px;
          height: 40px;
          line-height: 40px; }
          #gallery .images .nav-button i {
            color: rgba(255, 255, 255, 0.4);
            font-size: 25pt; }
        #gallery .images .layout-content {
          height: 100%;
          width: 100% !important; }
        #gallery .images #photo-label {
          position: absolute;
          top: auto;
          bottom: 10px;
          right: auto;
          left: 0px;
          width: 100%;
          text-align: center; }
      #gallery .switch ul {
        margin: 0; }
        #gallery .switch ul li[rel="images"] {
          display: none; } }

@media only screen and (max-width: 640px) {
  .page_title .share_tools {
    right: 10px;
    position: relative;
    margin: 5px auto;
    text-align: center; }

  .infos li .value {
    width: 200px; }

  .infos li .value .marginate {
    margin: 0px 20px 10px 0; }

  .infos li .icon {
    margin: 40px 20px; }

  #page-content {
    width: 100%; }

  #caracteristics {
    width: 100%; }

  .container #page-content .col1of2 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%; }

  .page_title #btnBack {
    top: 20px;
    width: 50px;
    overflow: hidden;
    height: 20px; }

  .page_title h1 {
    float: right;
    text-align: right; }

  .page_title .ref-num {
    text-align: right; }

  .local-mobile .high-box.button {
    margin: 5px auto;
    display: block;
    width: 80%;
    text-align: center;
    font-size: 120%; } }
#page-content {
  width: 100%;
  overflow: hidden; }

#caracteristics {
  width: 100%;
  overflow: hidden; }

#caracteristics .section .heading.h2 {
  float: left; }

#page-content .col1of2 {
  width: calc(50% - 10px);
  margin: 0 5px; }

#property-contact-form .field {
  width: 90%;
  padding: 5px 10px;
  border-radius: 3px;
  border: solid 1px #ccc; }

#property-contact-form textarea {
  height: 60px; }

#thumbs {
  background: #333;
  padding: 10px;
  overflow: hidden; }
  #thumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #thumbs ul li {
      float: left;
      margin: 0 5px 5px 0;
      opacity: 0.5;
      cursor: pointer;
      width: calc(10% - 5px);
      height: 60px;
      text-align: center;
      overflow: hidden; }
      #thumbs ul li img {
        height: 100%; }
      #thumbs ul li:hover {
        opacity: 1; }
      #thumbs ul li:nth-child(10n+1) {
        clear: left; }
      #thumbs ul li:nth-child(n+11) {
        display: none; }
      #thumbs ul li.list-toggler {
        width: 100%;
        display: block;
        font-size: 20pt;
        line-height: 20px;
        height: 32px;
        text-align: center;
        float: left;
        color: #888;
        cursor: pointer;
        cursor: pointer;
        transition-duration: 0.25s;
        transition-timing-function: ease-out;
        margin: 0; }
  #thumbs.showAll ul li:nth-child(n+10) {
    display: block; }
  #thumbs.showAll ul li .fa.fa-chevron-down {
    transform: rotate(180deg); }
  @media screen and (max-width: 640px) {
    #thumbs ul li {
      width: calc(20% - 5px);
      height: 50px; } }

.page-part {
  clear: both;
  float: none;
  display: block;
  width: 100%;
  overflow: hidden;
  border-top: solid 1px #fafafa;
  position: relative;
  padding-top: 0;
  background: rgba(255, 255, 255, 0.5); }
  .page-part > .layout-content .heading {
    margin-left: 0px;
    margin-right: 0px; }
    .page-part > .layout-content .heading span {
      padding-left: 0;
      padding-right: 0; }
  .page-part > .layout-content .heading.h2 {
    background: none;
    font-size: 25pt;
    font-weight: 300;
    text-transform: uppercase;
    color: #444;
    width: 100%;
    text-align: left; }
    @media screen and (max-width: 640px) {
      .page-part > .layout-content .heading.h2 {
        text-align: center !important; } }
  .page-part > .layout-content > .content {
    margin-left: 30px;
    border-left: solid 50px rgba(0, 0, 0, 0.1);
    padding: 20px 0 40px 50px;
    overflow: hidden; }
    .page-part > .layout-content > .content .heading.h3 {
      font-weight: 300;
      margin: 20px 0 10px;
      font-size: 18pt; }
    .page-part > .layout-content > .content p {
      margin: 10px 0; }
    @media screen and (max-width: 640px) {
      .page-part > .layout-content > .content {
        margin-left: 0px;
        margin-right: 10px;
        border-left-width: 5px;
        padding-left: 10px; }
        .page-part > .layout-content > .content .heading.h3 {
          margin: 20px 10px 10px 10px; }
        .page-part > .layout-content > .content p {
          margin: 10px; } }
    .page-part > .layout-content > .content .softbox {
      background: rgba(255, 255, 255, 0.6);
      padding: 10px;
      border-radius: 5px; }
    .page-part > .layout-content > .content .item-list .heading.h4 {
      position: relative;
      border-bottom: solid 2px #888;
      margin-bottom: 10px;
      height: 60px; }
      .page-part > .layout-content > .content .item-list .heading.h4 span {
        font-size: 16pt;
        padding-bottom: 5px;
        font-weight: 300;
        color: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        .page-part > .layout-content > .content .item-list .heading.h4 span sub {
          display: block;
          font-size: 12pt; }
      .page-part > .layout-content > .content .item-list .heading.h4:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -7px;
        left: calc(50% - 2.5px);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #888; }
    .page-part > .layout-content > .content .item-list .item {
      margin: 0 5px 10px 5px;
      padding: 5px;
      text-align: center; }
      .page-part > .layout-content > .content .item-list .item .label .label-item {
        color: #555; }
    .page-part > .layout-content > .content .data-table-container {
      overflow: hidden;
      width: 100%;
      margin-bottom: 20px;
      position: relative; }
      .page-part > .layout-content > .content .data-table-container .heading.h4 {
        font-size: 16pt;
        font-weight: 300;
        color: #000;
        text-align: right;
        float: left;
        width: 300px;
        margin: 0; }
        .page-part > .layout-content > .content .data-table-container .heading.h4 span {
          padding: 0; }
        .page-part > .layout-content > .content .data-table-container .heading.h4 sub {
          display: block;
          font-size: 12pt; }
      .page-part > .layout-content > .content .data-table-container .data-table {
        float: left;
        border-left: solid 2px #888;
        position: relative;
        padding-left: 5px;
        margin-left: 10px;
        width: calc(100% - 310px); }
        .page-part > .layout-content > .content .data-table-container .data-table:before {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          top: 10px;
          left: -7px;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-right: 5px solid #888; }
        .page-part > .layout-content > .content .data-table-container .data-table tr td {
          padding: 10px 5px;
          height: 38px; }
        .page-part > .layout-content > .content .data-table-container .data-table tr td:last-child {
          text-align: right; }
        .page-part > .layout-content > .content .data-table-container .data-table tr:last-child td {
          font-weight: bold;
          white-space: nowrap; }
      @media screen and (max-width: 640px) {
        .page-part > .layout-content > .content .data-table-container {
          min-height: 150px; }
          .page-part > .layout-content > .content .data-table-container h4 {
            position: absolute;
            height: 170px;
            width: 50px; }
            .page-part > .layout-content > .content .data-table-container h4 span {
              transform: rotate(-90deg);
              right: 45px;
              transform-origin: top right 0;
              text-align: right;
              position: absolute;
              display: block;
              width: 150px;
              padding-right: 5px; }
          .page-part > .layout-content > .content .data-table-container .data-table {
            width: calc(100% - 60px);
            margin-left: 60px; }
          .page-part > .layout-content > .content .data-table-container.AP h4 {
            position: absolute;
            height: 170px;
            width: 32px; }
            .page-part > .layout-content > .content .data-table-container.AP h4 span {
              transform: rotate(-90deg);
              right: 20px;
              transform-origin: top right 0;
              text-align: right;
              position: absolute;
              display: block; }
          .page-part > .layout-content > .content .data-table-container.AP .data-table {
            width: calc(100% - 40px);
            margin-left: 40px; } }
  .page-part > .fullwidth-content .heading.h2 {
    position: absolute;
    top: 0px;
    left: calc(50% - 175px);
    width: 350px;
    z-index: 2;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    font-size: 25pt;
    font-weight: 300;
    text-transform: uppercase;
    color: #444; }
  .page-part > i.fa {
    position: absolute;
    font-size: 250px;
    color: rgba(255, 255, 255, 0.4);
    bottom: 20px;
    width: 250px;
    height: 250px;
    right: calc(50% - (972px / 2) - 125px);
    text-align: center; }
  .page-part #calculator {
    width: 75%;
    margin-right: 25%; }
  .page-part#rental-unit p {
    text-align: center; }
  .page-part .rental-unit {
    width: 75%;
    margin-right: 25%; }
    @media screen and (max-width: 640px) {
      .page-part .rental-unit {
        width: 100%;
        margin-right: 0; } }
  .page-part:nth-child(odd) {
    background: rgba(255, 255, 255, 0.7); }
    .page-part:nth-child(odd) > .layout-content .heading.h2 {
      background: none;
      font-size: 25pt;
      font-weight: 300;
      text-transform: uppercase;
      color: #444;
      text-align: right; }
    .page-part:nth-child(odd) > .layout-content > .content {
      margin-left: 0px;
      border-left: none;
      margin-right: 30px;
      border-right: solid 50px rgba(0, 0, 0, 0.1);
      padding: 20px 50px 40px 0px; }
    .page-part:nth-child(odd) > i.fa {
      right: auto;
      left: calc(50% - (972px / 2) - 125px);
      text-align: center; }
    .page-part:nth-child(odd) #calculator {
      margin-right: auto;
      margin-left: 25%; }
    .page-part:nth-child(odd) .rental-unit {
      margin-right: auto;
      margin-left: 25%; }
      @media screen and (max-width: 640px) {
        .page-part:nth-child(odd) .rental-unit {
          width: 100%;
          margin-left: 0; } }
    @media screen and (max-width: 640px) {
      .page-part:nth-child(odd) > .layout-content > .content {
        margin-right: 0px;
        border-right-width: 5px;
        padding-right: 10px; } }
  .page-part#highlight h3 {
    text-align: center; }
  .page-part#highlight p {
    text-align: center; }
  .page-part#highlight .description h3 {
    text-align: left; }
  .page-part#highlight .description p {
    font-size: 13pt;
    text-align: left; }
  .page-part#highlight #property-contact-form .form-content {
    text-align: center; }
    .page-part#highlight #property-contact-form .form-content .form-item {
      text-align: left; }
      .page-part#highlight #property-contact-form .form-content .form-item input, .page-part#highlight #property-contact-form .form-content .form-item textarea {
        width: 100%; }
  .page-part#highlight #property-contact-form .button.phone {
    font-size: 16pt;
    font-weight: 800;
    width: 100%;
    text-align: center;
    border: none; }
  .page-part#highlight .item-list .head {
    height: 40px; }
  .page-part#description .extended_data {
    overflow: hidden; }
    .page-part#description .extended_data .item {
      width: calc(50% - 10px);
      margin: 5px;
      float: left; }
  .page-part#description .with_addenda .extended_data {
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left; }
  .page-part#description .addenda {
    float: right;
    width: 360px; }
    .page-part#description .addenda p {
      font-size: 10pt;
      font-style: italic; }
  @media screen and (max-width: 640px) {
    .page-part#description .with_addenda > p {
      width: 100%;
      float: none;
      margin-top: 0; }
    .page-part#description .with_addenda .extended_data {
      width: 100% !important;
      float: none; }
    .page-part#description .extended_data {
      width: 100% !important;
      float: none; }
    .page-part#description .addenda {
      float: none;
      width: 100%;
      margin-top: 20px; } }
  .page-part#rooms .item-list .item, .page-part#building .item-list .item, .page-part#land .item-list .item {
    float: left;
    width: calc(33.33% - 10px); }
    .page-part#rooms .item-list .item:nth-child(3n+1), .page-part#building .item-list .item:nth-child(3n+1), .page-part#land .item-list .item:nth-child(3n+1) {
      clear: left; }
  @media screen and (max-width: 640px) {
    .page-part#rooms .item-list .item, .page-part#building .item-list .item, .page-part#land .item-list .item {
      width: calc(100% - 10px);
      clear: left; } }
  .page-part#revenues .price {
    margin: 0; }
  @media only print {
    .page-part#revenues {
      width: 50%;
      float: right;
      clear: none; }
      .page-part#revenues .heading.h2 {
        text-align: right; }
      .page-part#revenues .heading.h4 {
        width: 220px; }
      .page-part#revenues .data-table-container .data-table {
        width: calc(100% - 230px); } }
  .page-part#resume .resume, .page-part#highlight .resume {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #333; }
    .page-part#resume .resume .part-header, .page-part#highlight .resume .part-header {
      overflow: hidden;
      text-align: left; }
      .page-part#resume .resume .part-header h2, .page-part#highlight .resume .part-header h2 {
        color: #333;
        font-size: 20pt;
        font-weight: normal;
        background: none;
        margin: 0;
        display: inline-block;
        position: relative;
        width: auto;
        left: auto;
        top: auto;
        clear: none; }
        .page-part#resume .resume .part-header h2.price, .page-part#highlight .resume .part-header h2.price {
          font-weight: 700;
          clear: both;
          font-size: 25pt;
          text-align: center;
          width: 100%; }
          .page-part#resume .resume .part-header h2.price sup, .page-part#highlight .resume .part-header h2.price sup {
            font-size: 18pt;
            margin-left: 10px; }
      .page-part#resume .resume .part-header .address, .page-part#highlight .resume .part-header .address {
        text-align: center; }
      .page-part#resume .resume .part-header .genre, .page-part#highlight .resume .part-header .genre {
        text-align: center; }
        .page-part#resume .resume .part-header .genre h2, .page-part#highlight .resume .part-header .genre h2 {
          font-size: 20px; }
    .page-part#resume .resume ul, .page-part#highlight .resume ul {
      clear: left;
      list-style: none;
      overflow: hidden;
      margin: 10px auto;
      padding: 0;
      display: inline-block; }
      .page-part#resume .resume ul li, .page-part#highlight .resume ul li {
        float: left;
        margin: 0 10px;
        padding: 0px;
        font-size: 15pt; }
        .page-part#resume .resume ul li h2, .page-part#highlight .resume ul li h2 {
          font-size: 15pt;
          display: inline; }
        .page-part#resume .resume ul li i, .page-part#highlight .resume ul li i {
          margin-top: 5px; }
      @media screen and (max-width: 640px) {
        .page-part#resume .resume ul, .page-part#highlight .resume ul {
          text-align: center; }
          .page-part#resume .resume ul li, .page-part#highlight .resume ul li {
            float: none;
            display: inline-block; }
            .page-part#resume .resume ul li.genre, .page-part#highlight .resume ul li.genre {
              display: block; } }
  .page-part#resume .fullwidth-content .content {
    width: 972px;
    margin: 0 auto; }
  @media only print {
    .page-part#map {
      width: 50%;
      clear: none;
      float: left; } }
  .page-part#map .layout-content .content {
    padding: 0px 80px 0 0; }
  .page-part#map:nth-child(odd) .layout-content .content {
    padding: 0px 0 0 80px; }
  .page-part#map #map-canvas {
    margin: 0;
    border: none;
    border-radius: 0;
    height: 400px; }
    @media only print {
      .page-part#map #map-canvas {
        height: 400px; } }
  .page-part#map .external-link {
    position: absolute;
    display: none;
    top: 10px;
    right: 10px;
    text-align: center;
    width: 100px; }
    .page-part#map .external-link a {
      text-decoration: none; }
    .page-part#map .external-link i.fa {
      background: rgba(255, 255, 255, 0.75);
      display: block;
      margin: 5px auto;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 20pt; }
  .page-part#more-carac h3:first-child {
    margin-top: 0px; }
  @media screen and (max-width: 640px) {
    .page-part #calculator {
      margin: 0 !important;
      width: 100%;
      padding: 0 10px; }
      .page-part #calculator h3 {
        text-align: center; }
      .page-part #calculator [class*=align] {
        float: none; }
      .page-part #calculator #result li {
        margin: 0 auto; }
      .page-part #calculator .k-widget {
        width: calc(100% - 20px) !important; } }
  .page-part#broker_list .associated-brokers .broker-card {
    overflow: hidden;
    float: left;
    width: calc(100% / 2);
    margin-bottom: 30px; }
  .page-part .broker-card .broker-photo {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 20px 0 0; }
    .page-part .broker-card .broker-photo img {
      max-width: 160px;
      min-width: 150px; }
  .page-part .broker-card h4 {
    font-size: 22pt;
    color: #555; }
  .page-part .broker-card .description {
    width: 250px; }
  .page-part .broker-card .title {
    font-style: italic;
    margin-bottom: 10px;
    color: #999; }
  .page-part .broker-card .button {
    padding: 5px 10px;
    margin: 5px;
    font-size: 13pt; }

.print-only {
  display: none; }
  @media only print {
    .print-only {
      display: block; } }

@media only print {
  * {
    transition: none !important; }

  #main-content {
    background: none !important; }

  .layout-content {
    width: 100%; }

  .post-heading {
    display: none; }

  #gallery, #thumbs {
    display: none; }

  .print-only .pictures {
    margin: 0px;
    padding: 0;
    float: left;
    width: 50%;
    background: #dfdfdf; }
    .print-only .pictures ul {
      position: relative;
      overflow: hidden; }
      .print-only .pictures ul li {
        position: relative;
        opacity: 1;
        clear: none;
        height: initial;
        float: left;
        width: calc(25% - 5px);
        overflow: hidden;
        margin: 5px 5px 0 0; }
        .print-only .pictures ul li:before {
          content: " ";
          display: block;
          padding-top: 70%; }
        .print-only .pictures ul li.first {
          width: 100%;
          float: none;
          clear: both !important;
          margin: 0; }
          .print-only .pictures ul li.first:after {
            content: attr(data-description);
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            text-align: center;
            padding: 2px;
            background: rgba(255, 255, 255, 0.5);
            color: #333;
            font-size: 18pt; }
        .print-only .pictures ul li.list-toggler {
          display: none !important; }
        .print-only .pictures ul li img {
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          position: absolute;
          display: block; }
  .print-only #associated_brokers {
    width: 50%;
    float: right;
    padding: 0 10px; }
    .print-only #associated_brokers .broker-card {
      width: calc(100% / 4);
      float: left;
      clear: none; }
      .print-only #associated_brokers .broker-card .align-left {
        width: 100%; }
      .print-only #associated_brokers .broker-card .broker-photo {
        width: 100px;
        height: 100px;
        margin: 0 auto; }
        .print-only #associated_brokers .broker-card .broker-photo img {
          max-width: 110px;
          min-width: 100px; }
      .print-only #associated_brokers .broker-card .description {
        clear: both;
        float: none;
        width: 100%; }
        .print-only #associated_brokers .broker-card .description .heading.h4 {
          background: none;
          color: #333;
          margin: 5px 0 0 0; }
          .print-only #associated_brokers .broker-card .description .heading.h4 span {
            width: 100%;
            text-align: center;
            display: block;
            font-size: 13pt;
            min-height: 55px; }
          .print-only #associated_brokers .broker-card .description .heading.h4 .post-heading {
            display: none; }
        .print-only #associated_brokers .broker-card .description .title {
          font-size: 9pt;
          width: 100%;
          text-align: center; }
        .print-only #associated_brokers .broker-card .description .phone.high-box {
          background: none;
          color: #000;
          font-weight: bold;
          padding: 0;
          margin: 5px 0;
          width: 100%;
          text-align: center;
          font-size: 12pt; }
      .print-only #associated_brokers .broker-card .title {
        margin-bottom: 0px;
        width: 100%;
        text-align: center; }
  .print-only #print-highlight {
    width: 50%;
    float: right;
    padding: 0 10px; }
    .print-only #print-highlight .resume {
      overflow: hidden;
      background: rgba(0, 0, 0, 0.05); }
      .print-only #print-highlight .resume h2 {
        display: inline; }
      .print-only #print-highlight .resume .part-header {
        margin-top: 10px;
        width: 50%;
        float: left; }
        .print-only #print-highlight .resume .part-header .address {
          text-align: center; }
        .print-only #print-highlight .resume .part-header .price {
          text-align: center;
          display: block;
          margin-right: 0; }
      .print-only #print-highlight .resume .info-list {
        width: 50%;
        float: left; }
        .print-only #print-highlight .resume .info-list ul {
          list-style: none;
          margin: 10px 0;
          padding: 0;
          overflow: hidden; }
          .print-only #print-highlight .resume .info-list ul li {
            width: 100%; }
            .print-only #print-highlight .resume .info-list ul li i.fa {
              margin-right: 10px; }
          .print-only #print-highlight .resume .info-list ul .bathrooms {
            clear: left; }
    .print-only #print-highlight .span50 {
      width: 100%; }

  .pictures {
    margin: 0px;
    padding: 0;
    float: left;
    width: 50%;
    background: #dfdfdf; }
    .pictures ul {
      position: relative;
      overflow: hidden;
      margin: 0px;
      padding: 0px; }
      .pictures ul li {
        position: relative;
        opacity: 1;
        clear: none;
        height: initial;
        float: left;
        width: calc(25% - 5px);
        overflow: hidden;
        margin: 5px 5px 0 0; }
        .pictures ul li:before {
          content: " ";
          display: block;
          padding-top: 70%; }
        .pictures ul li.first {
          width: 100%;
          float: none;
          clear: both !important;
          margin: 0; }
          .pictures ul li.first:after {
            content: attr(data-description);
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            text-align: center;
            padding: 2px;
            background: rgba(255, 255, 255, 0.5);
            color: #333;
            font-size: 18pt; }
        .pictures ul li.list-toggler {
          display: none !important; }
        .pictures ul li img {
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          position: absolute;
          display: block; }

  #image-gallery {
    background: #fdfdfd; }
    #image-gallery .print-only .heading.h2 {
      background: none;
      color: #333;
      font-weight: 300;
      font-size: 20pt; }
    #image-gallery .print-only .block {
      width: calc(50% - 10px);
      float: right;
      margin: 10px 0 0 10px; }

  .page-part {
    page-break-inside: avoid; }
    .page-part#tools, .page-part#broker_list, .page-part#description, .page-part#resume, .page-part#highlight, .page-part#highlight_no_resume {
      display: none; }
    .page-part > .layout-content .heading.h2 {
      font-size: 20pt;
      color: rgba(0, 0, 0, 0.5); }
    .page-part > .layout-content > .fa {
      display: none; }
    .page-part > .layout-content .content {
      margin: 0;
      padding: 10px !important;
      border: none; }
      .page-part > .layout-content .content .span50 .heading.h3 {
        margin-top: 0px; }
      .page-part > .layout-content .content .item-list .item {
        border-left: none;
        border-bottom: solid 1px #ddd;
        margin-bottom: 0px;
        overflow: hidden;
        display: block;
        float: none !important;
        width: 100% !important; }
        .page-part > .layout-content .content .item-list .item .head {
          border: none;
          float: left;
          overflow: hidden;
          margin: 0px;
          text-align: right;
          border-right: solid 2px #ccc;
          padding-right: 5px;
          width: 250px;
          height: auto; }
          .page-part > .layout-content .content .item-list .item .head:after {
            display: none; }
          .page-part > .layout-content .content .item-list .item .head h4 {
            position: relative; }
        .page-part > .layout-content .content .item-list .item .heading.h4 {
          border: none;
          float: left;
          overflow: hidden;
          margin: 0px;
          width: 250px;
          height: auto;
          text-align: right;
          border-right: solid 2px #ccc;
          padding-right: 5px; }
          .page-part > .layout-content .content .item-list .item .heading.h4 .post-heading {
            display: none; }
          .page-part > .layout-content .content .item-list .item .heading.h4 span {
            display: inline;
            position: relative;
            bottom: auto;
            top: auto;
            left: auto;
            width: auto;
            font-size: 13pt;
            text-align: left; }
            .page-part > .layout-content .content .item-list .item .heading.h4 span sub {
              display: inline;
              vertical-align: middle; }
        .page-part > .layout-content .content .item-list .item .label {
          float: left;
          overflow: hidden;
          width: calc(100% - 250px - 10px);
          text-align: left;
          margin-left: 10px; }
          .page-part > .layout-content .content .item-list .item .label .label-item {
            float: left;
            width: calc(100% / 2);
            text-align: center; }
            .page-part > .layout-content .content .item-list .item .label .label-item:nth-child(3n) {
              display: none; }
    .page-part:nth-child(odd) > .layout-content .heading.heading.h2 {
      font-size: 20pt;
      color: rgba(0, 0, 0, 0.5);
      text-align: left; }
    .page-part:nth-child(odd) > .layout-content .content {
      margin: 0;
      padding: 10px;
      border: none; }
    .page-part .rental-unit {
      width: 60%;
      margin: 10px auto !important; }
    .page-part#more-carac .content .span50 {
      padding-left: 0px; } }
.rental-unit {
  list-style: none;
  margin: 10px 0;
  padding: 0px; }

.rental-unit li {
  overflow: hidden;
  display: block;
  position: relative;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1); }

.rental-unit li > .fa {
  text-indent: 1000px;
  float: left;
  width: 20px;
  text-align: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0; }

.rental-unit li .floor-visual {
  width: 50px;
  background: rgba(0, 0, 0, 0.25);
  float: left;
  height: 24px;
  margin: 0 10px 0 25px;
  line-height: 25px;
  text-align: center; }

.rental-unit li .floor-visual i {
  display: none;
  height: 18px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 8px; }

.rental-unit li .floor-visual:before {
  content: " ";
  width: 10px;
  height: 10px;
  margin: 5px 0 0 5px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.5); }

.rental-unit li .floor-visual:after {
  content: " ";
  width: 10px;
  height: 10px;
  margin: 5px 5px 0 0;
  display: block;
  float: right;
  background: rgba(255, 255, 255, 0.5); }

.rental-unit li:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25); }

.rental-unit li:last-child .fa {
  text-indent: 0px; }

.rental-unit li:last-child .floor-visual i {
  display: inline-block; }

.rental-unit li .unit-type {
  float: left; }

.rental-unit li .rooms,
.rental-unit li .area {
  float: right;
  margin: 2px 5px;
  color: #444; }

.rental-unit li .area i,
.rental-unit li .rooms i {
  margin: 0 5px; }

.OpenHouseList {
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 280px; }

.OpenHouseList li {
  margin: 5px;
  overflow: hidden; }

.OpenHouseList li .date {
  float: left;
  font-size: 16pt;
  line-height: 50px;
  margin-right: 20px; }

.OpenHouseList li .time {
  float: left;
  overflow: hidden; }

.OpenHouseList li .time .hour {
  float: left;
  width: 75px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  border-radius: 4px; }

.OpenHouseList li .time .hour em {
  font-size: 20pt;
  color: #fff;
  font-weight: bold;
  font-style: normal; }

.OpenHouseList li .time .hour label {
  display: block;
  font-size: 10pt;
  color: #ddd; }

.section {
  overflow: hidden;
  margin: 10px 0; }

.section .heading.h2 {
  font-size: 15pt; }

.section .content.no-padding {
  padding: 0; }

.section .content .marginate {
  margin: 10px; }

.section .content .price {
  margin: 0; }

.section .data-table {
  width: 100%; }

.section .data-table td {
  padding: 10px 5px;
  height: 38px; }

.section .data-table td:last-child {
  text-align: right; }

.section .data-table tr:last-child td {
  font-weight: bold;
  white-space: nowrap; }

.accordeon h3 {
  cursor: pointer;
  padding: 10px;
  color: #444;
  font-weight: 400;
  position: relative; }
  .accordeon h3:after {
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px; }
.accordeon li {
  border-bottom: dashed 1px #bbb;
  background: #aaa; }
  .accordeon li:last-child {
    border-bottom: none; }
.accordeon .acc-content {
  display: none;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9); }
  .accordeon .acc-content .label {
    border-bottom: dotted 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #777; }
    .accordeon .acc-content .label:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .accordeon .acc-content .label .label-item {
      float: left;
      margin-right: 5px;
      padding-right: 5px;
      border-right: solid 1px #ccc;
      color: #777; }
      .accordeon .acc-content .label .label-item:last-child {
        border-right: none; }

.price {
  font-size: 32pt;
  text-align: center;
  margin-right: 20px; }

.price .label {
  font-size: 12pt; }

.ref-num {
  text-align: center;
  color: #ddd;
  font-size: 10pt;
  font-style: italic; }

.infos li {
  overflow: hidden; }

.infos li:first-child {
  background-image: none; }

.infos li h5 {
  background: none;
  color: #fff;
  font-weight: normal;
  float: none;
  display: block;
  margin-top: 0px;
  padding: 0;
  font-size: 15pt;
  font-family: Myriad Regular; }

.infos li .icon {
  float: left;
  width: 50px;
  height: 50px;
  background: url(../images/listing-details-infobox-sprites.png) no-repeat top left;
  border-radius: 50%;
  border: solid 2px #ddd;
  margin: 10px; }

.infos li.place .icon {
  background-position: 0px 0px; }

.infos li.cost .icon {
  background-position: 0px -50px; }

.infos li.area .icon {
  background-position: 0px -100px; }

.infos li .value {
  float: left;
  color: #eee;
  margin: 5px;
  font-size: 12pt;
  border-right: solid 1px rgba(255, 255, 255, 0.1); }

.infos li:last-child .value {
  border-right: none; }

.infos li .value strong {
  color: #fff; }

.infos li .value .marginate {
  margin-right: 20px; }

.infos li .value sup {
  font-size: 60%; }

.infos li .value > div {
  display: none; }

.infos li .value > div:nth-child(1), .infos li .value > div:nth-child(2) {
  display: block; }

#hypo-context label {
  display: block; }

#hypo-context div {
  margin-top: 10px; }

#hypo-context .note {
  font-size: 10pt;
  font-style: italic; }

#result-periodic-payments {
  width: 180px;
  text-align: center; }

#result-periodic-payments .value {
  border-radius: 50%;
  border: dashed 1px #ccc;
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  font-size: 20pt;
  color: #555; }

#listings-list {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0; }

#listings-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#listings-list .listing-item.box {
  background: #fff;
  border: solid 1px #D6D5DA;
  border-radius: 4px;
  margin: 10px; }

#listings-list .box {
  background: #fff;
  border: solid 1px #D6D5DA;
  border-radius: 4px;
  margin: 10px; }

#listings-list .box .head {
  background: #EDEEF0;
  padding: 10px;
  border-bottom: solid 1px #D6D5DA;
  overflow: hidden; }

#listings-list .box .content {
  padding: 10px;
  overflow: hidden;
  position: relative; }

#listings-list .box .foot {
  background: #EDEEF0;
  padding: 10px;
  border-top: solid 1px #D6D5DA;
  overflow: hidden; }

#listings-list .listing-item {
  position: relative;
  overflow: hidden; }

#listings-list .listing-item .data {
  float: left; }

#listings-list .listing-item .image-container {
  margin-right: 10px;
  position: relative;
  cursor: pointer; }

#listings-list .listing-item .image-container .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 0 10px; }

#listings-list .listing-item .image-container .sold-flag-overlay {
  background: rgba(255, 0, 0, 0.75);
  padding: 5px 8px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 0 24px 24px 0; }

#listings-list .listing-item .image-container .forrent-flag-overlay {
  background: rgba(4, 103, 213, 0.75);
  padding: 5px 8px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 0 24px 24px 0; }

#listings-list .listing-item[data-filter-sold=false] .image-container .sold-flag-overlay {
  display: none; }

#listings-list .listing-item[data-filter-rental=false] .image-container .forrent-flag-overlay {
  display: none; }

#listings-list .listing-item[data-filter-sold=true] .image-container .forrent-flag-overlay {
  display: none; }

#listings-list .listing-item .price {
  font-weight: bold;
  font-size: 150%;
  color: #424242;
  text-align: left; }

#listings-list .listing-item .genre {
  display: block;
  color: #424242;
  font-size: 125%;
  font-weight: bold; }

#listings-list .listing-item .mls {
  display: none; }

#listings-list .listing-item .address {
  display: none; }

#listings-list .listing-item .city {
  color: #A3A8B1;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: left; }

#listings-list .listing-item .description {
  display: block;
  float: left;
  width: 445px;
  font-size: 95%; }

#listings-list .listing-item .description .text .extra-text-ellipsis {
  display: none; }

#listings-list .listing-item .rooms {
  overflow: hidden;
  margin-top: -10px; }

#listings-list .listing-item .rooms li {
  float: left;
  height: 30px;
  line-height: 20px;
  text-align: center;
  margin-right: 3px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  border: solid 1px #ccc;
  margin-top: -2px;
  border-radius: 0 0 5px 5px; }

#listings-list .listing-item .rooms li label {
  float: left;
  color: #333;
  width: 20px;
  text-align: center;
  line-height: 30px; }

#listings-list .listing-item .rooms li .icon {
  background-image: url(../images/rooms-icons.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  float: right; }

#listings-list .listing-item .rooms li.bedrooms .icon {
  background-position: 0px -90px; }

#listings-list .listing-item .rooms li.bathrooms .icon {
  background-position: 0px -30px; }

#listings-list .listing-item .rooms li.powderrooms .icon {
  background-position: 0px -60px; }

#listings-list .listing-item .rooms li.virtualvisits .icon {
  background-position: 0px 0px; }

#listings-list .listing-item .tool-pointer {
  background: url(../images/tool-pointer-down.png) no-repeat center center;
  width: 25px;
  height: 14px;
  position: absolute;
  left: 91%; }

#listings-list button, #listings-list button:hover {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 15pt; }

#listings-list .listing-item[data-star$="star"] {
  border: solid 1px #CFDEF5; }

#listings-list .listing-item[data-star$="star"] .foot {
  background: #CFDEF5; }

#listings-list .listing-item[data-star$="star"] .rooms li, #listings-list .listing-item[star$="star"] button {
  background-color: #4884DA; }

#listings-list .listing-item[data-star$="star"] button {
  border: solid 1px #20539F; }

#listings-list .listing-item[data-star$="star"] button:hover {
  background-color: #97B8EA; }

#listings-list .openhouses .label {
  float: left;
  color: #555;
  line-height: 65px;
  padding-left: 5px; }

#listings-list ul.stickers {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 60px;
  float: right;
  background: transparent; }

#listings-list ul.stickers li {
  float: none;
  border-radius: 3px;
  border: none;
  margin: 5px;
  text-align: center;
  padding: 2px; }

#listings-list ul.stickers li .day {
  font-size: 20pt;
  font-weight: bold; }

#listings-list ul.stickers li .month {
  text-transform: uppercase;
  font-size: 10pt; }

#listings-list .listing-item .image-container {
  width: 120px;
  height: 90px;
  overflow: hidden;
  float: left; }

#listings-list .listing-item .image-container img {
  width: 120px; }

#listings-list .openhouses {
  display: inline-block;
  overflow: hidden;
  width: 225px; }

.similar-listings-column {
  text-align: center;
  padding: 20px 0; }

@media only print {
  @page {
    size: 210mm 297mm; }
  body {
    width: 972px; }
    body:before {
      display: none; }

  html, body, #main-content {
    background: none; }

  body, span, div, table, tr, tbody, tfoot, td, hr {
    -webkit-print-color-adjust: exact; }

  #top_header, #header, #footer, #copy-footer, #bottom-footer, #quick-nav-bar, .share_tools, #btnBack {
    display: none; } }
