@import url(realestate.css);
body {
  height: auto !important;
}
@media screen and (min-width: 640px) {
  body {
    margin-bottom: 80px;
  }
}

body:not(.logged-in) {
  margin-top: 0;
}

body:not(.logged-in) #header {
  display: none;
}

.section:nth-of-type(even):last-of-type {
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(235, 235, 235) 100%); /* W3C */
}

.content {
  position: relative;
}
@media print {
  .content {
    width: 100% !important;
  }
}

.page-content {
  overflow: hidden;
  /*.rooms .room-specs li.RC label{position:absolute;top:50%;left:calc(50% - 40%);border:solid 1px #dadada;}*/
}
.page-content .featured-slider-container {
  position: relative;
  overflow: hidden;
}
.page-content .featured-slider-container .featured-slider {
  height: 720px;
  position: relative;
  /*padding:20px 0 120px 0;
  .ms-container{
   padding: 10px 0 50px 0;
   .ms-slide{
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(255,255,255,0.5)));
    //.ms-slide-bgcont{border-radius:8px;}
   }
  }
        */
}
@media screen and (max-width: 640px) {
  .page-content .featured-slider-container .featured-slider {
    height: 320px;
  }
}
.page-content .featured-slider-container .current-item-info {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.25s;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-content .featured-slider-container .current-item-info .title {
  font-size: 18px;
  font-family: "Lato";
  font-weight: 400;
}
.page-content .featured-slider-container .current-item-info .price {
  font-size: 36px;
  font-family: "Oswald";
  font-weight: 700;
}
.page-content .featured-slider-container .current-item-info:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 250px;
  background: #000;
  opacity: 0.2;
  margin: 5px 0;
}
.page-content .featured-slider-container.ready .current-item-info {
  opacity: 1;
}
.page-content .featured-slider-container button.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.page-content .featured-slider-container button.nav .fa {
  font-size: 50px;
}
.page-content .featured-slider-container button.nav.previous-button {
  left: 10px;
}
.page-content .featured-slider-container button.nav.next-button {
  right: 10px;
}
.page-content section {
  position: relative;
  padding: 0 0 20px;
  color: #333;
}
.page-content section:nth-of-type(even) {
  background: #ebebeb;
}
.page-content section .content {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .page-content section .content {
    width: 1150px;
  }
}
.page-content section.info {
  padding: 0;
}
.page-content section.info h1 {
  font-size: 20pt;
  margin: 0;
}
.page-content section.info .genre {
  text-transform: uppercase;
  margin-top: 20px;
}
.page-content section.info .city {
  margin-bottom: 20px;
}
.page-content section.info .description {
  font-size: 11pt;
}
.page-content section.info .price {
  font-size: 30pt;
  margin-bottom: 20px;
}
.page-content section.info .controls {
  padding: 10px 0;
}
.page-content section.info .controls i {
  font-size: 25px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.page-content section.info hr {
  border-color: #666;
  border-style: solid;
  border-width: 1px;
  width: 100px;
  margin: 20px 0;
  clear: both;
}
.page-content section.info .room-previews {
  list-style: none;
  overflow: hidden;
  margin: 10px 0;
  padding: 0;
  width: 300px;
}
.page-content section.info .room-previews li {
  width: 80px;
  text-align: center;
  margin: 10px;
  border-bottom: solid 2px #ff9900;
}
.page-content section.info .room-previews i {
  font-size: 30pt;
  width: 100%;
  text-align: center;
  display: block;
}
.page-content section.info h3 {
  margin: 20px 0 0 0;
  font-size: 15pt;
}
.page-content section.info .land-proximity {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.page-content section.info .land-proximity li {
  margin: 5px 5px 0 0;
  padding: 5px;
  float: left;
  border: solid 1px #888;
  border-radius: 5px;
  font-size: 11pt;
}
.page-content section.info .right-side h3 {
  text-align: right;
}
.page-content section.info .right-side .land-proximity li {
  float: right;
}
.page-content section.info .right-side .room-previews {
  float: right;
}
.page-content section.info .right-side .button {
  margin-top: 30px;
  color: #fff;
  background: #ff9900;
  border: solid 2px #ff9900;
  text-transform: uppercase;
  font-weight: 600;
}
.page-content section.info .right-side .button:hover {
  color: #ff9900;
  background: transparent;
}
.page-content section.featured-slider-container {
  padding: 0px;
}
.page-content section.broker .broker-list {
  list-style: none;
  overflow: hidden;
  margin: 10px 0;
  padding: 0;
}
.page-content section.broker .broker-list li {
  text-align: center;
}
.page-content section.broker .broker-list li .picture-container {
  overflow: hidden;
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 50%;
  clear: both;
  margin: 0 auto;
}
.page-content section.broker .broker-list li .picture-container img {
  width: 100%;
}
.page-content section.broker .broker-list li .picture-container .contact-options {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  border-radius: 50%;
  overflow: hidden;
  height: 1px;
  text-align: center;
  background: #ff9900;
  opacity: 0;
}
.page-content section.broker .broker-list li .picture-container .contact-options a {
  display: none;
  color: #fff;
  text-decoration: none;
  font-size: 20pt;
  vertical-align: middle;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  margin: 5px;
}
.page-content section.broker .broker-list li .picture-container:hover .contact-options {
  opacity: 1;
  width: 150px;
  height: 150px;
  top: 0px;
  left: 0px;
  line-height: 150px;
}
.page-content section.broker .broker-list li .picture-container:hover .contact-options a {
  display: inline;
}
.page-content section.broker .broker-list li .name {
  font-size: 15pt;
}
.page-content section.broker .broker-list li .title {
  font-size: 10pt;
  color: #aaa;
}
.page-content section.broker .broker-list li .phone {
  border-top: #ff9900 2px solid;
  padding-top: 5px;
  margin-top: 5px;
}
.page-content section.broker .broker-list li .phone span {
  display: inline-block;
}
.page-content section.broker .broker-list li .phone span:after {
  content: "\f111";
  margin: 5px 0 0 5px;
  font-family: FontAwesome;
  font-size: 8px;
  vertical-align: middle;
  float: right;
  display: block;
}
.page-content section.broker .broker-list li .phone span:last-child:after {
  content: "";
  margin: 0px;
}
.page-content section.broker .form {
  margin-left: 10px;
  overflow: hidden;
}
.page-content section.broker .form-item.required label:after {
  content: "*";
}
.page-content section.broker .form-item.has-error label {
  color: #ff0000;
}
.page-content section.broker .form-item.has-error input {
  border-color: #ff0000;
}
.page-content section.broker .form button {
  background: #ff9900;
  border: solid 1px #FF8800;
  color: #fff;
  padding: 10px 25px;
  margin: 5px;
  border-radius: 5px;
  font-size: 12pt;
  float: right;
  cursor: pointer;
}
.page-content section.broker .form input {
  padding: 10px;
  border-color: #dadada;
}
.page-content section.broker .form label {
  color: #333;
}
.page-content section.broker .form .form-err-messages label {
  display: none;
  color: #ff0000;
  font-style: italic;
}
.page-content section.broker .form .form-success {
  display: none;
}
.page-content section.map {
  padding: 0;
}
.page-content section.map .panel {
  width: 50%;
  position: absolute;
  right: 0px;
  top: 30px;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  border-left: 4px solid #ff9900;
  min-height: 280px;
}
@media screen and (max-width: 640px) {
  .page-content section.map .panel {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    border: none;
    padding: 0px;
    margin: 0px;
  }
}
@media screen and (min-width: 640px) {
  .page-content section.map .panel:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-size: 60px;
    width: 20px;
    color: #ff9900;
    position: absolute;
    top: calc(50% + 10px);
    left: -22px;
  }
}
.page-content section.map h2 {
  margin: 10px 0;
}
.page-content section.map i {
  font-size: 400%;
  color: #aaa;
}
.page-content section.map price {
  float: right;
}
.page-content section.map .total {
  font-weight: bold;
  border-top: 3px double #888;
  margin-top: 5px;
  padding-top: 5px;
}
.page-content .share-panel {
  background: #eaeaea;
  overflow: hidden;
  max-height: 0px;
}
.page-content .share-panel.displayed {
  max-height: 620px;
  transition: max-height 800ms;
  padding: 10px 0;
}
.page-content .share-panel.displayed .content:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50px;
  width: 1px;
  height: 1px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.page-content .share-panel .zone-container {
  margin: 0 auto 20px auto;
}
.page-content .share-panel ul, .page-content .share-panel ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content .share-panel ul {
  margin: 0 auto;
  overflow: hidden;
  width: initial;
}
.page-content .share-panel ul li {
  float: left;
  cursor: pointer;
  margin: 10px;
  width: 100px;
  text-align: center;
}
.page-content .share-panel ul li icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  color: #333;
  transition: 0.25s;
  margin: 0 auto;
}
.page-content .share-panel ul li label {
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
}
.page-content .share-panel ul li:hover icon {
  color: #fff;
}
.page-content .share-panel ul li:hover icon.fa-facebook {
  background: #395b89;
}
.page-content .share-panel ul li:hover icon.fa-twitter {
  background: #2bbfec;
}
.page-content .share-panel ul li:hover icon.fa-tumblr {
  background: #3C5975;
}
.page-content .share-panel ul li:hover icon.fa-pinterest {
  background: #be2225;
}
.page-content .share-panel ul li:hover icon.fa-google-plus {
  background: #d63b3b;
}
.page-content .share-panel ul li:hover icon.fa-linkedin {
  background: #1184cd;
}
.page-content .share-panel ul li:hover icon.fa-envelope {
  background: #CB6A38;
}
.page-content .share-panel .rel-data {
  display: none;
  background: #555;
  padding: 10px;
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px;
}
.page-content .share-panel .rel-data:before {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  top: -25px;
  left: 290px;
  color: #555;
  font-size: 250%;
}
.page-content .share-panel .rel-data li {
  width: 100px;
  overflow: hidden;
}
.page-content .share-panel .rel-data li img {
  width: 100%;
  border: solid 1px #fefefe;
}
.page-content .share_tools_container {
  overflow: hidden;
  border: solid 1px #333333;
  background: #676767;
  padding: 2px 5px;
  border-radius: 4px;
}
.page-content .share_tools_text {
  float: right;
  color: #fff;
  margin: 4px 5px;
  text-shadow: #000 1px 1px 2px;
}
.page-content .share_tools {
  float: right;
  overflow: hidden;
  width: 160px;
  height: 18px;
  margin: 2px;
}
.page-content .print-only {
  display: none;
}
.page-content #photos-gallery {
  display: none;
}
.page-content #map_canvas {
  width: 100%;
  height: 450px;
}
.page-content .rooms .room-specs {
  width: 100%;
  border: none;
}
.page-content .rooms .room-specs thead td {
  font-size: 10pt;
  font-style: italic;
  color: #999;
}
.page-content .rooms .room-specs td {
  text-align: right;
  border: none;
  width: 125px;
  height: 50px;
}
.page-content .rooms .room-specs td:first-child {
  text-align: left;
  width: calc(100% - 250px);
}
.page-content .rooms .room-specs td:last-child {
  color: #999;
}
.page-content .rooms .room-specs td em {
  color: #dadada;
  font-size: 10pt;
}
.page-content .rooms .room-specs li {
  margin: 5px 1%;
  float: left;
  width: 23%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page-content .rooms .room-specs li .img {
  width: 250px;
  height: 187px;
  overflow: hidden;
}
.page-content .rooms .room-specs li img {
  width: 100%;
}
.page-content .rooms .room-specs li label {
  display: block;
  padding: 5px;
  text-align: left;
  background: #fff;
  border-radius: 20px;
  vertical-align: middle;
}
.page-content .rooms .room-specs li label em {
  float: right;
  vertical-align: middle;
}
.page-content .rooms .room-specs li .info {
  font-size: 10pt;
}
.page-content .mosaic {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.page-content .mosaic li {
  width: 125px;
  height: 92.5px;
  overflow: hidden;
  margin: 0 5px 5px 0;
  float: left;
}
.page-content .mosaic li:nth-child(4n) {
  width: 255px;
  height: 190px;
  clear: both;
}
.page-content .mosaic li img {
  width: 100%;
}
.page-content .mosaic li.empty {
  background: #eaeaea;
}
.page-content .rooms .mosaic {
  float: left;
  width: 395px;
  border-right: 3px solid #dadada;
}
.page-content .rooms .mosaic:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  right: -10px;
  top: 23px;
  color: #dadada;
  font-size: 20pt;
}
.page-content .rooms .mosaic-ghost {
  float: left;
  width: 395px;
  border-right: 3px solid #dadada;
  padding: 0 5px 5px 0;
  position: relative;
}
.page-content .rooms .mosaic-ghost:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  right: -10px;
  top: 23px;
  color: #dadada;
  font-size: 20pt;
}
.page-content .rooms .mosaic-ghost .tile {
  background: #eaeaea;
  width: 100%;
  height: 190px;
}
.page-content .expenses ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.page-content .expenses ul li {
  overflow: hidden;
  width: 100%;
}
.page-content .expenses ul li price, .page-content .expenses ul li span, .page-content .expenses h3 price {
  float: right;
}
.page-content .caracteristic .caract-item {
  padding-bottom: 10px;
}
.page-content .caracteristic .caract-item strong {
  display: block;
}
.page-content .caracteristic ul li {
  margin: 10px;
  font-size: 11pt;
}
.page-content .caracteristic ul li strong {
  display: block;
}
.page-content .others p {
  color: #333;
  padding: 10px;
}
.page-content .other-properties li {
  padding: 15px;
}
.page-content .other-properties li a {
  display: block;
  width: 250px;
  position: relative;
  height: 160px;
  overflow: hidden;
  margin: 0 auto;
}
.page-content .other-properties li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
}

/* PRINT */
@media print {
  @page {
    size: 210mm 297mm;
  }
  body {
    width: 960px;
  }
  html, body, #main-content {
    background: none;
  }
  body, span, div, table, tr, tbody, tfoot, td, hr {
    -webkit-print-color-adjust: exact;
  }
  .noprint {
    display: none;
  }
  .page-break {
    page-break-after: always;
    page-break-inside: avoid;
    margin-top: 0;
    border-top: none;
  }
  .print-only {
    display: block;
  }
  section.section {
    margin-top: 10px;
  }
  section.map.section .content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    top: 0px;
    left: 0px;
  }
  section.map.section .content .panel {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    background: none;
    border-left: none;
  }
  section.map.section .content .row {
    float: left;
    width: 45%;
    clear: none;
    margin-left: 2.5%;
  }
  section.rooms.section .mosaic, section.rooms.section .mosaic-ghost {
    display: none;
  }
  section.rooms.section .room-specs {
    width: 100%;
    margin-bottom: 20px;
  }
  #photos-gallery {
    display: block;
  }
  #photos-gallery img {
    width: 150px;
    height: 100px;
    border: solid 1px #dadada;
    margin: 4px 0 0 4px;
    padding: 0;
  }
  #photos-gallery img:nth-child(n+25) {
    display: none;
  }
  #footer {
    visibility: hidden;
  }
}