@charset "UTF-8";
.aos-overflow {
  overflow-x: hidden;
}

body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}

body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

/* Custom */
.fa-door-open {
  transform: rotate(90deg);
}
.fa-door-open:before {
  content: "\f115";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

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

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

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "1stalling";
  src: url("../fonts/1stalling.eot");
  src: url("../fonts/1stalling.eot?#iefix") format("embedded-opentype"), url("../fonts/1stalling.woff") format("woff"), url("../fonts/1stalling.ttf") format("truetype"), url("../fonts/1stalling.svg#1stalling") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=icon-1s-]:before {
  display: inline-block;
  font-family: "1stalling";
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1s-caravan:before {
  content: "A";
}

.icon-1s-a-caravan:after {
  content: "A";
}

.icon-1s-camper:before {
  content: "B";
}

.icon-1s-a-camper:after {
  content: "B";
}

.icon-1s-vouwwagen:before {
  content: "C";
}

.icon-1s-a-vouwwagen:after {
  content: "C";
}

.icon-1s-auto:before {
  content: "D";
}

.icon-1s-a-auto:after {
  content: "D";
}

.icon-1s-boot:before {
  content: "E";
}

.icon-1s-a-boot:after {
  content: "E";
}

.icon-1s-aanhanger:before {
  content: "F";
}

.icon-1s-a-aanhanger:after {
  content: "F";
}

.icon-1s-oldtimer:before {
  content: "G";
}

.icon-1s-a-oldtimer:after {
  content: "G";
}

.icon-1s-opslagruimte:before {
  content: "H";
}

.icon-1s-a-opslagruimte:after {
  content: "H";
}

.icon-1s-bedruifsruimten:before {
  content: "H";
}

.icon-1s-a-bedruifsruimten:after {
  content: "H";
}

.contract-preview span.h3 {
  font-weight: bold;
  border: none;
  margin-bottom: 10px;
}
.contract-preview.collapse {
  max-height: 370px;
  overflow: auto;
}
.contract-preview ol, .contract-preview ul {
  margin-left: 20px;
}
.contract-preview li {
  margin: 7px 10px;
}

#toast-msg {
  visibility: hidden;
  min-width: 250px;
  max-width: 500px;
  border: #222 2px solid;
  background-color: #333;
  color: #FFF;
  border-radius: 4px;
  padding: 14px;
  position: fixed;
  z-index: 1;
  transition: all 0.4s ease;
  right: 20px;
  bottom: 0;
  opacity: 0;
}
#toast-msg.show {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
#toast-msg.info {
  background-color: #008aa6;
  border-color: #006073;
}
#toast-msg.success {
  background-color: #006B63;
  border-color: #00736A;
}
#toast-msg.warning {
  background-color: #FFBC24;
  border-color: #F0A700;
  animation-duration: 10s;
}
#toast-msg.error {
  background-color: #A6000D;
  border-color: #730009;
  animation-duration: 10s;
}
@media only screen and (max-width: 45em) {
  #toast-msg {
    left: 20px;
    right: 20px;
  }
}

.checkbox-switch {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.checkbox-switch input {
  display: none;
}
.checkbox-switch input + .tgl-btn {
  outline: 0;
  display: block;
  width: 60px;
  height: 26px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ededed;
  border-radius: 6px;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
  margin-top: 2px;
}
.checkbox-switch input + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.checkbox-switch input + .tgl-btn:hover:after {
  will-change: padding;
}
.checkbox-switch input + .tgl-btn:after, .checkbox-switch input + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.checkbox-switch input + .tgl-btn:before {
  display: none;
}
.checkbox-switch input + .tgl-btn:after {
  left: 0;
  border-radius: 4px;
  background: #fff;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.checkbox-switch input:checked + .tgl-btn {
  background-color: #00a699;
}
.checkbox-switch input:checked + .tgl-btn:after {
  left: 50%;
  box-shadow: none;
}
.checkbox-switch input:checked + .tgl-btn:active {
  box-shadow: none;
  background-color: red;
}
.checkbox-switch input:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}
.checkbox-switch .label {
  cursor: pointer;
}

.flex {
  display: flex;
  flex-flow: row nowrap;
}
.flex .cl {
  flex: 1 1 0;
}
.flex .cl-w1,
.flex .cl-w2,
.flex .cl-w3,
.flex .cl-w4,
.flex .cl-w5,
.flex .cl-w6,
.flex .cl-w7,
.flex .cl-w8,
.flex .cl-w9,
.flex .cl-w10,
.flex .cl-w11,
.flex .cl-w12,
.flex .cl-w13,
.flex .cl-w14,
.flex .cl-w15,
.flex .cl-w16 {
  flex: none;
}
.flex .cl-w1 {
  width: 6.25%;
}
.flex .cl-w2 {
  width: 12.5%;
}
.flex .cl-w3 {
  width: 18.75%;
}
.flex .cl-w4 {
  width: 25%;
}
.flex .cl-w5 {
  width: 31.25%;
}
.flex .cl-w6 {
  width: 37.5%;
}
.flex .cl-w7 {
  width: 43.75%;
}
.flex .cl-w8 {
  width: 50%;
}
.flex .cl-w9 {
  width: 56.25%;
}
.flex .cl-w10 {
  width: 62.5%;
}
.flex .cl-w11 {
  width: 68.75%;
}
.flex .cl-w12 {
  width: 75%;
}
.flex .cl-w13 {
  width: 81.25%;
}
.flex .cl-w14 {
  width: 87.5%;
}
.flex .cl-w15 {
  width: 93.75%;
}
.flex .cl-w16 {
  width: 100%;
}
.flex .cl-auto {
  flex-basis: auto;
}
.flex.gap-8 {
  gap: 8px;
}
.flex.gap-10 {
  gap: 10px;
}
.flex.gap-14 {
  gap: 14px;
}
.flex.gap-16 {
  gap: 16px;
}
.flex.gap-18 {
  gap: 18px;
}
.flex.gap-20 {
  gap: 20px;
}
.flex.gap-40 {
  gap: 40px;
}
.flex.gap-60 {
  gap: 60px;
}
.flex .p-10 {
  padding: 10px;
}
.flex .p-20 {
  padding: 20px;
}
@media only screen and (max-width: 45rem) {
  .flex:not(.cl-keep-mb) {
    flex-direction: column;
  }
  .flex:not(.cl-keep-mb) .cl {
    width: 100%;
  }
  .flex .cl-hide-mb {
    display: none;
  }
  .flex.mb-gap-0 {
    gap: 0;
  }
}

.wave {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wave svg {
  position: relative;
  display: block;
  width: calc(130% + 1.3px);
  height: 40px;
}
.wave svg path {
  fill: #fff;
}
.wave.wave-home {
  bottom: 0;
  transform: rotate(180deg);
}
.wave.wave-home svg {
  height: 60px;
  width: calc(130% + 1.3px);
}
.wave.wave-home path {
  fill: #ececec;
}
.wave.wave-green {
  top: 0;
  background-color: #fff;
}
.wave.wave-green svg {
  width: calc(100% + 1.3px);
}
.wave.wave-green {
  transform: rotate(180deg);
}
.wave.wave-green path {
  fill: #006B63;
}
.wave.wave-green-single path {
  fill: #006B63;
}
.wave.wave-dark {
  top: 0;
  background-color: #fff;
}
.wave.wave-dark svg {
  width: calc(100% + 1.3px);
}
.wave.wave-dark {
  transform: rotate(180deg);
}
.wave.wave-dark path {
  fill: #006B63;
}
.wave.wave-dark-single path {
  fill: #333333;
}
.wave.wave-footer {
  top: 0;
}
.wave.wave-footer svg {
  height: 46px;
  width: calc(121% + 1.3px);
  transform: rotateY(180deg);
}
.wave.wave-footer svg path {
  fill: #006B63;
}
.wave.wave-top {
  top: -1px;
}
.wave.wave-top svg {
  width: calc(100% + 1.3px);
}
.wave.wave-bottom {
  bottom: 0;
  transform: rotate(180deg);
}
.wave.wave-bottom svg {
  width: calc(121% + 1.3px);
}
@media only screen and (max-width: 45rem) {
  .wave.wave-home svg, .wave.wave-top svg, .wave.wave-bottom svg, .wave.wave-green svg, .wave.wave-green-single svg, .wave.wave-footer svg {
    width: 240%;
  }
  .wave.wave-footer svg {
    height: 30px;
  }
}

body, html {
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

.container-user {
  margin-left: auto;
  margin-right: auto;
  max-width: 93rem;
}

.center, .container {
  margin-left: auto;
  margin-right: auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.container {
  width: 98%;
  max-width: 93rem;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.8rem 2%;
  min-height: 0.125rem;
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

.desktop-hide {
  display: none;
}

@media only screen and (max-width: 45em) {
  .container-no-space-mobile {
    width: 100% !important;
    margin: 0;
  }
  .container-no-space-mobile .row {
    width: 100%;
  }
  .container-no-space-mobile .row .col-12 {
    width: 100%;
    margin: 0;
  }
  .mobile-hide {
    display: none !important;
  }
  .desktop-hide {
    display: unset;
  }
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 96%;
  }
  .hidden-sm-in,
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 45em) {
  .row [class^=col] {
    margin: 1.4rem 2%;
  }
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-sm-in {
    display: inline-block;
  }
}
.info-text {
  font-size: 0.7rem;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  color: #333;
  font-weight: normal;
}

p, article {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  color: #3f3f3f;
  font-weight: normal;
}

span, div, a, .btn, .form, button {
  font-family: "Open Sans", sans-serif;
  color: #3f3f3f;
  font-weight: normal;
}

h1, .h1 {
  font-size: 2.5rem;
  border-left: 3px solid #006B63;
  padding-left: 10px;
  font-weight: 300;
}

h2, .h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.h-no-bottom-space {
  margin-bottom: 0;
}

.h2-subtitle {
  display: block;
  font-size: 1.125rem;
  font-weight: 100;
  color: #006b63;
  margin-bottom: 18px;
}

h3, .h3 {
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  line-height: normal;
}

h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 6px;
}

h5 {
  font-size: 1rem;
  margin-bottom: 4px;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1rem;
  line-height: 1.7;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.highlight-point,
.highlight-point-sm {
  font-size: 3rem;
  font-style: italic;
}

.highlight-point:before,
.highlight-point-sm:before {
  content: "“";
  color: #CCCCCC;
}

.highlight-point:after,
.highlight-point-sm:after {
  content: "„";
  color: #CCCCCC;
}

.highlight-point-sm {
  font-size: 1.2rem;
  padding-top: 15px;
  color: #4c4c4c;
}

.highlight-normal {
  color: #006B63;
  text-decoration: none;
  font-size: 2rem;
}

.text-highlight {
  padding: 2px 6px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 6px;
  line-height: 1rem;
  font-size: 0.8rem;
  white-space: nowrap;
}

.text-highlight-sm {
  padding: 1px 6px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 6px;
  line-height: 1rem;
  font-size: 0.6rem;
  white-space: nowrap;
}

.text-quote {
  line-height: 1.3rem;
  margin-bottom: 10px;
}

.text-vat {
  color: #777;
  font-size: 0.8rem;
}

.text-quote:before {
  content: "“";
  color: #CCCCCC;
  font-size: 1.3rem;
}

.text-quote:after {
  content: "”";
  color: #CCCCCC;
  font-size: 1.3rem;
}

.text-underline {
  text-decoration: underline;
}

.text-icon-mail, .text-icon-telephone {
  padding-right: 10px;
}

.text-icon-mail:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f003";
}

.text-icon-telephone:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  padding-right: 2px;
  padding-left: 2px;
}

.text-green {
  color: #006B63;
}

.text-gray {
  color: #7c7c7c;
}

.text-sub-kop {
  font-size: 1rem;
  padding: 6px 0px;
}

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

.text-mute {
  font-size: 0.9rem;
}

.text-small-description {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 10px;
  color: #7c7c7c;
}

.text-hint {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  margin-top: 4px;
  color: #7c7c7c;
  line-height: normal;
}

.text-mute-ms {
  color: #4c4c4c;
  font-size: 0.8rem;
}

.text-ital {
  font-style: italic;
}

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

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

.text-disclaimer {
  font-size: 0.8rem;
  margin: 10px 0;
  line-height: normal;
}

.text-info {
  display: block;
  font-size: 0.8rem;
  line-height: normal;
  margin-top: 4px;
  margin-bottom: -4px;
}

.text-test-env {
  background-color: #FA8B13;
  padding: 2px 6px;
  border: solid 1px #ccc;
  border-radius: 6px;
  color: #333;
}

.text-min-40,
.text-min-60,
.text-min-80,
.text-min-100,
.text-min-140,
.text-min-150,
.text-min-200,
.text-min-250 {
  display: inline-block;
}

.text-min-40 {
  min-width: 40px;
}

.text-min-60 {
  min-width: 60px;
}

.text-min-80 {
  min-width: 80px;
}

.text-min-100 {
  min-width: 100px;
}

.text-min-140 {
  min-width: 140px;
}

.text-min-150 {
  min-width: 150px;
}

.text-min-200 {
  min-width: 200px;
}

.text-min-250 {
  min-width: 250px;
}

@media only screen and (max-width: 45em) {
  .text-min-140, .text-min-150 {
    min-width: 100px;
  }
}
.td-text-block {
  font-size: 14px;
  transition: 0.2s all ease-out;
  color: #777;
}
.td-text-block div, .td-text-block span {
  transition: 0.2s all ease-out;
  color: #777;
}
.td-text-block:hover {
  color: #333;
}
.td-text-block:hover div, .td-text-block:hover span {
  color: #333;
}

.block-null-items,
.text-null {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 8px;
  font-style: italic;
  font-weight: lighter;
  line-height: normal;
  margin-top: 10px;
  font-size: 0.9rem;
}
.block-null-items.warning,
.text-null.warning {
  background-color: #ffebba;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-inactive,
.text-inactive span {
  color: #777;
}

.text-first-capitalize:first-letter {
  text-transform: uppercase;
}

.h1-normal {
  font-size: 2.2rem;
}

.text-discount {
  color: #4bc09d;
  font-weight: bold;
  font-size: small;
}

.text-08 {
  font-size: 0.8rem;
}

@media only screen and (max-width: 45em) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.55rem;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 1.175rem;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
  p, .btn, .form {
    font-size: 1rem;
  }
  .h1-normal {
    font-size: 1.6rem;
  }
}
.fa-8x {
  font-size: 8rem;
}

/* add number to header */
.nr-h {
  position: relative;
  border-radius: 50%;
  background: #333;
  text-align: center;
  padding: 0 10px;
  font-size: 30px;
  color: #FFF;
  margin-right: 14px;
  border: 1px solid #333;
}

/* mark used in headers */
.mark-underline {
  background: linear-gradient(to right, rgba(0, 160, 147, 0.55), rgba(0, 226, 209, 0.45));
  background-position: bottom;
  background-size: 100% 10%;
  background-repeat: no-repeat;
  font-weight: bold;
  padding: 0 4px;
  color: #FFFFFF;
}

.dark-mode span, .dark-mode div, .dark-mode a, .dark-mode .btn, .dark-mode .form, .dark-mode button {
  color: #ccc;
}
.dark-mode .text-highlight, .dark-mode .text-highlight-sm {
  background-color: #0b0b0b;
  color: #ccc;
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode .h1, .dark-mode .h2, .dark-mode .h3 {
  color: #ccc;
}

.ol-list {
  list-style: none;
}

.list-normal {
  margin-left: 40px;
  list-style: none;
}

.list-normal li {
  margin-bottom: 16px;
}

.list-normal li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  padding-right: 16px;
  font-size: 1.2rem;
  color: #006B63;
  margin-left: -22px;
}

.list-default {
  margin-left: 30px;
  list-style: none;
}
.list-default li {
  padding: 2px 0;
}
.list-default li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  padding-right: 10px;
  font-size: 0.8rem;
  color: #006B63;
  margin-left: -22px;
  display: inline-block;
}

.list-option {
  margin-left: 36px;
  list-style: none;
}

.list-option li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-option li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "-";
  padding-right: 16px;
  font-size: 1.2rem;
  color: #006B63;
  margin-left: -22px;
}

.list-order {
  margin-left: 36px;
  list-style: none;
}
.list-order li {
  margin: 4px 0;
}
.list-order li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  padding-right: 16px;
  font-size: 1.2rem;
  color: #006B63;
  margin-left: -22px;
}

.list-help {
  margin-left: 0;
  list-style: none;
}

.list-help li {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 16px;
}

.list-help li a {
  text-decoration: none;
  color: #727272;
  font-size: 0.9rem;
}

.list-help li a:hover {
  text-decoration: underline;
  color: #333333;
}

.list-help li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  padding-right: 6px;
  color: #006B63;
  margin-left: -8px;
}

.list-feedback {
  margin-left: 0;
  list-style: none;
}

.list-feedback li {
  margin-left: 18px;
}

.list-feedback li.perfect:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f067";
  padding-right: 8px;
  color: #006B63;
  margin-left: -12px;
}

.list-feedback li.improvement:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f068";
  padding-right: 8px;
  color: #a6000d;
  margin-left: -12px;
}

.list-center-left {
  display: inline-block;
  text-align: left;
  list-style: none;
  min-width: 90%;
}
.list-center-left li {
  padding: 2px 0;
}
.list-center-left li:before {
  color: #006B63;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  margin-right: 12px;
}

.list-tb-space-20 {
  margin: 20px 0;
}

.faq-small ul {
  list-style: none;
}

.faq-small li {
  padding: 10px 0;
}

.faq-small li > a {
  text-decoration: none;
  color: #00736A;
}

.faq-small li > a:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 10px;
  transition: all 0.4s ease;
}

.faq-small li > a:hover {
  text-decoration: underline;
}

@keyframes showNav {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.faq-small .faq-answer {
  padding: 14px;
  color: #4c4c4c;
  display: none;
  animation: showNav 300ms ease-in-out both;
}

.faq-small .faq-line-icon-down:before {
  transform: rotate(90deg);
}

.search-home {
  width: 72.5%;
  margin: auto;
  position: relative;
  z-index: 999;
  display: none;
}

.search-results {
  width: 80%;
  background-color: rgb(255, 255, 255);
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  position: absolute;
  box-shadow: 0px 4px 4px 2px rgba(128, 128, 128, 0.4);
}

@media only screen and (max-width: 80em) {
  .search-home {
    width: 84.5%;
  }
  .search-results {
    width: 80%;
  }
}
@media only screen and (max-width: 64em) {
  .search-home {
    width: 97.5%;
  }
  .search-results {
    width: 75%;
  }
}
.search-home ul {
  list-style: none;
  position: relative;
}

.search-home li {
  display: block;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: solid 1px #ccc;
  color: #333333;
}

.select-by-key,
.search-home li:hover {
  background-color: #f9f5f1;
}

.select-by-key div.regel {
  color: #111111;
}

.search-home li:hover .regel, .search-home li:hover b, .search-home li:hover span {
  color: #006B63;
}

.search-home .regel b {
  color: #3f3f3f;
}

.search-home .regel {
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.search-home span {
  color: #4c4c4c;
  margin-top: 8px;
}

.search-home .search-type {
  font-size: 0.8rem;
  color: #4c4c4c;
}

@media only screen and (max-width: 45em) {
  .search-home {
    width: 95%;
  }
  .search-results {
    width: 100%;
  }
  .search-home li {
    padding: 12px 8px;
  }
  .search-home .regel {
    font-size: 1rem;
  }
  .search-home .search-type {
    font-size: 0.6rem;
  }
}
/* box */
.box {
  padding-top: 20px;
  padding-bottom: 70px;
}

.box-first {
  position: relative;
  background-color: #fff;
  padding-top: 10px;
}

.box-gray {
  background-color: #ececec;
}

.box-blue {
  background-color: #ebeff3;
}

.box-light-green {
  background-color: #ebf3ef;
}

.box-green {
  background-color: #006B63;
}

.box-green h2,
.box-green h3,
.box-green h4,
.box-green p {
  color: #f6f6f6;
}

.row-extra-space {
  margin-top: 30px;
}

.row-no-bottom-space [class^=col] {
  margin-bottom: -10px !important;
}

.row-no-space [class^=col] {
  margin: 0rem 2%;
}

.row-no-top-space [class^=col] {
  margin: 0 2% 1.4rem 2%;
}

.screen-space {
  padding-top: 52px;
  min-height: 100vh;
  margin-bottom: 100px;
}

.screen-space-no-bottom {
  padding-top: 52px;
  min-height: 100vh;
}

.screen-space-sm {
  min-height: 50vh;
}

.screen-space-user {
  min-height: 60vh;
  margin-bottom: 30px;
}

@media only screen and (max-width: 45em) {
  /* no space */
  .row-no-space [class^=col] {
    margin: 10px 2%;
  }
  .row-no-top-space [class^=col] {
    margin: 0 2% 10px 2%;
  }
  .box {
    padding-top: 10px;
    padding-bottom: 70px;
  }
}
.box-no-bottom-space {
  padding-bottom: 20px;
}

.box-sm {
  padding-top: 20px;
  padding-bottom: 40px;
}

.box-contact {
  text-align: left;
  background-color: #fcfcfc;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 6px;
  border: none;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.18);
}
.box-contact h2 {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  margin: 8px 0;
}
.box-contact .img-holder {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}
.box-contact .img-holder img {
  border: 2px #eee solid;
  padding: 8px;
  width: 80%;
  display: block;
  margin: auto;
  max-width: 200px;
  margin-bottom: 20px;
}
.box-contact .left-space {
  display: block;
  margin: 0 0 0 30px;
}
.box-contact small {
  color: #7c7c7c;
}
.box-contact .info-note {
  display: block;
  margin: 0 0 0 30px;
  font-size: 0.8rem;
  color: #7c7c7c;
}
.box-contact .item {
  padding: 8px 0;
}
.box-contact .item select,
.box-contact .item input:not([type=submit]) {
  margin: 0;
}
.box-contact .item.price-box {
  border-top: #CCCCCC solid 1px;
  text-align: right;
  margin-top: 10px;
}
.box-contact .item.price-box p.price-info {
  font-size: 0.7rem;
  padding: 0 4px;
}
.box-contact .item.price-box p.price-info span {
  display: block;
}
.box-contact .item.price-box .price {
  color: #006B63;
  font-size: 1.7rem;
}
.box-contact .item.price-box .price .price-cent {
  color: #006B63;
  font-size: 1rem;
}
.box-contact .item.price-box p.price-info {
  color: #a6a6a6;
  font-size: 0.8rem;
}
.box-contact table {
  width: 100%;
  border-collapse: collapse;
}
.box-contact table tr td {
  border-top: 1px solid #f1f1f1;
  box-shadow: 0px -5px 5px -2px rgba(255, 255, 255, 0.01);
}
.box-contact table tr td a,
.box-contact table tr td .span-no-link {
  display: block;
  padding: 14px;
}
.box-contact table tr td .span-no-link {
  line-height: 1.7rem;
}
.box-contact table tr td a {
  text-decoration: none;
}
.box-contact table tr td a:hover {
  color: #000;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
}
.box-contact table tr td a:hover span {
  color: #006B63;
}
.box-contact table tr td a:active {
  color: #006073;
}
.box-contact table tr td span.fa {
  width: 30px;
}
.box-contact table tr:first-child td {
  border: none;
}
.box-contact.reservation .reservation-note {
  font-size: 0.8rem;
  color: #7c7c7c;
  margin-bottom: 4px;
}
.box-contact #packageDescriptionText {
  padding-top: 6px;
  line-height: normal;
  font-size: 0.9rem;
}
.box-contact #packageDescriptionText small {
  color: #4c4c4c;
  line-height: normal;
  font-size: 0.8rem;
}

@media only screen and (max-width: 45em) {
  .box-contact {
    padding: 16px;
    border: 1px #eee solid;
    border-radius: 10px;
  }
  .box-contact .img-holder {
    margin-bottom: 10px;
  }
  .box-contact .img-holder img {
    margin-bottom: 10px;
  }
  .box-contact table td {
    border-top: 1px solid #f7f7f7;
  }
}
.band {
  border-bottom: solid 1px #DDD;
}

.band-empty {
  height: 60px;
}

.band-offer-search {
  background-color: rgba(0, 107, 99, 0.14);
  padding: 8px 0;
  max-height: 60px;
}

.band-offer-show-breadcrumb {
  background-color: rgba(0, 107, 99, 0.14);
}
.band-offer-show-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

@media only screen and (max-width: 45em) {
  .band-offer-show-breadcrumb {
    display: none;
  }
}
.dark-mode .band {
  border-bottom: solid 1px #000;
}
.dark-mode .band-offer-show-breadcrumb {
  background-color: #222222;
  box-shadow: none;
}

.btn,
.btn-left,
.btn-icon,
.btn-no,
.btn-action {
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  padding: 6px 16px;
  margin-top: 4px;
  border-radius: 6px;
  border: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  white-space: normal;
  font-size: 1rem;
  line-height: 1.7;
  outline: none;
  transition: 0.2s all ease-out;
}
.btn .fa,
.btn-left .fa,
.btn-icon .fa,
.btn-no .fa,
.btn-action .fa {
  color: white;
}
.btn.no-margin,
.btn-left.no-margin,
.btn-icon.no-margin,
.btn-no.no-margin,
.btn-action.no-margin {
  margin: 0;
}
.btn.success,
.btn-left.success,
.btn-icon.success,
.btn-no.success,
.btn-action.success {
  background-color: #006B63;
  color: #fff;
}
.btn.lg,
.btn-left.lg,
.btn-icon.lg,
.btn-no.lg,
.btn-action.lg {
  margin: 0;
  padding: 6px 10px;
  font-size: 14px;
  line-height: normal;
}
.btn.active,
.btn-left.active,
.btn-icon.active,
.btn-no.active,
.btn-action.active {
  background-color: #333;
  color: #fff;
}

.btn-no-decoration {
  text-decoration: none;
}

.btn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 10px;
}

.btn-left:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  margin-right: 10px;
}

.btn-extra-space {
  margin-top: 50px;
}

.btn-text-center {
  text-align: center;
}

.btn-icon .fa {
  color: #fff;
  margin-right: 10px;
}

.btn-more {
  cursor: pointer;
  color: #333;
  background-color: #CCC;
  border-radius: 0;
  text-align: center;
}
.btn-more:hover {
  background-color: #EEE;
}

.btn-fa .fa {
  color: #888888;
}
.btn-fa:hover .fa {
  color: #000;
}

/* Primary */
.btn-primary {
  background-color: #006B63;
  background: linear-gradient(90deg, #006B63 0%, #007F75 100%);
}

.btn-primary:hover {
  background-color: #007F75;
}

.btn-primary:active {
  background-color: #00443F;
  transform: scale(0.96);
  box-shadow: none;
}

/* Warning */
.btn-warning {
  color: #3F3F3F;
  background-color: #FFBC24;
  background: linear-gradient(90deg, #FFBC24 0%, #FFC43D 100%);
}

.btn-warning:hover {
  background-color: #FFC43D;
}

.btn-warning:active {
  background-color: #F0A700;
  transform: scale(0.96);
  box-shadow: none;
}

/* Default */
.btn-default {
  background-color: #008aa6;
  background: linear-gradient(90deg, #008AA6 0%, #009FC0 100%);
}

.btn-default:hover {
  background-color: #009FC0;
}

.btn-default:active {
  background-color: #006073;
  transform: scale(0.96);
  box-shadow: none;
}

/* Dark */
.btn-dark {
  background-color: #333333;
  background: linear-gradient(90deg, #333333 0%, #3F3F3F 100%);
}
.btn-dark:hover {
  background-color: #4C4C4C;
}
.btn-dark:active {
  background-color: #191919;
  transform: scale(0.96);
  box-shadow: none;
}

/* Danger */
.btn-danger {
  background-color: #a6000d;
  background: linear-gradient(90deg, #A6000D 0%, #C0000F 100%);
}
.btn-danger:hover {
  background-color: #b20011;
}
.btn-danger:active {
  background-color: #85000d;
  transform: scale(0.96);
  box-shadow: none;
}

.btn-id {
  border: 1px solid #ddd;
  padding: 3px 10px;
  border-radius: 8px;
  font-weight: lighter;
  text-decoration: none;
  transition: border 100ms;
  display: inline-block;
  line-height: normal;
  margin: 1px;
  font-size: 0.9rem;
}
.btn-id[type=submit] {
  /* for submit button */
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  background-color: transparent;
  cursor: pointer;
}
.btn-id:hover {
  border: 1px solid #444;
}
.btn-id:hover .fa {
  color: #444;
}
.btn-id:active {
  color: #444;
  background-color: rgba(100, 100, 100, 0.08);
}
.btn-id .fa {
  color: #777;
}
.btn-id .fa:first-child {
  margin-right: 6px;
}
.btn-id.soft {
  border: none;
  padding: 2px 6px;
  border-radius: 6px;
}
.btn-id.soft:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

/* Admin */
.btn-admin {
  background-color: #a2a3a8;
}
.btn-admin:hover {
  background-color: #bebec4;
}
.btn-admin:active {
  background-color: #838488;
  transform: scale(0.96);
  box-shadow: none;
}

/* White */
.btn-white,
.btn-white-dark {
  background-color: #d7d7d7;
  color: #2a2a2a;
}
.btn-white .fa,
.btn-white-dark .fa {
  color: #777;
}
.btn-white .fa:first-child:not(.skip-fa),
.btn-white-dark .fa:first-child:not(.skip-fa) {
  margin-right: 6px;
}

.btn-white:hover {
  background-color: #fff;
}

.btn-white-dark:hover {
  background-color: #222;
  color: #fff;
}
.btn-white-dark:hover .fa {
  color: #fff;
}

.btn-white:active,
.btn-white-dark:active {
  background-color: #2a2a2a;
  transform: scale(0.96);
  box-shadow: none;
  color: #e2e2e2;
}

/* Action */
.btn-action {
  background-color: #ddd;
  color: #2a2a2a;
  padding: 0 8px;
  margin: 2px 0;
  font-size: 12px;
  box-shadow: none;
  transition: 0.2s all ease-out;
  user-select: none;
}
.btn-action .fa {
  color: #777;
}
.btn-action:not(.btn-action.skip-fa):not(.btn-action.fa-only-icon) .fa:first-child {
  margin-right: 6px;
}
.btn-action:hover {
  background-color: #222;
  color: #fff;
}
.btn-action:hover .fa {
  color: #fff;
}
.btn-action:active {
  background-color: #2a2a2a;
  transform: scale(0.96);
  box-shadow: none;
  color: #e2e2e2;
}
.btn-action.size-6-10 {
  padding: 6px 10px;
}
.btn-action.size-fa-10 {
  padding: 0 10px;
  font-size: 1.1rem;
}
.btn-action.size-fa-10-h {
  padding: 4px 10px;
  font-size: 1.1rem;
}

/* btn-image */
.btn-image-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 240px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.btn-image-item img {
  max-width: 100%;
  position: relative;
  transition: all 0.3s;
}

.btn-image-item:hover {
  border: 1px solid #ddd;
}

.btn-image-item:active {
  transform: scale(0.96);
  box-shadow: none;
}

.btn-image-item:hover img {
  transform: scale(1.1);
}

.btn-image-content {
  position: absolute;
  bottom: 0;
  padding: 6px 10px;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.6901960784);
  display: block;
}

.btn-image-content h4,
.btn-image-content p,
.btn-image-content small,
.btn-image-content span {
  color: #FFFFFF;
  margin-bottom: 0px;
}

.btn-br {
  margin-top: 20px;
  margin-bottom: 4px;
}

/* link underline */
.btn-underline {
  text-decoration: underline;
}
.btn-underline:hover {
  text-decoration: none;
}

/* link */
.btn-link {
  text-decoration: none;
}

.btn-tel {
  text-decoration: none;
}

.btn-tel:hover,
.btn-link:hover,
.btn-link:hover span {
  color: #009FC0;
}

.btn-tel:active,
.btn-link:active,
.btn-link:active span {
  color: #006073;
}

.btn-favo-stalling {
  position: absolute;
  text-decoration: none;
  display: inline-block;
  padding: 6px 12px;
  margin-top: 4px;
  border-radius: 6px;
  border: none;
  right: 30px;
  top: 30px;
}
.btn-favo-stalling:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08a";
  color: #3f3f3f;
  font-size: 40px;
}
.btn-favo-stalling:hover:before {
  color: #a6000d;
  content: "\f004";
}

/* small link */
.btn-link-small {
  line-height: normal;
  font-size: 0.8rem;
  text-decoration: none;
  color: #4c4c4c;
}
.btn-link-small:hover {
  text-decoration: underline;
}
.btn-link-small:active {
  color: #000;
}

/* admin edit */
a.btn-admin-edit {
  text-decoration: none;
  padding-left: 10px;
}
a.btn-admin-edit:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f040";
  color: #3f3f3f;
  opacity: 0.2;
}
a.btn-admin-edit:hover:before {
  opacity: 1;
  color: orange;
}

/* link */
.btn-link-blue {
  text-decoration: none;
  color: #008AA6;
}

.btn-link-blue:hover, .btn-link:hover span {
  color: #009FC0;
}

.btn-link-blue:active, .btn-link:active span {
  color: #006073;
}

.btn-link-primary {
  text-decoration: none;
  color: #006B63;
}

.btn-link-primary:hover, .btn-primary:hover span {
  color: #007F75;
}

.btn-link-primary:active, .btn-link-primary:active span {
  color: #00443F;
}

.btn-link-white {
  color: #FFFFFF;
}

.btn-link-white:hover, .btn-link:hover span {
  color: #F5F5F5;
}

.btn-link-white:active, .btn-link:active span {
  color: #D9D9D9;
}

.btn-sm {
  padding: 2px 10px;
}

.btn-xs {
  padding: 0 8px;
  margin: 2px 0px;
  font-size: 12px;
  box-shadow: none;
}

.btn-list {
  margin: 2px;
}

.btn-lg {
  padding: 12px 20px;
  font-size: 1.2rem;
}

.btn-block {
  width: 100%;
}

.btn-center {
  text-align: center;
}

/* Extra space */
.btn-space-top {
  margin-top: 20px;
}

/* Extra space */
.btn-space-bottom {
  margin-bottom: 20px;
}

/* disable */
.btn-disable {
  background-color: #ddd !important;
  pointer-events: none;
}

@media only screen and (max-width: 45em) {
  .btn-extra-space {
    margin-top: 10px;
  }
}
/* Form */
.form-submit:hover {
  background-color: #007F75;
  transition: all 0.1s ease;
}

.form-submit:active {
  background-color: #00443F;
  box-shadow: none;
}

/* table btn */
.btn-table-box {
  display: block;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  position: relative;
  white-space: nowrap;
}

.btn-table-box a {
  display: inline-block;
  padding: 8px 4px;
  text-decoration: none;
  position: relative;
}

a.btn-table-info:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
}

a.btn-table-edit:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f040";
}

.btn-table-box a:hover {
  color: #006B63;
}

.btn-disabled,
.btn:disabled,
.btn-no:disabled {
  pointer-events: none;
  background: linear-gradient(90deg, #ccc 0%, #ddd 100%);
  color: #888;
}

.btn-pay img {
  display: inline-block;
  height: 20px;
  object-fit: contain;
  margin: 0 10px -5px 0;
}

@media only screen and (max-width: 45em) {
  .btn-hide-sm {
    display: none;
  }
}
.dark-mode .btn-action {
  background-color: #4c4c4c;
  color: #ccc;
}
.dark-mode .btn-action.success {
  background-color: #006B63;
}
.dark-mode .btn-primary {
  color: #fff;
}
.dark-mode .btn-more, .dark-mode .btn-white-dark {
  background-color: #191919;
  color: #ccc;
}

.communication-box {
  flex-flow: wrap;
}

.communication-box .cl {
  flex: 1 0 20%;
  min-width: 280px;
}

.communication-item {
  border-radius: 8px;
  padding: 20px;
  background-color: #ECECEC;
  cursor: pointer;
}

.communication-item:hover {
  background-color: #e7e3df;
  transform: translateY(4px);
  box-shadow: none;
  transition: all 0.1s ease;
}

.communication-item:active {
  background-color: #4c4c4c;
  transform: translateY(8px);
  box-shadow: none;
  transition: all 0.1s ease;
}

.communication-text {
  margin-left: 24px;
  display: inline-block;
}

.communication-item:active span, .communication-item:active p, .communication-item:active .fa, .communication-item:active small {
  color: #FFFFFF;
}

.communication-box a {
  position: relative;
  text-decoration: none;
}

.communication-item .fa {
  float: left;
  display: inline-block;
}

.communication-box-white .communication-item {
  background-color: #FFFFFF;
}

.communication-box-white .communication-item:hover {
  background-color: #e1e1e1;
}

.communication-box-white .communication-item:active {
  background-color: #4c4c4c;
}

.communication-box-gray .communication-item {
  background-color: #FFF;
}

.communication-box-gray .communication-item:hover {
  background-color: #e1e1e1;
}

.communication-box-gray .communication-item:active {
  background-color: #4c4c4c;
}

.convince {
  transition: all 0.1s ease;
  margin-top: 40px;
  background-color: #FFF;
  border-radius: 6px;
  text-align: center;
  position: relative;
  min-height: 370px;
  box-shadow: 0px 4px 0px 0 rgba(128, 128, 128, 0.4);
  padding: 20px;
  padding-top: 30px;
}
.convince h3 {
  margin: 30px 0;
}
.convince p {
  text-align: left;
  padding-bottom: 10px;
  font-size: 1rem;
  color: #777;
  margin-left: 36px;
}
.convince p:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  padding-right: 15px;
  font-size: 1.2rem;
  color: #006B63;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  margin-left: -36px;
}
.convince > a {
  display: block;
  text-align: left;
  padding-bottom: 10px;
  font-size: 1rem;
  color: #777;
  margin-left: 36px;
  text-decoration: none;
}
.convince > a:before {
  transition: all 400ms ease;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  padding-right: 15px;
  font-size: 1.2rem;
  color: #777;
  margin-left: -36px;
}
.convince > a:hover {
  color: #333333;
}
.convince > a:hover:before {
  color: #006B63;
  content: "\f061";
  text-shadow: none;
}
.convince div.price-box {
  margin-top: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.convince div.price-box a {
  display: inline-block;
  border-radius: 20px;
  background-color: #FFD470;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2rem;
  min-width: 60%;
  text-decoration: none;
}
.convince:hover {
  background-color: #FFF;
  transform: scale(1.01);
  box-shadow: 0px 6px 0px 0 rgba(128, 128, 128, 0.4);
}
.convince:hover .price-box a {
  background-color: #FFC43D;
}

.convince-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #006B63;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  padding-top: 20px;
  box-shadow: 0px 4px 0px 0 rgba(128, 128, 128, 0.4);
  color: #FFF;
}

@media only screen and (max-width: 45em) {
  .convince {
    min-height: 0;
  }
  .convince h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.subscribe-normal h3 {
  margin-bottom: 20px;
}

.subscribe-email {
  width: 56%;
  float: left;
}

.subscribe-email input {
  height: 40px;
  transition: all 0.6s ease;
}

.subscribe-normal .subscribe-email input {
  border-radius: 4px;
}

.subscribe-footer .subscribe-email input {
  border-radius: 1px;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #fff;
}

.subscribe-footer .subscribe-email input:focus,
.subscribe-footer .subscribe-email input:hover,
.subscribe-footer .subscribe-email input:invalid {
  background-color: #FFF;
  color: #4c4c4c;
  box-shadow: 0 0 10px #191919;
}

.subscribe-submit {
  margin-left: 5%;
  width: 39%;
  float: left;
}

.subscribe-normal .subscribe-submit input {
  border-radius: 4px;
}

.subscribe-submit input {
  height: 40px;
  padding: 4px;
}

.subscribe-footer .subscribe-submit input {
  border-radius: 1px;
  background-color: #191919;
}

.subscribe-footer .subscribe-submit input:hover {
  background-color: #006B63;
}

@media only screen and (max-width: 45em) {
  .subscribe-email {
    width: 65%;
  }
  .subscribe-submit {
    margin-left: 5%;
    width: 30%;
    float: left;
  }
}
/* step */
.info-step-box {
  flex-flow: wrap;
  padding: 10px;
}

.info-step-box .cl {
  flex: 1 0 30%;
  min-width: 330px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.info-step-box .fa {
  float: left;
  display: inline-block;
}

.info-step-text {
  margin-left: 4.4em;
}

.step-icon {
  color: #333333;
  margin-right: 12px;
}

.info-step-box small {
  display: inline-block;
}

.checklist {
  position: relative;
  width: 100%;
}

.checklist li {
  margin: 40px 0;
  position: relative;
  padding: 0px 0px 0px 90px;
  min-height: 100px;
}

.checklist li h2 {
  padding: 0;
}

.checklist .fa-li::before {
  font-size: 80px;
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  color: #006B63;
  position: absolute;
  top: -20px;
  left: 0px;
  height: 80px;
  width: 80px;
}

.checklist .fa-base::before {
  font-size: 80px;
  font-family: FontAwesome;
  display: inline-block;
  color: #006B63;
  position: absolute;
  top: -20px;
  left: 0px;
  height: 80px;
  width: 80px;
}
.checklist .fa-base-table::before {
  content: "\f10a";
}

@media only screen and (max-width: 45em) {
  .checklist li {
    margin: 30px 0;
    padding: 0px 0px 0px 20px;
  }
  .checklist .fa-li::before {
    font-size: 40px;
    height: 40px;
    width: 40px;
    top: -10px;
    left: -10px;
  }
}
/* footer */
.footer {
  position: relative;
  background-color: #262626;
  min-height: 400px;
  padding-top: 60px;
}
.footer h3 {
  color: #FFFFFF;
}
.footer a {
  display: block;
  color: #FFF;
  text-decoration: none;
  margin: 0;
  background-color: transparent;
  font-size: 0.8rem;
  padding: 10px 0;
  border-bottom: 1px solid #363636;
  box-shadow: none;
}
.footer a:hover {
  text-decoration: underline;
}

.end-footer {
  background-color: #1a1a1a;
  padding: 18px 0;
  color: #4C4C4C;
}
.end-footer .row .col-12,
.end-footer .row .col-6 {
  margin: 0;
  padding: 0;
}
.end-footer .row .fa {
  margin: 4px 18px;
}
.end-footer .row .col-6 {
  width: 50%;
}
.end-footer span {
  color: #cdcdcd;
}
.end-footer a {
  text-decoration: none;
  color: #373737;
}
.end-footer a:hover {
  color: #fff;
}

@media only screen and (max-width: 45em) {
  .footer {
    padding-top: 40px;
  }
  .end-footer .row .fa {
    margin: 2px 12px;
  }
}
.made-in {
  display: block;
  font-size: 0.7rem;
}
.made-in div {
  margin-bottom: 8px;
  color: #cdcdcd;
}
.made-in img {
  max-width: 28px;
  border-radius: 5px;
}

.form,
.form-table > table input,
.form-base input[type=text],
.form-base input[type=tel],
.form-base input[type=email] {
  width: 100%;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-appearance: none;
  font-weight: 200;
  padding: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  box-shadow: rgba(204, 204, 204, 0.18) 0 2px 0 0 inset;
  min-height: 47px;
}
.form.w-40,
.form-table > table input.w-40,
.form-base input[type=text].w-40,
.form-base input[type=tel].w-40,
.form-base input[type=email].w-40 {
  width: 40%;
}
.form.form-sm,
.form-table > table input.form-sm,
.form-base input[type=text].form-sm,
.form-base input[type=tel].form-sm,
.form-base input[type=email].form-sm {
  font-size: 0.9rem;
  padding: 6px;
}

.form[type=color] {
  padding: 0;
  height: 47px;
}

.form.slider {
  min-height: unset;
}

.dark-mode .form {
  background-color: #191919;
  border-color: #191919;
  box-shadow: none;
}
.dark-mode .form:required {
  border-right-color: #555;
}

textarea.form {
  resize: vertical;
}

.form-only-text {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 4px;
}

textarea.form {
  line-height: 1.4rem;
}

input[type=time].form,
input[type=date].form,
input[type=datetime].form {
  min-height: 44px;
}

input[type=datetime-local].form {
  padding: 10px;
}

.form-date:not(.form-date-no-reset) {
  width: calc(100% - 30px);
}

.form-below {
  margin-top: 4px;
}

a.form-date-reset {
  padding: 0;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}
a.form-date-reset::before {
  font-family: FontAwesome;
  font-size: 20px;
  padding: 8px 0;
  content: "\f00d";
  display: inline-block;
  color: #ccc;
}
a.form-date-reset:hover::before {
  color: #333;
}

input.form.disable-arrows::-webkit-outer-spin-button,
input.form.disable-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background-color: red !important;
}

select:not(.not-dropdown-icon):not([name$=_country]).form {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

@media only screen and (max-width: 45em) {
  select:not(.not-dropdown-icon):not([name$=_country]).form {
    background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px);
  }
}
input[type=range] {
  -webkit-appearance: none;
  cursor: pointer; /* Cursor on hover */
  background: #d3d3d3;
  height: 16px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  padding: 0;
  margin-bottom: 8px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 28px;
  border-radius: 8px;
  background: #222;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 28px;
  border-radius: 8px;
  background: #222;
  cursor: pointer;
}
input[type=range]:hover {
  opacity: 1;
}

.range-info {
  display: flex;
  justify-content: space-between;
  color: #4c4c4c;
  font-size: 0.8rem;
}

.form-submit {
  border-radius: 6px;
  -webkit-appearance: none;
  border: 1px solid transparent;
  height: 50px;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #006B63;
  color: #FFF;
}

.form:focus,
.form-base input[type=text]:focus,
.form-base input[type=tel]:focus,
.form-base input[type=email]:focus,
.form-base textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #006B63;
  outline: none;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.3s;
}

.dark-mode .form:focus,
.dark-mode .form-base input[type=text]:focus,
.dark-mode .form-base input[type=tel]:focus,
.dark-mode .form-base input[type=email]:focus,
.dark-mode .form-base textarea:focus {
  background-color: #191919;
}

input[type=text]:read-only:focus:not(.read-only-hidden),
input[type=tel]:read-only:focus,
input[type=email]:read-only:focus,
input[type=number]:read-only:focus,
input[type=text]:read-only:not(.read-only-hidden),
input[type=tel]:read-only,
input[type=email]:read-only,
select[disabled],
input[type=number]:read-only {
  background-color: #ccc;
}

.dark-mode input[type=text]:read-only:focus:not(.read-only-hidden),
.dark-mode input[type=tel]:read-only:focus,
.dark-mode input[type=email]:read-only:focus,
.dark-mode input[type=number]:read-only:focus,
.dark-mode input[type=text]:read-only:not(.read-only-hidden),
.dark-mode input[type=tel]:read-only,
.dark-mode input[type=email]:read-only,
.dark-mode select[disabled],
.dark-mode input[type=number]:read-only {
  background-color: #515151;
}

.form-base input[type=submit] {
  cursor: pointer;
}

.form::placeholder {
  color: #CCC;
}

.form-vertical .form {
  margin-bottom: 14px;
}

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

.form-max-width {
  max-width: 700px;
}

.input-sensitive {
  -webkit-text-security: disc;
}
.input-sensitive:hover {
  -webkit-text-security: unset;
}

.from-code-input {
  text-align: center;
  font-size: 29px;
}
.from-code-input:focus, .from-code-input:hover {
  letter-spacing: 0.4rem;
}
.from-code-input::placeholder {
  letter-spacing: 0;
}

.form.from-honey {
  display: none;
}

#search-bar {
  height: 50px;
}

.form-vertical,
.form-base input:not([type=submit]),
.form-base textarea {
  margin: 6px 0 14px 0;
}

.form-base label {
  margin: 4px 0;
}

.form-table table {
  width: 100%;
  padding-bottom: 10px;
}
.form-table table tr td {
  padding: 6px 0;
}
.form-table table tr td label {
  display: block;
  margin-bottom: 4px;
}
.form-table table tr td label.info {
  padding: 10px 0;
}
.form-table table tr td label.info:before {
  content: "\f061";
  padding-right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-table table tr.has-error input {
  border: solid 1px #a6000d;
  background-color: rgba(166, 0, 13, 0.1);
}

.form-phone div:first-child {
  margin-right: -10px;
  width: auto;
}
.form-phone div:first-child .form {
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
}
.form-phone .form {
  border-radius: 0 2px 2px 0;
}

.form-prefix div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ccc;
  border-right: none;
  background-color: #e9ecef;
  border-radius: 2px 0 0 2px;
  text-align: center;
  margin-right: 0;
  margin-top: -10px;
  padding: 0 8px;
  width: auto;
  min-width: 40px;
  height: 47px;
}
.form-prefix div:first-child small {
  display: block;
  padding: 0;
}
.form-prefix .form {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-suffix div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ccc;
  border-left: none;
  background-color: #e9ecef;
  border-radius: 0 2px 2px 0;
  text-align: center;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0 8px;
  width: auto;
  min-width: 40px;
  margin-right: 10px;
  height: 47px;
}
.form-suffix div:last-child small {
  display: block;
  padding: 0;
}
.form-suffix .form {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-top-msg {
  display: block;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  background-color: #f4f4f4;
  border-bottom: none;
}

.form-bottom-msg {
  display: block;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  background-color: #f4f4f4;
}

.dark-mode .form-suffix div:last-child {
  background-color: #191919;
  border-color: #191919;
}
.dark-mode .form-prefix div:first-child {
  background-color: #191919;
  border-color: #191919;
}

.form-two-fa {
  max-width: 300px;
}

input.form-error,
.form-table.form-validation-only-fail table input:invalid:not(:focus):not(:placeholder-shown):not(:empty),
.form-table.form-validation table input:invalid:not(:focus):not(:placeholder-shown):not(:empty),
.form-validation-only-fail input.form:invalid:not(:focus):not(:placeholder-shown):not([type=submit]):not(:empty),
.form-validation input.form:invalid:not(:focus):not(:placeholder-shown):not([type=submit]):not(:empty) {
  border: 1px solid #880000;
  background-color: rgba(136, 0, 0, 0.2);
}

.form-table.form-validation-only-fail table input:invalid:not(:focus):not(:placeholder-shown) ~ label.info,
.form-table.form-validation table input:invalid:not(:focus):not(:placeholder-shown) ~ label.info,
.form-validation-only-fail input.form:invalid:not(:focus):not(:placeholder-shown):not([type=submit]) ~ label.info,
.form-validation input.form:invalid:not(:focus):not(:placeholder-shown):not([type=submit]) ~ label.info {
  display: block;
}

.form-table.form-validation table input:valid:not(:focus):not(:placeholder-shown),
.form-validation input.form:valid:not(:focus):not(:placeholder-shown):not([type=submit]) {
  border: 1px solid #008800;
  background-color: rgba(0, 136, 0, 0.2);
}

.form-table.form-validation-only-fail table tr td label.info,
.form-table.form-validation table tr td label.info,
.form-validation-only-fail label.info,
.form-validation label.info {
  display: none;
  padding: 4px;
}

.form-table.form-validation table input.form-error::placeholder,
.form-validation input.form-error::placeholder {
  color: #FFFFFF;
}

.form-validation label.info {
  padding: 8px;
  border: 1px solid #880000;
  background-color: rgba(136, 0, 0, 0.2);
}

.dark-mode .form::placeholder {
  color: #444;
}
.dark-mode .form:focus,
.dark-mode .form-base input[type=text]:focus,
.dark-mode .form-base input[type=tel]:focus,
.dark-mode .form-base input[type=email]:focus,
.dark-mode .form-base textarea:focus {
  color: #fff;
}
.dark-mode .form-phone div:first-child .form {
  border-color: #000;
}

.error-box,
#error-box {
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(166, 0, 13, 0.1);
  border: #a6000d 1px solid;
  margin: 20px 0;
}

#error-box h3 {
  margin: 0;
  border-bottom: none;
}

#error-box ul {
  margin-left: 34px;
  list-style: none;
}

#error-box ul li {
  padding: 2px 0;
}

#error-box ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  padding-right: 16px;
  font-size: 1.2rem;
  color: #a6000d;
  margin-left: -22px;
}

.has-error input,
.has-error .choices__inner,
.has-error select,
.has-error textarea {
  border: solid 1px #a6000d;
  background-color: rgba(166, 0, 13, 0.1);
}

.has-error label.single-checkbox .check-text,
.has-error label.form-checkbox .check-text {
  background-color: rgba(166, 0, 13, 0.1);
  padding: 4px;
  border-radius: 1px 4px;
}

.has-warning input,
.has-warning select,
.has-warning textarea {
  border: solid 1px #a66900;
  background-color: rgba(166, 100, 0, 0.1);
}

.form-user table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
.form-user table tr {
  border-bottom: solid 1px #eee;
}
.form-user table tr td {
  padding: 10px 0;
}
.form-user table tr td:first-of-type {
  width: 30%;
}
.form-user select:required,
.form-user textarea:required,
.form-user input:required {
  border-right-width: 4px;
}
.form-user .form-h-or {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #e9ecef;
  text-align: center;
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
}

.dark-mode .form-user table tr {
  border-color: #292929;
}

/* form dropdown */
.form-dropdown {
  position: relative;
}

/* Button */
.form-dropdown-btn {
  text-align: left;
  display: block;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 8px 10px;
  width: 100%;
  font-size: 1rem;
  color: #777777;
  cursor: pointer;
  z-index: 10;
  min-height: 47px;
}

.form-dropdown-search-bar > .form-dropdown-btn {
  color: #333333;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  line-height: normal;
  font-weight: 200;
  height: 50px;
  padding: 14px;
}

.form-dropdown-btn > .active {
  color: #006B63;
}

.form-dropdown-btn span {
  float: right;
  font-size: 1.4rem;
  margin-top: -2px;
}

.form-dropdown-btn:hover {
  background-color: #FFF;
  color: #3f3f3f;
}

.form-dropdown-btn:active {
  background-color: #FFF;
  color: #191919;
}

/* close */
.form-dropdown-btn-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 8;
  display: none;
}

/* Menu */
.form-dropdown-menu {
  background-color: #FFF;
  border: #ccc solid 1px;
  border-top: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
  display: none;
  box-shadow: 0px 4px 4px 2px rgba(128, 128, 128, 0.2);
}

.form-dropdown-search-bar > .form-dropdown-menu {
  margin-top: 9px;
}

.form-dropdown-menu .sub-title {
  padding: 4px 10px;
  color: #777777;
  display: block;
  background-color: #d7d7d7;
}

.form-dropdown-menu ul {
  list-style: none;
  width: 100%;
}

.form-dropdown-menu ul li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  line-height: normal;
  font-weight: 200;
}

.form-dropdown-menu ul li a {
  text-decoration: none;
  display: block;
  padding: 10px;
}

.form-dropdown-menu ul li a:hover {
  background-color: #009287;
}

.form-dropdown-menu ul li a:active {
  background-color: #00736A;
}

.form-dropdown-menu > ul > .active > a {
  background-color: #009287;
}

/* Style the list */
.breadcrumb {
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.breadcrumb .content {
  position: relative;
  margin: 0 auto;
  max-width: 93rem;
}
.breadcrumb ol {
  list-style: none;
  display: inline-block;
}
.breadcrumb ol li {
  display: inline;
  font-size: 18px;
  position: relative;
}
.breadcrumb ol li a {
  text-decoration: none;
  padding-left: 0;
  padding-right: 8px;
  padding-top: 4px;
  font-size: 0.9rem;
}
.breadcrumb ol li a:hover {
  color: #006B63;
}
.breadcrumb ol li span {
  color: #333;
  transition: all 0.1s ease;
}
.breadcrumb ol li + li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f105";
}

/* Style the list */
.band-offer-show-breadcrumb .breadcrumb {
  background: none;
  padding: 6px 0;
}

.band-offer-show-breadcrumb .breadcrumb ol {
  margin-left: 10px;
}

/* Display list items side by side */
.band-offer-show-breadcrumb .breadcrumb ol li {
  font-size: 14px;
  color: #939393;
}

/* Add a color to all links inside the list */
.band-offer-show-breadcrumb .breadcrumb ol li a {
  padding: 0 8px 0 4px;
}

.band-offer-show-breadcrumb .breadcrumb ol li span {
  color: #4c4c4c;
}

.band-offer-show-breadcrumb .breadcrumb ol li a:hover span,
.band-offer-show-breadcrumb .breadcrumb ol li a:hover span {
  color: #939393;
}

.dark-mode .band-offer-show-breadcrumb ol li span {
  color: #ccc;
}

/* header */
.header {
  background-color: #F0FAF9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-home {
  height: 74vh;
  min-height: 500px;
  box-shadow: inset 0 -4px 10px -8px rgb(128, 128, 128);
}

.header .header-box {
  padding-top: 26vh;
}

.header .header-title {
  text-align: center;
  padding-bottom: 6vh;
}

.header .header-title h1 {
  font-size: 3rem;
  color: #00736A;
  font-weight: bold;
}

.header-icon::before {
  display: inline-block;
  font-family: "1stalling";
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 700px;
  font-style: normal;
  top: -120px;
  color: #9AC3C0;
  right: 50px;
  position: absolute;
  display: inline-block;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 45em) {
  .header-home {
    height: 330px; /* fixed for smoot scroll */
    min-height: 330px;
  }
  .header .container {
    margin: auto;
    width: 94%;
  }
  .header .header-box {
    padding-top: 74px; /* fixed for smoot scroll */
  }
  .header .header-title {
    padding-bottom: 2vh;
  }
  .header .header-title h1 {
    font-size: 1.6rem;
  }
  .header-icon::before {
    top: -40px;
    right: 20px;
    font-size: 400px;
  }
}
/* header normal */
.header-normal {
  height: 34vw;
  min-height: 470px;
  max-height: 700px;
  background-image: url("../../image/searchbar/5.jpg");
}

.header-normal .content {
  margin-top: 80px;
  margin-bottom: 10px;
  float: right;
  color: #FFF;
  width: 500px;
  min-height: 24vh;
  background-color: #006B63;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 0px 0 rgba(0, 0, 0, 0.4);
  border: solid 4px #009287;
}

.header-normal .content h3 {
  color: #FFF;
  padding-bottom: 20px;
}

.header-normal .content p {
  color: #FFF;
}

.header-small {
  min-height: 300px;
  height: 300px;
}

@media only screen and (max-width: 45em) {
  .header-small {
    min-height: 300px;
    height: 300px;
  }
  .header-normal {
    min-height: 260px;
  }
  .header-normal .content {
    margin-top: 80px;
    margin-right: 5%;
    min-height: 10vh;
  }
  .header-text-box {
    height: 400px;
  }
  .header-normal-lager {
    height: 400px;
    min-height: 400px;
  }
}
.img-happy {
  width: 100%;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  border-style: none;
  object-fit: cover;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail, .img-rand, .img-rand-quarter {
  padding: 0.25rem;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

.img-rand {
  border-radius: 100%;
}

.img-br20 {
  border-radius: 20px;
}

.img-rand-quarter {
  border-radius: 20%;
}

.img-normal-height {
  max-height: 250px;
}

.img-small-preview {
  height: 80px;
}

.img-small-preview,
.img-style-a1 {
  border-radius: 6px;
  box-shadow: 0 1px 0 0 rgba(128, 128, 128, 0.4);
}

.img-intro {
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  border-style: none;
  object-fit: cover;
  width: 60vh;
  min-width: 460px;
  border-radius: 20px;
}

@media only screen and (max-width: 45em) {
  .img-intro {
    width: 40vh;
  }
}
.review {
  width: 100%;
  overflow-y: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.review:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.review-scroll {
  list-style: none;
  position: relative;
  display: inline-block;
}

.review-box {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  min-width: 190px;
}

.review .review-location {
  width: 30vw;
  min-width: 350px;
  max-width: 400px;
  float: left;
  margin: 12px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 0 0 rgba(128, 128, 128, 0.4);
  border: solid 1px #EFEFEF;
  padding: 20px;
  display: table-cell;
  position: relative;
}

.review .review-text {
  min-height: 210px;
  margin-top: 10px;
}

.review li.review-box p {
  color: #3f3f3f;
}

.review .review-photo {
  background-color: #FFF;
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 6px;
  max-height: 260px;
}

.place-picker-box [class^=col] {
  margin-top: 14px;
  margin-bottom: 14px;
}

.place-picker-item {
  height: 120px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
  border: solid 1px #bcbcbc;
  position: relative;
  box-shadow: 0px 2px 0px 0 rgba(128, 128, 128, 0.4);
}

.place-picker-item p {
  padding: 4px;
  padding-left: 10px;
  color: #333;
  border-radius: 4px 0 0 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 65%, transparent 35%);
}

.place-picker-item:hover {
  border: solid 1px #009287;
  box-shadow: 0px 2px 0px 0 #00c0b1;
}

.place-picker-item:hover p {
  padding-left: 16px;
  background: linear-gradient(135deg, #00c0b1 70%, transparent 30%);
  transition: all 0.1s ease;
  color: #fff;
}

.place-picker-item:active {
  border: solid 1px #00736a;
}

.place-picker-item:active p {
  background: linear-gradient(135deg, #00736a 70%, transparent 30%);
  transition: all 0.2s ease;
}

.popup-window {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
}

.popup-window:target {
  visibility: visible;
  opacity: 1;
}

.popup-box {
  margin: auto;
  margin-top: 8vh;
  padding: 40px 20px;
  background: #fff;
  border-radius: 5px;
  min-width: 500px;
  width: 30%;
  position: relative;
  transition: all 500ms linear;
  text-align: center;
  height: auto;
  max-height: 78vh;
  overflow: auto;
}

.popup-window .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup-icon {
  margin-bottom: 20px;
}

.popup-btn-tel a {
  margin-top: 30px;
  font-size: 28px;
}
.popup-btn-tel a .fa {
  color: #FFFFFF;
}

.popup-window .close:hover {
  color: #a6000d;
}

@media only screen and (max-width: 45em) {
  .popup-box {
    margin-top: 8vh;
    min-width: 100px;
    width: 90%;
    padding: 40px 10px;
  }
  .popup-icon {
    margin-bottom: 20px;
  }
  .popup-window .close {
    top: 20px;
    font-size: 30px;
  }
}
/* Table normal */
table.table-normal {
  width: 100%;
}

/* Table user */
table.table-user-sm,
table.table-user-xs,
table.table-user-ch,
table.table-user {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}

table.table-user-sm tr th,
table.table-user tr th {
  text-align: left;
  padding: 18px 10px;
}
table.table-user-sm tr th.c,
table.table-user tr th.c {
  text-align: center;
}

table.table-user-sm tr th {
  padding: 10px 14px;
}

table.table-user-sm tr td,
table.table-user tr td {
  padding: 12px;
}
table.table-user-sm tr td.no-padding,
table.table-user tr td.no-padding {
  padding: 0;
}

table.table-user-ch tr td small,
table.table-user-sm tr td small {
  display: block;
  line-height: normal;
  padding-top: 4px;
  color: #777;
}
table.table-user-ch tr td small span,
table.table-user-sm tr td small span {
  line-height: normal;
  padding-top: 4px;
  color: #777;
}

table.table-user-sm td.checkbox .form-checkbox {
  justify-content: center;
  gap: 0;
}
table.table-user-sm td.checkbox {
  padding: 0 0 0 8px;
  text-align: center;
  vertical-align: middle;
}
table.table-user-sm td.checked {
  background-color: #00A699;
}

table.table-no-brake td {
  white-space: nowrap;
}

table.table-user-xs tr th {
  text-align: left;
  padding: 10px;
}
table.table-user-xs tr td {
  line-height: normal;
  padding: 10px 8px;
}
table.table-user-xs tr td a {
  padding: 8px;
}

table.table-user-ch td {
  padding: 4px 4px;
}

table.table-td-10 tr td:first-child {
  width: 10%;
}

table.table-td-30 tr td:first-child {
  width: 30%;
}

.td_dateTime {
  width: 200px;
}

.td_date {
  width: 120px;
}

.td_30px {
  width: 200px;
}

/* Table strip */
table.table-strip tr:nth-child(even of :not(.hidden)) {
  background-color: #f4f2f0;
}

.table-bottom-line tr {
  border-bottom: 1px solid #eee;
}

/* Table hover */
table.table-hover-all tr:hover,
table.table-hover tr:hover:not(:first-child) {
  background-color: #e6e4e2;
  cursor: pointer;
  transition: 0.2s all ease-out;
}

/* Table overflow */
.table-overflow {
  overflow-x: auto;
}

.table-max-height {
  max-height: 210px;
}

.table-max-height-2x {
  max-height: 240px;
}

.table-max-height-big {
  max-height: 600px;
}

/* Table id */
.table-id tr td:first-child {
  text-align: right;
  width: 40px;
}

/* Table link */
.table-link tr td:last-child {
  text-align: center;
  padding: 0;
}

/* Table split */
.table-user-sm .tr-split {
  background-color: #edebe9 !important;
  font-size: 0.9rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
}
.table-user-sm .tr-split td {
  padding: 2px;
}
.table-user-sm .tr-split :hover {
  cursor: default;
  background-color: #edebe9 !important;
}

/* Table opening hours */
table.table-opening-hours {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  margin-bottom: 6px;
}

.table-opening-hours th {
  text-align: left;
  color: #006B63;
  padding: 8px;
}

.table-opening-hours td {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 8px;
  vertical-align: top;
}

/* Table specifications */
table.table-specifications {
  width: 100%;
  margin-top: 0;
  border-collapse: collapse;
}
table.table-specifications td {
  border-bottom: 1px solid #f3f3f3;
  padding: 8px 0;
  vertical-align: top;
}
table.table-specifications td span.fa {
  padding-right: 4px;
}

/* Table */
table.table-dashboard {
  width: 100%;
  margin-top: 0px;
  border-collapse: collapse;
}

table.table-dashboard td {
  border-bottom: 1px solid #eeeeee;
  padding: 4px 0;
  vertical-align: top;
  font-size: 1rem;
}

/* Table price */
table.table-price {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  margin: 0;
}
table.table-price tr {
  border-bottom: solid 1px #eee;
}
table.table-price tr:hover a {
  color: #688d8a;
}
table.table-price tr a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 4px 0;
}
table.table-price .icon {
  padding-top: 6px;
  padding-left: 4px;
}
table.table-price .icon:before {
  display: inline-block;
  font-family: "1stalling";
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #90C4C0;
  font-size: 32px;
}

.td_top {
  vertical-align: top;
}

.width-m-120 {
  width: 120px;
}

.width-m-180 {
  width: 180px;
}

table tr.archive,
table tr.archive td,
table tr.archive div,
table tr.archive td span,
table tr.archive .under .idl,
table tr.archive .flag,
table tr.archive .btn-action,
table tr.archive .btn-action .fa {
  color: #aaa;
}
table tr.archive:hover,
table tr.archive td:hover,
table tr.archive div:hover,
table tr.archive td span:hover,
table tr.archive .under .idl:hover,
table tr.archive .flag:hover,
table tr.archive .btn-action:hover,
table tr.archive .btn-action .fa:hover {
  color: #333;
}
table tr.archive.flag:hover,
table tr.archive td.flag:hover,
table tr.archive div.flag:hover,
table tr.archive td span.flag:hover,
table tr.archive .under .idl.flag:hover,
table tr.archive .flag.flag:hover,
table tr.archive .btn-action.flag:hover,
table tr.archive .btn-action .fa.flag:hover {
  color: #333;
}
table tr.archive.btn-action:hover,
table tr.archive td.btn-action:hover,
table tr.archive div.btn-action:hover,
table tr.archive td span.btn-action:hover,
table tr.archive .under .idl.btn-action:hover,
table tr.archive .flag.btn-action:hover,
table tr.archive .btn-action.btn-action:hover,
table tr.archive .btn-action .fa.btn-action:hover {
  color: #fff;
}

table .cl_date_dMmmYyyy {
  width: 130px;
  text-align: right;
}

@media only screen and (max-width: 45em) {
  .table-price-m {
    padding: 0 10px;
  }
  table.table-hover-all tr td {
    padding: 12px 8px;
  }
  .width-m-120 {
    width: 100px;
  }
  .width-m-180 {
    width: 120px;
  }
}
/* Text block */
tr.td_text_block td:first-of-type {
  text-align: left;
  vertical-align: top;
}

/* border */
table.table-export {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
table.table-export td {
  border: 1px solid #ccc;
  padding: 4px;
}

.dark-mode table.table-strip tr:nth-child(even) {
  background-color: #282828;
  box-shadow: none;
}
.dark-mode table.table-hover-all tr:hover,
.dark-mode table.table-hover tr:hover:not(:first-child) {
  background-color: #1b1b1b;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.96);
  overflow: hidden;
  z-index: 9999999;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slide-show {
  position: relative;
  text-align: center;
  margin: auto;
  overflow: hidden;
}

.slide-show .slide-show-box-top {
  position: relative;
  margin: auto;
  height: 10vh;
}

.slide-show .slide-show-box-btn {
  height: 8vh;
  padding-top: 3vh;
}

.slide-show-box-top-btn-bar {
  position: relative;
  padding-top: 1vh;
}

.slide-show-box-top-btn-bar button.btn-nav-option {
  position: relative;
  font-size: 1rem;
  padding: 10px 18px;
  margin: 0 4px;
  border: 1px solid #FFF;
  background-color: #f2f2f2;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}

.slide-show .slide-show-box-top button.btn-close {
  font-size: 2.2rem;
  padding: 12px 20px;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999999999;
}

.slide-show .slide-show-box-photo {
  position: relative;
  margin: auto;
  height: 80vh;
}

.slide-show .slide-show-box-photo img.slide-item {
  position: relative;
  display: none;
  max-height: 90vh;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: auto;
}

.slide-show .slide-show-box-photo img.slide-item:first-child {
  display: block;
}

.slide-show-sheet {
  display: none;
}

.slide-show .slide-show-box-btn button.btn-nav {
  font-size: 1rem;
  padding: 10px;
  background-color: #dfdfdf;
  border-radius: 4px;
  cursor: pointer;
  border: medium none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slide-show .slide-show-box-btn button.btn-nav-choose {
  font-size: 1rem;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 4px;
  cursor: pointer;
  border: medium none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slide-show-box-top-btn-bar button.active,
.slide-show .slide-show-box-btn button.active {
  background-color: #585858;
  color: white;
}

.slide-show-box-top-btn-bar button.active span,
.slide-show .slide-show-box-btn button.active span {
  color: white;
}

.slide-show .slide-show-box-top button.btn-close:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}

#container360 {
  position: relative;
  margin: auto;
  height: 70vh;
  width: 100vw;
  display: block;
}

#container360 canvas {
  z-index: 999999999;
}

@media only screen and (max-width: 50em) {
  .slide-show .slide-show-box-photo img.slide-item {
    max-width: none;
    border: none;
  }
  .slide-show .slide-show-box-photo {
    height: 60vh;
    min-height: 60vh;
  }
  .slide-show .slide-show-box-top button.btn-close {
    font-size: 1.6rem;
    padding: 8px 20px;
  }
  .slide-show button.btn-nav-option {
    padding: 10px;
  }
  .slide-show .slide-show-box-btn button.btn-nav {
    min-width: 40vw;
    display: inline-block;
  }
  .slide-show .slide-show-box-btn button.btn-nav-choose {
    display: none;
  }
  #container360 {
    height: 60vh;
    min-height: 60vh;
  }
  .slide-show .slide-show-box-btn {
    padding-top: 0.5vh;
  }
}
.pricing-slider-value {
  font-size: 1.2rem;
}

input[type=range].form-slider {
  height: 2.2em;
  -webkit-appearance: none;
  width: 100%;
  background: none;
  margin-top: 20px;
}
input[type=range].form-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 3.2em;
  height: 2em;
  border-radius: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: calc(max((1em - 1px - 1px) * 0.5, 0px) - 1em);
}
input[type=range].form-slider::-webkit-slider-thumb:hover {
  background-color: #333333;
}
input[type=range].form-slider::-webkit-slider-thumb:active {
  background-color: #333333;
}
input[type=range].form-slider::-webkit-slider-runnable-track {
  height: 1em;
  border: 1px solid #b2b2b2;
  border-radius: 0.5em;
  background: #efefef;
  box-shadow: none;
}
input[type=range].form-slider:hover::-webkit-slider-runnable-track {
  background: #efefef;
  border-color: #9a9a9a;
}
input[type=range].form-slider:hover::-moz-range-track {
  background: #efefef;
  border-color: #9a9a9a;
}
input[type=range].form-slider:hover::-ms-track {
  background: #efefef;
  border-color: #9a9a9a;
}
input[type=range].form-slider:active::-webkit-slider-runnable-track {
  background: #f5f5f5;
  border-color: #C1C1C1;
}
input[type=range].form-slider:active::-moz-range-track {
  background: #f5f5f5;
  border-color: #C1C1C1;
}
input[type=range].form-slider:active::-ms-track {
  background: #f5f5f5;
  border-color: #C1C1C1;
}
input[type=range].form-slider::-moz-range-thumb {
  width: 3.2em;
  height: 2em;
  border-radius: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
  border: none;
  box-shadow: 0 0 2px black;
}
input[type=range].form-slider::-moz-range-thumb:hover {
  background-color: #333333;
}
input[type=range].form-slider::-moz-range-thumb:active {
  background: #333333;
}
input[type=range].form-slider::-moz-range-track {
  height: max(1em - 1px - 1px, 0px);
  border: 1px solid #b2b2b2;
  border-radius: 0.5em;
  background: #efefef;
  box-shadow: none;
}
input[type=range].form-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}
input[type=range].form-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}
input[type=range].form-slider::-ms-thumb {
  width: 3.2em;
  height: 2em;
  border-radius: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}
input[type=range].form-slider::-ms-thumb:hover {
  background: #333333;
}
input[type=range].form-slider::-ms-thumb:active {
  background: #333333;
}
input[type=range].form-slider::-ms-track {
  height: 1em;
  border-radius: 0.5em;
  background: #efefef;
  border: 1px solid #b2b2b2;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].form-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 3.2em + var(--ratio) * (100% - 3.2em));
}
input[type=range].form-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #00D9C8, #00a699) 0/var(--sx) 100% no-repeat, #efefef;
}
input[type=range].form-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #00D9C8, #00a699) 0/var(--sx) 100% no-repeat, #efefef;
}
input[type=range].form-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(to right, #00D9C8, #00a699) 0/var(--sx) 100% no-repeat, #efefef;
}
input[type=range].form-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #00D9C8, #00a699) 0/var(--sx) 100% no-repeat, #f5f5f5;
}
input[type=range].form-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(to right, #00D9C8, #00a699) 0/var(--sx) 100% no-repeat, #f5f5f5;
}
input[type=range].form-slider.slider-progress::-moz-range-track {
  background: linear-gradient(to right, #00D9C8, #00a699) 0/var(--sx) 100% no-repeat, #efefef;
}
input[type=range].form-slider.slider-progress::-ms-fill-lower {
  height: max(1em - 1px - 1px, 0px);
  border-radius: 0.5em 0 0 0.5em;
  margin: -1px 0 -1px -1px;
  background: linear-gradient(to right, #00D9C8, #00a699);
  border: 1px solid #b2b2b2;
  border-right-width: 0;
}

.integration {
  text-align: center;
  margin-bottom: 6px;
}
.integration img {
  border-radius: 20px;
  height: 76px;
  box-shadow: 0 2px 0 rgba(128, 128, 128, 0.3);
}

span.integration-brand {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2;
  margin-right: 6px;
}

#menu {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 0 10px;
  backdrop-filter: saturate(10%) blur(18px);
  -webkit-backdrop-filter: saturate(10%) blur(18px);
  line-height: 1;
}
#menu.menu-company {
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 62%, rgba(120, 120, 120, 0.8) 93%);
}

.menu-space {
  padding-top: 40px;
}

#menu ul {
  list-style-type: none;
}

#menu > ul {
  margin: auto;
  max-width: 93rem;
  padding: 0;
  position: relative;
}

#menu > ul > li {
  float: left;
}

#menu > ul > .right {
  float: right;
}

#menu > ul > li > .active {
  background-color: #006B63;
}

#menu > ul > li > a,
#menu > ul > li > button {
  display: block;
  text-align: center;
  padding: 17px 14px;
  text-decoration: none;
  color: white;
  background-color: transparent;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
  transition: 0.2s all ease-out;
  border: none;
  cursor: pointer;
}
#menu > ul > li > a span,
#menu > ul > li > button span {
  position: relative;
  color: #fff;
}

#menu .alert-count {
  background-color: red;
  display: block;
  position: absolute;
  font-size: 0.6rem;
  padding: 0 4px;
  top: 4px;
  right: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#menu > ul > li > a:hover,
#menu > ul > li > button:hover {
  background-color: #006B63;
}

#menu > ul > li > a:active,
#menu > ul > li > button:active {
  background-color: #00736a;
}

#menu > ul > li > ul {
  visibility: hidden;
  transition: 0.1s all ease-out;
  opacity: 0;
  position: absolute;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0 0 4px 4px;
}

#menu .dropdown:hover > a,
#menu .dropdown:hover > button {
  background-color: #009287;
}

#menu .dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
  overflow: auto;
  max-height: 90vh;
}
#menu .dropdown:hover ul.right-position {
  position: absolute;
  left: auto;
  right: 0;
}

/* menu logo */
.menu-logo a {
  background-image: url("/image/logo/1stalling-white-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  height: 36px;
  width: 136px;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 760px) {
  .menu-logo.small a {
    background-image: url("/image/logo/1stalling-white-icon-200.png");
    width: 34px;
  }
}

.menu-logo .active {
  background-color: transparent;
}

.menu-logo a:hover {
  background-color: transparent !important;
}

/* Links inside the dropdown */
#menu > ul > li > ul > li > a,
#menu > ul > li > ul > li > button {
  padding: 12px 14px;
  text-decoration: none;
  display: block;
  color: #262626;
}

#menu > ul > li > ul > li > a:hover,
#menu > ul > li > ul > li > button:hover {
  color: #191919;
  background-color: #e1e1e1;
  border-radius: 0 0 4px 4px;
  transition: all 0.2s ease;
}

#menu > ul > li > ul > li > a:active,
#menu > ul > li > ul > li > button:active {
  color: #00736a;
  background-color: #cdcdcd;
}

#menu > ul > li > ul.menu-list-admin > li > a {
  font-size: 14px;
  padding: 8px 14px;
  border-bottom: 1px solid #f0f0f0;
}
#menu > ul > li > ul.menu-list-admin > li > a .underline {
  margin-top: 2px;
  font-size: 11px;
}

#menu-holder {
  height: 53px;
  background-color: #006B63;
  position: relative;
}

#js-menu-toggle {
  min-width: 60px;
}

@media only screen and (max-width: 950px) {
  #menu > ul {
    width: 100%;
  }
  #menu > ul li a {
    padding: 17px 8px;
  }
}
.menu-btn {
  display: none;
}
.menu-btn .fa {
  padding: 0 10px;
}

.menu-btn i {
  padding-left: 10px;
}

#menu .dropdown li.shortcut-info {
  text-align: center;
  background-color: #eee;
  padding: 4px;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}

#menu > ul > li > a.select-location {
  line-height: 1;
  padding: 11px 14px;
}
#menu > ul > li > a.select-location .location-id {
  color: #FFF;
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  #menu {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #menu .menu-logo .active {
    background: none;
  }
  #menu ul .menu-item {
    display: none;
    float: left;
    width: 100%;
    background-color: rgba(84, 84, 84, 0.7);
  }
  #menu ul .menu-item > a,
  #menu ul .menu-item > button {
    border-bottom: solid 1px #333;
  }
  #menu .menu-btn {
    display: block;
  }
  #menu .dropdown:hover ul {
    overflow: auto;
    max-height: 340px;
  }
  #menu .dropdown:hover ul.right-position {
    position: relative;
  }
  #menu > ul > li > ul {
    display: none;
    position: relative;
    background-color: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 4px 4px;
  }
}
.dark-mode #menu .dropdown li.shortcut-info {
  background-color: #313131;
  color: #ccc;
  border-color: #191919;
}
.dark-mode #menu .menu-list-admin {
  background-color: #313131;
}
.dark-mode #menu .menu-list-admin a {
  color: #ccc;
  border-color: #191919;
}
.dark-mode #menu .menu-list-admin a .underline {
  color: #acacac;
}
.dark-mode #menu .menu-list-admin a:hover {
  background-color: #191919;
}

.bottom-menu,
.offer-filter-item {
  display: flex;
  margin-top: 8px;
}
.bottom-menu.no-space,
.offer-filter-item.no-space {
  margin: 0;
}
.bottom-menu .item,
.offer-filter-item .item {
  padding: 0 4px;
}
.bottom-menu .item-1,
.offer-filter-item .item-1 {
  width: 8.3333334%;
}
.bottom-menu .item-2,
.offer-filter-item .item-2 {
  width: 16.6666667%;
}
.bottom-menu .item-3,
.offer-filter-item .item-3 {
  width: 25%;
}
.bottom-menu .item-4,
.offer-filter-item .item-4 {
  width: 33.3333334%;
}
.bottom-menu .item-5,
.offer-filter-item .item-5 {
  width: 41.6666667%;
}
.bottom-menu .item-6,
.offer-filter-item .item-6 {
  width: 50%;
}
.bottom-menu .item-7,
.offer-filter-item .item-7 {
  width: 58.3333334%;
}
.bottom-menu .item-8,
.offer-filter-item .item-8 {
  width: 66.6666667%;
}
.bottom-menu .item-9,
.offer-filter-item .item-9 {
  width: 75%;
}
.bottom-menu .item-10,
.offer-filter-item .item-10 {
  width: 83.333334%;
}
.bottom-menu .item-11,
.offer-filter-item .item-11 {
  width: 91.666667%;
}
.bottom-menu .item-12,
.offer-filter-item .item-12 {
  width: 100%;
}
.bottom-menu .item-l-2,
.offer-filter-item .item-l-2 {
  padding: 0 0 0 2px;
}
.bottom-menu .item-r-2,
.offer-filter-item .item-r-2 {
  padding: 0 2px 0 0;
}
.bottom-menu.space-10,
.offer-filter-item.space-10 {
  gap: 10px;
}

#message {
  position: fixed;
  padding: 14px 0;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  border-radius: 8px 8px 0 0;
  max-width: 700px;
  border-top: 4px solid #00736A;
  border-left: 4px solid #00736A;
  border-right: 4px solid #00736A;
  text-align: center;
  z-index: 99;
  animation: message-open 5s 1 ease forwards;
}
#message span {
  color: #fff;
}
#message.success {
  background-color: #006B63;
}
#message.info {
  background-color: #008aa6;
  border-color: #006073;
}
#message.warning {
  background-color: #FFBC24;
  border-color: #F0A700;
  animation-duration: 10s;
}
#message.error {
  background-color: #A6000D;
  border-color: #730009;
  animation-duration: 10s;
}

@keyframes message-open {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  20% {
    opacity: 1;
    bottom: 0;
  }
  85% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    bottom: -100px;
    opacity: 0;
    display: none;
  }
}
a.tooltip {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #006B63;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  border: 4px solid #008D81;
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 0.9rem;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  margin-left: -100px;
  box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.4);
}
a.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #006B63 transparent;
}
a.tooltip:hover .tooltip-text {
  visibility: visible;
}

@media only screen and (max-width: 45em) {
  a.tooltip .tooltip-text {
    display: none;
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    margin-top: -20px;
    left: auto;
    top: auto;
    position: relative;
    z-index: 1;
  }
  a.tooltip .tooltip-text::after {
    content: "";
    border: none;
  }
  a.tooltip:hover .fa {
    visibility: hidden;
  }
  a.tooltip:hover .tooltip-text {
    visibility: visible;
    display: block;
  }
}
article.type h3 {
  border-bottom: 1px solid #eee;
}
article.type .item {
  padding-bottom: 28px;
}

.tab-opening-hours-box #tab-menu {
  position: relative;
}
.tab-opening-hours-box #tab-menu button {
  -webkit-appearance: none;
  border-radius: 8px;
  background-color: #F4F4F4;
  border: solid 1px #eee;
  padding: 8px 14px;
  margin: 0 2px;
  display: inline-block;
  font-size: 0.8rem;
  cursor: pointer;
  box-shadow: 0px 1px 0px 0 rgba(128, 128, 128, 0.4);
}
.tab-opening-hours-box #tab-menu button.active {
  background-color: #656565;
  color: #fff;
  box-shadow: none;
  border: solid 1px #656565;
}
.tab-opening-hours-box #tab-menu button:hover {
  background-color: #4c4c4c;
  color: #fff;
  box-shadow: none;
}
.tab-opening-hours-box #tab-menu button:active {
  background-color: #575757;
  color: #fff;
  box-shadow: none;
}
.tab-opening-hours-box .tab-sheet {
  display: none;
}

.f-container-fluid,
.f-container {
  margin-right: auto;
  margin-left: auto;
}

.f-container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.f-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-grow {
  flex-grow: 1;
}

.f-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.f-col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.f-col-space-20-10 {
  padding: 20px 10px;
}

.f-col-space-10-20 {
  padding: 10px 20px;
}

.f-col-space-10 {
  padding: 10px;
}

.f-col-space-20 {
  padding: 20px;
}

.f-col-xs,
.f-col-xs-1,
.f-col-xs-2,
.f-col-xs-3,
.f-col-xs-4,
.f-col-xs-5,
.f-col-xs-6,
.f-col-xs-7,
.f-col-xs-8,
.f-col-xs-9,
.f-col-xs-10,
.f-col-xs-11,
.f-col-xs-12,
.f-col-xs-offset-0,
.f-col-xs-offset-1,
.f-col-xs-offset-2,
.f-col-xs-offset-3,
.f-col-xs-offset-4,
.f-col-xs-offset-5,
.f-col-xs-offset-6,
.f-col-xs-offset-7,
.f-col-xs-offset-8,
.f-col-xs-offset-9,
.f-col-xs-offset-10,
.f-col-xs-offset-11,
.f-col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.f-col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.f-col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.f-col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.f-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.f-col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.f-col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.f-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.f-col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.f-col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.f-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.f-col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.f-col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.f-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.f-col-xs-offset-0 {
  margin-left: 0;
}

.f-col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.f-col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.f-col-xs-offset-3 {
  margin-left: 25%;
}

.f-col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.f-col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.f-col-xs-offset-6 {
  margin-left: 50%;
}

.f-col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.f-col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.f-col-xs-offset-9 {
  margin-left: 75%;
}

.f-col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.f-col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.f-start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.f-center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.f-end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.f-top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.f-between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.f-last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .f-container {
    width: 49rem;
  }
  .f-col-sm,
  .f-col-sm-1,
  .f-col-sm-2,
  .f-col-sm-3,
  .f-col-sm-4,
  .f-col-sm-5,
  .f-col-sm-6,
  .f-col-sm-7,
  .f-col-sm-8,
  .f-col-sm-9,
  .f-col-sm-10,
  .f-col-sm-11,
  .f-col-sm-12,
  .f-col-sm-offset-0,
  .f-col-sm-offset-1,
  .f-col-sm-offset-2,
  .f-col-sm-offset-3,
  .f-col-sm-offset-4,
  .f-col-sm-offset-5,
  .f-col-sm-offset-6,
  .f-col-sm-offset-7,
  .f-col-sm-offset-8,
  .f-col-sm-offset-9,
  .f-col-sm-offset-10,
  .f-col-sm-offset-11,
  .f-col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .f-col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .f-col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .f-col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .f-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .f-col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .f-col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .f-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .f-col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .f-col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .f-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .f-col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .f-col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .f-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .f-col-sm-offset-0 {
    margin-left: 0;
  }
  .f-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .f-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .f-col-sm-offset-3 {
    margin-left: 25%;
  }
  .f-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .f-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .f-col-sm-offset-6 {
    margin-left: 50%;
  }
  .f-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .f-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .f-col-sm-offset-9 {
    margin-left: 75%;
  }
  .f-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .f-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .f-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .f-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .f-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .f-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .f-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .f-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .f-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .f-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .f-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .f-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .f-container {
    width: 65rem;
  }
  .f-col-md,
  .f-col-md-1,
  .f-col-md-2,
  .f-col-md-3,
  .f-col-md-4,
  .f-col-md-5,
  .f-col-md-6,
  .f-col-md-7,
  .f-col-md-8,
  .f-col-md-9,
  .f-col-md-10,
  .f-col-md-11,
  .f-col-md-12,
  .f-col-md-offset-0,
  .f-col-md-offset-1,
  .f-col-md-offset-2,
  .f-col-md-offset-3,
  .f-col-md-offset-4,
  .f-col-md-offset-5,
  .f-col-md-offset-6,
  .f-col-md-offset-7,
  .f-col-md-offset-8,
  .f-col-md-offset-9,
  .f-col-md-offset-10,
  .f-col-md-offset-11,
  .f-col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .f-col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .f-col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .f-col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .f-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .f-col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .f-col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .f-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .f-col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .f-col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .f-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .f-col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .f-col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .f-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .f-col-md-offset-0 {
    margin-left: 0;
  }
  .f-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .f-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .f-col-md-offset-3 {
    margin-left: 25%;
  }
  .f-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .f-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .f-col-md-offset-6 {
    margin-left: 50%;
  }
  .f-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .f-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .f-col-md-offset-9 {
    margin-left: 75%;
  }
  .f-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .f-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .f-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .f-f-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .f-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .f-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .f-fiddle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .f-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .f-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .f-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .f-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .f-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .f-container {
    width: 76rem;
  }
  .f-col-lg,
  .f-col-lg-1,
  .f-col-lg-2,
  .f-col-lg-3,
  .f-col-lg-4,
  .f-col-lg-5,
  .f-col-lg-6,
  .f-col-lg-7,
  .f-col-lg-8,
  .f-col-lg-9,
  .f-col-lg-10,
  .f-col-lg-11,
  .f-col-lg-12,
  .f-col-lg-offset-0,
  .f-col-lg-offset-1,
  .f-col-lg-offset-2,
  .f-col-lg-offset-3,
  .f-col-lg-offset-4,
  .f-col-lg-offset-5,
  .f-col-lg-offset-6,
  .f-col-lg-offset-7,
  .f-col-lg-offset-8,
  .f-col-lg-offset-9,
  .f-col-lg-offset-10,
  .f-col-lg-offset-11,
  .f-col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .f-col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .f-col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .f-col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .f-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .f-col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .f-col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .f-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .f-col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .f-col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .f-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .f-col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .f-col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .f-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .f-col-lg-offset-0 {
    margin-left: 0;
  }
  .f-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .f-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .f-col-lg-offset-3 {
    margin-left: 25%;
  }
  .f-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .f-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .f-col-lg-offset-6 {
    margin-left: 50%;
  }
  .f-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .f-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .f-col-lg-offset-9 {
    margin-left: 75%;
  }
  .f-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .f-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .f-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .f-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .f-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .f-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .f-fiddle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .f-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .f-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .f-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .f-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .f-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.ticket-chat textarea {
  margin-top: 4px;
}
.ticket-chat .form-place {
  border-top: solid 1px #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
.ticket-chat .overflow {
  overflow-y: auto;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  max-height: 400px;
  min-height: 100px;
  border-radius: 10px;
}
.ticket-chat .overflow .message {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #eee;
  width: 90%;
  max-width: 500px;
  margin: 8px 0;
}
.ticket-chat .overflow .message-receiver {
  align-self: flex-start;
  background-color: #f4f2f0;
}
.ticket-chat .overflow .message-you {
  align-self: flex-end;
  background-color: #e6fdec;
}
.ticket-chat .overflow .message-system {
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
  background-color: #656565;
  color: #FFF;
  margin: 20px 0;
}
.ticket-chat .overflow .message-system p {
  color: #fff;
}
.ticket-chat .overflow .message-system small, .ticket-chat .overflow .message-system span {
  color: #fff;
}

.ticket-chat-input .file-input input, .ticket-chat .file-input input {
  font-size: 1rem;
  padding: 4px 10px;
  display: inline-block;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  outline: none;
  cursor: pointer;
}
.ticket-chat-input .file-input input::file-selector-button, .ticket-chat .file-input input::file-selector-button {
  background-color: #ddd;
  color: #333;
  padding: 2px 4px;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}
.ticket-chat-input .file-input input:hover::file-selector-button, .ticket-chat .file-input input:hover::file-selector-button {
  background-color: #333;
  color: #fff;
}
.ticket-chat-input .file-input small, .ticket-chat .file-input small {
  border-radius: 0 0 4px 4px;
  font-size: 0.8rem;
  border: 1px solid #eee;
  padding: 4px 10px;
  display: flex;
  width: 100%;
}

.dark-mode .ticket-chat .message-receiver {
  background-color: #4d4d4d;
  color: #ccc;
  border-color: #191919;
}
.dark-mode .ticket-chat .message-you {
  background-color: #7e7e7e;
  color: #ccc;
  border-color: #191919;
}
.dark-mode .ticket-chat .message-system {
  background-color: #2b2a2a;
  border-color: #191919;
}
.dark-mode .ticket-chat-input .file-input input, .dark-mode .ticket-chat .file-input input {
  border-color: #191919;
}
.dark-mode .ticket-chat-input .file-input::file-selector-button, .dark-mode .ticket-chat .file-input::file-selector-button {
  border-color: #191919;
}
.dark-mode .ticket-chat-input small, .dark-mode .ticket-chat small {
  border-color: #191919;
}

img.promo {
  width: 74%;
}

@media only screen and (max-width: 45em) {
  img.promo {
    width: 90%;
  }
}
.review-avarage {
  display: inline-block;
  margin: 30px 10px 10px 10px;
  padding: 10px 20px 16px 20px;
  border-radius: 8px;
  max-width: 160px;
  background: #006B63;
  text-align: center;
  box-shadow: 0px 2px 0px 0 rgba(128, 128, 128, 0.4);
}
.review-avarage:hover {
  background: #007F75;
}

.review-label {
  color: #fff;
  font-size: 1.8rem;
  display: block;
}

.review-count {
  color: #fff;
  font-weight: 100;
  line-height: 1;
  display: block;
}

.time-picker-box h4 {
  padding: 10px 0 4px 0;
  border-bottom: solid 1px #eee;
}
.time-picker-box a {
  padding: 6px 14px;
}
.time-picker-box a.btn-block {
  padding: 10px 14px;
}

.browser-not-support {
  background-color: rgb(178, 34, 34);
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  padding: 4px;
  left: 0;
  right: 0;
  border-top: 2px #611313 solid;
}
.browser-not-support p {
  color: #fff;
}
.browser-not-support p a {
  color: #fff;
}

.video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quick-links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  overflow-y: auto;
}

.quick-links a {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 7px 14px;
  text-decoration: none;
  font-size: 0.8rem;
  color: #333;
  margin: 0 4px;
  min-width: 130px;
  text-align: center;
}

.quick-links a:hover {
  background-color: #e3e3e3;
  color: #000000;
}

.sale-point li {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-top: -1px;
  padding: 12px 0;
  color: #4c4c4c;
  font-size: 0.9rem;
  font-weight: lighter;
  list-style-type: none;
}

@media only screen and (min-width: 880px) {
  .sale-point li {
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .sale-point li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 580px) and (max-width: 880px) {
  .sale-point li {
    width: 45%;
    float: left;
    margin-right: 5%;
  }
  .sale-point li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.sticky-message {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  height: auto;
  -webkit-text-size-adjust: none; /* fix blow font size issues */
  z-index: 99;
  animation: 500ms ease-out stickyMessageUp;
}
.sticky-message a {
  display: inline-block;
  font-size: 1.1rem;
  position: relative;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}
.sticky-message a.action {
  background-color: #006B63;
  color: #fff;
}
.sticky-message a.unavailable {
  background-color: #FFBC24;
}

@keyframes stickyMessageUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 45em) {
  .sticky-message.show {
    display: block;
  }
}
@media only screen and (max-width: 45em) {
  .text-collapse .text-collapse-content {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    transition: all 500ms linear;
  }
  .text-collapse .text-collapse-content:not(.expanded)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
  }
  .text-collapse .text-collapse-content.expanded {
    max-height: 1000px;
    background: none;
  }
  .text-collapse-button {
    position: relative;
    color: #006B63;
    display: block;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .text-collapse-button:after {
    content: "Toon meer informatie";
  }
  .text-collapse-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: bold;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f063";
    margin-right: 10px;
    transform: rotate(0deg);
    transition: all 200ms linear;
  }
  .text-collapse-button.back:after {
    content: "Toon minder informatie";
  }
  .text-collapse-button.back:before {
    transform: rotate(180deg);
  }
}
.fa-message {
  float: right;
  color: #a7a7a7;
  cursor: help;
}
.fa-message:hover {
  color: initial;
}

.fa-right-8 {
  margin-right: 8px;
}

.fa-left-icon {
  font-size: 1.6rem;
}

.result-message {
  display: block;
  position: relative;
  margin: 10px;
  margin-top: 20px;
  text-align: center;
  padding: 20px 10px;
  background-color: #f9f7f5;
  border-radius: 10px;
  border: solid 2px #eee;
}
.result-message h4 {
  color: #006B63;
}
.result-message .fa {
  margin-bottom: 20px;
  color: #006B63;
}

.faq-struct [itemprop=mainEntity] {
  border-bottom: 1px solid #e6e6e6;
}
.faq-struct h3 {
  padding: 20px 0;
  text-decoration: none;
  color: #797979;
  font-weight: 100;
  font-size: 1.2rem;
  border: none;
  margin: 0;
  cursor: pointer;
}
.faq-struct h3:hover {
  color: #333333;
}
.faq-struct h3:hover:before {
  margin-right: 14px;
}
.faq-struct h3:before {
  color: #006B63;
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 10px;
  transition: all 0.4s ease;
}
.faq-struct [itemprop=text] {
  display: none;
  line-height: 1.4rem;
}
.faq-struct .active h3 {
  color: #333333;
  padding-bottom: 0;
}
.faq-struct .active h3:before {
  margin-right: 14px;
  animation: faqStructShow 300ms ease-in-out both;
  transform: rotate(90deg);
}
.faq-struct .active [itemprop=text] {
  display: block;
  padding: 20px 0 10px 18px;
  color: #656565;
  animation: faqStructShow 300ms ease-in-out both;
}

@keyframes faqStructShow {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 45em) {
  .faq-struct .active [itemprop=text] {
    padding-left: 0;
  }
}
.head-bar {
  display: flex;
  border-bottom: solid 2px #eee;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  padding-bottom: 6px;
}
.head-bar.los {
  margin: 0 6px;
  padding: 4px 4px 4px 8px;
  border-bottom: 2px solid #efecec;
}
.head-bar.head-bar-space {
  margin-bottom: 14px;
}
.head-bar .head-block {
  display: block;
  text-align: right;
}
.head-bar .head-block:first-child {
  text-align: left;
}
.head-bar .head-block button {
  position: relative;
  display: inline;
  text-decoration: none;
  border: solid 1px transparent;
  cursor: pointer;
  padding: 6px 10px;
  line-height: normal;
  border-radius: 8px;
  font-size: 1rem;
  margin: 0;
  color: #444;
  background-color: transparent;
  transition: 0.2s all ease-out;
  vertical-align: center;
  white-space: nowrap;
}
.head-bar .head-block button.active, .head-bar .head-block button:hover {
  border: solid 1px #ccc;
  color: #333;
  background-color: rgba(0, 0, 0, 0.08);
}
.head-bar .head-block button:active {
  border-color: #3F3F3F;
  background-color: rgba(0, 0, 0, 0.2);
}
.head-bar .head-article {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  line-height: normal;
  padding-right: 4px;
}
.head-bar a {
  position: relative;
  display: inline;
  text-decoration: none;
  border: solid 1px transparent;
  padding: 6px 12px;
  line-height: normal;
  border-radius: 8px;
  font-size: 1rem;
  margin: 0;
  color: #444;
  transition: 0.2s all ease-out;
  vertical-align: center;
  white-space: nowrap;
}
.head-bar a.fa, .head-bar a.fa-multi {
  border: solid 1px transparent;
  font-size: 1rem;
  padding: 7px 10px;
}
.head-bar a.fa-multi {
  padding: 6px;
  display: inline-flex;
  align-items: center;
}
.head-bar a.fa-multi span {
  padding: 0 6px;
}
.head-bar a.active, .head-bar a:hover {
  border: solid 1px #ccc;
  color: #333;
  background-color: rgba(0, 0, 0, 0.08);
}
.head-bar a:active {
  border-color: #3F3F3F;
  background-color: rgba(0, 0, 0, 0.2);
}
.head-bar .head-info {
  display: inline;
  border-left: #ddd 1px solid;
  padding-left: 6px;
  color: #777;
  font-weight: lighter;
}
.head-bar .head-info a {
  padding: 4px 8px;
}
.head-bar .head-block a.limit:not(.active) {
  border-color: transparent;
}
.head-bar .head-block a.limit:hover {
  border-color: #ccc;
}
.head-bar.head-small .head-article {
  font-size: 1.3rem;
}
.head-bar.head-small a {
  font-size: 0.8rem;
  padding: 4.5px 10px;
  display: inline-block;
  margin: 1px;
}
.head-bar.head-small a.fa {
  padding: 4px 10px;
  font-size: 1rem;
}
@media screen and (max-width: 45em) {
  .head-bar .head-article {
    font-size: 1.6em;
  }
  .head-bar a {
    font-size: 0.8rem;
    padding: 4.5px 10px;
  }
  .head-bar a.fa {
    padding: 4px 10px;
    font-size: 1rem;
  }
  .head-bar .head-info a {
    padding: 4px;
  }
  .head-bar.head-small .head-article {
    font-size: 1.2em;
  }
  .head-bar.head-small a {
    font-size: 0.8rem;
    padding: 4.5px 10px;
  }
  .head-bar.head-small a.fa {
    padding: 4px 8px;
    font-size: 1rem;
  }
}

.app-body .head-bar.los {
  display: none;
}

.dark-mode .head-bar {
  border-color: #292929;
}
.dark-mode .head-bar .head-info {
  border-color: #0b0b0b;
}
.dark-mode .head-bar a, .dark-mode .head-bar a.fa {
  color: #ccc;
}

.flag {
  display: inline-block;
  margin: 0 0 0 2px;
  padding: 2px 4px;
  font-size: 0.8rem;
  line-height: normal;
  border-radius: 6px;
  font-weight: normal;
  text-decoration: none;
  color: #3f3f3f;
  transition: 0.2s all ease-out;
}
.flag.square {
  width: 18px;
  height: 18px;
}
.flag.sm {
  border-radius: 4px;
  font-size: 0.6rem;
  margin: 0 0 0 2px;
  padding: 0 4px 1px 4px;
}
.flag.td {
  font-size: 0.8rem;
  margin: 0 0 0 4px;
  padding: 2px 4px;
}
.flag.td-icon {
  font-size: 0.8rem;
  margin: 0 4px 0 0;
  padding: 2px 4px;
}
.flag.md {
  font-size: 1rem;
  margin: 0 0 0 4px;
  padding: 2px 8px;
}
.flag.lg {
  font-size: 1.8rem;
  margin: 0 0 0 4px;
  padding: 6px 18px;
}
.flag.icon {
  padding: 4px 6px;
  min-width: 22px;
  text-align: center;
  margin-right: 8px;
}
.flag.primary {
  background-color: #006B63;
  color: #fff;
}
.flag.default {
  background-color: #d7d7d7;
}
.flag.success {
  background-color: #006B63;
  color: #fff;
}
.flag.info {
  background-color: #008AA6;
  color: #fff;
}
.flag.info span.fa {
  color: #fff;
}
.flag.warning {
  background-color: #FFC43D;
}
.flag.danger {
  background-color: #A6000D;
  color: #fff;
}
.flag.danger span.fa {
  color: #fff;
}
.flag.trans {
  border: 1px #ccc solid;
}
.flag.id {
  margin-left: 2px;
}
.flag.beta {
  background-color: #FFC43D;
  color: #222;
}
.flag.new {
  padding-left: 2px;
  padding-right: 2px;
}
.flag.new:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.6rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  color: #008AA6;
  opacity: 0.9;
}
.flag .fa:not(.fa-only-icon) {
  margin-right: 4px;
}
.flag.help {
  cursor: context-menu;
}

a.flag:hover,
a.flag:hover span.fa {
  background-color: #222;
  color: #fff;
}

a.flag:active,
a.flag:active span.fa {
  background-color: #555;
  color: #fff;
}

span.flag {
  cursor: default;
}

@media only screen and (max-width: 45em) {
  .flag.lg {
    font-size: 1rem;
    margin: 0 0 0 1px;
    padding: 4px 10px;
  }
}
.dark-mode .flag.default {
  background-color: #535353;
}
.dark-mode .flag.warning {
  color: #222;
}

.payment-icon.space-left {
  margin-left: 10px;
}
.payment-icon.mollie img {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  text-align: center;
}
.payment-icon.twinfield img, .payment-icon.snelstart img {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  padding: 2px 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.message-block {
  display: block;
  margin: 20px 10px 10px;
  text-align: center;
  padding: 30px 10px;
  background-color: #f9f7f5;
  border-radius: 8px;
  border: solid 2px #eee;
}
.message-block h4 {
  color: #006B63;
}
.message-block .fa-2x {
  margin-bottom: 10px;
  color: #006B63;
}
.message-block .fa-4x {
  margin-bottom: 20px;
  color: #006B63;
}
.message-block.sm {
  padding: 14px;
  margin-bottom: 0;
}
.message-block.warning {
  border-color: #f5dd9c;
  background-color: #ffebba;
}
.message-block.issue {
  border-color: #f5dd9c;
  margin: 8px 4px;
  background: linear-gradient(-45deg, #FFC43D, #f5dd9c, #FFC43D, #f5dd9c);
  background-size: 400% 400%;
  animation: gradient-issue 10s ease infinite;
}
.message-block.issue .fa, .message-block.issue p, .message-block.issue h4 {
  color: #333;
}
.message-block.success {
  border-color: #00a670;
  margin: 8px 4px;
  background: linear-gradient(-45deg, #00A699, #00c081, #00a670, #00c081);
  background-size: 400% 400%;
  animation: gradient-issue 10s ease infinite;
}
.message-block.success .fa, .message-block.success p, .message-block.success h4, .message-block.success h5, .message-block.success ul {
  color: #FFF;
}
.message-block .max-400 {
  margin: auto;
  max-width: 400px;
}
.message-block table.table-details {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  position: relative;
}
.message-block table.table-details th, .message-block table.table-details td {
  padding: 10px 14px;
  word-wrap: break-word;
}
.message-block table.table-details tr:nth-child(even) {
  background-color: #f4f2f0;
}
.message-block table.table-details tr:hover {
  background-color: #e6e4e2;
}
@media only screen and (max-width: 45em) {
  .message-block table.table-details th, .message-block table.table-details td {
    padding: 10px 2px;
  }
}

@keyframes gradient-issue {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.dark-mode .message-block {
  background-color: #4a4a4a;
  border: none;
}
.dark-mode .message-block p {
  color: #ccc;
}
.dark-mode .message-block a {
  color: #fff;
}

.contact-lars {
  display: flex;
}
.contact-lars > div {
  width: 50%;
}
.contact-lars .img-text {
  padding: 0 0 40px 10px;
}
.contact-lars .img-lars {
  align-self: flex-end;
}
.contact-lars .img-lars img {
  width: 100%;
  max-width: 500px;
  margin-bottom: -6px;
}

@media only screen and (max-width: 45em) {
  .contact-lars {
    flex-direction: column;
  }
  .contact-lars > div {
    width: 100%;
  }
  .contact-lars .img-text {
    padding: 40px 18px 18px 18px;
  }
  .contact-lars .img-lars {
    text-align: right;
  }
  .contact-lars .img-lars img {
    max-width: 300px;
    margin-bottom: -4px;
  }
}
.team-member {
  margin-bottom: 10px;
  text-align: center;
}

.team-picture img {
  width: 100%;
  border-radius: 20px;
  max-width: 240px;
}

.team-name h3 {
  margin: 14px 0 0 0;
  border: none;
}

span.team-function {
  font-weight: 100;
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #7c7c7c;
}

.team-contact {
  font-weight: 100;
  color: #7c7c7c;
  display: block;
  padding: 4px 0;
}

.text-icon-paper-plane-o:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1d9";
}

.text-icon-paper-plane-o {
  padding-right: 10px;
}

#map .no-google-maps {
  display: block;
  background-color: rgb(184, 217, 253);
  height: 450px;
}

/* PAGE-CONTENT - SECTIONS */
.page-content section {
  position: relative;
  padding: 110px 0;
}
.page-content section .container.flex,
.page-content section .container .flex {
  align-items: center;
}
.page-content .section-break {
  background-color: #ececec;
  padding: 130px 0;
}
.page-content .section-break-last {
  background-color: #ececec;
  padding: 110px 0 60px 0;
}
.page-content .section-green {
  background-color: #006B63;
}
.page-content .section-dark {
  background-color: #333333;
  padding: 100px 0;
}
.page-content .section-first {
  padding-top: 100px;
  overflow: hidden;
}
.page-content .section-hero {
  padding: 0;
}
.page-content .section-hero img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 50vh;
}
.page-content .section-hero .wave {
  bottom: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 45em) {
  .page-content section {
    padding: 40px 0;
  }
  .page-content .section-hero img {
    height: 35vh;
  }
}
.page-content .section-green p,
.page-content .section-green .btn-link,
.page-content .section-green h1, .page-content .section-green h2, .page-content .section-green h3,
.page-content .section-green span, .page-content .section-green .breadcrumb ol li:before,
.page-content .section-green td {
  color: #fff;
}
.page-content .section-green h1 {
  border-left: 3px solid #fff;
  font-weight: 500;
}
.page-content .section-dark p,
.page-content .section-dark h1, .page-content .section-dark h2, .page-content .section-dark h3,
.page-content .section-dark .h2-subtitle, .page-content .section-dark .fa,
.page-content .section-dark .breadcrumb ol li:before, .page-content .section-dark li {
  color: #fff;
}

/* EXTRA TAGS (Gebruikt op elke software pagina) */
.text-tag {
  background-color: #006B63;
  border-radius: 5px;
  padding: 3px 8px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 0.78rem;
  color: #fff;
  margin-left: 4px;
}

.table-tag {
  background-color: #FFBC24;
  color: #fff;
  line-height: normal;
  font-size: 0.8rem;
  text-align: center;
  transform: rotate(38deg);
  position: absolute;
  right: -41px;
  top: 22px;
  width: 163px;
  padding: 5px;
}

.software-review span {
  font-style: italic;
  color: #7a7a7a;
  line-height: 1.7;
}
.software-review span:before {
  content: "-";
  margin: 0 6px;
}

.software-review-primary {
  color: #009287;
}

.software-review-yellow {
  color: #FFBC24;
}

.btn-app {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center left 10px;
  padding: 12px 16px 12px 44px;
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #ececec;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  white-space: normal;
  line-height: 1.4;
  outline: none;
  transition: all 0.1s;
}
.btn-app:hover {
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
}
.btn-app .btn-app-title {
  display: block;
}
.btn-app .btn-app-subtitle {
  display: block;
  font-size: 0.75rem;
  color: #797979;
}

.btn-apple {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.btn-google {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

® .quick-usps {
  gap: 20px;
  display: flex;
  flex-flow: wrap;
}

.quick-usps li {
  padding: 16px 16px 16px 24px;
  list-style: none;
  background: #fff;
  border-radius: 10px;
  border-left: 10px solid #006b63;
  flex: 1 0 30%;
  min-width: 340px;
  display: flex;
}

.quick-usps li:hover {
  background: #f5f5f5;
}

.quick-usps i {
  color: #006b63;
  margin-right: 10px;
}

.m-l-4 {
  margin-left: 4px;
}

.m-l-6 {
  margin-left: 6px;
}

.m-l-8 {
  margin-left: 8px;
}

.m-r-4 {
  margin-right: 4px;
}

.m-r-6 {
  margin-right: 6px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-v-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-4 {
  margin-bottom: 4px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-18 {
  margin-bottom: 18px;
}

.m-h-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-h-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-h-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-l-4 {
  margin-left: 4px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-14 {
  margin-top: 14px;
}

.m-t-18 {
  margin-top: 18px;
}

.p-t-10 {
  padding-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.di-b {
  display: block;
}

.split {
  display: flex;
  flex-flow: row wrap;
  margin-right: -10px;
  margin-bottom: -10px;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
.split .s-col {
  flex: 1 0 auto;
  width: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.split .let-10 {
  width: 10%;
}
.split .let-8 {
  width: 12.5%;
}
.split .let-6 {
  width: 37.5%;
}
.split .let-5 {
  width: 20%;
}
.split .let-4 {
  width: 25%;
}
.split .let-3 {
  width: 33.33%;
}
.split .let-2 {
  width: 50%;
}
.split .let-1 {
  width: 100%;
}
.split .w-30 {
  width: 30px;
}
.split .w-40 {
  width: 40px;
}
.split .w-50 {
  width: 50px;
}
.split .w-70 {
  width: 70px;
}
.split .w-100 {
  width: 100px;
}
.split .w-110 {
  width: 110px;
}
.split .w-120 {
  width: 120px;
}
.split .w-140 {
  width: 140px;
}
.split .w-200 {
  width: 200px;
}
.split .min-50 {
  min-width: 50px;
}
.split .min-70 {
  min-width: 70px;
}
.split .min-100 {
  min-width: 100px;
}
.split .min-120 {
  min-width: 120px;
}
.split .min-140 {
  min-width: 140px;
}
.split .min-150 {
  min-width: 150px;
}
.split .min-200 {
  min-width: 200px;
}
.split .min-250 {
  min-width: 250px;
}
.split .min-280 {
  min-width: 280px;
}
.split .min-300 {
  min-width: 300px;
}
.split .no-grow {
  flex-grow: 0;
}
.split.no-space {
  margin: 0;
}
.split.no-space .s-col {
  padding: 0;
}
.split.no-space-between {
  margin-right: 0;
}
.split.no-space-between .s-col {
  padding-right: 0;
}
.split.add-bottom-space {
  margin-bottom: 4px;
}

.offer-pagination {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.offer-pagination a, .offer-pagination .nr {
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.offer-pagination a:not(.empty):not(.nr):hover, .offer-pagination .nr:not(.empty):not(.nr):hover {
  background-color: #ccc;
}
.offer-pagination .empty span {
  color: #6b6b6b;
}

.callout {
  padding: 14px;
  border-radius: 10px;
  border-left: solid 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
}
.callout.callout-green {
  background: #e6f6f4;
  border-color: #006B63;
}
.callout.callout-gray {
  background: #f7f7f7;
  border-color: #006B63;
}
.callout.callout-yellow {
  background: #fff8e9;
  border-color: #FFBC24;
}
.callout.callout-blue {
  background: #e5f3f6;
  border-color: #008AA6;
}
.callout.callout-red {
  background: #faf2f2;
  border-color: #A6000D;
}

.check-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.check-group .check-from {
  position: relative;
  display: flex;
  align-items: center;
}
.check-group .check-from .check-mark {
  display: block;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: solid 1px #CCC;
  transition: all 100ms linear;
  padding: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 3px rgba(128, 128, 128, 0.4);
  cursor: pointer;
  margin-right: 6px;
}
.check-group .check-from input {
  display: none;
}
.check-group .check-from input:disabled + .check-mark {
  background-color: #e0e0e0;
}
.check-group .check-from input:disabled + .check-mark:after {
  background-color: #e0e0e0;
}
.check-group .check-from input:checked + .check-mark:after {
  content: "\f00c";
  color: #006B63;
}
.check-group .check-text {
  display: block;
  position: relative;
  cursor: pointer;
}
.check-group .check-under {
  display: block;
  font-size: 0.8rem;
  color: #999;
  margin-top: 2px;
  margin-left: 30px;
}
.check-group .check-icon {
  min-width: 20px;
  margin-right: 4px;
  text-align: center;
}

label.form-checkbox {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
label.form-checkbox .check-mark {
  display: block;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: solid 1px #CCC;
  transition: all 100ms linear;
  padding: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 3px rgba(128, 128, 128, 0.4);
  cursor: pointer;
}
label.form-checkbox .check-text {
  display: block;
  position: relative;
  cursor: pointer;
}
label.form-checkbox .check-under {
  display: block;
  font-size: 0.8rem;
  color: #ccc;
}
label.form-checkbox .check-icon {
  min-width: 20px;
  margin-right: 4px;
  text-align: center;
}
label.form-checkbox input {
  display: none;
}
label.form-checkbox input:disabled + .check-mark {
  background-color: #e0e0e0;
}
label.form-checkbox input:disabled + .check-mark:after {
  background-color: #e0e0e0;
}
label.form-checkbox input:checked + .check-mark:after {
  content: "\f00c";
  color: #006B63;
}

.wizard-register {
  margin: 40px 0;
}
.wizard-register .wizard-steps {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.wizard-register .wizard-steps ol {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.wizard-register .wizard-steps ol li {
  position: relative;
  list-style-type: none;
  display: inline;
}
.wizard-register .wizard-steps ol li a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 4px;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  border: solid 2px #ddd;
  cursor: default;
}
.wizard-register .wizard-steps ol li a span {
  display: inline-block;
}
.wizard-register .wizard-steps ol li.current a {
  color: #fff;
  background-color: #656565;
}
.wizard-register .wizard-steps ol li.current a span {
  color: #fff;
}
.wizard-register .wizard-steps ol li.done a {
  color: #fff;
  background-color: #006B63;
}
.wizard-register .wizard-steps ol li.done a span {
  color: #fff;
}
.wizard-register .wizard-steps ol li::after {
  position: center;
  border: #00c0b1 1px solid;
}
.wizard-register .content {
  position: relative;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 2px 0 #ccc;
  border-radius: 8px;
  width: 70%;
  margin: auto;
}
.wizard-register .content h1 {
  border-bottom: solid 2px #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.wizard-register .content p {
  margin: 6px 0;
}
.wizard-register .content form {
  margin: 6px 0;
}

@media only screen and (max-width: 50em) {
  .wizard-register .wizard-steps {
    margin: 20px 0;
  }
  .wizard-register .wizard-steps ol li {
    margin: 0;
  }
  .wizard-register .wizard-steps ol li a {
    padding: 8px 10px;
    margin: 4px;
  }
  .wizard-register .wizard-steps ol li a span {
    display: none;
  }
  .wizard-register .content {
    width: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::selection {
  background: rgba(0, 166, 153, 0.51);
}

a:not(.btn-tel) {
  user-select: none;
  -webkit-user-select: none;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
}

.red {
  border: 1px red solid;
}

.hidden {
  display: none;
}

/* separation */
.separation,
.separation-sm {
  height: 40px;
  position: relative;
  margin-top: -40px;
}

.separation-sm {
  height: 20px;
  margin-top: -20px;
}

.separation-top {
  height: 80px;
  margin-top: -79px;
  background-color: #333333;
  background: linear-gradient(45deg, #262626 70%, transparent 30%);
  padding: 8px 0;
  border-bottom: 6px solid #006B63;
}

.separation-top h1,
.separation-top .h1 {
  margin-left: 2%;
  color: #FFF;
  line-height: 1.4;
}

.separation-top h2 {
  margin: 0;
  margin-left: 2%;
  color: #FFF;
  font-size: 1.5rem;
}

.separation-top h3 {
  margin: 0;
  margin-left: 2%;
  color: #FFF;
  font-size: 1rem;
  border: none;
}

.separation-gray {
  background-color: #ECECEC;
  background: linear-gradient(45deg, #ECECEC 50%, transparent 50%);
}

.separation-blue {
  background-color: #ebeff3;
  background: linear-gradient(45deg, #ebeff3 50%, transparent 50%);
}

.separation-white {
  background-color: #FFF;
  background: linear-gradient(45deg, #FFF 50%, transparent 50%);
}

.separation-green {
  background-color: #006B63;
  background: linear-gradient(45deg, #006B63 50%, transparent 50%);
}

.separation-black {
  background-color: #262626;
  background: linear-gradient(45deg, #262626 50%, transparent 50%);
}

@media only screen and (max-width: 45em) {
  .separation,
  .separation-sm {
    height: 20px;
    margin-top: -20px;
  }
  .separation-top {
    background: linear-gradient(45deg, #262626 95%, transparent 5%);
    height: 60px;
    margin-top: -34px;
  }
  .separation-top h1,
  .separation-top .h1 {
    font-size: 1.7rem;
  }
  td {
    -webkit-text-size-adjust: 100%;
  }
}
/* Filter */
.offer-row-filter {
  margin-top: 3px;
  padding: 12px 0;
  border-bottom: solid 1px #ddd;
}

.offer-filter-btn,
.offer-update-close,
.offer-row-filter a.active,
.offer-row-filter a.active-stay {
  position: relative;
  background-color: #CCEDEB;
  padding: 8px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  color: #006B63;
  border-radius: 6px;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}

.offer-update-close {
  color: #fff;
  background-color: #CCC;
  text-align: center;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

.offer-row-filter a.active-stay {
  background-color: #ccc;
  color: #4c4c4c;
}
.offer-row-filter a.active:not(.offer-filter-btn):before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  margin-right: 10px;
}
.offer-row-filter select {
  display: none;
  position: relative;
  background-color: #f3f3f3;
  padding: 3px 3px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  border-radius: 6px;
  color: #4c4c4c;
  width: 146px;
  border: 2px solid #ccc;
  -webkit-appearance: none;
  line-height: 1.7rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: inherit;
}

.offer-row-ordering {
  padding: 12px 0;
  border-bottom: solid 1px #ddd;
}

.offer-row-ordering a {
  color: #4c4c4c;
  text-decoration: none;
}

.offer-row-ordering a.active {
  color: #006B63;
  text-decoration: none;
}

.offer-row-ordering a.active:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 3px;
  margin-right: 2px;
}

.offer-row-ordering a.active-up:after {
  content: "\f176";
}

.offer-row-ordering a.active-down:after {
  content: "\f175";
}

.offer-row-ordering a:hover {
  color: #009287;
  text-decoration: none;
}

/* Search bar */
.offer-search-bar form {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 6px;
}

.offer-search-item-1 {
  width: 54%;
}

.offer-search-item-1 input {
  border-radius: 4px 0 0 4px;
}

.offer-search-item-2 {
  width: 26%;
}

.offer-search-item-2 .form-dropdown-btn {
  height: 44px;
}

.offer-search-item-2 .form-dropdown-menu {
  margin-top: 8px;
}

.offer-search-item-3 {
  width: 20%;
}

.offer-search-item-3 input {
  border-radius: 0 4px 4px 0;
  height: 44px;
}

@media only screen and (min-width: 45em) {
  a.offer-update-close {
    display: none;
  }
}
@media only screen and (max-width: 45em) {
  .offer-search-item-1 input {
    padding: 10px;
  }
  .offer-search-bar-box {
    width: 100%;
  }
  .offer-search-item-1 {
    width: 70%;
  }
  .offer-search-item-2 {
    display: none;
  }
  .offer-search-item-3 {
    width: 30%;
  }
  .offer-row-filter {
    margin-top: 0px;
    padding: 10px 0;
  }
  .offer-row-filter a.active-stay {
    display: none;
  }
  .offer-row-filter select {
    display: inline-block;
  }
  .offer-row-ordering {
    padding: 10px 0;
  }
}
.offer-filter-menu {
  margin-top: 5px;
}

.offer-filter-menu-item {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.offer-filter-menu-item button {
  min-height: unset;
}
.offer-filter-menu-item .add-space {
  margin-bottom: 14px;
}
.offer-filter-menu-item p.title {
  font-size: 1.2rem;
  font-weight: lighter;
}
.offer-filter-menu-item a.btn-map img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.offer-filter-menu-item a.btn-map span {
  text-align: center;
}
.offer-filter-menu-item p.title-bold {
  font-weight: bold;
}
.offer-filter-menu-item p.title-space {
  margin-bottom: 10px;
}
.offer-filter-menu-item p.sub-title {
  font-size: 0.8rem;
  font-weight: lighter;
  padding: 6px 0;
}
.offer-filter-menu-item p.or {
  position: relative;
  display: inline-block;
  width: 60%;
  margin: 30px 0 4px 20%;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
.offer-filter-menu-item p.or span {
  position: absolute;
  top: -16px;
  left: 40%;
  color: #7a7a7a;
  background: #fff;
  padding: 4px 10px;
}
.offer-filter-menu-item input[type=tel],
.offer-filter-menu-item input[type=text],
.offer-filter-menu-item select {
  position: relative;
  font-size: 16px;
  width: 100%;
}
.offer-filter-menu-item button, .offer-filter-menu-item a.btn-map span {
  font-size: 16px;
  width: 100%;
  background-color: #6b6b6b;
  color: #FFFFFF;
  padding: 7px 0;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  transition: 0.2s all ease-out;
  border-radius: 6px;
}
.offer-filter-menu-item button:hover, .offer-filter-menu-item a.btn-map span:hover {
  background-color: #006B63;
  color: #FFFFFF;
}
.offer-filter-menu-item h1 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.offer-filter-menu-item h2 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.offer-filter-menu-list li,
label.single-checkbox {
  list-style: none;
  position: relative;
}

.offer-filter-menu-list li .check-mark,
label.single-checkbox .check-mark {
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 0px;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: solid 1px #CCC;
  transition: all 100ms linear;
  padding: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(255, 255, 255);
  text-shadow: 0px 1px 3px rgba(128, 128, 128, 0.4);
  cursor: pointer;
}

.offer-filter-menu-list input:checked + .check-mark:after,
label.single-checkbox input:checked + .check-mark:after {
  content: "\f00c";
  color: #006B63;
}

label.single-checkbox input:disabled + .check-mark {
  background-color: #e0e0e0;
}
label.single-checkbox input:disabled + .check-mark:after {
  background-color: #e0e0e0;
}

.offer-filter-menu-list label {
  margin-left: 30px;
  padding: 6px 0;
  display: block;
  cursor: pointer;
}

/** @deprecated use form-checkbox */
label.single-checkbox {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  cursor: pointer;
}
label.single-checkbox .check-text {
  display: block;
  position: relative;
  margin-left: 30px;
}
label.single-checkbox .check-sub {
  display: block;
  margin-left: 30px;
  margin-top: 4px;
  color: #4c4c4c;
  font-size: 0.8rem;
}

.offer-filter-menu-list label:active > .check-mark:after,
label.single-checkbox:active > .check-mark:after {
  content: "\f00c";
  color: #333;
}

.offer-filter-menu-list li input,
label.single-checkbox input {
  display: none;
}

/* Offer result */
.offer-result {
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
  display: flex;
  width: 100%;
  position: relative;
  align-items: flex-start;
  align-content: flex-start;
}
.offer-result:hover a.open {
  background-color: #00736A;
}
.offer-result:hover .offer-result-col-l img {
  transform: scale(1.02);
}
.offer-result:active a.open {
  background-color: #005d55;
}
.offer-result:active .offer-result-col-l img {
  transform: scale(0.98);
}
.offer-result.unavailable {
  opacity: 0.4;
}
.offer-result.unavailable:hover {
  opacity: 1;
}

.offer-result a {
  text-decoration: none;
}

.offer-result-col-l {
  position: relative;
  width: 34%;
}

.offer-results .no-results {
  margin: 20px;
  text-align: center;
  padding: 60px 10px;
  background-color: #CCEDEB;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0 rgba(128, 128, 128, 0.4);
}
.offer-results .no-results h4 {
  color: #006B63;
}
.offer-results .no-results .fa {
  margin-bottom: 20px;
  color: #006B63;
}

.offer-info {
  margin-top: 40px;
}
.offer-info h3 {
  margin-top: 20px;
  font-weight: bold;
}

.offer-result-col-l img {
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  border-style: none;
  object-fit: cover;
  width: 100%;
  height: 170px;
  box-shadow: 0 2px 0 0 rgba(128, 128, 128, 0.4);
  background-color: #e7e7e7;
  transition: 0.2s all ease-out;
}

.offer-result-col-l a.favo {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s 0.1s ease-in-out;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 0px 1px 3px rgba(128, 128, 128, 0.4);
}

.offer-result-col-l a.favo:after {
  content: "\f08a";
}

.offer-result-col-l a.favo:hover:after {
  color: #FFF;
  font-size: 26px;
}

.offer-result-col-l a.favo:active:after {
  color: #a6000d;
  content: "\f004";
}

.offer-result-col-l a.i-l,
.offer-result-col-l a.i-r {
  position: absolute;
  bottom: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 150ms ease-in-out;
  color: rgba(255, 255, 255, 0.4);
  padding: 8px;
  padding-top: 10px;
}

.offer-result-col-l a.i-l {
  left: 0;
  padding-right: 20%;
  border-radius: 0 100% 0 4px;
}

.offer-result-col-l a.i-r {
  right: 0;
  padding-left: 20%;
  border-radius: 100% 0 4px 0;
}

.offer-result-col-l a.i-l:after {
  content: "\f053";
}

.offer-result-col-l a.i-r:after {
  content: "\f054";
}

.offer-result-col-l a.i-l:hover,
.offer-result-col-l a.i-r:hover {
  background-color: rgba(0, 166, 153, 0.6);
  color: rgb(255, 255, 255);
}

.offer-result-col-l a.i-l:active,
.offer-result-col-l a.i-r:active {
  background-color: #262626;
  color: rgb(255, 255, 255);
}

.offer-result-col-price a.open {
  display: block;
  background-color: #006B63;
  color: #FFF;
  text-align: center;
  padding: 14px 0;
  margin-top: 20px;
  border-radius: 0 0 4px 4px;
  transition: 0.2s all ease-out;
}

.offer-result-col-r {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 48%;
  padding: 0 1vw;
  font-size: 1rem;
}
.offer-result-col-r a.title {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 8px 0;
}
.offer-result-col-r a.place {
  padding: 4px 0;
}
.offer-result-col-r p.description {
  font-size: 0.9rem;
}
.offer-result-col-r p.spec {
  font-size: 0.8rem;
  color: #3f3f3f;
  margin-bottom: 4px;
}

.offer-result-col-price {
  position: relative;
  display: inline;
  width: 18%;
  border: 1px solid #CCC;
  border-radius: 6px;
  text-align: center;
}
.offer-result-col-price p.price {
  color: #006B63;
  font-size: 1.7rem;
}
.offer-result-col-price span.cent {
  color: #006B63;
  font-size: 1rem;
}
.offer-result-col-price p.price-info {
  font-size: 0.7rem;
  padding: 0 4px;
}
.offer-result-col-price .price-highlight {
  margin-top: 10px;
}
.offer-result-col-price .price-highlight p {
  font-size: 0.7rem;
  padding: 0 4px;
}

.offer-result-row-price {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.offer-result-row-price p.price span.euro {
  font-size: 1.5rem;
  color: #006B63;
}
.offer-result-row-price p.price span.cent {
  font-size: 0.8rem;
  color: #007F75;
}

a.offer-filter-btn {
  display: none;
}

@media only screen and (max-width: 45em) {
  .offer-result {
    flex-direction: column;
  }
  .offer-result > div {
    width: 100%;
  }
  .offer-result-col-l {
    width: 100%;
    margin-bottom: 10px;
  }
  .offer-result-col-r {
    width: 100%;
    margin-bottom: 10px;
  }
  .offer-result-col-price {
    width: 100%;
  }
  .offer-result-col-price .price-highlight {
    display: none;
  }
  .offer-result-col-price .price-box {
    width: 60%;
    float: left;
  }
  .offer-result-col-l img {
    max-height: 180px;
  }
  .offer-result-col-price a.open {
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0 6px 6px 0;
    padding: 28px 0;
    font-size: 20px;
  }
  a.offer-filter-btn {
    text-decoration: none;
    color: #4c4c4c;
    background-color: #CCC;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }
  #offer-filter-menu {
    display: none;
  }
  #offer-screen:target #offer-filter-menu {
    display: block;
  }
  #offer-screen:target #offer-col-results {
    display: none;
  }
}
@media only screen and (min-width: 45em) and (max-width: 50em) {
  a.offer-filter-btn {
    text-decoration: none;
    color: #4c4c4c;
    background-color: #CCC;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }
  #offer-filter-menu {
    display: none;
  }
  .container-table .col-3 {
    width: 96%;
  }
  .container-table .col-9 {
    width: 96%;
  }
  #offer-filter-menu {
    display: none;
  }
  #offer-screen:target #offer-filter-menu {
    display: block;
  }
  #offer-screen:target #offer-col-results {
    display: none;
  }
}
.shopping-text {
  position: relative;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #fafafa;
  padding: 20px;
  margin-top: 20px;
}
.shopping-text .shopping-img {
  position: absolute;
  width: 30%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.shopping-text .shopping-img .opacity {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-image: linear-gradient(to right, #fafafa, rgba(250, 250, 250, 0));
  width: 60%;
}
.shopping-text .shopping-img .img {
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url("/image/provinces/noord-holland.jpg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 6px 6px 0;
  background-size: cover;
}
.shopping-text h1 {
  font-size: 1.6rem;
  margin: 0;
  z-index: 1;
  width: 65%;
  padding-right: 20px;
}
.shopping-text h5 {
  font-size: 0.9rem;
  font-style: italic;
  font-weight: bold;
}
.shopping-text p {
  margin: 8px 0;
  width: 65%;
  padding-right: 20px;
  font-size: 0.9rem;
}
.shopping-text .process-bar {
  border: 1px solid #333333;
  width: 30%;
  border-radius: 2px;
  background-color: #FFF;
}
.shopping-text .process-bar .bar {
  height: 24px;
  background-color: #006B63;
  background-image: linear-gradient(to right, #006B63, #009287);
}

@media only screen and (max-width: 45em) {
  .shopping-text {
    margin-top: 10px;
  }
  .shopping-text h1 {
    font-size: 1.2rem;
    width: 100%;
  }
  .shopping-text p {
    display: none;
  }
  .shopping-text .shopping-img {
    display: none;
  }
  .shopping-text .process-bar {
    width: 100%;
  }
}
.offer-show-photo {
  position: relative;
  display: block;
  background-color: #262626;
}

.offer-show-limit {
  position: relative;
  max-width: 120rem;
  margin: auto;
}

.offer-show-photo::after {
  content: "";
  display: table;
  clear: both;
}

.row-offer-show-preview .offer-show-photo-main {
  position: relative;
  width: 50%;
  float: left;
  height: 34vw;
  max-height: 620px;
  overflow: hidden;
}
.row-offer-show-preview .offer-show-photo-main img {
  transition: transform 0.7s ease;
}
.row-offer-show-preview .offer-show-photo-main:hover img {
  transform: scale(1.06);
}
.row-offer-show-preview .offer-show-photo-main:active img {
  transform: scale(0.96);
}

.row-offer-show-preview .offer-show-photo-main img,
.row-offer-show-preview .offer-show-photo-sub img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 1px;
  cursor: pointer;
}

.row-offer-show-preview .offer-show-photo-sub img {
  position: relative;
}

.row-offer-show-preview .offer-show-photo-sub {
  position: relative;
  width: 50%;
  float: left;
}

.row-offer-show-preview .offer-show-photo-sub .offer-show-photo-sub-down {
  position: relative;
  height: 200px;
  width: 100%;
}

.row-offer-show-preview .offer-show-photo-sub .offer-show-photo-sub-down-item {
  position: relative;
  width: 50%;
  float: left;
  height: 17.03vw;
  max-height: 310px;
  overflow: hidden;
}
.row-offer-show-preview .offer-show-photo-sub .offer-show-photo-sub-down-item img {
  transition: transform 0.5s ease;
}
.row-offer-show-preview .offer-show-photo-sub .offer-show-photo-sub-down-item:hover img {
  transform: scale(1.1);
}
.row-offer-show-preview .offer-show-photo-sub .offer-show-photo-sub-down-item:active img {
  transform: scale(0.96);
}

.offer-show-bar {
  position: relative;
  margin-top: 4px;
  border-bottom: 2px #006B63 solid;
}

.offer-show-bar ol {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  max-width: 76rem;
  margin: 0 auto;
}

.offer-show-bar ol li {
  float: left;
}

.offer-show-bar ol li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
}

.offer-show-bar ol li a:hover {
  background-color: #009287;
  background-color: #585858;
  color: white;
}

.offer-show-bar a:hover .fa {
  color: white;
}

.offer-show-bar a .fa {
  color: #333;
}

div#map iframe {
  border: 0;
  margin: 0;
  padding: 0;
  display: block; /* fix space */
}

@media only screen and (max-width: 45em) {
  .row-offer-show-preview .offer-show-photo-main,
  .row-offer-show-preview .offer-show-photo-main img,
  .row-offer-show-preview .offer-show-photo-sub img {
    padding: 0;
  }
  .row-offer-show-preview .offer-show-photo-main {
    width: 100%;
    height: 250px;
    min-height: 250px;
  }
  .row-offer-show-preview .offer-show-photo-sub {
    display: none;
  }
  .offer-show-bar {
    margin: 0;
    margin-bottom: 20px;
  }
  .offer-show-bar ol li a {
    padding: 16px 10px;
    border-radius: 0;
  }
}
body#reservation {
  background-color: #f9f7f5;
}
body#reservation .stick-20 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 80px;
}
body#reservation .item {
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 2px 0 #ccc;
  border-radius: 8px;
}
body#reservation .item:not(:first-child) {
  margin-top: 20px;
}
body#reservation .item .check-mark {
  margin: 10px 4px;
}
body#reservation .item table {
  margin: 0;
}
body#reservation .item.item-overview {
  padding: 0;
}
body#reservation .item.item-overview img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-bottom: solid 4px #006B63;
}
body#reservation .item.item-overview .content {
  padding: 10px 20px 20px 20px;
}
body#reservation .item.item-overview .content h2 {
  font-size: 1rem;
  margin: 0px;
}
body#reservation .item.item-overview .content p {
  font-size: 0.8rem;
}
body#reservation .item.item-overview .content .price-box {
  border-top: 2px #ddd solid;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
}
body#reservation .item.item-overview .content .price-box .price-info span {
  display: block;
}
body#reservation .item.item-overview .content .price-box .price {
  color: #006B63;
  font-size: 1.3rem;
}

#page-home #section-search {
  padding: 0;
}
#page-home #section-search h4 {
  color: #fff;
  font-size: 1.4rem;
  margin: 16px 0 8px 0;
}
#page-home #search-action-linear {
  min-height: 70vh;
  background: #006B63;
  background: linear-gradient(to bottom right, rgba(0, 101, 93, 0.78) 26.89%, rgba(204, 237, 235, 0.29));
  padding-bottom: 120px;
  transition: all 1s ease;
}
#page-home #search-action-linear .container {
  padding-top: 10vh;
}
#page-home .btn-options {
  display: inline-flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px;
}
#page-home .btn-options > div {
  display: inline-flex;
  flex-wrap: wrap;
}
#page-home .btn-options button {
  color: #3f3f3f;
  font-weight: normal;
  font-size: 16px;
  padding: 14px;
  background-color: #FFF;
  margin: 2px 2px;
  border-radius: 2px;
  border: none;
  outline: none;
  transition: background-color 0.25s;
  cursor: pointer;
  white-space: nowrap;
}
#page-home .btn-options button.active {
  background-color: #333;
  color: #fff;
}
#page-home .btn-options button:hover {
  background-color: #222;
  color: #fff;
}
#page-home .btn-options button:active {
  background-color: #777;
  color: #fff;
  transform: scale(0.96);
}
#page-home #search-go-btn {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 14px 40px;
  background-color: #333;
  margin: 30px 0 0 0;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s all ease-out;
}
#page-home #search-go-btn.active {
  background-color: #333;
  color: #fff;
}
#page-home #search-go-btn:hover {
  background-color: #222;
  color: #fff;
  transform: scale(1.04);
}
#page-home #search-go-btn:active {
  transform: scale(0.96);
  color: #fff;
}
#page-home #place-search-field {
  margin: 3px;
  max-width: 200px;
}
#page-home #search-action-img {
  background-image: url(/image/home/top/caravan.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  transition: all 0.4s ease;
  opacity: 1;
}
@media only screen and (max-width: 45rem) {
  #page-home #search-action {
    width: 100%;
  }
  #page-home .btn-options button {
    padding: 8px 4px;
  }
  #page-home #area-search .container {
    margin-top: 20px;
  }
  #page-home #section-search h4 {
    font-size: 1.2rem;
  }
}

.login-box {
  margin-top: 14vh;
  margin-bottom: 10vh;
  margin-left: 20px;
  padding-bottom: 10vh;
}

.login-box .login-col {
  padding-right: 40px;
}

.login-box h1 {
  margin: 20px 0;
}

.login-box p {
  margin: 14px 0;
}

.login-box .login-col-l {
  padding-bottom: 20px;
}

.login-box .login-col-l {
  border-right: dashed 1px #ccc;
  border-bottom: none;
}

.login-col-l a.btn-forget-password {
  margin-left: 10px;
  text-decoration: none;
  color: #777;
}
.login-col-l a.btn-forget-password:hover {
  text-decoration: underline;
  color: #333;
}
.login-col-l label.single-checkbox {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 45em) {
  .login-box {
    margin-top: 20px;
    margin-left: 0;
  }
  .login-box .login-col {
    padding-right: 0;
  }
  .login-box .login-col-l {
    border-right: none;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 50px;
  }
}
.team-person-image {
  margin-left: 1% !important;
  margin-right: 1% !important;
  width: 14.66%;
}

.team-person-image img {
  max-width: 200px;
  width: 100%;
}

.team-person h3 {
  color: #008AA6;
}

@media only screen and (max-width: 45em) {
  .team-person-image {
    width: 100%;
  }
}
.dashboard-row {
  position: relative;
  width: 100%;
}

.dashboard-col {
  position: relative;
  border: solid #ccc 1px;
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 320px;
}

.dashboard-col-content {
  position: relative;
  min-height: 240px;
}

.show-more {
  font-size: 1.4rem;
  text-decoration: none;
  color: #008aa6;
}
.show-more:hover {
  color: #006073;
}

body#all-page {
  background-color: #f9f7f5;
}
body#all-page .stick-20 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 80px;
}
body#all-page .item {
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 2px 0 #ccc;
  border-radius: 8px;
}
body#all-page .item:not(:first-child) {
  margin-top: 20px;
}
body#all-page .item.item-overview {
  padding: 0;
}
body#all-page .item.item-overview img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-bottom: solid 4px #006B63;
}
body#all-page .item.item-overview .content {
  padding: 10px 20px 20px 20px;
}
body#all-page .item.item-overview .content h2 {
  font-size: 1rem;
  margin: 0;
}
body#all-page .item.item-overview .content p {
  font-size: 0.8rem;
}
body#all-page .item.item-overview .content .line {
  border-top: 2px #ddd solid;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
}

body#no-auth {
  background-color: #f9f7f5;
}
body#no-auth .stick-20 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 80px;
}
body#no-auth .item {
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 2px 0 #ccc;
  border-radius: 8px;
}
body#no-auth .item:not(:first-child) {
  margin-top: 20px;
}
body#no-auth .item.item-overview {
  padding: 0;
}
body#no-auth .item.item-overview img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-bottom: solid 4px #006B63;
}
body#no-auth .item.item-overview .content {
  padding: 10px 20px 20px 20px;
}
body#no-auth .item.item-overview .content h2 {
  font-size: 1rem;
  margin: 0;
}
body#no-auth .item.item-overview .content p {
  font-size: 0.8rem;
}
body#no-auth .item.item-overview .content .line {
  border-top: 2px #ddd solid;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
}

#no-auth-tool {
  position: relative;
  background-color: #f9f7f5;
  background: linear-gradient(to right, #fcfbfb, #f9f7f5);
}
#no-auth-tool .box-holder {
  position: relative;
  display: flex;
  margin: 8vh auto 20px auto;
  max-width: 800px;
  width: 96%;
  border-radius: 8px;
  box-shadow: 0 4px 0 0 #ffffff inset, 0 2px 2px 0 #ccc;
  background-color: #7c7c7c;
}
#no-auth-tool .box-holder > .block {
  padding: 30px;
  min-height: 500px;
}
#no-auth-tool .box-holder .block-full {
  width: 100%;
  border-radius: 8px;
  background-color: #FFF;
}
#no-auth-tool .box-holder .block-fa {
  display: block;
  margin: 10px 0 30px 0;
  text-align: center;
}
#no-auth-tool .box-holder .block-login {
  border-radius: 0 8px 8px 0;
  background-color: #FFF;
  width: 60%;
}
#no-auth-tool .box-holder .block-login label {
  display: block;
  margin: 8px 0;
  color: #777;
}
#no-auth-tool .box-holder .block-info {
  border-radius: 8px 0 0 8px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#no-auth-tool .box-holder .block-info p {
  line-height: 1.4;
}
#no-auth-tool .box-holder .block-info p, #no-auth-tool .box-holder .block-info h2, #no-auth-tool .box-holder .block-info h3 {
  color: #FFF;
}
#no-auth-tool .box-holder .block-info a {
  color: #fff;
}
#no-auth-tool .box-holder .block-info a:hover {
  color: #333;
}
#no-auth-tool .box-holder a.powered-by-1s {
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#no-auth-tool .box-holder a.powered-by-1s:hover {
  color: #333;
}
#no-auth-tool .box-holder img.box-logo {
  display: block;
  width: 200px;
  margin: 0 auto 20px auto;
}
#no-auth-tool .box-holder h2, #no-auth-tool .box-holder h4 {
  font-weight: normal;
  line-height: normal;
  padding: 0;
  margin: 0;
}
#no-auth-tool .box-holder p {
  margin-top: 20px;
}
#no-auth-tool .box-holder h4 {
  border-style: none;
}
#no-auth-tool .box-holder .btn-base {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 10px 16px;
  background-color: #f5f5f5;
  margin: 2px 2px;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}
#no-auth-tool .box-holder .btn-base:hover {
  border-color: #333333;
}
#no-auth-tool .box-holder .btn-base:active {
  background-color: #333333;
  color: #fff;
}
#no-auth-tool .box-holder .btn-base.btn-primary {
  background-color: #006B63;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
}
#no-auth-tool .box-holder .form-warning-msg {
  line-height: 1.2;
  border-radius: 8px;
  padding: 8px;
  background-color: rgba(136, 113, 0, 0.2);
  margin: 8px 0;
}
@media screen and (max-width: 45em) {
  #no-auth-tool .box-holder {
    margin: 2vh auto 10px auto;
    flex-direction: column-reverse;
    width: 90%;
    margin-bottom: 30px;
  }
  #no-auth-tool .box-holder > .block {
    padding: 30px 10px;
    min-height: auto;
  }
  #no-auth-tool .box-holder .block-login {
    padding: 10px;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
  #no-auth-tool .box-holder .block-login label {
    margin: 0 0 4px 0;
  }
  #no-auth-tool .box-holder .block-info {
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 10px;
  }
  #no-auth-tool .box-holder .block-info p {
    margin-top: 8px;
  }
  #no-auth-tool .box-holder .btn-base {
    padding: 10px;
    margin: 1px;
  }
  #no-auth-tool .box-holder img.box-logo {
    width: auto;
    height: 60px;
  }
}

html#book, #book body {
  height: 100%;
}

#book body {
  overflow: hidden;
}

#book {
  margin: auto;
}
#book .box-all {
  display: flex;
  flex-direction: column;
  height: 100%;
  touch-action: none; /* prevent double tap zoom apple */
}
#book .box-logo {
  width: 300px;
  height: 100%;
  padding: 12px;
}
#book .box-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
#book .box-top .box-link {
  padding: 0 10px;
}
#book .box-top .box-link a {
  font-size: 26px;
  text-decoration: none;
  padding: 10px 20px;
  color: #333;
}
#book .box-top-button {
  padding: 8px 16px;
}
#book .box-top-button a {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  color: #777;
}
#book .box-top-button a:hover {
  color: #333;
}
#book .box-usp ul {
  display: block;
  padding: 10px;
  text-align: center;
}
#book .box-usp li {
  position: absolute;
  margin: auto;
  top: 0;
  list-style-type: none;
  color: #fff;
  transition: all 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#book .box-usp li.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
#book .box-top {
  display: flex;
  height: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: 2px solid #eee;
}
#book .box-wiz {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow: hidden;
  touch-action: none; /* prevent double tap zoom apple */
}
#book .box-info {
  flex: 1;
  background-image: url(/image/home/top/self-storage.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: inset 12px 0 14px 0 rgba(0, 0, 0, 0.3);
}
#book .box-form {
  width: 40%;
  max-width: 580px;
  min-width: 400px;
  background-color: #fff;
  border-right: 2px solid #eee;
  padding: 20px 30px;
  color: #333;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s ease-out;
}
#book .box-form.map-open {
  min-width: 300px;
}
#book .box-form .box-center {
  max-width: 400px;
  margin: auto;
}
#book .box-form h4 {
  margin-top: 8px;
  margin-bottom: 4px;
  font-weight: normal;
}
#book .box-form p, #book .box-form .font-gray {
  color: #777;
  line-height: 1.2;
  margin-bottom: 8px;
}
#book .box-form p span.conform-show, #book .box-form .font-gray span.conform-show {
  color: #777;
  display: block;
}
#book .box-form .powered-by-1s {
  text-align: center;
}
#book .box-form .powered-by-1s a {
  color: #777;
  text-decoration: none;
}
#book .box-form .powered-by-1s a:hover {
  color: #333;
}
#book #box-sheets > div > div {
  margin-bottom: 18px;
}
#book h2 {
  margin-bottom: 0;
}
#book .sub-title {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
#book .message-info {
  background-color: #f9f7f5;
  border-radius: 0 0 8px 8px;
  border: solid 1px #eee;
  border-top: none;
  padding: 8px;
}
#book .message-info .fa {
  margin-right: 8px;
}
#book #panel-welcome-full {
  background-color: #ffc43d;
  border-radius: 8px;
  border: solid 1px #eee;
  border-top: none;
  padding: 8px;
  font-size: 20px;
}
#book .title-bar {
  display: flex;
  justify-content: space-between;
}
#book .title-bar button {
  border: none;
  color: #333;
  background-color: transparent;
  font-size: 16px;
  padding: 7px 0;
  cursor: pointer;
  line-height: normal;
}
#book .title-bar button:hover {
  text-decoration: underline;
}
#book .map {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #FFF;
}
#book .map .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#book .map .top-bar h4 {
  margin: 10px;
}
#book .map #map-holder {
  display: block;
  border-top: solid 1px #eee;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}
#book .map button {
  border: none;
  color: #333;
  background-color: transparent;
  font-size: 16px;
  padding: 7px 0;
  cursor: pointer;
  line-height: normal;
  border-radius: 4px;
  font-weight: normal;
}
#book .map #map-close-btn {
  margin: 10px;
  color: #777;
  padding: 0 10px;
}
#book .map #map-close-btn:hover {
  color: #333;
}
#book .map #map-tab-holder {
  margin-left: 10px;
}
#book .map #map-tab-holder button {
  background-color: #ddd;
  color: #333;
  padding: 4px 8px;
  margin: 2px;
}
#book .map #map-tab-holder button:hover, #book .map #map-tab-holder button.active {
  color: #FFF;
  background-color: #333;
}
#book .map .legend-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  height: 40px;
  border-radius: 0 4px 0 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#book .map .map-panel-group {
  touch-action: none; /* prevent double tap zoom apple */
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #eee;
  border-radius: 6px;
  display: flex;
}
#book .map .map-panel-group button {
  touch-action: none; /* prevent double tap zoom apple */
  position: relative;
  display: inline-block;
  color: #333;
  padding: 6px 16px;
  -webkit-appearance: none;
  cursor: pointer;
  white-space: normal;
  font-size: 1rem;
  line-height: normal;
  background-color: rgba(0, 0, 0, 0.04);
  border: solid 2px transparent;
}
#book .map .map-panel-group button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#book .map .map-panel-group button .fa {
  color: #333;
}
#book .map .map-panel-group select {
  background-color: transparent;
  border: none;
  padding: 2px 8px;
  line-height: normal;
  box-shadow: none;
}
#book .map #map-panel-top-right {
  right: 20px;
  top: 20px;
}
#book .map #map-panel-bottom-right {
  right: 20px;
  bottom: 20px;
}
#book .map #map-panel-bottom-left {
  display: flex;
  flex-direction: column;
  left: 20px;
  bottom: 20px;
  padding: 10px;
  width: 90%;
  max-width: 400px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.7) 0 10px 20px;
}
#book .map #map-panel-bottom-left h4 {
  font-size: 2rem;
}
#book .map #map-panel-bottom-left p {
  padding: 8px 0;
}
#book .map #map-panel-bottom-left button {
  background-color: rgba(0, 0, 0, 0.1);
}
#book .map #map-panel-bottom-left button:hover {
  background-color: #333;
  color: #fff;
}
#book .map #map-panel-bottom-left button:active {
  background-color: #000;
  color: #fff;
}
#book .box-info {
  overflow: hidden;
  position: relative;
}
#book .box-wide-60 {
  width: 60%;
  max-width: 800px;
}
#book .order-option {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
#book .order-option .order-article {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
#book .order-option .order-article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#book .order-option .insured_link {
  display: block;
  padding: 10px 0;
}
@media only screen and (max-width: 700px) {
  #book .map {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #book .box-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 58px;
  }
  #book .box-top .box-link a {
    font-size: 24px;
  }
  #book .box-top-button a {
    padding: 6px 14px;
  }
  #book .box-all {
    padding-top: 58px;
    min-height: unset;
  }
  #book .box-form {
    height: 100%;
    width: 100%;
    max-width: unset;
    min-width: unset;
    border: none;
  }
  #book .box-wiz {
    flex-direction: column-reverse;
  }
}

html#passerby {
  height: 100%;
  margin: auto;
}
html#passerby body {
  height: 100%;
  overflow: hidden;
}
html#passerby .box-all {
  display: flex;
  flex-direction: column;
  height: 100%;
  touch-action: none; /* prevent double tap zoom apple */
}
html#passerby .box-logo {
  width: 300px;
  height: 100%;
  padding: 12px;
}
html#passerby .box-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
html#passerby .box-top .box-link {
  padding: 0 10px;
}
html#passerby .box-top .box-link a {
  font-size: 26px;
  text-decoration: none;
  padding: 10px 20px;
  color: #333;
}
html#passerby .box-top-button {
  padding: 8px 16px;
}
html#passerby .box-top-button a {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  color: #777;
}
html#passerby .box-top-button a:hover {
  color: #333;
}
html#passerby .box-top {
  display: flex;
  height: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: 2px solid #eee;
}
html#passerby .box-wiz {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow: hidden;
  touch-action: none; /* prevent double tap zoom apple */
}
html#passerby .box-info {
  flex: 1;
  background-image: url(/image/home/top/passerby.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: inset 12px 0 14px 0 rgba(0, 0, 0, 0.3);
}
html#passerby .box-form {
  width: 40%;
  max-width: 580px;
  min-width: 400px;
  background-color: #fff;
  border-right: 2px solid #eee;
  padding: 20px 30px;
  color: #333;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s ease-out;
}
html#passerby .box-form .box-center {
  max-width: 400px;
  margin: auto;
}
html#passerby .box-form h4 {
  margin-top: 8px;
  margin-bottom: 4px;
  font-weight: normal;
}
html#passerby .box-form p, html#passerby .box-form .font-gray {
  color: #777;
  line-height: 1.2;
  margin-bottom: 8px;
}
html#passerby .box-form p span.conform-show, html#passerby .box-form .font-gray span.conform-show {
  color: #777;
  display: block;
}
html#passerby .box-form .powered-by-1s {
  text-align: center;
}
html#passerby .box-form .powered-by-1s a {
  color: #777;
  text-decoration: none;
}
html#passerby .box-form .powered-by-1s a:hover {
  color: #333;
}
html#passerby #box-sheets > div > div {
  margin-bottom: 18px;
}
html#passerby h2 {
  margin-bottom: 0;
}
html#passerby .sub-title {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
html#passerby .message-info {
  background-color: #f9f7f5;
  border-radius: 0 0 8px 8px;
  border: solid 1px #eee;
  border-top: none;
  padding: 8px;
}
html#passerby .message-info .fa {
  margin-right: 8px;
}
html#passerby .title-bar {
  display: flex;
  justify-content: space-between;
}
html#passerby .title-bar button {
  border: none;
  color: #333;
  background-color: transparent;
  font-size: 16px;
  padding: 7px 0;
  cursor: pointer;
  line-height: normal;
}
html#passerby .title-bar button:hover {
  text-decoration: underline;
}
html#passerby .box-info {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 700px) {
  html#passerby .box-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 58px;
  }
  html#passerby .box-top .box-link a {
    font-size: 24px;
  }
  html#passerby .box-top-button a {
    padding: 6px 14px;
  }
  html#passerby .box-all {
    padding-top: 58px;
    min-height: unset;
  }
  html#passerby .box-form {
    height: 100%;
    width: 100%;
    max-width: unset;
    min-width: unset;
    border: none;
  }
  html#passerby .box-wiz {
    flex-direction: column-reverse;
  }
}

#map-loc.space-top {
  padding-top: 50px;
}
#map-loc #map {
  width: 100%;
  height: 90vh;
  border-bottom: 2px solid #444;
}
#map-loc .marker {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  transition: width 0.2s, height 0.1s;
  box-shadow: rgba(0, 0, 0, 0.6) 0 2px 3px 0;
}
#map-loc .marker.full {
  background-color: rgba(166, 0, 13, 0.5);
}
#map-loc .marker.almost {
  background-color: rgba(255, 196, 61, 0.7);
}
#map-loc .marker.free {
  background-color: rgba(0, 166, 153, 0.7);
}
#map-loc .marker:hover {
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  z-index: 2;
}
#map-loc .mapboxgl-popup {
  max-width: 300px !important;
  width: 100%;
}
#map-loc .mapboxgl-popup-close-button {
  transition: all 0.2s;
  font-size: 34px;
  padding: 0 14px;
  border-radius: 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
#map-loc .mapboxgl-popup-close-button:hover {
  background-color: #fff;
}
#map-loc .mapboxgl-popup-content {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0;
  padding: 10px;
}
#map-loc .mapboxgl-popup-content img {
  width: 100%;
  max-height: 140px;
  object-fit: cover;
}
#map-loc .mapboxgl-popup-content h3 {
  font-size: 16px;
  width: 100%;
  padding: 0 0 8px 0;
  margin: 0;
}
#map-loc .mapboxgl-popup-content p {
  line-height: normal;
  max-height: 140px;
  font-size: 14px;
  overflow: auto;
  padding: 8px 0;
}
#map-loc .mapboxgl-popup-content a {
  border-radius: 6px;
  display: block;
  padding: 8px 10px;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  background-color: #333;
  color: #fff;
  text-align: center;
  outline: none;
  transition: all 0.2s;
}
#map-loc .mapboxgl-popup-content a:focus {
  outline: none;
}
#map-loc .mapboxgl-popup-content a:hover {
  background-color: #111;
}
#map-loc .mapboxgl-popup-content a:active {
  background-color: #444;
}
/*# sourceMappingURL=global.css.map */
