@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap');

body{background:#fff; font-family: 'Roboto Slab', serif; color:#1D1D1D;line-height: 1.5;font-size: 16px;}
.header_top{background:#010101;padding:13px 0;}
.header_top:after{display: block;clear: both;content:'';}

.header_top a
{
  color: #fff;
}

#maintop
{
  position: relative;
}

.social_icons, .mail, .phone, .topheaderdiv{float: right;}

.topheaderdiv i {
  margin-right: 10px;
  color: #FFF;
}
.social_icons a{margin: 0 0 0 15px;color: white;    text-decoration: none;}
.social_icons a:hover{text-decoration: none;}
.mail a, .phone{color:#8e8e8e;}
.mail, .phone, .topheaderdiv{padding: 0 0 0 25px;margin: 0 0 0 20px;}
.topheaderdiv
{
  padding:0;
}

.topheaderdiv a span
{
  font-family: 'Roboto Slab', serif;
  font-size: 1.75rem;
  line-height: 1rem;
  margin-right: 1rem;
}

.mail{background: url(../images/mail.png?v1) 0 50% no-repeat;}
.phone{background: url(../images/phone.png?v1) 0 50% no-repeat;}

.site_width, .other-page, .page-content, .mod-article-single__site_width, .blog, .item_fulltext, .item_title, .page-featured__home, .other-page .category-view, .content-links, .mod-custom__site_width
{
  max-width: 1200px; 
  margin-left: auto !important;
  margin-right: auto !important;
}



.page-featured__home
{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.page-featured__home h1
{
  margin-bottom: 3rem;
}

.body__home .mod-article-single
{
  padding: 3rem 0;
}

.page-blog .item
{
  -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 26%);
    padding-bottom: 1rem;
    text-align: center;
}


.item_header
{
      margin: -10px 0 30px;
    
        display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.item_header h1
{
      font-size: 30px;
    color: #1D1D1D;
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    height: 135px;
}

.other-page, .page-content, .page-blog .items-row,.other-page .category-view {width: 100% !important; margin: 0 auto !important;float: none !important;}

.view-list .other-page {
  max-width: none;
  width: 100% !important;
}

.nav:after{display: block;clear: both;content: '';}

.nav{padding:38px 0 0;margin: 0;}

.nav 
{
  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+ */
}

.nav li{margin: 0; margin-left: 15px;margin-right: 0px; padding: 0 5px;}
.nav li.active{border-bottom: 5px solid #479cdf;}
.nav li a, .nav li span{color:#010101;font-family: 'Roboto Slab', serif;font-size: 14px;text-transform:uppercase;display: inline-block;margin: 6px 0 0; padding-bottom: 38px; font-weight: bold;}
.nav li.parent a
{
  padding-bottom: 42px;
}

.nav li.parent li a
{
  padding-bottom: 21px;
  padding-top: 21px;
}
.nav li.parent a
.nav li a:hover, .nav li a:focus, .nav li a:link{background:none; }
.nav li span:hover, .nav li span:focus, .nav li span:link{background:none; }

.nav li.parent:after
{
  content: "\f0d7";
  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);
  margin-left: 0.5rem;
  color: #479cdf;
}



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

.logo img
{
  height: 90px;
  margin-top: 0
}

@media (max-width: 1200px){
  
  .logo img
{
  height: 80px;
}

  }

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: 'Roboto Slab', 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: 'Roboto Slab', serif;font-size: 12px;text-transform: none;color:#fff;}
.foot_social{list-style: none;padding: 0;margin: 0;float: right;color: #fff; font-size: 12px}
.foot_social li{float: right;padding: 8px;border-left:1px solid #163340;}
footer{background: #479cdf;}
.footer_container
{
  padding: 100px 0;
  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+ */
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  font-weight: 300;
}

.footer_container > div
{
  width: 31%;
}

.footer_container a
{
  color: #fff;
}

.footer_container p
{
  color: #fff;
}

.foot_socialicon
{
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}

.foot_socialicon i
{
  position: absolute;
  left: 0;
  top: 0;
}

.footer_container .mapping
{
  margin-bottom: 20px;
}

.foot_logo{padding: 0 0 30px;}
.foot_title{font-family: 'Roboto Slab', serif; color:#fff; font-size: 15px;font-weight: bold;text-transform: uppercase;}
.footer_container .phone, .footer_container .mail{float:none;margin: 0 0 20px;}
.mail a, .phone{color:#ffffff;}
.mapping{background: url(../images/mapping.png?v1) 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:#479cdf;}
#tw-widget1 .timePosted{font-family: 'Roboto Slab', serif;text-transform: uppercase;font-weight:bold;font-size:11px;}
.green-button,.btn,.content-links .nav li a{
  display: inline-block;
  border-radius: 5px;
  background: #f27114;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border:none;
}
.green-button:hover,.btn:hover{text-decoration: none;color:#fff;}
.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{}

.get_started
{
  padding: 40px 55px;
  border-radius:3px;
  background: #ebebeb;
  border:1px solid #bcbcbc;
  overflow:hidden;
  margin: 55px 0;
  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+ */
  align-items: center;
  justify-content: space-between;
}

.start_left
{
  float:none;
  width:75%;
}

.start_right
{
  float:none;
}

.start_left h3{font-size: 20px;font-weight: normal;color:#1D1D1D;padding: 0;margin: 0;line-height: 34px;}
.start_left p{font-size: 16px;color:#737373;margin: 0;font-family: 'Ropa Sans', sans-serif !important;}
.get_started a.green-button{padding:14px 35px 10px;text-decoration: none;}
.test_title{font-size: 19px;color:#479cdf;text-transform: uppercase;padding: 100px 0 15px;border-bottom: 2px solid #e2e1ec;position: relative; background: url(../images/shadow-gradient.png?v1) 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:#1D1D1D;background: rgba(255,255,255,0.32); font-family: 'Ropa Sans', 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: 'Ropa Sans', sans-serif !important;}
.meet_social a{
  margin: 0 3px;
  color: #1D1D1D;
  font-size: 30px;
  text-decoration: none;
}
.home_contact{padding: 30px 0 0px; position: relative;}
.home_contact h3{font-family: 'Roboto Slab', serif; font-size: 40px;font-weight: normal;padding: 0;margin: 0;}
.logo_center{text-align: center;padding: 0 0 55px;}
.home_contact h3{color:#1D1D1D;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, h3.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;}

.lp_right{padding: 60px 0 80px;}
.productdetails{list-style: none;padding: 0;margin: 0;}
.productdetails:after{display: block;clear: both;content: '';}
.productdetails > li{float: left;}
.vmproduct.productdetails li{width: 350px;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; min-height: 0 !important;}

.vmproduct_img:after
{
  content:'';
  display: block;
  padding-top: 66.66%;
}

.vmproduct_img a
{
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

.latest_products{background-color: #f27114;}
@media (max-width: 1280px)
{
  .latest_products .site_width
  {
    margin-left: 0 !important;
    margin-right: 0 !important;
  } 
}
.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: #479cdf;}
.vmproduct_img img{width: 100%;height:100%; object-fit: cover;}
.vmproduct_name{padding: 15px 20px 7px;}
.vmproduct_name a{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;}
.product-price{float: right;font-size: 19px;color:#1D1D1D;font-weight: 800;font-family: 'Roboto Slab', serif;}
.customFields{display: table;background:#f8f8f8; width: 100%;height: 44px;}
.customFields div{display: table-cell; width: 33%;height: 44px;vertical-align: middle;text-align: center;}
.customFields div + div{border-left:1px solid #dbdbdb;}

.customFields div
{
  display: none;
}
.customFields div:nth-child(1),
.customFields div:nth-child(2),
.customFields div:nth-child(3)
{
  display: table-cell;
}
.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;max-width:320px;background: rgba(255, 255, 255, 0.64);top:80px;}
.slide-desc{top:80px;bottom: auto; z-index: 20; position: absolute; left:20vw; right:auto;display: none;}
.slideTitle{font-size: 47px;color:#1D1D1D;font-weight: bold;line-height: 47px;padding: 0 0 10px;}
.slideDescription{font-size: 19px;color:#1D1D1D;padding: 0px;line-height: 26px;}
.djslider-loader{top:0;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?v1) 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: #479cdf;position: absolute;z-index: 1;height: 6px;}
.tabNavigation{background: #479cdf;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?v1) no-repeat 50% 100%; }
.tabNavigation li.selected a{    background: #479cdf;
  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{}
    .advanced-search{position: absolute;z-index: 90;bottom:15%;width: 100%;max-width: 1200px;}
    .advanced-search h1,
    .advanced-search h2
    {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff;
    }
    .advanced-search h2
    {
      margin-bottom: 2rem;
    }
    @media (max-width: 1050px) {
    .advanced-search h1,
    .advanced-search h2
    {
      color: #000;
      margin-bottom: 1rem;
      margin-top: 1rem;
    }
    .advanced-search h2
    {
      font-size: 1.1rem;
    }
    }
    .row-item label span{font-weight:normal;font-size: 12px;}
    .listing li{margin: 0 0 30px;width: 31%;border:1px solid #cccecf;border-radius:0 0 3px 3px;background: #fff;}
    .listing li + li{margin: 0 0 26px 26px;}
    .product_s_desc{padding: 0 20px 10px;font-size: 15px;}
    .PricesalesPrice{display: inline;}
    @media(max-width:1600px){
      /*     .left_head, .right_head{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: #479cdf;
      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:#1D1D1D;padding: 5px 0;text-align:center;font-family: 'Roboto Slab', 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;}
  .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?v1) 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: #1D1D1D;border-radius:3px;color:#fff;}
  .icon-previous{display: inline-block; width: 13px; height: 13px; background: url(../images/prev.png?v1) 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?v1) 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?v1) 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;}
  .listing_bottom{padding: 35px 55px; background: #ebebeb; border:1px solid #bcbcbc; border-radius:3px; overflow: hidden;}
  .listing_bottom_left{font-size: 29px; color:#1D1D1D;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: #0f6ea3;}
    .rent{background: #f39c12;}
    .special_icon{width: 79px; height: 50px;font-family: 'Roboto Slab', 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?v1) 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: #1D1D1D;
      margin: 0;
      font-family: 'Roboto Slab', serif;
      font-weight: 600;
      display: table-cell;
      vertical-align: middle;
      height: 135px;
    }
    .infoTitleWrapper{display: table;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?v1) no-repeat 10px 50%;font-size: 18px;color:#479cdf;padding: 0 0 0 35px;}
    .product-neighbours a.previous-page{display: inline-block; padding: 0 0 0 16px;background: url(../images/prev_green.png?v1) no-repeat 0 50%; font-size: 18px; color:#479cdf;margin: 0 0 0 50px;}
    .product-neighbours a.next-page{
      display: inline-block;
      padding: 0 16px 0 0;
      background: url(../images/next_green.png?v1) no-repeat right 50%;
      font-size: 18px;
      color: #479cdf;
      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 .product-price{font-size: 30px; font-weight: normal;color:#fff; font-family: 'Roboto Slab', 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: 'Roboto Slab', serif;font-size: 30px;color:#fff;padding: 0 0 0 5px; margin: -5px 0 0;display:block;float:left;line-height:42px;}
    .blueBlock{background: #479cdf; 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:#FFFFFF;font-family: 'Roboto Slab', 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; text-align: center;}
    .pr_contact_us{padding: 20px 28px 9px; background: #1D1D1D; font-size: 18px;margin: 24px 0 32px;color:#fff;}
    .pr_contact_us input, .pr_contact_us textarea{background: #fff;border:none;border-radius:0;outline: none;}
    .pr_contact_us input{width:155px;padding: 10px 0 10px 15px; font-size: 15px; color:#1D1D1D;}
    .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: #fff;
      font-size: 15px;
      text-transform: uppercase;
      color: #1D1D1D;
      border-radius: 0;
      border: none;
      text-shadow: none;}
      .pr_contact_us textarea{width: 100%; max-width: 100%; box-sizing:border-box;color:#479cdf;height:100px;}
      #contact form{margin: 0;}
      .pr_customfields {
        border: 1px solid #1d1d1d;
        margin: 0 0 26px;
        background: #1d1d1d;
        -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?v1) 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: #1d1d1d;}
      .custom_s:nth-child(odd){background: #2f2f2f;}

      .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: #000;}
      #contact :-moz-placeholder {color: #000;}
      #contact ::-moz-placeholder {color: #000;}
      #contact :-ms-input-placeholder {color: #000;}
      .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;color:#011f2c;text-transform: uppercase;font-weight: 600;padding: 0 0 20px;}
      .product-description{font-size:18px; color:#011f2c; margin:0 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?v1) 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?v1) no-repeat; }
      .owl-next{right:0;background: url(../images/add_next.png?v1) 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; 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{
        margin-bottom: 2rem;
        margin-top: 2rem;
      }

      .item .page-header
      {
        margin-bottom: 1rem;
      }

      .page-header h2
      {
        font-size: 24px;
        font-family: 'Roboto Slab', serif; 
        margin: 0;
      }

       .page-header h2 a
       {
        color: #000;
       }

      .blog .item-image
      {
        height: 250px;
      }

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

      .blog .item-image a img
      {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
      }

      .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:#595f6f;font-weight:700;margin:0;padding:0 0 20px;font-family: 'Roboto Slab', serif;}
      .contactImg{}
      .contactLeft p, .contactMedia{font-size:16px;color:#595f6f;margin:0 0 25px;font-family: 'Roboto Slab', serif;}
      .contactLeft p strong{font-size:18px;font-family: 'Roboto Slab', serif;}
      .contactMedia strong{font-size:18px;}
      .contactSocial{padding:5px 0 0;}
      .contactSocial a{color:#595f6f;text-decoration:none;margin: 0 20px 0 0;}
      .tabber{display:none;background:#ebebeb;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: 'Roboto Slab', serif;
        color: #000;
        border-radius: 0;
        box-sizing: border-box;
        height: 40px;
      }

      .tabber textarea{height:125px;}
      .tabber #contact ::-webkit-input-placeholder {color: #000;}
      .tabber #contact :-moz-placeholder {color: #000;}
      .tabber #contact ::-moz-placeholder {color: #000;}
      .tabber #contact :-ms-input-placeholder {color: #000;}
      .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: #000;
       -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: 'Roboto Slab', serif;font-weight:700;font-size:18px;color:#000;text-transform:uppercase;margin:5px 0 0;text-decoration:none !important;}
     .tabContact > li.selected a{padding:20px 25px 15px;color:#595f6f;border-width:1px 1px 0;margin:0;background:#ccc;}
     .contactOrange{background:#f39c11;padding:35px;border:1px solid #bcbcbc;font-family: 'Roboto Slab', 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: 'Roboto Slab', 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:#000;box-sizing:border-box;height:auto;border-radius:0;border:1px solid #e9ebef;}
     .customContact > div > div.beds{background:url(../images/contact-bed.png?v1) 0 50% no-repeat;padding: 0 0 0 35px;font-weight:normal;}
     .customContact > div > div.priceContact{background:url(../images/contact-price.png?v1) 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?v1);}
     .customContact1 span{font-size:14px;color:#8e97ac;display:inline-block;}
     span.garage{padding:0 0 0 31px;background:url(../images/contact-garage.png?v1) 0 50% no-repeat;}
     span.staanplaats{padding:0 0 0 36px;background:url(../images/contact-auto.png?v1) 0 50% no-repeat;}
     span.tuin{padding:0 0 0 20px;background:url(../images/contact-tuin.png?v1) 0 50% no-repeat;}
     span.terras{padding:0 0 0 44px;background:url(../images/contact-terras.png?v1) 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: 'Roboto Slab', 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;}
     .product-description span, .product-description p{font-family: 'Ropa Sans', sans-serif !important;font-size:18px !important;}
     .fst_mod_test_all{padding:20px 0 0;text-align:center !important;}
     .product-description span.rightNumbers{font-family: 'Ropa 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{color:#000;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: #479cdf;
    }

    .print-btn .fa {
      color: #479cdf;
    }


    @media (max-width: 1180px) {
      .header_top{padding: 16px 10px; display: none;}
      .site_width, .other-page, .mod-custom__site_width{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: 31%;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: 1024px) {
      #djslider112{}
      .logo{margin: 10px 0;}


      .body__home .mod-article-single
      {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      .header-search
      {

      }
      .header-search .mobile_menu
      {
        display: block;
        color: #479cdf;
        font-size: 2rem;
        margin-top: -1rem;
        line-height: 1;
        position: absolute;
        right: 1rem;
        top: 50%;
      }
      .header-search .mobile_menu:hover{text-decoration: none;}

      .header-inner{position: relative;background: #252A2B;}
      .header-search .menu{position: absolute;width: 100%;top:100px;left:0;padding: 0;background: #479cdf;border-bottom: 1px solid #fff;display: none;z-index: 100;} 
      .nav li a, .nav li span
      {
        color: #fff;
      }

      .nav li{float: none;height: auto;margin: 0;padding: 0;border-top:1px solid #fff;}
      .nav li a, .nav li span{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{width:auto;}
      .slide-desc{top:10px;}
      #next112, #prev112{display: none !important;}
      .slideDescription,
      .slideContact .green-button
      {
        font-size: 12px;
      }
      .advanced-search{
        position: relative;
        top: auto;
        left: auto;
      }
      .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;}
      .listing li{width:48%;}
      .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 0px;}
      .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%; line-height: 40px; height: 40px; padding:0 10px;}
      .pr_contact_us textarea{padding:10px;}
      .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:#1D1D1D;}
      .fl_table th{font-size:12px;white-space:normal;}
      .view-productdetails .productdetails {position:relative;padding:0 0px;}
      .view-productdetails .pr_contact_us
      {
        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;}
      .price-title input.amount{width:auto;}
      .header-search .menu{top:100px;}
      .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;}
      .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;}

      .footer_container,
      .get_started
      {
        display: block;
      }
      .footer_container > div
      {
        width: 100%;
      }

      .start_right, .start_left
      {
        float:none;
        width: 100%;
      }

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

      .vm-product-media-container
      {
        margin-bottom: 0;
      }
    }
    @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: #e20917;
      top: 7px;
      padding: 5px;
      font-weight: 600;
      text-shadow: 1px 1px 1px #1D1D1Da3;
    }

    span.prop-marquee.marquee-13,
    span.prop-marquee.marquee-14
    {
      background: #e20917;
    }

    .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: 'Roboto Slab', 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;
  }

  .customheadline
  {
    display: none;
  }

  .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, .topheaderdiv {
    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: 1400px) {

  .site_width, .other-page, .mod-custom__site_width {
    max-width: 100%;
    margin: 0 auto !important;
  }

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

  .blog
  {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .blog .span4 {
    margin-bottom: 2rem;
  }
  
}


.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: #479cdf;
}

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

.home_contact h2
{
  text-align: center;
  margin-bottom: 2rem;
}

.home_contact img
{
  width: auto;
  height: 150px;
}

.lidmaatschappen
{
  text-align: center;
}

.lidmaatschappen img
{
  height: 150px;
  max-width: 200px;
  object-fit: contain;
  margin-bottom: 2rem;
}

.lidmaatschappen a
{
  display: block;
}

.menu .parent
{
  position: relative;
}

.nav-child 
{
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  -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);
  text-align: center;
}

 .nav .nav-child li
{
  margin-left: 0;
}

.menu .parent:hover .nav-child
{
  height: auto;
}

@media (max-width: 1024px){
  .nav-child
  {
    background-color: transparent;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
  }
  .nav li.parent li a
  {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav li.parent a
  {
    padding-bottom: 10px;
  }
  .nav li.parent:after
  {
    display: none;
  }
}

.swiper-slide:after {
  content: '';
  display: block;
  padding-top: 66%;
}

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


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

#homeslider
  {
    height: calc(100vh - 160px);
    max-height: 60vw;
    position: relative;
  }

  #homeslider:after {
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
  }

#homeslider .swiper-slide
{
  background-color: #fff;
}

  .swiper-slide
  {
    overflow: hidden;
  }

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

  .swiper-container
  {
    position: relative;
  }

  .swiper-container .swiper-button-white
  {
    color: transparent !important;
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev 
  {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23479cdf'%2F%3E%3C%2Fsvg%3E") !important;
  }

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next 
  {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23479cdf'%2F%3E%3C%2Fsvg%3E") !important;
  }



.social-links a
{
  display: inline-block;
  font-size: 3rem;
}

.social-links a:hover
{
  text-decoration: none;
}

.social-links ul
{
  padding-left: 0;
  margin-left: 0;
}

.social-links li
{
  padding-left: 0;
  margin-left: 0;
  display: inline-block;
  margin-right: 1rem;
}

@media (max-width: 1280px) {
  .nav li a, .nav li span
  {
    font-size: 12px;
  }

  .item_fulltext
  {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site_width, .other-page, .page-content, .mod-article-single__site_width, .blog, .item_fulltext, .item_title, .page-featured__home, .mod-custom__site_width
  {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .com_properties .other-page
  {
margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.page-item .nav
{
  padding: 0;
}

.content-links .nav li
{
  margin-left: 0;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.searchbuttons
{
  text-align: center;
  margin-top: 2rem;
}

.picswiper
{
  overflow: hidden;
}

.prop_read_more {
  text-align: center;
  background-color: #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.prop_read_more a {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #000;
}

.prop_read_more a:hover {
  text-decoration: none;
  background-color: #479cdf;
  color: #fff;
}

.pr_contact_info {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.pr_contact_info a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

.pr_contact_info a:first-child {
  margin-right: 28px;
}

.flex-2, .team-member {
  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;
  align-items: center;
  justify-content: space-between;
}

.flex-2 > div {
  width: 47.5%;
}

.team-member {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.team-member > div {
  width: 70%
}

.team-member > div:first-child {
  width: 25%;
}

@media (max-width: 1024px) {
  .flex-2 > div {
    width: 100%;
  }
}