@charset "UTF-8";
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.grid {
  list-style: none;
  margin-left: -20px;
}
.grid > .grid__col--12-of-12, .grid > .grid__col--2-of-2, .grid > .grid__col--3-of-3, .grid > .grid__col--4-of-4, .grid > .grid__col--5-of-5, .grid > .grid__col--6-of-6, .grid > .grid__col--8-of-8 {
  width: 100%;
}
.grid > .grid__col--1-of-2, .grid > .grid__col--2-of-4, .grid > .grid__col--3-of-6, .grid > .grid__col--4-of-8, .grid > .grid__col--6-of-12 {
  width: 50%;
}
.grid > .grid__col--1-of-3, .grid > .grid__col--2-of-6, .grid > .grid__col--4-of-12 {
  width: 33.33333%;
}
.grid > .grid__col--2-of-3, .grid > .grid__col--4-of-6, .grid > .grid__col--8-of-12 {
  width: 66.66667%;
}
.grid > .grid__col--1-of-4, .grid > .grid__col--2-of-8, .grid > .grid__col--3-of-12 {
  width: 25%;
}
.grid > .grid__col--3-of-4, .grid > .grid__col--6-of-8, .grid > .grid__col--9-of-12 {
  width: 75%;
}
.grid > .grid__col--push-12-of-12, .grid > .grid__col--push-2-of-2, .grid > .grid__col--push-3-of-3, .grid > .grid__col--push-4-of-4, .grid > .grid__col--push-5-of-5, .grid > .grid__col--push-6-of-6, .grid > .grid__col--push-8-of-8 {
  margin-left: 100%;
}
.grid > .grid__col--push-1-of-2, .grid > .grid__col--push-2-of-4, .grid > .grid__col--push-3-of-6, .grid > .grid__col--push-4-of-8, .grid > .grid__col--push-6-of-12 {
  margin-left: 50%;
}
.grid > .grid__col--push-1-of-3, .grid > .grid__col--push-2-of-6, .grid > .grid__col--push-4-of-12 {
  margin-left: 33.33333%;
}
.grid > .grid__col--push-2-of-3, .grid > .grid__col--push-4-of-6, .grid > .grid__col--push-8-of-12 {
  margin-left: 66.66667%;
}
.grid > .grid__col--push-1-of-4, .grid > .grid__col--push-2-of-8, .grid > .grid__col--push-3-of-12 {
  margin-left: 25%;
}
.grid > .grid__col--push-3-of-4, .grid > .grid__col--push-6-of-8, .grid > .grid__col--push-9-of-12 {
  margin-left: 75%;
}
.grid > .grid__col--pull-12-of-12, .grid > .grid__col--pull-2-of-2, .grid > .grid__col--pull-3-of-3, .grid > .grid__col--pull-4-of-4, .grid > .grid__col--pull-5-of-5, .grid > .grid__col--pull-6-of-6, .grid > .grid__col--pull-8-of-8 {
  margin-left: -100%;
}
.grid > .grid__col--pull-1-of-2, .grid > .grid__col--pull-2-of-4, .grid > .grid__col--pull-3-of-6, .grid > .grid__col--pull-4-of-8, .grid > .grid__col--pull-6-of-12 {
  margin-left: -50%;
}
.grid > .grid__col--pull-1-of-3, .grid > .grid__col--pull-2-of-6, .grid > .grid__col--pull-4-of-12 {
  margin-left: -33.33333%;
}
.grid > .grid__col--pull-2-of-3, .grid > .grid__col--pull-4-of-6, .grid > .grid__col--pull-8-of-12 {
  margin-left: -66.66667%;
}
.grid > .grid__col--pull-1-of-4, .grid > .grid__col--pull-2-of-8, .grid > .grid__col--pull-3-of-12 {
  margin-left: -25%;
}
.grid > .grid__col--pull-3-of-4, .grid > .grid__col--pull-6-of-8, .grid > .grid__col--pull-9-of-12 {
  margin-left: -75%;
}
.grid > .grid__col--1-of-5 {
  width: 20%;
}
.grid > .grid__col--push-1-of-5 {
  margin-left: 20%;
}
.grid > .grid__col--pull-1-of-5 {
  margin-left: -20%;
}
.grid > .grid__col--2-of-5 {
  width: 40%;
}
.grid > .grid__col--push-2-of-5 {
  margin-left: 40%;
}
.grid > .grid__col--pull-2-of-5 {
  margin-left: -40%;
}
.grid > .grid__col--3-of-5 {
  width: 60%;
}
.grid > .grid__col--push-3-of-5 {
  margin-left: 60%;
}
.grid > .grid__col--pull-3-of-5 {
  margin-left: -60%;
}
.grid > .grid__col--4-of-5 {
  width: 80%;
}
.grid > .grid__col--push-4-of-5 {
  margin-left: 80%;
}
.grid > .grid__col--pull-4-of-5 {
  margin-left: -80%;
}
.grid > .grid__col--1-of-6 {
  width: 16.66667%;
}
.grid > .grid__col--push-1-of-6 {
  margin-left: 16.66667%;
}
.grid > .grid__col--pull-1-of-6 {
  margin-left: -16.66667%;
}
.grid > .grid__col--5-of-6 {
  width: 83.33333%;
}
.grid > .grid__col--push-5-of-6 {
  margin-left: 83.33333%;
}
.grid > .grid__col--pull-5-of-6 {
  margin-left: -83.33333%;
}
.grid > .grid__col--1-of-8 {
  width: 12.5%;
}
.grid > .grid__col--push-1-of-8 {
  margin-left: 12.5%;
}
.grid > .grid__col--pull-1-of-8 {
  margin-left: -12.5%;
}
.grid > .grid__col--3-of-8 {
  width: 37.5%;
}
.grid > .grid__col--push-3-of-8 {
  margin-left: 37.5%;
}
.grid > .grid__col--pull-3-of-8 {
  margin-left: -37.5%;
}
.grid > .grid__col--5-of-8 {
  width: 62.5%;
}
.grid > .grid__col--push-5-of-8 {
  margin-left: 62.5%;
}
.grid > .grid__col--pull-5-of-8 {
  margin-left: -62.5%;
}
.grid > .grid__col--7-of-8 {
  width: 87.5%;
}
.grid > .grid__col--push-7-of-8 {
  margin-left: 87.5%;
}
.grid > .grid__col--pull-7-of-8 {
  margin-left: -87.5%;
}
.grid > .grid__col--1-of-12 {
  width: 8.33333%;
}
.grid > .grid__col--push-1-of-12 {
  margin-left: 8.33333%;
}
.grid > .grid__col--pull-1-of-12 {
  margin-left: -8.33333%;
}
.grid > .grid__col--2-of-12 {
  width: 16.66667%;
}
.grid > .grid__col--push-2-of-12 {
  margin-left: 16.66667%;
}
.grid > .grid__col--pull-2-of-12 {
  margin-left: -16.66667%;
}
.grid > .grid__col--5-of-12 {
  width: 41.66667%;
}
.grid > .grid__col--push-5-of-12 {
  margin-left: 41.66667%;
}
.grid > .grid__col--pull-5-of-12 {
  margin-left: -41.66667%;
}
.grid > .grid__col--7-of-12 {
  width: 58.33333%;
}
.grid > .grid__col--push-7-of-12 {
  margin-left: 58.33333%;
}
.grid > .grid__col--pull-7-of-12 {
  margin-left: -58.33333%;
}
.grid > .grid__col--10-of-12 {
  width: 83.33333%;
}
.grid > .grid__col--push-10-of-12 {
  margin-left: 83.33333%;
}
.grid > .grid__col--pull-10-of-12 {
  margin-left: -83.33333%;
}
.grid > .grid__col--11-of-12 {
  width: 91.66667%;
}
.grid > .grid__col--push-11-of-12 {
  margin-left: 91.66667%;
}
.grid > .grid__col--pull-11-of-12 {
  margin-left: -91.66667%;
}
.grid .grid__col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 700px) {
  .grid .grid__col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 700px) and (min-width: 480px) {
  .grid .grid__col[class*=grid__col--m-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid .grid__col.grid__col--m-1-of-2, .grid .grid__col.grid__col--m-2-of-4 {
    width: 50%;
  }
  .grid .grid__col.grid__col--m-1-of-3 {
    width: 33.33333%;
  }
  .grid .grid__col.grid__col--m-2-of-3 {
    width: 66.66667%;
  }
  .grid .grid__col.grid__col--m-1-of-4 {
    width: 25%;
  }
  .grid .grid__col.grid__col--m-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .grid .grid__col[class*=grid__col--s-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid .grid__col.grid__col--s-1-of-2, .grid .grid__col.grid__col--s-2-of-4 {
    width: 50%;
  }
  .grid .grid__col.grid__col--s-1-of-3 {
    width: 33.33333%;
  }
  .grid .grid__col.grid__col--s-2-of-3 {
    width: 66.66667%;
  }
  .grid .grid__col.grid__col--s-1-of-4 {
    width: 25%;
  }
  .grid .grid__col.grid__col--s-3-of-4 {
    width: 75%;
  }
}
.grid .grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grid.grid--no-gutter, .grid.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}
.grid .grid__col--d-first {
  float: left;
}
.grid .grid__col--d-last {
  float: right;
}
.grid.grid--no-gutter .grid__col {
  padding-left: 0;
}
.grid .grid__col--ab {
  vertical-align: bottom;
}
.grid .grid__col--am {
  vertical-align: middle;
}
.slicknav_btn, .slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_menu, .slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em;
  line-height: 1.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: .188em;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: .875em;
  margin: .188em 0 0 .438em;
}
.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: .875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: .125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:after, .slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_nav li, .slicknav_nav ul {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}
.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: .875em;
}
.slicknav_nav ul {
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  color: #000;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
#main-content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding: 0;
}
.wrapper {
  display: block;
  margin: 0 auto;
}
a {
  color: #f22;
  outline: none;
  text-decoration: none;
}
a :hover {
  text-decoration: underline;
}
a img {
  border: none;
}
input[type="submit"], a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: table;
}
nav ul > li {
  display: table-cell;
}
nav ul > li > a {
  display: block;
}
nav ul .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
nav ul .sub-menu > li {
  display: block;
}
nav ul .menu-item-has-children {
  position: relative;
}
nav ul .menu-item-has-children :hover > .sub-menu {
  display: block;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.verticalcontent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.safari.windows .verticalcontent {
  display: table;
  width: 100%;
  height: 100%;
  border: none;
}
.safari.windows .verticalcontent > * {
  display: table-cell;
  vertical-align: middle;
}
.ie .verticalcontent {
  display: table;
  width: 100%;
  height: 100%;
  border: none;
}
.ie .verticalcontent > * {
  display: table-cell;
  vertical-align: middle;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.aligncenter {
  float: none;
  margin: 20px auto;
  display: block;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.selbel_w {
  position: relative;
  display: block;
  width: 200px;
}
.selbel {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #daeffd;
  color: #09f;
  padding: 0 5px;
}
span.wpcf7-form-control-wrap {
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  background: #f00;
  color: #fff;
}
div.wpcf7-validation-errors {
  background: #f7e700;
}
div.wpcf7-mail-sent-ok {
  background: #398f14;
}
.clfx {
  zoom: 1;
}
.clfx::after, .clfx::before {
  content: "";
  display: table;
}
.clfx::after {
  clear: both;
}
.slick-slide:focus, .slick-slide a {
  outline: none;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/Neutra2Text_bold.eot');
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/Neutra2Text_bold.eot?#iefix') format('embedded-opentype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/Neutra2Text_bold.woff') format('woff'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/Neutra2Text_bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/Neutra2Text_book.eot');
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/Neutra2Text_book.eot?#iefix') format('embedded-opentype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/Neutra2Text_book.woff') format('woff'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/Neutra2Text_book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Regular.eot');
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Regular.woff') format('woff'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-RegularIt.eot');
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-RegularIt.woff') format('woff'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-RegularIt.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-SemiboldIt.eot');
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-SemiboldIt.eot?#iefix') format('embedded-opentype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-SemiboldIt.woff') format('woff'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-SemiboldIt.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Semibold.eot');
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Semibold.woff') format('woff'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Bold.eot');
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Bold.woff') format('woff'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-BoldIt.eot');
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-BoldIt.woff') format('woff'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/subset-ProximaNova-BoldIt.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'fontello';
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/fontello.eot?45010831');
  src: url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/fontello.eot?45010831#iefix') format('embedded-opentype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/fontello.woff2?45010831') format('woff2'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/fontello.woff?45010831') format('woff'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/fontello.ttf?45010831') format('truetype'), url('https://www.meriton.com.au/wp-content/themes/meriton-child/css/fonts/fontello.svg?45010831#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down-open:before {
  content: '\e800';
}
.block_center {
  display: block;
  margin: 0 auto;
}
.response_img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.inline_block {
  display: inline-block;
  vertical-align: top;
}
.remove_list {
  list-style-type: none;
  padding: 0;
}
.base_font_style {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
#main-content {
  margin: 0 0 -340px 0;
}
.wrapper {
  width: 1442px;
}
header .mobile_topmenu {
  display: none;
}
#enheader {
  background: #0e3a5f;
  height: auto;
  padding: 0;
}
#enheader.white {
  background: #fff;
}
#enheader.white nav#entopmenu1 ul.menu > li > a {
  color: #0e3a5f;
}
#enheader.white nav#entopmenu2 ul.menu > li > a {
  color: #0e3a5f;
}
#enheader.white #langchns span.text {
  color: #0e3a5f;
}
#enheader #logo {
  display: inline-block;
  padding: 45px 0;
  position: relative;
}
#enheader #logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#enheader .rhed {
  line-height: normal;
}
nav#entopmenu1 {
  text-align: right;
}
nav#entopmenu1 ul.menu {
  display: inline-block;
  width: auto;
}
nav#entopmenu1 ul.menu > li > a {
  font-family: 'p_bold';
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  padding: 30px 0 30px 60px;
}
nav#entopmenu2 {
  border-top: 1px solid #af854f;
}
nav#entopmenu2 ul.menu {
  display: block;
  text-align: right;
}
nav#entopmenu2 ul.menu > li {
  display: inline-block;
}
nav#entopmenu2 ul.menu > li > a {
  display: block;
  font-family: 'Neutra Text';
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  position: relative;
}
nav#entopmenu2 ul.menu > li > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 18px;
  background: #29618e;
  z-index: -1;
  -webkit-transition: transform .5s;
  transition: transform .5s;
  transform: scale(0, 0);
}
nav#entopmenu2 ul.menu > li > a:hover::before {
  transform: scale(1, 1);
}
nav#entopmenu2 ul.menu > li.menu-item-has-children > a {
  position: relative;
}
nav#entopmenu2 ul.menu > li.menu-item-has-children > a::after {
  content: '\e800';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  color: #ac8650;
  margin: 10px 0 10px 10px;
  font-size: 12px;
}
nav#entopmenu2 ul.menu > li.menu-item-has-children:hover {
  position: relative;
}
nav#entopmenu2 ul.menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 5;
  min-width: 200px;
  background: #0e3a5f;
}
nav#entopmenu2 ul.menu > li.menu-item-has-children:hover > .sub-menu li {
  display: block;
}
nav#entopmenu2 ul.menu > li.menu-item-has-children:hover > .sub-menu li:first-child a {
  border-top: none;
}
nav#entopmenu2 ul.menu > li.menu-item-has-children:hover > .sub-menu li a {
  text-align: left;
  display: block;
  font-family: 'Neutra Text';
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
nav#entopmenu2 ul.menu > li.menu-item-has-children:hover > .sub-menu li a:hover {
  background: #366993;
}
#langchns {
  text-align: right;
  padding: 25px 0 0 0;
}
#langchns span {
  display: inline-block;
  vertical-align: top;
}
#langchns span.text {
  font-family: 'p_bold';
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  margin: 0 15px;
}
#langchns a {
  display: inline-block;
  vertical-align: top;
}
#langchns a.chnlink, #langchns a.enlink {
  width: 16px;
  height: 12px;
  margin: 6px 8px;
}
#langchns a.chnlink {
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/chn.png') no-repeat 0 0;
}
#langchns a.enlink {
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/en.png') no-repeat 0 0;
}
#langchns .qtranxs_widget {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0;
}
#topconten {
  position: relative;
}
#topconten .img__mb {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  display: none;
}
#topconten .img__cnt {
  height: 600px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#topconten .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 13px 3px;
  background: rgba(14, 58, 95, 0.8);
  text-align: center;
  line-height: 18px;
}
#topconten .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 10px;
}
#topconten .slick-dots li button {
  border: none;
  color: transparent;
  background: #fff;
  padding: 0;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#topconten .slick-dots li.slick-active button {
  background: #ac8650;
}
#topconten .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  width: 20px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  z-index: 100;
}
#topconten .slick-arrow.slick-prev {
  left: 10px;
}
#topconten .slick-arrow.slick-prev::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 13px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topconten .slick-arrow.slick-prev::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topconten .slick-arrow.slick-next {
  right: 10px;
}
#topconten .slick-arrow.slick-next::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 13px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topconten .slick-arrow.slick-next::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nhblock .fdevcont {
  padding: 60px 0;
}
.nhblock .fdevcont.fdevcont_b {
  padding: 10px 0 20px 0;
}
.nhblock .s_title {
  font-size: 56px;
  color: #0e3a5f;
  font-family: 'Neutra Text';
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  line-height: normal;
  padding: 0 0 40px 0;
  position: relative;
}
.nhblock .s_title::after {
  content: "";
  width: 142px;
  height: 2px;
  background: #ac8650;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: inherit;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.nhblock .hbloccont {
  max-width: 850px;
  margin: 0 auto 30px auto;
  font-family: 'Proxima Nova';
}
.nhblock .hbloccont p {
  margin: 0 0 30px 0;
  font-size: 19px;
  line-height: 24px;
  color: #0e3a5f;
  text-align: center;
}
.nhblock .hbloccont p a {
  color: #af854f;
  font-weight: 600;
}
.nhblock .nrow {
  padding: 0 100px;
}
.nhblock .block_prop {
  margin-top: 50px;
}
.nhblock .block_prop .p_title {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 22px;
  color: #0e3a5f;
  margin: 0 0 10px 0;
}
.nhblock .block_prop .location {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  color: #0e3a5f;
}
.nhblock .block_prop .bullets_for_property li::before {
  top: 0;
}
.nhblock .block_prop .info {
  border: none;
}
.nhblock .block_prop .info .p_logo {
  max-width: 120px;
  border: 1px solid #e6e6e6;
  top: 28px;
  right: 0px;
}
.nhblock .block_prop .p_more {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 22px;
  text-transform: none;
  width: 184px;
}
.nhblock .hbloccontbtn .p_more {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 22px;
  text-transform: none;
  width: 184px;
  margin-top: 0;
  background: #af854d;
  color: #fff;
  height: auto;
  line-height: normal;
  padding: 10px 0;
}
.nhblock .hbloccontbtn .p_more:hover {
  color: #af864e;
  background: none;
}
#f_dev.nhblock {
  background: #f5f5f5;
}
#f_dev .hbloccontbtn {
  margin-top: 30px;
}
#opportunities.nopp {
  padding-top: 0;
  background: #f5f5f5;
}
#opportunities.nopp .ap_block .box {
  background: #fff;
  position: relative;
}
#opportunities.nopp .ap_block .box img {
  margin-bottom: 1px;
}
#opportunities.nopp .ap_block .box .box_wrap .title {
  font-family: 'Neutra Text';
  font-weight: 500;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 29px;
}
#opportunities.nopp .ap_block .box .box_wrap .title::after {
  display: none;
}
#opportunities.nopp .ap_block .box .box_wrap .description {
  text-align: left;
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
#opportunities.nopp .ap_block .box .box_wrap .description .description__news__title {
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  color: #000;
  margin: 0 0 15px 0;
}
#opportunities.nopp .ap_block .box .box_wrap .description .description__news__title a {
  color: #000;
}
#opportunities.nopp .ap_block .box .box_wrap .description .description__news__date {
  margin: 15px 0;
}
#opportunities.nopp .ap_block .box .box__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nhomeform {
  background: #f5f5f5;
  border-top: 1px solid #d9d9d9;
}
#nhomeform .fblock {
  width: 50%;
  float: left;
  vertical-align: top;
  display: inline-block;
}
#nhomeform #join {
  border-top: none;
  border-right: none;
}
#nhomeform #join .s_title {
  font-size: 56px;
  color: #0e3a5f;
  font-family: 'Neutra Text';
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 50px 0;
  line-height: normal;
  padding: 0 0 40px 0;
  position: relative;
}
#nhomeform #join .s_title::after {
  content: "";
  width: 142px;
  height: 2px;
  background: #ac8650;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  right: inherit;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#nhomeform .enform {
  max-width: 950px;
  margin: 0 auto;
}
.n_title {
  text-align: center;
  font-size: 56px;
  color: #0e3a5f;
  font-family: 'Neutra Text';
  font-weight: 500;
  text-transform: uppercase;
  margin: 40px 0 40px 0;
  line-height: normal;
  padding: 0 0 40px 0;
  position: relative;
}
.n_title::after {
  content: "";
  width: 142px;
  height: 2px;
  background: #ac8650;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: inherit;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#apartments_title {
  background: #f1f1f1;
  position: relative;
  padding: 60px 0 40px 0;
  z-index: 10;
}
#apartments_title .n_title {
  margin: 0;
}
#apartments_filter .search_box .rent_buy {
  margin-right: 1%;
}
.eng.sticky_nav #apartments_filter .search_panel_row {
  position: absolute !important;
  padding: 0 !important;
}
.eng.sticky_nav #apartments_filter .search_panel_row .search_panel {
  padding: 40px 25px 50px 130px;
  background: #fff;
}
.eng #apartments_filter .search_panel_row {
  padding: 40px 25px 50px 130px !important;
  height: auto;
}
.eng #apartments_filter .search_panel_row .search_panel .select2-container .select2-choice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d3dbdd;
  padding: 0 0 0 12px;
}
.eng #apartments_filter .search_panel_row .is-sticky .search_panel {
  padding: 20px 25px 20px 130px;
}
.eng #app_result {
  margin-top: 166px;
}
.eng #app_result .select2-container .select2-choice {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d3dbdd;
  padding: 0 0 0 12px;
}
.eng #app_result .sorting .right a {
  background: #fff;
}
.eng #app_result .prop_box {
  padding: 10px 30px 30px 100px;
}
.eng .amenities_panel_open {
  top: 30px;
}
.eng .amenities_panel {
  top: 30px;
}
.eng .amenities_panel h5 {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 16px;
}
.eng .block_prop .p_title {
  font-family: 'Neutra Text';
  font-weight: 700;
  font-size: 23px;
  color: #333;
}
.eng .block_prop .location {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 19px;
  color: #666;
}
.eng .block_prop .info_basic {
  padding-bottom: 14px;
}
.eng .block_prop .bullets_for_property li {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  color: #666;
}
.eng .block_prop .bullets_for_property li::before {
  top: 0;
}
.eng.single-properties .top_slider a {
  height: 600px;
}
.eng.single-properties #b_info {
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/pbg.jpg') no-repeat 50% 50%;
  background-size: cover;
  padding: 70px 0;
}
.eng.single-properties #b_info .b_info__cont .lcol, .eng.single-properties #b_info .b_info__cont .rcol {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.eng.single-properties #b_info .b_info__cont .lcol {
  width: 45%;
  background: #fff;
  padding: 0 0 20px 0;
}
.eng.single-properties #b_info .b_info__cont .rcol {
  width: 55%;
  background: rgba(255, 255, 255, 0.9);
}
.eng #b_info h1 {
  margin: 0 0 10px 0;
  font-family: 'Neutra Text';
  font-weight: 700;
  color: #113c5f;
  padding: 0;
  line-height: 50px;
  font-size: 45px;
  text-transform: uppercase;
  padding: 40px 40px 0 40px;
}
.eng #b_info h4 {
  font-size: 18px;
  color: #113c5f;
  font-weight: 400;
  font-family: 'Proxima Nova';
  margin: 10px 0;
  padding: 0 40px;
}
.eng #b_info .locations {
  font-family: 'Neutra Text';
  font-weight: 700;
  font-size: 19px;
  color: #113c5f;
  margin: 10px 0 25px 0;
  padding: 0 40px;
}
.eng #b_info .full_description {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 19px;
  color: #333;
  line-height: 1.2;
  padding: 0 40px;
  margin: 0 0 20px 0;
}
.eng #b_info .booking {
  border: none;
}
.eng #b_info .booking .item {
  padding: 20px 40px;
}
.eng #b_info .pt {
  padding: 30px;
}
.eng #b_info .pt a {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  color: #666;
}
.eng #b_info .social-likes__widget {
  background: none;
}
.eng #b_info .social-likes__widget .social-likes__button {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  color: #666;
}
.eng #b_info .d_center {
  background: none;
  margin: 20px 0 40px 40px;
  padding: 0 0 0 30px;
  border-left: 2px solid #af864e;
}
.eng #b_info .d_center .content {
  padding: 0;
}
.eng #b_info .d_center .content h5 {
  font-family: 'Neutra Text';
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #113c5f;
  font-size: 19px;
}
.eng #b_info .d_center .content p {
  margin: 0;
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 19px;
  color: #000;
}
.eng #b_info .special_offers {
  background: none;
  margin: 40px 0 0 40px;
  padding: 0 0 0 30px;
  border-left: 2px solid #af864e;
}
.eng #b_info .special_offers span {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 19px;
  color: #000;
}
.eng #b_info .special_offers p {
  margin: 0;
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 19px;
  color: #000;
}
.eng #agent_info {
  text-align: right;
  padding: 30px 0;
}
.eng #agent_info .select_agent li {
  text-align: left;
  width: auto;
  min-width: 320px;
  background: #ebebeb;
}
.eng #maklerss, .eng .block_slider_style {
  background: #f5f5f5;
}
.eng .block_slider_style li a {
  height: 320px;
}
.eng .block_slider_style li a::before {
  height: 100%;
}
.eng #taber .tab-list li {
  border: none;
  height: auto;
}
.eng #taber .tab-list li mark {
  display: none;
}
.eng #taber .tab-list li span {
  background: #e4e4e4;
  position: static;
  height: auto;
  line-height: 26px;
  border: 2px solid #e4e4e4;
  font-family: 'Neutra Text';
  font-weight: 500;
  color: #999;
  font-size: 24px;
  padding: 20px 0;
  border-bottom: 2px solid #af864e;
}
.eng #taber .tab-list li.active span, .eng #taber .tab-list li:hover span {
  background: #fff;
  font-weight: 700;
  color: #113c5f;
  border: 2px solid #fff;
  border-top: 2px solid #af864e;
  border-left: 2px solid #af864e;
  border-right: 2px solid #af864e;
}
.eng #taber .tab-list li:first-child.active span, .eng #taber .tab-list li:first-child:hover span {
  border-left: 2px solid #fff;
}
.eng #taber .tab-list li:last-child.active span, .eng #taber .tab-list li:last-child:hover span {
  border-right: 2px solid #fff;
}
.eng .wysiwyg h1, .eng .wysiwyg h2, .eng .wysiwyg h3, .eng .wysiwyg h4, .eng .wysiwyg h5, .eng .wysiwyg h6 {
  font-family: 'Neutra Text';
  font-weight: 700;
  color: #333;
}
.eng .wysiwyg ul, .eng .wysiwyg ol, .eng .wysiwyg p {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 19px;
  color: #333;
}
.eng .wysiwyg ul li, .eng .wysiwyg ol li, .eng .wysiwyg p li {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 19px;
  color: #333;
}
.eng .wysiwyg ul li::before, .eng .wysiwyg ol li::before, .eng .wysiwyg p li::before {
  top: -1px;
}
.eng #taber .info-sidebar {
  padding: 0 0 20px 0;
}
.eng #taber .info-sidebar span {
  margin-left: 30px;
  margin-right: 30px;
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}
.eng.single-properties #join .s_title {
  padding: 0 0 20px 0;
  font-size: 45px;
  line-height: 1;
  color: #333;
}
.eng.single-properties #join .s_title::after {
  display: block;
  max-width: 220px;
}
.eng .breadcrumbs {
  background: #e8e8e8;
}
.eng .breadcrumbs .row > span {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  color: #999;
  margin: 0 10px;
}
.eng .breadcrumbs .row > span a {
  color: #af854f;
}
.eng .breadcrumbs .row > span:first-child {
  margin: 0 10px 0 0;
}
.eng .servtopimg {
  height: 330px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
.eng.tpl_about_harry {
  background: #f5f5f5;
}
.eng.tpl_about_harry .abttopimg {
  height: 330px;
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/abbg.jpg') no-repeat 50% 50%;
  background-size: cover;
}
.eng.tpl_about_harry #content .page-title {
  margin-top: 50px;
}
.eng.tpl_about_harry #content .page-subtitle {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-size: 19px;
  color: #0e3a5f;
  text-align: center;
  margin: 50px 0 130px 0;
}
.eng.tpl_about_harry #content .page-subtitle span {
  color: #af854f;
}
.eng.tpl_about_harry #content .text {
  max-width: 460px;
  margin: 0 auto;
}
.eng.tpl_about_harry #content .text p, .eng.tpl_about_harry #content .text ul, .eng.tpl_about_harry #content .text ol {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 27px;
  margin: 25px 0;
}
.eng.tpl_about_harry .links {
  padding: 70px 0;
  text-align: center;
}
.eng.tpl_about_harry .links .link {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  float: left;
  margin: 12px 2% 12px 0;
  border: 1px solid #ac8650;
  text-transform: uppercase;
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 16px;
  color: #ac8650;
  padding: 10px;
}
.eng.tpl_about_harry .links .link:hover {
  background: #ac8650;
  color: #fff;
}
.eng.tpl_about_harry .links .link:nth-child(3n) {
  margin: 12px 0;
}
.eng.tpl_about_harry .dates {
  padding: 50px 0;
}
.eng.tpl_about_harry .dates .dates__l, .eng.tpl_about_harry .dates .dates__r {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.eng.tpl_about_harry .dates .dates__l {
  width: 45%;
}
.eng.tpl_about_harry .dates .dates__r {
  width: 55%;
}
.eng.tpl_about_harry .dates .dates__title {
  text-transform: uppercase;
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 56px;
  color: #0e3a5f;
  line-height: 62px;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  position: relative;
}
.eng.tpl_about_harry .dates .dates__title::after {
  content: "";
  width: 142px;
  height: 2px;
  background: #ac8650;
  position: absolute;
  bottom: 0;
  left: 0;
  right: inherit;
}
.eng.tpl_about_harry .dates .dates__cont {
  padding: 0 0 0 65px;
  border-left: 1px solid #ccc;
}
.eng.tpl_about_harry .dates .dates__cont .date {
  position: relative;
}
.eng.tpl_about_harry .dates .dates__cont .date:first-child::after {
  content: "";
  width: 5px;
  height: 14px;
  background: #f5f5f5;
  position: absolute;
  left: -68px;
  top: 0;
}
.eng.tpl_about_harry .dates .dates__cont .date:last-child::after {
  content: "";
  width: 5px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: -68px;
  top: 15px;
}
.eng.tpl_about_harry .dates .dates__cont .date::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 14px;
  left: -66px;
}
.eng.tpl_about_harry .dates .dates__cont .date__number {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 36px;
  color: #ac8650;
  position: absolute;
  left: -250px;
}
.eng.tpl_about_harry .dates .dates__cont .date__text {
  display: inline-block;
  width: 48%;
  float: left;
  vertical-align: top;
  margin: 0 4% 50px 0;
}
.eng.tpl_about_harry .dates .dates__cont .date__text:nth-child(2n) {
  margin: 0 0 50px 0;
}
.eng.tpl_about_harry .dates .dates__cont .date__text p {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin: 0;
}
.eng.tpl_about_harry .dates .dates__cont .date__text p span {
  font-size: 20px;
  color: #0e3a5f;
}
.eng.tpl_about_harry #nhomeform #join .s_title {
  text-transform: none;
  font-size: 48px;
  padding: 0 0 20px;
}
.eng.tpl_about_us {
  background: #f5f5f5;
}
.eng.tpl_about_us .abttopimg {
  height: 330px;
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/abbg.jpg') no-repeat 50% 50%;
  background-size: cover;
}
.eng.tpl_about_us #content .page-title {
  margin-top: 50px;
}
.eng.tpl_about_us #content .page-subtitle {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-size: 19px;
  color: #0e3a5f;
  text-align: center;
  margin: 50px 0 130px 0;
}
.eng.tpl_about_us #content .page-subtitle span {
  color: #af854f;
}
.eng.tpl_about_us #content .text {
  max-width: 460px;
  margin: 0 auto;
}
.eng.tpl_about_us #content .text p, .eng.tpl_about_us #content .text ul, .eng.tpl_about_us #content .text ol {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 27px;
  margin: 25px 0;
}
.eng.tpl_about_us .links {
  padding: 70px 0;
  text-align: center;
}
.eng.tpl_about_us .links .link {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  float: left;
  margin: 12px 2% 12px 0;
  border: 1px solid #ac8650;
  text-transform: uppercase;
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 16px;
  color: #ac8650;
  padding: 10px;
}
.eng.tpl_about_us .links .link:hover {
  background: #ac8650;
  color: #fff;
}
.eng.tpl_about_us .links .link:nth-child(3n) {
  margin: 12px 0;
}
.eng.tpl_about_us .dates {
  padding: 50px 0;
}
.eng.tpl_about_us .dates .dates__l, .eng.tpl_about_us .dates .dates__r {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.eng.tpl_about_us .dates .dates__l {
  width: 45%;
}
.eng.tpl_about_us .dates .dates__r {
  width: 55%;
}
.eng.tpl_about_us .dates .dates__title {
  text-transform: uppercase;
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 56px;
  color: #0e3a5f;
  line-height: 62px;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  position: relative;
}
.eng.tpl_about_us .dates .dates__title::after {
  content: "";
  width: 142px;
  height: 2px;
  background: #ac8650;
  position: absolute;
  bottom: 0;
  left: 0;
  right: inherit;
}
.eng.tpl_about_us .dates .dates__cont {
  padding: 0 0 0 65px;
  border-left: 1px solid #ccc;
}
.eng.tpl_about_us .dates .dates__cont .date {
  position: relative;
}
.eng.tpl_about_us .dates .dates__cont .date:first-child::after {
  content: "";
  width: 5px;
  height: 14px;
  background: #f5f5f5;
  position: absolute;
  left: -68px;
  top: 0;
}
.eng.tpl_about_us .dates .dates__cont .date:last-child::after {
  content: "";
  width: 5px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: -68px;
  top: 15px;
}
.eng.tpl_about_us .dates .dates__cont .date::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 14px;
  left: -66px;
}
.eng.tpl_about_us .dates .dates__cont .date__number {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 36px;
  color: #ac8650;
  position: absolute;
  left: -250px;
}
.eng.tpl_about_us .dates .dates__cont .date__text {
  display: inline-block;
  width: 48%;
  float: left;
  vertical-align: top;
  margin: 0 4% 50px 0;
}
.eng.tpl_about_us .dates .dates__cont .date__text:nth-child(2n) {
  margin: 0 0 50px 0;
}
.eng.tpl_about_us .dates .dates__cont .date__text p {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin: 0;
}
.eng.tpl_about_us .dates .dates__cont .date__text p span {
  font-size: 20px;
  color: #0e3a5f;
}
.eng.tpl_about_us #nhomeform #join .s_title {
  text-transform: none;
  font-size: 48px;
  padding: 0 0 20px;
}
.eng.page-proj {
  overflow-x: hidden;
  background: #f5f5f5;
}
.eng.page-proj .mangtopimg {
  height: 330px;
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/mang.jpg') no-repeat 50% 50%;
  background-size: cover;
}
.eng.page-proj #content .page-title {
  margin-top: 50px;
}
.eng.page-proj #content .page-subtitle {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-size: 19px;
  color: #0e3a5f;
  text-align: center;
  margin: 50px 0 100px 0;
}
.eng.page-proj #content .page-subtitle span {
  color: #af854f;
}
.eng.page-proj #content .text p, .eng.page-proj #content .text ul, .eng.page-proj #content .text ol {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 27px;
  margin: 25px 0;
}
.eng.page-proj #content .text ul {
  list-style-type: none;
  padding: 0;
}
.eng.page-proj #content .text ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}
.eng.page-proj #content .text ul li::before {
  font-family: 'icf';
  font-size: 24px;
  position: absolute;
  top: 0px;
  left: -7px;
  content: '\e838';
  color: #af864e;
}
.eng.page-proj .prodcont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.eng.page-proj .prodcont .block {
  max-width: 460px;
}
.eng.page-proj .prodcont .block4 {
  padding: 50px 0 0 0;
}
.eng.page-proj .prodcont .prodcont__title {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 23px;
  color: #0e3a5f;
  margin: 50px 0;
}
.eng.page-proj .prodcont .imgcont {
  position: relative;
}
.eng.page-proj .prodcont .imgcont .img1 {
  position: absolute;
  left: 0;
  width: auto;
  max-width: inherit;
}
.eng.page-proj .prodcont .imgcont .img2 {
  position: absolute;
  right: 30px;
  width: auto;
  max-width: inherit;
}
.eng.page-proj #nhomeform #join .s_title {
  text-transform: none;
  font-size: 48px;
  padding: 0 0 20px;
}
.eng.page-serv #content .page-title {
  margin-top: 50px;
}
.eng.page-serv #content .page-subtitle {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-size: 19px;
  color: #0e3a5f;
  text-align: center;
  margin: 50px 0 130px 0;
}
.eng.page-serv #content .page-subtitle span {
  color: #af854f;
}
.eng.page-serv #content .textcont {
  max-width: 1000px;
  margin: 0 auto;
}
.eng.page-serv #content .text {
  max-width: 460px;
  margin: 0 auto;
}
.eng.page-serv #content .text p, .eng.page-serv #content .text ul, .eng.page-serv #content .text ol {
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 27px;
  margin: 25px 0;
}
.eng.page-serv #content .blocks {
  margin: 80px 0;
  text-align: center;
}
.eng.page-serv #content .blocks .block {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  position: relative;
}
.eng.page-serv #content .blocks .block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.eng.page-serv #content .blocks .block .block__cont {
  position: absolute;
  left: 0;
  bottom: 15%;
  font-family: 'Neutra Text';
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  line-height: 27px;
  width: 100%;
  padding: 0 25px;
}
.eng.page-serv #content .blocks .block .block__a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eng.page-serv #nhomeform #join .s_title {
  text-transform: none;
}
.eng.page-template-default #content .page-title {
  margin: 40px 0;
}
.eng.page-template-default #content .wysiwyg h1, .eng.page-template-default #content .wysiwyg h2, .eng.page-template-default #content .wysiwyg h3, .eng.page-template-default #content .wysiwyg h4, .eng.page-template-default #content .wysiwyg h5, .eng.page-template-default #content .wysiwyg h6 {
  margin: 1em 0;
}
.eng.page-template-default #content .wysiwyg h3 {
  font-size: 24px;
}
.eng.page-template-default #content .wysiwyg ul {
  padding-left: 25px;
}
.eng #content .page-title {
  text-align: center;
  font-size: 56px;
  color: #0e3a5f;
  font-family: 'Neutra Text';
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  line-height: normal;
  padding: 0 0 40px 0;
  position: relative;
}
.eng #content .page-title::after {
  content: "";
  width: 142px;
  height: 2px;
  background: #ac8650;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: inherit;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.eng.page-buyapp .n_title {
  text-align: center;
  font-size: 56px;
  color: #0e3a5f;
  font-family: 'Neutra Text';
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  line-height: normal;
  padding: 0 0 40px 0;
  position: relative;
}
.eng.page-buyapp .n_title::after {
  content: "";
  width: 142px;
  height: 2px;
  background: #ac8650;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: inherit;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.eng.tax-properties-state .n_title {
  text-align: center;
  font-size: 56px;
  color: #0e3a5f;
  font-family: 'Neutra Text';
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  line-height: normal;
  padding: 0 0 40px 0;
  position: relative;
}
.eng.tax-properties-state .n_title::after {
  content: "";
  width: 142px;
  height: 2px;
  background: #ac8650;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: inherit;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.eng .cityname {
  font-family: 'Neutra Text';
  font-weight: 700;
  color: #af854f;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 5px 20px;
  border: 2px solid #af854f;
  margin-top: 20px;
}
.page-buyapp, .post-type-archive-properties, .tax-properties-state {
  background: #f1f1f1;
}
.multi_form .margb {
  margin-bottom: 20px;
}
.multi_form .select2-container, .multi_form select {
  width: 100%;
}
.multi_form .select2-container .select2-choice, .multi_form select .select2-choice {
  padding: 5px 0 3px 8px;
  height: auto;
  position: relative;
}
.multi_form .select2-container .select2-choice:hover span, .multi_form select .select2-choice:hover span {
  text-decoration: none;
}
.multi_form .select2-container .select2-choice::after, .multi_form select .select2-choice::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
}
.eng #content.conatact_page .page-title {
  margin: 0 0 60px 0;
}
#content.conatact_page {
  padding-top: 50px;
}
#content.conatact_page .locations {
  color: #333;
  font-family: "Neutra Text";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
#content.conatact_page .locations h4 {
  color: #0e3a5f;
  font-family: "Neutra Text";
  font-size: 23px;
  font-weight: 500;
  text-transform: none;
}
#content.conatact_page .multi_form h4 {
  color: #0e3a5f;
  font-family: "Neutra Text";
  font-size: 23px;
  font-weight: 500;
  text-transform: none;
}
#content.conatact_page .multi_form .margb {
  color: #333;
  font-family: "Neutra Text";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.post-type-archive-properties .servtopimg, .page-buyapp .servtopimg, .tax-properties-state .servtopimg {
  z-index: 1001;
  position: relative;
  margin-bottom: 0;
}
#taber.rentprop .tab-list {
  height: 70px;
  background: #f5f5f5;
}
#taber.rentprop .rent_prop {
  width: 100%;
}
#taber.rentprop .rent_prop td {
  padding: 15px 20px;
  font-size: 16px;
}
#taber.rentprop .rent_prop td i {
  display: block;
  font-size: 12px;
}
#taber.rentprop .rent_prop th {
  background: #0e3a5f;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  text-align: left;
}
#taber.rentprop .rent_prop tr:nth-child(2n) {
  background: #f6f6f6;
}
#taber.rentprop .text_under_table {
  padding: 0;
  margin: 20px 0;
  font-size: 12px;
  font-style: italic;
}
#taber.rentprop .info-sidebar {
  border: none;
}
#taber.rentprop .rent_column_title {
  font-weight: 700;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f6f6f6;
}
#taber.rentprop .rent_column_content p {
  margin: 0 0 30px 0;
}
#custom_loop_html .box .icons {
  padding: 0 30px 30px 30px;
}
#custom_loop_html .box .beds, #custom_loop_html .box .bathrooms, #custom_loop_html .box .parking_places {
  display: inline-block;
  padding: 0 0 0 30px;
  color: #666;
  font-size: 16px;
}
#custom_loop_html .box .beds {
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/renticons/double-king-size-bed.svg') no-repeat 0 50%;
  background-size: 20px;
}
#custom_loop_html .box .bathrooms {
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/renticons/home.svg') no-repeat 0 50%;
  background-size: 20px;
}
#custom_loop_html .box .parking_places {
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/renticons/parking-sign.svg') no-repeat 0 50%;
  background-size: 20px;
}
#app_result.rentapp {
  width: 100%;
}
#app_result.rentapp .list_on_filter .block_prop .box {
  width: 30%;
  margin: 0 4% 20px 0;
}
#app_result.rentapp .list_on_filter .block_prop .box:nth-child(-3n+8), #app_result.rentapp .list_on_filter .block_prop .box:nth-child(2n), #app_result.rentapp .list_on_filter .block_prop .box:nth-child(2n+1) {
  margin: 0 4% 20px 0;
}
#app_result.rentapp .list_on_filter .block_prop .box:nth-child(3n) {
  margin: 0 0 20px 0;
}
#app_result.rentapp .block_prop .info .p_logo img {
  min-width: 140px;
}
#footer_to_bottom {
  margin: 0;
  padding: 0;
  height: 340px;
}
footer.enf {
  height: 340px;
  border-top: 5px solid #b68c58;
  box-shadow: inset 0 1px 0 0 #fff;
}
footer.enf .grid li a {
  color: #fff;
  margin-bottom: 8px;
}
footer.enf .c_border {
  border-right: 1px solid #b68c58;
}
footer.enf hr {
  background: #b68c58;
}
footer.enf .f_bottom li a {
  font-size: 13px;
  color: #fff;
}
footer.enf .copy {
  font-size: 13px;
  color: #fff;
}
footer.enf .social_link {
  margin-top: 20px;
}
footer.enf .social_link a {
  color: #b2854d;
}
footer.enf .social_link a::before {
  color: #b2854d;
}
footer.enf .wechat {
  background: url('https://www.meriton.com.au/wp-content/themes/meriton-child/img/Wechat-32.png') no-repeat 50% 50%;
}
@media screen and (max-width: 1600px) {
  .eng.post-type-archive-properties #apartments_filter .search_panel_row {
    padding: 40px 25px 50px 25px !important;
  }
  .eng.sticky_nav.post-type-archive-properties #apartments_filter .search_panel_row {
    position: absolute !important;
    padding: 0 !important;
  }
  .eng.sticky_nav.post-type-archive-properties #apartments_filter .search_panel_row .search_panel {
    padding: 40px 25px 50px 25px;
    background: #fff;
  }
}
@media only screen and (max-width: 1442px) {
  .wrapper {
    width: 96%;
    margin: 0 2%;
  }
  #topconten .img__cnt {
    height: 700px;
  }
  .home #f_dev.nhblock .block_slider_style .bx-viewport li a {
    background-size: cover !important;
  }
  .nhblock .block_prop .info .p_logo {
    top: 20px;
    right: 15px;
    max-width: 60px;
  }
  footer.enf {
    height: auto;
  }
  footer.enf .wechat_image {
    right: 10px;
    top: 34px;
  }
  #opportunities.nhblock .ap_block .box {
    padding: 0;
  }
  #opportunities.nhblock .ap_block .box .box_wrap {
    padding: 15px;
  }
  .eng footer .col-3 {
    width: 33.333333333333% !important;
    margin: 0 !important;
  }
  nav#entopmenu2 ul.menu > li > a {
    padding: 15px 0 15px 20px;
  }
}
@media only screen and (max-width: 992px) {
  #enheader #logo img {
    max-height: inherit;
  }
  nav#entopmenu1 ul.menu > li > a {
    padding: 30px 0 30px 30px;
  }
  nav#entopmenu2 ul.menu > li > a {
    font-weight: 400;
    font-size: 18px;
  }
  #nhomeform #join .s_title {
    font-size: 36px;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .nhblock .fdevcont {
    padding: 30px 0;
  }
  .nhblock .s_title {
    font-size: 36px;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .eng.single-properties .top_slider a {
    height: 700px;
  }
  .eng #taber .tab-list li span {
    font-size: 18px;
  }
  .eng #taber .tab-list li:first-child.active span, .eng #taber .tab-list li:first-child:hover span {
    border-left: 2px solid #af864e;
  }
  .eng #taber .tab-list li:last-child.active span, .eng #taber .tab-list li:last-child:hover span {
    border-right: 2px solid #af864e;
  }
  .eng.page-serv #content .blocks, .eng.page-serv #content .page-subtitle {
    margin: 20px 0;
  }
  .eng.page-proj #content .blocks, .eng.page-proj #content .page-subtitle {
    margin: 40px 0;
  }
  .eng.tpl_about_harry #content .page-subtitle {
    margin: 20px 0;
  }
  .eng.tpl_about_harry .links .link {
    width: 44%;
    margin: 12px;
    float: none;
  }
  .eng.tpl_about_harry .links .link:nth-child(3n) {
    margin: 12px;
  }
  .eng.tpl_about_harry .dates .dates__title {
    font-size: 34px;
    line-height: 36px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .eng.tpl_about_harry .dates .dates__cont .date__number {
    left: -160px;
  }
  .eng.tpl_about_us #content .page-subtitle {
    margin: 20px 0;
  }
  .eng.tpl_about_us .links .link {
    width: 44%;
    margin: 12px;
    float: none;
  }
  .eng.tpl_about_us .links .link:nth-child(3n) {
    margin: 12px;
  }
  .eng.tpl_about_us .dates .dates__title {
    font-size: 34px;
    line-height: 36px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .eng.tpl_about_us .dates .dates__cont .date__number {
    left: -160px;
  }
}
@media only screen and (max-width: 764px) {
  .eng #taber .tab-container {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 740px) {
  header .topmenu {
    display: none;
  }
  header .mobile_topmenu {
    display: block;
  }
  .nhblock .nrow {
    padding: 0 10px;
  }
  #enheader .slicknav_menu {
    top: 20px;
  }
  #enheader #logo {
    float: none;
    padding: 10px 0;
  }
  #enheader #logo img {
    max-height: 76px;
  }
  #enheader .slicknav_menu {
    width: 200px;
    background: none;
    position: absolute;
    right: 20px;
  }
  #enheader .slicknav_menu .slicknav_nav {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background: #0e3a5f;
  }
  #enheader .slicknav_menu .slicknav_btn {
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #enheader .slicknav_menu a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #enheader .slicknav_menu .sub-menu {
    position: static;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  nav#entopmenu1 {
    text-align: center;
  }
  nav#entopmenu1 ul.menu > li > a {
    font-size: 14px;
    padding: 10px;
    font-family: 'Proxima Nova';
  }
  #langchns {
    padding: 10px 0 0 0;
    text-align: center;
  }
  #langchns span.text {
    font-family: 'Proxima Nova';
    font-size: 14px;
    margin: 0 10px 0 0;
  }
  #langchns a.chnlink #langchns a.enlink {
    margin: 3px 8px;
  }
  .alignleft, .alignright {
    text-align: center;
  }
  img.alignleft, img.alignright, img.aligncenter {
    display: block;
    float: none;
    margin: 20px auto;
  }
  #topconten .img__cnt {
    height: 400px;
  }
  #opportunities.nhblock .ap_block .box {
    width: 300px;
    margin: 20px auto;
    display: block;
  }
  #opportunities.nhblock .ap_block .box:nth-child(-3n+8) {
    margin: 20px auto;
  }
  #nhomeform .fblock {
    float: none;
    display: block;
    width: 100%;
  }
  .eng.sticky_nav.post-type-archive-properties #apartments_filter .search_panel_row {
    position: static !important;
  }
  .eng #app_result {
    margin-top: 0;
  }
  .eng.single-properties .top_slider a {
    height: 400px;
  }
  .eng.single-properties #b_info .b_info__cont .lcol, .eng.single-properties #b_info .b_info__cont .rcol {
    width: 100%;
    float: none;
  }
  .eng #b_info h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .eng #b_info .special_offers {
    margin-bottom: 20px;
    text-align: left;
  }
  .eng #content .page-title {
    font-size: 36px;
    margin: 20px 0;
    padding: 0 0 20px 0;
  }
  .eng.tpl_about_harry .links {
    padding: 20px 0;
  }
  .eng.tpl_about_harry .dates {
    padding: 20px 0;
  }
  .eng.tpl_about_harry .dates .dates__title {
    text-align: center;
  }
  .eng.tpl_about_harry .dates .dates__title:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .eng.tpl_about_harry .dates .dates__r, .eng.tpl_about_harry .dates .dates__l {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
  }
  .eng.tpl_about_harry .dates .dates__cont {
    padding: 0;
    border: none;
  }
  .eng.tpl_about_harry .dates .dates__cont .date::after, .eng.tpl_about_harry .dates .dates__cont .date::before {
    display: none;
  }
  .eng.tpl_about_harry .dates .dates__cont .date__number {
    display: block;
    position: static;
    text-align: center;
    margin: 20px 0;
  }
  .eng.tpl_about_harry .dates .dates__cont .date__texts {
    text-align: center;
  }
  .eng.tpl_about_harry .dates .dates__cont .date__text {
    margin: 10px;
    float: none;
    width: 260px;
  }
  .eng.tpl_about_harry .dates .dates__cont .date__text:nth-child(2n) {
    margin: 10px;
  }
  .eng.tpl_about_harry .en_ab_image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .eng.tpl_about_us .links {
    padding: 20px 0;
  }
  .eng.tpl_about_us .dates {
    padding: 20px 0;
  }
  .eng.tpl_about_us .dates .dates__title {
    text-align: center;
  }
  .eng.tpl_about_us .dates .dates__title:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .eng.tpl_about_us .dates .dates__r, .eng.tpl_about_us .dates .dates__l {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
  }
  .eng.tpl_about_us .dates .dates__cont {
    padding: 0;
    border: none;
  }
  .eng.tpl_about_us .dates .dates__cont .date::after, .eng.tpl_about_us .dates .dates__cont .date::before {
    display: none;
  }
  .eng.tpl_about_us .dates .dates__cont .date__number {
    display: block;
    position: static;
    text-align: center;
    margin: 20px 0;
  }
  .eng.tpl_about_us .dates .dates__cont .date__texts {
    text-align: center;
  }
  .eng.tpl_about_us .dates .dates__cont .date__text {
    margin: 10px;
    float: none;
    width: 260px;
  }
  .eng.tpl_about_us .dates .dates__cont .date__text:nth-child(2n) {
    margin: 10px;
  }
  .eng.tpl_about_us .en_ab_image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .eng.page-proj #content .page-title {
    font-size: 36px;
    margin: 20px 0;
    padding: 0 0 20px 0;
  }
  .eng.page-proj #content .page-subtitle {
    margin: 20px 0;
  }
  .eng.page-proj .prodcont {
    padding: 0 0 20px 0;
  }
  .eng.page-proj .prodcont .block {
    max-width: inherit;
  }
  .eng.page-proj .prodcont .block4 {
    padding: 0;
  }
  .eng.page-proj .prodcont .prodcont__title {
    margin: 20px 0;
  }
  .eng.page-proj .prodcont .imgcont .img1, .eng.page-proj .prodcont .imgcont .img2 {
    position: static;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .n_title {
    font-size: 36px;
    margin: 20px 0;
    padding: 0 0 20px 0;
  }
  .eng .block_slider_style li a {
    height: 320px !important;
  }
  .eng footer .col-3 {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    border: none;
  }
  .eng #b_info .d_center, .eng #b_info .special_offers {
    margin: 20px 40px;
  }
  .eng #join .grid {
    margin-left: 0;
  }
  .eng .booking .item .i-beds12 {
    width: 80px !important;
  }
  .eng .booking .item .i-parking14 {
    width: 50px;
  }
}
@media only screen and (max-width: 480px) {
  footer.enf .c_border {
    border: none;
  }
  .eng.single-properties .top_slider a {
    height: 250px;
  }
  .eng.tpl_about_harry .links .link {
    width: 100%;
    margin: 10px 0;
  }
  .eng.tpl_about_harry .links .link:nth-child(3n) {
    margin: 10px 0;
  }
  .eng.tpl_about_us .links .link {
    width: 100%;
    margin: 10px 0;
  }
  .eng.tpl_about_us .links .link:nth-child(3n) {
    margin: 10px 0;
  }
  .eng .block_prop .p_title {
    padding: 8px 0px 0 0;
  }
}
.calculator-section > * {
  box-sizing: border-box !important;
}
.calculator-section {
  width: 100%;
  float: left;
  background: #f5f5f5;
  padding: 15px 0;
  color: #000;
  font-family: 'Neutra Text';
  font-size: 17px;
}
.calculator-container {
  width: 100%;
  padding: 0 15px;
  max-width: 1440px;
  margin: 0 auto;
}
.left-container {
  width: 40%;
  float: left;
  padding: 0 15px;
}
.left-container-inner {
  width: 100%;
  float: left;
  padding: 30px;
  background: #fff;
}
.left-container-inner hr {
  border-top-color: #ccc;
  border-bottom: transparent;
  box-shadow: none;
  margin: 20px 0 30px;
}
.right-container {
  width: 60%;
  float: left;
  padding: 0 15px;
}
.borrow {
  background: #0e3a5f;
  color: #fff;
  padding: 30px;
  width: 100%;
  float: left;
}
.borrow-slider label {
  color: #386d9a;
  font-size: 48px;
}
.get-started {
  background: #fff;
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.calculator-container h3 {
  font-size: 28px;
  color: #0e3a5f;
  font-weight: 300;
  margin: 0 0 20px;
}
.calculator-container .borrow h3 {
  color: #fff;
}
.calculator-container p {
  margin-bottom: 15px;
}
.form-group {
  width: 100%;
  float: left;
  margin: 0 0 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.form-group label {
  margin-bottom: 10px;
  display: block;
}
.form-group input.form-control, .form-group select.form-control {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 0;
}
.form-group .select2-container.form-control {
  width: 100%;
  height: 40px;
}
.form-group .select2-container .select2-choice {
  line-height: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
}
.form-group .select2-container .select2-choice * {
  color: #000;
}
.form-group select.form-control.tranparent-border, .form-group .select2-container.tranparent-border .select2-choice {
  border-color: transparent;
}
.form-group .select2-container .select2-choice .select2-arrow:before {
  content: ">";
  transform: rotate(90deg);
  display: inline-block;
  font-size: 24px;
  color: #000;
}
.form-check-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
}
.form-check-group .form-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-right: 30px;
}
.form-check-group .form-check label {
  margin-bottom: 0;
  margin-left: 5px;
}
.right-container .form-group .select2-container .select2-choice {
  border: 1px solid #386d9a;
  background: transparent;
}
.right-container .form-group .select2-container .select2-choice * {
  color: #fff;
}
.right-container .form-group .select2-container .select2-choice .select2-arrow:before {
  color: #fff;
}
.right-container .form-group input[type="range"] {
  width: 100%;
}
.form-group span {
  color: #bbb;
}
.width-half-container {
  margin: 0 -3%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: calc(106%);
}
.width-half {
  width: 50%;
  padding: 0 3%;
}
.calculator-container .button {
  background: #af864e;
  border: 2px solid #af864e;
  color: #fff;
  padding: 12px 35px;
  text-transform: uppercase;
  font-weight: bold;
}
.calculator-container .button:hover {
  background: #fff;
  border: 2px solid #af864e;
  color: #af864e;
}
.clearfix {
  clear: both;
}
@media screen and (max-width: 767px) {
  .left-container, .right-container {
    width: 100%;
  }
  .borrow h4#txtdiposite {
    font-size: 22px !important;
    line-height: 1.5 !important;
  }
}