/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,800");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
/* line 8, ../sass/print.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 14, ../sass/print.scss */
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.d-inline-block {
  display: inline-block;
}

/* line 20, ../sass/print.scss */
.clear {
  clear: both;
}

/* line 24, ../sass/print.scss */
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

a,
a:active,
a:focus,
button,
button:focus,
button:active {
    outline: none;
}

/* line 38, ../sass/print.scss */
.top {
  background: #222225;
  color: #fff;
  line-height: 55px;
}
@media (max-width: 1024px) {
  /* line 38, ../sass/print.scss */
  .top {
    display: none;
  }
}
.top .top-left {
    font-size: 16px;
}
.top .top-left p {
  margin: 0;
}
/* line 46, ../sass/print.scss */
.top .top-left .red {
  color: #eb2c36;
  font-weight: 700;
}
.top .top-right {
    font-size: 16px;
}
/* line 52, ../sass/print.scss */
.top .top-right .phone {
  float: left;
  margin-right: 20px;
}
/* line 56, ../sass/print.scss */
.top .top-right .mail {
  float: left;
  margin-right: 20px;
}
.top .top-right i {
    font-size: 20px;
}
.top .top-right .insta {
    margin-left: 15px;
}
/* line 59, ../sass/print.scss */
.top .top-right a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
/* line 62, ../sass/print.scss */
.top .top-right a:hover {
  color: grey;
}
/* line 67, ../sass/print.scss */
.top .top-right .fb,
.top .top-right .insta {
  float: left;
}
/* line 69, ../sass/print.scss */
.top .top-right .fb a {
  color: #fff;
  text-decoration: none;
}
/* line 72, ../sass/print.scss */
.top .top-right .fb a:hover {
  color: grey;
}

/* line 81, ../sass/print.scss */
.header {
  height: 142px;
}
@media (max-width: 1024px) {
  /* line 81, ../sass/print.scss */
  .header {
    height: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  /* line 81, ../sass/print.scss */
  .header {
    height: 170px;
  }
}
@media (max-width: 1024px) {
  /* line 89, ../sass/print.scss */
  .header .desktop-header {
    display: none;
  }
}
/* line 94, ../sass/print.scss */
.header .desktop-header .logos a {
  position: relative;
  display: inline-block;
  width: 418px;
  z-index: 999;
}
/* line 99, ../sass/print.scss */
.header .desktop-header .logos a img {
  position: absolute;
}
/* line 104, ../sass/print.scss */
.header .desktop-header .menus {
  font-family: 'Roboto', sans-serif;
}
/* line 106, ../sass/print.scss */
.header .desktop-header .menus ul {
  margin: 0;
}
/* line 108, ../sass/print.scss */
.header .desktop-header .menus ul li {
  float: left;
  list-style: none;
  font-size: 18px;
  line-height: 140px;
  margin-right: 30px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  /* line 108, ../sass/print.scss */
  .header .desktop-header .menus ul li {
    margin-right: 27px;
    font-size: 18px;
  }
}
/* line 118, ../sass/print.scss */
.header .desktop-header .menus ul li:last-child {
  margin-right: 0;
}
/* line 121, ../sass/print.scss */
.header .desktop-header .menus ul li a {
  color: #222225;
  text-decoration: none;
}
/* line 124, ../sass/print.scss */
.header .desktop-header .menus ul li a:hover {
  color: #eb2c36;
  font-weight: 700;
}
/* line 127, ../sass/print.scss */
.header .desktop-header .menus ul li a:hover i {
  color: #222225;
}
/* line 132, ../sass/print.scss */
.header .desktop-header .menus ul li.active > a {
  color: #eb2c36;
  /*font-weight: 700;*/
}
/* line 135, ../sass/print.scss */
.header .desktop-header .menus ul li.active i {
  color: #222225;
}
/* line 142, ../sass/print.scss */
.header .desktop-header .menus ul .dropdown:hover .dropdown-content {
  display: block;
}
/* line 146, ../sass/print.scss */
.header .desktop-header .menus ul .dropdown .dropbtn {
  /*display: inline-block;*/
}
/* line 150, ../sass/print.scss */
.header .desktop-header .menus ul .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* line 157, ../sass/print.scss */
.header .desktop-header .menus ul .dropdown .dropdown-content ul {
  margin: 0;
}
/* line 159, ../sass/print.scss */
.header .desktop-header .menus ul .dropdown .dropdown-content ul li {
  float: left;
  list-style: none;
  line-height: 40px;
  width: 100%;
  margin-right: 0;
  padding: 10px;
  font-size: 18px;
}
/* line 167, ../sass/print.scss */
.header .desktop-header .menus ul .dropdown .dropdown-content ul li a {
  display: block;
  text-decoration: none;
}

/* line 178, ../sass/print.scss */
.header .mobile-header {
  display: none;
}
@media (max-width: 1024px) {
  /* line 178, ../sass/print.scss */
  .header .mobile-header {
    display: block;
  }
}
@media (max-width: 1024px) {
  /* line 183, ../sass/print.scss */
  .header .mobile-header .navbar-header {
    float: none;
  }
}
@media (max-width: 1024px) {
  /* line 187, ../sass/print.scss */
  .header .mobile-header .navbar-header .navbar-toggle {
    display: block;
  }
}
/* line 191, ../sass/print.scss */
.header .mobile-header .navbar-header .navbar-toggle span {
  background: #aeafb2;
}
/* line 196, ../sass/print.scss */
.header .mobile-header #navbar {
  background: #efeff1;
}
/* line 198, ../sass/print.scss */
.header .mobile-header #navbar ul {
  margin: 0;
}
/* line 200, ../sass/print.scss */
.header .mobile-header #navbar ul li {
  border-bottom: 1px solid #fff;
}
@media (max-width: 1024px) {
  /* line 200, ../sass/print.scss */
  .header .mobile-header #navbar ul li {
    float: none;
  }
}
/* line 205, ../sass/print.scss */
.header .mobile-header #navbar ul li a {
  color: #222225;
  text-decoration: none;
}
/* line 212, ../sass/print.scss */
.header .mobile-header .collapse {
  display: none !important;
}
/* line 215, ../sass/print.scss */
.header .mobile-header .in {
  width: 100%;
  display: inline-block !important;
}

/* line 226, ../sass/print.scss */
.slider-wrapper {
  color: #fff;
  position: relative;
  height: 100%;
}
/* line 230, ../sass/print.scss */
.slider-wrapper .slick-dots {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
/* line 237, ../sass/print.scss */
.slider-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
/* line 240, ../sass/print.scss */
.slider-wrapper .slick-dots li button {
  background: #fff;
  border: none;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  outline: none;
}
/* line 251, ../sass/print.scss */
.slider-wrapper .slick-dots .slick-active button {
  background: #eb2c36;
}
/* line 256, ../sass/print.scss */
.slider-wrapper .slider-block {
  position: relative;
  overflow: hidden;
}
/* line 260, ../sass/print.scss */
.slider-wrapper .slider-block .img img {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 500px) {
  .slider-wrapper .slider-block .img img {
    margin-top: -50px;
  }
}
/* line 264, ../sass/print.scss */
.slider-wrapper .slider-block .caption-wrapper {
  background: url(../img/bg-caption.png) no-repeat;
  bottom: -110px;
  height: 100%;
  position: absolute;
  margin-left: -100px;
  background-size: 100%;
}
@media (min-width: 1920px) {
  /* line 264, ../sass/print.scss */
  .slider-wrapper .slider-block .caption-wrapper {
    bottom: -200px;
  }
}
/* line 274, ../sass/print.scss */
.slider-wrapper .slider-block .caption-wrapper .caption {
  width: 910px;
  padding: 85px 90px 0;
}
@media (min-width: 1199px) and (max-width: 1360px) {
  .slider-wrapper .slider-block .caption-wrapper .caption {
    padding: 85px 90px 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .slider-wrapper .slider-block .caption-wrapper .caption {
    padding: 65px 90px 0;
  }
}
@media (max-width: 768px) {
  /* line 274, ../sass/print.scss */
  .slider-wrapper .slider-block .caption-wrapper .caption {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  /* line 274, ../sass/print.scss */
  .slider-wrapper .slider-block .caption-wrapper .caption {
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  /* line 274, ../sass/print.scss */
  .slider-wrapper .slider-block .caption-wrapper .caption {
    padding: 85px 90px 0;
  }
}
/* line 286, ../sass/print.scss */
.slider-wrapper .slider-block .caption-wrapper .caption .title {
  font-size: 40px;
  font-weight: 800;
}
.slider-wrapper .slider-block .caption-wrapper .caption .title a {
    color: inherit;
    text-decoration: inherit;
}

@media (min-width: 1199px) and (max-width: 1320px) {
  .slider-wrapper .slider-block .caption-wrapper .caption .title {
    font-size: 35px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  /* line 286, ../sass/print.scss */
  .slider-wrapper .slider-block .caption-wrapper .caption .title {
    font-size: 29px;
  }
}
/* line 293, ../sass/print.scss */
.slider-wrapper .slider-block .caption-wrapper .caption .desc {
  font-weight: 300;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 1199px) and (max-width: 1320px) {
  .slider-wrapper .slider-block .caption-wrapper .caption .desc {
    font-size: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  /* line 293, ../sass/print.scss */
  .slider-wrapper .slider-block .caption-wrapper .caption .desc {
    font-size: 16px;
  }
}

/* line 308, ../sass/print.scss */
.search-advance-wrapper {
  padding: 40px 0 20px 0;
}
.search-advance-wrapper .form-search-advance .search-block {
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
  /* line 311, ../sass/print.scss */
  .search-advance-wrapper .form-search-advance .search-block {
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 316, ../sass/print.scss */
.search-advance-wrapper .form-search-advance .search-block .form-control {
  font-family: 'Roboto', sans-serif;
  height: 60px;
  font-size: 18px;
  border: 1px solid #e6e6e6;
}
.search-advance-wrapper .form-search-advance .search-block .form-control:focus {
    box-shadow: none !important;
}
@media only screen and (max-width : 767px) {
  .search-advance-wrapper .form-search-advance .search-block .form-control {
    height: 40px;
  }
}
/* line 320, ../sass/print.scss */
.search-advance-wrapper .form-search-advance .search-block .btn-meet {
  font-size: 18px;
  width: 100%;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  height: 60px;
}
/* line 324, ../sass/print.scss */
.search-advance-wrapper .form-search-advance .search-block .btn-meet:hover {
  box-shadow: 5px 8px 15px -10px #000;
}
/* line 328, ../sass/print.scss */
.search-advance-wrapper .form-search-advance .search-block .btn-green {
  font-family: 'Raleway', sans-serif;
  background: #00c128;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  line-height: 49px;
  padding: 5px 26px 4px 26px;
}
@media (max-width: 1024px) {
  /* line 328, ../sass/print.scss */
  .search-advance-wrapper .form-search-advance .search-block .btn-green {
    padding: 5px 10px;
  }
}
/* line 339, ../sass/print.scss */
.search-advance-wrapper .form-search-advance .search-block .btn-green:hover {
  box-shadow: 5px 8px 15px -10px #000;
}

.search-advance-wrapper .form-search-advance .search-block #more-filters.closed:before {
    content: "Meer filters";
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.search-advance-wrapper .form-search-advance .search-block #more-filters.opened:before {
    content: 'Minder filters';
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.search-advance-wrapper .form-search-advance .search-block #more-filters:after {
    content: "\f1de";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
}



/* line 348, ../sass/print.scss */
.latest-offer-wrapper {
  background: #efeff1;
  padding: 78px 0;
}
span.noresults {
  font-size: 18px;
}
/* line 351, ../sass/print.scss */
.latest-offer-wrapper .titlex {
  font-weight: 900;
  font-size: 45px;
  color: #222225;
  text-align: center;
  padding-bottom: 55px;
  margin: 0;
}
/* line 358, ../sass/print.scss */
.arrow-to-top {
  position: relative;
}
/* line 360, ../sass/print.scss */
.arrow-to-top #back-to-top {
  font-size: 40px;
  background: #d1d3d8;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  /* line 360, ../sass/print.scss */
  .arrow-to-top #back-to-top {
    display: none;
  }
}
/* line 370, ../sass/print.scss */
.arrow-to-top #back-to-top:hover {
  background: #fff;
  color: #d1d3d8;
}
/* line 376, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper {
  margin-bottom: 30px;
}
/* line 378, ../sass/print.scss */
.see-more {
  text-align: center;
  margin: 30px 0 30px;
}
/* line 381, ../sass/print.scss */
.see-more .btn-see-more {
  display: inline-block;
  background: #00c128;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  padding: 12px 48px;
}
@media (max-width: 1024px) {
  /* line 381, ../sass/print.scss */
  .see-more .btn-see-more {
    padding: 12px 20px;
  }
}
/* line 391, ../sass/print.scss */
.see-more .btn-see-more:hover {
  box-shadow: 5px 8px 15px -10px #000;
}
/* line 396, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .img {
  position: relative;
}
@media (max-width: 1024px) {
  /* line 399, ../sass/print.scss */
  .latest-offer-wrapper .column-offer-wrapper .img a img {
    width: 100%;
  }
}
/* line 405, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .img .sale {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 44px;
  background: #eb2c36;
  color: #fff;
  font-size: 18px;
  width: 185px;
  height: 44px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.latest-offer-wrapper .column-offer-wrapper .img .sale.verkocht,
.latest-offer-wrapper .column-offer-wrapper .img .sale.verhuurd {
    background: #eb2c36;
}
 .latest-offer-wrapper .column-offer-wrapper .img .sale.te-koop,
 .latest-offer-wrapper .column-offer-wrapper .img .sale.te-huur {
     background: #00c128;
 }
.latest-offer-wrapper .column-offer-wrapper .img .sale.verkocht-onder-voorbehoud {
    background: #FF9F1C;
}
/* line 418, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .img .price {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
}
/* line 425, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .img .price span {
  margin: 0 20px;
}
/* line 430, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .desc-wrapper {
  padding: 15px;
  background: #fff;
}
@media (max-width: 1024px) {
  /* line 430, ../sass/print.scss */
  .latest-offer-wrapper .column-offer-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
/* line 436, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .desc-wrapper .title {
  font-size: 21px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
}
/* line 441, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .desc-wrapper .title a {
  color: #222225;
  text-decoration: none;
}
/* line 444, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .desc-wrapper .title a:hover {
  color: #b3b7c0;
}
/* line 449, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .desc-wrapper .desc {
  color: #71747c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  height: 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  /* line 449, ../sass/print.scss */
  .latest-offer-wrapper .column-offer-wrapper .desc-wrapper .desc {
    height: auto;
    overflow: visible;
  }
}
/* line 460, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .desc-wrapper .more {
  margin: 20px 0 0;
}
/* line 462, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .desc-wrapper .more a {
  background: #b3b7c0;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 6px 38px;
}
/* line 470, ../sass/print.scss */
.latest-offer-wrapper .column-offer-wrapper .desc-wrapper .more a:hover {
  background: #fff;
  color: #b3b7c0;
}

/* line 482, ../sass/print.scss */
.refrence-wrapper {
  background: #41434a;
  padding: 35px 0;
}
/* line 485, ../sass/print.scss */
.refrence-wrapper .titlex {
  color: #fff;
  font-weight: 900;
  font-size: 45px;
  text-align: center;
  margin: 0;
}
/* line 491, ../sass/print.scss */
.refrence-wrapper .refrence-wrapper-block {
  position: relative;
}
/* line 493, ../sass/print.scss */
.refrence-wrapper .refrence-wrapper-block .prev {
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 35%;
  cursor: pointer;
  z-index: 1;
}
/* line 501, ../sass/print.scss */
.refrence-wrapper .refrence-wrapper-block .next {
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 35%;
  right: 0;
  cursor: pointer;
}
.refrence-wrapper .read-more {
  text-align: center;
}
@media (max-width: 1199px) {
  .refrence-wrapper .read-more {
    margin-top: 15px;
  }
}
.refrence-wrapper .read-more span {
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  margin: 0 10px;
}
.refrence-wrapper .read-more a {
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  color: #FFF;
}
.refrence-wrapper .read-more a:hover {
  color: #EB2C36;
}
/* line 509, ../sass/print.scss */
.recomended-wrapper .refrence-block, .recomended-wrapper .team-block {
  margin: 40px;
}
.refrence-wrapper .refrence-wrapper-block .refrence-block  {
  margin: 20px 85px;
}
@media (max-width: 480px) {
  /* line 509, ../sass/print.scss */
.recomended-wrapper .refrence-block,
  .refrence-wrapper .refrence-wrapper-block .refrence-block {
    margin: 0;
  }
}
/* line 514, ../sass/print.scss */
.recomended-wrapper .refrence-block .img, .recomended-wrapper .team-block .img,
.refrence-wrapper .refrence-wrapper-block .refrence-block .img {
  float: left;
  width: 370px;
  height: 100%;
  margin-top: -2px;
}
@media (max-width: 1199px) {
  /* line 514, ../sass/print.scss */
  .recomended-wrapper .refrence-block .img,
  .refrence-wrapper .refrence-wrapper-block .refrence-block .img {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 521, ../sass/print.scss */
  .recomended-wrapper .refrence-block .img img,
  .refrence-wrapper .refrence-wrapper-block .refrence-block .img img {
    width: 100%;
  }
}
/* line 527, ../sass/print.scss */
.recomended-wrapper .refrence-block .desc-wrapper {
  float: left;
  width: 600px;
  min-height: 250px;
  padding: 0 30px;
  background: #fff;
}
.recomended-wrapper .team-block .desc-wrapper {
  bottom: 50px;
  position: absolute;
  width: 80%;
  text-align: center;
  left:10%;
}

.refrence-wrapper .refrence-wrapper-block .refrence-block .desc-wrapper {
  float: left;
  width: 600px;
  min-height: 250px;
  padding: 30px;
  background: #fff;
}
.refrence-wrapper .refrence-wrapper-block .refrence-block .desc-wrapper:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  /* line 527, ../sass/print.scss */
  .recomended-wrapper .refrence-block .desc-wrapper,
  .refrence-wrapper .refrence-wrapper-block .refrence-block .desc-wrapper {
    width: 100%;
  }
}
/* line 536, ../sass/print.scss */
.recomended-wrapper .refrence-block .desc-wrapper .title {
  color: #222225;
  font-weight: 900;
  font-size: 25px;
  margin: 0 0 5px 0;
}
.recomended-wrapper .team-block .desc-wrapper .title {
  color: #fff;
  font-weight: 900;
  font-size: 35px;
  background-color: rgb(0,0,0,0.4);
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
}
.refrence-wrapper .refrence-wrapper-block .refrence-block .desc-wrapper .title {
  color: #222225;
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 0;
}
.recomended-wrapper .refrence-block .desc-wrapper .date,
.refrence-wrapper .refrence-wrapper-block .refrence-block .desc-wrapper .date {
  display: block;
  margin-bottom: 10px;
  color: #71747c;
}
/* line 542, ../sass/print.scss */
.recomended-wrapper .refrence-block, .recomended-wrapper .team-block, .desc-wrapper .description,
.refrence-wrapper .refrence-wrapper-block .refrence-block .desc-wrapper .desc {
  font-style: italic;
  color: #71747c;
  font-size: 17px;
}
/* line 547, ../sass/print.scss */
.recomended-wrapper .refrence-block, .desc-wrapper .star,
.refrence-wrapper .refrence-wrapper-block .refrence-block .desc-wrapper .star {
  margin-top: 20px;
  color: #ffba00;
}
.recomended-wrapper .team-block {
  position: relative;
  float: left;
}

/* line 560, ../sass/print.scss */
.contact-wrapper {
  background: #efeff1;
  overflow: hidden;
  padding: 60px 0 0;
}
/* line 564, ../sass/print.scss */
.contact-wrapper .contact-left {
  float: left;
  width: 40%;
}
@media (max-width: 1024px) {
  /* line 564, ../sass/print.scss */
  .contact-wrapper .contact-left {
    float: none;
    width: 100%;
    padding: 20px;
  }
}
/* line 572, ../sass/print.scss */
.contact-wrapper .contact-left .title {
  font-weight: 900;
  font-size: 25px;
  color: #222225;
  margin-bottom: 20px;
}
/* line 578, ../sass/print.scss */
.contact-wrapper .contact-left .shortdesc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 584, ../sass/print.scss */
.column-recomended-wrapper .form-contact,
.contact-wrapper .contact-left .form-contact {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
/* line 588, ../sass/print.scss */
.column-recomended-wrapper .form-contact input.form-control,
.contact-wrapper .contact-left .form-contact input.form-control {
  margin-bottom: 20px;
  border-radius: 0;
  height: 42px;
}
.form-control.straat {
  width:72%;
  float:left;
  margin-right:10px;
}
.form-control.huisnummer {
  width:25%;
}
.form-control.postcode {
  width:25%;
  float:left;
  margin-right:10px;
}
.form-control.woonplaats {
  width:72%;
}
.column-recomended-wrapper .form-contact textarea,
.contact-wrapper .contact-left .form-contact textarea {
  margin-bottom: 20px;
  border-radius: 0;
  padding: 20px;
}
.column-recomended-wrapper .form-contact select {
  border-radius: 0;
  padding: 8px 12px;
  height: 42px;
}
/* line 593, ../sass/print.scss */
.column-recomended-wrapper .form-contact button.btn-green,
.contact-wrapper .contact-left .form-contact button.btn-green {
  background: #00c128;
  font-weight: 900;
  color: #fff;
  padding: 9px 57px;
  font-size: 20px;
  margin-top: 20px;
  border: none;
}
.column-recomended-wrapper .form-contact textarea,
.contact-wrapper .contact-left .form-contact textarea {
    resize: none;
    /*margin-bottom: 0px;*/
}
.contact-wrapper .contact-left .form-control .recaptcha-wrapper {
    /*margin-top: 20px;*/
}
.contact-wrapper .contact-left .btn-submit {
    margin-bottom: 50px;
}
/* line 605, ../sass/print.scss */
.contact-wrapper .contact-right {
  position: relative;
  width: 60%;
  float: right;
}
@media (max-width: 1024px) {
    .contact-wrapper .contact-left .btn-submit {
        margin-bottom: 0px;
    }
  /* line 605, ../sass/print.scss */
  .contact-wrapper .contact-right {
    float: none;
    width: 100%;
    padding: 20px;
    position: inherit;
  }
}
/* line 615, ../sass/print.scss */
.contact-wrapper .contact-right .bg-right-contact {
  position: absolute;
}
@media (max-width: 1024px) {
  /* line 615, ../sass/print.scss */
  .contact-wrapper .contact-right .bg-right-contact {
    display: none;
  }
}
/* line 621, ../sass/print.scss */
.contact-wrapper .contact-right .column-content-contact {
  position: absolute;
  margin: 115px 130px;
  color: #fff;
}
@media (max-width: 1024px) {
  /* line 621, ../sass/print.scss */
  .contact-wrapper .contact-right .column-content-contact {
    position: inherit;
    margin: 0px;
    color: #fff;
    background: #eb2c36;
    padding: 10px;
  }
}
/* line 632, ../sass/print.scss */
.contact-wrapper .contact-right .column-content-contact .title {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 20px;
}
/* line 637, ../sass/print.scss */
.contact-wrapper .contact-right .column-content-contact .desc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* line 641, ../sass/print.scss */
.contact-wrapper .contact-right .column-content-contact .desc p {
  margin-bottom: 20px;
}
/* line 644, ../sass/print.scss */
.contact-wrapper .contact-right .column-content-contact .desc span {
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}
/* line 648, ../sass/print.scss */
.contact-wrapper .contact-right .column-content-contact .desc a {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-decoration: none;
}
/* line 653, ../sass/print.scss */
.contact-wrapper .contact-right .column-content-contact .desc a i {
  font-size: 20px;
}

/* line 661, ../sass/print.scss */
.maps-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* line 665, ../sass/print.scss */
.maps-wrapper .overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 480px;
  /* your iframe height */
  top: 480px;
  /* your iframe height */
  margin-top: -480px;
  /* your iframe height */
}

/* line 677, ../sass/print.scss */
.assessment-wrapper {
  background: #efeff1;
  padding: 60px 0;
}
/* line 680, ../sass/print.scss */
.assessment-wrapper .column {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* line 684, ../sass/print.scss */
.assessment-wrapper .column .titlex {
  color: #222225;
  font-size: 35px;
  text-align: center;
  float: left;
  width: 82%;
}
@media (max-width: 1024px) {
  /* line 684, ../sass/print.scss */
  .assessment-wrapper .column .titlex {
    float: none;
    width: 100%;
  }
}
/* line 695, ../sass/print.scss */
.assessment-wrapper .column .funda {
  position: absolute;
  float: right;
  right: 240px;
  top: -30px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  /* line 695, ../sass/print.scss */
  .assessment-wrapper .column .funda {
    right: 100px;
    top: -35px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  /* line 695, ../sass/print.scss */
  .assessment-wrapper .column .funda {
    position: inherit;
    float: none;
    text-align: center;
    right: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  /* line 695, ../sass/print.scss */
  .assessment-wrapper .column .funda {
    position: initial;
    float: none;
    text-align: center;
    margin: 5px 0;
  }
}
/* line 717, ../sass/print.scss */
.assessment-wrapper .column .funda .point {
  display: inline-block;
  width: 190px;
  height: 110px;
  background: url(../img/img-funda.png) no-repeat;
  font-weight: 900;
  font-size: 45px;
  text-align: right;
  padding-right: 15px;
  padding-top: 40px;
  color: #222225;
}
@media (max-width: 768px) {
  /* line 717, ../sass/print.scss */
  .assessment-wrapper .column .funda .point {
    display: inline-block;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  /* line 717, ../sass/print.scss */
  .assessment-wrapper .column .funda .point {
    display: inline-block;
  }
}

/* line 739, ../sass/print.scss */
.wecanhelp-wrapper {
  padding: 65px 0;
}
/* line 741, ../sass/print.scss */
.wecanhelp-wrapper .titlex {
  color: #222225;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  /* line 749, ../sass/print.scss */
  .wecanhelp-wrapper .column-help .column-help-block {
    margin-bottom: 50px;
  }
}
/* line 753, ../sass/print.scss */
.wecanhelp-wrapper .column-help .column-help-block .img {
  background: url(../img/bg-warmee.png) no-repeat center;
  padding: 45px 0px;
  text-align: center;
  font-size: 60px;
  color: #fff;
}
/* line 760, ../sass/print.scss */
.wecanhelp-wrapper .column-help .column-help-block .title {
  font-size: 25px;
  color: #222225;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
/* line 767, ../sass/print.scss */
.wecanhelp-wrapper .column-help .column-help-block .desc {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 0 42px;
  color: #71747c;
}

/* line 462, ../sass/print.scss */
.wecanhelp-wrapper .column-help .column-help-block .desc a {
  margin-top: 15px;
  background: #b3b7c0;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 6px 38px;
}
/* line 470, ../sass/print.scss */
.wecanhelp-wrapper .column-help .column-help-block .desc a:hover {
  background: #fff;
  color: #b3b7c0;
}

/* line 790, ../sass/print.scss */
.breadcumb-wrapper {
  background: url(../img/slider2.png) no-repeat;
  min-height: 181px;
  color: #fff;
  background-position: center center;
}
@media (max-width: 768px) {
  /* line 796, ../sass/print.scss */
  .breadcumb-wrapper .breadcumb-block .breadcumb-left {
    float: none !important;
  }
}
/* line 800, ../sass/print.scss */
.breadcumb-wrapper .breadcumb-block .breadcumb-left .title {
  font-weight: 800;
  font-size: 50px;
  padding-top: 90px;
  word-break: break-all;
}
@media (max-width: 768px) {
  /* line 800, ../sass/print.scss */
  .breadcumb-wrapper .breadcumb-block .breadcumb-left .title {
    text-align: center;
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  /* line 809, ../sass/print.scss */
  .breadcumb-wrapper .breadcumb-block .breadcumb-right {
    float: none !important;
    text-align: center;
  }
}
/* line 814, ../sass/print.scss */
.breadcumb-wrapper .breadcumb-block .breadcumb-right .breadcumb {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-top: 130px;
}
/* line 819, ../sass/print.scss */
.breadcumb-wrapper .breadcumb-block .breadcumb-right .breadcumb a {
  float: left;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-top: 1px;
}
/* line 826, ../sass/print.scss */
.breadcumb-wrapper .breadcumb-block .breadcumb-right .breadcumb span {
  float: left;
  margin: 0 5px;
}

/* line 835, ../sass/print.scss */
.breadcumb-wrapper2 .breadcumb-banner {
  position: relative;
  overflow: hidden;
}
.breadcumb-wrapper2 .breadcumb-banner .img {
    max-height: 580px;
    overflow: hidden;
}
.breadcumb-wrapper2 .breadcumb-banner .img img {
    width: 100%;
}
    /* line 838, ../sass/print.scss */
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 {
  position: absolute;
  top: 4%;
  color: #fff;
  width: 100%;
}
/* line 843, ../sass/print.scss */
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left {
  width: 50%;
}
@media (max-width: 768px) {
  /* line 843, ../sass/print.scss */
  .breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left {
    width: 100%;
  }
}
/* line 848, ../sass/print.scss */
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left .title {
  font-weight: 800;
  font-size: 50px;
  padding-top: 150px;
  line-height: 60px;
}
@media (max-width: 768px) {
  /* line 848, ../sass/print.scss */
  .breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left .title {
    text-align: center;
  }
}
/* line 857, ../sass/print.scss */
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left .price {
  background: #eb2c36;
  color: #fff;
  font-size: 45px;
  display: inline-block;
  min-width: 388px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  font-weight: 400;
}
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left .price.verkocht,
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left .price.verhuurd {
  background: #eb2c36;
}
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left .price.te-koop,
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left .price.te-huur {
  background: #00c128;
}
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left .price.verkocht-onder-voorbehoud {
  background: #FF9F1C;
}
@media (max-width: 768px) {
  /* line 857, ../sass/print.scss */
  .breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-left .price {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 872, ../sass/print.scss */
  .breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-right {
    float: none !important;
    text-align: center;
  }
}
/* line 877, ../sass/print.scss */
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-right .breadcumb {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 877, ../sass/print.scss */
  .breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-right .breadcumb {
    margin-top: 10px;
  }
}
/* line 884, ../sass/print.scss */
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-right .breadcumb a {
  float: left;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-top: 1px;
}
/* line 891, ../sass/print.scss */
.breadcumb-wrapper2 .breadcumb-banner .breadcumb-block2 .breadcumb-right .breadcumb span {
  float: left;
  margin: 0 5px;
}

/* line 904, ../sass/print.scss */
.menus2-wrapper {
  padding: 20px 0;
}
/* line 907, ../sass/print.scss */
.menus2-wrapper .menus ul {
  /*margin: 0;*/
  overflow: hidden;
  margin: 5px 0 0 0;
}
.menus2-wrapper .back {
  margin-top: 0;
}
@media (max-width:992px) {
  .menus2-wrapper .back {
    margin-top: 20px;
  }
}
/* line 909, ../sass/print.scss */
.menus2-wrapper .menus ul li {
  float: left;
  list-style: none;
  font-weight: 400;
  font-size: 19px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  /* line 909, ../sass/print.scss */
  .menus2-wrapper .menus ul li {
    float: none;
    margin-bottom: 20px;
  }
}
/* line 919, ../sass/print.scss */
.menus2-wrapper .menus ul li a {
  color: #222225;
  text-decoration: none;
}
/* line 922, ../sass/print.scss */
.menus2-wrapper .menus ul li a:hover {
  color: #eb2c36;
  font-weight: 900;
}
/* line 927, ../sass/print.scss */
.menus2-wrapper .menus ul li .active {
  color: #eb2c36;
  font-weight: 900;
}
/* line 935, ../sass/print.scss */
.menus2-wrapper .back a {
  background: #b3b7c0;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
/* line 943, ../sass/print.scss */
.menus2-wrapper .back a:hover {
  background: #fff;
  color: #b3b7c0;
  border: 1px solid;
}

/* line 951, ../sass/print.scss */
.detail-object-wrapper {
  background: #efeff1;
}
/* line 953, ../sass/print.scss */
.detail-object-wrapper .content-main {
  margin: 30px 0;
}
/* line 955, ../sass/print.scss */
.detail-object-wrapper .content-main .column-detail {
  background: #fff;
  padding: 30px;
}
.detail-object-wrapper .content-main .column-detail .img-grid .img {
  margin-bottom: 15px;
}
.detail-object-wrapper .content-main .column-detail .img-grid:last-child .img {
  margin-bottom: 0;
}
.detail-object-wrapper .content-main .column-detail .img-grid .img img {
  width: 100%;
}
/* line 958, ../sass/print.scss */
.detail-object-wrapper .content-main .column-detail .topx {
  display: inline-block;
  width: 100%;
}
/* line 962, ../sass/print.scss */
.detail-object-wrapper .content-main .column-detail .topx .column-left .logos {
  color: #fff;
  font-size: 25px;
  background: url(../img/bg-object.png) no-repeat;
  padding: 10px 15px;
  width: 55px;
}
/* line 970, ../sass/print.scss */
.detail-object-wrapper .content-main .column-detail .topx .column-right {
  width: 460px;
}
.detail-object-wrapper .content-main .column-detail .topx .column-right.fullw {
  width: 90%;
}
@media (max-width: 768px) {
  /* line 970, ../sass/print.scss */
  .detail-object-wrapper .content-main .column-detail .topx .column-right {
    width: 100%;
  }
}
/* line 975, ../sass/print.scss */
.detail-object-wrapper .content-main .column-detail .topx .column-right .title {
  color: #222225;
  font-weight: 900;
  font-size: 18px;
  border-bottom: 2px solid #eb2c36;
  line-height: 50px;
  margin-left: 20px;
}
.detail-object-wrapper .content-main .column-detail .topx .column-right .content {
  margin-left: 20px;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71747c;
}

@media (max-width: 768px) {
  /* line 975, ../sass/print.scss */
  .detail-object-wrapper .content-main .column-detail .topx .column-right .content,
  .detail-object-wrapper .content-main .column-detail .topx .column-right .title {
    margin-left: 0;
  }
}
/* line 986, ../sass/print.scss */
.detail-object-wrapper .content-main .column-detail .topx .column-right .table {
  padding: 20px;
  color: #71747c;
}
@media (max-width: 768px) {
  /* line 986, ../sass/print.scss */
  .detail-object-wrapper .content-main .column-detail .topx .column-right .table {
    padding: 20px 0;
  }
}
/* line 992, ../sass/print.scss */
.detail-object-wrapper .content-main .column-detail .topx .column-right .table .labels {
  width: 200px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 992, ../sass/print.scss */
  .detail-object-wrapper .content-main .column-detail .topx .column-right .table .labels {
    font-size: 13px;
    width: 130px;
  }
}
/* line 1008, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar {
  background: #fff;
  margin: 30px 0;
  padding: 30px;
  text-align: center;
}
/* line 1013, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .title {
  color: #222225;
  font-weight: 900;
  font-size: 21px;
  padding: 1px;
  margin-bottom: 20px;
}
/* line 1020, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .img {
  text-align: center;
  margin-bottom: 20px;
}
/* line 1023, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .img img {
  display: inline-block;
}
/* line 1028, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .brochure a {
  background: #b3b7c0;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
/* line 1038, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
/* line 1042, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc .bold {
  font-weight: 800;
}
/* line 1045, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc .tlp {
  color: #eb2c36;
  margin-top: 20px;
}
/* line 1048, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc .tlp span {
  font-weight: 900;
  color: #71747c;
}
/* line 1053, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc .email {
  margin-top: 20px;
}
/* line 1054, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc .email a {
  color: #eb2c36;
}
/* line 1058, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc .email span {
  font-weight: 900;
  color: #71747c;
}
/* line 1063, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc .comment {
  font-size: 18px;
  margin-top: 20px;
}
/* line 1066, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc .comment a {
  text-decoration: none;
  color: #fff;
  background: #00c128;
  font-weight: 900;
  padding: 5px 15px;
  border-radius: 5px;
}
/* line 1073, ../sass/print.scss */
.detail-object-wrapper .content-sidebar .section-sidebar .desc .comment a:hover {
  box-shadow: 5px 8px 15px -10px #000;
}

/* line 1083, ../sass/print.scss */
.slider-bottom-wrapper .slider-for {
  position: relative;
}
/* line 1085, ../sass/print.scss */
.slider-bottom-wrapper .slider-for .prev {
  position: absolute;
  background: rgba(223, 79, 93, 0.61);
  color: #fff;
  font-size: 55px;
  left: 0;
  width: 70px;
  top: 40%;
  z-index: 10;
  height: 194px;
  line-height: 178px;
  text-align: center;
  cursor: pointer;
}
/* line 1099, ../sass/print.scss */
.slider-bottom-wrapper .slider-for .next {
  position: absolute;
  background: rgba(223, 79, 93, 0.61);
  color: #fff;
  font-size: 55px;
  right: 0;
  width: 70px;
  top: 40%;
  z-index: 10;
  height: 194px;
  line-height: 178px;
  text-align: center;
  cursor: pointer;
}
/* line 1113, ../sass/print.scss */
.slider-bottom-wrapper .slider-for .slider-large-block {
  position: relative;
}
/* line 1115, ../sass/print.scss */
.slider-bottom-wrapper .slider-for .slider-large-block .caption {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.54);
  bottom: 0;
  height: 80px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  font-weight: 700;
}
.slider-large-block.slick-slide {
  max-height: none !important;
}
/* line 1129, ../sass/print.scss */
.slider-bottom-wrapper .slider-nav {
  margin-bottom: 20px;
}
/* line 1131, ../sass/print.scss */
.slider-bottom-wrapper .slider-nav .img {
  margin: 10px;
}
@media (max-width: 768px) {
  /* line 1131, ../sass/print.scss */
  .slider-bottom-wrapper .slider-nav .img {
    margin: 0;
  }
}


.content-wrapper.refs {
  padding-bottom: 78px;
}
/* line 1143, ../sass/print.scss */
.content-wrapper .recomended-wrapper {
  padding: 60px 0;
}
.content-wrapper.refs .recomended-wrapper {
  padding: 60px 0 0 0;
}
/* line 1145, ../sass/print.scss */
.content-wrapper .recomended-wrapper .titlex {
  font-weight: 900;
  color: #222225;
  font-size: 45px;
  text-align: center;
  margin-bottom: 50px;
  word-break: break-all;
}
/* line 1153, ../sass/print.scss */
.content-wrapper .recomended-wrapper .column-recomended-wrapper .recomended-block {
  background: #f6f6f9;
  position: relative;
  padding: 60px 100px;
  margin-bottom: 30px;
}

.content-wrapper .recomended-block .desc ul {
  list-style-type: disc;
  list-style-position: inside;
}
.content-wrapper .recomended-block .desc ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.content-wrapper .recomended-block .desc ul ul,
.content-wrapper .recomended-block .desc ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.content-wrapper .recomended-block .desc ol ol,
.content-wrapper .recomended-block .desc ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

@media (max-width: 480px) {
  /* line 1153, ../sass/print.scss */
  .content-wrapper .recomended-wrapper .column-recomended-wrapper .recomended-block {
    padding: 30px;
  }
}
/* line 1161, ../sass/print.scss */
.content-wrapper .recomended-wrapper .column-recomended-wrapper .recomended-block .title {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 20px;
}
/* line 1166, ../sass/print.scss */
.content-wrapper .recomended-wrapper .column-recomended-wrapper .recomended-block .img {
  background: url(../img/bg-recommended.png) no-repeat center center;
  font-size: 40px;
  color: #fff;
  text-align: center;
  position: absolute;
  padding: 40px;
  left: -50px;
  top: 25px;
}
.content-wrapper .recomended-wrapper .column-recomended-wrapper .recomended-block .more a {
    background: #b3b7c0;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px 38px;
    margin-top: 10px;
}
@media (max-width: 480px) {
  /* line 1166, ../sass/print.scss */
  .content-wrapper .recomended-wrapper .column-recomended-wrapper .recomended-block .img {
    position: initial;
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 1179, ../sass/print.scss */
  .content-wrapper .recomended-wrapper .column-recomended-wrapper .recomended-block .img img {
    display: inline-block;
  }
}
/* line 1185, ../sass/print.scss */
.content-wrapper .recomended-wrapper .column-recomended-wrapper .recomended-block .desc {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* line 1199, ../sass/print.scss */
.footer .footer-one {
  background: #eb2c36;
  padding: 60px;
  color: #fff;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 1199, ../sass/print.scss */
  .footer .footer-one {
    padding: 60px 0;
  }
}
/* line 1208, ../sass/print.scss */
.footer .footer-one span {
  font-weight: 900;
}
.footer .footer-one p {
  display: inline-block;
  margin: 0;
}
/* line 1211, ../sass/print.scss */
.footer .footer-one .btn-contact {
  background: #00c128;
  font-weight: 900;
  color: #fff;
  padding: 9px 57px;
  font-size: 26px;
  margin-left: 30px;
  border: none;
}
@media (max-width: 1199px) {
  /* line 1211, ../sass/print.scss */
  .footer .footer-one .btn-contact {
    display: inline-block;
    margin: 30px 0;
    padding: 10px;
    clear: left;
  }
}
/* line 1224, ../sass/print.scss */
.footer .footer-one .btn-contact:hover {
  box-shadow: 5px 8px 15px -10px #000;
}
/* line 1229, ../sass/print.scss */
.footer .footer-two {
  background: #36383e;
  padding: 60px 0;
}
/* line 1232, ../sass/print.scss */
.footer .footer-two .footer-two-block {
  color: #fff;
}
/* line 1234, ../sass/print.scss */
.footer .footer-two .footer-two-block .title {
  font-weight: 900;
  font-size: 21px;
  border-bottom: 1px solid #eb2c36;
  padding-bottom: 10px;
}
/* line 1240, ../sass/print.scss */
.footer .footer-two .footer-two-block .desc,
.footer .footer-two .footer-two-block .desc a {
  padding-top: 25px;
  color: #aeafb2;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
/* line 1246, ../sass/print.scss */
.footer .footer-two .footer-two-block .desc b,
.footer .footer-two .footer-two-block .desc i,
.footer .footer-two .footer-two-block .desc strong {
  color: #fff;
}
/* line 1249, ../sass/print.scss */
.footer .footer-two .footer-two-block .desc .img-block {
  display: inline-block;
  margin: 0px 4px 7px;
}
/* line 1255, ../sass/print.scss */
.footer .footer-two .footer-bottom {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  padding: 25px 0 0;
  margin: 90px 0 0;
  border-top: 1px solid #aeafb2;
}
/* line 1262, ../sass/print.scss */
.footer .footer-two .footer-bottom a {
  color: #eb2c36;
  text-decoration: none;
}
/* line 1265, ../sass/print.scss */
.footer .footer-two .footer-bottom a:hover {
  color: #aeafb2;
}
@media (max-width: 768px) {
  /* line 1269, ../sass/print.scss */
  .footer .footer-two .footer-bottom .footer-bottom-left {
    text-align: center;
    float: none !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 1276, ../sass/print.scss */
  .footer .footer-two .footer-bottom .footer-bottom-right {
    text-align: center;
    float: none !important;
  }
}
/* Page not found */
.pnf-img,
.pnf-icon {
    font-size: 46px;
    font-weight: 700;
    color: #EB2C36;
}
.pnf-message {
    margin-bottom: 30px;
}
.pnf-btn {
    display: inline-block;
    margin-bottom: 50px;
    background: #b3b7c0;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px 38px;
    margin-top: 10px;
}
a.pnf-btn:hover,
a.pnf-btn:active,
a.pnf-btn:focus {
    background: #fff;
    color: #b3b7c0;
}

.infowindow {
    width: 250px;
    height: 80px;
}
.infowindow .infoimage {
    float: left;
    width: 100px;
    margin-right: 15px;
}
.infowindow .infoimage img {
    width: 100%;
}
.infowindow .infocontent {
    float: left;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.infowindow .infocontent h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.panorama {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 32px;
  height: 5px;
  border-radius: 1px;
}

.searchdocform {
  margin-top: 20px;
}

.searchdocform select {
  margin-bottom: 20px;
}
.searchdocform textarea {
  height: 150px;
}

.breadcrumb-list {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  list-style: none;
  margin: 0;
  padding: 130px 0 0 0;
}
.breadcumb-block2 .breadcrumb-list {
  padding: 0;
}
.breadcrumb__item {
  float: left;
}
.breadcrumb__item:before {
  content: ">";
}
.breadcrumb__item:first-child:before {
  content: "";
}
.breadcrumb__title {
  display: inline-block;
  margin: 0 5px;
  color: #FFF;
}
a .breadcrumb__title:hover {
  text-decoration: underline;
}
.breadcrumb__title--active {
  font-weight: 900;
}

.breadcumb-left h1.title {
  margin-top: 0;
  padding-top: 100px !important;
}

#floorplanner {
  display: block;
}
@media (max-width: 907px) {
  #floorplanner {
    display:none;
  }
}

.ms-parent {
    width: 100% !important;
}
.ms-choice {
    height: 42px;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    margin-bottom: 20px;
}
.ms-choice > span {
    top: 8px;
    padding-left: 12px;
}
.ms-choice > div {
    top: 8px;
}
.ms-drop input[type="checkbox"] {
    margin: 0 4px 0 0;
}
.team-members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.team-members .team-block .img img,
.subpage-img img,
.section-sidebar .img img {
  clip-path: polygon(12.01098346710205% 0.5339714288711548%, 13.847061157226562% 0.7692193984985352%, 15.683135986328125% 1.0044689178466797%, 17.519210815429688% 1.2397165298461914%, 19.35528564453125% 1.4749650955200195%, 21.19135284423828% 1.7102127075195312%, 23.027435302734375% 1.9454622268676758%, 24.863510131835938% 2.180710792541504%, 26.699581146240234% 2.415958881378174%, 28.535655975341797% 2.651207447052002%, 30.371734619140625% 2.88645601272583%, 32.20780563354492% 3.1217041015625%, 34.04387664794922% 3.35695219039917%, 35.87995529174805% 3.5922012329101562%, 37.71603012084961% 3.8274497985839844%, 39.552101135253906% 4.062697887420654%, 41.38817596435547% 4.297945976257324%, 43.22425079345703% 4.533194541931152%, 45.06032943725586% 4.768443584442139%, 46.896400451660156% 5.003691673278809%, 48.73247528076172% 5.238940238952637%, 50.56855010986328% 5.474188327789307%, 52.404624938964844% 5.709437370300293%, 54.24069595336914% 5.944685459136963%, 56.07677459716797% 6.179934024810791%, 57.912845611572266% 6.415182113647461%, 59.748924255371094% 6.650430679321289%, 61.58499526977539% 6.885679244995117%, 63.42107391357422% 7.120927810668945%, 65.25714111328125% 7.356175899505615%, 67.09321594238281% 7.591424465179443%, 68.9292984008789% 7.82667350769043%, 70.76536560058594% 8.061921119689941%, 72.6014404296875% 8.297170639038086%, 74.43751525878906% 8.532418251037598%, 76.27359008789062% 8.767666816711426%, 78.10967254638672% 9.002915382385254%, 79.94573974609375% 9.238163948059082%, 81.78181457519531% 9.473411560058594%, 83.61788940429688% 9.708660125732422%, 85.45396423339844% 9.943909645080566%, 87.2900390625% 10.179157257080078%, 89.12599182128906% 10.41533374786377%, 90.829345703125% 11.096474647521973%, 92.04959869384766% 12.46650505065918%, 92.5350341796875% 14.236801147460938%, 92.69454956054688% 16.08100128173828%, 92.85406494140625% 17.925201416015625%, 93.01358032226562% 19.76940155029297%, 93.173095703125% 21.61359405517578%, 93.33260345458984% 23.457794189453125%, 93.49211883544922% 25.30199432373047%, 93.6516342163086% 27.146194458007812%, 93.81114959716797% 28.990386962890625%, 93.97065734863281% 30.83458709716797%, 94.13017272949219% 32.67879104614258%, 94.28968811035156% 34.522987365722656%, 94.44920349121094% 36.36717987060547%, 94.60871887207031% 38.21137619018555%, 94.76822662353516% 40.055580139160156%, 94.92774200439453% 41.899776458740234%, 95.0872573852539% 43.74397277832031%, 95.24677276611328% 45.58817672729492%, 95.40628814697266% 47.432373046875%, 95.5657958984375% 49.27656936645508%, 95.72531127929688% 51.120765686035156%, 95.88482666015625% 52.964969635009766%, 96.04434204101562% 54.809165954589844%, 96.203857421875% 56.65336227416992%, 96.36336517333984% 58.49755859375%, 96.52288055419922% 60.34175491333008%, 96.6823959350586% 62.18595886230469%, 96.84191131591797% 64.03016662597656%, 97.00141906738281% 65.87435150146484%, 97.16093444824219% 67.71855163574219%, 97.32044982910156% 69.562744140625%, 97.47996520996094% 71.40695190429688%, 97.63948059082031% 73.25115203857422%, 97.79898834228516% 75.0953369140625%, 97.95850372314453% 76.93954467773438%, 98.1180191040039% 78.78374481201172%, 98.27753448486328% 80.62793731689453%, 98.43704986572266% 82.47213745117188%, 98.5965576171875% 84.31634521484375%, 98.75607299804688% 86.16053009033203%, 98.91558837890625% 88.0047378540039%, 99.07510375976562% 89.84892272949219%, 99.234619140625% 91.69313049316406%, 99.39412689208984% 93.5373306274414%, 99.55364227294922% 95.38152313232422%, 99.57500457763672% 97.22554016113281%, 98.84449768066406% 98.90834045410156%, 97.44078063964844% 100.08963012695312%, 95.65696716308594% 100.51821899414062%, 93.80589294433594% 100.5084228515625%, 91.95484924316406% 100.4983901977539%, 90.1037826538086% 100.48835754394531%, 88.25273895263672% 100.47832489013672%, 86.40167236328125% 100.46829223632812%, 84.55061340332031% 100.45825958251953%, 82.6995620727539% 100.44822692871094%, 80.84850311279297% 100.43819427490234%, 78.9974365234375% 100.42816162109375%, 77.14639282226562% 100.41812896728516%, 75.29533386230469% 100.40809631347656%, 73.44428253173828% 100.39806365966797%, 71.59322357177734% 100.38803100585938%, 69.74215698242188% 100.37799835205078%, 67.89111328125% 100.36796569824219%, 66.04005432128906% 100.3579330444336%, 64.1889877319336% 100.347900390625%, 62.33794403076172% 100.3378677368164%, 60.486881256103516% 100.32783508300781%, 58.63581848144531% 100.31780242919922%, 56.78477096557617% 100.30776977539062%, 54.93370819091797% 100.29773712158203%, 53.08266067504883% 100.28771209716797%, 51.23160171508789% 100.27767944335938%, 49.38053894042969% 100.26764678955078%, 47.52949142456055% 100.25761413574219%, 45.678428649902344% 100.2475814819336%, 43.82736587524414% 100.237548828125%, 41.976318359375% 100.2275161743164%, 40.1252555847168% 100.21748352050781%, 38.274192810058594% 100.20745086669922%, 36.42314910888672% 100.19741821289062%, 34.57208251953125% 100.18738555908203%, 32.721038818359375% 100.17735290527344%, 30.869976043701172% 100.16732025146484%, 29.01891326904297% 100.15728759765625%, 27.167865753173828% 100.14725494384766%, 25.316802978515625% 100.13722229003906%, 23.465740203857422% 100.12718963623047%, 21.61469268798828% 100.11715698242188%, 19.763629913330078% 100.10712432861328%, 17.91258430480957% 100.09709167480469%, 16.061521530151367% 100.0870590209961%, 14.21045970916748% 100.0770263671875%, 12.35941219329834% 100.0669937133789%, 10.508350372314453% 100.05696105957031%, 8.657302856445312% 100.04692840576172%, 6.806225299835205% 100.03689575195312%, 4.955178260803223% 100.02686309814453%, 3.1227879524230957% 99.83979034423828%, 1.5462969541549683% 98.90145111083984%, 0.552693247795105% 97.35921478271484%, 0.35021305084228516% 95.53498077392578%, 0.49495887756347656% 93.68954467773438%, 0.6397018432617188% 91.8441390991211%, 0.7844448089599609% 89.99873352050781%, 0.9291877746582031% 88.15332794189453%, 1.0739331245422363% 86.30789184570312%, 1.2186760902404785% 84.46248626708984%, 1.3634190559387207% 82.61707305908203%, 1.508164405822754% 80.77163696289062%, 1.652907371520996% 78.92623138427734%, 1.7976508140563965% 77.08082580566406%, 1.9423961639404297% 75.23538970947266%, 2.087139129638672% 73.38998413085938%, 2.231882095336914% 71.5445785522461%, 2.3766274452209473% 69.69914245605469%, 2.5213704109191895% 67.8537368774414%, 2.6661133766174316% 66.00833129882812%, 2.810858726501465% 64.16288757324219%, 2.9556021690368652% 62.31748580932617%, 3.1003451347351074% 60.47208023071289%, 3.2450904846191406% 58.626644134521484%, 3.389833450317383% 56.78123474121094%, 3.534576416015625% 54.935829162597656%, 3.679321765899658% 53.09039306640625%, 3.8240649700164795% 51.24498748779297%, 3.9688079357147217% 49.39958190917969%, 4.113551139831543% 47.55417251586914%, 4.258296012878418% 45.708736419677734%, 4.40303897857666% 43.86333084106445%, 4.5477824211120605% 42.01792526245117%, 4.692527770996094% 40.1724853515625%, 4.837270736694336% 38.32707977294922%, 4.982013702392578% 36.48167419433594%, 5.1267595291137695% 34.636234283447266%, 5.271502494812012% 32.790828704833984%, 5.416245460510254% 30.94542121887207%, 5.560990810394287% 29.099985122680664%, 5.705733776092529% 27.25457763671875%, 5.8504767417907715% 25.40917205810547%, 5.995222091674805% 23.56373405456543%, 6.139965057373047% 21.71832847595215%, 6.284708023071289% 19.872920989990234%, 6.4294538497924805% 18.027484893798828%, 6.574196815490723% 16.182077407836914%, 6.718939781188965% 14.336671829223633%, 6.863682746887207% 12.491264343261719%, 7.00842809677124% 10.645828247070312%, 7.153171062469482% 8.800421714782715%, 7.297914028167725% 6.955015182495117%, 7.442659378051758% 5.1095781326293945%, 7.692577362060547% 3.280620813369751%, 8.638712882995605% 1.7089202404022217%, 10.186216354370117% 0.7233015298843384%, 12.01098346710205% 0.5339714288711548%);
}

.custom-shadow {
  box-shadow:
    0.4px 0.4px 2.2px rgba(0, 0, 0, 0.02),
    1px 1px 5.3px rgba(0, 0, 0, 0.028),
    1.9px 1.9px 10px rgba(0, 0, 0, 0.035),
    3.4px 3.4px 17.9px rgba(0, 0, 0, 0.042),
    6.3px 6.3px 33.4px rgba(0, 0, 0, 0.05),
    15px 15px 80px rgba(0, 0, 0, 0.07);
}

.team-block {
  width: 300px;
  height: 300px;
}

@media (max-width: 768px) {
  .team-block {
    width: 250px;
    height: 250px;
    overflow: hidden;
  }

  .team-block img {
    width: 250px !important;
  }
}

.team-block-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.team-block:hover .team-block-inner {
  transform: rotateY(180deg);
}

.team-block-front,
.team-block-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background: #ffffff;
}

.team-block-back {
  transform: rotateY(180deg);
}
