@font-face {
  font-family: 'MasqualeroW04-Black';
  src: url(fonts/Masqualero-W4-Black.otf);
}
@font-face {
  font-family: 'Muli-Bold';
  src: url(fonts/muli-bold.woff);
}
@font-face {
  font-family: 'Muli';
  src: url(fonts/muli.woff);
}
#yellow-end,
#white-end {
  visibility: hidden;
}
body * {
  font-family: 'Muli';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:link,
a:visited {
  color: #424243;
}
a:hover,
a:active {
  color: #424243;
}
.global-link-icon {
  width: 16px!important;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
}
.svg-wrap {
  float: right;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .svg-wrap {
    margin-top: 23px;
  }
}
/* disable auto fill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
html,
body {
  height: 100%;
}
.wrapper {
  min-height: calc(100% - 400px);
  border-top: 4px solid #ebb82d;
}
.more-padding-space {
  padding: 15px 0;
}
.global-underscore {
  border-bottom: 2px solid #ebb82d;
  width: 100px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.global-property-underscore {
  border-bottom: 2px solid #ebb82d;
  padding-top: 10px;
}
.breadcrumb-wrap {
  height: auto;
  background-color: #f2f2f2;
}
.breadcrumb-wrap .breadcrumb-text {
  line-height: 4.3;
}
.breadcrumb-wrap .breadcrumb-text a.base-link-color {
  color: #4b330b;
  font-size: 14px;
}
.breadcrumb-wrap .breadcrumb-text .current-page-color {
  color: #ebb82d;
  font-size: 14px;
}
.gm-style > div + div {
  display: none;
}
.gm-style-iw + div {
  display: none;
}
.gm-style-iw {
  top: 23px!important;
  left: 0px!important;
}
.gm-style .gm-bundled-control {
  display: block;
}
.gm-close-btn {
  color: #ebb82d;
}
.properties-infoWindowWrap {
  background-color: #ffffff;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .properties-infoWindowWrap {
    margin-left: 50px;
  }
}
.properties-infoWindowWrap ul.aa {
  padding-left: 0;
  margin-bottom: 0;
}
.properties-infoWindowWrap ul.aa li.bb {
  display: inline-block;
}
.properties-infoWindowWrap ul.aa li.bb.bb1 {
  width: 360px;
  padding-left: 20px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .properties-infoWindowWrap ul.aa li.bb.bb1 {
    padding-left: 10px;
  }
}
.properties-infoWindowWrap ul.aa li.bb .feature-image {
  width: 150px;
  height: 150px;
}
@media (max-width: 480px) {
  .properties-infoWindowWrap ul.aa li.bb .feature-image {
    display: none;
  }
}
.properties-infoWindowWrap ul.aa li.bb .category {
  color: #ebb82d;
  font-size: 14px;
  font-family: 'Muli-Bold';
  text-transform: uppercase;
  padding-top: 9px;
}
@media (max-width: 480px) {
  .properties-infoWindowWrap ul.aa li.bb .category {
    display: none;
  }
}
.properties-infoWindowWrap ul.aa li.bb .global-property-underscore {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .properties-infoWindowWrap ul.aa li.bb .global-property-underscore {
    display: none;
  }
}
.properties-infoWindowWrap ul.aa li.bb .title {
  color: #424243;
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  padding-top: 10px;
  white-space: normal;
  height: 50px;
}
@media (max-width: 480px) {
  .properties-infoWindowWrap ul.aa li.bb .title {
    padding-top: 15px;
    width: 200px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.properties-infoWindowWrap ul.aa li.bb .suburb {
  color: #424243;
  font-size: 14px;
  font-family: 'Muli';
  padding-top: 22px;
  float: left;
}
@media (max-width: 480px) {
  .properties-infoWindowWrap ul.aa li.bb .suburb {
    display: none;
  }
}
.properties-infoWindowWrap ul.aa li.bb .explore-more-link {
  color: #424243;
  font-size: 14px;
  font-family: 'Muli';
  padding-top: 22px;
  float: right;
  padding-right: 20px;
  text-decoration: none!important;
}
@media (max-width: 480px) {
  .properties-infoWindowWrap ul.aa li.bb .explore-more-link {
    float: left;
    padding-bottom: 15px;
  }
}
.properties-infoWindowWrap #iw-close-btn {
  position: absolute;
  right: 20px;
  top: 7px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .properties-infoWindowWrap #iw-close-btn {
    right: 8px;
    top: 3px;
  }
}
.more-padding-bottom {
  padding-bottom: 80px;
}
/* header */
header img.logo-size {
  width: 270px;
}
header .top-menu {
  border-bottom: 1px solid #d9d9d9;
}
header .top-menu .menu-top-right {
  float: right;
  font-size: 16px;
}
header .header-left {
  padding: 0px 0;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  header .header-left {
    width: 24.58333333%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  header .header-left {
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  header .header-left {
    padding: 40px 15px;
  }
}
header .header-right {
  width: 100%;
  padding: 0px 0;
  float: right;
}
@media (min-width: 768px) {
  header .header-right {
    margin: 0;
    width: 75.41666667%;
  }
}
header .header-right .navbar {
  margin-bottom: 0;
}
header #main-top ul li a {
  color: #424243;
  font-family: 'Muli';
}
header #main-top ul li a:hover,
header #main-top ul li a:focus {
  background-color: transparent;
  color: #ebb82d;
}
header #main-top ul li.current_page_item a {
  color: #ebb82d;
}
header #main-nav .navbar-nav {
  float: right;
  text-align: center;
  font-size: 16px;
}
header #main-nav .navbar-nav ul.sub-menu {
  text-align: left;
  display: none;
  list-style-type: none;
}
header #main-nav .navbar-nav li > a {
  margin-left: 60px;
}
header #main-nav .navbar-nav li > a:hover,
header #main-nav .navbar-nav li > a:focus {
  background-color: transparent;
  color: #ebb82d;
}
header #main-nav .navbar-nav li.current_page_item a {
  color: #ebb82d;
}
header #main-nav .navbar-nav .global-underscore {
  border-bottom: 2px solid #ebb82d;
  width: 100px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
/* header */
.top-slider-wrapper {
  position: relative;
}
.top-slider-wrapper #home-top-carousel {
  height: 640px;
}
.top-slider-wrapper #home-top-carousel.owl-theme .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.top-slider-wrapper #home-top-carousel.owl-theme .owl-dots.container {
  padding-top: 80px!important;
}
@media (max-width: 480px) {
  .top-slider-wrapper #home-top-carousel.owl-theme .owl-dots.container {
    padding-top: 0px!important;
  }
}
.top-slider-wrapper #home-top-carousel.owl-theme .owl-dots .owl-dot {
  display: block;
  padding-bottom: 18px;
  text-align: right;
}
.top-slider-wrapper #home-top-carousel.owl-theme .owl-dots .owl-dot.active .dot-text-underscore {
  border-bottom: 2px solid #ebb82d;
  width: 96px;
  float: right;
}
@media (max-width: 480px) {
  .top-slider-wrapper #home-top-carousel.owl-theme .owl-dots .owl-dot.active .dot-text-underscore {
    width: 36px;
    margin-right: -3px;
  }
}
@media (max-width: 480px) {
  .top-slider-wrapper #home-top-carousel.owl-theme .owl-dots .owl-dot {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .top-slider-wrapper #home-top-carousel.owl-theme .owl-dots {
    margin-top: 30px!important;
    left: auto;
  }
}
.top-slider-wrapper #home-top-carousel .dot-text {
  font-family: 'MasqualeroW04-Black';
  font-size: 30px;
  color: #ffffff;
  margin-bottom: -7px;
}
@media (max-width: 480px) {
  .top-slider-wrapper #home-top-carousel .dot-text {
    font-size: 20px;
    padding-left: 18px;
    padding-bottom: 3px;
  }
}
@media (max-width: 1199px) {
  .top-slider-wrapper #home-top-carousel {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .top-slider-wrapper #home-top-carousel {
    max-height: 245px;
  }
}
@media (max-width: 1199px) {
  .top-slider-wrapper #home-top-carousel .owl-img {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .top-slider-wrapper #home-top-carousel .owl-img {
    max-height: 245px;
  }
}
.top-slider-wrapper #home-top-carousel .owl-item > div:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.top-slider-wrapper #home-top-carousel .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-slider-wrapper #home-top-carousel .container {
    padding-top: 100px;
  }
}
@media (min-width: 1199px) {
  .top-slider-wrapper #home-top-carousel .container {
    padding-top: 240px;
  }
}
.top-slider-wrapper #home-top-carousel .img-caption {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-slider-wrapper #home-top-carousel .img-caption {
    margin-top: 10vw;
    margin-bottom: 15px;
  }
}
.top-slider-wrapper #home-top-carousel .img-caption .home-slider-title {
  font-family: 'Muli-Bold';
  font-size: 14px;
  color: #ffffff;
  border-bottom: 2px solid #ebb82d;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .top-slider-wrapper #home-top-carousel .img-caption .home-slider-title {
    padding-bottom: 5px;
  }
}
.top-slider-wrapper #home-top-carousel .img-caption .home-slider-content {
  font-family: 'MasqualeroW04-Black';
  margin: 44px 0 5px;
  font-size: 38px;
  color: #ebb82d;
  line-height: 1.21;
  width: 55%;
}
@media (max-width: 767px) {
  .top-slider-wrapper #home-top-carousel .img-caption .home-slider-content {
    margin: 44px 0 44px;
    font-size: 35px;
    line-height: 1.21;
  }
}
@media (max-width: 615px) {
  .top-slider-wrapper #home-top-carousel .img-caption .home-slider-content {
    margin: 40px 0 20px;
    font-size: 30px;
    width: 70%;
  }
}
@media (max-width: 480px) {
  .top-slider-wrapper #home-top-carousel .img-caption .home-slider-content {
    margin: 25px 0px 16px 0;
    font-size: 24px;
    line-height: 1;
    width: 90%;
  }
}
.top-slider-wrapper #home-top-carousel .explore-more-link {
  color: #ffffff;
  font-family: 'Muli';
  font-size: 14px;
}
.top-slider-wrapper #home-top-carousel .explore-more-link:hover {
  color: #f5f5f5;
}
.top-slider-wrapper .slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #ebb82d;
}
.top-slider-wrapper .home-arrow-wrap {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .top-slider-wrapper .home-arrow-wrap {
    right: 15px;
    left: 15px;
  }
}
.top-slider-wrapper .home-arrow-wrap img.home-nav-arrow {
  width: 94px;
  position: absolute;
  bottom: -36px;
  z-index: 1;
  right: 0;
}
.top-slider-wrapper .home-arrow-wrap .home-nav-arrow-text {
  position: absolute;
  color: #4b330b;
  font-size: 20px;
  font-family: 'MasqualeroW04-Black';
  bottom: -40px;
  z-index: 1;
  right: 0;
}
@media (max-width: 480px) {
  .top-slider-wrapper .home-arrow-wrap img.home-nav-arrow {
    width: 15%;
    bottom: -18px;
    right: 5%;
  }
  .top-slider-wrapper .home-arrow-wrap .home-nav-arrow-text {
    font-size: 16px;
    bottom: -24px;
    right: 5%;
  }
}
@media (max-width: 990px) {
  #home-property {
    height: auto;
  }
}
#home-property .property-title-wrap {
  position: relative;
}
#home-property .property-title-wrap .title {
  font-size: 30px;
  margin-top: 80px;
  font-family: 'Muli-Bold';
  color: #424243;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #home-property .property-title-wrap .title {
    margin-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  #home-property .property-title-wrap .title {
    font-size: 24px;
  }
}
#home-property .content-wrap {
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #home-property .content-wrap {
    padding-top: 30px;
  }
}
#home-property .content-wrap .background-text {
  position: absolute;
  color: #f5f5f5;
  right: 0;
  top: 30px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'MasqualeroW04-Black';
  z-index: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #home-property .content-wrap .background-text {
    display: none;
  }
}
@media (max-width: 480px) {
  #home-property .content-wrap .background-text {
    top: 105px;
    font-size: 36px;
    line-height: 36px;
  }
}
#home-property .content-wrap .button-text {
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  width: 125px;
  left: 50px;
  top: 6px;
  z-index: 1;
}
#home-property .content-wrap .button-text:hover {
  color: #2a1b03;
}
#home-property .content-wrap .button-text .global-link-icon {
  margin-left: 5px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #home-property .content-wrap .button-text {
    left: auto;
    margin-left: 15px;
  }
}
#home-property .content-wrap .text-content-wrap {
  padding-bottom: 52px;
}
@media screen and (max-width: 767px) {
  #home-property .content-wrap .text-content-wrap {
    padding-bottom: 30px;
  }
}
#home-property .content-wrap .text-content-wrap .text_content {
  font-size: 14px;
  color: #424243;
  line-height: 20px;
  font-family: 'Muli';
}
@media (max-width: 768px) {
  #home-property .content-wrap .text-content-wrap {
    padding-left: 45px;
  }
}
#home-property .property-slider-wrapper {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #home-property .property-slider-wrapper {
    padding-bottom: 30px;
  }
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-image-wrap {
  position: relative;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-image-wrap:hover {
  background: black;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-image-wrap:hover .indicator-wrap {
  opacity: 1;
  z-index: 2;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-image-wrap:hover .property-image {
  opacity: 0.6;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-image-wrap .indicator-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  display: inline-table;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-image-wrap .indicator-wrap .ind-img {
  display: table;
  margin: 17px auto;
  width: 15px;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-image-wrap .indicator-wrap .ind-text {
  text-align: center;
  color: white;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-category {
  font-size: 14px;
  padding-top: 20px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
  text-transform: uppercase;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-title {
  padding-top: 22px;
  height: 90px;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-title a {
  font-size: 22px;
  color: #424243;
  font-family: 'MasqualeroW04-Black';
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-title a:hover {
  border-bottom: 2px solid currentColor;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-suburb {
  font-size: 14px;
  color: #424243;
  padding-top: 9px;
  font-family: 'Muli';
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-link {
  padding-top: 30px;
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-link .explore-more-link {
  font-size: 14px;
  color: #4b330b;
  font-family: 'Muli';
}
#home-property .property-slider-wrapper #home-property-carousel .property-info-wrap .property-link .explore-more-link:hover {
  color: #2a1b03;
}
#home-property .property-slider-wrapper #home-property-carousel .owl-img {
  position: relative;
  z-index: 1;
}
#home-property .property-slider-wrapper .draggable-bar-orig {
  border-bottom: 2px solid #d8d8d8;
  margin-top: 70px;
}
#home-property .property-slider-wrapper .draggable-bar-orig .slider-point-progress {
  max-width: 100%;
  margin-bottom: -2px;
  border-top: 2px solid #ebb82d;
  position: relative;
}
#home-property .property-slider-wrapper .draggable-bar-orig .slider-point-progress .drag-point {
  width: 16px;
  height: 16px;
  background: #ebb82d;
  position: absolute;
  top: -10px;
  cursor: -webkit-grab;
}
@media (max-width: 480px) {
  #home-property .property-slider-wrapper .draggable-bar-orig {
    display: none;
  }
}
#home-agriculture {
  height: 710px;
  background-color: #f2f2f2;
}
@media (max-width: 990px) {
  #home-agriculture {
    height: auto;
  }
}
#home-agriculture .agriculture-title-wrap {
  position: relative;
}
#home-agriculture .agriculture-title-wrap .title {
  font-size: 30px;
  margin-top: 80px;
  font-family: 'Muli-Bold';
  color: #424243;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #home-agriculture .agriculture-title-wrap .title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #home-agriculture .agriculture-title-wrap .title {
    font-size: 24px;
  }
}
#home-agriculture .agriculture-title-wrap .background-text {
  position: absolute;
  color: #ffffff;
  right: 0;
  top: 80px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'MasqualeroW04-Black';
  z-index: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #home-agriculture .agriculture-title-wrap .background-text {
    display: none;
  }
}
@media (max-width: 480px) {
  #home-agriculture .agriculture-title-wrap .background-text {
    top: 105px;
    font-size: 36px;
    line-height: 36px;
  }
}
#home-agriculture .content-wrap {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #home-agriculture .content-wrap {
    padding-top: 30px;
  }
}
#home-agriculture .content-wrap .button-text {
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  width: 125px;
  left: 50px;
  z-index: 1;
  top: 6px;
}
#home-agriculture .content-wrap .button-text:hover {
  color: #2a1b03;
}
@media (max-width: 768px) {
  #home-agriculture .content-wrap .button-text {
    left: auto;
    margin-left: 15px;
  }
}
#home-agriculture .content-wrap .text-content-wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #home-agriculture .content-wrap .text-content-wrap {
    padding-bottom: 30px;
  }
}
#home-agriculture .content-wrap .text-content-wrap .content_paragraph {
  font-size: 14px;
  color: #424243;
  line-height: 20px;
  font-family: 'Muli';
}
#home-agriculture .content-wrap .text-content-wrap .content_list {
  font-size: 14px;
  color: #424243;
  line-height: 20px;
  margin-top: 40px;
}
#home-agriculture .content-wrap .text-content-wrap .content_list ul.arg-list {
  list-style: none;
  padding-left: 0px;
}
#home-agriculture .content-wrap .text-content-wrap .content_list ul li {
  font-family: 'Muli-Bold';
  line-height: 1.43;
  margin-bottom: 10px;
}
#home-agriculture .content-wrap .text-content-wrap .content_list ul li:before {
  position: absolute;
  content: "• ";
  color: #ebb82d;
  font-size: 14px;
  left: 0;
}
@media (max-width: 480px) {
  #home-agriculture .content-wrap .text-content-wrap .content_list ul li:before {
    left: 30px;
  }
}
@media (max-width: 768px) {
  #home-agriculture .content-wrap .text-content-wrap {
    padding-left: 45px;
  }
}
#home-agriculture .content-wrap .image-content-wrap {
  position: relative;
  padding-bottom: 80px;
}
#home-agriculture .content-wrap .image-content-wrap img.image-content0 {
  position: absolute;
  left: 60px;
}
#home-agriculture .content-wrap .image-content-wrap img.image-content1 {
  position: absolute;
  top: 215px;
  right: 0;
}
@media (max-width: 990px) {
  #home-agriculture .content-wrap .image-content-wrap img.image-content0 {
    width: 80%;
  }
  #home-agriculture .content-wrap .image-content-wrap img.image-content1 {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #home-agriculture .content-wrap .image-content-wrap img.image-content0 {
    position: initial;
  }
  #home-agriculture .content-wrap .image-content-wrap img.image-content1 {
    right: 15px;
  }
}
#home-community {
  height: 720px;
}
@media (max-width: 768px) {
  #home-community {
    height: auto;
  }
}
#home-community .community-title-wrap {
  position: relative;
}
#home-community .community-title-wrap .title {
  font-size: 30px;
  padding-top: 80px;
  font-family: 'Muli-Bold';
  color: #424243;
}
@media screen and (max-width: 767px) {
  #home-community .community-title-wrap .title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #home-community .community-title-wrap .title {
    font-size: 24px;
  }
}
#home-community .community-title-wrap .background-text {
  position: absolute;
  color: #f5f5f5;
  right: 0;
  top: 80px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'MasqualeroW04-Black';
  z-index: -1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #home-community .community-title-wrap .background-text {
    display: none;
  }
}
@media (max-width: 480px) {
  #home-community .community-title-wrap .background-text {
    top: 105px;
    font-size: 36px;
    line-height: 36px;
  }
}
#home-community .image-content-wrap {
  padding-top: 74px;
  padding-bottom: 60px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #home-community .image-content-wrap {
    padding: 30px 0;
  }
}
#home-community .image-content-wrap .image-content-no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  #home-community .image-content-wrap {
    text-align: center;
  }
}
#home-community .image-content-wrap .text-content {
  left: -30px;
  border: 10px solid #ebb82d;
  padding: 30px 20px 30px 20px;
  position: absolute;
  width: 300px;
  top: 120px;
  line-height: 20px;
  font-family: 'Muli';
}
#home-community .image-content-wrap .text-content .button-text {
  padding-top: 70px;
}
#home-community .image-content-wrap .text-content .button-text:hover {
  color: #2a1b03;
}
@media (max-width: 1024px) {
  #home-community .image-content-wrap .text-content {
    width: 280px;
  }
}
@media (max-width: 990px) {
  #home-community .image-content-wrap .text-content {
    width: 220px;
  }
}
@media (max-width: 768px) {
  #home-community .image-content-wrap .text-content {
    position: initial;
    width: 300px;
    margin: 0 auto;
    margin: 150px 0 60px -130px;
  }
}
@media (max-width: 480px) {
  #home-community .image-content-wrap .text-content {
    margin: 0 auto;
  }
}
#home-media {
  height: 455px;
  background-color: #f2f2f2;
}
@media (max-width: 990px) {
  #home-media {
    height: auto;
  }
}
#home-media .home-media-content-wrap {
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #home-media .home-media-content-wrap {
    padding: 30px 0;
  }
}
#home-media .home-media-content-wrap .media-info-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  #home-media .home-media-content-wrap .media-info-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #home-media .home-media-content-wrap .media-info-wrap:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #dcdcdc;
  }
}
#home-media .home-media-content-wrap .media-category {
  font-size: 14px;
  color: #ebb82d;
  font-family: 'Muli-Bold';
}
#home-media .home-media-content-wrap .media-category .media-date {
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #6d6d70;
}
#home-media .home-media-content-wrap .media-title {
  padding-top: 12px;
  height: 100px;
}
#home-media .home-media-content-wrap .media-title a {
  font-size: 22px;
  line-height: 26px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
}
#home-media .home-media-content-wrap .media-title a:hover {
  text-decoration: underline;
}
#home-media .home-media-content-wrap .button-text {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #home-media .home-media-content-wrap .button-text {
    padding-top: 15px;
  }
}
#home-media .home-media-content-wrap .button-text:hover {
  color: #2a1b03;
}
#home-media .media-title-wrap {
  position: relative;
}
#home-media .media-title-wrap .title {
  font-size: 30px;
  margin-top: 80px;
  font-family: 'Muli-Bold';
  color: #424243;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #home-media .media-title-wrap .title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #home-media .media-title-wrap .title {
    font-size: 24px;
  }
}
#home-media .media-title-wrap .background-text {
  position: absolute;
  color: #ffffff;
  right: 0;
  top: 80px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'MasqualeroW04-Black';
  z-index: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #home-media .media-title-wrap .background-text {
    display: none;
  }
}
@media (max-width: 480px) {
  #home-media .media-title-wrap .background-text {
    top: 105px;
    font-size: 36px;
    line-height: 36px;
  }
}
#home-media .content-wrap {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
#home-media .content-wrap .button-text {
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  width: 125px;
  left: 50px;
  z-index: 1;
}
@media (max-width: 768px) {
  #home-media .content-wrap .button-text {
    left: auto;
    margin-left: 15px;
  }
}
#home-media .content-wrap .text-content-wrap {
  padding-bottom: 60px;
}
#home-media .content-wrap .text-content-wrap .text_content {
  font-size: 14px;
  color: #424243;
  line-height: 20px;
  font-family: 'Muli';
}
@media (max-width: 768px) {
  #home-media .content-wrap .text-content-wrap {
    padding-left: 45px;
  }
}
#mailing-list {
  height: 285px;
  background-color: #dcdcdc;
}
@media (max-width: 768px) {
  #mailing-list {
    height: auto;
  }
}
#mailing-list .mailing-title {
  color: #424243;
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #mailing-list .mailing-title {
    padding-top: 30px;
  }
}
#mailing-list .mailing-content {
  color: #424243;
  font-size: 14px;
  font-family: 'Muli';
  padding-bottom: 15px;
}
#mailing-list .form-margin-bottom {
  margin-bottom: 30px;
}
#mailing-list .form-margin-bottom .mailing-form .input-field-inline {
  float: right;
  text-align: right;
  display: flex;
}
#mailing-list .form-margin-bottom .mailing-form .input-field-inline .wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: 25px;
}
#mailing-list .form-margin-bottom .mailing-form .input-field-inline .wpcf7-form-control-wrap.first-name,
#mailing-list .form-margin-bottom .mailing-form .input-field-inline .wpcf7-form-control-wrap.last-name {
  width: 25%;
}
@media (max-width: 1199px) {
  #mailing-list .form-margin-bottom .mailing-form .input-field-inline .wpcf7-form-control-wrap.email-address {
    width: 25%;
  }
}
@media (max-width: 480px) {
  #mailing-list .form-margin-bottom .mailing-form .input-field-inline .wpcf7-form-control-wrap.first-name,
  #mailing-list .form-margin-bottom .mailing-form .input-field-inline .wpcf7-form-control-wrap.last-name,
  #mailing-list .form-margin-bottom .mailing-form .input-field-inline .wpcf7-form-control-wrap.email-address {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #mailing-list .form-margin-bottom .mailing-form .input-field-inline .wpcf7-form-control-wrap {
    margin-left: 0;
  }
}
#mailing-list .form-margin-bottom .mailing-form .input-field-inline input[type="text"],
#mailing-list .form-margin-bottom .mailing-form .input-field-inline input[type="email"] {
  color: #424243;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0;
  padding: 6px 0;
}
@media (max-width: 480px) {
  #mailing-list .form-margin-bottom .mailing-form .input-field-inline input[type="text"],
  #mailing-list .form-margin-bottom .mailing-form .input-field-inline input[type="email"] {
    margin-bottom: 11px;
  }
}
#mailing-list .form-margin-bottom .mailing-form .input-field-inline span.wpcf7-not-valid-tip {
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
  padding-top: 5px;
  display: table;
}
@media (max-width: 1199px) {
  #mailing-list .form-margin-bottom .mailing-form .input-field-inline {
    text-align: right;
    display: block;
  }
}
#mailing-list .form-margin-bottom .mailing-form .hint-text {
  float: left;
  padding-top: 22px;
  font-size: 12px;
  font-family: 'Muli';
  padding-left: 29px;
  color: #ebb82d;
}
@media (max-width: 480px) {
  #mailing-list .form-margin-bottom .mailing-form .hint-text {
    padding-left: 0px;
  }
}
#mailing-list .form-margin-bottom .mailing-form .submit-wrap {
  float: right;
}
#mailing-list .form-margin-bottom .mailing-form .submit-wrap .ajax-loader {
  margin: 25px 0 0 0;
  float: right;
  position: absolute;
}
@media (max-width: 480px) {
  #mailing-list .form-margin-bottom .mailing-form .submit-wrap .ajax-loader {
    margin-top: 23px;
  }
}
#mailing-list .form-margin-bottom .mailing-form .submit-wrap .submit-field {
  border: 0;
  background: transparent;
  margin-top: 20px;
  font-family: 'Muli';
  vertical-align: bottom;
  padding-right: 5px;
}
#mailing-list .form-margin-bottom .mailing-form .submit-wrap:hover .submit-field {
  color: #2a1b03;
}
#mailing-list .form-margin-bottom .mailing-form .submit-wrap .global-link-icon {
  margin-left: 0px;
  vertical-align: middle;
}
#mailing-list .form-margin-bottom .mailing-form .wpcf7-validation-errors {
  border: 0;
  padding-top: 100px;
  text-align: left;
  padding-left: 30px;
  color: #f00;
  margin: 0;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  #mailing-list .form-margin-bottom .mailing-form .wpcf7-validation-errors {
    padding-top: 250px;
    padding-left: 0;
    margin-top: 20px;
    margin-left: 0;
  }
}
#mailing-list .form-margin-bottom .mailing-form .wpcf7-mail-sent-ok {
  border: 0;
  margin: 0;
  padding-top: 80px;
  color: #398f14;
  padding-left: 30px;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  #mailing-list .form-margin-bottom .mailing-form .wpcf7-mail-sent-ok {
    padding-top: 200px;
    padding-left: 0;
  }
}
#property-list .property_title {
  padding-top: 40px;
  font-size: 30px;
  color: #424243;
  font-family: 'Muli-Bold';
}
@media screen and (max-width: 480px) {
  #property-list .property_title {
    font-size: 24px;
  }
}
#property-list .content-wrap {
  position: relative;
}
#property-list .content-wrap .background-text {
  position: absolute;
  color: #f5f5f5;
  right: 0;
  top: 60px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'MasqualeroW04-Black';
  z-index: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #property-list .content-wrap .background-text {
    display: none;
  }
}
@media (max-width: 480px) {
  #property-list .content-wrap .background-text {
    top: 105px;
    font-size: 36px;
    line-height: 36px;
  }
}
#property-list .property_content {
  font-size: 'Muli';
  color: #424243;
  padding-top: 25px;
  line-height: 20px;
}
#property-list .filter-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  #property-list .filter-wrap {
    padding-bottom: 20px;
  }
}
#property-list .filter-wrap .property_type_filter {
  font-size: 14px;
  font-family: 'Muli';
  padding-bottom: 26px;
}
#property-list .filter-wrap .property_type_filter .type-text {
  padding-bottom: 26px;
  font-family: 'Muli-Bold';
}
#property-list .filter-wrap .property_type_filter .ul_filter {
  padding-left: 0;
}
#property-list .filter-wrap .property_type_filter .ul_filter li {
  position: relative;
  display: inline-block;
  margin-right: 80px;
  padding-bottom: 5px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #property-list .filter-wrap .property_type_filter .ul_filter li {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
#property-list .filter-wrap .property_type_filter .ul_filter li.type-filter:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #ebb82d;
  left: 0;
  bottom: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
#property-list .filter-wrap .property_type_filter .ul_filter li.type-filter.active,
#property-list .filter-wrap .property_type_filter .ul_filter li.type-filter:hover {
  color: #ebb82d;
}
#property-list .filter-wrap .property_type_filter .ul_filter li.type-filter.active:after,
#property-list .filter-wrap .property_type_filter .ul_filter li.type-filter:hover:after {
  width: 100%;
}
#property-list .filter-wrap .property_stage_filter {
  font-size: 14px;
  font-family: 'Muli';
}
#property-list .filter-wrap .property_stage_filter .stage-text {
  padding-bottom: 26px;
  font-family: 'Muli-Bold';
}
#property-list .filter-wrap .property_stage_filter .ul_filter {
  padding-left: 0;
}
#property-list .filter-wrap .property_stage_filter .ul_filter li {
  position: relative;
  display: inline-block;
  margin-right: 80px;
  padding-bottom: 5px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #property-list .filter-wrap .property_stage_filter .ul_filter li {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
#property-list .filter-wrap .property_stage_filter .ul_filter li.stage-filter:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #ebb82d;
  left: 0;
  bottom: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
#property-list .filter-wrap .property_stage_filter .ul_filter li.stage-filter.active,
#property-list .filter-wrap .property_stage_filter .ul_filter li.stage-filter:hover {
  color: #ebb82d;
}
#property-list .filter-wrap .property_stage_filter .ul_filter li.stage-filter.active:after,
#property-list .filter-wrap .property_stage_filter .ul_filter li.stage-filter:hover:after {
  width: 100%;
}
#property-list .control-outer-wrap {
  padding-bottom: 30px;
}
#property-list .control-outer-wrap .property-control .totoal-properties {
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #424243;
}
@media (max-width: 480px) {
  #property-list .control-outer-wrap .property-control .totoal-properties {
    padding-bottom: 10px;
  }
}
#property-list .control-outer-wrap .property-control .controls-wrapper {
  right: -28px;
  text-align: right;
}
@media (max-width: 480px) {
  #property-list .control-outer-wrap .property-control .controls-wrapper {
    right: auto;
    text-align: left;
  }
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0;
  right: -30px;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-grid {
  cursor: pointer;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-grid.active li .grid-control-icon {
  background-image: url(images/yuhu-grid-view-selected@2x.png);
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-grid.active li .grid-color {
  color: #ebb82d;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-grid:hover li .grid-control-icon {
  background-image: url(images/yuhu-grid-view-selected@2x.png);
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-grid:hover .grid-color {
  color: #ebb82d;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-map {
  cursor: pointer;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-map.active li .map-control-icon {
  background-image: url(images/yuhu-map-view-selected@2x.png);
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-map.active li .map-color {
  color: #ebb82d;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-map:hover li .map-control-icon {
  background-image: url(images/yuhu-map-view-selected@2x.png);
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap.control-map:hover .map-color {
  color: #ebb82d;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap li {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 30px;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap li .grid-control-icon {
  background-image: url(images/yuhu-grid-view@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap li .grid-color {
  font-family: 'Muli-Bold';
  margin-left: -25px;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap li .map-control-icon {
  background-image: url(images/yuhu-map-view@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 26px;
}
#property-list .control-outer-wrap .property-control .controls-wrapper .control-wrap li .map-color {
  font-family: 'Muli-Bold';
  margin-left: -25px;
}
#property-list .properties-wrap {
  padding-bottom: 30px;
  position: relative;
}
#property-list .properties-wrap .grid-show counts {
  display: none;
}
#property-list .properties-wrap .grid-show .property-info-wrap {
  padding-bottom: 33px;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-image-wrap {
  position: relative;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-image-wrap:hover {
  background: black;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-image-wrap:hover .indicator-wrap {
  opacity: 1;
  z-index: 1;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-image-wrap:hover .property-image {
  opacity: 0.6;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-image-wrap .indicator-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  display: inline-table;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-image-wrap .indicator-wrap .ind-img {
  display: table;
  margin: 17px auto;
  width: 15px;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-image-wrap .indicator-wrap .ind-text {
  text-align: center;
  color: white;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-category {
  font-size: 14px;
  padding-top: 20px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
  text-transform: uppercase;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-title {
  padding-top: 22px;
  height: 90px;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-title a {
  font-size: 22px;
  color: #424243;
  font-family: 'MasqualeroW04-Black';
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-title a:hover {
  border-bottom: 2px solid currentColor;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-suburb {
  font-size: 14px;
  color: #424243;
  padding-top: 9px;
  font-family: 'Muli';
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-link {
  padding-top: 30px;
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-link .explore-more-link {
  font-size: 14px;
  color: #4b330b;
  font-family: 'Muli';
}
#property-list .properties-wrap .grid-show .property-info-wrap .property-link .explore-more-link:hover {
  color: #2a1b03;
}
#property-list .properties-wrap .grid-show .load-more-wrap {
  padding-bottom: 80px;
  text-align: center;
}
#property-list .properties-wrap .grid-show .load-more-wrap .load-more {
  font-size: 16px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
}
#property-list .properties-wrap .grid-show .load-more-wrap .load-more:hover {
  border-bottom: 2px solid #ebb82d;
  cursor: pointer;
}
#property-list .properties-wrap .map-show {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
#property-list .properties-wrap .map-show #properties_map,
#property-list .properties-wrap .map-show #map {
  height: 700px;
}
@media (max-width: 480px) {
  #property-list .properties-wrap .map-show #properties_map,
  #property-list .properties-wrap .map-show #map {
    height: 350px;
  }
}
.single-properties #single-property-top-carousel {
  height: 640px;
}
@media (max-width: 1199px) {
  .single-properties #single-property-top-carousel {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .single-properties #single-property-top-carousel {
    max-height: 55vw;
  }
}
@media (max-width: 1199px) {
  .single-properties #single-property-top-carousel .owl-img {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .single-properties #single-property-top-carousel .owl-img {
    max-height: 55vw;
  }
}
.single-properties .logo-wrap {
  position: absolute;
  bottom: 360px;
  z-index: 1;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .single-properties .logo-wrap {
    bottom: 311px;
  }
}
@media (max-width: 768px) {
  .single-properties .logo-wrap {
    bottom: 278px;
  }
}
.single-properties .owl-nav.container {
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  bottom: 0;
}
.single-properties .owl-nav img.property-logo {
  float: left;
  margin-top: 4px;
}
@media (max-width: 480px) {
  .single-properties .owl-nav img.property-logo {
    display: none;
    width: 50%;
    margin-top: 46px;
  }
}
.single-properties .owl-nav .slider-count {
  color: #424243;
  font-size: 14px;
  font-family: 'Muli';
  background: #ffffff;
  padding: 10px 0px;
  display: inline-block;
}
.single-properties .owl-nav .fa-chevron-left:hover {
  color: #f3cf6e;
}
.single-properties .owl-nav .fa-chevron-right:hover {
  color: #f3cf6e;
}
.single-properties .owl-theme .owl-nav [class*=owl-] {
  color: #ebb82d;
  font-size: 14px;
  padding: 10px 19px;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  margin: 92px 0 0 0;
}
.single-properties .top-block {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .single-properties .top-block {
    padding-top: 20px;
  }
}
.single-properties .top-block .property-mobile-padding-top {
  padding-top: 30px;
}
.single-properties .top-block .single-title {
  font-size: 30px;
  font-family: 'Muli-Bold';
  line-height: 26px;
  color: #424243;
}
@media (max-width: 480px) {
  .single-properties .top-block .single-title {
    line-height: 32px;
  }
}
.single-properties .top-block .single-content {
  padding-top: 40px;
  font-size: 14px;
  font-family: 'Muli';
  line-height: 20px;
  color: #424243;
}
@media (max-width: 480px) {
  .single-properties .top-block .single-content {
    padding-top: 20px;
  }
}
.single-properties .top-block .link-wrap {
  padding-top: 38px;
}
.single-properties .top-block .link-wrap ul.link-collection {
  list-style-type: none;
  padding-left: 0px;
}
.single-properties .top-block .link-wrap ul.link-collection li {
  display: inline;
  padding-right: 86px;
}
.single-properties .top-block .link-wrap ul.link-collection li a {
  font-size: 14px;
  font-family: 'Muli';
}
.single-properties .top-block .link-wrap ul.link-collection li a:hover {
  color: #2a1b03;
}
.single-properties .top-block #property_map {
  height: 342px;
  margin-top: 80px;
}
.single-properties .top-block .mailing-form {
  padding-top: 76px;
  padding-bottom: 160px;
}
@media (max-width: 480px) {
  .single-properties .top-block .mailing-form {
    padding-bottom: 40px;
  }
}
.single-properties .top-block .mailing-form .form-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
}
.single-properties .top-block .mailing-form input[type="text"],
.single-properties .top-block .mailing-form input[type="email"],
.single-properties .top-block .mailing-form input[type="tel"],
.single-properties .top-block .mailing-form textarea {
  font-size: 14px;
  font-family: 'Muli';
  color: #424243;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0;
  padding: 6px 0;
}
.single-properties .top-block .mailing-form .hint-text {
  font-size: 12px;
  font-family: 'Muli';
  padding-top: 21px;
  float: left;
  color: #ebb82d;
}
.single-properties .top-block .mailing-form .submit-wrap {
  float: right;
}
.single-properties .top-block .mailing-form .submit-wrap .ajax-loader {
  margin: 25px 0 0 0;
  float: right;
  position: absolute;
}
@media (max-width: 480px) {
  .single-properties .top-block .mailing-form .submit-wrap .ajax-loader {
    margin-top: 23px;
  }
}
.single-properties .top-block .mailing-form .submit-wrap .submit-field {
  border: 0;
  background: transparent;
  margin-top: 20px;
  color: #4b330b;
  font-family: 'Muli';
  vertical-align: bottom;
  padding-right: 5px;
}
.single-properties .top-block .mailing-form .submit-wrap:hover .submit-field {
  color: #2a1b03;
}
.single-properties .top-block .mailing-form .more-padding {
  padding-top: 30px;
}
.single-properties .top-block .mailing-form .wpcf7-validation-errors {
  border: 0;
  padding-top: 20px;
  text-align: left;
  padding-left: 0px;
  color: #f00;
  margin: 0;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .single-properties .top-block .mailing-form .wpcf7-validation-errors {
    padding-left: 0;
    margin-left: 0;
  }
}
.single-properties .top-block .mailing-form .wpcf7-mail-sent-ok {
  border: 0;
  margin: 0;
  padding-top: 20px;
  color: #398f14;
  padding-left: 0px;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .single-properties .top-block .mailing-form .wpcf7-mail-sent-ok {
    padding-left: 0;
  }
}
.single-properties .single-video-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
}
.single-properties .single-video {
  position: relative;
  margin-top: 17px;
}
.single-properties .single-video .video-play-icon,
.single-properties .single-video .video-play-icon-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.single-properties .single-video .video-play-icon-hover {
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
.single-properties .single-video:hover .video-play-icon-hover {
  opacity: 1;
}
.single-properties .single-property-title {
  padding-top: 40px;
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #2a1b03;
}
.single-properties .info-outer-wrap {
  padding-top: 20px;
}
.single-properties .info-outer-wrap .info-wrap {
  padding-bottom: 30px;
}
.single-properties .info-outer-wrap .info-wrap .info-caption {
  font-family: 'Muli';
  font-size: 14px;
  color: #424243;
}
.single-properties .info-outer-wrap .info-wrap .info-data {
  font-family: 'Muli-Bold';
  font-size: 14px;
  color: #ebb82d;
  padding-top: 7px;
}
.single-properties .info-outer-wrap .info-wrap .info-data2 {
  font-family: 'Muli-Bold';
  font-size: 14px;
  color: #ebb82d;
  padding-top: 1px;
}
.single-properties .contact-outer-wrap {
  padding-top: 18px;
}
.single-properties .contact-outer-wrap .contact-logo-wrap {
  padding-bottom: 17px;
}
.single-properties .contact-outer-wrap .contact-logo-wrap .contact-logo-size {
  width: 137px;
}
.single-properties .contact-outer-wrap .contact-wrap {
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #424243;
  padding-bottom: 6px;
}
.single-properties .contact-outer-wrap .contact-wrap2 {
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #424243;
  padding-bottom: 0px;
}
.single-properties .project-outer-wrap {
  padding-bottom: 30px;
}
.single-properties .project-outer-wrap .media-category {
  padding-top: 23px;
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
}
.single-properties .project-outer-wrap .media-date {
  color: #424243;
  font-family: 'Muli-Bold';
  padding-left: 9px;
}
.single-properties .project-outer-wrap .media-title {
  padding-top: 12px;
  padding-bottom: 30px;
}
.single-properties .project-outer-wrap .media-title a {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
  line-height: 26px;
}
.single-properties .project-outer-wrap .media-title a:hover {
  text-decoration: underline;
}
.single-properties .project-outer-wrap .project-link a:hover {
  color: #2a1b03;
}
.single-properties #home-property {
  background-color: #f2f2f2;
}
.single-properties #home-property .property-link2 {
  padding-top: 90px;
  text-align: right;
}
@media (max-width: 480px) {
  .single-properties #home-property .property-link2 {
    padding-top: 20px;
    text-align: left;
  }
}
.single-properties #home-property .property-link2 a {
  font-size: 14px;
  color: #4b330b;
  font-family: 'Muli';
}
.single-properties #home-property .property-link2:hover a {
  color: #2a1b03;
}
.single-properties #home-property .property-slider-wrapper {
  padding-top: 40px;
}
.page-template-default .page-content {
  padding-top: 30px;
}
.page-template-default .page-content .single-title {
  font-size: 30px;
  font-family: 'Muli-Bold';
  line-height: 26px;
  color: #424243;
}
.page-template-default .page-content .single-content {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: 'Muli';
  line-height: 20px;
  color: #424243;
}
.page-template-default .page-content .more-padding-top {
  padding-top: 10px;
}
.page-template-page-contacts .top-banner {
  height: 500px;
}
@media (max-width: 480px) {
  .page-template-page-contacts .top-banner {
    height: 250px;
  }
}
.page-template-page-contacts .top-block {
  padding-top: 40px;
  padding-bottom: 80px;
}
.page-template-page-contacts .top-block .single-title {
  font-size: 30px;
  font-family: 'Muli-Bold';
  line-height: 26px;
  color: #424243;
}
@media screen and (max-width: 480px) {
  .page-template-page-contacts .top-block .single-title {
    font-size: 24px;
  }
}
.page-template-page-contacts .top-block .single-content {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: 'Muli';
  line-height: 20px;
  color: #424243;
}
.page-template-page-contacts .top-block .single-content.single-content.shorten {
  max-height: 130px;
  overflow: hidden;
}
.page-template-page-contacts .top-block .more-pading-bottom {
  padding-bottom: 80px;
}
.page-template-page-contacts .top-block .contact-info-subtitle {
  font-size: 14px;
  font-family: 'Muli';
  color: #424243;
  padding-top: 28px;
  padding-bottom: 10px;
}
.page-template-page-contacts .top-block .contact-info-content {
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
}
.page-template-page-contacts .top-block .contact-info-contentP {
  color: #424243;
  font-family: 'Muli-Bold';
}
.page-template-page-contacts .top-block .mailing-form {
  padding-bottom: 80px;
}
.page-template-page-contacts .top-block .mailing-form .form-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
}
.page-template-page-contacts .top-block .mailing-form input[type="text"],
.page-template-page-contacts .top-block .mailing-form input[type="email"],
.page-template-page-contacts .top-block .mailing-form input[type="tel"],
.page-template-page-contacts .top-block .mailing-form textarea {
  font-size: 14px;
  font-family: 'Muli';
  color: #424243;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0;
  padding: 6px 0;
}
.page-template-page-contacts .top-block .mailing-form select {
  background: transparent;
  width: 100%;
  padding: 8px 0 5px 0px;
  font-size: 14px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/yuhu-arrow-down.png) 100% no-repeat;
  border-bottom: 1px solid #b6b6b6;
  font-family: 'Muli';
  color: #424243;
  border-radius: 0;
}
.page-template-page-contacts .top-block .mailing-form select option:first {
  color: #999;
}
.page-template-page-contacts .top-block .mailing-form .hint-text {
  font-size: 12px;
  font-family: 'Muli';
  padding-top: 21px;
  float: left;
  color: #ebb82d;
}
.page-template-page-contacts .top-block .mailing-form .submit-wrap {
  float: right;
}
.page-template-page-contacts .top-block .mailing-form .submit-wrap .ajax-loader {
  margin: 25px 0 0 0;
  float: right;
  position: absolute;
}
@media (max-width: 480px) {
  .page-template-page-contacts .top-block .mailing-form .submit-wrap .ajax-loader {
    margin-top: 23px;
  }
}
.page-template-page-contacts .top-block .mailing-form .submit-wrap .submit-field {
  border: 0;
  background: transparent;
  margin-top: 20px;
  color: #4b330b;
  font-family: 'Muli';
  vertical-align: bottom;
  padding-right: 5px;
}
.page-template-page-contacts .top-block .mailing-form .submit-wrap .submit-field .global-link-icon {
  margin-left: 5px;
  vertical-align: middle;
}
.page-template-page-contacts .top-block .mailing-form .submit-wrap:hover .submit-field {
  color: #2a1b03;
}
.page-template-page-contacts .top-block .mailing-form .more-padding {
  padding-top: 30px;
}
.page-template-page-contacts .top-block .mailing-form .wpcf7-validation-errors {
  border: 0;
  padding-top: 20px;
  text-align: left;
  padding-left: 0px;
  color: #f00;
  margin: 0;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .page-template-page-contacts .top-block .mailing-form .wpcf7-validation-errors {
    padding-left: 0;
    margin-left: 0;
  }
}
.page-template-page-contacts .top-block .mailing-form .wpcf7-mail-sent-ok {
  border: 0;
  margin: 0;
  padding-top: 20px;
  color: #398f14;
  padding-left: 0px;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .page-template-page-contacts .top-block .mailing-form .wpcf7-mail-sent-ok {
    padding-left: 0;
  }
}
.page-template-page-contacts .top-block #property_map {
  height: 700px;
}
@media (max-width: 480px) {
  .page-template-page-contacts .top-block #property_map {
    height: 350px;
  }
}
.page-template-page-careers .top-banner {
  height: 500px;
}
@media (max-width: 480px) {
  .page-template-page-careers .top-banner {
    height: 250px;
  }
}
.page-template-page-careers .top-block {
  padding-top: 40px;
}
.page-template-page-careers .top-block .single-title {
  font-size: 30px;
  font-family: 'Muli-Bold';
  line-height: 26px;
  color: #424243;
}
@media screen and (max-width: 480px) {
  .page-template-page-careers .top-block .single-title {
    font-size: 24px;
  }
}
.page-template-page-careers .top-block .single-subtitle {
  padding-top: 20px;
  color: #424243;
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
}
.page-template-page-careers .top-block .single-content {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 14px;
  font-family: 'Muli';
  line-height: 20px;
  color: #424243;
}
.page-template-page-careers .top-block .single-content.single-content.shorten {
  max-height: 130px;
  overflow: hidden;
}
.page-template-page-careers .top-block .portrate-img {
  padding-top: 20px;
}
.page-template-page-careers .top-block .single-property-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #2a1b03;
}
.page-template-page-careers .top-block .project-outer-wrap {
  padding-bottom: 30px;
}
.page-template-page-careers .top-block .project-outer-wrap .media-category {
  padding-top: 23px;
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
  text-transform: uppercase;
}
.page-template-page-careers .top-block .project-outer-wrap .media-date {
  color: #424243;
  font-family: 'Muli-Bold';
  padding-left: 9px;
}
.page-template-page-careers .top-block .project-outer-wrap .media-title {
  padding-top: 12px;
  padding-bottom: 30px;
}
.page-template-page-careers .top-block .project-outer-wrap .media-title a {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
  line-height: 26px;
}
.page-template-page-careers .top-block .project-outer-wrap .media-title a:hover {
  text-decoration: underline;
}
.page-template-page-careers .top-block .project-outer-wrap .project-link a:hover {
  color: #2a1b03;
}
.page-template-page-careers .top-block .agriculture-bg-wrap {
  margin-top: 50px;
  position: relative;
}
.page-template-page-careers .top-block .agriculture-bg-wrap .agriculture-text-wrap .title {
  position: absolute;
  top: 25px;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Muli-Bold';
  left: 30px;
}
.page-template-page-careers .top-block .agriculture-bg-wrap .agriculture-text-wrap .explore-more-link {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  font-size: 14px;
  font-family: 'Muli';
  color: #ffffff;
  left: 30px;
}
.page-template-page-careers .top-block .agriculture-bg-wrap .agriculture-text-wrap .explore-more-link:hover {
  color: #f5f5f5;
}
.page-template-page-careers .top-block .community-bg-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.page-template-page-careers .top-block .community-bg-wrap .community-text-wrap .title {
  position: absolute;
  top: 25px;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Muli-Bold';
  left: 30px;
}
.page-template-page-careers .top-block .community-bg-wrap .community-text-wrap .explore-more-link {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  font-size: 14px;
  font-family: 'Muli';
  color: #ffffff;
  left: 30px;
}
.page-template-page-careers .top-block .community-bg-wrap .community-text-wrap .explore-more-link:hover {
  color: #f5f5f5;
}
.page-template-page-careers .top-block .single-property-subtitle {
  padding-top: 30px;
}
.page-template-page-careers .top-block .mailing-form {
  padding-bottom: 160px;
}
.page-template-page-careers .top-block .mailing-form .form-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
}
.page-template-page-careers .top-block .mailing-form input[type="text"],
.page-template-page-careers .top-block .mailing-form input[type="email"],
.page-template-page-careers .top-block .mailing-form input[type="tel"],
.page-template-page-careers .top-block .mailing-form textarea {
  font-size: 14px;
  font-family: 'Muli';
  color: #424243;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0;
  padding: 6px 0;
}
.page-template-page-careers .top-block .mailing-form select {
  background: transparent;
  width: 100%;
  padding: 8px 0 5px 0px;
  font-size: 14px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/yuhu-arrow-down.png) 100% no-repeat;
  border-bottom: 1px solid #b6b6b6;
  font-family: 'Muli';
  color: #424243;
  border-radius: 0;
}
.page-template-page-careers .top-block .mailing-form select option:first {
  color: #999;
}
.page-template-page-careers .top-block .mailing-form .fileUpload {
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #6d6d70;
  margin: 0 auto;
  color: #6d6d70;
  line-height: 30px;
  padding-top: 10px;
  font-size: 14px;
  background: url(images/yuhu-upload-icon.png) 100% no-repeat;
}
.page-template-page-careers .top-block .mailing-form .placeholder-resume,
.page-template-page-careers .top-block .mailing-form .placeholder-cover-letter {
  position: absolute;
}
.page-template-page-careers .top-block .mailing-form .wpcf7-file {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%!important;
}
.page-template-page-careers .top-block .mailing-form .cover-letter .wpcf7-list-item {
  margin: 0;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .page-template-page-careers .top-block .mailing-form .cover-letter .wpcf7-list-item {
    padding-right: 0px;
  }
  .page-template-page-careers .top-block .mailing-form .cover-letter .wpcf7-list-item.last {
    float: right;
  }
}
.page-template-page-careers .top-block .mailing-form .resume-file .wpcf7-not-valid-tip,
.page-template-page-careers .top-block .mailing-form .cover-letter-file .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 9999999999999;
  left: 0;
  right: 0;
  width: 100vw;
  top: -49px;
}
.page-template-page-careers .top-block .mailing-form span.wpcf7-list-item {
  margin: 0;
}
.page-template-page-careers .top-block .mailing-form .hint-text {
  font-size: 12px;
  font-family: 'Muli';
  padding-top: 40px;
  float: left;
  color: #ebb82d;
}
.page-template-page-careers .top-block .mailing-form .submit-wrap {
  float: right;
}
.page-template-page-careers .top-block .mailing-form .submit-wrap .ajax-loader {
  margin: 45px 0 0 0;
  float: right;
  position: absolute;
}
@media (max-width: 480px) {
  .page-template-page-careers .top-block .mailing-form .submit-wrap .ajax-loader {
    margin-top: 43px;
  }
}
.page-template-page-careers .top-block .mailing-form .submit-wrap .submit-field {
  border: 0;
  background: transparent;
  margin-top: 40px;
  color: #4b330b;
  font-family: 'Muli';
  vertical-align: bottom;
  padding-right: 5px;
}
.page-template-page-careers .top-block .mailing-form .submit-wrap:hover .submit-field {
  color: #2a1b03;
}
.page-template-page-careers .top-block .mailing-form .submit-wrap .svg-wrap {
  float: right;
  margin-top: 45px;
}
.page-template-page-careers .top-block .mailing-form .more-padding {
  padding-top: 30px;
}
.page-template-page-careers .top-block .mailing-form .wpcf7-validation-errors {
  border: 0;
  padding-top: 20px;
  text-align: left;
  padding-left: 0px;
  color: #f00;
  margin: 0;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .page-template-page-careers .top-block .mailing-form .wpcf7-validation-errors {
    padding-left: 0;
    margin-left: 0;
  }
}
.page-template-page-careers .top-block .mailing-form .wpcf7-mail-sent-ok {
  border: 0;
  margin: 0;
  padding-top: 20px;
  color: #398f14;
  padding-left: 0px;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .page-template-page-careers .top-block .mailing-form .wpcf7-mail-sent-ok {
    padding-left: 0;
  }
}
.page-template-page-careers #home-property {
  background-color: #f2f2f2;
}
.page-template-page-careers #home-property .property-link2 {
  padding-top: 90px;
  text-align: right;
}
@media (max-width: 480px) {
  .page-template-page-careers #home-property .property-link2 {
    padding-top: 20px;
    text-align: left;
  }
}
.page-template-page-careers #home-property .property-link2 a {
  font-size: 14px;
  color: #4b330b;
  font-family: 'Muli';
}
.page-template-page-careers #home-property .property-link2:hover a {
  color: #2a1b03;
}
.page-template-page-careers #home-property .property-slider-wrapper {
  padding-top: 40px;
}
.page-template-page-about .top-banner {
  height: 500px;
}
@media (max-width: 480px) {
  .page-template-page-about .top-banner {
    height: 250px;
  }
}
.page-template-page-about .top-block {
  padding-top: 40px;
}
.page-template-page-about .top-block .single-title {
  font-size: 30px;
  font-family: 'Muli-Bold';
  line-height: 26px;
  color: #424243;
}
@media screen and (max-width: 480px) {
  .page-template-page-about .top-block .single-title {
    font-size: 24px;
  }
}
.page-template-page-about .top-block .single-subtitle {
  padding-top: 20px;
  color: #424243;
  font-size: 18px;
  font-family: 'MasqualeroW04-Black';
}
.page-template-page-about .top-block .single-content {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 14px;
  font-family: 'Muli';
  line-height: 20px;
  color: #424243;
}
.page-template-page-about .top-block .single-content.single-content.shorten {
  max-height: 130px;
  overflow: hidden;
}
.page-template-page-about .top-block .single-content ul.include {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
}
.page-template-page-about .top-block .single-content ul.include li {
  position: relative;
  margin-left: 15px;
}
.page-template-page-about .top-block .single-content ul.include li:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -14px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #ebb82d;
  border-radius: 50%;
}
.page-template-page-about .top-block .show-more {
  margin-top: 10px;
  margin-bottom: 40px;
  cursor: pointer;
  color: #ebb82d;
}
.page-template-page-about .top-block .show-more:hover {
  color: #4b330b;
}
.page-template-page-about .top-block .portrate-img {
  padding-top: 20px;
}
.page-template-page-about .top-block .single-property-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #2a1b03;
}
.page-template-page-about .top-block .project-outer-wrap {
  padding-bottom: 30px;
}
.page-template-page-about .top-block .project-outer-wrap .media-category {
  padding-top: 23px;
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
  text-transform: uppercase;
}
.page-template-page-about .top-block .project-outer-wrap .media-date {
  color: #424243;
  font-family: 'Muli-Bold';
  padding-left: 9px;
}
.page-template-page-about .top-block .project-outer-wrap .media-title {
  padding-top: 12px;
  padding-bottom: 30px;
}
.page-template-page-about .top-block .project-outer-wrap .media-title a {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
  line-height: 26px;
}
.page-template-page-about .top-block .project-outer-wrap .media-title a:hover {
  text-decoration: underline;
}
.page-template-page-about .top-block .project-outer-wrap .project-link a:hover {
  color: #2a1b03;
}
.page-template-page-about .top-block .agriculture-bg-wrap {
  margin-top: 50px;
  position: relative;
}
.page-template-page-about .top-block .agriculture-bg-wrap .agriculture-text-wrap .title {
  position: absolute;
  top: 25px;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Muli-Bold';
  left: 30px;
}
.page-template-page-about .top-block .agriculture-bg-wrap .agriculture-text-wrap .explore-more-link {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  font-size: 14px;
  font-family: 'Muli';
  color: #ffffff;
  left: 30px;
}
.page-template-page-about .top-block .agriculture-bg-wrap .agriculture-text-wrap .explore-more-link:hover {
  color: #f5f5f5;
}
.page-template-page-about .top-block .community-bg-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.page-template-page-about .top-block .community-bg-wrap .community-text-wrap .title {
  position: absolute;
  top: 25px;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Muli-Bold';
  left: 30px;
}
.page-template-page-about .top-block .community-bg-wrap .community-text-wrap .explore-more-link {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  font-size: 14px;
  font-family: 'Muli';
  color: #ffffff;
  left: 30px;
}
.page-template-page-about .top-block .community-bg-wrap .community-text-wrap .explore-more-link:hover {
  color: #f5f5f5;
}
.page-template-page-about .top-block .single-property-subtitle {
  padding-top: 30px;
}
.page-template-page-about .top-block .mailing-form {
  padding-bottom: 160px;
}
.page-template-page-about .top-block .mailing-form .form-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
}
.page-template-page-about .top-block .mailing-form input[type="text"],
.page-template-page-about .top-block .mailing-form input[type="email"],
.page-template-page-about .top-block .mailing-form input[type="tel"],
.page-template-page-about .top-block .mailing-form textarea {
  font-size: 14px;
  font-family: 'Muli';
  color: #424243;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0;
  padding: 6px 0;
  margin-top: 30px;
}
.page-template-page-about .top-block .mailing-form .hint-text {
  font-size: 12px;
  font-family: 'Muli';
  padding-top: 40px;
  float: left;
  color: #ebb82d;
}
.page-template-page-about .top-block .mailing-form .submit-wrap {
  float: right;
}
.page-template-page-about .top-block .mailing-form .submit-wrap .ajax-loader {
  margin: 45px 0 0 0;
  float: right;
  position: absolute;
}
@media (max-width: 480px) {
  .page-template-page-about .top-block .mailing-form .submit-wrap .ajax-loader {
    margin-top: 43px;
  }
}
.page-template-page-about .top-block .mailing-form .submit-wrap .submit-field {
  border: 0;
  background: transparent;
  margin-top: 40px;
  color: #4b330b;
  font-family: 'Muli';
  vertical-align: bottom;
}
.page-template-page-about .top-block .mailing-form .submit-wrap:hover .submit-field {
  color: #2a1b03;
}
.page-template-page-about .top-block .mailing-form .submit-wrap .global-link-icon {
  margin-left: 0px;
  vertical-align: sub;
}
.page-template-page-about .top-block .mailing-form .submit-wrap .svg-wrap {
  float: right;
  margin-top: 45px;
}
.page-template-page-about .top-block .mailing-form .more-padding {
  padding-top: 30px;
}
.page-template-page-about .top-block .mailing-form .wpcf7-validation-errors {
  border: 0;
  padding-top: 80px;
  text-align: left;
  padding-left: 0px;
  color: #f00;
  margin: 0;
}
@media (max-width: 480px) {
  .page-template-page-about .top-block .mailing-form .wpcf7-validation-errors {
    padding-top: 60px;
    padding-left: 0;
    margin-top: 20px;
    margin-left: 0;
  }
}
.page-template-page-about .top-block .mailing-form .wpcf7-mail-sent-ok {
  border: 0;
  margin: 0;
  padding-top: 80px;
  color: #398f14;
  padding-left: 30px;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .page-template-page-about .top-block .mailing-form .wpcf7-mail-sent-ok {
    padding-top: 200px;
    padding-left: 0;
  }
}
.page-template-page-about #home-property {
  background-color: #f2f2f2;
}
.page-template-page-about #home-property .property-link2 {
  padding-top: 90px;
  text-align: right;
}
@media (max-width: 480px) {
  .page-template-page-about #home-property .property-link2 {
    padding-top: 20px;
    text-align: left;
  }
}
.page-template-page-about #home-property .property-link2 a {
  font-size: 14px;
  color: #4b330b;
  font-family: 'Muli';
}
.page-template-page-about #home-property .property-link2:hover a {
  color: #2a1b03;
}
.page-template-page-about #home-property .property-slider-wrapper {
  padding-top: 40px;
}
.page-template-page-media .top-banner {
  height: 500px;
}
@media (max-width: 480px) {
  .page-template-page-media .top-banner {
    height: 200px;
  }
}
.page-template-page-media .top-block {
  padding-top: 40px;
}
.page-template-page-media .top-block ul.tab-wrap {
  padding-left: 0;
  border-bottom: 1px solid #ededed;
}
.page-template-page-media .top-block ul.tab-wrap li {
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 30px;
  margin-left: -1px;
  margin-right: -2px;
  font-family: 'Muli-Bold';
  cursor: pointer;
}
@media (max-width: 480px) {
  .page-template-page-media .top-block ul.tab-wrap li {
    font-size: 18px;
  }
}
.page-template-page-media .top-block ul.tab-wrap li:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #ebb82d;
  left: 0;
  bottom: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.page-template-page-media .top-block ul.tab-wrap li.active,
.page-template-page-media .top-block ul.tab-wrap li:hover {
  color: #ebb82d;
}
.page-template-page-media .top-block ul.tab-wrap li.active:after,
.page-template-page-media .top-block ul.tab-wrap li:hover:after {
  width: 100%;
}
.page-template-page-media .top-block .filter-border-bottom {
  border-bottom: 1px solid #ededed;
}
.page-template-page-media .top-block .filter-wrap {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .page-template-page-media .top-block .filter-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-template-page-media .top-block .filter-wrap .property_type_filter {
  font-size: 14px;
  font-family: 'Muli';
  padding-bottom: 26px;
}
@media (max-width: 480px) {
  .page-template-page-media .top-block .filter-wrap .property_type_filter {
    padding-bottom: 0px;
  }
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .type-text {
  padding-bottom: 26px;
  font-family: 'Muli-Bold';
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter {
  padding-left: 0;
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li {
  position: relative;
  display: inline-block;
  margin-right: 80px;
  padding-bottom: 5px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li {
    margin-right: 25px;
    margin-bottom: 15px;
  }
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.rcategory-filter:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #ebb82d;
  left: 0;
  bottom: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.rcategory-filter.active,
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.rcategory-filter:hover {
  color: #ebb82d;
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.rcategory-filter.active:after,
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.rcategory-filter:hover:after {
  width: 100%;
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mcategory-filter:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #ebb82d;
  left: 0;
  bottom: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mcategory-filter.active,
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mcategory-filter:hover {
  color: #ebb82d;
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mcategory-filter.active:after,
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mcategory-filter:hover:after {
  width: 100%;
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mtype-filter:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #ebb82d;
  left: 0;
  bottom: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mtype-filter.active,
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mtype-filter:hover {
  color: #ebb82d;
}
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mtype-filter.active:after,
.page-template-page-media .top-block .filter-wrap .property_type_filter .ul_filter li.mtype-filter:hover:after {
  width: 100%;
}
.page-template-page-media .top-block .media-wrap {
  position: relative;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap {
  padding-top: 40px;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .media-release-image-wrap {
  position: relative;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .media-release-image-wrap:hover {
  background: black;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .media-release-image-wrap:hover .indicator-wrap {
  opacity: 1;
  z-index: 1;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .media-release-image-wrap:hover .media-release-image {
  opacity: 0.6;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .media-release-image-wrap .indicator-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  display: inline-table;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .media-release-image-wrap .indicator-wrap .ind-img {
  display: table;
  margin: 17px auto;
  width: 15px;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .media-release-image-wrap .indicator-wrap .ind-text {
  text-align: center;
  color: white;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .more-bottom {
  margin-bottom: 40px;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .property-category {
  color: #ebb82d;
  font-size: 14px;
  font-family: 'Muli-Bold';
  text-transform: uppercase;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .property-category .date {
  color: #6d6d70;
  font-size: 14px;
  font-family: 'Muli-Bold';
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .property-title {
  height: 120px;
  padding-top: 6px;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .property-title a {
  font-family: 'MasqualeroW04-Black';
  font-size: 22px;
  color: #424243;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .property-title a:hover {
  border-bottom: 2px solid currentColor;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .explore-more-link {
  font-size: 14px;
  color: #4b330b;
  font-family: 'Muli';
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-release-info-wrap .explore-more-link:hover {
  color: #2a1b03;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .media-underscore {
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .load-more-wrap {
  padding-bottom: 80px;
  text-align: center;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .load-more-wrap .load-more {
  font-size: 16px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
}
.page-template-page-media .top-block .media-wrap .media-releases-tab .media-release-wrap .load-more-wrap .load-more:hover {
  color: #f3cf6e;
  cursor: pointer;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap {
  padding-top: 40px;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap {
  position: relative;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap:hover {
  background: black;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap:hover .indicator-wrap {
  opacity: 1;
  z-index: 1;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap:hover .multimedia-image {
  opacity: 0.6;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap .indicator-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  display: inline-table;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap .indicator-wrap .ind-img {
  display: table;
  margin: 17px auto;
  width: 15px;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap .indicator-wrap .ind-text {
  text-align: center;
  color: white;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap .media-type {
  color: #ffffff;
  background-color: #ebb82d;
  font-size: 14px;
  font-family: 'Muli';
  position: absolute;
  top: 10px;
  width: 70px;
  text-align: center;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap .single-video {
  position: relative;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap .single-video .video-play-icon,
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap .single-video .video-play-icon-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap .single-video .video-play-icon-hover {
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .media-image-wrap .single-video:hover .video-play-icon-hover {
  opacity: 1;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-category {
  color: #ebb82d;
  font-size: 14px;
  font-family: 'Muli-Bold';
  padding-top: 10px;
  text-transform: uppercase;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-category .date {
  color: #6d6d70;
  font-size: 14px;
  font-family: 'Muli-Bold';
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-title {
  height: 100px;
  padding-top: 6px;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-title a {
  font-family: 'MasqualeroW04-Black';
  font-size: 22px;
  color: #424243;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-title a:hover {
  border-bottom: 2px solid currentColor;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-link {
  margin-bottom: 40px;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-link .explore-more-link {
  font-size: 14px;
  color: #4b330b;
  font-family: 'Muli';
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-link .explore-more-link:hover {
  color: #2a1b03;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-link .download-link-wrap {
  float: right;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .multimedia-info-wrap .property-link .download-link-wrap:hover a {
  color: #2a1b03;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .media-underscore {
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .load-more-wrap {
  padding-bottom: 80px;
  text-align: center;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .load-more-wrap .load-more {
  font-size: 16px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
}
.page-template-page-media .top-block .media-wrap .multimedia-tab .multimedia-wrap .load-more-wrap .load-more:hover {
  color: #f3cf6e;
  cursor: pointer;
}
.page-template-page-media .top-block .single-property-title {
  font-size: 22px;
  color: #424243;
  font-family: 'MasqualeroW04-Black';
}
.page-template-page-media .top-block .enquiry-wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}
.page-template-page-media .top-block .enquiry-wrap .enquiry-person {
  color: #424243;
  font-size: 14px;
  font-family: 'Muli-Bold';
}
.page-template-page-media .top-block .enquiry-wrap .enquiry-phone {
  padding-top: 4px;
}
.page-template-page-media .top-block .enquiry-wrap .enquiry-phone a {
  font-size: 14px;
  color: #ebb82d;
  font-family: 'Muli-Bold';
}
.page-template-page-media .top-block .enquiry-wrap .enquiry-email {
  padding-top: 4px;
}
.page-template-page-media .top-block .enquiry-wrap .enquiry-email a {
  font-size: 14px;
  color: #ebb82d;
  font-family: 'Muli-Bold';
}
.page-template-page-media .top-block .single-property-subtitle {
  padding-top: 30px;
  font-family: 'Muli';
  font-size: 14px;
}
.page-template-page-media .top-block .mailing-form {
  padding-bottom: 160px;
}
.page-template-page-media .top-block .mailing-form .form-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
}
.page-template-page-media .top-block .mailing-form input[type="text"],
.page-template-page-media .top-block .mailing-form input[type="email"],
.page-template-page-media .top-block .mailing-form input[type="tel"],
.page-template-page-media .top-block .mailing-form textarea {
  font-size: 14px;
  font-family: 'Muli';
  color: #424243;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0;
  padding: 6px 0;
  margin-top: 30px;
}
.page-template-page-media .top-block .mailing-form .hint-text {
  font-size: 12px;
  font-family: 'Muli';
  padding-top: 40px;
  float: left;
  color: #ebb82d;
}
.page-template-page-media .top-block .mailing-form .submit-wrap {
  float: right;
}
.page-template-page-media .top-block .mailing-form .submit-wrap .ajax-loader {
  margin: 45px 0 0 0;
  float: right;
  position: absolute;
}
@media (max-width: 480px) {
  .page-template-page-media .top-block .mailing-form .submit-wrap .ajax-loader {
    margin-top: 43px;
  }
}
.page-template-page-media .top-block .mailing-form .submit-wrap .submit-field {
  border: 0;
  background: transparent;
  margin-top: 40px;
  color: #4b330b;
  font-family: 'Muli';
}
.page-template-page-media .top-block .mailing-form .submit-wrap:hover .submit-field {
  color: #2a1b03;
}
.page-template-page-media .top-block .mailing-form .submit-wrap .global-link-icon {
  margin-left: 0px;
  vertical-align: middle;
}
.page-template-page-media .top-block .mailing-form .submit-wrap .svg-wrap {
  float: right;
  margin-top: 45px;
}
.page-template-page-media .top-block .mailing-form .more-padding {
  padding-top: 30px;
}
.page-template-page-media .top-block .mailing-form .wpcf7-validation-errors {
  border: 0;
  padding-top: 80px;
  text-align: left;
  padding-left: 0px;
  color: #f00;
  margin: 0;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .page-template-page-media .top-block .mailing-form .wpcf7-validation-errors {
    padding-top: 60px;
    padding-left: 0;
    margin-top: 20px;
    margin-left: 0;
  }
}
.page-template-page-media .top-block .mailing-form .wpcf7-mail-sent-ok {
  border: 0;
  margin: 0;
  padding-top: 80px;
  color: #398f14;
  padding-left: 0px;
  font-family: 'Muli-Bold';
}
.single-media_release .top-block {
  padding-top: 40px;
}
.single-media_release .top-block img.alignnone.size-full {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-media_release .top-block .media-release-category {
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
}
.single-media_release .top-block .media-release-title {
  font-size: 38px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
  line-height: 46px;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .single-media_release .top-block .media-release-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-media_release .top-block .second-section {
  padding-top: 20px;
}
.single-media_release .top-block .date-social-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
  /*Share Social*/
}
@media screen and (max-width: 480px) {
  .single-media_release .top-block .date-social-wrap {
    padding-bottom: 50px;
  }
}
.single-media_release .top-block .date-social-wrap .media-release-date {
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #6d6d70;
  float: left;
}
@media screen and (max-width: 480px) {
  .single-media_release .top-block .date-social-wrap .media-release-date {
    padding-bottom: 10px;
  }
}
.single-media_release .top-block .date-social-wrap .social-share {
  float: right;
  margin-top: -2px;
}
.single-media_release .top-block .date-social-wrap .social-share li {
  color: #6d6d70;
  display: inline;
  padding: 10px;
  font-size: 14px;
  font-family: 'Muli-Bold';
}
.single-media_release .top-block .date-social-wrap .social-share li a {
  color: #6d6d70;
  font-size: 14px;
  font-family: 'Muli-Bold';
}
.single-media_release .top-block .date-social-wrap .social-share li a:hover {
  color: #ebb82d;
}
.single-media_release .top-block .date-social-wrap .social-lists {
  list-style-type: none;
  margin: 10px 0;
  color: #b3a06e;
  padding-left: 0px;
}
.single-media_release .top-block .date-social-wrap .social-share .wechat-qrcode {
  display: none;
  position: absolute;
  bottom: 100.5%;
  padding: 15px;
  background: white;
  right: -25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 480px) {
  .single-media_release .top-block .date-social-wrap .social-share .wechat-qrcode {
    right: 0;
    bottom: 99%;
    padding: 10px;
    box-shadow: none;
  }
}
.single-media_release .top-block .date-social-wrap .social-share .wechat-qrcode:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 10px;
  margin: 0 auto;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.single-media_release .top-block .date-social-wrap .social-share .wechat-qrcode h4,
.single-media_release .top-block .date-social-wrap .social-share .wechat-qrcode .help {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-media_release .top-block .date-social-wrap .social-share {
    left: 0 !important;
  }
}
.single-media_release .top-block .media-release-content-wrap {
  padding-top: 40px;
  padding-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .single-media_release .top-block .media-release-content-wrap {
    padding-top: 10px;
  }
}
.single-media_release .top-block .media-release-content-wrap P {
  line-height: 20px;
}
.single-media_release .top-block .media-release-content-wrap .logo-wrapper {
  padding-bottom: 35px;
}
.single-media_release .top-block .media-release-content-wrap .logo-wrapper .logo-size1 {
  width: 100px;
  float: left;
}
.single-media_release .top-block .media-release-content-wrap .logo-wrapper .logo-size2 {
  width: 140px;
  float: right;
}
@media screen and (max-width: 480px) {
  .single-media_release .top-block .media-release-content-wrap .logo-wrapper {
    padding-top: 30px;
  }
}
.single-media_release .top-block .single-property-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #2a1b03;
}
.single-media_release .top-block .project-outer-wrap {
  padding-bottom: 30px;
}
.single-media_release .top-block .project-outer-wrap .media-category {
  padding-top: 23px;
  font-size: 14px;
  font-family: 'Muli-Bold';
  color: #ebb82d;
}
.single-media_release .top-block .project-outer-wrap .media-date {
  color: #424243;
  font-family: 'Muli-Bold';
  padding-left: 9px;
}
.single-media_release .top-block .project-outer-wrap .media-title {
  padding-top: 12px;
  padding-bottom: 30px;
}
.single-media_release .top-block .project-outer-wrap .media-title a {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
  line-height: 26px;
}
.single-media_release .top-block .project-outer-wrap .media-title a:hover {
  text-decoration: underline;
}
.single-media_release .top-block .project-outer-wrap .project-link a:hover {
  color: #2a1b03;
}
.single-media_release .top-block .agriculture-bg-wrap {
  margin-top: 50px;
  position: relative;
}
.single-media_release .top-block .agriculture-bg-wrap .agriculture-text-wrap .title {
  position: absolute;
  top: 25px;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Muli-Bold';
  left: 30px;
}
.single-media_release .top-block .agriculture-bg-wrap .agriculture-text-wrap .explore-more-link {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  font-size: 14px;
  font-family: 'Muli';
  color: #ffffff;
  left: 30px;
}
.single-media_release .top-block .community-bg-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.single-media_release .top-block .community-bg-wrap .community-text-wrap .title {
  position: absolute;
  top: 25px;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Muli-Bold';
  left: 30px;
}
.single-media_release .top-block .community-bg-wrap .community-text-wrap .explore-more-link {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  font-size: 14px;
  font-family: 'Muli';
  color: #ffffff;
  left: 30px;
}
.single-media_release .top-block .single-property-subtitle {
  padding-top: 30px;
}
.single-media_release .top-block .mailing-form {
  padding-bottom: 160px;
}
.single-media_release .top-block .mailing-form .form-title {
  font-size: 22px;
  font-family: 'MasqualeroW04-Black';
  color: #424243;
}
.single-media_release .top-block .mailing-form input[type="text"],
.single-media_release .top-block .mailing-form input[type="email"],
.single-media_release .top-block .mailing-form input[type="tel"],
.single-media_release .top-block .mailing-form textarea {
  font-size: 14px;
  font-family: 'Muli';
  color: #424243;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0;
  padding: 6px 0;
  margin-top: 30px;
}
.single-media_release .top-block .mailing-form .hint-text {
  font-size: 12px;
  font-family: 'Muli';
  padding-top: 40px;
  float: left;
  color: #ebb82d;
}
.single-media_release .top-block .mailing-form .submit-wrap {
  float: right;
}
.single-media_release .top-block .mailing-form .submit-wrap .ajax-loader {
  margin: 45px 0 0 0;
  float: right;
  position: absolute;
}
@media (max-width: 480px) {
  .single-media_release .top-block .mailing-form .submit-wrap .ajax-loader {
    margin-top: 43px;
  }
}
.single-media_release .top-block .mailing-form .submit-wrap .submit-field {
  border: 0;
  background: transparent;
  margin-top: 40px;
  color: #4b330b;
  font-family: 'Muli';
}
.single-media_release .top-block .mailing-form .submit-wrap:hover .submit-field {
  color: #2a1b03;
}
.single-media_release .top-block .mailing-form .submit-wrap .svg-wrap {
  float: right;
  margin-top: 45px;
}
.single-media_release .top-block .mailing-form .more-padding {
  padding-top: 30px;
}
.single-media_release .top-block .mailing-form .wpcf7-validation-errors {
  border: 0;
  padding-top: 100px;
  text-align: left;
  padding-left: 30px;
  color: #f00;
  margin: 0;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .single-media_release .top-block .mailing-form .wpcf7-validation-errors {
    padding-top: 250px;
    padding-left: 0;
    margin-top: 20px;
    margin-left: 0;
  }
}
.single-media_release .top-block .mailing-form .wpcf7-mail-sent-ok {
  border: 0;
  margin: 0;
  padding-top: 80px;
  color: #398f14;
  padding-left: 30px;
  font-family: 'Muli-Bold';
}
@media (max-width: 480px) {
  .single-media_release .top-block .mailing-form .wpcf7-mail-sent-ok {
    padding-top: 200px;
    padding-left: 0;
  }
}
.single-media_release #home-property {
  background-color: #f2f2f2;
}
.single-media_release #home-property .property-link2 {
  padding-top: 90px;
  text-align: right;
}
@media (max-width: 480px) {
  .single-media_release #home-property .property-link2 {
    padding-top: 20px;
    text-align: left;
  }
}
.single-media_release #home-property .property-link2 a {
  font-size: 14px;
  color: #4b330b;
  font-family: 'Muli';
}
.single-media_release #home-property .property-link2:hover a {
  font-family: 'Muli-Bold';
}
.single-media_release #home-property .property-slider-wrapper {
  padding-top: 40px;
}
.page-template-page-community .top-banner {
  height: 500px;
}
@media (max-width: 480px) {
  .page-template-page-community .top-banner {
    height: 250px;
  }
}
.page-template-page-community #comm-community {
  height: 590px;
  background-color: #ffffff;
}
@media (max-width: 990px) {
  .page-template-page-community #comm-community {
    height: auto;
  }
}
.page-template-page-community #comm-community .community-title-wrap {
  position: relative;
}
.page-template-page-community #comm-community .community-title-wrap .title {
  font-size: 30px;
  padding-top: 80px;
  font-family: 'Muli-Bold';
  color: #424243;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-template-page-community #comm-community .community-title-wrap .title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-template-page-community #comm-community .community-title-wrap .title {
    font-size: 24px;
  }
}
.page-template-page-community #comm-community .content-wrap {
  padding-top: 60px;
}
.page-template-page-community #comm-community .content-wrap .text-content-wrap,
.page-template-page-community #comm-community .content-wrap .text-content-wrap2 {
  padding-bottom: 60px;
}
.page-template-page-community #comm-community .content-wrap .comm-subtitle {
  font-size: 16px;
  font-family: 'Muli-Bold';
  color: #424243;
  padding-bottom: 10px;
}
.page-template-page-community #comm-community .content-wrap .comm-content {
  font-size: 38px;
  font-family: 'MasqualeroW04-Black';
  color: #ebb82d;
  line-height: 46px;
  padding-bottom: 40px;
}
.page-template-page-community #comm-community .content-wrap .content_paragraph {
  font-size: 14px;
  color: #424243;
  line-height: 20px;
  font-family: 'Muli';
}
.page-template-page-community #comm-meritorious {
  height: 780px;
  background-color: #f2f2f2;
}
@media (max-width: 1199px) {
  .page-template-page-community #comm-meritorious {
    height: auto;
  }
}
.page-template-page-community #comm-meritorious .meritorious-title-wrap {
  position: relative;
}
.page-template-page-community #comm-meritorious .meritorious-title-wrap .title {
  font-size: 30px;
  padding-top: 80px;
  font-family: 'Muli-Bold';
  color: #424243;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-template-page-community #comm-meritorious .meritorious-title-wrap .title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-template-page-community #comm-meritorious .meritorious-title-wrap .title {
    font-size: 24px;
  }
}
.page-template-page-community #comm-meritorious .content-wrap {
  padding-top: 60px;
}
.page-template-page-community #comm-meritorious .content-wrap .text-content-wrap {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .page-template-page-community #comm-meritorious .content-wrap .text-content-wrap {
    padding-bottom: 0px;
  }
}
.page-template-page-community #comm-meritorious .content-wrap .text-content-wrap .content_paragraph {
  font-size: 14px;
  color: #424243;
  line-height: 20px;
  font-family: 'Muli';
}
.page-template-page-community #comm-meritorious .content-wrap2 {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-template-page-community #comm-meritorious .content-wrap2 {
    padding-top: 40px;
  }
}
.page-template-page-community #comm-meritorious #comm-meritorious-carousel {
  height: 100px;
}
@media (max-width: 1199px) {
  .page-template-page-community #comm-meritorious #comm-meritorious-carousel {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .page-template-page-community #comm-meritorious #comm-meritorious-carousel {
    max-height: 55vw;
  }
}
.page-template-page-community #comm-meritorious #comm-meritorious-carousel .owl-item > div:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.page-template-page-community #comm-meritorious #comm-meritorious-carousel .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-template-page-community #comm-meritorious #comm-meritorious-carousel .container {
    padding-top: 100px;
  }
}
@media (min-width: 1199px) {
  .page-template-page-community #comm-meritorious #comm-meritorious-carousel .container {
    padding-top: 240px;
  }
}
.page-template-page-community #comm-proud {
  height: 840px;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .page-template-page-community #comm-proud {
    height: auto;
  }
}
.page-template-page-community #comm-proud .proud-title-wrap {
  position: relative;
}
.page-template-page-community #comm-proud .proud-title-wrap .background-text {
  position: absolute;
  color: #f2f2f2;
  right: 0;
  top: 80px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'MasqualeroW04-Black';
  z-index: 0;
  text-align: right;
}
@media (max-width: 480px) {
  .page-template-page-community #comm-proud .proud-title-wrap .background-text {
    top: 105px;
    font-size: 36px;
    line-height: 36px;
  }
}
.page-template-page-community #comm-proud .proud-title-wrap .title {
  font-size: 30px;
  padding-top: 80px;
  font-family: 'Muli-Bold';
  color: #424243;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-template-page-community #comm-proud .proud-title-wrap .title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-template-page-community #comm-proud .proud-title-wrap .title {
    font-size: 24px;
  }
}
.page-template-page-community #comm-proud .content-wrap {
  padding-top: 60px;
}
.page-template-page-community #comm-proud .content-wrap .text-content-wrap {
  padding-bottom: 60px;
}
.page-template-page-community #comm-proud .content-wrap .text-content-wrap .content_paragraph {
  font-size: 14px;
  color: #424243;
  line-height: 20px;
  font-family: 'Muli';
}
.page-template-page-community #comm-proud .content-wrap2 {
  margin-bottom: 140px;
}
.page-template-page-community #comm-proud #comm-proud-carousel {
  height: 300px;
}
@media (max-width: 1199px) {
  .page-template-page-community #comm-proud #comm-proud-carousel {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .page-template-page-community #comm-proud #comm-proud-carousel {
    max-height: 55vw;
  }
}
.page-template-page-community #comm-proud #comm-proud-carousel .owl-img {
  position: relative;
}
.page-template-page-community #comm-proud #comm-proud-carousel .owl-img .owl-item > div:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.page-template-page-community #comm-proud #comm-proud-carousel .owl-img .caption-wrap {
  position: absolute;
  bottom: 0;
  background-color: #ebb82d;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .page-template-page-community #comm-proud #comm-proud-carousel .owl-img .caption-wrap {
    opacity: 1;
  }
}
.page-template-page-community #comm-proud #comm-proud-carousel .owl-img .caption-wrap .img-caption {
  font-family: 'Muli-Bold';
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-template-page-community #comm-proud .draggable-bar-orig {
  border-bottom: 2px solid #d8d8d8;
  margin-top: 70px;
}
.page-template-page-community #comm-proud .draggable-bar-orig .slider-point-progress {
  max-width: 100%;
  margin-bottom: -2px;
  border-top: 2px solid #ebb82d;
  position: relative;
}
.page-template-page-community #comm-proud .draggable-bar-orig .slider-point-progress .drag-point {
  width: 16px;
  height: 16px;
  background: #ebb82d;
  position: absolute;
  top: -10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .page-template-page-community #comm-proud .draggable-bar-orig {
    display: none;
  }
}
footer {
  background-color: #2a1b03;
}
footer .no-left-padding {
  padding-left: 0px;
}
footer .no-right-padding {
  padding-right: 0px;
}
@media (max-width: 480px) {
  footer .contact-us-more-padding-top {
    padding-top: 10px;
  }
}
footer .footer-title {
  font-family: 'MasqualeroW04-Black';
  font-size: 18px;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 23px;
}
@media (max-width: 480px) {
  footer .footer-title {
    padding-top: 40px;
  }
}
footer .footer-title-2 {
  font-family: 'Muli-Bold';
  font-size: 18px;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  footer .footer-title-2 {
    padding-top: 20px;
  }
}
footer .footer-underscore {
  border-bottom: 2px solid #ebb82d;
  width: 40px;
}
footer .field-value,
footer .field-value > a {
  color: #ffffff;
  font-size: 12px;
  word-wrap: break-word;
  padding-top: 5px;
}
@media (max-width: 480px) {
  footer .field-value,
  footer .field-value > a {
    padding-bottom: 8px;
  }
}
footer .footer-menu ul#menu-footer-bottom-left {
  padding-left: 0;
}
@media (max-width: 480px) {
  footer .footer-menu ul#menu-footer-bottom-left {
    margin-bottom: -10px;
  }
}
footer .footer-menu ul li {
  display: inline-block;
  width: 70px;
  margin-right: 18px;
  line-height: 1.67;
}
@media (max-width: 480px) {
  footer .footer-menu ul li {
    line-height: 2.2;
  }
}
footer .footer-menu ul li a {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Muli';
}
footer .footer-menu ul li a:hover {
  color: #b6b6b6;
}
footer .bottom-bar {
  padding: 50px 0 84px 0;
}
@media (max-width: 480px) {
  footer .bottom-bar {
    padding: 20px 0;
  }
}
footer .bottom-bar .foot-logo {
  display: inline-block;
  width: 40px;
}
footer .bottom-bar .yuhu-copyright {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding-left: 12px;
}
@media (max-width: 991px) {
  footer .bottom-bar .yuhu-copyright {
    line-height: 20px;
    width: 90%;
    vertical-align: middle;
  }
}
@media (max-width: 535px) {
  footer .bottom-bar .yuhu-copyright {
    line-height: 20px;
    display: inline-block;
    width: 85%;
    vertical-align: middle;
  }
}
footer .bottom-bar .nexty-link {
  color: #ffffff;
  font-size: 12px;
}
footer .bottom-bar .nexty-link:hover {
  text-decoration: underline;
}
footer .bottom-bar .fix-height {
  height: 40px;
}
footer .bottom-bar #main-bottom-right {
  padding-top: 10px;
  text-align: right;
}
@media (max-width: 480px) {
  footer .bottom-bar #main-bottom-right {
    text-align: left;
  }
}
@media (max-width: 480px) {
  footer .bottom-bar #main-bottom-right ul#menu-footer-bottom-right {
    padding-left: 0;
  }
}
footer .bottom-bar #main-bottom-right ul li {
  display: inline-block;
  padding: 0;
}
footer .bottom-bar #main-bottom-right ul li a {
  font-size: 12px;
  color: #ffffff;
  font-family: 'Muli';
}
footer .bottom-bar #main-bottom-right ul li a:hover {
  color: #b6b6b6;
}
footer .bottom-bar #main-bottom-right ul li:first-child:after {
  content: "|";
  color: white;
  padding-left: 5px;
}
footer .bottom-bar #main-bottom-right ul li:last-child {
  border-right: 0;
}

/*add by Denny*/
.home #home-agriculture{
	display:none;
}	

.page-template-page-properties #property-list .filter-wrap{
	display:none;
}	

.page-template-page-properties #property-list .control-outer-wrap .property-control .totoal-properties{
	display:none;
}	


.page-template-page-media .top-block .media-releases-tab .filter-wrap .property_type_filter{
	display:none;
}	

.page-template-page-media .top-block .multimedia-tab .filter-wrap .row:first-child .property_type_filter{
	display:none;
}	