/*****************************************
* SELECT STYLE 2
*****************************************/
.select2-container--default {
  width: 100% !important;
}

/** height **/
.select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single {
  min-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 30px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #cdcdcd;
  min-height: 44px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  font-size: 11px;
  background-color: #E4E8ED;
  border: 1px solid #d8d3d3;
}

/** text **/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: var(--fs-input);
  color: #333;
  padding: 0px 35px 0px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../images/icon_arrow-down.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: 20px;
  border: none;
  border-width: 0;
  width: 37px;
  height: 100%;
  left: 0;
  margin-left: -18px;
  top: 2px;
}

.select2-container--default .select2-selection--single {
  border-radius: 4px;
}

.select2-results__option[aria-selected] {
  font-size: 11px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #9ea3a9;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: var(--fs-input);
}

.select2-container .select2-search--inline .select2-search__field {
  padding-inline: 10px;
}

.padding-zero {
  padding: 0;
}

.padding-left {
  padding-left: 0;
}

.padding-right {
  padding-right: 0;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.show-1199,
.reponsive-logo {
  display: none;
}

.fix-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  width: 100%;
}

.fill img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
* GO CENTER
-----------------------------------------*/
.go-center {
  white-space: nowrap;
  margin: 0;
  text-align: center;
}

.go-center span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 -3px;
}

.go-center img,
.go-center h1,
.go-center h2,
.go-center > div {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

/*********************************
*  $Buttons
*********************************/
/* View button */
/* Add to favourites button */
.favourites-btn {
  border: 1px solid #BD0108;
  color: #bd010b;
  text-decoration: none !important;
}

.favourites-btn:hover,
.favourites-btn:focus {
  background: #DE010E;
  color: #fff;
}

/* Download PDF button */
.dwld-pdf-btn {
  background-color: #09325f;
  color: #fff !important;
  border: 1px solid #09325f;
}

/* Enquiry form button */
.property-enquiry input[type=submit] {
  text-transform: uppercase;
  background: #09325f;
  color: #fff;
  border: 1px solid #09325f;
  margin-top: 28px;
  width: 100%;
}

@media (min-width: 768px) {
  .property-enquiry input[type=submit] {
    width: auto;
  }
}
/* Footer contact button */
.footer-contact .contacto {
  background: #8b0b1d;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
}

/* Footer subscribe to newsletter button */
.subscribe-form input[type=submit] {
  font-size: 12px;
  text-transform: uppercase;
  padding: 14px 25px;
  background: #09325f;
  color: #fff;
  border: none;
  border-radius: 3px;
  min-width: 78px;
  min-height: 40px;
  position: absolute;
  top: 7px;
  right: 6px;
  line-height: initial;
}

/* Contact us button */
.form-contactus button,
.form-contactus input[type=submit] {
  border: 0;
  background-color: #000;
  color: #fff;
  padding: 10px 40px;
}

.form-contactus button:hover,
.form-contactus input[type=submit]:hover {
  background-color: #1f1f1f;
}

/*********************************
*  FOOTER
*********************************/
footer .navigation {
  color: #fff;
  padding: 20px 0px;
}

footer .navigation h3 {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 35px;
}

footer .navigation ul {
  padding: 0;
}

footer .navigation ul li {
  list-style-type: none;
  color: #fff;
}

footer .navigation ul li a {
  color: #fff;
}

footer .logos {
  padding: 40px 0px;
  min-height: 135px;
  background-color: #1e1d1d;
}

footer .logos ul {
  text-align: right;
}

footer .logos ul li:nth-child(1) {
  font-size: 26px;
  color: #fff;
}

footer .logos ul li:nth-child(1) div {
  display: block;
}

footer .site-details {
  background-color: #3d81c5;
  min-height: 57px;
  color: #fff;
}

footer .site-details img {
  margin: auto;
}

footer .site-details .right-detail {
  text-align: right;
}

footer .site-details a {
  color: #fff;
}

footer .site-details .left-detail,
footer .site-details .right-detail {
  padding: 18px;
}

footer a {
  color: #000;
  text-decoration: none;
}

/*********************************
*  PROPERTY PAGE
*********************************/
.detail-page h1.property-heading {
  font-size: 25px;
  font-weight: 300;
  color: #0d539a;
  margin-bottom: 5px;
}

.detail-page .property-sub-heading {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.detail-page .price {
  margin-top: 15px;
  font-size: 26px;
  font-weight: 600;
  color: #0d539a;
  text-align: right;
}

.detail-page .reference {
  text-align: right;
  font-size: 16px;
  font-weight: 300;
}

.detail-page .sn {
  text-align: right;
  margin-top: 22px;
}

.detail-page .short-links {
  text-align: right;
}

.detail-page .right-side {
  background-color: #6c6e6b;
  min-height: 300px;
  padding: 30px;
}

.detail-page #property-map {
  height: 297px;
}

.detail-page .agent-info {
  margin-top: 20px;
}

.detail-page .agent-info img {
  border: 3px solid #fff;
}

.detail-page .agent-info,
.detail-page .agent-info a {
  color: #fff;
}

.detail-page .property-slider .sliderNavBG {
  position: relative;
  background-color: rgba(0, 0, 0, 0.47);
  margin-top: -99px;
  padding: 15px 0px;
}

.detail-page .property-slider .propertySliderNav {
  width: 80%;
  margin: auto;
}

.detail-page .property-slider .slick-slide {
  cursor: pointer;
}

.detail-page .property-slider .propertySliderNav .slick-prev {
  position: absolute;
  left: -78px;
  margin-top: 2px;
  background-color: transparent;
  background-image: url("../images/left-arrow_03.png");
  height: 65px;
  width: 67px;
  border: 0;
  color: transparent;
}

.detail-page .property-slider .propertySliderNav .slick-next {
  position: absolute;
  right: -78px;
  margin-top: -68px;
  background-color: transparent;
  background-image: url("../images/right-arrow_05.png");
  height: 65px;
  width: 67px;
  border: 0;
  color: transparent;
}

.detail-page .property-slider img {
  width: 100%;
  max-height: 534px;
}

.detail-page .property-slider .propertySliderNav img {
  padding: 0px 7px;
}

.detail-page .enquiry-link {
  text-align: center;
  margin-top: 20px;
}

.detail-page .enquiry-link a {
  display: block;
  background-color: #3d81c5;
  color: #fff;
  padding: 10px 0px;
  font-size: 21px;
  font-weight: 300;
}

.detail-page .enquiry-link a:hover {
  text-decoration: none;
}

.detail-page .property-info {
  margin: 30px 0px;
}

.detail-page .enquery {
  min-height: 470px;
  background-color: #3d81c5;
  margin-bottom: 30px;
  padding: 40px 50px;
  color: #fff;
}

.detail-page .enquery .heading {
  font-size: 30px;
  margin-bottom: 12px;
}

.detail-page .enquery input[type=text],
.detail-page .enquery input[type=email] {
  height: 60px;
  border: 0px solid #cbccce;
  padding: 0px 10px;
  width: 100%;
  color: #000;
  margin-bottom: 20px;
  border-radius: 0;
}

.detail-page .enquery textarea {
  height: 219px;
  width: 100%;
  border: 0px solid #cbccce;
  color: #000;
  padding: 10px;
  border-radius: 0;
}

/*********************************
*  RESULT PAGE
*********************************/
.home-slider {
  float: left;
  width: 100%;
}

/*.property-photos-slider .slick-arrow,*/
.home-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  background-color: transparent;
  border: 0;
  outline: inherit;
  background-color: #767676;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  padding: 4px !important;
}

.property-photos-slider .slick-arrow {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.4);
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
  border: none;
  border-radius: 50%;
  top: 48%;
  transition: 0.3s;
}

.property-photos-slider .slick-arrow:hover {
  background-color: rgba(30, 30, 30, 0.6);
}

.property-photos-slider .slick-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.property-photos-slider .slick-arrow:before {
  display: none;
}

.property-photos-slider .slick-arrow.slick-prev,
.home-slider .slick-arrow.slick-prev {
  z-index: 1;
  left: 20px;
  color: transparent;
}

.property-photos-slider .slick-arrow.slick-next,
.home-slider .slick-arrow.slick-next {
  right: 20px;
  color: transparent;
}

.property-photos-slider .slick-arrow.slick-next:before,
.property-photos-slider .slick-arrow.slick-prev:before,
.home-slider .slick-arrow.slick-next:before,
.home-slider .slick-arrow.slick-prev:before {
  font-family: FontAwesome;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  position: relative;
}

.property-photos-slider .slick-arrow.slick-next:before,
.home-slider .slick-arrow.slick-next:before {
  content: "\f105";
  top: -6px;
  right: -16px;
}

.property-photos-slider .slick-arrow.slick-prev:before,
.home-slider .slick-arrow.slick-prev:before {
  content: "\f104";
  top: -5px;
  right: -10px;
}

.property-photos-slider .slick-arrow.slick-prev:before {
  right: -8px !important;
}

.property-photos-slider .slick-arrow.slick-disabled,
.home-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.fancybox-arrow:after {
  background-color: rgba(30, 30, 30, 0.4);
  border-radius: 50%;
}

.fancybox-arrow:after {
  background-color: rgba(30, 30, 30, 0.6);
}

.property-thumbs-slider .slick-slide,
.property-photos-slider .slick-slide {
  position: relative;
}

.property-thumbs-slider .slick-slide iframe {
  width: 100% !important;
}

.iframe-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  /*background: url(../images/play-circle.png) no-repeat center center rgba(255, 255, 255, .3);*/
  background-size: 206px auto;
}

.iframe-cover-thumb {
  overflow: hidden;
  background-size: auto 69%;
}

.property-thumbs-slider .slick-slide iframe {
  height: 46px !important;
  width: 100%;
}

.banner-content {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}

.banner-content h3 {
  font-size: 16px;
  margin: 0 0 18px 0;
  text-transform: uppercase;
}

.banner-content h2 {
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-content hr {
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  width: 94px;
  margin: 0 auto 24px auto;
}

h1.search-label {
  font-weight: 300;
  font-size: 30px;
  color: #282828 !important;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}

.caret-pin {
  background-image: url("../images/map-icon_03.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 10px 4px;
  margin-left: 4px;
}

.caret-down {
  background-size: 20px;
  background-image: url("../images/icon_arrow-down.svg");
  background-position: 2px -4px;
  background-repeat: no-repeat;
  padding: 0px 11px 4px 10px;
  width: 25px;
  margin-left: 4px;
}

.filter-functions {
  min-height: 60px;
  border-top: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 20px;
  padding: 15px 0px 0px;
}

.filter-functions .right-side > ul > li > a,
.filter-functions .right-side > ul > li > div > a {
  background-color: #fff;
  border: 1px solid #eeeeee;
  color: #7c7c7c;
  padding: 10px 12px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
}

.filter-functions .right-side > ul > li .dropdown > a,
.filter-functions .right-side > ul > li > a {
  float: left !important;
}

.filter-functions .right-side > ul > li .dropdown > a {
  min-width: 120px;
}

.filter-functions .right-side > ul > li:nth-child(1) > a {
  padding: 10px 20px 10px 5px;
}

.filter-functions .right-side > ul > li:nth-child(1) > a .caret-pin {
  margin-right: 5px;
}

.filter-functions .right-side > ul > li > div > a:hover,
.filter-functions .right-side > ul > li > a:hover {
  background-color: #ec1522;
  color: #fff;
  border: 1px solid #ec1522;
}

.filter-functions .right-side {
  text-align: right;
}

.filter-functions .right-side > ul > li {
  width: auto;
}

.filter-functions .right-side > ul > li:nth-child(3) .dropdown {
  width: 106px;
}

.filter-functions .paging li a:hover,
.filter-functions .paging li.active a {
  background-color: #ec1522;
  border: 1px solid #ec1522;
  color: #fff;
  padding: 5px 15px;
  font-size: 15px;
  border-radius: 3px;
}

.filter-functions .paging li {
  padding-left: 0;
  padding-right: 0;
  margin-right: 4px;
}

.filter-functions .paging li a {
  text-decoration: none !important;
  background: #fff;
  color: #7c7c7c;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 300;
  border: 1px solid #eeeeee;
  float: left;
}

span.banner {
  position: absolute;
  right: -40px;
  top: 25px;
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.7rem;
  font-weight: var(--fw-regular);
  letter-spacing: 1px;
  white-space: nowrap;
  background-color: var(--clr-banner-background, #ffffff);
  color: var(--clr-banner-text, var(--clr-brand));
  opacity: 0.9;
  transform: rotate(45deg) skew(0deg, 0deg);
  pointer-events: none;
}

span.banner-sold {
  --clr-banner-background: var(--clr-brand);
  --clr-banner-text: #ffffff;
}

.recently-added .thumb-item {
  overflow: hidden;
}

.search-page .favourites-btn {
  float: right !important;
  width: auto !important;
}

.footer-contact {
  float: left;
  width: 100%;
  padding: 65px 0 40px 0;
  background: #ae000b;
  color: #fff;
}

.footer-contact h3 {
  font-size: 23px;
  margin: 0 0 22px 0;
  text-transform: uppercase;
}

.footer-contact .col-footer-contact p {
  font-size: 23px;
  margin: 0 0 30px 0;
  font-weight: 300;
}

.footer-contact .col-footer-contact a {
  color: #fff;
}

.col-footer-subscribe p {
  font-size: 14px;
  margin: 0 0 25px 0;
  color: rgba(255, 255, 255, 0.6);
  /*font-family: 'Georgia';*/
  font-style: italic;
}

.col-footer-subscribe .subscribe-form {
  position: relative;
  float: left;
  width: 100%;
}

.subscribe-form input[type=email] {
  font-size: 14px;
  padding: 20px 25px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 3px;
  min-height: 54px;
  width: 100%;
  float: left;
  font-style: italic;
}

.subscribe-form a.email-o {
  text-transform: none !important;
  color: white;
}

.col-footer-social ul {
  padding: 0;
  margin: 0;
}

.col-footer-social ul li {
  display: inline-block;
  list-style: none;
  margin: 0 12px 0 0;
}

.col-footer-social ul li a {
  float: left;
  width: 35px;
  height: 35px;
  transition: 0.2s;
}

.col-footer-social ul li a:hover {
  filter: brightness(120%);
}

.col-footer-social ul li:nth-child(1) a {
  background: url(../images/icon_social_facebook.svg) no-repeat center top transparent;
  -webkit-background-size: cover;
  background-size: cover;
}

.col-footer-social ul li:nth-child(2) a {
  background: url(../images/icon_social_instagram.svg) no-repeat center top transparent;
  -webkit-background-size: cover;
  background-size: cover;
}

.col-footer-social ul li:nth-child(3) a {
  background: url(../images/social-twitter.png) no-repeat center top transparent;
}

.col-footer-social ul li:nth-child(4) a {
  background: url(../images/social-youtube.png) no-repeat center top transparent;
}

.col-footer-social ul li:nth-child(5) a {
  background: url(../images/social-gplus.png) no-repeat center top transparent;
}

.footer-navigation {
  float: left;
  width: 100%;
  padding: 55px 0 25px 0;
  background: #870009;
  color: #fff;
}

.footer-navigation a {
  color: #bb8185;
}

.footer-navigation h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 26px 0;
  text-transform: uppercase;
}

.footer-navigation ul {
  padding: 0;
  margin: 0;
}

.footer-navigation ul li {
  width: 100%;
  list-style: none;
  margin: 0 0 20px 0;
}

.footer-navigation ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  text-transform: capitalize;
}

.footer-navigation ul li a.email-o {
  text-transform: none !important;
}

ul.footer-address li {
  background-position: 0 0;
  padding: 0 0 0 30px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.78);
}

ul.footer-address li a {
  color: rgba(255, 255, 255, 0.78);
}

ul.footer-address li:nth-child(1) {
  background: url(../images/icon-marker.png) no-repeat transparent;
}

ul.footer-address li:nth-child(2) {
  background: url(../images/icon-email.png) no-repeat transparent;
}

ul.footer-address li:nth-child(3) {
  background: url(../images/icon-phone.png) no-repeat transparent;
}

ul.footer-address li:nth-child(4) {
  background: url(../images/icon-fax.png) no-repeat transparent;
}

.col-copyright p {
  font-size: 11px;
  color: #a65e62;
  font-weight: 600;
}

.col-copyright ul {
  font-size: 11px;
}

.col-footermenu ul {
  padding: 0;
  margin: 0;
}

.col-footermenu ul li {
  display: inline-block;
  list-style: none;
  width: auto;
}

.col-footermenu ul li:before {
  content: " | ";
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.col-footermenu ul li:first-child:before {
  display: none;
}

.col-footermenu ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 16px;
}

.footer-navigation hr {
  height: 1px;
  background: #931a22;
  border: none;
  width: 100%;
  margin: 15px auto 20px auto;
}

/*********************************
*  RECENTLY ADDED PROPPERTIES
*********************************/
.row-recent {
  margin-bottom: 46px;
}

.recently-added {
  margin-bottom: 22px;
}

.recently-added .right-section {
  margin-bottom: 19px;
}

.recently-added .right-section img {
  width: 100%;
}

.thumb-item .details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 99;
}

/*
.thumb-item{
  position: relative;
}
.thumb-item img{
  width: 100%;
  height: 570px;
  object-fit: cover;
}
*/
.thumb-item {
  position: relative;
}

.thumb-item img {
  max-width: 100%;
}

.recent-left.thumb-item .image {
  height: 570px;
  background-color: #e8e8e8;
}

.thumb-item .price {
  position: absolute;
  top: 44px;
  background: #ec1522;
  padding: 7px 10px;
  font-size: 13px;
  margin: 0 0 15px 0;
  color: #fff;
}

.thumb-item .details p {
  float: left;
  background: #ec1522;
  padding: 7px 10px;
  font-size: 23px;
  margin: 0 0 15px 0;
  color: #fff;
}

.thumb-item .details h3 {
  float: left;
  width: 100%;
  font-size: 23px;
  color: #fff;
  margin: 0 0 10px 0;
}

.thumb-item .details h4 {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fffefe;
  text-transform: uppercase;
  margin: 0;
}

.thumb-item .details h3 a {
  color: #fff;
}

.thumb-item .details .left-desc {
  padding: 10px 36px;
}

.thumb-item {
  margin-bottom: 10px;
}

.block-thumb .details {
  padding: 15px;
}

.block-thumb.thumb-item .image {
  height: 280px;
  background-color: #e8e8e8;
}

/*
.block-thumb img{
  height: 280px;
  width: 100%;
  object-fit: cover;
}
*/
.block-thumb2.thumb-item .image {
  height: 370px;
  background-color: #e8e8e8;
}

/*
.block-thumb2 img{
  height: 370px;
  width: 100%;
  object-fit: cover;
}
*/
.block-thumb .details span {
  font-size: 21px;
  margin: 0 0 10px 0;
}

.block-thumb .details h3 {
  font-size: 22px;
  margin: 0 0 6px 0;
  height: 28px;
  font-weight: 300;
}

.block-thumb .details h4 {
  font-size: 11px;
  font-weight: 300;
}

.recently-added .row {
  margin-left: -5px;
  margin-right: -5px;
}

.recently-added .col-md-4,
.recently-added .col-md-5,
.recently-added .col-md-7,
.recently-added .col-md-8 {
  padding-left: 5px;
  padding-right: 5px;
}

/*********************************
*  CONTENT
*********************************/
.content {
  background-color: #f0f1f2;
  min-height: 240px;
  border: 1px solid #dedfdf;
  padding: 20px 36px;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 34px;
}

.content h1 {
  color: #3d81c5;
  font-size: 30px;
  text-align: left;
}

.generic-content {
  margin-bottom: 40px;
}

.generic-page .generic-breadcrumbs {
  margin-bottom: 20px;
}

.generic-page .generic-content {
  padding-top: 20px;
  margin-bottom: 20px;
}

.generic-page .generic-content img {
  max-width: 100%;
}

.generic-page .generic-content p {
  margin-bottom: 40px;
}

.generic-content h1 {
  font-weight: 300;
  font-size: 35px;
  color: #0d539a;
}

.right-content {
  background-color: #f0f1f2;
  border: 1px solid #dfe0e0;
  min-height: 400px;
  margin-top: 70px;
  margin-left: 20px;
  padding: 0px 22px 18px;
}

.right-content h3,
.right-content h4 {
  font-weight: 300;
}

.right-content .news-list {
  background-color: #fff;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-bottom: 17px;
}

.right-content .news-list .news-content {
  font-weight: 300;
}

.right-content .link {
  background-color: #595959;
  text-align: center;
}

.right-content .link a {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  display: block;
  padding: 10px 0px;
}

.right-content .link a:hover {
  background-color: #353535;
  text-decoration: none;
}

.right-content .date {
  background-color: #3d81c5;
  color: #fff;
  text-align: center;
  min-height: 58px;
  padding-top: 5px;
}

.right-content .date div:nth-child(1) {
  font-size: 24px;
  font-weight: 300;
}

.right-content .date div:nth-child(2) {
  line-height: 0px;
}

/*********************************
*  NEWS
*********************************/
.news {
  background-color: #f0f1f2;
  border-top: 1px solid #dedfdf;
  border-bottom: 1px solid #dedfdf;
  min-height: 270px;
  padding: 60px 0px;
}

.news .latest-news-label {
  font-weight: 300;
  padding: 7px 0px;
}

.news .latest-news-label div:nth-child(1) {
  font-size: 34px;
}

.news .latest-news-label div:nth-child(2) {
  font-size: 73px;
  line-height: 38px;
}

.news .latest-news-label div:nth-child(3) {
  background-color: #c9c7c7;
  margin-top: 20px;
  text-align: center;
  padding: 8px 0px;
}

.news .latest-news-label div:nth-child(3) a {
  color: #000;
  font-size: 18px;
}

.news h2 {
  color: #3d81c5;
  font-size: 18px;
}

.news .news-list {
  background-color: #fff;
  padding-right: 10px;
  padding-bottom: 20px;
}

.news .date {
  background-color: #3d81c5;
  color: #fff;
  text-align: center;
  min-height: 58px;
  padding-top: 5px;
}

.news .date div:nth-child(1) {
  font-size: 24px;
  font-weight: 300;
}

.news .date div:nth-child(2) {
  line-height: 0px;
}

/*********************************
*  BREADCRUMBS
*********************************/
.breadcrumbs {
  background-color: #e5edf4;
  padding: 10px 20px;
  margin-top: 24px;
}

/*********************************
*  CONTACT US
*********************************/
.form-contactus {
  min-height: 394px;
}

.form-contactus .row {
  margin-bottom: 20px;
}

.form-contactus h2 {
  margin-bottom: 15px;
}

.form-contactus input[type=text],
.form-contactus input[type=email] {
  border: 0;
  height: 43px;
  padding: 0 13px;
  width: 100%;
}

.form-contactus textarea {
  border: 0;
  height: 150px;
  padding: 0 13px;
  width: 100%;
  margin-bottom: 20px;
}

.right-contact .detail-heading {
  background-color: #043d79;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  padding: 15px 35px;
}

.right-contact .detail-content {
  background-color: #0c4d92;
  color: #fff;
  padding: 33px;
  font-weight: 300;
  min-height: 396px;
}

.dotted {
  height: 1px;
  background-image: url("../images/dotted_03.png");
  background-repeat: repeat-x;
  padding: 5px 0px;
  margin-top: 12px;
}

#contact-map {
  height: 300px;
  margin-bottom: 40px;
}

/*********************************
*  SEARCH PAGE
*********************************/
.location-row {
  margin: 0 0 65px 0;
}

.location-details h2 {
  margin: 0 0 26px 0;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
}

.location-details .location-desc p {
  margin: unset;
  margin-bottom: 8px;
}

.col-location-content img {
  max-width: 40%;
  min-width: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.col-location-content {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.col-location-content h3 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 21px 0;
  color: #282828;
}

.col-location-content .location-desc {
  padding-right: 45px;
}

.col-location-content .location-desc p {
  font-size: 14px;
  line-height: 1.7em;
  color: #7c7c7c;
}

.generic-banner {
  background: url(../images/generic-banner.jpg) no-repeat transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 255px;
}

.generic-breadcrumbs {
  padding: 26px 0;
  border-bottom: 1px solid #e5e5e4;
  font-size: 12px;
  color: rgba(40, 40, 40, 0.4);
  margin-bottom: 55px;
}

.generic-breadcrumbs a {
  color: rgba(40, 40, 40, 0.4);
}

/*********************************
*  GENERIC PAGE
*********************************/
.generic-content {
  padding-top: 35px;
}

.guide-page .generic-content h2,
.generic-content h1 {
  text-transform: uppercase;
  font-size: 36px;
  margin: 0 0 28px 0;
  color: #282828;
}

.guide-page .generic-content h2 {
  font-weight: 300;
  text-align: left;
}

.generic-content hr {
  height: 2px;
  background: #ec1522;
  border: none;
  width: 128px;
  margin: 0 0 24px 0;
}

.generic-content p {
  font-size: 16px;
  line-height: 1.7em;
  margin: 0 0 70px 0;
  color: #3e3e3e;
}

/*********************************
*  PROPERTY PAGE
*********************************/
.property-top {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  margin: 20px 0 50px;
}

.property-media {
  grid-row: 1/2;
}

.property-header {
  grid-row: 2/3;
  border: 1px solid #eeeeee;
  background: #F2F2F2;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .property-top {
    grid-template-columns: 30% 68%;
    grid-template-rows: 1fr;
    grid-gap: 2%;
    margin: 20px 0 2%;
  }
  .property-header {
    padding: 38px;
    grid-row: 1/2;
  }
}
@media (max-width: 768px) {
  .property-title {
    display: flex;
    flex-direction: column;
  }
  .property-title h1 {
    order: 1;
  }
  .property-title h4 {
    order: 2;
  }
  #short_summary {
    display: none;
  }
}
.property-title h1 {
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 15px 0;
  line-height: 128%;
  color: #4b4b4b;
}

@media (min-width: 1366px) {
  .property-title h1 {
    font-size: 40px;
    margin: 0 0 8px 0;
  }
}
.property-title h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 35px 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .property-title h4 span {
    float: left !important;
    margin-bottom: 10px;
  }
}
.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Share sheet */
.share-sheet {
  position: relative;
}

#share-buttons {
  display: none;
  position: absolute;
  top: -150px;
  z-index: 99999;
  width: 200px;
  padding: 20px;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.05));
}

#share-buttons.active {
  display: block;
}

.share-sheet button {
  border: none;
  background: transparent;
  padding: 0;
}

.share-sheet button:focus {
  outline: none;
}

.share-sheet a {
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
}

.share-sheet label {
  margin: 0;
  cursor: pointer;
}

.share-sheet img {
  width: 25px;
  margin-right: 5px;
}

.property-price {
  font-weight: 300;
  width: 100%;
  color: #ec1522;
  text-align: right;
  font-size: 24px;
  margin: 0;
}

.property-price h3 {
  margin: 0;
}

.property-photos {
  min-height: 480px;
  position: relative;
  overflow: hidden;
}

.property-photos img {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}

.show-photos {
  background: #fff;
  color: #000;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  padding: 8px 10px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.show-photos:hover {
  cursor: pointer;
}

.fancy-img:focus,
.slick-slide:focus {
  outline: none;
}

.property-photos .image-slider {
  height: 250px;
  width: 100%;
}

@media (min-width: 768px) {
  .property-photos .image-slider {
    height: 500px;
    width: 100%;
  }
  .property-price {
    font-size: 32px;
  }
}
.property-thumbs-slider .slick-track,
.property-thumbs-slider .slick-slide {
  width: 100% !important;
  height: auto;
}

.property-thumbs-slider {
  padding: 18px 0;
  margin-bottom: 50px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0) !important;
}

.property-thumbs-slider .slick-slide img {
  border: 3px solid #FBFBFB;
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: 0.2s;
}

.property-thumbs-slider img:hover {
  cursor: pointer;
  filter: brightness(105%);
}

@media (min-width: 768px) {
  .property-thumbs-slider .slick-slide img {
    height: 150px;
  }
}
.property-maps {
  width: 100%;
  border: 1px solid #eeeeee;
  background: #fff;
  margin-bottom: 50px;
}

.property-info {
  border: 1px solid #eeeeee;
  font-weight: 300;
  background: #fff;
  margin-bottom: 50px;
  padding: 38px;
}

.property-info h3 {
  margin: 0 0 20px 0;
}

.property-info p {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 1.5em;
  font-weight: 300;
  margin: 0 0 20px 0;
  display: block;
}

.property-page .property-buttons {
  display: flex;
  flex-direction: column;
}

.property-page .property-buttons .dwld-pdf-btn {
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .property-page .property-buttons {
    flex-direction: row;
  }
  .property-page .property-buttons .dwld-pdf-btn {
    margin: 0 15px 0 0;
  }
}
.property-page .property-specs {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 20px 15px;
}

.property-page .property-specs .featured {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .property-page .property-specs .featured {
    justify-content: center;
  }
  .property-page .property-specs {
    padding: 38px;
  }
}
.property-page .property-specs img {
  max-width: 42px;
  max-height: 42px;
  margin: 0 14px 0 0;
  flex-shrink: 0;
}

.property-page .property-specs .f-title {
  text-transform: uppercase;
  font-size: 10px;
}

.property-page .property-specs .f-value {
  font-size: 15px;
}

.property-enquiry {
  width: 100%;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 38px;
  margin-bottom: 50px;
}

.property-enquiry h2 {
  font-size: 32px;
  margin: 0 0 38px 0;
  color: #282828;
}

.property-enquiry textarea,
.property-enquiry input[type=text],
.property-enquiry input[type=email] {
  border-radius: 3px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  padding: 14px 18px;
  min-height: 50px;
  background: #f9f9f9;
  color: #7c7c7c;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.property-enquiry textarea {
  min-height: 202px;
}

.property-enquiry p {
  font-size: 14px;
  color: #7c7c7c;
  padding-top: 20px;
}

.tab-mobile {
  display: none !important;
}

#property_map {
  min-height: 425px;
}

.notif-row {
  margin: 0 0 30px 0;
}

/*********************************
*  GUIDE PAGE
*********************************/
.guide-banner {
  background: url(../images/guide-banner.jpg) no-repeat transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 342px;
  padding-top: 100px;
}

.guide-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.guide-row {
  margin-bottom: 80px;
}

.guide-row img {
  max-width: 100%;
  margin-bottom: 30px;
}

.guide-row p {
  margin-bottom: 40px;
}

.guide-content > p {
  font-size: 16px;
  color: #7c7c7c;
}

.guide-content > p:first-child {
  font-size: 18px;
}

/*********************************
*  CONTACT PAGE
*********************************/
.contact-section {
  margin-bottom: 100px;
}

.contact-banner {
  min-height: 254px;
}

.col-contact-form h2 {
  color: #282828;
  font-size: 30px;
  margin: 0 0 30px 0;
}

.contact-sidebar {
  min-height: 600px;
}

.col-contact-form .property-enquiry {
  padding: 25px 38px;
  min-height: 600px;
}

.col-contact-form .property-enquiry textarea,
.col-contact-form .property-enquiry input[type=text],
.col-contact-form .property-enquiry input[type=email] {
  margin-bottom: 22px;
}

.contact-sidebar {
  background: #ae000b;
}

.contact-sidebar h3 {
  margin: 0;
  padding: 15px 30px;
  color: #fff;
  font-size: 23px;
  background: #8d0009;
  text-transform: uppercase;
}

.contact-sidebar .contact-content {
  padding: 15px 34px;
}

.contact-sidebar .contact-content p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8em;
  border-bottom: 1px solid #be333c;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.contact-sidebar .contact-content p a {
  color: #fff;
}

.contact-sidebar .contact-content p:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-result {
  min-height: 250px;
}

.subscription-inner {
  position: relative;
}

.video-wrap {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}

.matterport-wrap {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 800px;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.slidethumb-matterport-wrap,
.slide-matterport-wrap {
  position: relative;
  padding-bottom: 250px;
  width: 100%;
  height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .slidethumb-matterport-wrap,
  .slide-matterport-wrap {
    padding-bottom: 500px;
  }
}
.slidethumb-matterport-wrap {
  max-width: 100%;
  padding-bottom: 66.25%;
  height: 46px;
}

.slidethumb-matterport-wrap iframe,
.slide-matterport-wrap iframe,
.matterport-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bubble p.image {
  float: left;
  padding: 0 10px 10px 0;
}

.bubble h2 {
  float: left;
}

#codeigniter_profiler code {
  line-height: 150% !important;
}

.show-mobile {
  display: none;
}

/***********************
* Google Maps
***********************/
/* Map and satelite labels */
.gm-style-mtc div {
  font-size: 15px !important;
  height: auto !important;
  padding: 8px 16px !important;
}

.gm-style-mtc div:nth-child(2) {
  padding: 2px !important;
}

.gm-style-mtc div:nth-child(2) label {
  margin: 0;
}

.gm-style-mtc div:nth-child(2) img {
  vertical-align: top;
  margin-right: 3px;
}

/* Zoom */
.gm-bundled-control div div {
  width: 35px !important;
  height: 71px !important;
}

.gm-bundled-control div div div {
  width: 30px !important;
  height: 1px !important;
  margin: 0px 3px !important;
}

.gm-bundled-control div div button {
  width: 35px !important;
  height: 35px !important;
}

.gm-bundled-control div div button img {
  height: 15px !important;
  width: 15px !important;
}

/* Street view */
.gm-svpc {
  width: 35px !important;
  height: 35px !important;
}

.gm-svpc img {
  height: 25px !important;
  width: 25px !important;
}

/* Fullscreen */
.gm-fullscreen-control {
  width: 35px !important;
  height: 35px !important;
}

.gm-fullscreen-control img {
  height: 15px !important;
  width: 15px !important;
}

ul.list {
  list-style: none;
  margin: 0;
  padding-left: 2rem;
}

ul.list > li:before {
  display: inline-block;
  content: "-";
  width: 1rem;
  margin-left: -1rem;
}

/**
* Development page stylesheet for riusech.com 
* @version         1.0
* @lastmodified    06.08.2019
*/
.development-header .property-top {
  margin-bottom: 0;
}

.development-header .development-title {
  margin-bottom: 4rem;
}

.development-header .title {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: 300;
  color: #4b4b4b;
  line-height: 1.5;
}

.development-header .subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.development-header .development-title hr {
  height: 2px;
  background: #ec1522;
  border: none;
  width: 128px;
  margin: 0 0 20px 0;
}

.development-header h3 {
  font-size: 1.2em;
  color: #000;
}

.property-links li {
  margin-bottom: 5px;
}

.property-links li a {
  font-size: 1.7rem;
  color: #ec1522;
}

.development-header .property-top .share-sheet {
  margin: 4rem 0 1rem;
}

.development img {
  max-width: 100%;
}

.development .content {
  min-height: 0;
  padding: 20px;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #eeeeee;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}

.development .content h3 {
  margin-top: 32px;
  margin-bottom: 13px;
}

.development .content h3:first-child {
  margin-top: 0;
}

.development section {
  margin-bottom: 50px;
}

.development .image-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}

.development .image-grid img {
  transition: all 0.3s ease-in-out;
}

.development .image-grid img:hover {
  filter: brightness(1.05);
}

@media (min-width: 768px) {
  .development-header .title {
    font-size: 28px;
    color: #282828;
  }
  .development-header .subtitle {
    font-size: 20px;
  }
  .development .content {
    padding: 38px;
  }
  .development .image-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .development .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) and (max-widht: 1365px) {
  .development-header .property-header {
    padding: 23px;
  }
}
@media (min-width: 1366px) {
  .development-header .property-top .share-sheet {
    margin: 4rem 0 0;
  }
  .development .image-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
/**
* Print stylesheet for riusech.com
* @version         1.0
* @lastmodified    26.03.2019
*/
@media screen {
  .print {
    display: none;
  }
}
@media print {
  /** Setting margins */
  @page {
    /* size:  297mm 210mm!important;  */
    /* size: 8.27in 11.69in!important; */
    width: 210mm !important;
    margin: 2cm 1cm !important;
  }
  @page :first {
    margin: 1cm !important;
  }
  /* Set font to 16px/13pt, set background to white and font to black.*/
  /* This saves ink */
  body {
    font-size: 13pt;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }
  h1 {
    font-size: 26pt;
    color: #EC1421 !important;
  }
  /* hide hide url from header links */
  header a[href]:after,
  .property-maps a[href]:after {
    content: "";
  }
  .top-header {
    padding: 0 !important;
  }
  /* hide certain elements */
  header nav .mobile-nav,
  .header-bottom,
  .show-photos,
  .property-buttons,
  .property-enquiry,
  footer,
  .property-info,
  .col-headernav {
    display: none !important;
  }
  /* disable border for certain elements */
  .property-header,
  .top-header,
  .property-info {
    border: none !important;
  }
  .property-top {
    margin-bottom: 20px !important;
  }
  /* first image size */
  .property-photos .image-slider {
    height: 11cm !important;
  }
  .property-title h4 {
    margin-bottom: 0 !important;
  }
  /* adjust property specs styling */
  .property-page .property-specs {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)) !important;
    padding: 20px 16px !important;
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 0.5cm !important;
  }
  .property-page .property-specs img {
    max-height: 30px !important;
  }
  .property-page .property-specs .f-value {
    font-size: 10pt !important;
  }
  .property-info {
    padding: 0px 16px !important;
  }
  .property-info h3 {
    font-size: 13pt;
  }
  /* property price styling */
  .property-price {
    page-break-after: always !important;
    padding: 16px;
    text-align: left;
  }
  .property-price h3 {
    color: #EC1421 !important;
    font-size: 18pt;
  }
  .property-price h3 span {
    color: #EC1421 !important;
  }
  .property-price h4 {
    font-size: 10pt;
    color: rgb(112, 112, 112);
  }
  /* image gallery */
  .slick-slide div {
    width: 100% !important;
  }
  .property-thumbs-slider .slick-slide div {
    display: inline !important;
  }
  .slick-slide > div {
    page-break-after: avoid !important;
    page-break-before: avoid !important;
  }
  .property-thumbs-slider .slick-slide img {
    /* height: 11cm!important; */
    height: 600px !important;
    margin-bottom: 0.5cm !important;
  }
  .slick-slide div:first-child div:first-child {
    display: none !important;
  }
  /* invert order only when printing */
  .flex-invert {
    display: flex !important;
    flex-direction: column-reverse !important;
    page-break-before: always !important;
    page-break-after: avoid !important;
  }
  /* show only when printing */
  .print {
    display: inline-block !important;
  }
}
.tab-leader {
  display: none;
}

@media (max-width: 1740px) {
  footer {
    background: -moz-linear-gradient(90deg, #595757 67%, #111010 60%, #111010 80%);
    background: -webkit-linear-gradient(90deg, #595757 67%, #111010 60%, #111010 80%);
    background: linear-gradient(90deg, #595757 67%, #111010 60%, #111010 80%);
  }
}
@media (max-width: 1528px) {
  footer {
    background: -moz-linear-gradient(90deg, #595757 69%, #111010 60%, #111010 80%);
    background: -webkit-linear-gradient(90deg, #595757 69%, #111010 60%, #111010 80%);
    background: linear-gradient(90deg, #595757 69%, #111010 60%, #111010 80%);
  }
}
@media (max-width: 1363px) {
  footer {
    background: -moz-linear-gradient(90deg, #595757 72%, #111010 60%, #111010 80%);
    background: -webkit-linear-gradient(90deg, #595757 72%, #111010 60%, #111010 80%);
    background: linear-gradient(90deg, #595757 72%, #111010 60%, #111010 80%);
  }
}
@media (max-width: 1199px) {
  .recent-left.thumb-item .image {
    height: 468px;
  }
  /*
    .thumb-item img {
    height: 468px;
  }
    */
  .show-1199 {
    display: block;
  }
  .hide-1199 {
    display: none;
  }
  .guide-banner {
    min-height: 250px;
    padding-top: 65px;
  }
  .generic-banner {
    min-height: 235px;
  }
  .block-thumb.thumb-item .image {
    height: 229px;
  }
  .property-price > div:nth-child(1) {
    /*padding: 7px 28px 3px 16px;*/
  }
  .property-price > div:nth-child(1) h4 {
    font-size: 15px;
  }
  .property-price > div:nth-child(1) h3 {
    /*font-size: 27px;*/
  }
}
@media (max-width: 1200px) {
  footer .logos ul li:nth-child(1) {
    font-size: 18px;
  }
  button {
    padding: 6px 11px 10px;
  }
  /*************************
  * PROPERTY DETAIL
  **************************/
  .detail-page .property-slider .propertySliderNav .slick-prev {
    left: -63px;
    margin-top: -6px;
  }
  .detail-page .property-slider .propertySliderNav .slick-next {
    right: -62px;
    margin-top: -59px;
    width: 60px;
  }
  .detail-page .property-slider .sliderNavBG {
    margin-top: -82px;
  }
  .detail-page .property-slider .propertySliderNav .slick-prev {
    left: -61px;
    margin-top: -6px;
    width: 63px;
  }
  footer {
    background: -moz-linear-gradient(90deg, #595757 69%, #111010 60%, #111010 80%);
    background: -webkit-linear-gradient(90deg, #595757 69%, #111010 60%, #111010 80%);
    background: linear-gradient(90deg, #595757 69%, #111010 60%, #111010 80%);
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .col-property-title {
    width: 60% !important;
  }
  .col-property-price {
    width: 40% !important;
  }
}
@media (max-width: 1024px) {
  .property-enquiry h2 {
    font-size: 28px;
  }
  .property-info .nav-tabs > li a {
    padding: 15px 10px;
  }
  .news .latest-news-label div:nth-child(1) {
    font-size: 25px;
  }
  .news .latest-news-label div:nth-child(2) {
    font-size: 53px;
  }
  .news .latest-news-label div:nth-child(3) a {
    color: #000;
    font-size: 15px;
  }
  .detail-page .property-slider .sliderNavBG {
    margin-top: -82px;
  }
  .block-thumb.thumb-item .image {
    height: 229px;
  }
  /*
  .block-thumb img {
    height: 229px;
    width: 100%;
    object-fit: cover;
  }
    */
  .col-review-img {
    width: 45.333333%;
  }
  .col-review-content {
    width: 54.666667%;
  }
  .col-footer-social ul li {
    margin: 0 4px 0 0;
  }
  /*
  .col-attribs,
  .col-title{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  */
  .col-attribs .attributes {
    text-align: left;
  }
  .property-price > div:nth-child(1) {
    /*padding: 13px 27px 10px 25px;*/
  }
}
@media (min-width: 992px) {
  .col-contact-form {
    width: 66%;
  }
  .col-contact-sidebar {
    width: 34%;
  }
}
@media (max-width: 1023px) {
  nav > ul {
    padding-left: 0;
  }
  nav > ul > li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .show-mobile {
    display: inline-block;
    width: auto;
  }
  .show-desktop {
    display: none;
  }
  .property-photos {
    min-height: initial;
  }
  .recent-left.thumb-item .image {
    height: 358px;
  }
  .footer-contact h3 {
    text-align: center;
  }
  nav ul li a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
  }
  .call-top {
    width: 157px;
    padding: 9px 10px;
  }
  .lang-list {
    /*padding: 43px 12px;*/
  }
  .guide-banner {
    min-height: 213px;
    padding-top: 56px;
  }
  .filter-functions .right-side > ul > li {
    width: 135px;
  }
  .filter-functions .right-side > ul > li > a,
  .filter-functions .right-side > ul > li > div > a {
    padding: 10px 9px;
  }
  /*************************
  * END PROPERTY LISTING
  **************************/
  .recent-left {
    margin-bottom: 25px;
    background-color: #e4e4e4;
  }
  .recent-left img {
    margin: auto;
  }
  /*
  .row-recent .thumb-item img{
    height: 430px;
    width: 100%;
    object-fit: cover;
  }
  */
  .col-location-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-thumb.thumb-item .image {
    height: 174px;
  }
  /*
  .block-thumb img {
    height: 174px;
    width: 100%;
    object-fit: cover;
  }
    */
  .col-review-img img,
  .col-review-img {
    width: 100%;
    height: auto !important;
  }
  .col-review-content {
    width: 100%;
  }
  .news-list .news-content {
    padding: 0px 25px;
    text-align: justify;
  }
  .news {
    padding: 20px 0px;
  }
  .news .news-list {
    padding-right: 0px;
  }
  .news .latest-news-label {
    margin-bottom: 20px;
    text-align: center;
  }
  .news-list .padding-right {
    padding-right: 15px;
  }
  .right-content {
    margin-left: 0px;
  }
  .right-content .news-list {
    padding-right: 0px;
  }
  footer {
    background: -moz-linear-gradient(90deg, #595757 69%, #111010 60%, #111010 80%);
    background: -webkit-linear-gradient(90deg, #595757 69%, #111010 60%, #111010 80%);
    background: linear-gradient(90deg, #595757 69%, #111010 60%, #111010 80%);
  }
  footer .navigation h3 {
    margin-bottom: 16px;
    font-size: 21px;
  }
  footer .footer-box {
    min-height: 180px;
  }
  footer .site-details .left-detail,
  footer .site-details .right-detail {
    font-size: 11px;
  }
  footer .logo-box {
    padding: 0px 0px 30px 0px;
  }
  footer .logo-box img {
    margin: auto;
  }
  /*
  .col-footer-subscribe,
  .col-footer-social,
  .col-footer-contact{
    float: left;
    margin-bottom: 50px;
    width: 100%;
  }
  */
  .footer-contact h3 {
    font-size: 16px;
  }
  .footer-contact .col-footer-contact a {
    padding: 15px 23px;
  }
  .footer-contact .col-footer-contact p {
    font-size: 16px;
    margin: 0 0 38px 0;
  }
  .subscribe-form input[type=submit] {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .footer-contact .col-footer-contact,
  .footer-contact .col-footer-subscribe,
  .footer-contact .col-footer-social {
    text-align: center;
  }
  .subscribe-form input[type=email],
  .subscribe-form input[type=submit] {
    padding: 10px 25px;
  }
  .footer-box {
    margin: 0 0 25px 0;
  }
  .block-thumb .details span {
    font-size: 16px;
  }
  .block-thumb .details h3 {
    font-size: 16px;
    height: 19px;
  }
  .location-row .location-details {
    padding: 0 20px;
  }
  .location-details .col-location-content {
    padding-bottom: 0;
  }
  .location-details .col-location-img,
  .location-details .col-location-content {
    width: 100%;
  }
  .location-details .col-location-img {
    text-align: center;
    background-color: #c7c7c7;
  }
  .location-details .col-location-img img {
    max-width: 315px;
  }
  .location-details .col-location-content .location-desc {
    padding-right: 0;
  }
  .col-property-price,
  .property-header .col-property-title {
    width: 100% !important;
  }
  .property-enquiry,
  .property-info,
  .property-maps {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .padding-zero {
    padding: 15px;
  }
  .padding-left {
    padding-left: 15px;
  }
  .padding-right {
    padding-right: 15px;
  }
  .padding-left-10 {
    padding-left: 15px;
  }
  .padding-right-10 {
    padding-right: 15px;
  }
  .padding-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .paging {
    text-align: center;
    padding-bottom: 15px;
  }
  .filter-functions .right-side {
    text-align: center;
    padding-bottom: 15px;
  }
  .filter-functions .right-side .caret {
    margin-right: 10px;
  }
  .detail-page .property-slider .sliderNavBG {
    margin-top: -91px;
  }
  .form-contactus input[type=text], .form-contactus input[type=email] {
    margin-bottom: 10px;
  }
  .form-contactus .row {
    margin-bottom: 0;
  }
  .right-contact {
    margin-bottom: 30px;
  }
  .generic-banner {
    min-height: 175px;
  }
  footer {
    background: -moz-linear-gradient(90deg, #595757 100%, #111010 60%, #111010 80%);
    background: -webkit-linear-gradient(90deg, #595757 100%, #111010 60%, #111010 80%);
    background: linear-gradient(90deg, #595757 100%, #111010 60%, #111010 80%);
  }
}
@media (max-width: 767px) {
  .tab-pane .specs table tr,
  .tab-pane .specs table {
    width: 100%;
  }
  .tab-pane .specs table tr td {
    width: 33.33% !important;
    float: left;
  }
  .hide-767 {
    display: none;
  }
  .show-767 {
    display: block;
  }
  .block-thumb .details span {
    font-size: 16px;
  }
  .recent-left .image img {
    height: 358px;
    object-fit: cover;
  }
  .home-slider .slick-arrow {
    background-color: transparent;
  }
  .banner-content h2 {
    font-size: 45px;
    padding: 0 25px;
  }
}
@media (max-width: 652px) {
  .detail-page .property-slider .sliderNavBG {
    margin-top: -82px;
  }
}
@media (max-width: 600px) {
  .fix-line {
    text-overflow: clip !important;
    white-space: normal !important;
  }
  .recent-left .image img {
    height: 210px;
  }
  .thumb-item .details {
    padding: 40px 20px;
  }
  .recent-left {
    margin-bottom: 10px;
  }
  .recently-added .block-thumb,
  .row-recent .col-xs-8,
  .row-recent .col-xs-7,
  .row-recent .col-xs-5,
  .row-recent .col-xs-4 {
    width: 100%;
  }
  /*
  .block-thumb img {
    height: 210px;
  }
    */
  .block-thumb.thumb-item .image {
    height: 210px;
  }
  .guide-banner h1 {
    font-size: 37px;
  }
  .guide-banner {
    min-height: 170px;
    padding-top: 40px;
  }
  .detail-page .property-slider .sliderNavBG {
    margin-top: -103px;
  }
  .detail-page .property-slider .propertySliderNav .slick-next {
    right: -55px;
    margin-top: -69px;
    width: 57px;
  }
  .detail-page .property-slider .propertySliderNav .slick-prev {
    left: -55px;
    margin-top: 3px;
    width: 52px;
  }
  .detail-page .enquery {
    padding: 20px 30px;
  }
  .detail-page .enquery input[type=text],
  .detail-page .enquery input[type=email] {
    height: 39px;
  }
  .detail-page .enquery textarea {
    height: 149px;
  }
  .detail-page .sn {
    margin-top: 50px;
  }
  .detail-page .property-slider .sliderNavBG {
    margin-top: -96px;
  }
  .agent-info .col-xs-2, .agent-info .col-xs-10 {
    width: 100%;
  }
  .agent-info .col-xs-2 img {
    margin-bottom: 14px;
  }
  .detail-page .property-info .nav-tabs > li {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
  .detail-page .property-info .nav-tabs > li > a {
    padding: 0px 21px;
  }
  .home-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .banner-content h2 {
    font-size: 22px;
    padding: 0 35px;
  }
  .home-slider .slick-arrow.slick-next:before,
  .home-slider .slick-arrow.slick-prev:before {
    font-size: 30px;
  }
  .home-slider .slick-arrow.slick-next:before {
    top: -7px;
    right: -5px;
  }
  .home-slider .slick-arrow.slick-prev:before {
    top: -7px;
    right: -1px;
  }
  .recent-left.thumb-item .image {
    height: auto;
  }
  .property-enquiry,
  .property-info {
    padding: 16px;
  }
}
@media (max-width: 599px) {
  .footer-contact h3 {
    font-size: 20px;
  }
  .footer-contact .subscription-inner {
    max-width: 250px;
    margin: auto;
  }
  .footer-contact .col-xs-4 {
    width: 100%;
  }
  .footer-contact .col-footer-contact {
    margin-bottom: 60px;
  }
  .footer-contact .col-footer-subscribe {
    margin-bottom: 40px;
  }
  .footer-contact {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 568px) {
  .detail-page .property-slider .propertySliderNav .slick-prev,
  .detail-page .property-slider .propertySliderNav .slick-next {
    display: none !important;
  }
  footer .navigation .col-xs-3 {
    width: 50%;
  }
  footer .logos ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
    font-size: 21px;
    text-align: center;
  }
  footer .logos ul li:nth-child(2), footer .logos ul li:nth-child(2) input {
    width: 100%;
    margin-bottom: 5px;
  }
  footer .logos ul li:nth-child(3), footer .logos ul li:nth-child(3) button {
    width: 100%;
  }
}
@media (max-width: 527px) {
  .tab-pane .specs table tr td {
    width: 50% !important;
  }
  .detail-page .property-slider .sliderNavBG {
    margin-top: -94px;
  }
}
@media (max-width: 490px) {
  .property-photos img {
    height: 300px;
  }
}
@media (max-width: 467px) {
  .call-top {
    width: 179px;
    padding: 17px;
  }
}
@media (max-width: 447px) {
  .generic-breadcrumbs {
    margin-bottom: 0;
  }
  .col-copyright p {
    text-align: center;
    color: #a65e62;
  }
  .col-footermenu ul {
    display: none;
  }
  .footer-box {
    min-height: inherit !important;
  }
  .footer-box.open ul {
    display: block;
  }
  .footer-box.open ul li a {
    color: #fff;
  }
  .footer-box h3 {
    position: relative;
    font-size: 26px;
    border-bottom: 1px solid #9e363d;
    padding-bottom: 12px;
  }
  .footer-box h3:before {
    position: absolute;
    content: " ";
    background: url(../images/caret.png) no-repeat 50% 50% transparent;
    width: 20px;
    height: 20px;
    top: 7px;
    right: 5px;
    opacity: 0.7;
  }
  .footer-box.open h3:before {
    opacity: 1;
  }
  .footer-box ul {
    display: none;
  }
  .col-footer-social ul {
    margin: 0 auto;
    display: table;
  }
  .footer-contact .col-footer-contact a {
    width: 100%;
    float: left;
    text-align: center;
  }
  .footer-contact .col-footer-subscribe p,
  .footer-contact .col-footer-contact p,
  .footer-contact h3 {
    text-align: center;
  }
  .guide-row p {
    margin-bottom: 15px;
  }
  .guide-row {
    margin-bottom: 40px;
  }
  .generic-content h1,
  .guide-banner h1 {
    font-size: 30px;
  }
  .guide-banner {
    background-image: url(../images/guide-banner-mobile.jpg);
  }
  .guide-row img {
    margin-bottom: 15px;
  }
  .tab-desktop {
    display: none !important;
  }
  .tab-mobile {
    display: block !important;
  }
  .property-info .nav-tabs > li {
    width: 100%;
    text-align: center;
  }
  .detail-page .property-slider .sliderNavBG {
    margin-top: -82px;
  }
  .recently-added {
    padding-top: 24px;
  }
  .thumb-item .details {
    padding: 15px 20px;
  }
  .call-top {
    display: none;
  }
  .banner-content h2 {
    font-size: 25px;
  }
  .recent-left .image img {
    height: 265px;
  }
  .block-thumb.thumb-item .image {
    height: 160px;
  }
  /*
  .block-thumb img {
    height: 160px;
  }
    */
  .col-footermenu {
    text-align: left;
  }
  .col-footermenu ul li a {
    padding: 0 10px;
  }
  .col-footermenu ul li:first-child a {
    padding-left: 0;
  }
  .filter-functions .right-side {
    margin-bottom: 40px;
  }
  .filter-functions .right-side > ul > li {
    width: 33.33%;
    margin: 0;
    padding: 0px 4px;
    float: left;
  }
  .filter-functions .right-side > ul > li .dropdown > a,
  .filter-functions .right-side > ul > li a {
    width: 100%;
  }
  .filter-functions .caret-pin {
    background-size: 8px;
  }
  .filter-functions .caret-down {
    float: right;
    height: 14px;
    width: 0;
    background-size: 14px;
    background-position: center;
    padding: 0px 0px 4px 10px;
  }
  .filter-functions .right-side > ul > li > a,
  .filter-functions .right-side > ul > li > div > a {
    padding: 10px 9px;
    min-width: 0px !important;
  }
  .filter-functions .right-side > ul > li:nth-child(1) > a {
    padding: 10px 0px;
  }
  .filter-functions .right-side > ul > li:nth-child(3) .dropdown {
    width: 100%;
  }
}
@media (max-width: 414px) {
  #panel_description .specs table td br {
    display: block;
  }
  #panel_description .specs table td {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  #panel_description .specs table td img {
    clear: none;
    margin: 0 5px 10px 0;
  }
  #panel_description .specs table td .f-title,
  #panel_description .specs table td .f-value {
    width: auto !important;
    float: initial;
  }
  #panel_description .specs table td .f-title {
    clear: right;
  }
  .right-side > ul > li {
    width: 100%;
    padding: 1px 0px;
    text-align: left;
  }
  .right-side > ul > li a {
    width: 100%;
    display: block;
  }
  .search-label {
    font-size: 26px;
  }
  .col-location-content img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none !important;
  }
  .recently-added .recent-left .details .left-desc {
    padding: 10px 15px;
  }
  .recently-added .recent-left .details {
    font-size: 18px;
  }
  .recently-added .right-section .details {
    padding: 7px 15px;
  }
  .property-detail-heading .col-xs-8,
  .property-detail-heading .col-xs-4 {
    width: 100%;
    text-align: center;
  }
  .detail-page h1.property-heading {
    padding: 0px 35px;
  }
  .detail-page .price {
    text-align: center;
    margin-top: 0px;
  }
  .detail-page .reference {
    text-align: center;
    padding-bottom: 10px;
  }
  .content {
    text-align: justify;
    padding: 8px 22px;
    font-size: 14px;
  }
  .content h1 {
    font-size: 27px;
  }
  .generic-content {
    text-align: justify;
  }
  .generic-banner {
    min-height: 132px;
  }
  .detail-page .enquery .heading {
    font-size: 26px;
  }
  .detail-page .right-side {
    padding: 30px 20px;
  }
  footer .navigation .col-xs-3 {
    width: 100%;
  }
  footer .navigation .head-office > h3 {
    margin-top: 24px;
  }
  .location-details .col-location-content h3 {
    font-size: 21px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 375px) {
  .property-photos img {
    height: 250px;
  }
  .tab-pane .specs table tr td {
    width: 100% !important;
  }
  .col-xs-6 {
    width: 100%;
  }
  .detail-page .property-slider .sliderNavBG {
    margin-top: -88px;
  }
  .recently-added .block {
    margin-bottom: 20px;
  }
  .recently-added .right-section {
    margin-bottom: 0;
  }
  .recently-added .details .col-xs-4 {
    width: 100%;
  }
  .recently-added .recent-left .details .col-md-3 div,
  .recent-left .details .col-md-3 a {
    min-height: 47px;
    padding-top: 12px;
    font-size: 15px;
  }
  .recently-added .recent-left .details .col-md-9 {
    width: 100%;
  }
  .detail-page .enquery {
    padding: 20px 25px;
  }
  .thumb-item .details h3 {
    font-size: 21px;
  }
  .block-thumb .details h3 {
    font-size: 16px;
    height: 20px;
  }
  .block-thumb .details span {
    font-size: 12px;
  }
  .thumb-item .details span {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .detail-page .property-slider .sliderNavBG {
    margin-top: -78px;
  }
}
/* responsive view for generic content tables */
@media (max-width: 767px) {
  .generic-page .generic-content td {
    display: block;
    margin-bottom: 10px;
  }
  .generic-page .generic-content img {
    height: auto;
  }
}
@font-face {
  font-family: "ProximaNova";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("ProximaNova"), url("../fonts/proximanova-light.woff2") format("woff2"), url("../fonts/proximanova-light.woff") format("woff");
}
@font-face {
  font-family: "ProximaNova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("ProximaNova"), url("../fonts/proximanova-regular.woff2") format("woff2"), url("../fonts/proximanova-regular.woff") format("woff");
}
@font-face {
  font-family: "ProximaNova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("ProximaNova"), url("../fonts/proximanova-bold.woff2") format("woff2"), url("../fonts/proximanova-bold.woff") format("woff");
}
:root {
  --clr-brand: #de010e;
  --clr-brand-dark: #bb000c;
  --clr-secondary: #09325f;
  --clr-secondary-dark: #001d3c;
  --clr-border-base: #D8D8D8;
  --clr-background-primary: #FBFBFB;
  --clr-background-secondary: #EDEDED;
  --clr-background-card: #FFFFFF;
  --clr-backdrop: rgba(0, 0, 0, 0.5);
  --clr-text-base: #171717;
  --clr-header-links: #171717;
  --clr-standard-hover: rgba(0, 0, 0, 0.03);
  --clr-standard-active: rgba(0, 0, 0, 0.06);
  --clr-text-highlight-background: #b1dbdd;
  --clr-text-highlight: #ffffff;
}

:root {
  --h-header: 72px;
  --w-mobile-menu: 450px;
  --vertical-spacing-sm: 32px;
  --vertical-spacing-md: 48px;
  --vertical-spacing-lg: 80px;
  --grid-gap-sm: 12px;
  --grid-gap-md: 24px;
  --base-border-radius: 4px;
  --button-border-radius: 6px;
  --input-border-radius: 6px;
}

:root {
  --transition-curve: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-image-hover: transform 0.4s var(--transition-curve);
}

:root {
  --transform-image-hover: scale(1.04);
}

/**
 * Mixin: scrimGradient
 * Description: Generates a linear gradient background with customizable color stops.
 * 
 * Parameters:
 *   - $startColor: The starting color of the gradient. Default: $color-black.
 *   - $direction: The direction of the gradient. Default: 'to bottom'.
 * 
 * Usage:
 *   @include scrimGradient($startColor, $direction);
 * 
 * Example:
 *   @include scrimGradient($color-red, 'to right');
 */
:root {
  --ff-base: "ProximaNova", sans-serif;
  --fs-base: 1.6rem;
  --fs-input: 1.3rem;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-base: var(--fw-light);
  --fw-strong: var(--fw-bold);
  --fw-titles: var(--fw-regular);
  --lh-base: 1.5;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--ff-base);
  font-size: var(--fs-base);
  font-weight: var(--fw-base);
  color: var(--clr-text-base);
  line-height: var(--lh-base);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body *::-moz-selection {
  background-color: var(--clr-text-highlight-background);
}
body *::selection {
  background-color: var(--clr-text-highlight-background);
}

b,
strong {
  font-weight: var(--fw-strong);
}

p {
  margin: 0 0 var(--fs-base);
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid var(--clr-border-base);
}

small {
  font-size: 0.8em;
}

:root {
  --w-container-sm: 750px;
  --w-container-md: 1000px;
  --w-container-lg: 1200px;
  --w-container-xl: 1680px;
  --w-container-full: 100%;
  --container-padding: 20px;
}
@media (min-width: 768px) {
  :root {
    --container-padding: 40px;
  }
}

b-container {
  display: block;
}

.container-sm {
  width: min(100% - var(--container-padding) * 2, var(--w-container-sm));
  margin-inline: auto;
}

.container-md {
  width: min(100% - var(--container-padding) * 2, var(--w-container-md));
  margin-inline: auto;
}

.container-lg {
  width: min(100% - var(--container-padding) * 2, var(--w-container-lg));
  margin-inline: auto;
}

.container-xl {
  width: min(100% - var(--container-padding) * 2, var(--w-container-xl));
  margin-inline: auto;
}

.container-full {
  width: min(100% - var(--container-padding) * 2, var(--w-container-full));
  margin-inline: auto;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  background-color: var(--clr-background-primary);
}

#page_main {
  flex-grow: 1;
  margin-top: var(--h-header);
}

section-title {
  display: block;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 32px;
}
section-title.center {
  text-align: center;
}
section-title.with-line::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: var(--clr-brand);
  margin: 0 auto;
  margin-top: 20px;
}

section-title .title {
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: var(--fw-titles);
  text-transform: uppercase;
  text-wrap: pretty;
}
@media (min-width: 600px) {
  section-title .title {
    font-size: 2.6rem;
  }
}

button-container {
  display: flex;
  gap: 16px;
}
button-container.center {
  justify-content: center;
}

.button,
a.button {
  display: inline-block;
  min-width: 220px;
  padding: 16px 20px;
  background-color: var(--clr-button-background, transparent);
  border: 1px solid var(--clr-button-border, transparent);
  color: var(--clr-button-text, var(--clr-text-base));
  border-radius: var(--button-border-radius);
  font-size: 1.3rem;
  font-weight: var(--fw-regular);
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 250ms;
}

@media (min-width: 550px) {
  .button {
    padding: 12px 20px;
  }
}
.button-border {
  --clr-button-border: var(--clr-secondary);
  --clr-button-text: var(--clr-secondary);
  text-decoration: none;
}
.button-border:hover {
  --clr-button-background: var(--clr-secondary);
  --clr-button-text: #fff;
}

.button-brand {
  --clr-button-background: var(--clr-brand);
  --clr-button-text: #fff;
}
.button-brand:hover {
  --clr-button-background: var(--clr-brand-dark);
}

.button-secondary {
  --clr-button-background: var(--clr-secondary);
  --clr-button-border: var(--clr-secondary);
  --clr-button-text: #fff;
}
.button-secondary:hover {
  --clr-button-background: var(--clr-secondary-dark);
}

#page_header button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
#page_header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#page_header {
  --fs-header-link: 1.5rem;
  --clr-header: var(--clr-background-primary);
}
@media (min-width: 1250px) {
  #page_header {
    --fs-header-link: 1.3rem;
  }
}

#page_header {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: var(--h-header);
  width: 100vw;
  background-color: var(--clr-header);
}
#page_header b-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1249px) {
  #page_header b-container {
    width: 100%;
    padding-left: var(--container-padding);
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  #page_header b-container {
    padding-right: calc(var(--container-padding) / 2);
  }
}

#page_header #header_navigation,
#page_header .header-navigation-wrapper,
#page_header .header-navigation-wrapper .inner,
#page_header .header-navigation-wrapper .inner .inner-navigation,
#page_header .header-navigation-wrapper .inner .inner-navigation .menu-item,
#page_header .header-navigation-wrapper .inner .inner-navigation .menu-item > .menu-link {
  height: 100%;
}

#page_header b-logo {
  display: flex;
  align-items: center;
  width: 105px;
  flex-shrink: 0;
}
#page_header b-logo a, #page_header b-logo img {
  width: 100%;
}

#page_header {
  --link-padding-horizontal: 13px;
}

#page_header #header_navigation {
  display: flex;
  align-items: center;
}
#page_header #header_navigation .inner-navigation li, #page_header #header_navigation .inner-navigation .menu-link {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1249px) {
  #page_header #header_navigation .inner-navigation li, #page_header #header_navigation .inner-navigation .menu-link {
    justify-content: center;
    height: auto !important;
    width: 100%;
  }
}
#page_header #header_navigation .has-icon-left .icon {
  margin-right: 5px;
}

@media (max-width: 1249px) {
  #page_header .header-navigation-wrapper {
    position: fixed;
    top: var(--h-header);
    right: -100%;
    height: calc(100vh - var(--h-header));
    width: 100vw;
    max-width: var(--w-mobile-menu);
    background-color: var(--clr-header);
    z-index: 10;
    pointer-events: none;
    transition: right 0.2s var(--transition-curve);
  }
  #page_header .header-navigation-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1249px) {
  .header-is-open #page_header .header-navigation-wrapper {
    right: 0%;
    pointer-events: all;
  }
}
#page_header .header-navigation-wrapper .inner {
  position: relative;
}
@media (max-width: 1249px) {
  #page_header .header-navigation-wrapper .inner {
    height: 100dvh;
    height: calc(100dvh - var(--h-header) - 1px);
    width: 100%;
    padding: 0 10%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#page_header .header-navigation-wrapper .inner .inner-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1249px) {
  #page_header .header-navigation-wrapper .inner .inner-navigation {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-height: 667px) {
  #page_header .header-navigation-wrapper .inner .inner-navigation {
    justify-content: flex-start;
  }
}

#page_header .menu-item > .menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: var(--link-padding-horizontal);
  font-size: var(--fs-header-link);
  font-weight: var(--fw-regular);
  letter-spacing: 1px;
  color: var(--clr-header-links);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: background-color 0.2s var(--transition-curve), color 0.2s var(--transition-curve);
}
#page_header .menu-item > .menu-link::after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: 0;
  scale: 0;
  width: 100%;
  height: 2px;
  opacity: 0.5;
  background-color: var(--clr-brand);
  transition: scale 0.2s var(--transition-curve), opacity 0.2s var(--transition-curve);
}
@media (hover: hover) {
  #page_header .menu-item > .menu-link:hover::after {
    scale: 1;
    opacity: 1;
  }
}
@media screen and (max-height: 667px) {
  #page_header .menu-item > .menu-link {
    padding: 10px 0;
    --fs-header-link: 1.4rem;
  }
}

@media (min-width: 1250px) {
  #page_header .menu-item.only-mobile,
  #page_header .menu-link.only-mobile {
    display: none !important;
  }
}
@media (max-width: 1249px) {
  #page_header .menu-item.only-desktop,
  #page_header .menu-link.only-desktop {
    display: none !important;
  }
}

@media (max-width: 1249px) {
  #page_header .header-cta {
    margin-top: var(--link-padding-horizontal);
  }
}
@media (min-width: 1250px) {
  #page_header .header-cta {
    margin-left: var(--link-padding-horizontal);
  }
}
#page_header .header-cta a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: var(--link-padding-horizontal);
  font-size: var(--fs-header-link);
  background-color: var(--clr-brand);
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
}
@media (max-width: 1249px) {
  #page_header .header-cta a {
    border-radius: var(--button-border-radius);
  }
}

#page_header .shortlist-count .count {
  --size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  background-color: var(--clr-brand);
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
}

.dropdown-backdrop {
  position: fixed;
}

.has-submenu {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1250px) {
  .has-submenu.active > .submenu-item {
    background-color: rgba(0, 0, 0, 0.03);
  }
}
@media (max-width: 1249px) {
  .has-submenu.active > .submenu-item .submenu-icon {
    transform: rotate(180deg);
  }
}

.has-submenu .submenu-icon {
  margin-left: 5px;
  font-size: 0.8em;
  transition: transform 0.2s var(--transition-curve);
}

.submenu {
  background-color: var(--clr-background-primary);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--transition-curve);
}
@media (min-width: 1250px) {
  .submenu {
    border-radius: var(--base-border-radius);
    box-shadow: 0px 6px 7px -6px rgba(0, 0, 0, 0.07), 0px 11px 15px -6px rgba(0, 0, 0, 0.1), 0px 4px 20px -6px rgba(0, 0, 0, 0.05);
  }
}
.has-submenu.active .submenu {
  opacity: 1;
}
.submenu.open {
  pointer-events: all;
}
.submenu li {
  display: flex;
}
@media (max-width: 1249px) {
  .submenu li {
    justify-content: center;
  }
}
.submenu .submenu-item {
  display: inline-block;
  width: auto;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fs-header-link);
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 0.8rem 1rem;
}
@media (min-width: 1250px) {
  .submenu .submenu-item {
    width: 100%;
    text-align: left;
  }
}

.submenu.dropdown {
  width: 100%;
  border-radius: var(--base-border-radius);
  overflow: hidden;
}
@media (max-width: 1249px) {
  .submenu.dropdown {
    background-color: #f5f5f5;
    max-height: 0;
    transition: opacity 0.4s var(--transition-curve), max-height 0.4s var(--transition-curve);
  }
  .has-submenu.active .submenu.dropdown {
    max-height: 500px;
  }
}
@media (min-width: 1250px) {
  .submenu.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3000;
    width: auto;
    min-width: 150px;
    max-width: 250px;
    margin: 0;
    text-align: left;
  }
}
.submenu.dropdown li {
  border-bottom: 1px solid var(--clr-border-base);
}
@media (min-width: 1250px) {
  .submenu.dropdown li {
    border-bottom: 1px solid var(--clr-border-base);
  }
}
.submenu.dropdown li:last-child {
  border: none;
}
.submenu.dropdown .submenu-item {
  padding: 12px;
  color: var(--clr-header-links);
  text-decoration: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s var(--transition-curve), color 0.2s var(--transition-curve);
}
@media (any-hover: hover) {
  .submenu.dropdown .submenu-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
    color: var(--clr-text-base);
  }
}
.submenu.dropdown .submenu-item:active {
  background-color: rgba(0, 0, 0, 0.06);
  color: var(--clr-text-base);
}
.submenu.dropdown .submenu-item:focus-visible {
  background-color: rgba(0, 0, 0, 0.03);
  color: var(--clr-text-base);
}
@media (max-width: 1249px) {
  .submenu.dropdown .submenu-item {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1249px) {
  .language-switcher .submenu .wrapper {
    display: flex;
  }
  .language-switcher .submenu .wrapper li:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid var(--clr-border-base);
  }
  .language-switcher .submenu .wrapper .submenu-item {
    padding: 16px 24px;
  }
}

#page_header button.toggle-mobile-menu {
  position: relative;
  flex-shrink: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
@media (min-width: 1250px) {
  #page_header button.toggle-mobile-menu {
    display: none !important;
  }
}

#mobile_menu_button mc-icon {
  position: absolute;
  right: 20px;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--clr-text-base);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#mobile_menu_button mc-icon:first-child {
  top: 24px;
}
#mobile_menu_button mc-icon:last-child {
  bottom: 22px;
}

.header-is-open #mobile_menu_button mc-icon:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.header-is-open #mobile_menu_button mc-icon:first-child {
  transform: translateY(-1px) rotate(45deg);
}
.header-is-open #mobile_menu_button mc-icon:last-child {
  transform: translateY(1px) rotate(-45deg);
}

#header_backdrop {
  position: fixed;
  top: var(--h-header);
  left: 0;
  z-index: 1;
  height: calc(100% - var(--h-header));
  width: 100%;
  background-color: var(--clr-backdrop);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--transition-curve);
}
@media (max-width: 1249px) {
  body.header-is-open #header_backdrop {
    opacity: 1;
    pointer-events: all;
  }
}

body.no-overflow,
html.no-overflow {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto;
}
body.header-is-open,
html.header-is-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto;
}
@media (min-width: 1250px) {
  body.header-is-open,
  html.header-is-open {
    overflow: auto !important;
  }
}
body.modal-is-open,
html.modal-is-open {
  overflow: clip !important;
  -webkit-overflow-scrolling: auto;
}
body.map-is-open,
html.map-is-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto;
}

@media (max-width: 599px) {
  body {
    overflow-x: hidden;
  }
}

.search-form input[type=submit],
.search-form button {
  background-color: #09325f;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  height: 44px;
  width: 100%;
  border: 0;
}

/*********************************
*  SEARCH FORM
*********************************/
.search-form-wrap {
  position: relative;
  width: 100%;
}

.search-form-container {
  margin-bottom: 20px;
}

.search-form {
  overflow: hidden;
  position: relative;
  z-index: 100;
  padding: 0;
}

.search-heading img {
  /*display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  float: right;
  cursor: pointer;*/
}

.icon-wrap {
  padding-right: 10px;
  padding-bottom: 5px;
  display: none;
  float: right;
  cursor: pointer;
}

.icon-wrap img {
  max-width: 18px;
}

.search-heading {
  /*width: 100%;*/
  position: relative;
  background: #de010e;
  padding: 19px 20px;
}

@media (max-width: 991px) {
  .search-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 13px 20px;
  }
}
.search-form h3 {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  color: #fff;
  text-align: center;
}

.search-form .form-label {
  font-weight: 300;
  font-size: 29px;
  line-height: 25px;
  color: #FFF;
}

.search-form .form-checbox {
  font-size: 21px;
  font-weight: 300;
  color: #fff;
}

.search-form .chzn-select {
  width: 100% !important;
  height: 42px;
  padding: 0 0 0 8px;
  line-height: 26px;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  font-size: 13px;
}

.search-form .select2 {
  width: 100% !important;
}

.search-form .input-ref {
  width: 100% !important;
  height: 44px;
  padding: 8px;
  line-height: 26px;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  border-radius: 3px;
  font-size: var(--fs-input);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*.search-form .list-inline.fields{
width: 100%;
overflow: hidden;
}*/
.search-form .list-inline > li {
  float: left;
}

.search-form .chzn-container {
  font-size: 17px;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}

.search-form .chzn-container .search-choice-close {
  display: none;
}

.search-form .chzn-container-multi {
  font-size: 12px;
}

.search-form .chzn-container-multi .search-choice-close {
  display: block;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  height: 9px;
  right: 3px !important;
}

.search-form .chzn-container-single .chzn-single {
  height: 42px;
  padding: 6px 0px 0px 8px;
  line-height: 26px;
  border: 1px solid #FFF;
  border-radius: 0;
}

.search-form .chzn-container-single .chzn-single div {
  background: transparent;
  border-left: 0px solid #AAA;
  right: 4px;
  top: 7px;
  width: 21px;
}

.search-form .chzn-container-single .chzn-single span {
  font-size: 13px;
  color: #7c7c7c;
}

.search-form label {
  font-size: 13px;
  font-style: italic;
  color: #7c7c7c;
  /*font-family: 'Georgia';*/
  font-weight: 300;
}

.search-form .chzn-container-single .chzn-search input {
  background: url("../plugin/chosen/chosen-sprite.png") no-repeat scroll 100% -17px, transparent -webkit-linear-gradient(bottom, rgb(255, 255, 255) 85%, rgb(238, 238, 238) 99%) repeat scroll 0% 0%;
  background: url("../plugin/chosen/chosen-sprite.png") no-repeat scroll 100% -17px, transparent -o-linear-gradient(bottom, rgb(255, 255, 255) 85%, rgb(238, 238, 238) 99%) repeat scroll 0% 0%;
  background: url("../plugin/chosen/chosen-sprite.png") no-repeat scroll 100% -17px, transparent linear-gradient(to top, rgb(255, 255, 255) 85%, rgb(238, 238, 238) 99%) repeat scroll 0% 0%;
}

.chzn-container-single .chzn-single div b {
  background: url(../images/arrow-down_2.png) no-repeat;
  background-position: 0 50%;
  width: 22px;
  height: 29px;
}

.chzn-container .chzn-results .active-result {
  font-size: 13px;
}

/**********************************
* Checkbox Style
**********************************/
.search-form input[type=checkbox].css-checkbox,
.search-form input[type=radio].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.search-form input[type=checkbox].css-checkbox + label.css-label,
.search-form input[type=radio].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}

.search-form input[type=checkbox].css-checkbox:checked + label.css-label,
.search-form input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -15px;
}

/*specific classes related to Checkbox skins*/
.search-form .vlad {
  background-image: url("../images/vlad.png");
}

.search-form input[type=checkbox].css-checkbox.lrg + label.css-label.lrg,
.search-form input[type=radio].css-checkbox.lrg + label.css-label.lrg {
  padding-left: 22px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 300;
}

.search-form input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg,
.search-form input[type=radio].css-checkbox.lrg:checked + label.css-label.lrg {
  background-position: 0 -20px;
}

.search-form .form-label {
  font-size: 33px;
  line-height: 32px;
  margin-bottom: 13px;
}

.search-form .padding-left {
  padding-left: 15px;
}

.search-form .fields {
  display: flex;
  margin: 0;
}
@media (max-width: 1023px) {
  .search-form .fields {
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .search-form .fields {
    padding: 16px 30px;
    background-color: #fff;
    border: 1px solid var(--clr-border-base);
    border-top: 3px solid var(--clr-brand);
    border-radius: var(--base-border-radius);
  }
}

@media (min-width: 1024px) {
  .search-form .fields > li:nth-child(1) {
    width: 19%;
  }
  .search-form .fields > li:nth-child(2) {
    width: 17%;
  }
  .search-form .fields > li:nth-child(3) {
    width: 14%;
  }
  .search-form .fields > li:nth-child(4) {
    width: 14%;
  }
  .search-form .fields > li:nth-child(5) {
    width: 16%;
  }
  .search-form .fields > li:nth-child(6) {
    width: 20%;
  }
}

@media (max-width: 1023px) {
  #search_form {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background: var(--clr-backdrop);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s var(--transition-curve);
  }
}
@media (min-width: 1024px) {
  #search_form {
    margin-bottom: var(--vertical-spacing-lg);
  }
}
@media (max-width: 1023px) {
  #search_form.active {
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 1023px) {
  #search_form .search-form {
    background: var(--clr-background-primary);
    padding: 20px;
    height: 100%;
    width: 100%;
    border-top-left-radius: var(--base-border-radius);
    border-top-right-radius: var(--base-border-radius);
  }
}

@media (max-width: 1023px) {
  #search_form .search-form-wrap {
    transition: translate 0.2s var(--transition-curve);
  }
}

@media (max-width: 1023px) {
  #search_form:not(.active) .search-form-wrap {
    translate: 0 100%;
  }
}

@media (max-width: 1023px) {
  body:has(#search_form) .select2-container {
    z-index: 10000;
  }
}

#search_form .modal-title-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  #search_form .modal-title-container {
    display: none;
  }
}

#search_form .close-modal {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
#search_form .close-modal::before, #search_form .close-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: var(--clr-text-base);
}
#search_form .close-modal::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#search_form .close-modal::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#search_form .modal-title {
  font-size: 2rem;
  font-weight: var(--fw-titles);
}

.search-toggle-container {
  margin-bottom: var(--vertical-spacing-lg);
}
@media (min-width: 1024px) {
  .search-toggle-container {
    display: none;
  }
}
.search-toggle-container button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

@media (max-width: 1023px) {
  .home-page .home-banner b-container {
    width: 100%;
  }
}
.home-page .home-banner b-container img {
  width: 100%;
}
@media (min-width: 1024px) {
  .home-page .home-banner b-container img {
    border-radius: var(--base-border-radius);
  }
}

.home-page .home-banner .title {
  max-width: var(--w-container-lg);
  margin: 0 auto;
  padding: 35px var(--container-padding);
  text-align: center;
  font-weight: var(--fw-titles);
  line-height: 1.2;
  font-size: 2.8rem;
  text-transform: none;
}
@media (min-width: 1024px) {
  .home-page .home-banner .title {
    font-size: 3.8rem;
  }
}

.about-content {
  margin-bottom: var(--vertical-spacing-lg);
  padding-block: var(--vertical-spacing-md);
  background-color: var(--clr-secondary);
  color: #ffffff;
}
.about-content b-container {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-content b-container {
    grid-template-columns: 1fr 1.5fr;
    gap: 64px;
  }
}

.home-page #featured_properties_section {
  margin-bottom: var(--vertical-spacing-lg);
}
.home-page #featured_properties_section .grid {
  display: grid;
  grid-template-columns: 100%;
  gap: var(--grid-gap-sm);
  margin-bottom: var(--vertical-spacing-sm);
  padding: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .home-page #featured_properties_section .grid {
    grid-template-columns: 1fr 0.5fr 1fr;
    grid-template-rows: repeat(3, 250px);
  }
}
@media (min-width: 1024px) {
  .home-page #featured_properties_section .grid {
    grid-template-rows: repeat(2, 300px) 350px;
  }
}
@media (min-width: 600px) {
  .home-page #featured_properties_section .property-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
@media (min-width: 600px) {
  .home-page #featured_properties_section .property-item:last-child {
    grid-column: 2/4;
    grid-row: 3/4;
  }
}

.home-page #featured_properties_section .property-item {
  position: relative;
  display: flex;
  border-radius: var(--base-border-radius);
  overflow: hidden;
  background-color: var(--clr-background-secondary);
}
.home-page #featured_properties_section .property-item a {
  display: flex;
  width: 100%;
}
.home-page #featured_properties_section .property-item .price {
  position: absolute;
  top: 44px;
  background: var(--clr-brand);
  padding: 7px 10px;
  font-size: 13px;
  font-weight: var(--fw-strong);
  margin: 0 0 15px 0;
  color: #fff;
  border-top-right-radius: var(--base-border-radius);
  border-bottom-right-radius: var(--base-border-radius);
}

.home-page #featured_properties_section .property-item figure {
  width: 100%;
}
.home-page #featured_properties_section .property-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.home-page #featured_properties_section .property-item figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
  width: 100%;
  padding: 15px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.4));
  color: white;
  font-size: 14px;
}
.home-page #featured_properties_section .property-item figure .title {
  font-size: 2.2rem;
  font-weight: var(--fw-regular);
  margin-bottom: 6px;
}
.home-page #featured_properties_section .property-item figure .location {
  margin-bottom: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.home-page #new_deveolpments_section {
  margin-bottom: var(--vertical-spacing-lg);
}
.home-page #new_deveolpments_section figure {
  margin-bottom: var(--vertical-spacing-sm);
}
.home-page #new_deveolpments_section img {
  width: 100%;
  border-radius: var(--base-border-radius);
}

.home-page #destinations_section {
  margin-bottom: var(--vertical-spacing-lg);
}
.home-page #destinations_section .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 160px);
  gap: var(--grid-gap-sm);
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .home-page #destinations_section .grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 350px);
  }
}

.home-page #destinations_section .destination-item {
  position: relative;
}
@media (min-width: 600px) {
  .home-page #destinations_section .destination-item:nth-child(1) {
    grid-column: 1/3;
  }
  .home-page #destinations_section .destination-item:nth-child(2) {
    grid-column: 3/5;
  }
  .home-page #destinations_section .destination-item:nth-child(3) {
    grid-column: 5/7;
  }
  .home-page #destinations_section .destination-item:nth-child(4) {
    grid-column: 1/4;
  }
  .home-page #destinations_section .destination-item:nth-child(5) {
    grid-column: 4/7;
  }
}

.home-page #destinations_section .destination-item figure {
  width: 100%;
  height: 100%;
  border-radius: var(--base-border-radius);
  overflow: hidden;
}
.home-page #destinations_section .destination-item figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
  width: 100%;
  padding: 15px;
  border-bottom-left-radius: var(--base-border-radius);
  border-bottom-right-radius: var(--base-border-radius);
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.4));
  color: white;
  font-size: 14px;
}
.home-page #destinations_section .destination-item figure .title {
  font-size: 2.2rem;
  font-weight: var(--fw-regular);
  margin: 0;
}
.home-page #destinations_section .destination-item figure picture, .home-page #destinations_section .destination-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page #testimonials_section {
  margin-bottom: var(--vertical-spacing-lg);
}

.home-page #testimonials_section .review-item {
  display: grid;
  grid-template-columns: 100%;
  gap: var(--grid-gap-md);
}
@media (min-width: 600px) {
  .home-page #testimonials_section .review-item {
    grid-template-columns: 1fr 1.5fr;
  }
}
.home-page #testimonials_section .review-item image-container {
  display: flex;
  overflow: hidden;
  border-radius: var(--base-border-radius);
}
.home-page #testimonials_section .review-item image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page #testimonials_section .review-item text-container {
  display: block;
  align-self: center;
}
.home-page #testimonials_section .review-item .text {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .home-page #testimonials_section .review-item .text {
    font-size: 2rem;
  }
}
.home-page #testimonials_section .review-item .author {
  color: var(--clr-brand);
}

.search-page #page_main {
  margin-top: calc(var(--h-header) + 20px);
}

.search-page .property-list {
  display: grid;
  grid-template-columns: 100%;
  min-height: 345px;
  margin-bottom: 65px;
  background-color: var(--clr-background-card);
  border: 1px solid var(--clr-border-base);
  border-radius: var(--base-border-radius);
  overflow: hidden;
}
@media (min-width: 600px) {
  .search-page .property-list {
    grid-template-columns: 1fr 1fr;
  }
}

.search-page .property-list image-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.search-page .property-list image-container .image {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search-page .property-list .price {
  position: absolute;
  top: 44px;
  background: var(--clr-brand);
  padding: 7px 10px;
  font-size: 13px;
  font-weight: var(--fw-strong);
  margin: 0 0 15px 0;
  color: #fff;
  border-top-right-radius: var(--base-border-radius);
  border-bottom-right-radius: var(--base-border-radius);
}

.search-page .property-list text-container {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.search-page .property-list text-container .description {
  flex-grow: 1;
}

.search-page .property-list .listing-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 2.5rem;
  font-weight: var(--fw-regular);
}

.property-list .heading-subtitle {
  margin-bottom: 6px;
  font-size: 1.4rem;
  color: var(--clr-brand);
}
.property-list .heading-subtitle .city {
  text-transform: uppercase;
}

.property-list .description {
  margin-bottom: 24px;
  font-size: 1.6rem;
  color: var(--clr-text-secondary);
}

.property-list .attributes {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}
.property-list .attributes img {
  max-width: 19px;
}

@media (max-width: 599px) {
  .property-list button-container .button {
    width: 100%;
  }
}
