/*@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);*/
/*@import url(//fonts.googleapis.com/css?family=Raleway:400,500,600,300,700,800,900);*/
/*@import url(//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: #737373;
  line-height: 1.5;
  font-size: 15px;
}
.header_top {
  background: #4f4f4f;
  padding: 14px 0;
}
.header_top:after {
  display: block;
  clear: both;
  content: "";
}
.social_icons,
.mail,
.login,
.phone {
  float: right;
}
.social_icons a {
  margin: 0 0 0 15px;
  color: white;
  text-decoration: none;
}
.social_icons a:hover {
  text-decoration: none;
}
.mail a,
.login a,
.phone {
  color: #ffffff;
}
.mail,
.phone,
.login {
  padding: 0 0 0 25px;
  margin: 0 0 0 20px;
}
.mail {
  background: url(../images/mail.png) 0 50% no-repeat;
}
.login {
  background: url(../images/login.png) 0 50% no-repeat;
}
.phone {
  background: url(../images/phone.png) 0 50% no-repeat;
}
.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;
}
.nav:after {
  display: block;
  clear: both;
  content: "";
}
.nav > li {
  float: left;
  margin: 0 12px;
  height: 65px;
  padding: 0 5px;
  position: relative;
}
.nav > li.active {
  border-bottom: 5px solid #e30613;
}
.nav > li a {
  color: #e30613;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin: 6px 0 0;
}
.nav > li a:hover,
.nav li a:focus,
.nav li a:link {
  background: none;
}
.nav {
  padding: 38px 0 0;
  margin: 0;
}
.logo {
  display: block;
  float: left;
  margin: 6px 0;
  position: relative;
  z-index: 2;
}
header {
  position: relative;
  -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: 999;
}
.left_head,
.right_head {
  position: absolute;
  top: 0;
}
.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: #000;
  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: #565757 url(../images/footer_bg.png) no-repeat 50% 100%;
}

.category_wrapper {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
}

.category_wrapper > div {
  width: 31%;
  margin: 0;
}

.category_wrapper > div .latest_title {
  margin-bottom: 1rem;
  color: #ff0000;
}

.category_wrapper > div .latest_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.category_wrapper > div .latest_img:after {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.category_wrapper > div img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
}

.footer_container {
  padding: 50px 0 60px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_container > div {
  width: 23.75%;
}

.footer_container > div:first-child {
  width: 47.5%;
}

.footer_container > div {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.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 a,
.phone {
  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: #e30613;
}
#tw-widget1 .timePosted {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
.green-button,
.button,
.red-button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #0000;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.3em;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #5c5c5c;
  background-color: #ededed;
  border-color: #b5b5b5;
  font-size: 15px;
  padding: 7px 15px;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.home_contact .green-button,
.red-button {
  background: #e30713;
  border: 1px solid #811a1f;
  color: #fff;
  font-size: 21px;
  padding: 10px 20px;
}

.slideContact .red-button {
  font-size: 1rem;
}

.home_contact .green-button:hover,
.red-button:hover {
  background: #ca0712;
}

.green-button:hover {
  color: #5c5c5c;
  background-color: #d4d4d4;
  border-color: #b5b5b5;
  text-decoration: none;
}
.green-button-old {
  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: #a80812;
  background: -moz-linear-gradient(top, #e30713 0%, #b4020c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e50c18),
    color-stop(100%, #a80812)
  );
  background: -webkit-linear-gradient(top, #e50c18 0%, #a80812 100%);
  background: -o-linear-gradient(top, #e50c18 0%, #a80812 100%);
  background: -ms-linear-gradient(top, #e50c18 0%, #a80812 100%);
  background: linear-gradient(to bottom, #e50c18 0%, #a80812 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30713', endColorstr='#b4020c',GradientType=0 );
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px -2px 2px #8f0b13;
  border: 1px solid #e30613;
  font-size: 15px;
  padding: 11px 15px 7px;
  text-decoration: none;
}

.green-button-old:hover {
  text-decoration: none;
  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: 78%;
}
.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 14px;
  text-decoration: none;
  background: #e30713;
  font-size: 14px;
}
.test_title {
  font-size: 19px;
  color: #120e0d;
  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: #e30613;
  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: #ff0000;
  text-align: center;
}
.hc_wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 -3%;
}
.hc_wrapper > div {
  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;
  display: none;
}
.hc_desc {
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}
.hc_link {
  padding: 20px 0 45px;
  text-align: center;
}
.latest_products {
  background-color: #565757;
}
.lp_right {
  padding: 60px 0 80px;
}
.productdetails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.view-projectdetails .productdetails {
  display: block;
}

.view-detail .productdetails {
  display: block;
}
.productdetails:after {
  display: block;
  clear: both;
  content: "";
}
.vmproduct.productdetails li {
  width: 360px;
  border: 1px solid #cccecf;
  border-radius: 0 0 3px 3px;
  background: #fff;
  margin: 0 27px 0 0;
}
.vmproduct_img {
  position: relative;
  text-align: center;
  padding: 7px 8px 0;
  table-layout: fixed;
}
.vmproduct_img:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.vmproduct_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.latest_products h2 {
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 35px;
  position: relative;
  font-weight: normal;
}
.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: #120e0d;
}
.vmproduct_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.vmproduct_name {
  padding: 15px 20px 7px;
}

.vmproduct_name h2 {
  padding: 0;
  margin: 0;
}

.vmproduct_name a,
.vmproduct_name span {
  font-size: 16px;
  color: #474647;
  text-decoration: none;
  font-weight: 600;
}
.price_box {
  overflow: hidden;
  padding: 20px 10px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.sale_box {
  float: left;
  padding: 7px 13px;
  font-size: 13px;
  color: #fff;
  background: #d5d5d5;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 4px;
}
.sale_box:hover,
.sale_box:focus {
  text-decoration: none;
  color: #ffffff;
}
.product-price {
  float: right;
  font-size: 19px;
  color: #000000;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.customFields {
  display: table;
  background: #f8f8f8;
  width: 100%;
  height: 44px;
  border-top: 1px solid #cccecf;
  margin-top: -1px;
}
.customFields div {
  display: table-cell;
  width: 33%;
  height: 44px;
  vertical-align: middle;
  text-align: center;
}
.customFields div + div {
  border-left: 1px solid #dbdbdb;
}
.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: 320px;
  background: rgba(255, 255, 255, 0.64);
  top: 80px;
}
.slide-desc {
  top: 80px;
  bottom: auto;
  position: absolute;
  width: 1180px;
  margin: auto;
  left: 0;
  right: 0;
}
.slick-initialized .slick-slide.home-slider-item {
  position: relative;
  height: 725px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-slider-item.slick-slide img {
  display: block;
  display: none;
}
.slideTitle {
  font-size: 47px;
  color: #e30613;
  font-weight: bold;
  line-height: 47px;
  padding: 0 0 10px;
}
.slideDescription {
  font-size: 19px;
  color: #e30613;
  padding: 0 0 20px;
  line-height: 26px;
}
.djslider-loader {
  top: -10px;
  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: #e30613;
  position: absolute;
  z-index: 1;
  height: 6px;
}
.tabNavigation {
  background: #120e0d;
  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: #e30613;
  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;
}
.adv-position {
  position: relative;
}
.advanced-search {
  position: absolute;
  z-index: 10;
  top: -200px;
  width: 100%;
}
.row-item label span {
  font-weight: normal;
  font-size: 12px;
}
.listing li {
  margin: 0 1% 30px;
  width: 31%;
  border: 1px solid #cccecf;
  border-radius: 0 0 3px 3px;
  background: #fff;
}
.listing li + li {
}

ul.productdetails.listing {
  margin-right: -1.5%;
  margin-left: -1%;
}
.product_s_desc {
  padding: 0 20px 10px;
  font-size: 15px;
}
.PricesalesPrice {
  display: inline;
}
@media (max-width: 1600px) {
  .header .right-side,
  .header .left-side {
    display: none;
  }
}
.customFields div {
  padding: 0 0 0 7px;
}
.customFields div img {
  margin: 0 7px 0 0;
}
#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: #120e0d;
  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;
}
.view-category .advanced-search {
  position: relative;
  top: 0px;
  margin: 60px 0 0;
}
.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;
}

.listing-banner + ul.listing {
  margin-top: 165px;
}
.lb_center {
  font-size: 30px;
  color: #e30613;
  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 .vmproduct_name {
  padding: 12px 8px;
}
.view-category .product_s_desc {
  padding: 0 8px 10px;
}
.view-category .price_box,
.view-productdetails .price_box {
  padding: 12px 8px;
}
.vm-pagination {
  padding: 20px 28px;
  background: #f8f8f8;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  float: none;
  overflow: hidden;
  margin-top: 25px;
}
.vm-page-counter {
  float: left;
  font-weight: bold;
  font-size: 18px;
  color: #e30613;
  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: #e30613;
  margin: 0;
  background: none;
  border: none;
}
.pagination-list .disabled.hidden-phone a {
  background: #e30613;
  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;
}
.listing_bottom {
  padding: 35px 55px;
  background: #ebebeb;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  overflow: hidden;
}
.listing_bottom_left {
  font-size: 29px;
  color: #3c3c3c;
  float: left;
  line-height: 38px;
}
.lbl_right {
  float: right;
  padding: 15px 20px 13px;
  font-size: 13px;
}
.browse-view {
  margin: 0 0 40px;
}

.view-category .productdetails li {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
}
.sale {
  background: #282828;
}
.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: #e30613;
  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 0px 50%;
  font-size: 18px;
  color: #120e0d;
  padding: 0 0 0 20px;
}
.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: #120e0d;
  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: #120e0d;
  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: 20px 0px 15px;
}
span.vm-price-desc {
  display: none;
}
.product-details-price .product-price {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 30px;
  float: left;
}
.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: #120e0d;
  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: #e30613;
  font-size: 18px;
  margin: 24px 0 32px;
  color: #fff;
}
.pr_contact_us input,
.pr_contact_us textarea {
  background: #6a081f;
  border: none;
  border-radius: 0;
  outline: none;
}
.pr_contact_us input {
  width: 165px;
  padding: 10px 0 10px 6px;
  font-size: 15px;
  color: #fff !important;
}
.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: #000;
  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 {
  border: 1px solid #979797;
  margin: 0 0 26px;
  background: #4d4d4d;
  -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?2) 9px -58px no-repeat;
  text-transform: uppercase;
  cursor: pointer;
}
.custom_s {
  font-size: 16px;
  color: #5c5c5c;
  padding: 11px;
  overflow: hidden;
  display: none;
}

.custom_s:nth-child(even) {
  background: #4d4d4d;
}
.custom_s:nth-child(odd) {
  background: #e8e8e8;
}

.custom_s:nth-child(even) {
  color: #fff;
}

.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;
}
.product-description .title {
  display: block;
  font-size: 24px !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 6px;
}
.product-description {
  font-size: 18px;
  margin: 15px 0 25px;
}
.product-description ul {
  list-style-image: url("../images/bullet.png");
  margin: 30px 0 30px 45px;
}

.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;
}
.com_content .other-page {
  width: 100% !important;
  max-width: 100% !important;
}
.page-header {
  background: #d9dee2 url(../images/listing_pic1.jpg) no-repeat 50% 0;
  padding: 30px 0;
  margin: 0px 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);
  position: relative;
  z-index: 10;
}
.page-header h2 {
  max-width: 1160px;
  margin: 0 auto;
  font-size: 30px;
  color: #e30613;
  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%;
}
h1.page-title {
  font-size: 28px;
  color: #e30613;
  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: #e30613;
  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: #e30613;
  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: #e30613;
  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;
  font-size: 12px;
}
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;
}
.product-description span,
.product-description p {
  font-family: "Raleway", sans-serif !important;
  font-size: 18px !important;
  color: #333 !important;
}
.fst_mod_test_all {
  padding: 20px 0 0;
  text-align: center !important;
}
.product-description span.rightNumbers {
  font-family: "Open Sans", sans-serif !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: #000;
  padding: 0 0 5px;
}
.fl_table {
  font-size: 14px;
  margin: 0 0 10px;
}
.fl_table th,
.fl_table td {
  padding: 7px;
  text-align: left;
  border: 1px solid #ebebeb;
  font-size: 14px;
}
.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: #120e0d;
  margin-top: 18px;
}

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

@media (max-width: 1180px) {
  .header_top {
    padding: 16px 10px;
  }
  .site_width,
  .other-page {
    padding: 0 10px;
  }
  #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;
  }
  .other-page .adv-position {
    padding: 0;
  }
  .other-page .advanced-search {
    width: 100%;
    left: 0;
  }
  .listing {
    overflow: hidden;
    margin: 0 -1%;
  }
  .listing li {
    *width: 23%;
    *margin: 0 1% 26px !important;
    *box-sizing: border-box;
  }
  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: 1025px) {
  #djslider112 {
  }
  .logo {
    margin: 10px 0;
  }
  .header-search .mobile_menu {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/mobile_menu.png) no-repeat;
  }
  .header-search .mobile_menu:hover {
    text-decoration: none;
  }
  .header-inner {
    position: relative;
    background: #fff;
  }
  .header-search .menu {
    position: absolute;
    width: 100%;
    top: 115px;
    left: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #000;
    display: none;
    z-index: 100;
  }
  .header-search {
    margin-top: 28px;
  }
  .nav li {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
  }
  .nav li a {
    margin: 0;
    padding: 10px;
  }
  .nav li.active {
    border-bottom: none;
  }
  .slideTitle {
    font-size: 20px;
    padding: 0;
    line-height: 1;
  }
  .slide-desc-in .site_width {
    padding: 0 !important;
  }
  .slideDesc {
  }
  .slide-desc {
    top: 10px;
  }
  #next112,
  #prev112 {
    display: none !important;
  }
  .slideDescription {
    font-size: 16px;
  }
  .advanced-search {
    top: -105px;
    width: 97%;
    left: 1%;
  }
  .slick-initialized .slick-slide.home-slider-item {
    height: 370px;
  }
  .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 {
    width: 47.5%;
  }

  .footer_container > div:first-child {
    width: 100%;
  }

  .listing li {
    width: 47.5%;
  }
  .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;
  }
  .product-description span,
  .product-description p {
    font-size: 15px !important;
  }
  .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 .productdetails {
    position: relative;
    padding: 0 0 390px;
  }
  .view-productdetails .pr_contact_us {
    bottom: 0px;
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    box-sizing: border-box;
    margin: 0;
  }
  .productRight .blueBlock {
    display: none;
  }
  .productLeft .blueBlock {
    margin: 0 0 10px;
  }

  .menu ul.nav-child {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    padding: 0;
    margin: 0;
    border-top: none;
  }

  .menu ul.nav-child li a {
    padding: 5px 15px;
    display: block;
  }

  .menu > li > a {
    display: block;
  }
  .menu > li.parent > a {
    display: inline-block;
  }

  .menu > li.parent {
    position: relative;
  }

  .menu li.parent:after {
    position: absolute;
    right: 20px;
    top: 4px;
    content: "";
    display: block;
    font-family: "FontAwesome";
    content: "\f055";
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .customContact > div {
    float: none;
    width: auto;
  }
}
@media (max-width: 600px) {
  .footer_container > div {
    width: 100%;
  }
  .view-productdetails .productdetails {
    padding-bottom: 570px;
  }
  .mobile_t table {
    width: 600px;
  }
  .logo {
    width: 166px;
  }
  .header-search {
    margin-top: 15px;
  }
  .price-title input.amount {
    width: auto;
  }
  .header-search .menu {
    top: 115px;
  }
  .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: #000;
    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;
  }
  .listing li {
    width: 100%;
    margin: 0 0 26px !important;
  }
}

span.prop-marquee {
  position: absolute;
  left: 8px;
  color: #fff;
  background: rgba(255, 22, 0, 0.7411764705882353);
  top: 7px;
  padding: 5px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000000a3;
}

.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;
}

.product-description p {
  margin: 0;
}

.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;
  }
  .category_wrapper > div {
    width: 100%;
  }
}

@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;
  }
  #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: #e30613;
}

.cl-box:before {
  content: "";
  display: block;
  position: absolute;
  background: #e30613;
  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;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #737373;
}

ul.object-listing {
  margin: -1%;
  padding: 0;
}

ul.object-listing:after {
  content: "";
  display: block;
  clear: both;
}

.object-listing .object-item {
  width: 48%;
  list-style-type: none;
  float: left;
  margin: 1%;
  height: 0;
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.object-listing .object-item .type-descr,
.object-listing .object-item .city {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background: rgba(139, 8, 39, 0.25);
  text-align: center;
  color: #fff;
  padding: 10px 0px;
  z-index: 1;
}

.object-listing .object-item .type-descr {
  top: 0px;
}

.object-listing .object-item .city {
  bottom: 0px;
  text-transform: uppercase;
}

.object-listing .object-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

.object-listing .object-item img {
  position: absolute;
  top: -6px;
  left: -5px;
  z-index: 2;
}

.object-listing .object-item a:hover {
  background: rgba(255, 255, 255, 0.0784313725490196);
}

main#content {
  padding-bottom: 30px;
}

.view-featured main#content {
  padding-bottom: 0px;
}

.object-address {
  margin: 0;
  line-height: 40px;
}

.object-share-btns span {
  font-size: 20px;
  line-height: 35px;
}

.pin_it_iframe_widget {
  display: none !important;
}

.property__detail__googlemap {
  margin: 15px 0px;
  background: #f2f2f2;
}

.property__detail__googlemap .googlemap {
  height: 450px;
}

.property__detail__googlemap label {
  color: #e30613;
  display: block;
  font-size: 15px;
  margin-bottom: 0px;
  padding: 5px 0px;
}

.property__detail__googlemap label:hover {
}

.property__detail__googlemap .form-wrapper {
  padding: 10px 20px;
  background: #ededed;
}

.property__detail__googlemap table#resultsTable {
  width: 100%;
}

.property__detail__googlemap .result-wrapper {
}

.property__detail__googlemap .result-wrapper tr:hover {
  background: #ededed !important;
  cursor: pointer;
}

.hide {
  display: none !important;
}

.property__detail__googlemap input[type="radio"] {
  margin: -4px 0 0;
}

.building-title {
  font-size: 27px;
  margin-bottom: 10px;
}

#results tr td:first-child {
  width: 60px;
}

#results tr td img {
  max-width: 30px;
  max-height: 30px;
}

.gmnoprint img {
}

#navigation112 {
  display: none;
}

.product-description * {
}

#home-slider {
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.home-slider-item {
  display: none;
  background: transparent;
}

.slider-container {
  overflow: hidden;
  position: relative;
}

.imgs-slider-item {
  display: none;
}

.imgs-slider .slick-slide {
  background-position: center;
  background-size: cover;
}

.imgs-slider .slick-slide:after {
  content: "";
  padding-top: 66.66%;
  display: block;
}

.imgs-slider .slick-slide img {
  display: none;
}

.grecaptcha-badge {
  margin-bottom: 20px;
}

#ContactRegion .grecaptcha-badge {
  margin: auto;
}

.left-side {
  position: absolute;
  height: 158px;
  width: 295px;
  overflow: hidden;
  top: 0;
  left: 0;
}

.left-side .arrow-up {
  width: 0;
  height: 0;
  border-left: 65px solid #0000;
  border-right: 65px solid #0000;
  border-bottom: 45px solid #e30613;
  position: absolute;
  bottom: 0;
  left: 68px;
}

.left-side .arrow-right {
  width: 0;
  height: 0;
  border-top: 96px solid #0000;
  border-bottom: 96px solid #0000;
  border-left: 134px solid #4f4f4f;
  position: absolute;
  top: 18px;
}

.left-side .arrow-down {
  width: 0;
  height: 0;
  border-left: 160px solid rgba(0, 0, 0, 0);
  border-right: 160px solid rgba(0, 0, 0, 0);
  border-top: 115px solid #b2b2b2;
  position: absolute;
  top: 0;
  left: -27px;
}

.right-side {
  position: absolute;
  height: 158px;
  width: 220px;
  overflow: hidden;
  top: 0;
  right: 0;
}

.right-side .arrow-left {
  width: 0;
  height: 0;
  border-top: 109px solid #0000;
  border-bottom: 109px solid #0000;
  border-right: 150px solid #4f4f4f;
  position: absolute;
  top: -60px;
  right: 0;
}

.right-side .arrow-down {
  width: 0;
  height: 0;
  border-left: 69px solid #0000;
  border-right: 67px solid #0000;
  border-top: 50px solid #e30613;
  position: absolute;
  top: 0;
  right: 82px;
}

.jcarousel-wrapper a.nv-btn {
  background: #a3a3a3;
  font-size: 25px;
  color: #e30613;
  text-align: center;
  padding: 0;
  right: 0;
  line-height: 25px;
  border-radius: 5px;
}

.jcarousel-wrapper a.nv-btn.jcarousel-control-prev {
  right: 30px;
}

@media (max-width: 1000px) {
  .imgs-slider .slick-slide {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .home-slider-item img {
    display: none !important;
  }

  .home-slider-item {
    height: 205px !important;
    background-position: center;
    background-size: cover;
  }

  .imgs-slider .slick-slide {
    height: 300px;
  }

  .advanced-search {
    position: static;
  }

  .pull-right.object-share-btns {
    float: left;
    width: 100%;
  }

  .object-header {
    padding: 0px 6px;
  }

  .addthis_toolbox a {
    display: block;
    float: left;
    margin: 0 7px 0 0;
  }

  .topNavigation {
    padding: 20px 7px 15px;
  }

  .productWrapper,
  .BuildingContainer {
    padding: 0px 10px;
  }

  .pr_contact_us input {
    height: 37px;
  }
}

a.brand.pull-left.logo img {
  max-height: 96px;
}

.prop-marquee.substatus-2 {
  display: none;
}

.prop-marquee.substatus-1 {
  background: #545454;
}
.prop-marquee.substatus-3 {
  background: #ff2f00;
}
.prop-marquee.substatus-6 {
  background: #9d261d;
}
.prop-marquee.substatus-13 {
  background: #9d261d;
}
.prop-marquee.substatus-15 {
  background: #ff2f00;
}
.prop-marquee.substatus-19 {
  background: #ff2f00;
}
.prop-marquee.substatus-20 {
  background: #9d261d;
}
.prop-marquee.substatus-22 {
  background: #9d261d;
}
.prop-marquee.substatus-23 {
  background: #9d261d;
}
.prop-marquee.substatus-24 {
  background: #9d261d;
}
.prop-marquee.substatus-25 {
  background: #ffc40d;
}
.prop-marquee.substatus-26 {
  background: #ffaf2e;
}
.prop-marquee.substatus-27 {
  background: #ffaf2e;
}
.prop-marquee.substatus-28 {
  background: #ffaf2e;
}
.prop-marquee.substatus-29 {
  background: #ffaf2e;
}

.slideContact .green-button {
  background: #e30713;
}

.property-search .green-button {
  display: block;
  width: 100%;
  background: #e30713;
  color: #fff;
}

.property-search select {
  color: #e30713;
}

.slider-container:before {
  content: "";
  display: block;
  background: #fff;
  height: 200px;
  position: absolute;
  bottom: -190px;
  width: 100%;
  z-index: 1;
  transform: rotate(-8deg);
  right: -50px;
}

.slider-container:after {
  content: "";
  display: block;
  background: #fff;
  height: 200px;
  position: absolute;
  bottom: -190px;
  width: 100%;
  transform: rotate(8deg);
  left: -50px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 60px !important;
  color: #e30613 !important;
}

.slick-next {
  right: 70px !important;
}

.slick-prev {
  left: 70px !important;
}

.slick-next,
.slick-prev {
  top: 35% !important;
  z-index: 10 !important;
  width: 60px !important;
  height: 60px !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5490196078431373);
}

.view-detail .slick-next,
.view-detail .slick-prev {
  top: 50% !important;
}

.blog-thumb img {
  display: none;
}
.blog-thumb {
  padding-bottom: 60%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pull-right.item-image {
  width: 370px;
  max-width: 50%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.view-category .page-content h2 {
  font-size: 22px;
}

.view-category .page-content h2 a {
  color: #e30713;
  text-decoration: none;
}

.slick-dots li button:before {
  color: #e30613 !important;
}

.body__home .slick-arrow {
  display: none !important;
}

ul.nav-child {
  display: none;
  position: absolute;
  width: 170px;
  background: #4f4f4f;
  top: 64px;
  left: 0;
  padding: 10px;
  box-sizing: border-box;
  line-height: 25px;
  border-top: 6px solid #fff;
}

ul.nav-child a {
  color: #ffffff;
}

.nav > li:hover ul {
  display: block;
}

/*********************************Owner login**********************************/
#OwnerLoginRegion #MenuPeriod,
#OwnerLoginRegion #PropertyContainer {
  background: #fff;
}
#OwnerLoginRegion #PropertyContainer .tab-container table th,
#OwnerLoginRegion #PropertyContainer .block-stat .title {
  background: #e30713;
  color: white;
}
#OwnerLoginRegion #MenuPeriod .period .time .anchor {
  background: #fff;
}
#OwnerLoginRegion #MenuPeriod .period .time:hover .anchor,
#OwnerLoginRegion #MenuPeriod .period .selected .anchor {
  background: #000;
}
#OwnerLoginRegion #MenuPeriod .period .selected label,
#OwnerLoginRegion #MenuPeriod .period .time:hover label {
  color: #000;
}
#OwnerLoginRegion #PropertyContainer .tab-container table tr.row0 {
  background: white;
}
#OwnerLoginRegion #PropertyContainer .tab-container table tr.row1 {
}
#OwnerLoginRegion #histories,
#OwnerLoginRegion #MenuPeriod {
  background: #e30713;
  padding: 10px;
}
#user .user-info .icon {
  color: #e30713;
}
#graph {
  color: #e30713;
}
.bar {
  fill: #e30713;
}

.chzn-container .chzn-results li.childoption {
  padding-left: 20px;
}

.tabber .checkboxcontrols label {
  display: block;
  line-height: 40px;
}

.tabber .checkboxcontrols label input {
  margin-right: 20px;
  margin-top: 0;
}

.items-leading > div {
  padding: 10px;
  margin-bottom: 2rem;
  background-color: #f0f0f0;
  box-sizing: border-box;
}

.view-category .page-content .items-row {
  box-sizing: border-box;
  padding: 0;
}

.view-category .page-content .items-row > div {
  margin-bottom: 3rem;
  background: #f0f0f0;
  padding: 10px;
}

.view-category .page-content .items-row .row-fluid .span4,
.view-category .page-content .items-row .row-fluid .span8 {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.view-category .page-content .items-row .row-fluid .span8 p {
  display: none;
}

.greyback {
  background-color: #f0f0f0;
  padding: 2rem 0;
  margin: 2rem 0;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-okagree {
  background-color: #ff0000 !important;
}
