@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,300,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  color: #183539;
  line-height: 1.5;
  font-size: 15px;
}

h1 {
  font-size: 2.5em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  color: #183539;
}

h2 {
  font-size: 1.25em;
  font-weight: 700;
}

.header_top {
  background: #183539;
  color: #fff;
  height: 50px;
  line-height: 50px;
  z-index: 50;
}
.header_top:after {
  display: block;
  clear: both;
  content: "";
}

.header_top .customflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_top .customflex > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header_top a {
  color: #fff;
}

.social_icons a:hover {
  text-decoration: none;
}
.mail,
.phone {
  padding: 0 0 0 25px;
}
.mail {
  background: url(../images/mail.png) 0 50% no-repeat;
}
.phone {
  background: url(../images/phone.png) 0 50% no-repeat;
}

@media (max-width: 768px) {
  .header_top .customflex {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .header_top .customflex {
    font-size: 11px;
  }
}

.site_width,
.other-page,
.page-content {
  max-width: 1160px;
  margin: 0 auto !important;
}
.other-page,
.page-content {
  width: 1170px !important;
  margin: 0 auto !important;
  float: none !important;
  padding-top: 10px;
}

.header-inner {
  position: relative;
  background: #fff;
}

.header-inner > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.header-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-main-menu ul.nav,
.header-top-menu ul.nav {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-main-menu ul.nav a,
.header-top-menu ul.nav a {
  color: #183539;
  padding: 10px;
  border-bottom: 2px solid transparent;
}

.header-main-menu ul.nav li.active a,
.header-top-menu ul.nav li.active a {
  border-color: #f53234;
}

.mobile-menu-toggle {
  display: none;
  position: absolute;
  top: 35px;
  right: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .mobile-menu-toggle {
    display: block;
  }
  .header-inner > div {
    flex-direction: column;
  }
  .header-menu-container {
    flex-direction: column-reverse;
    height: 0;
    overflow: hidden;
  }
  .header-inner.menuopen .header-menu-container {
    height: auto;
  }
  .header-main-menu ul.nav,
  .header-top-menu ul.nav {
    flex-direction: column;
  }
}

.logo {
  display: block;
  float: left;
  margin: 10px 0;
  position: relative;
  z-index: 2;
}

.logo img {
  height: 85px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  object-fit: contain;
}

.scrolled .logo img {
  height: 60px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  z-index: 1001;
}

.property-map {
  margin-bottom: 2rem;
}

#content {
  margin-top: 155px !important;
}

#content.other-page {
  margin-top: 165px !important;
}

.left_head,
.right_head {
  position: absolute;
  top: 0;
  z-index: 2;
  max-height: 155px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.scrolled .left_head,
.scrolled .right_head {
  max-height: 139px;
}
.left_head {
  left: 0;
}
.right_head {
  right: 0;
}
.nav li a.button-login {
  font-family: "Raleway", sans-serif;
  display: inline-block;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #eaeaea)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #eaeaea 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #eaeaea 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
/*
.nav li:nth-child(n+6) {padding: 0;margin: 0;border-bottom: none;}
.nav li:nth-child(n+6) + li{padding: 0 0 0 12px;}
*/
.footer_bottom {
  background: #183539;
  padding: 30px 0;
  overflow: hidden;
}
.copyright {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 9px;
}
.foot_social {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  color: #fff;
}
.foot_social li {
  float: right;
  padding: 8px;
  border-left: 1px solid #163340;
}
footer {
  background: #051a24 url(../images/footer_bg.png) no-repeat 50% 100%;
}
.footer_container {
  padding: 50px 0 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.footer_container:after {
  display: block;
  clear: both;
  content: "";
}
.footer_container > div {
  width: 32%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 2rem;
}
.footer_container > div:last-child {
  width: 100%;
}
.foot_logo {
  padding: 0 0 30px;
}
.foot_title {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0;
}
.footer_container .phone,
.footer_container .mail {
  float: none;
  margin: 0 0 20px;
}
.mail,
.phone,
.footer_container a {
  color: #ffffff;
}
.mapping {
  background: url(../images/mapping.png) 0 5px no-repeat;
  padding: 0 0 0 25px;
}
#tw-widget1 .user {
  line-height: 24px;
}
#tw-widget1 img {
  display: none;
}
#tw-widget1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#tw-widget1 ul li {
  padding: 0 0 20px;
}
#tw-widget1 p {
  margin: 0;
}
#tw-widget1 ul li a {
  color: #f53234;
}
#tw-widget1 .timePosted {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
.green-button {
  display: inline-block;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.86);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.86);
  box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.86);
  background: #f53234;
  background: -moz-linear-gradient(top, #f53234 0%, #76ae2e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f53234),
    color-stop(100%, #d42c1b)
  );
  background: -webkit-linear-gradient(top, #f53234 0%, #d42c1b 100%);
  background: -o-linear-gradient(top, #f53234 0%, #76ae2e 100%);
  background: -ms-linear-gradient(top, #f53234 0%, #76ae2e 100%);
  background: linear-gradient(to bottom, #f53234 0%, #d42c1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F53234', endColorstr='#76ae2e',GradientType=0 );
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-shadow: 0px -2px 2px rgb(244, 53, 34);
  border: 1px solid #f13625;
  padding: 11px 15px 7px;
  text-decoration: none;
}
.green-button:hover {
  text-decoration: none;
  color: #fff;
  background: #af2829;
  background: -moz-linear-gradient(top, #af2829 0%, #76ae2e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #af2829),
    color-stop(100%, #d42c1b)
  );
  background: -webkit-linear-gradient(top, #af2829 0%, #d42c1b 100%);
  background: -o-linear-gradient(top, #af2829 0%, #76ae2e 100%);
  background: -ms-linear-gradient(top, #af2829 0%, #76ae2e 100%);
  background: linear-gradient(to bottom, #af2829 0%, #d42c1b 100%);
}
.site_width a.green-button {
  color: #fff;
}
.subscribe .inputbox {
  -webkit-box-shadow: inset 0px 6px 22px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 6px 22px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 6px 22px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #302f46;
  line-height: 36px;
  height: 36px;
  padding: 0;
  text-indent: 5px;
  margin: 0;
  border-radius: 5px;
  width: 99%;
}
.subscribeDesc {
  padding: 0 0 15px;
}
.get_started {
  padding: 40px 55px;
  border-radius: 3px;
  background: #ebebeb;
  border: 1px solid #bcbcbc;
  overflow: hidden;
  margin: 55px 0;
}
.start_left {
  float: left;
  width: 81%;
}
.start_right {
  float: right;
  padding: 11px 0 0;
}
.start_left h3 {
  font-size: 20px;
  font-weight: normal;
  color: #3c3c3c;
  padding: 0;
  margin: 0;
  line-height: 34px;
}
.start_left p {
  font-size: 16px;
  color: #737373;
  margin: 0;
  font-family: "Raleway", sans-serif !important;
}
.get_started a.green-button {
  padding: 14px 35px 10px;
  text-decoration: none;
}
.test_title {
  font-size: 19px;
  color: #051a24;
  text-transform: uppercase;
  padding: 100px 0 15px;
  border-bottom: 2px solid #e2e1ec;
  position: relative;
  background: url(../images/shadow-gradient.png) no-repeat 0 100%;
}
.test_title img {
  position: absolute;
  bottom: -5px;
  left: 0;
}
.fst_comment_created {
  display: none;
}
#comments {
  overflow: hidden;
}
.fst_comments_scroll_outer {
  padding: 0 0 70px;
}
.fst_comment {
  float: left;
  width: 45%;
  clear: none !important;
  border: none !important;
}
.fst_comment:nth-child(odd) {
  padding: 24px 5% 0 0;
}
.fst_comment:nth-child(even) {
  padding: 24px 0 0 5%;
}
.fst_comment_commentmod {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 24px;
}
.meet {
  background: url(../images/certain.jpg) no-repeat;
  padding: 80px 0 116px;
  background-size: cover;
}
.meet_jes {
  overflow: hidden;
}
.meet_left {
  float: left;
  width: 16%;
  padding: 132px 15px 0 0;
  text-align: center;
}
.meet_right {
  overflow: hidden;
}
.meet_left strong {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 15px 0 5px;
}
.meet_title {
  display: inline-block;
  margin: 0 0 67px 67px;
  padding: 15px 34px;
  font-size: 40px;
  line-height: 40px;
  color: #222222;
  background: rgba(255, 255, 255, 0.32);
  font-family: "Raleway", sans-serif !important;
}
.meet_desc {
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.32);
  font-size: 15px;
  line-height: 24px;
  color: #323232;
  font-family: "Raleway", sans-serif !important;
}
.meet_social a {
  margin: 0 3px;
  color: #222;
  font-size: 30px;
  text-decoration: none;
}
.home_contact {
  padding: 30px 0 0px;
  position: relative;
}
.home_contact h3 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.logo_center {
  text-align: center;
  padding: 0 0 55px;
}
.home_contact h3 {
  color: #222;
  text-align: center;
}
.hc_wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 -3%;
}
.hc_wrapper > div {
  float: left;
  width: 30%;
  margin: 0 0 0 3%;
  text-align: center;
}
.arrow_1,
.arrow_2 {
  position: absolute;
  top: 40px;
  left: 30%;
}
.arrow_2 {
  left: 63%;
}
.hc_title {
  padding: 25px 0 20px;
  font-size: 15px;
  color: #373737;
  font-weight: 800;
  text-transform: uppercase;
}
.hc_desc {
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}
.hc_link {
  padding: 54px 0 0;
  text-align: center;
}
.latest_products {
  background-color: #051a24;
}
.lp_right {
  padding: 60px 0 80px;
}

.latest_products h2 {
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
}

.latest_products_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
  margin: 0 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.latest_products_header .swiper-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.latest_products_header .swiper-button-prev,
.latest_products_header .swiper-button-next {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  font-size: 30px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.vmp_cats {
  display: inline-block;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 8px;
  bottom: 0;
  background: #051a24;
}

.sale_box {
  padding: 7px 13px;
  font-size: 13px;
  color: #fff;
  background: #d5d5d5;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 4px;
}

.banner_logo {
  text-align: center;
  padding: 22px 0 0;
}
.banner_desc {
  padding: 20px 0 95px;
  font-size: 19px;
}
.slideContact img {
  width: auto !important;
}
.slide-desc-bg {
  display: none;
}
.slideDesc {
  padding: 20px;
  width: auto;
  display: inline-block;
  background: rgba(255, 255, 255, 0.64);
  top: 80px;
}
.slide-desc {
  top: 80px;
  bottom: auto;
}
.slideTitle {
  font-size: 47px;
  color: #222;
  font-weight: bold;
  line-height: 47px;
  padding: 0 0 10px;
}
.slideDescription {
  font-size: 19px;
  color: #222;
  padding: 0 0 20px;
  line-height: 26px;
}
.djslider-loader {
  top: 0px;
  z-index: 1;
}
.slider-wrapper {
  margin: 0 !important;
  background: #eaeaea;
  border-radius: 7px;
  height: 22px;
  padding: 0 10px;
}
#slider-range,
#slider-range1,
#slider-range2 {
  height: 6px;
  background: #c1c1c1;
  border-radius: 3px;
  position: relative;
  top: 8px;
  -webkit-box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.26);
}
.ui-slider .ui-slider-handle {
  background: url(../images/slider-img.png) no-repeat;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 0;
  z-index: 2;
  top: -8px;
  margin: 0 0 0 -5px;
}
.ui-slider .ui-slider-range {
  background: #f53234;
  position: absolute;
  z-index: 1;
  height: 6px;
}
.tabNavigation {
  background: #051a24;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabNavigation:after {
  display: block;
  clear: both;
  content: "";
}
.tabNavigation li {
  float: left;
  padding: 0 0 12px;
  margin: 0 0 -12px;
}
.tabNavigation li a {
  display: inline-block;
  padding: 25px 34px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.tabNavigation li a:hover {
  text-decoration: none;
}
.tabNavigation li.selected {
  background: url(../images/arrow_green.png) no-repeat 50% 100%;
}
.tabNavigation li.selected a {
  background: #f23726;
  color: #fff;
}
.tabDiv {
  padding: 23px 20px 7px 20px;
  background: #ffffff8f;
  border-radius: 0 0 5px 5px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2196078431372549);
}
.row-item label,
.price-range label {
  font-size: 14px;
  color: #787878;
  font-weight: bold;
}
.pr1,
.pr2,
.price-range {
  float: left;
  width: 343px;
}
.row-item,
.price-range,
.row-button {
  margin: 0 0 18px 21px;
}
.row-item select {
  width: 100%;
  border: 1px solid #c4c4c4;
  height: 40px;
  font-size: 14px;
}
.price-range ~ div {
  float: left;
  width: 254px;
}

/* .tabDiv{display: none;} */
#tab1 {
  display: block;
}
.row-button .green-button {
  font-size: 13px;
  width: 243px;
  padding: 12px 0 8px;
}
.row-button {
  padding: 22px 0 0;
}
.property1 {
  padding: 0 0 18px;
}
.price-range label {
  float: left;
}
.price-title {
  overflow: hidden;
}
.price-title input {
  float: left;
  background: transparent;
  border: none;
  font-size: 12px;
  color: #787878;
  box-shadow: none;
  margin: -2px 0 7px;
  outline: none !important;
}

.row-item label span {
  font-weight: normal;
  font-size: 12px;
}

.product_s_desc {
  padding: 0 20px 10px;
  font-size: 15px;
}
.PricesalesPrice {
  display: inline;
}
@media (max-width: 1600px) {
  /*     .left_head, .right_head{display: none;} */
}

#addcommentform th {
  text-align: left;
  font-weight: normal;
  width: 150px;
}
#addcommentform input[type="text"],
#addcommentform textarea,
#addcommentform select {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  padding: 0;
  text-indent: 5px;
  margin: 0;
  border-radius: 5px;
  width: 100%;
}
#addcommentform input[type="text"] {
  line-height: 24px;
  height: 24px;
}
#addcommentform td {
  padding: 5px 0;
}
#add_comment h3 {
  font-size: 19px;
  color: #051a24;
  text-transform: uppercase;
  padding: 10px 0 10px;
  margin: 0 0 10px;
  border-bottom: 2px solid #e2e1ec;
  position: relative;
}
#comments .fst_clear {
  display: none;
}
.view-category {
  background-size: 100% auto;
}

.listing-banner {
  width: 100%;
}

.lb_top,
.lb_bottom {
  text-align: center;
  position: relative;
}

.lb_bottom {
  margin-top: 20px;
}

.lb_top img,
.lb_bottom img {
  position: relative;
  z-index: 1;
}

.lb_top:before,
.lb_bottom:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #b6b6b64f;
}

.lb_center {
  font-size: 30px;
  color: #222;
  padding: 5px 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.lb_center a.green-button {
  padding: 12px 21px 10px;
  font-size: 13px;
  margin: 0 0 0 10px;
}
.lb_center a.green-button,
.lb_center span {
  display: inline-block;
  vertical-align: middle;
}

.view-category .product_s_desc {
  padding: 0 8px 10px;
}

.vm-pagination {
  padding: 20px 28px;
  background: #f8f8f8;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  float: none;
  overflow: hidden;
}
.vm-page-counter {
  float: left;
  font-weight: bold;
  font-size: 18px;
  color: #969696;
  font-family: arial, sans-serif;
}
.vm-pagination .pagination-list {
  float: right;
}
.icon-first {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/prev_start.png) no-repeat 0 100%;
}
.disabled .icon-first {
  background-position: 0 0;
}
.icon-first:before {
  content: "";
}
.pagination-list a {
  display: inline-block;
  padding: 5px 10px;
  font-family: arial, sans-serif;
  font-size: 18px;
  color: #969696;
  margin: 0;
  background: none;
  border: none;
}
.pagination-list .disabled.hidden-phone a {
  background: #f23726;
  border-radius: 3px;
  color: #fff;
}
.icon-previous {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/prev.png) no-repeat 0 100%;
}
.disabled .icon-previous {
  background-position: 0 0;
}
.icon-previous:before {
  content: "";
}
.pagination-list li:first-child a {
  padding: 5px;
}
.pagination-list li:nth-child(2) a {
  padding: 5px;
}
.icon-next {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/next.png) no-repeat 0 100%;
  margin: 0;
}
.disabled .icon-next {
  background-position: 0 0;
}
.icon-last:before,
.icon-next:before {
  content: "";
}
.icon-last {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/next_end.png) no-repeat 0 100%;
  margin: 0;
}
.disabled .icon-last {
  background-position: 0 0;
}
.pagination-list li a[title="Next"] {
  padding: 5px;
}
.pagination-list li a[title="End"] {
  padding: 5px;
}
.pagination-list {
  margin: 0;
}
.other-page {
  padding: 0 0 55px;
}

.lbl_right {
  float: right;
  padding: 15px 20px 13px;
  font-size: 13px;
}
.browse-view {
  margin: 0 0 40px;
}

.sale {
  background: #051a24;
}
.rent {
  background: #f39c12;
}
.special_icon {
  width: 79px;
  height: 50px;
  font-family: "arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 -1px #0e4562;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  position: absolute;
  right: -6px;
  top: 24px;
  background: url(../images/special_icon.png) no-repeat;
}
.view-productdetails .adv-position {
  display: none;
}
.addtocart-bar {
  display: none;
}
.view-productdetails .other-page {
  width: 100% !important;
  max-width: 100%;
}
.infoTitle {
  margin: -10px 0 30px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
}
.infoTitle h1 {
  font-size: 30px;
  color: #222;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  height: 135px;
}
.infoTitleWrapper {
  display: table;
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.back-to-category {
  float: left;
}
.back-to-category a {
  display: inline-block;
  background: url(../images/backto.png) no-repeat 10px 50%;
  font-size: 18px;
  color: #051a24;
  padding: 0 0 0 35px;
}
.product-neighbours a.previous-page {
  display: inline-block;
  padding: 0 0 0 16px;
  background: url(../images/prev_green.png) no-repeat 0 50%;
  font-size: 18px;
  color: #051a24;
  margin: 0 0 0 50px;
}
.product-neighbours a.next-page {
  display: inline-block;
  padding: 0 16px 0 0;
  background: url(../images/next_green.png) no-repeat right 50%;
  font-size: 18px;
  color: #051a24;
  margin: 0 0 0 50px;
}
.productWrapper:after {
  display: block;
  clear: both;
  content: "";
}
.productRight {
  float: right;
  width: 426px;
  margin: 0 -446px 0 20px;
}
.productLeft {
  float: left;
  width: 100%;
}
.topNavigation:after {
  display: block;
  clear: both;
  content: "";
}
.topNavigation {
  padding: 0 0 20px;
}
span.vm-price-desc {
  display: none;
}

.product-details-price {
  padding: 0 0 7px;
  overflow: hidden;
}
.month {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  color: #fff;
  padding: 0 0 0 5px;
  margin: -5px 0 0;
  display: block;
  float: left;
  line-height: 42px;
}
.blueBlock {
  background: #051a24;
  padding: 25px;
  color: #fff;
}
.product-short-description {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 0 12px;
}
.intnotes {
  font-size: 15px;
  padding: 0 0 12px;
}
.pr_properties {
  overflow: hidden;
  border-top: 1px solid #ffffff40;
  padding: 15px 0 0;
}
.pr_properties > div {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  color: #acacac;
  font-family: "Open Sans", sans-serif;
}
.pr_properties img,
.pr_properties span {
  display: inline-block;
  vertical-align: middle;
}
.pr_properties img {
  margin: 0 9px 0 0;
}
.pr_contact_title {
  font-size: 18px;
  padding: 0 0 12px;
}
.pr_contact_us {
  padding: 20px 28px 9px;
  background: #f53234;
  font-size: 18px;
  margin: 24px 0 32px;
  color: #fff;
}
.pr_contact_us input,
.pr_contact_us textarea {
  background: #a5190c;
  border: none;
  border-radius: 0;
  outline: none;
}
.pr_contact_us input {
  width: 155px;
  padding: 10px 0 10px 15px;
  height: auto;
  font-size: 15px;
  color: #fff;
}
.pr_contact_us .form-horizontal .control-label {
  display: none;
}
.pr_contact_us .form-horizontal .controls {
  margin: 0;
}
.pr_contact_us #contact {
  padding: 0;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: block;
}
.inputDiv {
  overflow: hidden;
}
.inputDiv > div {
  float: left;
}
.inputDiv > div + div {
  margin: 0 0 0 28px;
}
#contact p.help-block {
  margin: 0 !important;
}
#contact ul li {
  width: auto;
  margin: 0;
  border: none;
  background: none;
  font-size: 12px;
}
#contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact button {
  display: inline-block;
  padding: 11px 9px;
  background: #183539;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  border: none;
  text-shadow: none;
}
.pr_contact_us textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
  height: 100px;
}
#contact form {
  margin: 0;
}
.pr_customfields {
  margin: 0 0 26px;
  background: #051a24;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
.custom_g {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 17px 17px 17px 50px;
  background: url(../images/plus_minus.png) 9px -58px no-repeat;
  text-transform: uppercase;
  cursor: pointer;
}
.custom_s {
  font-size: 16px;
  color: #ffffff;
  padding: 11px;
  overflow: hidden;
  display: none;
}

.custom_s:nth-child(even) {
  background: #051a24;
}
.custom_s:nth-child(odd) {
  background: #183539;
}

.cs_title,
.cs_value {
  float: left;
  display: block;
}
.cs_title {
  width: 185px;
}
.cs_value {
  font-weight: bold;
}
.pr_customfields.active .custom_g {
  background-position: 9px 15px;
}
.pr_customfields.active .custom_s {
  display: block;
}
#contact ::-webkit-input-placeholder {
  color: #fff;
}
#contact :-moz-placeholder {
  color: #fff;
}
#contact ::-moz-placeholder {
  color: #fff;
}
#contact :-ms-input-placeholder {
  color: #fff;
}
.additional-images img {
  width: 140px;
  height: auto;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  margin: 0 8px;
}
.additional-images {
  margin-top: 5px;
}

.add_slider {
  position: relative;
  padding: 0 39px;
  margin: 0 -5px 30px;
  overflow: hidden;
}

.add_slider .prev {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 10;
}
.add_slider .next {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.productWrapper {
  padding: 0 446px 0 0;
}
.product-fields-title-wrapper {
  font-size: 24px;
  color: #011f2c;
  text-transform: uppercase;
  padding: 0 0 15px;
}
.at_PinItButton {
  display: inline-block !important;
  width: 42px !important;
  height: 42px !important;
  background: url(../images/icons/pinterest.png) no-repeat !important;
}
.addthis_toolbox {
  float: right;
}
.addthis_toolbox a {
  display: block;
  float: left;
  margin: 0 0 0 7px;
}
.owl-stage-outer {
  overflow: hidden;
  position: relative;
  height: 95px;
}
.owl-stage {
  position: relative;
}
.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
}
.owl-dots {
  display: none;
}
.owl-prev,
.owl-next {
  position: absolute;
  width: 44px;
  height: 104px;
  top: 0;
  text-indent: -9999em;
  font-size: 0;
  color: transparent;
}
.owl-prev {
  left: 0;
  background: url(../images/add_prev.png) no-repeat;
}
.owl-next {
  right: 0;
  background: url(../images/add_next.png) no-repeat;
}
.get_started_product {
  padding: 37px 53px;
  background: #ebebeb;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin: 25px 0 0;
  overflow: hidden;
}
.for_rent .blueBlock {
  background: #f39c12;
}
.for_rent .pr_properties {
  border-top: 1px solid #fff;
}
.for_rent .pr_properties > div {
  color: #fff;
}
@media (max-width: 1600px) {
  .left_head,
  .right_head {
    display: none;
  }
  #djslider112 ul#slider112 li {
    height: 786px !important;
    width: 1600px !important;
  }
  #djslider112 {
    height: 786px !important;
    width: 100% !important;
  }
  #djslider112 ul#slider112 {
    width: 1600px !important;
  }
}
.start_right .green-button {
  padding: 13px 23px 10px;
  font-size: 13px;
}
.grey_link {
  color: #ffffff !important;
}
.price-range {
  padding-bottom: 23px;
}
.advancedForm {
  overflow: hidden;
  margin: 0;
}
.advancedForm > div {
  float: left;
}
.reset {
  display: none;
}
.footer_container > div + div.subscribe {
  width: 30%;
  padding: 0;
}
.com_content .other-page {
  width: 100% !important;
}
.page-header {
  background: #d9dee2 url(../images/listing_pic1.jpg) no-repeat 50% 0;
  padding: 40px 0;
  margin: -10px 0 20px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 10;
}
.page-header h2 {
  max-width: 1160px;
  margin: 0 auto;
  font-size: 30px;
  color: #222;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
.contactMap {
  margin: -20px 0 0;
}
.contactContent:after {
  display: block;
  content: "";
  clear: both;
}
.contactContent {
  padding: 60px 0 0 456px;
  max-width: 704px;
}
.contactLeft {
  float: left;
  width: 413px;
  margin: 0 0 0 -456px;
}
.contactRight {
  width: 100%;
}
h3.contactName {
  font-size: 28px;
  color: #183539;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px;
  font-family: "Raleway", sans-serif;
}
.contactImg {
  padding: 0 0 20px;
}
.contactLeft p,
.contactMedia {
  font-size: 16px;
  color: #183539;
  margin: 0 0 25px;
  font-family: "Open Sans", sans-serif;
}
.contactLeft p strong {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}
.contactMedia strong {
  font-size: 18px;
}
.contactSocial {
  padding: 5px 0 0;
}
.contactSocial a {
  color: #183539;
  text-decoration: none;
  margin: 0 20px 0 0;
}
.tabber {
  display: none;
  background: #f1f1f1;
  padding: 20px 25px 15px;
  border: 1px solid #e9ebef;
  margin: -2px 0 0;
}
.tabber label {
  display: none;
}
.tabber #contact {
  padding: 0;
}
.tabber .form-horizontal .controls {
  margin: 0;
}
.tabber .inputDiv > div {
  float: none;
}
.tabber .form-horizontal .control-group {
  margin: 0 0 23px;
}

.tabber input[type="text"],
.tabber input[type="email"],
.tabber input[type="password"],
.tabber textarea {
  border: 1px solid #e9ebef;
  width: 100%;
  padding: 10px 18px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #8e97ac;
  border-radius: 0;
  box-sizing: border-box;
  height: 40px;
}

.tabber textarea {
  height: 125px;
}
.tabber #contact ::-webkit-input-placeholder {
  color: #8393ca;
}
.tabber #contact :-moz-placeholder {
  color: #8393ca;
}
.tabber #contact ::-moz-placeholder {
  color: #8393ca;
}
.tabber #contact :-ms-input-placeholder {
  color: #8393ca;
}
.tabber .addthis_toolbox {
  display: none;
}
.tabber input:focus:invalid:focus,
.tabber input:focus,
.tabber textarea:focus:invalid:focus,
.tabber select:focus:invalid:focus {
  border-color: #8393ca;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(58, 52, 110, 0.09);
  -moz-box-shadow: 0px 0px 21px 0px rgba(58, 52, 110, 0.09);
  box-shadow: 0px 0px 21px 0px rgba(58, 52, 110, 0.09);
}
.tabContact {
  overflow: hidden;
  list-style: none;
  position: relative;
  margin: 0;
}
.tabContact > li {
  float: left;
  margin: 0 23px 0 0;
}
.tabContact > li a {
  display: block;
  padding: 15px 25px 15px;
  border: solid #e9ebef;
  border-width: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #8393ca;
  text-transform: uppercase;
  margin: 5px 0 0;
  text-decoration: none !important;
}
.tabContact > li.selected a {
  padding: 20px 25px 15px;
  color: #183539;
  border-width: 1px 1px 0;
  margin: 0;
  background: #f1f1f1;
}
.contactOrange {
  background: #f39c11;
  padding: 35px;
  border: 1px solid #bcbcbc;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  color: #ffffff;
  max-width: 1090px;
  margin: 75px auto 20px;
  border-radius: 3px;
  text-align: center;
}
.tabber #contact button {
  -webkit-box-shadow: 0px 3px 0px 0px rgba(123, 180, 45, 1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(123, 180, 45, 1);
  box-shadow: 0px 3px 0px 0px rgba(123, 180, 45, 1);
  padding: 10px 20px 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
  font-family: "Raleway", sans-serif;
}
.customContact > div {
  margin-bottom: 25px;
}
.customContact > div + div {
  margin-left: 6%;
}
.contact1,
.contact3 {
  width: 31%;
}
.contact2 {
  width: 22%;
}
.customContact > div > div,
.nameCustomContact,
.ligging {
  margin: 0 0 10px;
  font-size: 14px;
  color: #011f2c;
  text-transform: uppercase;
  font-weight: bold;
}
.customContact select {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: #8e97ac;
  box-sizing: border-box;
  height: auto;
  border-radius: 0;
  border: 1px solid #e9ebef;
}
.customContact > div > div.beds {
  background: url(../images/contact-bed.png) 0 50% no-repeat;
  padding: 0 0 0 35px;
  font-weight: normal;
}
.customContact > div > div.priceContact {
  background: url(../images/contact-price.png) 0 50% no-repeat;
  padding: 0 0 0 35px;
  font-weight: normal;
}
.nameCustomContact {
  margin: 0 0 15px;
}
.customContact1 > div {
  float: left;
  margin-bottom: 25px;
}
.customContact1 > div + div {
  margin-left: 22px;
}
.customContact1 input {
  margin: 0 0 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e9ebef;
  background-color: #fff;
  width: 17px;
  height: 17px;
}
.customContact1 input:checked {
  background-image: url(../images/check_mark.png);
}
.customContact1 span {
  font-size: 14px;
  color: #8e97ac;
  display: inline-block;
}
span.garage {
  padding: 0 0 0 31px;
  background: url(../images/contact-garage.png) 0 50% no-repeat;
}
span.staanplaats {
  padding: 0 0 0 36px;
  background: url(../images/contact-auto.png) 0 50% no-repeat;
}
span.tuin {
  padding: 0 0 0 20px;
  background: url(../images/contact-tuin.png) 0 50% no-repeat;
}
span.terras {
  padding: 0 0 0 44px;
  background: url(../images/contact-terras.png) 0 50% no-repeat;
}
.customContact1 {
  overflow: hidden;
}
.contact9 input {
  max-width: 93%;
}
.contact9 {
  padding: 0 0 17px;
}
.control-group.error input {
  border-color: #b94a48 !important;
}
.foot_logo + div {
  font-family: "Open Sans", sans-serif;
}
div.fst_comment {
  min-height: 103px;
}
.fst_comment_name {
  font-weight: bold;
}
.fst_comment_website {
  font-style: italic;
}
.pr_contact_us .success_block .control-group,
.pr_contact_us #contact.success_block button {
  display: none;
}
.exclusive .sale_box {
  float: none;
  text-align: center;
}
.exclusive .product-price {
  display: none;
}
.pdf_icon {
  margin: 0 5px 0 0;
}

.fst_mod_test_all {
  padding: 20px 0 0;
  text-align: center !important;
}

#recaptcha_response_field {
  height: 27px;
  text-indent: 10px;
  border-radius: 2px;
}
#recaptcha_privacy {
  display: none !important;
}
.mobile_menu {
  display: none;
}
.floor_title {
  font-size: 18px;
  color: #183539;
  padding: 0 0 5px;
}
.fl_table {
  color: #183539;
  font-size: 14px;
  margin: 0 0 10px;
}
.fl_table th,
.fl_table td {
  padding: 7px;
  text-align: left;
  border: 1px solid #ebebeb;
  font-size: 12px;
}
.fl_table th {
  background: #ebebeb;
  width: 8%;
}
.fl_table th:nth-child(2),
.fl_table th:nth-child(5) {
  width: 6%;
}

.row-fluid.property-list-header {
  margin-top: 15px;
  margin-bottom: 15px;
}

.property-list-header .form-wrapper {
  text-align: right;
}

.page-content {
  margin-top: 50px !important;
}

.print-btn {
  display: inline-block;
  font-size: 18px;
  color: #051a24;
}

.print-btn .fa {
  color: #f53234;
}

@media (max-width: 1180px) {
  .site_width,
  .other-page {
    padding: 0 20px;
  }
  #slider-container112 {
    left: 0 !important;
    width: auto !important;
  }
  .slide-desc-in .site_width {
    margin: 0 !important;
  }
  #djslider112 ul#slider112,
  #djslider112 ul#slider112 li {
    width: 100% !important;
  }
  .other-page {
    width: auto !important;
  }
  .footer_container {
    padding: 20px 0;
  }

  div.fst_comment:nth-child(2n + 1) {
    clear: left !important;
  }
  .contactLeft {
    width: auto;
    margin: 0;
    float: none;
  }
  .contactLeft p,
  .contactMedia {
    margin: 0 0 10px;
  }
  .contactOrange {
    padding: 15px;
    font-size: 18px;
    margin: 20px auto;
  }
  .contactContent {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  #djslider112 {
  }
  .logo {
    margin: 10px 0;
  }

  .slideTitle {
    font-size: 20px;
    padding: 0;
    line-height: 1;
  }
  .slide-desc-in .site_width {
    padding: 0 !important;
  }
  .slideDesc {
    width: auto;
  }
  .slide-desc {
    top: 10px;
  }
  #next112,
  #prev112 {
    display: none !important;
  }
  .slideDescription {
    font-size: 16px;
  }
  .tabNavigation li a {
    padding: 15px;
  }
  .row-item,
  .price-range,
  .row-button {
    margin: 0 1% 10px;
  }
  .pr1,
  .pr2,
  .price-range,
  .price-range ~ div {
    width: 48%;
  }
  .price-range {
    padding-bottom: 19px;
  }
  .row-button {
    padding: 0;
  }
  .footer_container > div,
  .footer_container > div + div,
  .footer_container > div + div.subscribe {
    float: none;
    width: 100%;
    padding: 0;
  }

  .view-category {
    background-position: 50% 111px;
  }
  #djslider112 {
    height: 687px !important;
  }
  .home_contact {
    padding: 20px 0;
  }
  .logo_center {
    padding: 0 0 20px;
  }
  .arrow_1,
  .arrow_2 {
    display: none;
  }
  .hc_wrapper > div {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .hc_link {
    padding: 0;
  }
  .hc_wrapper {
    margin: 0;
  }
  .meet {
    padding: 15px 0;
  }
  .meet_title {
    margin: 0 0 20px;
    font-size: 18px;
    display: block;
    position: relative;
    padding: 20px 20px 20px 10px;
    line-height: 1;
  }
  .meet_left {
    width: 170px;
  }
  .test_title {
    padding: 30px 0 15px;
    margin: 0 0 15px;
  }
  .fst_comments_scroll_outer {
    padding: 0 0 20px;
  }
  .get_started {
    padding: 20px;
    margin: 0 0 20px;
  }
  .lp_right {
    padding: 20px 0;
  }
  .slider-wrapper {
    padding: 0 15px 0 0;
  }
  .productRight,
  .productLeft {
    float: none;
    margin: 0;
    width: auto;
    margin: 0 0 10px;
  }
  .customContact > div + div {
    margin: 0 0 10px;
  }
  .tabber textarea {
    height: 60px;
  }
  .tabber .form-horizontal .control-group {
    margin: 0 0 10px;
  }
  h3.contactName {
    font-size: 22px;
  }
  .contactLeft p strong {
    font-size: 16px;
  }
  .pr_contact_us input {
    width: 100%;
  }
  .addthis_toolbox {
    float: none;
    padding: 10px 0 0;
  }

  .start_left h3 {
    font-size: 18px !important;
  }
  .get_started_product {
    margin: 20px 0;
    padding: 10px !important;
  }
  .infoTitle {
    padding: 0 15px;
  }
  .product-neighbours a.previous-page,
  .product-neighbours a.next-page {
    margin: 0 0 0 10px;
  }

  div.fst_comment {
    min-height: 0;
    width: 100%;
    padding: 0 0 15px !important;
  }
  h1 {
    font-size: 24px;
  }
  .productWrapper {
    padding: 0;
  }
  .bt-googlemaps {
    width: 100% !important;
  }
  .start_left p {
    font-size: 18px;
    color: #3c3c3c;
  }
  .fl_table th {
    font-size: 12px;
    white-space: normal;
  }

  .view-productdetails .pr_contact_us {
    bottom: 40px;
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    box-sizing: border-box;
    margin: 0;
  }
  .productRight .blueBlock {
    display: none;
  }
  .productLeft .blueBlock {
    margin: 0 0 10px;
  }
}

@media (max-width: 700px) {
  .customContact > div {
    float: none;
    width: auto;
  }
}
@media (max-width: 600px) {
  .mobile_t table {
    width: 600px;
  }
  .logo {
    width: 166px;
  }

  .price-title input.amount {
    width: auto;
  }

  .meet_left {
    float: none;
    width: auto;
    text-align: center;
    padding: 0 0 15px;
  }
  .tabDiv {
    padding: 40px 14px 19px 14px;
  }
  .bt-googlemaps {
    height: 250px !important;
  }
  .tabber {
    padding: 10px;
  }
  .infoTitle h1 {
    font-size: 24px;
  }
  .back-to-category a,
  .product-neighbours a.previous-page,
  .product-neighbours a.next-page {
    font-size: 14px;
  }
  .blueBlock,
  .pr_contact_us {
    padding: 10px;
  }
  .form-horizontal .control-group {
    margin: 0 0 10px;
    float: none;
  }
  #djslider112 {
    height: 930px !important;
  }
  .tabContact > li a {
    font-size: 16px;
    padding: 10px;
  }
  .tabContact > li.selected a {
    padding: 15px 10px 10px;
  }
  .foot_title ~ div,
  .foot_title ~ p {
    display: none;
  }
  .foot_title {
    padding: 10px 0;
    position: relative;
  }
  .foot_title:after {
    display: inline-block;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f055";
    color: #fff;
    font-size: 18px;
    right: 5px;
  }
  .foot_title.active:after {
    content: "\f056";
  }
  .foot_title.active ~ div,
  .foot_title.active ~ p {
    display: block;
  }
  .copyright {
    padding: 0;
  }
  .footer_bottom {
    padding: 15px 0;
  }
  .footer_container .custom:first-child {
    padding: 0 0 10px;
  }
  .meet_title:after,
  .hc_title:after {
    display: inline-block;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f055";
    color: #183539;
    font-size: 20px;
    right: 7px;
  }
  .meet_title.active:after,
  .hc_title.active:after {
    content: "\f056";
  }
  .meet_desc {
    display: none;
  }
  .meet_title.active + .meet_desc,
  .hc_title.active + .hc_desc {
    display: block;
  }
  #slider112 li > img {
    height: 275px !important;
  }
  .mobile_t {
    max-width: 600px;
    overflow: auto;
  }
  .hc_title {
    padding: 20px;
    text-align: left;
    position: relative;
  }
  .hc_title:after {
    top: 50%;
    margin-top: -15px;
  }
  .hc_desc {
    display: none;
  }
  .view-productdetails .view-productdetails .productdetails {
    padding-bottom: 402px;
  }
  #content #recaptcha_area,
  #content #recaptcha_table {
    width: 262px !important;
  }
  .recaptchatable #recaptcha_image {
    width: 254px !important;
    height: auto !important;
  }
  .recaptchatable #recaptcha_image #recaptcha_challenge_image {
    height: auto !important;
  }
  .add_slider {
    display: none;
  }
  * {
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  .pr1,
  .pr2,
  .price-range,
  .price-range ~ div {
    width: 100%;
    margin: 0 0 10px;
  }
}

span.prop-marquee {
  position: absolute;
  left: 8px;
  color: #fff;
  background: #f53234;
  top: 7px;
  padding: 5px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #183539;
}

.no-visible {
  display: none;
}

.clear {
  clear: both;
}

.sort-wrapper.selected .dropdown-menu {
  display: block;
  text-align: left;
}

.condition {
  float: left;
  width: 21%;
  margin-right: 0.5%;
  text-align: center;
}

.property-search .buttons {
  float: left;
  width: 14%;
}

.property-search .green-button {
  display: block;
  width: 100%;
}

.property-search select {
  text-align-last: center;
  height: 38px;
  line-height: 38px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

a.green-button:focus {
  color: #ffffff !important;
}

.BuildingContainer {
  margin-top: 0;
  margin-bottom: 30px;
}

.com_properties.view-detail .listing-banner,
.com_properties.view-projectdetails .listing-banner {
  display: none;
}

body.com_contactme .other-page {
  max-width: 100% !important;
  width: 100% !important;
}

.sale_box.reference {
  float: none;
  text-align: center;
}

.list-description p {
  font-size: 20px;
}

.gm-prop img {
  max-height: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  #djslider112 {
    height: 400px !important;
  }

  .span3.links,
  .span9.form-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .span9.form-wrapper {
    margin-top: 15px;
  }

  .listing-banner {
    margin: 50px 0px;
  }

  .row-fluid.property-list-header {
    margin-top: 0;
  }

  .footer_container .phone,
  .footer_container .mail {
    float: none;
    margin: 0 0 6px;
  }
}

@media (max-width: 767px) {
  .print-btn {
    display: none;
  }
  #djslider112 {
    height: 530px !important;
  }

  .condition {
    float: none;
    width: 100%;
    margin-right: 0.5%;
    text-align: center;
    margin: 2px 0px;
  }

  .property-search .buttons {
    float: none;
    width: 100%;
  }
  .social_icons,
  .mail,
  .phone {
    float: none;
    margin: 0;
  }
  .social_icons a:first-child {
    margin-left: 0;
  }
  .mail,
  .phone {
    padding: 0 0 0 25px;
    margin: 0;
  }

  .tabDiv.property-search {
    box-shadow: none !important;
    padding: 15px;
  }
  #slider112 .slide-desc-in {
    margin: 0 !important;
  }

  .property-list-header {
    text-align: center;
  }

  .property-list-header .btn-group,
  .property-list-header .green-button {
    width: 100%;
    margin: 1px 0;
    text-align: center;
    box-sizing: border-box;
  }

  .sort-wrapper.selected .dropdown-menu {
    display: block;
    text-align: left;
    width: 100%;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
    font-size: 18px;
  }

  .row-fluid [class*="span"] {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .browse-view {
    margin: 0 0 40px;
    padding: 0px 15px;
  }
}

@media (max-width: 1160px) {
  .site_width,
  .other-page {
    max-width: 100%;
    margin: 0 auto !important;
  }

  .page-content {
    margin-top: 50px !important;
    box-sizing: border-box;
    max-width: 100%;
  }
}

.cl-box {
  position: relative;
  color: #fff;
  padding: 10px 0px 25px 25px;
}

.cl-text {
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 50px 50px 25px;
}

.cl-text a {
  color: #f53234;
}

.cl-box:before {
  content: "";
  display: block;
  position: absolute;
  background: #f53234;
  top: 0;
  left: 0;
  right: 25px;
  bottom: 50px;
  z-index: -1;
}

.cl-boxes {
  margin-top: 65px !important;
}

.view-detail .cl-boxes,
.view-projectdetails .cl-boxes {
  display: none;
}

.tabber label.legal-privacy-agreed {
  display: inherit;
}

label.legal-privacy-agreed {
  font-size: 15px;
  font-weight: 500;
  margin-top: 17px;
}

label.legal-privacy-agreed input {
  margin-top: -3px;
  width: inherit !important;
}

#contact-form label.legal-privacy-agreed {
  font-size: 15px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
}

.slide-desc-text {
  text-align: center !important;
}

.slideDesc {
  background: none;
  top: auto;
  margin-top: 80px;
}

.slideDesc h1,
.slideDesc h2 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.slideDesc h1 {
  color: #fff;
  margin-bottom: 0.5em;
}

.slideDesc h2 {
  color: #f53234;
}

.slideDescription {
  padding: 0;
}

.home_contact h3 {
  display: none;
}

.camera-slideshow-container {
  position: relative;
}

.camera-slideshow-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.camera-slideshow-content h1 {
  color: #fff;
}

.camera-slideshow-content > div:not(:last-child) {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.camera-slideshow-content > div:not(:last-child) h1 {
  font-weight: bold;
}

.camera-slideshow-content > div:not(:last-child) p {
  font-size: 18px;
  font-weight: bold;
}

.advanced-search,
.adv-position {
  width: 100%;
}

@media (max-width: 1024px) {
  .camera-slideshow-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
    padding-top: 25px;
  }

  .camera-slideshow-content > div:not(:last-child) {
    color: inherit;
    text-shadow: none;
  }

  .camera-slideshow-content h1 {
    color: inherit;
  }

  #camera-slideshow {
    display: none !important;
  }
}

#camera-slideshow {
  float: none;
  max-height: calc(100vh - 155px) !important;
}

#camera-slideshow .camera_caption {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

#camera-slideshow .camera_caption > div {
  background: transparent;
}

#camera-slideshow .camera_caption h1 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.5em;
}

#camera-slideshow .camera_caption h2 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #f53234;
}

.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.camera_next,
.camera_prev {
  text-align: center;
}

.icon-chevron-circle-right,
.icon-chevron-circle-left {
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #f53234;
}

.icon.icon-chevron-circle-right:before {
  content: "\f054";
}

.icon.icon-chevron-circle-left:before {
  content: "\f053";
}

@media (max-width: 767px) {
  #content.other-page {
    margin-top: 145px !important;
  }

  .view-productdetails .pr_contact_us {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin-bottom: 25px;
  }
}

.productdetails .swiper-slide:after {
  content: "";
  display: block;
  padding-top: 75%;
}

.productdetails .swiper-slide img {
  position: absolute;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.productdetails .gallery-thumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.productdetails .gallery-thumbs .swiper-slide-active {
  border: 1px solid #f53234;
}

@media (max-width: 767px) {
  .productdetails .gallery-thumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.view-demand_register .infoTitle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.view-demand_register .page-content {
  margin-top: 0 !important;
}

.view-demand_register .demand-register {
  margin-bottom: 50px;
}

.view-demand_register #ContactRegion input[type="text"],
.view-demand_register #ContactRegion input[type="password"] {
  border: 1px solid #e9ebef;
  width: 100%;
  padding: 10px 18px;
  font-size: 14px;
  font-family: "Helvetica Neue LT Std 45 Light";
  color: #8e97ac;
  border-radius: 0;
  box-sizing: border-box;
  height: 40px;
}

.demand-register input[type="checkbox"] {
  width: auto !important;
}

.demand-register .controls > input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}

.demand-register label {
}

.item_title a {
  color: #183539;
}

.btn-info {
  background-color: #f53234;
  color: #fff;
}

.cols-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cols-2 > div {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .cols-2 > div {
    width: 47.5%;
  }
}

.view-article .img-full {
  margin-bottom: 2rem;
}

.project-property {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e9ebef;
}

.project-property.clickable:hover {
  background-color: #e9ebef;
}

.project-property h3 {
  font-size: inherit;
}

.project-property-header {
  font-weight: bold;
  border-bottom: 1px solid #011f2c;
}

.project-property-label {
  display: none;
}

@media (max-width: 768px) {
  .project-property {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .project-property > div {
    grid-column: 1 / 5;
  }

  .project-property > div.project-property-title {
    font-size: 16px;
  }

  .project-property > div.project-property-image {
    display: none;
  }

  .project-property-header {
    display: none;
  }

  .project-property-label {
    display: inline-block;
    font-weight: bold;
  }

  .project-property > div:last-child {
    grid-column: 1 / 4;
  }
}

.listing:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 50px;
}

.listing .product-item {
  border: 1px solid #e9ebef;

  background-color: #fff;
}

.listing .product-item > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.listing .product-item:hover {
}

.listing .product-item .product-image {
  position: relative;
}

.listing .product-item .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.listing .product-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.listing .product-item .product-image .sale_box {
  position: absolute;
  top: 10px;
  left: 10px;
}

.listing .product-item .product-location {
  background-color: #e9ebef;
  padding: 10px;
}

.listing .product-item .product-location i {
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle;
}

.listing .product-item .product-name,
.listing .product-item .product-description,
.listing .product-item .product-price,
.listing .product-item .product-icons {
  padding: 10px;
}

.listing .product-item .product-name h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.listing .product-item .product-description {
  flex-grow: 1;
}

.listing .product-item .product-price {
  font-weight: bold;
  font-size: 18px;
  border-top: 1px solid #e9ebef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing .product-item .product-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  border-top: 1px solid #e9ebef;
}

.listing .product-item .product-icons .product-icon {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

@media (max-width: 1280px) {
  .listing:not(.swiper-wrapper) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .listing:not(.swiper-wrapper) {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .listing:not(.swiper-wrapper) {
    grid-template-columns: 1fr;
  }
}

.reviews-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.review-item {
  padding: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.review-header {
  margin-bottom: 15px;
}

.review-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #333;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: #666;
  font-size: 0.9em;
  margin-bottom: 15px;
}

.review-author,
.review-date,
.review-hits {
  display: flex;
  align-items: center;
  gap: 5px;
}

.review-content {
  color: #444;
  line-height: 1.6;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.review-rating {
  color: #fbbc05;
  display: flex;
  align-items: center;
  gap: 3px;
}

.review-rating .icon-star-empty {
  color: #e0e0e0;
}

.rating-count {
  color: #666;
  margin-left: 5px;
}

.review-status {
  margin-top: 15px;
}

.system-unpublished {
  background-color: #f9f9f9;
}

.label {
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 0.85em;
}

.label-warning {
  background-color: #ffeeba;
  color: #856404;
}

.deelgemeentes-label {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  margin-left: 5px;
}
