@page {
  margin: 0px;
}
/*
* This may help the font issue
* https://github.com/dompdf/dompdf/issues/1208
*/
@font-face {
  font-family: "Georgia";
  font-style: normal;
  src: url("../fonts/georgia-regular.ttf") format("truetype");
}
body {
  margin: 0px;
  font-family: "Georgia", Georgia, Serif;
}

.clear {
  clear: both;
}

.break {
  break-after: always;
}

.page {
  width: 100%;
  display: block;
  height: 1390px;
  position: relative;
}
.page .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f2f2f2;
  padding: 20px 50px 70px 50px;
  height: 50px;
}
.page .footer table {
  width: 100%;
}
.page .footer table td:first-child {
  width: 75%;
}
.page .footer table td:first-child h3 {
  font-size: 15px;
  font-weight: 300;
  color: #111;
  margin: 0 0 5px 0;
}
.page .footer table td:first-child p {
  font-size: 15px;
  color: #111;
  margin: 0;
}
.page .footer table td:last-child {
  width: 25%;
  text-align: right;
}
.page-1 .main-img {
  display: block;
  width: 100%;
  height: 578px;
  margin: 0 0 12px 0;
}
.page-1 .is-portrait {
  text-align: center;
}
.page-1 .is-portrait .main-img {
  width: auto;
}
.page-1 .thumbs-row {
  display: block;
  width: 100%;
  margin-left: -1%;
}
.page-1 .thumbs-row img {
  width: 33%;
  float: left;
  margin: 0 0.5%;
  margin-bottom: 12px;
  height: 235px;
}
.page-1 .empty-thumb {
  height: 235px;
  background: #fff;
}
.page-1 .summary {
  min-height: 80px;
}
.page-1 .no-thumbs {
  height: 700px;
}
.page-1 .title-pricing-row {
  margin-top: 12px;
  background: #2d2d2d;
  width: 100%;
  float: left;
  color: #fff;
  padding: 50px;
}
.page-1 .title-pricing-row table.title-table {
  width: 100%;
}
.page-1 .title-pricing-row table.title-table .title-pane {
  background: #2d2d2d;
  width: 50%;
}
.page-1 .title-pricing-row table.title-table .title-pane h1 {
  font-weight: 500;
  font-size: 35px;
  margin: 0 0 15px 0;
}
.page-1 .title-pricing-row table.title-table .title-pane h2 {
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 15px 0;
  color: #c3922e;
}
.page-1 .title-pricing-row table.title-table .pricing-pane {
  background: #2d2d2d;
  float: right;
  width: 50%;
  text-align: right;
}
.page-1 .title-pricing-row table.title-table .pricing-pane h2 {
  text-align: right !important;
  font-weight: 500;
  font-size: 60px;
  margin: 0 0 15px 0;
}
.page-1 .title-pricing-row table.title-table .pricing-pane h3 {
  text-align: right !important;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 15px 0;
  color: #c3922e;
}
.page-1 .title-pricing-row p {
  font-size: 18px;
  margin: 0 0 25px 0;
}
.page-1 .title-pricing-row table.feature-table {
  width: 100%;
  font-size: 18px;
  height: 150px;
}
.page-1 .title-pricing-row table.feature-table ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.page-1 .title-pricing-row table.feature-table ul li {
  padding: 0;
  margin: 0 0 4px 0;
}

.page-1-second-design .title-pricing-row {
  margin-top: 0;
  margin-bottom: 12px;
}
.page-1-second-design .title-pricing-row .title-table .title-pane {
  width: 60%;
}
.page-1-second-design .title-pricing-row .title-table .title-pane h1 {
  line-height: 1em;
}
.page-1-second-design .title-pricing-row .title-table .title-pane h2 {
  margin-bottom: 30px;
}
.page-1-second-design .title-pricing-row .title-table .pricing-pane {
  width: 40%;
}
.page-1-second-design .title-pricing-row .title-table .pricing-pane .upper-logo {
  width: 300px;
  height: auto;
  margin-bottom: 50px;
}
.page-1-second-design .title-pricing-row .title-table .pricing-pane h2 {
  margin-bottom: 0;
}
.page-1-second-design .title-pricing-row .title-table .pricing-pane h3 {
  margin-bottom: 130px;
}
.page-1-second-design .main-img {
  height: 625px;
}
.page-1-second-design .thumbs-row img,
.page-1-second-design .thumbs-row {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-2 .desc-pane {
  padding: 50px 70px 0 70px;
  color: #2d2d2d;
}
.page-2 .desc-pane h2 {
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 25px 0;
  color: #bb8729;
}
.page-2 .desc-pane .desc-pane-body {
  font-size: 17px;
}
.page-2 .desc-pane .desc-pane-body p {
  margin: 0 0 30px 0;
}
.page-2 .desc-pane.gallery-image {
  padding: 50px 35px 0 35px;
}
.page-2 .thumbs-row {
  display: block;
  width: 100%;
  padding: 0 25px 25px 25px;
  height: 500px;
}
.page-2 .thumbs-row a {
  float: left;
}
.page-2 .thumbs-row img {
  width: 32.5%;
  height: 245px;
  margin: 0 0.5%;
  margin-bottom: 12px;
}
.page-2 .footer-content {
  padding: 10px 65px 50px 65px;
  width: 100%;
  color: #2d2d2d;
}
.page-2 .footer-content h2 {
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 0px 0;
}
.page-2 .footer-content p {
  font-size: 18px;
  margin: 0 0 35px 0;
}
.page-2 .footer-content table {
  width: 100%;
}
.page-2 .footer-content table td {
  width: 50%;
}
.page-2 .footer-content table td h3 {
  font-size: 22px;
  font-weight: 300;
}
.page-2 .footer-content table td img {
  width: 430px;
  margin-bottom: 20px;
}

.page-2-second-design .thumbs-row {
  padding-top: 0;
}
.page-2-second-design .desc-pane {
  padding-top: 30px;
}

.page-3 .epc-content {
  padding: 50px 65px 10px 65px;
  width: 100%;
}
.page-3 table.epc-table {
  width: 100%;
  color: #2d2d2d;
}
.page-3 table.epc-table td:first-child {
  width: 50%;
}
.page-3 table.epc-table td:first-child h2 {
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 35px 0;
}
.page-3 table.epc-table td:first-child p {
  font-size: 18px;
  margin: 0 0 35px 0;
}
.page-3 table.epc-table td:last-child {
  width: 50%;
}
.page-3 table.epc-table td:last-child img {
  width: 450px;
  margin-bottom: 20px;
}
.page-3 .thumbs-row-floor-plans {
  display: block;
  width: 100%;
  padding: 0 25px 25px 25px;
  height: 500px;
}
.page-3 .thumbs-row-floor-plans img {
  width: 50%;
  height: 245px;
  float: left;
  margin: 0 0.5%;
  margin-bottom: 12px;
}
.page-3 .footer-content {
  padding: 50px 65px 50px 65px;
  width: 100%;
  color: #2d2d2d;
}
.page-3 .footer-content h2 {
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 35px 0;
}
.page-3 .footer-content p {
  font-size: 18px;
  margin: 0 0 35px 0;
}
.page-3 .footer-content table {
  width: 100%;
}
.page-3 .footer-content table td {
  width: 50%;
}
.page-3 .footer-content table td h3 {
  font-size: 22px;
  font-weight: 300;
}
.page-3 .footer-content table td img {
  width: 50%;
  margin-bottom: 20px;
}

.property-attributes-grid {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}
.property-attributes-grid .pag-heading {
  font-weight: bold;
  margin-bottom: 15px;
}
.property-attributes-grid table.details-table {
  width: 100%;
}
.property-attributes-grid table.details-table td {
  width: 33.33%;
}
.property-attributes-grid .item {
  background-color: #ececec;
  height: auto;
  text-align: center;
  min-height: 60px;
  padding-top: 18px;
  margin-bottom: 1px;
  word-wrap: break-word;
  overflow: hidden;
}
.property-attributes-grid .item .data {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  width: 100%;
}
.property-attributes-grid .item-address {
  padding-top: 14px;
}
.property-attributes-grid .title {
  font-weight: 600;
  margin-bottom: 5px;
}

.units-container {
  padding-left: 30px;
  padding-right: 30px;
}
.units-container table.dev-units {
  width: 100%;
  text-align: center;
}
.units-container table.dev-units thead {
  background-color: #ebebeb;
}
.units-container table.dev-units thead tr th {
  padding: 15px;
}
.units-container table.dev-units tbody tr td {
  padding: 15px;
}
.units-container table.dev-units tbody tr td.property-name {
  color: #b37b25;
}

/*# sourceMappingURL=property-pdf.css.map */
