@import "ie.2.css";@import "ie.1.css";
.row-news .news-banner.news-banner--full-image.in-viewport.training-discount {
  background-image: url('../img/banners/training-discount.jpg');
  background-position: right;
}

.row-news .news-banner.news-banner--full-image.in-viewport.training-e-learning {
  background-image: url('../img/banners/training-e-learning.jpg');
  background-position: right;
}

.row-news .news-banner.news-banner--full-image.in-viewport.training {
  background-image: url('../img/banners/training.jpg');
  background-position: right;
}

.row-news .news-banner.news-banner--full-image.in-viewport.critical-support {
  background-position: right;
}

.row-news .news-banner.news-banner--full-image.in-viewport.critical-support--nl {
  background-image: url('../img/banners/critical-support-nl.jpg');
}

.row-news .news-banner.news-banner--full-image.in-viewport.critical-support--fr {
  background-image: url('../img/banners/critical-support-fr.jpg');
}

.row-news .news-banner.news-banner--full-image.in-viewport.critical-support--en {
  background-image: url('../img/banners/critical-support-en.jpg');
}

.row-news .news-banner.news-banner--full-image.critical-support .background-backdrop {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.row-news .news-banner.news-banner--full-image .btn-outline-brand {
  left: 20px;
  right: unset;
}

.row-news .news-banner.news-banner-splitview {
  padding: 0;
  margin-bottom: 20px;
  background-position: right center;
  background-size: cover;
  border: none;
}

@media only screen and (min-width: 991px) {
  .row-news .news-banner.news-banner-splitview {
    background-size: contain;
    background-position: right bottom;
  }
}

.row-news .news-banner.news-banner-splitview .row,
.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner,
.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div {
  height: 100%;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div {
  background: #f58220;
  position: relative;
  padding: 20px 0px 20px 20px;
  text-align: left;
  max-width: 198px;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div:before,
.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div:after {
  content: "";
  display: block;
  height: 0px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div:before {
  width: 100px;
  border-width: 0 70px 200px 0;
  border-color: transparent transparent #ffffff;
  right: -77px;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div:after {
  width: 100px;
  border-width: 0 70px 200px 0;
  border-color: transparent transparent #f58220;
  right: -70px;
  z-index: 1;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div h1,
.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div p,
.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div a,
.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div a i {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  z-index: 2;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div h1 {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 16px;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div p {
  position: relative;
  font-size: 12px;
  line-height: 21px;
  z-index: 2;
  margin-bottom: 16px;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div a {
  position: relative;
  display: inline-block;
  background-color: #131417;
  padding: 12px 47px 12px 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div a:hover,
.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div a:focus {
  text-decoration: none;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div a:hover {
  background-color: #3B413E;
}

.row-news .news-banner.news-banner-splitview .news-banner-splitview__inner > div a i {
  position: absolute;
  right: 0;
  width: 33px;
  height: 38px;
  top: 0;
  line-height: 38px;
  background-color: #3B413E;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.row-news .news-banner.news-banner-splitview.news-banner-cramo .news-banner-splitview__inner > div {
  max-width: 175px;
}

.row-news .news-banner.news-banner-splitview.news-banner-cramo .news-banner-splitview__inner > div article {
  position: relative;
  height: 100%;
}

.row-news .news-banner.news-banner-splitview.news-banner-cramo .news-banner-splitview__inner > div article a {
  position: absolute;
  bottom: 0;
}

.row-news .news-banner.news-banner-events.in-viewport {
  background-image: url('../img/banners/banner-events.jpg');
}

@media screen and (min-width: 768px) {
  .row-news .news-banner.news-banner-events.in-viewport {
    background-image: url('../img/banners/banner-events-sm.jpg');
  }
}

@media screen and (min-width: 992px) {
  .row-news .news-banner.news-banner-events.in-viewport {
    background-image: url('../img/banners/banner-events-md.jpg');
  }
}

.row-news .news-banner.news-banner-cramo.in-viewport {
  background-image: url('../img/banners/banner-cramo.jpg');
  background-position: right -40px center;
}

@media screen and (min-width: 768px) {
  .row-news .news-banner.news-banner-cramo.in-viewport {
    background-position: right center;
  }
}

.row-news .news-banner.news-banner-survey-laser.in-viewport {
  background-image: url('../img/banners/banner-survey-laser.jpg');
  background-position: 90px center;
}

@media screen and (min-width: 768px) {
  .row-news .news-banner.news-banner-survey-laser.in-viewport {
    background-position: 130px center;
  }
}

.row-news .news-banner.news-banner-survey-laser .news-banner-splitview__inner > div {
  max-width: 184px;
}

@media screen and (min-width: 768px) {
  .row-news .news-banner.news-banner-survey-laser .news-banner-splitview__inner > div {
    max-width: 198px;
  }
}

.row-news .news-banner.news-banner-survey-laser .news-banner-splitview__inner > div:after {
  width: 104px;
}

.row-news .news-banner.news-banner-survey-laser .news-banner-splitview__inner > div h1 {
  font-size: 23px;
}

@media screen and (min-width: 768px) {
  .row-news .news-banner.news-banner-survey-laser .news-banner-splitview__inner > div h1 {
    font-size: 25px;
  }
}

.row-news .news-banner.news-banner-magazine {
  background-image: url('../img/banners/magazine.jpg');
}

.row-news .news-banner.news-banner-magazine h1 {
  margin-bottom: 0;
  text-shadow: 0 0 8px #222222;
}

.row-news .news-banner.news-banner-boelsapp {
  background: #ffffff url('../img/banners/boelsapp.jpg') no-repeat 20px 0;
  text-align: left;
}

.row-news .news-banner.news-banner-boelsapp h1 {
  font-size: 28px;
}

.row-news .news-banner.news-banner-boelsapp h1,
.row-news .news-banner.news-banner-boelsapp p {
  color: #000;
}

.row-news .news-banner.news-banner-boelsapp p {
  width: 328px;
}

.row-news .news-banner.news-banner-boelsapp .app-buttons {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.row-news .news-banner.news-banner-boelsapp .app-buttons a,
.row-news .news-banner.news-banner-boelsapp .app-buttons a:visited,
.row-news .news-banner.news-banner-boelsapp .app-buttons a:active {
  text-decoration: none;
  margin-right: 8px;
}

.row-news .news-banner.news-banner-billing-account {
  height: 200px;
  padding: 20px;
  text-align: left;
  position: relative;
  background-color: #f38231 !important;
  cursor: pointer;
  background-image: url(../img/banners/banner-billing-account-h.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}

.row-news .news-banner.news-banner-billing-account .content-box-content {
  padding: 0;
}

.row-news .news-banner.news-banner-billing-account h1 {
  margin-top: -1px;
  margin-bottom: 16px;
  font-size: 23px;
}

@media screen and (min-width: 768px) {
  .row-news .news-banner.news-banner-billing-account h1 {
    font-size: 25px;
  }
}

.row-news .news-banner.news-banner-billing-account ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  *zoom: 1;
}

.row-news .news-banner.news-banner-billing-account ul:before,
.row-news .news-banner.news-banner-billing-account ul:after {
  content: " ";
  display: table;
}

.row-news .news-banner.news-banner-billing-account ul:after {
  clear: both;
}

.row-news .news-banner.news-banner-billing-account ul:before,
.row-news .news-banner.news-banner-billing-account ul:after {
  content: " ";
  display: table;
}

.row-news .news-banner.news-banner-billing-account ul:after {
  clear: both;
}

.row-news .news-banner.news-banner-billing-account ul > li {
  position: relative;
  margin-bottom: 10px;
  color: #292929;
}

.row-news .news-banner.news-banner-billing-account ul > li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: -19px;
  content: "\f058";
  color: #fff;
  font-size: 1.2em;
}

.row-news .news-banner.news-banner-billing-account ul > li:last-of-type {
  margin-bottom: 0px;
}

.row-news .news-banner.news-banner--durability.in-viewport {
  background-image: url('../img/modules/pages/durability/banner-durability.jpg');
  background-position: bottom;
}

.row-news .news-banner.news-banner--durability h1 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.row-news .news-banner.news-banner--durability .background-backdrop {
  background: none;
}

.row-news .news-banner.news-banner--durability .background-backdrop > div > div:last-child {
  position: relative;
}

.row-news .news-banner.news-banner--durability .background-backdrop > div > div:last-child img {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.row-news .news-banner:first-of-type {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .row-news .news-banner:first-of-type {
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .row-news .news-banner:first-of-type {
    margin-bottom: 20px;
  }
}

/*
* @updated      01/2014
* @author       Roy Scheepens
* @file         page-mobile-apps.less
* @project      Boels
* --------------------------------------------------------------------------------------------------*/

.page-mobile-apps {
  padding-top: 60px;
}

.mobile-apps-phones {
  text-align: center;
}

.mobile-apps-info {
  padding-top: 12px;
}

.mobile-apps-info > h1,
.mobile-apps-info > .h1 {
  font-size: 58px;
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
}

.mobile-apps-downloads {
  margin: 24px 0 0;
}

.mobile-apps-downloads .download-link {
  display: block;
  *zoom: 1;
  clear: both;
  margin-bottom: 24px;
  text-decoration: none;
  transition: color .2s ease;
  color: #989898;
  font-size: 14px;
}

.mobile-apps-downloads .download-link:before,
.mobile-apps-downloads .download-link:after {
  content: " ";
  display: table;
}

.mobile-apps-downloads .download-link:after {
  clear: both;
}

.mobile-apps-downloads .download-link:before,
.mobile-apps-downloads .download-link:after {
  content: " ";
  display: table;
}

.mobile-apps-downloads .download-link:after {
  clear: both;
}

.mobile-apps-downloads .download-link .download-link-icon {
  float: left;
  width: 80px;
  text-align: center;
  margin-right: 12px;
}

.mobile-apps-downloads .download-link .download-link-body {
  padding-top: 16px;
  vertical-align: baseline;
  line-height: 1.2;
}

.mobile-apps-downloads .download-link:hover {
  color: #1d1d1b;
  text-decoration: none;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .specialisms__index .col-xs-12 {
    width: 50%;
  }
}

.specialisms__index .link-block {
  background-size: 100%;
}

@media only screen and (max-width: 991px) {
  .specialisms small {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .specialisms .block-pointout--left-in {
    min-height: 275px !important;
  }

  .specialisms .block-pointout--left-in .block-btn--bottom {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
  }
}

.specialisms .block-pointout--left-out .baurent-logo {
  width: 127px;
}

@media only screen and (max-width: 991px) {
  .specialisms .block--benefits {
    min-height: auto !important;
  }

  .specialisms .block--benefits .block-btn--bottom {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .specialisms .block--rentalguide {
    background-size: 50%;
    background-position: center center;
    min-height: 300px !important;
  }

  .specialisms .block--rentalguide .block__inner {
    padding-bottom: 0px !important;
  }

  .specialisms .block--rentalguide .block__inner h2 {
    margin-bottom: 0px !important;
  }

  .specialisms .block--rentalguide .block-btn--bottom {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .specialisms .block--contact h2 {
    width: 80%;
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .specialisms .block--contact [class^="icon-specialisme-"],
  .specialisms .block--contact [class*=" icon-specialisme-"] {
    padding-right: 10px;
    width: 20%;
    font-size: 40px;
  }
}

.cc_message {
  border: 2px solid #6a9a26;
  padding: 8px 16px;
}

.cc_message h3 {
  font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  font-weight: bold;
}

.cc_message p {
  font-size: 14px;
  line-height: 20px;
}

body[data-method="specialism"] .blocks-row--map .block--text .block__inner {
  overflow: visible;
}

body[data-method="specialism"] .pac-wrapper {
  display: block !important;
}

body[data-method="specialism"] .pac-container {
  position: absolute;
  width: 240px !important;
}

/* BOELS-871 */

.page-container.specialisms .page-default {
  padding-bottom: 0 !important;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.12);
}

.page-container.specialisms .page-content {
  padding: 12px 0 0 0;
}

.page-container.specialisms .page-content-header {
  padding: 12px 18px 8px 18px;
  border-bottom: none;
}

.page-container.specialisms .page-content-header h2 {
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #979797;
}

.page-container.specialisms .page-content .page-blocks__row {
  margin-left: -13px;
  margin-right: -13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .page-container.specialisms .page-content .page-blocks__row:last-of-type:nth-child(1n) > .page-block--photo {
    border-bottom-left-radius: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .page-container.specialisms .page-content .page-blocks__row:last-of-type:nth-child(2n) > .page-block--photo {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
  }
}

.page-container.specialisms .page-content .page-blocks__row:nth-child(2n) > .page-body {
  order: 2;
}

@media only screen and (min-width: 768px) {
  .page-container.specialisms .page-content .page-blocks__row:nth-child(2n) > .page-body {
    order: 1;
  }
}

.page-container.specialisms .page-content .page-blocks__row:nth-child(2n) > .page-block--photo {
  order: 1;
}

@media only screen and (min-width: 768px) {
  .page-container.specialisms .page-content .page-blocks__row:nth-child(2n) > .page-block--photo {
    order: 2;
  }
}

@media only screen and (min-width: 768px) {
  .page-container.specialisms .page-content .page-blocks__row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.page-container.specialisms .page-content .page-blocks__row .page-block {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}

@media only screen and (min-width: 768px) {
  .page-container.specialisms .page-content .page-blocks__row .page-block {
    min-height: 300px;
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (min-width: 992px) {
  .page-container.specialisms .page-content .page-blocks__row .page-block {
    min-height: 400px;
  }
}

.page-container.specialisms .page-content .page-blocks__row .page-block__inner {
  padding: 30px;
}

.page-container.specialisms .page-content .page-blocks__row .page-block__inner h3 {
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #979797;
}

.page-container.specialisms .page-content .page-blocks__row .page-block--photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 280px;
}

/* boels-871 */

.page-default.page-site-accomodation {
  padding: 0 !important;
  border: none;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}

.page-default.page-site-accomodation > .row-flex:nth-child(2n) {
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

.page-default.page-site-accomodation > .row-flex:nth-child(2n) > div {
  padding: 0 0;
}

.page-default.page-site-accomodation > .row-flex:last-of-type > .bg--image > div {
  border-bottom-left-radius: 0px;
}

@media only screen and (min-width: 768px) {
  .page-default.page-site-accomodation > .row-flex:last-of-type > .bg--image > div {
    border-bottom-left-radius: 4px;
  }
}

.page-default.page-site-accomodation .flex {
  display: flex;
  flex-direction: column;
}

.page-default.page-site-accomodation div[class^="col-flex"] + .bg--image {
  padding-left: 0;
  padding-right: 10px;
}

.page-default.page-site-accomodation .intro-row > div[class^="col-flex"]:first-child {
  padding-right: 0;
}

.page-default.page-site-accomodation .intro-row > div[class^="col-flex"]:last-child {
  padding-left: 0;
}

.page-default.page-site-accomodation .intro-row h1.p1 {
  font-size: 30px;
}

.page-default.page-site-accomodation .contact-block a + p {
  margin-top: 8px;
}

.page-default.page-site-accomodation .page-breadcrumb {
  padding: 0;
}

.page-default.page-site-accomodation picture img {
  width: 100%;
}

.page-default.page-site-accomodation .bg {
  height: 100%;
}

.page-default.page-site-accomodation .bg--image {
  transition: min-height 0.2s ease;
  min-height: 240px;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .page-default.page-site-accomodation .bg--image {
    min-height: 370px;
  }
}

.page-default.page-site-accomodation .bg--image > div {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-default.page-site-accomodation .bg--image + div[class^="col-flex"] {
  padding-left: 0;
}

.page-default.page-site-accomodation .bg--list,
.page-default.page-site-accomodation .bg--site-accomodation {
  color: #ffffff;
}

.page-default.page-site-accomodation .bg--list i,
.page-default.page-site-accomodation .bg--site-accomodation i,
.page-default.page-site-accomodation .bg--list h2,
.page-default.page-site-accomodation .bg--site-accomodation h2,
.page-default.page-site-accomodation .bg--list a,
.page-default.page-site-accomodation .bg--site-accomodation a {
  color: #ffffff;
}

.page-default.page-site-accomodation .bg--site-accomodation {
  background-color: #0075be;
}

@media only screen and (min-width: 992px) {
  .page-default.page-site-accomodation .bg--site-accomodation {
    border-top-right-radius: 4px;
  }
}

.page-default.page-site-accomodation .bg--site-accomodation i {
  display: block;
  font-size: 62px;
  margin: 20px 0;
}

.page-default.page-site-accomodation .bg--site-accomodation a {
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  font-size: 24px;
}

.page-default.page-site-accomodation .bg--site-accomodation h2,
.page-default.page-site-accomodation .bg--site-accomodation a {
  font-size: 24px;
  line-height: 28px;
}

.page-default.page-site-accomodation .bg--site-accomodation h2 {
  margin-bottom: 0;
}

.page-default.page-site-accomodation .bg--site-accomodation h2 span {
  display: block;
  font-size: 20px;
}

.page-default.page-site-accomodation .bg--site-accomodation .btn {
  width: 100%;
}

.page-default.page-site-accomodation .bg--list {
  background-color: #f47d00;
}

.page-default.page-site-accomodation .bg--list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 5px;
}

.page-default.page-site-accomodation .bg--list ul li {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 32px;
}

.page-default.page-site-accomodation .bg--list ul li:before {
  content: "\f00c";
  display: inline-block;
  color: #ffffff;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 32px;
  margin-left: -32px;
}

.page-default.page-site-accomodation h1.p1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.page-default.page-site-accomodation h2,
.page-default.page-site-accomodation h4 {
  margin-top: 0;
}

.page-default.page-site-accomodation h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.page-default.page-site-accomodation p {
  line-height: 21px;
  margin-bottom: 32px;
}

.page-default.page-site-accomodation p + h2 {
  margin-top: 24px;
}

.page-default.page-site-accomodation p.p0 {
  margin-bottom: 0px;
}

.page-default.page-site-accomodation p.p2 {
  margin-bottom: 16px;
}

.page-default.page-site-accomodation p.p3 {
  margin-bottom: 24px;
}

.page-default.page-site-accomodation h4 {
  font-size: 18px;
  line-height: 25px;
  color: #393937;
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .page-default.page-site-accomodation h4 {
    margin-bottom: 0;
  }
}

.page-default.page-site-accomodation ul.list.chapters {
  list-style: none;
  padding: 0;
}

.page-default.page-site-accomodation ul.list.chapters:first-of-type {
  margin-bottom: 20px;
}

.page-default.page-site-accomodation ul.list.chapters:last-of-type {
  margin-bottom: 0px;
}

.page-default.page-site-accomodation ul.list.chapters li {
  border-bottom: 1px solid #000000;
}

.page-default.page-site-accomodation ul.list.chapters li a {
  position: relative;
  text-decoration: none;
  color: #000000;
  padding: 10px 0;
  display: block;
  padding-left: 32px;
}

.page-default.page-site-accomodation ul.list.chapters li a:before {
  content: "";
  background-color: #0075be;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  margin-left: -32px;
  top: 17px;
}

.page-default.page-site-accomodation hr {
  border-color: #000000;
}

.page-default.page-site-accomodation .site-accomodation-branch {
  margin-bottom: 20px;
}

.page-default.page-site-accomodation .site-accomodation-branch a {
  position: relative;
  display: block;
}

.page-default.page-site-accomodation .site-accomodation-branch a div {
  position: absolute;
  background-color: red;
  bottom: 0;
  width: 100%;
  padding: 10px 8px;
  background: rgba(12, 114, 190, 0.9);
  transition: background .2s ease;
}

@media only screen and (min-width: 992px) {
  .page-default.page-site-accomodation .site-accomodation-branch a div {
    padding: 20px 15px;
  }
}

.page-default.page-site-accomodation .site-accomodation-branch a div h5 {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  padding-left: 24px;
}

@media only screen and (min-width: 992px) {
  .page-default.page-site-accomodation .site-accomodation-branch a div h5 {
    font-size: 16px;
  }
}

.page-default.page-site-accomodation .site-accomodation-branch a div h5:before {
  content: "\f054";
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  color: #0075be;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 12px;
  height: 12px;
  text-align: center;
  margin-left: -24px;
  line-height: 12px;
  top: 0px;
}

@media only screen and (min-width: 992px) {
  .page-default.page-site-accomodation .site-accomodation-branch a div h5:before {
    top: 1px;
    line-height: 14px;
    width: 14px;
    height: 14px;
  }
}

.page-default.page-site-accomodation .site-accomodation-branch a:hover div {
  background: #0c72be;
}

.page-default.page-site-accomodation div[class^="col-flex"] > div {
  padding: 32px;
}

.page-default.page-site-accomodation div[class^="col-flex"] section.intro {
  padding: 10px 20px 32px 32px;
}

.page-default.page-site-accomodation div[class^="col-flex"] section.intro h1 {
  margin-top: 5px;
}

/* 
    Created on : 25-nov-2015, 16:16:10
    Author     : Roy
*/

.boels_sales-body .boels_sales-title h2 {
  font-size: 32px;
}

.boels_sales-body figure {
  margin-bottom: 20px;
  position: relative;
}

.boels_sales-body figure img {
  border-radius: 4px;
}

.boels_sales-body figure figcaption {
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  color: white;
  font-size: 15px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -1px;
  background: rgba(41, 41, 41, 0.7);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 4.8px 0 4.8px 0;
}

@media only screen and (min-width: 768px) {
  .boels_sales-body figure figcaption {
    font-size: 17px;
  }
}

.boels_sales-body .sales-image-list figure {
  margin-bottom: 17px;
}

.boels_sales-body .sales-image-list figure img {
  border: 1px solid #d7d7d7;
}

.boels_sales-body .sales-image-list figure figcaption {
  padding: 0;
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .boels_sales-body .sales-image-list figure figcaption {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .boels_sales-body .sales-image-list figure figcaption {
    font-size: 17px;
  }
}

.boels_sales-body .boels_sales-terms {
  margin-bottom: 17px;
}

@media only screen and (min-width: 768px) {
  .boels_sales-body .boels_sales-terms {
    margin-bottom: 0;
  }
}

.boels_sales-body .customer-service-sidebar .customer-service-phone-number span {
  display: inline;
  font-size: 12px;
  color: #989898;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .boels_sales-body .customer-service-sidebar .customer-service-phone-number span {
    display: block;
    line-height: 12px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .boels_sales-body .customer-service-sidebar .customer-service-phone-number,
  .boels_sales-body .customer-service-sidebar .customer-service-email {
    font-size: 15px;
  }
}

.boels_sales-body .customer-service-sidebar .search-nearest-branch input {
  width: 100%;
}

.boels_sales-body .customer-service-sidebar .search-nearest-branch input:first-of-type {
  margin-bottom: 5px;
}

.boels_sales-body .customer-service-sidebar .info-table {
  width: 100%;
}

.boels_sales-body .customer-service-sidebar .info-table .info-table--td-left {
  width: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .boels_sales-body .customer-service-sidebar .info-table .info-table--td-left {
    width: initial;
  }
}

.boels_sales-body .customer-service-sidebar .branch-map {
  display: block;
}

.boels_sales-body .customer-service-sidebar .branch-map img {
  border-radius: 4px;
  max-width: none;
  width: 100%;
  margin-bottom: 20px;
}

.page-default.page-surveyandlaser {
  padding: 0 !important;
  border: none;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .page-default.page-surveyandlaser .order-sm-reverse {
    flex-direction: row-reverse;
  }
}

.page-default.page-surveyandlaser > .row-flex.bg-color--light {
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

.page-default.page-surveyandlaser > .row-flex.bg-color--light > div {
  padding: 0 0;
}

.page-default.page-surveyandlaser > .row-flex:last-of-type > .bg--image > div {
  border-bottom-left-radius: 0px;
}

@media only screen and (min-width: 768px) {
  .page-default.page-surveyandlaser > .row-flex:last-of-type > .bg--image > div {
    border-bottom-left-radius: 4px;
  }
}

.page-default.page-surveyandlaser .flex {
  display: flex;
  flex-direction: column;
}

.page-default.page-surveyandlaser div[class^="col-flex"] + .bg--image {
  padding-left: 0;
}

.page-default.page-surveyandlaser .intro-row > div[class^="col-flex"]:first-child {
  padding-right: 0;
}

.page-default.page-surveyandlaser .intro-row > div[class^="col-flex"]:last-child {
  padding-left: 0;
}

.page-default.page-surveyandlaser .intro-row h1.p1 {
  font-size: 30px;
}

.page-default.page-surveyandlaser .contact-block h2 + p {
  margin-top: 24px;
}

.page-default.page-surveyandlaser .contact-block a + p {
  margin-top: 8px;
}

.page-default.page-surveyandlaser .page-breadcrumb {
  padding: 0;
}

.page-default.page-surveyandlaser picture img {
  width: 100%;
}

.page-default.page-surveyandlaser .bg {
  height: 100%;
}

.page-default.page-surveyandlaser .bg--image {
  transition: min-height 0.2s ease;
  min-height: 240px;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .page-default.page-surveyandlaser .bg--image {
    min-height: 370px;
  }
}

.page-default.page-surveyandlaser .bg--image > div {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .page-default.page-surveyandlaser .bg--image + div[class^="col-flex"] {
    padding-left: 0;
  }
}

.page-default.page-surveyandlaser .bg--list,
.page-default.page-surveyandlaser .bg--surveyandlaser {
  color: #ffffff;
}

.page-default.page-surveyandlaser .bg--list i,
.page-default.page-surveyandlaser .bg--surveyandlaser i,
.page-default.page-surveyandlaser .bg--list h2,
.page-default.page-surveyandlaser .bg--surveyandlaser h2,
.page-default.page-surveyandlaser .bg--list a,
.page-default.page-surveyandlaser .bg--surveyandlaser a {
  color: #ffffff;
}

.page-default.page-surveyandlaser .bg--surveyandlaser {
  background-color: #00929f;
}

@media only screen and (min-width: 992px) {
  .page-default.page-surveyandlaser .bg--surveyandlaser {
    border-top-right-radius: 4px;
  }
}

.page-default.page-surveyandlaser .bg--surveyandlaser i {
  font-size: 22px;
  margin-right: 8px;
}

.page-default.page-surveyandlaser .bg--surveyandlaser a {
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  font-size: 24px;
}

.page-default.page-surveyandlaser .bg--surveyandlaser h2,
.page-default.page-surveyandlaser .bg--surveyandlaser a {
  font-size: 24px;
  line-height: 28px;
}

.page-default.page-surveyandlaser .bg--surveyandlaser h2 {
  margin-bottom: 0;
}

.page-default.page-surveyandlaser .bg--surveyandlaser h2 span {
  display: block;
  font-size: 20px;
}

.page-default.page-surveyandlaser .bg--surveyandlaser .btn {
  width: 100%;
}

.page-default.page-surveyandlaser .bg--list {
  background-color: #f47d00;
}

.page-default.page-surveyandlaser .bg--list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 5px;
}

.page-default.page-surveyandlaser .bg--list ul li {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 32px;
}

.page-default.page-surveyandlaser .bg--list ul li:before {
  content: "\f00c";
  display: inline-block;
  color: #ffffff;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 32px;
  margin-left: -32px;
}

.page-default.page-surveyandlaser h1.p1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.page-default.page-surveyandlaser h2,
.page-default.page-surveyandlaser h4 {
  margin-top: 0;
}

.page-default.page-surveyandlaser h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.page-default.page-surveyandlaser p {
  line-height: 21px;
  margin-bottom: 32px;
}

.page-default.page-surveyandlaser p + h2 {
  margin-top: 24px;
}

.page-default.page-surveyandlaser p.p0 {
  margin-bottom: 0px;
}

.page-default.page-surveyandlaser p.p2 {
  margin-bottom: 16px;
}

.page-default.page-surveyandlaser p.p3 {
  margin-bottom: 24px;
}

.page-default.page-surveyandlaser h4 {
  font-size: 18px;
  line-height: 25px;
  color: #393937;
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .page-default.page-surveyandlaser h4 {
    margin-bottom: 0;
  }
}

.page-default.page-surveyandlaser ul.list.chapters {
  list-style: none;
  padding: 0;
}

.page-default.page-surveyandlaser ul.list.chapters:first-of-type {
  margin-bottom: 20px;
}

.page-default.page-surveyandlaser ul.list.chapters:last-of-type {
  margin-bottom: 0px;
}

.page-default.page-surveyandlaser ul.list.chapters li {
  border-bottom: 1px solid #000000;
}

.page-default.page-surveyandlaser ul.list.chapters li a {
  position: relative;
  text-decoration: none;
  color: #000000;
  padding: 10px 0;
  display: block;
  padding-left: 32px;
}

.page-default.page-surveyandlaser ul.list.chapters li a:before {
  content: "";
  background-color: #00929f;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  margin-left: -32px;
  top: 17px;
}

.page-default.page-surveyandlaser hr {
  border-color: #000000;
}

.page-default.page-surveyandlaser .surveyandlaser-branch {
  margin-bottom: 20px;
}

.page-default.page-surveyandlaser .surveyandlaser-branch a {
  position: relative;
  display: block;
}

.page-default.page-surveyandlaser .surveyandlaser-branch a div {
  position: absolute;
  background-color: red;
  bottom: 0;
  width: 100%;
  padding: 10px 8px;
  background: rgba(0, 146, 159, 0.9);
  transition: background .2s ease;
}

@media only screen and (min-width: 992px) {
  .page-default.page-surveyandlaser .surveyandlaser-branch a div {
    padding: 20px 15px;
  }
}

.page-default.page-surveyandlaser .surveyandlaser-branch a div h5 {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  padding-left: 24px;
}

@media only screen and (min-width: 992px) {
  .page-default.page-surveyandlaser .surveyandlaser-branch a div h5 {
    font-size: 16px;
  }
}

.page-default.page-surveyandlaser .surveyandlaser-branch a div h5:before {
  content: "\f054";
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  color: #0075be;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 12px;
  height: 12px;
  text-align: center;
  margin-left: -24px;
  line-height: 12px;
  top: 0px;
}

@media only screen and (min-width: 992px) {
  .page-default.page-surveyandlaser .surveyandlaser-branch a div h5:before {
    top: 1px;
    line-height: 14px;
    width: 14px;
    height: 14px;
  }
}

.page-default.page-surveyandlaser .surveyandlaser-branch a:hover div {
  background: #00929f;
}

.page-default.page-surveyandlaser div[class^="col-flex"] > div {
  padding: 32px;
}

.page-default.page-surveyandlaser div[class^="col-flex"] section.intro {
  padding: 10px 20px 32px 32px;
}

.page-default.page-surveyandlaser div[class^="col-flex"] section.intro h1 {
  margin-top: 5px;
}

/**
 * Google maps block
 */

body[data-method="surveyandlaser"] .page-splash-image-large {
  background-image: url('../img/modules/pages/surveyandlaser/header-surveyandlaser-mobile.jpg');
}

@media only screen and (min-width: 768px) {
  body[data-method="surveyandlaser"] .page-splash-image-large {
    background-image: url('../img/modules/pages/surveyandlaser/header-surveyandlaser.jpg');
  }
}

body[data-method="surveyandlaser"] .blocks-row--map .block--text .block__inner {
  overflow: visible;
}

body[data-method="surveyandlaser"] .pac-wrapper {
  display: block !important;
}

body[data-method="surveyandlaser"] .pac-container {
  position: absolute;
  width: 240px !important;
}

/* 
    Created on : 30-jul-2015, 17:03:40
    Author     : Bart
*/

.page-occasions-content {
  padding: 12px;
}

.page-occasions-content .page-header h1 {
  display: block;
}

.occasions-body .occasions-image {
  width: 100%;
  display: block;
  position: relative;
}

.occasions-body .occasions-image .main-image {
  background-image: url(../img/modules/pages/boels-occasions@2x.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .occasions-body .occasions-image .main-image {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .occasions-body .occasions-image .main-image {
    height: 400px;
  }
}

.occasions-body .occasions-image .image-sub-bar {
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  color: white;
  font-size: 17px;
  text-align: center;
  width: 100%;
  background: rgba(41, 41, 41, 0.7);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: auto;
  position: absolute;
  bottom: 0px;
  padding: 4.8px 0 4.8px 18px;
}

.occasions-body .occasions-paragraph .occasions-button {
  padding-top: 8px;
  padding-bottom: 12px;
}

.occasions-body .occasions-paragraph .occasions-button .btn {
  background-color: #0968ae;
  text-shadow: 0 -1px 0 #0946ae;
  border-color: #095aae;
}

.occasions-title {
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', 'sans-serif';
  font-size: 3em;
  line-height: 1.2em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.occasions-title-strong {
  font-weight: 600;
}

.occasions-description {
  font-weight: 600;
  padding-bottom: 1.2em;
}

.boels-list-items > p {
  margin-bottom: 24px;
}

.boels-list-items > ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  *zoom: 1;
  margin-bottom: 18px;
}

.boels-list-items > ul:before,
.boels-list-items > ul:after {
  content: " ";
  display: table;
}

.boels-list-items > ul:after {
  clear: both;
}

.boels-list-items > ul:before,
.boels-list-items > ul:after {
  content: " ";
  display: table;
}

.boels-list-items > ul:after {
  clear: both;
}

.boels-list-items > ul > li {
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

.boels-list-items > ul > li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: -19px;
  content: "\f058";
  color: #f58220;
  font-size: 1.2em;
}

.occasions-feed {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.occasions-feed .feed-container iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
 * occasions customer service sidebar
 */

.page--occasions .customer-service-sidebar {
  /* @issue BOELS-658
         * because emailadress is too long we use smaller font-size and get rid of the right padding
         */
}

.page--occasions .customer-service-sidebar .customer-service-email {
  padding-right: 0px;
}

.page--occasions .customer-service-sidebar .customer-service-phone-number,
.page--occasions .customer-service-sidebar .customer-service-email {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page--occasions .customer-service-sidebar .customer-service-phone-number,
  .page--occasions .customer-service-sidebar .customer-service-email {
    font-size: 16px;
  }
}

/* 
    Created on : 30-jul-2015, 9:10:27
    Author     : Bart
*/

.page-work-safely .work-safely-body .symbols-list img {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.page-work-safely .banner .btn {
  padding: 6px 0px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 6-aug-2015, 15:31:19
    Author     : Bart
*/

.content-bullets > ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  *zoom: 1;
  margin-bottom: 18px;
}

.content-bullets > ul:before,
.content-bullets > ul:after {
  content: " ";
  display: table;
}

.content-bullets > ul:after {
  clear: both;
}

.content-bullets > ul:before,
.content-bullets > ul:after {
  content: " ";
  display: table;
}

.content-bullets > ul:after {
  clear: both;
}

.content-bullets > ul > li {
  position: relative;
  margin-bottom: 10px;
}

.content-bullets > ul > li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: -19px;
  content: "\f058";
  color: #f58220;
  font-size: 1.2em;
}

.content-bullets p {
  margin-top: 10.5px;
}

.assortment-button {
  margin-top: 25px;
}

.banner-diy_store[class*=" col"],
.side-banner-image[class*=" col"],
.diy-product-box[class*=" col"] {
  padding-left: 0px;
  padding-right: 0px;
}

.banner-diy_store {
  height: auto;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-bottom: 20px;
}

.banner-diy_store .side-banner-image img {
  width: 100%;
}

@media only screen and (min-width: 460.2px) and (max-width: 767px) {
  .banner-diy_store .side-banner-image {
    width: 40%;
  }
}

.banner-diy_store .side-banner-image .col-xs-12,
.banner-diy_store .side-banner-image .col-sm-6,
.banner-diy_store .side-banner-image .col-md-12,
.banner-diy_store .side-banner-image .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.banner-diy_store .side-banner-content-wrapper {
  padding: 10px 20px 0;
}

@media only screen and (min-width: 460.2px) and (max-width: 767px) {
  .banner-diy_store .side-banner-content-wrapper {
    width: 60%;
  }
}

.banner-diy_store .side-banner-content-wrapper > h2 {
  font-size: 36px;
  line-height: 42px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.banner-diy_store .side-banner-content-wrapper > p {
  margin-bottom: 24px;
}

.banner-diy_store .side-banner-content-wrapper > ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  *zoom: 1;
  margin-bottom: 18px;
}

.banner-diy_store .side-banner-content-wrapper > ul:before,
.banner-diy_store .side-banner-content-wrapper > ul:after {
  content: " ";
  display: table;
}

.banner-diy_store .side-banner-content-wrapper > ul:after {
  clear: both;
}

.banner-diy_store .side-banner-content-wrapper > ul:before,
.banner-diy_store .side-banner-content-wrapper > ul:after {
  content: " ";
  display: table;
}

.banner-diy_store .side-banner-content-wrapper > ul:after {
  clear: both;
}

.banner-diy_store .side-banner-content-wrapper > ul > li {
  position: relative;
  margin-bottom: 10px;
}

.banner-diy_store .side-banner-content-wrapper > ul > li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: -19px;
  content: "\f058";
  color: #f58220;
  font-size: 1.2em;
}

.diy-product-box .product-box {
  box-shadow: none;
}

/* 
    Created on : 18-nov-2015, 13:48:06
    Author     : Bart
*/

.page-bio-box hr {
  border-top: 1px solid #d7d7d7;
}

.page-bio-box.page-splash-image-large {
  background-position: center -25px;
}

.page-bio-box .biobox-head h2 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .page-bio-box .biobox-head h2 {
    font-size: 30px;
  }
}

.page-bio-box .biobox-chapter {
  position: relative;
}

.page-bio-box .biobox-chapter figure {
  margin-bottom: 20px;
  position: relative;
}

.page-bio-box .biobox-chapter figure img {
  border-radius: 4px;
}

.page-bio-box .biobox-chapter figure figcaption {
  text-align: left;
  position: absolute;
  color: #fff;
  font-size: 17px;
  background: rgba(41, 41, 41, 0.7);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  bottom: 0;
  z-index: 1;
  padding: 4.8px 0 4.8px 18px;
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
}

.page-bio-box .biobox-chapter p {
  margin: 0 0 25.2px;
}

.page-bio-box .biobox-chapter p:last-of-type {
  margin: 0 0 10.5px !important;
}

.page-bio-box .biobox-chapter .btn.btn-blue2 {
  min-width: 260px;
  padding: 6px 12px;
  text-align: left;
  margin-bottom: 24px;
}

.page-bio-box .biobox-chapter .btn.btn-blue2 i {
  padding-left: 20px;
}

@media screen and (min-width: 991px) {
  .page-bio-box .biobox-chapter .btn.btn-blue2 {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}

.page-bio-box .biobox-chapter .read-more-anchor {
  display: block;
  text-decoration: none;
  color: #f58220;
}

.page-bio-box .biobox-chapter .read-more-anchor:hover {
  color: #d8690a;
}

.page-bio-box .biobox-banner {
  position: relative;
}

.page-bio-box .biobox-banner figure img {
  border-radius: 4px;
}

.page-bio-box .biobox-banner .biobox-banner-title {
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  position: absolute;
  left: 20px;
  top: 12%;
  -webkit-transform: translate(0, -22%);
  transform: translate(0, -22%);
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-bio-box .biobox-banner .biobox-banner-title {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40%;
  }
}

.page-bio-box .biobox-banner .biobox-banner-title span {
  background: #009bd9;
  padding: 2px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.page-bio-box .biobox-banner .biobox-banner-title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .page-bio-box .biobox-banner .biobox-banner-title h3 {
    font-size: 30px;
  }
}

.page-bio-box .biobox-banner .biobox-banner-bullets {
  position: relative;
  margin-top: 18px;
  color: #fff;
  background: rgba(0, 155, 217, 0.7);
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .page-bio-box .biobox-banner .biobox-banner-bullets {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.page-bio-box .biobox-banner .biobox-banner-bullets ul {
  margin: 0;
  padding: 8px 8px 8px 50px;
  list-style-type: none;
}

@media only screen and (min-width: 768px) {
  .page-bio-box .biobox-banner .biobox-banner-bullets ul {
    padding: 30px 40px 30px 60px;
  }
}

.page-bio-box .biobox-banner .biobox-banner-bullets ul li {
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.page-bio-box .biobox-banner .biobox-banner-bullets ul li .fa {
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #009bd9;
}

.page-bio-box .biobox-banner-text .biobox-banner-text-title {
  margin-bottom: 6px;
}

.page-bio-box .categories h1,
.page-bio-box .categories h2 {
  margin-top: 0;
}

.page-bio-box .categories h2 {
  margin-top: 18px;
}

@media only screen and (min-width: 768px) {
  .page-bio-box .categories h2 {
    margin-top: 0;
  }
}

.page-bio-box .categories p {
  margin-bottom: 21px;
}

.page-bio-box .categories figure {
  position: relative;
  margin-bottom: 17px;
}

.page-bio-box .categories figure img {
  border-radius: 4px;
}

.page-bio-box .categories figure figcaption {
  padding: 0 15px;
  position: absolute;
  color: #fff;
  font-size: 17px;
  background: rgba(41, 41, 41, 0.7);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  bottom: -1px;
  z-index: 1;
}

.page-bio-box .categories figure figcaption h2 {
  font-size: 17px;
  letter-spacing: 0;
  margin: 10px 0;
}

.page-bio-box .categories figure:hover > figcaption {
  background: #000000;
}

.page-bio-box.sub-page h2 {
  font-weight: normal;
  font-size: 32px;
}

.page-bio-box.sub-page figcaption {
  text-align: center;
  bottom: -1px !important;
}

.page-bio-box.sub-page .sidebar-box .btn.btn-blue2 {
  white-space: normal;
  padding: 6px 12px;
}

.page-bio-box .sidebar-box-content .btn {
  padding: 6px 0;
}

.page-bio-box .bio-box-bullets {
  margin: 10.5px 0 25.2px;
}

.usp-block-vacuumtoilets {
  border-radius: 4px;
  padding: 18px;
  color: #fff;
  background: #009bd9;
  font-family: Arial, Verdana, Tahoma, sans-serif;
}

.usp-block-vacuumtoilets h3 {
  margin-top: 0;
  font-size: 24px;
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
  font-weight: normal;
}

.usp-block-vacuumtoilets ul {
  margin: 0;
  padding: 0 0 0 55px;
  list-style-type: none;
}

.usp-block-vacuumtoilets ul li {
  line-height: 1.75;
  font-size: 12px;
  margin-bottom: 20px;
}

.usp-block-vacuumtoilets ul li:last-child {
  margin-bottom: 0;
}

.usp-block-vacuumtoilets ul li .fa {
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 50%;
  background: #fff;
  color: #009bd9;
  font-size: 25px;
}

.sidebar-box {
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-bottom: 18px;
}

.sidebar-box .sidebar-box-content {
  padding: 18px;
}

.sidebar-box .sidebar-box-content .btn {
  width: 100%;
}

.sidebar-box img {
  border-radius: 4px;
  margin-bottom: 12px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.corporate-identity .product-box .media-body a {
  font-weight: bold;
  text-decoration: none !important;
}

.corporate-identity .product-box .media-body a .fa {
  font-size: 12px;
  color: inherit;
}

#coronaBannerImage {
  display: none;
}

/*
* @author       Roy Scheepens
* @file         social.less
* @project      Boels 2014
* --------------------------------------------------------------------------------------------------*/

/**
* @section Social Sharing
* --------------------------------------------------------------------------------------------------
*/

.social-sharing {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.social-sharing > li {
  display: inline-block;
  line-height: 30px;
  margin-right: 6px;
  float: left;
}

.social-sharing > li > a,
.social-sharing > li > a:visited,
.social-sharing > li > div.shareBtn,
.social-sharing > li > button.shareBtn {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 100%;
  border: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  background: #eeeeee;
}

.social-sharing > li > a > .fa,
.social-sharing > li > a:visited > .fa,
.social-sharing > li > div.shareBtn > .fa,
.social-sharing > li > button.shareBtn > .fa {
  transition: color 0.2s ease-in-out;
  color: #1d1d1b;
}

.social-sharing > li > a:hover,
.social-sharing > li > a:visited:hover,
.social-sharing > li > div.shareBtn:hover,
.social-sharing > li > button.shareBtn:hover {
  background: #f58220;
  cursor: pointer;
}

.social-sharing > li > a:hover > .fa,
.social-sharing > li > a:visited:hover > .fa,
.social-sharing > li > div.shareBtn:hover > .fa,
.social-sharing > li > button.shareBtn:hover > .fa {
  color: #fff;
}

.social-sharing > li > button.shareBtn {
  line-height: 28px;
}

.social-sharing > li > button.shareBtn > i {
  width: 100%;
}

.social-sharing > li > span {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 400;
  position: relative;
  top: 2px;
  padding-right: 6px;
  font-family: 'pragmatica-web-condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
}

@media only screen and (max-width: 991px) {
  .social-sharing > li:first-child {
    display: block;
    padding-bottom: 6px;
    width: 100%;
  }
}

/*
* @updated      02/2014
* @author       Roy Scheepens
* @file         misc.less
* @project      Boels
* --------------------------------------------------------------------------------------------------*/

/**
* @clearfix
* --------------------------------------------------------------------------------------------------
*/

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-header,
.modal-footer {
  *zoom: 1;
}

/**
* @section No gutters hax
* --------------------------------------------------------------------------------------------------
*/

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/**
* @section Content Box
* --------------------------------------------------------------------------------------------------
*/

.content-box {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  *zoom: 1;
  box-shadow: 0 2px 2px #ebebeb;
}

.content-box:before,
.content-box:after {
  content: " ";
  display: table;
}

.content-box:after {
  clear: both;
}

.content-box:before,
.content-box:after {
  content: " ";
  display: table;
}

.content-box:after {
  clear: both;
}

.content-box > header {
  margin: 0 12px;
  padding: 15px 0 15px;
  border-bottom: 1px solid #efefef;
}

.content-box > header > h2 {
  margin: 0;
  font-weight: 400;
}

.content-box .content-box-content {
  padding: 6px 12px;
}

.login-box {
  padding: 12px;
  background: #ededed;
  border-radius: 4px;
}

.login-box h3 {
  margin-bottom: 0;
}

.login-dropdown {
  padding: 10px;
  width: 180px;
  border-top: 3px solid #f58220;
}

.login-dropdown .form-help {
  *zoom: 1;
  text-align: right;
  padding-top: 3px;
}

.login-dropdown .form-help:before,
.login-dropdown .form-help:after {
  content: " ";
  display: table;
}

.login-dropdown .form-help:after {
  clear: both;
}

.login-dropdown .form-help:before,
.login-dropdown .form-help:after {
  content: " ";
  display: table;
}

.login-dropdown .form-help:after {
  clear: both;
}

.login-dropdown .form-help > a {
  color: #999;
  font-size: 11px;
}

.login-dropdown .form-help > a:hover {
  color: #1d1d1b;
  text-decoration: none;
}

.cart-dropdown {
  padding: 10px;
  width: 320px;
  border-top: 3px solid #f58220;
}

.col-md-one-fifth {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 20%;
}

@media only screen and (max-width: 991px) {
  .col-md-one-fifth {
    float: none;
    width: 100%;
  }
}

.proposal-success-check {
  color: #5cb85c;
  font-size: 36px;
  text-shadow: 0 1px 0 #4cae4c;
}

.datepicker-container {
  position: relative;
}

.datepicker-container .fa {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #aaa;
  cursor: pointer;
}

.usp-block {
  padding: 20px 20px 0;
  color: #1d1d1d;
  background-color: #fbda00;
  border-radius: 4px;
  margin-bottom: 20px;
}

.usp-block > h2 {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -1px;
}

.usp-block > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  *zoom: 1;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.usp-block > ul:before,
.usp-block > ul:after {
  content: " ";
  display: table;
}

.usp-block > ul:after {
  clear: both;
}

.usp-block > ul:before,
.usp-block > ul:after {
  content: " ";
  display: table;
}

.usp-block > ul:after {
  clear: both;
}

.usp-block > ul > li {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 5px;
}

.usp-block > ul > li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: -19px;
  content: "\f00c";
  color: #fff;
  font-size: 1.2em;
}

.autocomplete-empty-results {
  padding: 10px 0 0;
  text-align: center;
  color: #989898;
}

.autocomplete-empty-results .fa {
  margin-right: 4px;
}

#ui-datepicker-div {
  z-index: 600;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .align-right--sm--only {
    text-align: right;
  }
}

.pac-wrapper .pac-menu {
  width: 100%;
  z-index: 1000 !important;
}

.pac-wrapper .pac-menu .pac-container {
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.pac-wrapper .pac-menu .pac-container.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}

.pac-wrapper .pac-menu .pac-container .hdpi.pac-logo:after {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
}

.pac-wrapper .pac-menu .pac-container .pac-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999;
}

.pac-wrapper .pac-menu .pac-container .pac-item:hover {
  background-color: #fafafa;
}

.pac-wrapper .pac-menu .pac-container .pac-item-selected,
.pac-wrapper .pac-menu .pac-container .pac-item-selected:hover {
  background-color: #ebf2fe;
}

.pac-wrapper .pac-menu .pac-container .pac-matched {
  font-weight: 700;
}

.pac-wrapper .pac-menu .pac-container .pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.pac-wrapper .pac-menu .pac-container .pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.pac-wrapper .pac-menu .pac-container .hdpi .pac-icon {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
}

.pac-wrapper .pac-menu .pac-container .pac-icon-search {
  background-position: -1px -1px;
}

.pac-wrapper .pac-menu .pac-container .pac-item-selected .pac-icon-search {
  background-position: -18px -1px;
}

.pac-wrapper .pac-menu .pac-container .pac-icon-marker {
  background-position: -1px -161px;
}

.pac-wrapper .pac-menu .pac-container .pac-item-selected .pac-icon-marker {
  background-position: -18px -161px;
}

.pac-wrapper .pac-menu .pac-container .pac-placeholder {
  color: gray;
}

#ui-datepicker-div {
  z-index: 500 !important;
}