﻿/*@blue: #009ADD;*/
/*@black: #000000;*/
/*@opaque-black: rgba(0, 0, 0, 0.6);*/
/*@navy-blue: #15314A;*/
/*@dark-navy-blue: #0B2338;*/
/*@opaque-turquoise: rgba(0, 153, 172, 0.5);*/
.prop-photos-wrapper {
  background-color: #40431E;
  color: #FFFFFF;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery-wrapper,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery-wrapper,
.prop-photos-wrapper .prop-photos .container .prop-slider-wrapper,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider-wrapper {
  position: relative;
  height: 630px;
}
@media (max-width: 1799px) {
  .prop-photos-wrapper .prop-photos .container .prop-gallery-wrapper,
  .prop-photos-wrapper .prop-photos .container-fluid .prop-gallery-wrapper {
    display: none;
  }
}
@media (max-width: 1199px) {
  .prop-photos-wrapper .prop-photos .container .prop-slider-wrapper,
  .prop-photos-wrapper .prop-photos .container-fluid .prop-slider-wrapper {
    padding: 0;
    height: auto;
  }
}
.prop-photos-wrapper .prop-photos .container .prop-gallery,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 640px;
  padding-right: 10px;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos {
  position: relative;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos div.thumb,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos div.thumb {
  width: 210px;
  height: 210px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-reveal,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-reveal {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 50px;
  z-index: 5;
  cursor: pointer;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-reveal div,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-reveal div {
  display: inline-block;
  font-size: 2em;
  padding: 12px;
  vertical-align: top;
  margin-right: 10px;
  background-color: rgba(64, 67, 30, 0.6);
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-reveal i,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-reveal i {
  background-color: #40431E;
  padding: 10px;
  font-size: 3em;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 630px;
  background-color: rgba(64, 67, 30, 0.6);
  z-index: 1;
  padding-left: 210px;
  padding-top: 100px;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info span,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info span {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6em;
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: #d8a42d;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info h1,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info h1 {
  font-size: 2.7em;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 37px;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info h1:first-of-type,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info h1:first-of-type {
  margin-top: 40px;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info h1:not(:first-of-type),
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info h1:not(:first-of-type) {
  margin-top: 10px;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info h3,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info h3 {
  margin: 0 !important;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info h2,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info h2 {
  font-size: 2.2em;
  font-weight: bold;
  margin-top: 0;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info h2:last-of-type,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info h2:last-of-type {
  margin-bottom: 30px;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info .button-blue,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info .button-blue {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info hr,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info hr {
  width: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}
.prop-photos-wrapper .prop-photos .container .prop-gallery .prop-gallery-photos .prop-gallery-info .button-white-transparent,
.prop-photos-wrapper .prop-photos .container-fluid .prop-gallery .prop-gallery-photos .prop-gallery-info .button-white-transparent {
  font-size: 1.5em;
  font-weight: normal;
}
.prop-photos-wrapper .prop-photos .container .prop-slider,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider {
  top: 0;
  bottom: 0;
  left: 0;
  width: 1024px;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .prop-photos-wrapper .prop-photos .container .prop-slider,
  .prop-photos-wrapper .prop-photos .container-fluid .prop-slider {
    margin-left: 57px;
  }
}
@media (max-width: 1199px) {
  .prop-photos-wrapper .prop-photos .container .prop-slider,
  .prop-photos-wrapper .prop-photos .container-fluid .prop-slider {
    width: 100%;
  }
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container li,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container li {
  position: relative;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container li img.thumb-img,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container li img.thumb-img {
  width: 1024px;
  height: 630px;
}
@media (max-width: 1199px) {
  .prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container li img.thumb-img,
  .prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container li img.thumb-img {
    width: 100%;
    height: auto;
  }
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-top-bar,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(64, 67, 30, 0.6);
  font-size: 2em;
}
@media (max-width: 767px) {
  .prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-top-bar,
  .prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-top-bar {
    display: none;
  }
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-top-bar .left,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-top-bar .left {
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-top-bar .left a,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-top-bar .left a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-top-bar .left a:not(:last-child),
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-top-bar .left a:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-top-bar .right,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-top-bar .right {
  float: right;
  padding: 30px;
  background-color: #d8a42d;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-top-bar .right i,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-top-bar .right i {
  margin-right: 10px;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-top-bar .right a.location,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-top-bar .right a.location {
  border: 0;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-bottom-bar,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-bottom-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-bottom-bar,
  .prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-bottom-bar {
    display: none;
  }
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-bottom-bar .zoom-slide,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-bottom-bar .zoom-slide {
  float: left;
  padding: 10px;
  background-color: #40431E;
  width: 60px;
  height: 62px;
  margin-top: 50px;
  margin-left: 20px;
  cursor: pointer;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-bottom-bar .zoom-slide i,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-bottom-bar .zoom-slide i {
  font-size: 4em;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .prop-slider-container .prop-slider-bottom-bar img,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .prop-slider-container .prop-slider-bottom-bar img {
  float: right;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .lSAction,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .lSAction {
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .prop-photos-wrapper .prop-photos .container .prop-slider .lSAction,
  .prop-photos-wrapper .prop-photos .container-fluid .prop-slider .lSAction {
    display: none !important;
  }
}
.prop-photos-wrapper .prop-photos .container .prop-slider .lSAction a,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .lSAction a {
  position: absolute;
  top: 50%;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .lSAction a.lSPrev,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .lSAction a.lSPrev {
  left: 20px;
}
.prop-photos-wrapper .prop-photos .container .prop-slider .lSAction a.lSNext,
.prop-photos-wrapper .prop-photos .container-fluid .prop-slider .lSAction a.lSNext {
  right: 20px;
}
.slider-zoom {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(64, 67, 30, 0.6);
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 9999;
}
.slider-zoom img {
  height: 100%;
}
.prop-info-wrapper {
  background-color: #40431E;
  color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1800px) {
  .prop-info-wrapper .prop-info .prop-gallery-info-wrapper {
    display: none;
  }
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info span {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6em;
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: #d8a42d;
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info h1 {
  font-size: 2.7em;
  font-weight: bold;
  margin-bottom: 0;
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info h1:first-of-type {
  margin-top: 40px;
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info h1:not(:first-of-type) {
  margin-top: 10px;
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info h2 {
  margin: 0;
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info h3 {
  font-size: 2.2em;
  font-weight: bold;
  margin-top: 0;
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info h3:last-of-type {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info-buttons {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info-buttons .button-blue {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info-buttons hr {
  width: 70px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 75px;
}
@media (max-width: 767px) {
  .prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info-buttons hr {
    margin-right: auto;
  }
}
.prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info-buttons .button-white-transparent {
  margin-right: 33px;
  font-size: 1.5em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .prop-info-wrapper .prop-info .prop-gallery-info-wrapper .prop-gallery-info-buttons .button-white-transparent {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .prop-info-wrapper .prop-info .prop-short-details > :first-child {
    margin-left: -4.5%;
  }
}
@media (max-width: 767px) {
  .prop-info-wrapper .prop-info .prop-short-details > :first-child {
    margin-left: -4.5%;
  }
}
@media (max-width: 600px) {
  .prop-info-wrapper .prop-info .prop-short-details > :nth-child(5) {
    margin-left: -4.5%;
  }
}
@media (max-width: 600px) {
  .prop-info-wrapper .prop-info .prop-short-details .prop-short-detail {
    display: block;
    width: 25%;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.prop-info-wrapper .prop-info .prop-short-details .prop-short-detail :nth-child(1) {
  font-size: 1.3em;
  font-weight: normal;
}
.prop-info-wrapper .prop-info .prop-short-details .prop-short-detail :nth-child(2) {
  font-size: 1.8em;
  font-weight: bold;
  display: block;
}
.prop-info-wrapper .prop-info .prop-short-details .prop-short-detail .propDtlIcon {
  width: 70%;
  margin-left: 15%;
}
.prop-info-wrapper .prop-info .prop-short-details .prop-short-detail .propDtlIcon > img {
  width: 100%;
  height: auto;
}
.prop-info-wrapper .prop-info .prop-short-details .prop-short-detail label {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .prop-info-wrapper .prop-info .prop-short-details .prop-short-detail label {
    font-size: 1.4em !important;
  }
}
@media (max-width: 600px) {
  .prop-info-wrapper .prop-info .prop-short-details .prop-short-detail label {
    text-align: center;
  }
}
.prop-info-wrapper .prop-info .prop-short-details .prop-short-detail:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 600px) {
  .prop-info-wrapper .prop-info .prop-short-details .prop-short-detail:not(:last-child) {
    border: 0;
  }
}
.prop-info-wrapper .prop-info .prop-quote-wrapper {
  margin-top: 40px;
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-quote span {
  font-size: 15em;
  line-height: 1em;
  float: left;
  color: #66665C;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .prop-info-wrapper .prop-info .prop-quote-wrapper .prop-quote span {
    display: none;
  }
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-quote h3 {
  font-size: 2em;
  font-weight: normal;
  color: #d8a42d;
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-quote p {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 50px;
  color: #FFFFFF;
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-quote a.lnkPrint {
  color: #d8a42d;
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-quote a.lnkPrint i {
  font-size: 5em;
  border: 3px solid #66665C;
  border-radius: 50%;
  float: left;
  width: 75px;
  height: 75px;
  text-align: center;
  padding-top: 10px;
  border-color: #d8a42d;
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-quote a.lnkPrint label {
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 25px;
  margin-left: 15px;
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-quote a.lnkPrint:hover {
  color: #e0b758;
  border-color: #e0b758;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-quote a.lnkPrint:hover > label {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .prop-info-wrapper .prop-info .prop-quote-wrapper .prop-info-text {
    margin-top: 45px;
  }
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-info-text h3 {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #66665C;
  padding-bottom: 10px;
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-info-text p {
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 25px;
  color: #FFFFFF;
}
.prop-info-wrapper .prop-info .prop-quote-wrapper .prop-info-text .proeprtyVideo {
  display: inline-block;
  margin-top: 30px;
  padding: 4px;
  border: 1px solid #d8a42d;
  width: auto;
}
.prop-details-wrapper .prop-details {
  padding-top: 60px;
  padding-bottom: 60px;
}
.prop-details-wrapper .prop-details .contact {
  color: #66665C;
}
.prop-details-wrapper .prop-details .contact i {
  font-size: 5em;
  border: 3px solid #66665C;
  border-radius: 50%;
  float: left;
  width: 75px;
  height: 75px;
  text-align: center;
  padding-top: 10px;
}
.prop-details-wrapper .prop-details .contact label {
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 25px;
  margin-left: 15px;
}
.prop-details-wrapper .prop-details .contact h3 {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 16px;
  border-bottom: 2px solid #66665C;
  padding-bottom: 10px;
}
.prop-details-wrapper .prop-details .contact p {
  font-size: 1.8em;
  font-weight: normal;
  color: #40431E;
  margin-top: 20px;
}
.prop-details-wrapper .prop-details .contact p a {
  color: #d8a42d;
}
.prop-details-wrapper .prop-details .details h2 {
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #66665C;
  color: #66665C;
  margin-top: 15px;
  padding-bottom: 10px;
}
.prop-details-wrapper .prop-details .details ul {
  padding-left: 5px;
  margin-top: 15px;
  font-size: 1.8em;
  font-weight: normal;
}
.prop-details-wrapper .prop-details .enquire {
  text-align: center;
  margin-top: 100px;
}
.prop-details-wrapper .prop-details .enquire a {
  display: inline-block;
}
.prop-details-wrapper .prop-details .enquire a.button-blue {
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}
.prop-details-wrapper .prop-details .enquire a.button-gray {
  font-size: 1.5em;
}
.prop-details-wrapper .prop-details .enquire div {
  width: 70px;
  border-bottom: 1px solid #66665C;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.prop-details-wrapper .prop-details .extra {
  margin-top: 50px;
}
.prop-details-wrapper .prop-details .extra h2 {
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #66665C;
  color: #66665C;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.prop-details-wrapper .prop-details .extra a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 40px;
  font-size: 1.5em;
}
.prop-details-wrapper .prop-details .extra .map {
  width: 100%;
  height: 300px;
}
.energCertBg {
  width: 109px;
  height: 131px;
  background-image: url('/img/background_certification_2.png');
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  right: 0;
}
.energCertBg img {
  width: 78%;
  height: auto;
  margin: 20px 0 0 0;
}
.ui-datepicker-trigger {
  float: left;
  border: none;
  background: none;
  color: #d8a42d;
  font-size: 29px;
  margin-left: 14px;
  padding: 0;
}