/*! angularjs-slider - v7.0.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2019-02-23 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rzslider.noanimate * {
  transition: none !important; }

.rzslider.with-legend {
  margin-bottom: 40px; }

.rzslider[disabled] {
  cursor: not-allowed; }

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3; }

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed; }

.rzslider[disabled] .rz-selection {
  background: #8b91a2; }

.rzslider[disabled] .rz-tick {
  cursor: not-allowed; }

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2; }

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap; }

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear 0.3s; }

.rzslider .rz-draggable {
  cursor: move; }

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px; }

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent; }

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d; }

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688; }

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
  transition: background-color linear 0.3s; }

.rzslider .rz-restricted {
  z-index: 3;
  background: #ff0000;
  border-radius: 2px; }

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
  transition: all linear 0.3s; }

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: ''; }

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff; }

.rzslider .rz-pointer.rz-active {
  z-index: 4; }

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff; }

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
  transition: all linear 0.3s; }

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  transition: none; }

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box; }

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px; }

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
  transition: background-color linear 0.3s; }

.rzslider .rz-tick.rz-selected {
  background: #0db9f0; }

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0); }

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0); }

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline; }

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px; }

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%; }

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important; }

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px; }

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%; }

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle; }

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto; }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJ6c2xpZGVyLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O2NBR2M7QUFDZDtFQUNFLG1CQUFtQjtFQUNuQixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFlBQVk7RUFDWixzQkFBc0I7RUFDdEIsdUJBQXVCO0VBQ3ZCLDBCQUFrQjtLQUFsQix1QkFBa0I7TUFBbEIsc0JBQWtCO1VBQWxCLGtCQUFrQjtDQUNuQjs7QUFFRDtFQUNFLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtFQUNwQiwwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsc0JBQXNCO0VBQ3RCLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaOztBQUVEO0VBQ0UsUUFBUTtFQUNSLFdBQVc7RUFDWCxZQUFZO0VBQ1osYUFBYTtFQUNiLGtCQUFrQjtFQUNsQixrQkFBa0I7RUFDbEIsdUJBQXVCO0VBQ3ZCLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFLGFBQWE7Q0FDZDs7QUFFRDtFQUNFLFFBQVE7RUFDUixXQUFXO0VBQ1gsWUFBWTtFQUNaLFlBQVk7RUFDWixvQkFBb0I7RUFHWixtQkFBbUI7Q0FDNUI7O0FBRUQ7RUFDRSx3QkFBd0I7Q0FDekI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxXQUFXO0VBQ1gsb0JBQW9CO0VBR1osbUJBQW1CO0VBQzNCLHlDQUF5QztDQUMxQzs7QUFFRDtFQUNFLFdBQVc7RUFDWCxvQkFBb0I7RUFHWixtQkFBbUI7Q0FDNUI7O0FBRUQ7RUFDRSxXQUFXO0VBQ1gsV0FBVztFQUNYLFlBQVk7RUFDWixhQUFhO0VBQ2IsZ0JBQWdCO0VBQ2hCLDBCQUEwQjtFQUdsQixvQkFBb0I7RUFDNUIsNEJBQTRCO0NBQzdCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFVBQVU7RUFDVixXQUFXO0VBQ1gsV0FBVztFQUNYLFlBQVk7RUFDWixvQkFBb0I7RUFHWixtQkFBbUI7RUFDM0IsWUFBWTtDQUNiOztBQUVEO0VBQ0UsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0UsV0FBVztDQUNaOztBQUVEO0VBQ0UsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0UsYUFBYTtFQUNiLGlCQUFpQjtFQUNqQixlQUFlO0VBQ2YsZ0JBQWdCO0VBQ2hCLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFLGVBQWU7RUFDZixpQkFBaUI7Q0FDbEI7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsVUFBVTtFQUNWLFFBQVE7RUFDUixXQUFXO0VBQ1gsWUFBWTtFQUNaLFVBQVU7RUFDVixVQUFVO0VBQ1YsaUJBQWlCO0VBQ2pCLHVCQUF1QjtDQUN4Qjs7QUFFRDtFQUNFLFVBQVU7RUFDVixjQUFjO0NBQ2Y7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsT0FBTztFQUNQLFFBQVE7RUFDUixZQUFZO0VBQ1osYUFBYTtFQUNiLGtCQUFrQjtFQUNsQixtQkFBbUI7RUFDbkIsZ0JBQWdCO0VBQ2hCLG9CQUFvQjtFQUNwQixtQkFBbUI7RUFDbkIseUNBQXlDO0NBQzFDOztBQUVEO0VBQ0Usb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFdBQVc7RUFDWCw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsVUFBVTtFQUNWLGdCQUFnQjtFQUNoQixvQkFBb0I7RUFDcEIsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFdBQVc7RUFDWCxhQUFhO0VBQ2IsV0FBVztFQUNYLGVBQWU7RUFDZix5QkFBeUI7Q0FDMUI7O0FBRUQ7RUFDRSxZQUFZO0VBQ1osYUFBYTtFQUNiLFdBQVc7Q0FDWjs7QUFFRDtFQUNFLFVBQVU7RUFDVixRQUFRO0VBQ1IsWUFBWTtFQUNaLGFBQWE7RUFDYixvQkFBb0I7RUFDcEIsb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0UsVUFBVTtFQUNWLFdBQVc7RUFDWCxXQUFXO0VBQ1gsYUFBYTtDQUNkOztBQUVEO0VBQ0UsVUFBVTtFQUNWLFVBQVU7RUFDVix1QkFBdUI7Q0FDeEI7O0FBRUQ7RUFDRSxVQUFVO0VBQ1Ysc0JBQXNCO0VBQ3RCLGlCQUFpQjtDQUNsQjs7QUFFRDtFQUNFLE9BQU87RUFDUCxXQUFXO0VBQ1gsV0FBVztFQUNYLFNBQVM7RUFDVCxhQUFhO0NBQ2Q7O0FBRUQ7RUFDRSxpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLHVCQUF1QjtDQUN4Qjs7QUFFRDtFQUNFLFVBQVU7RUFDVixXQUFXO0VBQ1gsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsVUFBVTtFQUNWLFlBQVk7RUFDWixnQkFBZ0I7RUFDaEIsb0JBQW9CO0VBQ3BCLDhCQUE4QjtDQUMvQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaIiwiZmlsZSI6InJ6c2xpZGVyLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qISBhbmd1bGFyanMtc2xpZGVyIC0gdjcuMC4wIC0gXG4gKGMpIFJhZmFsIFphamFjIDxyemFqYWNAZ21haWwuY29tPiwgVmFsZW50aW4gSGVydmlldSA8dmFsZW50aW5AaGVydmkuZXU+LCBKdXNzaSBTYWFyaXZpcnRhIDxqdXNhc2lAZ21haWwuY29tPiwgQW5nZWxpbiBTaXJidSA8YW5nZWxpbi5zaXJidUBnbWFpbC5jb20+IC0gXG4gaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXItc2xpZGVyL2FuZ3VsYXJqcy1zbGlkZXIgLSBcbiAyMDE5LTAyLTIzICovXG4ucnpzbGlkZXIge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNHB4O1xuICBtYXJnaW46IDM1cHggMCAxNXB4IDA7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHVzZXItc2VsZWN0OiBub25lO1xufVxuXG4ucnpzbGlkZXIubm9hbmltYXRlICoge1xuICB0cmFuc2l0aW9uOiBub25lICFpbXBvcnRhbnQ7XG59XG5cbi5yenNsaWRlci53aXRoLWxlZ2VuZCB7XG4gIG1hcmdpbi1ib3R0b206IDQwcHg7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0ge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei1wb2ludGVyIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Q4ZTBmMztcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotZHJhZ2dhYmxlIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotc2VsZWN0aW9uIHtcbiAgYmFja2dyb3VuZDogIzhiOTFhMjtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotdGljayB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LXRpY2sucnotc2VsZWN0ZWQge1xuICBiYWNrZ3JvdW5kOiAjOGI5MWEyO1xufVxuXG4ucnpzbGlkZXIgc3BhbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhc2Uge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBwYWRkaW5nOiAwO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhci13cmFwcGVyIHtcbiAgbGVmdDogMDtcbiAgei1pbmRleDogMTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMzJweDtcbiAgcGFkZGluZy10b3A6IDE2cHg7XG4gIG1hcmdpbi10b3A6IC0xNnB4O1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICB0cmFuc2l0aW9uOiBhbGwgbGluZWFyIDAuM3M7XG59XG5cbi5yenNsaWRlciAucnotZHJhZ2dhYmxlIHtcbiAgY3Vyc29yOiBtb3ZlO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhciB7XG4gIGxlZnQ6IDA7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDRweDtcbiAgYmFja2dyb3VuZDogI2Q4ZTBmMztcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1iYXItd3JhcHBlci5yei10cmFuc3BhcmVudCAucnotYmFyIHtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG59XG5cbi5yenNsaWRlciAucnotYmFyLXdyYXBwZXIucnotbGVmdC1vdXQtc2VsZWN0aW9uIC5yei1iYXIge1xuICBiYWNrZ3JvdW5kOiAjZGYwMDJkO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhci13cmFwcGVyLnJ6LXJpZ2h0LW91dC1zZWxlY3Rpb24gLnJ6LWJhciB7XG4gIGJhY2tncm91bmQ6ICMwM2E2ODg7XG59XG5cbi5yenNsaWRlciAucnotc2VsZWN0aW9uIHtcbiAgei1pbmRleDogMjtcbiAgYmFja2dyb3VuZDogIzBkYjlmMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbiAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciBsaW5lYXIgMC4zcztcbn1cblxuLnJ6c2xpZGVyIC5yei1yZXN0cmljdGVkIHtcbiAgei1pbmRleDogMztcbiAgYmFja2dyb3VuZDogI2ZmMDAwMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyIHtcbiAgdG9wOiAtMTRweDtcbiAgei1pbmRleDogMztcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMGRiOWYwO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDE2cHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMTZweDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAxNnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgbGluZWFyIDAuM3M7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlcjphZnRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAxMnB4O1xuICBsZWZ0OiAxMnB4O1xuICB3aWR0aDogOHB4O1xuICBoZWlnaHQ6IDhweDtcbiAgYmFja2dyb3VuZDogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA0cHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogNHB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDRweDtcbiAgY29udGVudDogJyc7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlcjpob3ZlcjphZnRlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlci5yei1hY3RpdmUge1xuICB6LWluZGV4OiA0O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXBvaW50ZXIucnotYWN0aXZlOmFmdGVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzQ1MWFmZjtcbn1cblxuLnJ6c2xpZGVyIC5yei1idWJibGUge1xuICBib3R0b206IDE2cHg7XG4gIHBhZGRpbmc6IDFweCAzcHg7XG4gIGNvbG9yOiAjNTU2MzdkO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIHRyYW5zaXRpb246IGFsbCBsaW5lYXIgMC4zcztcbn1cblxuLnJ6c2xpZGVyIC5yei1idWJibGUucnotbGltaXQge1xuICBjb2xvcjogIzU1NjM3ZDtcbiAgdHJhbnNpdGlvbjogbm9uZTtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrcyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtM3B4O1xuICBsZWZ0OiAwO1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAwO1xuICBtYXJnaW46IDA7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5cbi5yenNsaWRlciAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBhdXRvO1xuICBib3R0b206IC0zMnB4O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXRpY2sge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwcHg7XG4gIGhlaWdodDogMTBweDtcbiAgbWFyZ2luLWxlZnQ6IDExcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kOiAjZDhlMGYzO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgbGluZWFyIDAuM3M7XG59XG5cbi5yenNsaWRlciAucnotdGljay5yei1zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQ6ICMwZGI5ZjA7XG59XG5cbi5yenNsaWRlciAucnotdGljay12YWx1ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMzBweDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgMCk7XG59XG5cbi5yenNsaWRlciAucnotdGljay1sZWdlbmQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMjRweDtcbiAgbWF4LXdpZHRoOiA1MHB4O1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMCAyMHB4O1xuICB2ZXJ0aWNhbC1hbGlnbjogYmFzZWxpbmU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFzZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyLXdyYXBwZXIge1xuICB0b3A6IGF1dG87XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDAgMCAwIDE2cHg7XG4gIG1hcmdpbjogMCAwIDAgLTE2cHg7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyIHtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiBhdXRvO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotcG9pbnRlciB7XG4gIHRvcDogYXV0bztcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAtMTRweCAhaW1wb3J0YW50O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LWJ1YmJsZSB7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMTZweCAhaW1wb3J0YW50O1xuICBtYXJnaW4tbGVmdDogM3B4O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2tzIHtcbiAgdG9wOiAwO1xuICBsZWZ0OiAtM3B4O1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2sge1xuICBtYXJnaW4tdG9wOiAxMXB4O1xuICBtYXJnaW4tbGVmdDogYXV0bztcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBhdXRvO1xuICBsZWZ0OiAyNHB4O1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtMjglKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLWxlZ2VuZCB7XG4gIHRvcDogYXV0bztcbiAgcmlnaHQ6IDI0cHg7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTI4JSk7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgcmlnaHQ6IDI0cHg7XG4gIGJvdHRvbTogYXV0bztcbiAgbGVmdDogYXV0bztcbn0iXX0= */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
	Title: 			Lugarde
	Description: 	Styles for the custom made cabin configurator of Lugarde
	Author: 		Jelle Overbeek
	Company:		Recognize B.V.
	Company URL: 	recognize.nl
	Year:			Late 2015
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

html[lang=dk] .categories .container h2 {
  color: #CC0000; }

html[lang=dk] .categories .container .panel.has-hover:hover .panel-border {
  border-color: #CC0000; }

html[lang=dk] .categories .container .panel .panel-body.panel-list ul li {
  background: url(../images/icons/red-checkmark-circle.png) 15px center no-repeat; }

html[lang=dk] footer .container .logo {
  width: 550px; }

html[lang=dk] .configurator footer .contact-information {
  width: 400px; }
  html[lang=dk] .configurator footer .contact-information p {
    width: 400px; }
    html[lang=dk] .configurator footer .contact-information p a:hover {
      cursor: pointer; }
    html[lang=dk] .configurator footer .contact-information p span {
      width: 200px;
      display: inline-block; }
  @media screen and (max-width: 1025px) {
    html[lang=dk] .configurator footer .contact-information {
      width: 300px; }
      html[lang=dk] .configurator footer .contact-information p {
        width: 300px; }
        html[lang=dk] .configurator footer .contact-information p span {
          width: 150px;
          display: inline-block; } }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  color: #545454;
  background-color: #ebebeb;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container-fluid {
  width: 100%;
  padding: 20px 70px; }

.vertical-center-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 100%; }
  .vertical-center-wrapper * {
    text-align: left; }
  .vertical-center-wrapper button, .vertical-center-wrapper input[type="submit"], .vertical-center-wrapper .btn, .vertical-center-wrapper .btn-primary {
    text-align: center; }

.vertical-center-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.activate-3d-wrapper {
  text-align: center; }
  .activate-3d-wrapper img {
    display: block;
    margin: 25px auto; }

.vertical-center {
  display: inline-block;
  vertical-align: middle;
  margin: 25px 0; }

h1 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 10px; }

h2 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 8px; }

h3 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6px; }

h4 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6px; }

h5 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6px; }

h6 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6px; }

h1, h2, h3, h4, h5, h6 {
  color: #00784C; }

p {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  font-style: normal;
  line-height: 1.45em;
  margin-bottom: 6px; }

.light {
  color: #000000; }

.lighter {
  color: #888888; }

.largemargin {
  margin-top: 10px;
  margin-bottom: 10px; }

a {
  color: #00784C;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }
  a:hover {
    text-decoration: underline;
    color: #005f3c; }
  a:focus, a:active {
    text-decoration: underline;
    color: #004f32; }

a.small-link {
  font-size: 12px;
  color: #8f8f8f;
  font-weight: normal;
  text-decoration: underline; }

b, strong {
  font-weight: 700; }

hr {
  border: 0;
  border-top: 1px solid #dcdcdc; }
  hr.blank {
    border-color: transparent; }

.half-parent {
  width: 50%; }

.fit-parent {
  width: 100%; }

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

.left {
  float: left; }

.right {
  float: right; }

.hidden {
  display: none; }

.configurator-background {
  background-color: #E3D8C3; }

.tiny-loading-icon {
  background: url("/images/ajax-loader.gif") no-repeat 2px 2px;
  background-color: white;
  background-size: 20px 20px;
  width: 30px;
  height: 30px; }

.small-logo {
  height: 62px; }

.logo-visible .responsive-logo {
  float: left;
  width: calc( 100% - 240px); }
  .logo-visible .responsive-logo .small-logo {
    display: inline-block;
    max-width: 300px;
    width: 100%; }
  .logo-visible .responsive-logo a {
    color: #3c3c3c;
    text-decoration: underline; }
  .logo-visible .responsive-logo p {
    display: inline;
    float: left;
    margin-top: 30px;
    font-weight: bold; }

.logo-visible .options.options.options {
  width: 0px; }

.responsive-logo p {
  display: none; }

.mobile-header {
  display: none; }

.rightPane .btn-3d {
  display: none; }

.lity-content {
  background-color: #E3D8C3; }

.btn-measurements {
  position: absolute;
  bottom: 53px;
  left: 15px;
  text-transform: none; }

.external-api-container {
  clear: both; }

.external-api-container .custom-checkbox {
  margin-bottom: 10px; }

.external-api-container label {
  max-width: 90%; }

.form-field-error,
input[type="text"].form-field-error,
input[type="email"].form-field-error {
  border: 1px solid #C73B3B; }

.library-banner {
  display: flex;
  align-items: stretch;
  background: #26774b;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px; }
  .library-banner__offer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    padding: 40px;
    user-select: none;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600; }
    @media (max-width: 768px) {
      .library-banner__offer {
        padding: 30px; } }
  .library-banner__period {
    color: #F5E000;
    font-size: 16px; }
  .library-banner__heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin: 2px 0 17px 0; }
  .library-banner__content code {
    display: inline-block;
    vertical-align: top;
    user-select: text;
    color: #F5E000;
    padding: 0 6px;
    font-weight: 700; }
  .library-banner__image {
    width: 50%; }
    .library-banner__image img {
      display: inline-block;
      vertical-align: top;
      border: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.order-sending {
  pointer-events: none; }
  .order-sending img {
    width: 30px; }

form {
  margin: 15px 0; }

label {
  display: block;
  font-weight: 700;
  margin-bottom: 3px; }

select {
  margin-bottom: 10px; }

input {
  margin-bottom: 10px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s; }
  input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"] {
    background: #FFFFFF;
    border: 1px solid #c8c8c8;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    height: 37px;
    padding-left: 6px; }
  input:active, input:focus {
    border: 1px solid darkgray;
    outline: 0; }

textarea {
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #c8c8c8;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  min-height: 80px;
  padding: 10px;
  resize: vertical;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s; }
  textarea:active, textarea:focus {
    border: 1px solid darkgray;
    outline: 0; }

select {
  border: 1px solid #c8c8c8;
  background-color: #fff;
  height: 37px;
  padding-left: 6px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s; }
  select:active, select:focus {
    border: 1px solid darkgray;
    outline: 0; }
  select option {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal; }

.ui-select-container {
  width: 380px; }
  .ui-select-container .ui-select-search {
    padding-right: 25px !important; }

.message {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid;
  font-weight: bold;
  border-radius: 3px; }
  .message a {
    font-weight: bold;
    text-decoration: underline; }

.error-message {
  background-color: #f4dada;
  color: #C73B3B;
  border-color: #e9b2b2; }
  .error-message a {
    color: #a12e2e; }
    .error-message a:hover {
      color: #8d2828; }
    .error-message a:focus, .error-message a:active {
      color: #812525; }

.warning-message {
  background-color: #f5d8b9;
  color: #c7731b;
  border-color: #efbf8c; }
  .warning-message a {
    color: #9a5915; }
    .warning-message a:hover {
      color: #844c12; }
    .warning-message a:focus, .warning-message a:active {
      color: #764410; }

.info-message {
  background-color: #c0e0f4;
  color: #2186c7;
  border-color: #94caed; }
  .info-message a {
    color: #1a699b; }
    .info-message a:hover {
      color: #165a85; }
    .info-message a:focus, .info-message a:active {
      color: #145178; }

.success-message {
  background-color: #a7dabd;
  color: #358055;
  border-color: #83cba2; }
  .success-message a {
    color: #265c3d; }
    .success-message a:hover {
      color: #1f4a31; }
    .success-message a:focus, .success-message a:active {
      color: #1a3f2a; }

.bold-error-message {
  font-weight: bold; }

button, input[type="submit"], .btn, .btn-primary {
  display: inline-block;
  background-color: #26774b;
  border-radius: 3px;
  border: 0;
  min-height: 40px;
  line-height: 40px;
  padding: 0 12px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold !important;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s; }
  button img, input[type="submit"] img, .btn img, .btn-primary img {
    vertical-align: middle;
    margin-right: 5px; }
  button.btn-sm, input[type="submit"].btn-sm, .btn.btn-sm, .btn-primary.btn-sm {
    line-height: 31px;
    min-height: 35px;
    font-size: 12px; }
  button.btn-xsm, input[type="submit"].btn-xsm, .btn.btn-xsm, .btn-primary.btn-xsm {
    line-height: 24px;
    min-height: 28px;
    font-size: 12px; }
  button:hover, input[type="submit"]:hover, .btn:hover, .btn-primary:hover {
    background-color: #346B46;
    color: #fff;
    text-decoration: none; }
  button:active, button:focus, input[type="submit"]:active, input[type="submit"]:focus, .btn:active, .btn:focus, .btn-primary:active, .btn-primary:focus {
    background-color: #2a5639;
    outline: 0;
    color: #fff;
    text-decoration: none; }

.btn-secondary {
  color: #00784C;
  background: transparent;
  border: 1px solid #D5DFDA;
  border-radius: 3px;
  text-decoration: none; }
  .btn-secondary:hover {
    background-color: #D5DFDA;
    color: #00784C;
    text-decoration: none; }
  .btn-secondary:active, .btn-secondary:focus {
    color: #00784C;
    background-color: #c4d2cb;
    border-color: #c4d2cb;
    outline: 0; }

.btn-action {
  background-image: linear-gradient(to bottom, #3d8b67, #26774b);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
  border: solid 1px #2b764d;
  padding: 0 25px; }
  .btn-action:hover {
    background-image: linear-gradient(to bottom, #377d5c, #216841);
    color: #fff;
    text-decoration: none; }
  .btn-action:active, .btn-action:focus {
    background-image: linear-gradient(to bottom, #2d684d, #1a5033);
    outline: 0;
    color: #fff;
    text-decoration: none; }
  .btn-action.btn-sm {
    line-height: 33px; }
  .btn-action.btn-xsm {
    line-height: 26px; }

.btn-faq {
  background-color: rgba(37, 119, 75, 0.7);
  line-height: 42px; }
  .btn-faq:hover {
    background-color: #26774b;
    color: #fff;
    text-decoration: none; }

.btn-secondary-action {
  background-image: linear-gradient(to bottom, #c7c7c7, #a2a2a2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
  border: solid 1px #969696;
  padding: 0 10px; }
  .btn-secondary-action:hover {
    background-image: linear-gradient(to bottom, #bdbdbd, #989898);
    color: #fff;
    text-decoration: none; }
  .btn-secondary-action:active, .btn-secondary-action:focus {
    background-image: linear-gradient(to bottom, #aeaeae, #898989);
    outline: 0;
    color: #fff;
    text-decoration: none; }
  .btn-secondary-action.btn-sm {
    line-height: 33px; }
  .btn-secondary-action.btn-xsm {
    line-height: 26px; }

.btn-container-right button {
  margin-left: 10px;
  float: right; }

.login-button {
  position: relative;
  margin-left: 20px;
  bottom: 15px; }

.btn-back-to-systems {
  text-decoration: none;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 15px;
  width: calc( 100% - 60px);
  display: block; }
  .btn-back-to-systems img {
    vertical-align: top;
    margin-top: 12px; }
  .btn-back-to-systems.right {
    padding-right: 13px;
    padding-left: 15px; }
    .btn-back-to-systems.right img {
      margin-right: 0;
      margin-left: 5px; }

.btn-back-to-configurator {
  color: #7A7A7A;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 15px;
  width: 100%; }
  .btn-back-to-configurator:hover {
    color: #7A7A7A;
    background-color: #F1F1F1;
    text-decoration: none; }
  .btn-back-to-configurator:active, .btn-back-to-configurator:focus {
    color: #7A7A7A;
    background-color: #e9e9e9;
    outline: 0; }
  .btn-back-to-configurator img {
    vertical-align: top;
    margin-top: 12px; }
  .btn-back-to-configurator.right {
    padding-right: 13px;
    padding-left: 15px; }
    .btn-back-to-configurator.right img {
      margin-right: 0;
      margin-left: 5px; }

.btn-facebook {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #3D61AD, #133783);
  border-color: #133783; }

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #133783, #133783);
  background-color: #0e285f;
  border-color: #0b214e; }

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none; }

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-image: linear-gradient(to bottom, #133783, #133783);
  background-color: #133783;
  border-color: #133783; }

.btn.btn-default {
  background-color: white;
  border: 1px solid #dcdcdc;
  color: #5c5c5c; }
  .btn.btn-default:hover {
    background-color: #F9F9F9;
    color: #5c5c5c; }
  .btn.btn-default:active, .btn.btn-default:focus {
    background-color: #F8F8F8;
    color: #5c5c5c; }

.btn.btn-tertiary {
  color: #00784C;
  border: 2px solid #b6cec1;
  background: transparent;
  font-weight: bold;
  text-transform: none; }
  .btn.btn-tertiary:hover {
    background: rgba(0, 0, 0, 0.02); }
  .btn.btn-tertiary:active, .btn.btn-tertiary:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: 0; }

button.disabled {
  opacity: 0.6; }

button.ar-button {
  height: 20px;
  margin: 10px auto 10px auto;
  display: flex;
  align-items: center;
  justify-content: center; }

button.export-render {
  position: absolute;
  right: 20px;
  bottom: 130px;
  z-index: 99;
  display: block;
  width: 200px;
  height: 20px; }

span.flag {
  width: 44px;
  height: 30px;
  display: inline-block; }

img.flag {
  width: 30px; }

.flag {
  background: url(/images/flags_responsive_slavko.png) no-repeat;
  background-size: 100%; }

.flag-ad {
  background-position: 0 .413223%; }

.flag-ae {
  background-position: 0 .826446%; }

.flag-af {
  background-position: 0 1.239669%; }

.flag-ag {
  background-position: 0 1.652893%; }

.flag-ai {
  background-position: 0 2.066116%; }

.flag-al {
  background-position: 0 2.479339%; }

.flag-am {
  background-position: 0 2.892562%; }

.flag-an {
  background-position: 0 3.305785%; }

.flag-ao {
  background-position: 0 3.719008%; }

.flag-aq {
  background-position: 0 4.132231%; }

.flag-ar {
  background-position: 0 4.545455%; }

.flag-as {
  background-position: 0 4.958678%; }

.flag-at {
  background-position: 0 5.371901%; }

.flag-au {
  background-position: 0 5.785124%; }

.flag-aw {
  background-position: 0 6.198347%; }

.flag-az {
  background-position: 0 6.61157%; }

.flag-ba {
  background-position: 0 7.024793%; }

.flag-bb {
  background-position: 0 7.438017%; }

.flag-bd {
  background-position: 0 7.85124%; }

.flag-be {
  background-position: 0 8.264463%; }

.flag-bf {
  background-position: 0 8.677686%; }

.flag-bg {
  background-position: 0 9.090909%; }

.flag-bh {
  background-position: 0 9.504132%; }

.flag-bi {
  background-position: 0 9.917355%; }

.flag-bj {
  background-position: 0 10.330579%; }

.flag-bm {
  background-position: 0 10.743802%; }

.flag-bn {
  background-position: 0 11.157025%; }

.flag-bo {
  background-position: 0 11.570248%; }

.flag-br {
  background-position: 0 11.983471%; }

.flag-bs {
  background-position: 0 12.396694%; }

.flag-bt {
  background-position: 0 12.809917%; }

.flag-bv {
  background-position: 0 13.22314%; }

.flag-bw {
  background-position: 0 13.636364%; }

.flag-by {
  background-position: 0 14.049587%; }

.flag-bz {
  background-position: 0 14.46281%; }

.flag-ca {
  background-position: 0 14.876033%; }

.flag-cc {
  background-position: 0 15.289256%; }

.flag-cd {
  background-position: 0 15.702479%; }

.flag-cf {
  background-position: 0 16.115702%; }

.flag-cg {
  background-position: 0 16.528926%; }

.flag-ch {
  background-position: 0 16.942149%; }

.flag-ci {
  background-position: 0 17.355372%; }

.flag-ck {
  background-position: 0 17.768595%; }

.flag-cl {
  background-position: 0 18.181818%; }

.flag-cm {
  background-position: 0 18.595041%; }

.flag-cn {
  background-position: 0 19.008264%; }

.flag-co {
  background-position: 0 19.421488%; }

.flag-cr {
  background-position: 0 19.834711%; }

.flag-cu {
  background-position: 0 20.247934%; }

.flag-cv {
  background-position: 0 20.661157%; }

.flag-cx {
  background-position: 0 21.07438%; }

.flag-cy {
  background-position: 0 21.487603%; }

.flag-cz {
  background-position: 0 21.900826%; }

.flag-de {
  background-position: 0 22.31405%; }

.flag-dj {
  background-position: 0 22.727273%; }

.flag-dk {
  background-position: 0 23.140496%; }

.flag-dm {
  background-position: 0 23.553719%; }

.flag-do {
  background-position: 0 23.966942%; }

.flag-dz {
  background-position: 0 24.380165%; }

.flag-ec {
  background-position: 0 24.793388%; }

.flag-ee {
  background-position: 0 25.206612%; }

.flag-eg {
  background-position: 0 25.619835%; }

.flag-eh {
  background-position: 0 26.033058%; }

.flag-er {
  background-position: 0 26.446281%; }

.flag-es {
  background-position: 0 26.859504%; }

.flag-et {
  background-position: 0 27.272727%; }

.flag-fi {
  background-position: 0 27.68595%; }

.flag-fj {
  background-position: 0 28.099174%; }

.flag-fk {
  background-position: 0 28.512397%; }

.flag-fm {
  background-position: 0 28.92562%; }

.flag-fo {
  background-position: 0 29.338843%; }

.flag-fr {
  background-position: 0 29.752066%; }

.flag-ga {
  background-position: 0 30.165289%; }

.flag-gd {
  background-position: 0 30.578512%; }

.flag-ge {
  background-position: 0 30.991736%; }

.flag-gf {
  background-position: 0 31.404959%; }

.flag-gh {
  background-position: 0 31.818182%; }

.flag-gi {
  background-position: 0 32.231405%; }

.flag-gl {
  background-position: 0 32.644628%; }

.flag-gm {
  background-position: 0 33.057851%; }

.flag-gn {
  background-position: 0 33.471074%; }

.flag-gp {
  background-position: 0 33.884298%; }

.flag-gq {
  background-position: 0 34.297521%; }

.flag-gr {
  background-position: 0 34.710744%; }

.flag-gs {
  background-position: 0 35.123967%; }

.flag-gt {
  background-position: 0 35.53719%; }

.flag-gu {
  background-position: 0 35.950413%; }

.flag-gw {
  background-position: 0 36.363636%; }

.flag-gy {
  background-position: 0 36.77686%; }

.flag-hk {
  background-position: 0 37.190083%; }

.flag-hm {
  background-position: 0 37.603306%; }

.flag-hn {
  background-position: 0 38.016529%; }

.flag-hr {
  background-position: 0 38.429752%; }

.flag-ht {
  background-position: 0 38.842975%; }

.flag-hu {
  background-position: 0 39.256198%; }

.flag-id {
  background-position: 0 39.669421%; }

.flag-ie {
  background-position: 0 40.082645%; }

.flag-il {
  background-position: 0 40.495868%; }

.flag-in {
  background-position: 0 40.909091%; }

.flag-io {
  background-position: 0 41.322314%; }

.flag-iq {
  background-position: 0 41.735537%; }

.flag-ir {
  background-position: 0 42.14876%; }

.flag-is {
  background-position: 0 42.561983%; }

.flag-it {
  background-position: 0 42.975207%; }

.flag-jm {
  background-position: 0 43.38843%; }

.flag-jo {
  background-position: 0 43.801653%; }

.flag-jp {
  background-position: 0 44.214876%; }

.flag-ke {
  background-position: 0 44.628099%; }

.flag-kg {
  background-position: 0 45.041322%; }

.flag-kh {
  background-position: 0 45.454545%; }

.flag-ki {
  background-position: 0 45.867769%; }

.flag-km {
  background-position: 0 46.280992%; }

.flag-kn {
  background-position: 0 46.694215%; }

.flag-kp {
  background-position: 0 47.107438%; }

.flag-kr {
  background-position: 0 47.520661%; }

.flag-kw {
  background-position: 0 47.933884%; }

.flag-ky {
  background-position: 0 48.347107%; }

.flag-kz {
  background-position: 0 48.760331%; }

.flag-la {
  background-position: 0 49.173554%; }

.flag-lb {
  background-position: 0 49.586777%; }

.flag-lc {
  background-position: 0 50%; }

.flag-li {
  background-position: 0 50.413223%; }

.flag-lk {
  background-position: 0 50.826446%; }

.flag-lr {
  background-position: 0 51.239669%; }

.flag-ls {
  background-position: 0 51.652893%; }

.flag-lt {
  background-position: 0 52.066116%; }

.flag-lu {
  background-position: 0 52.479339%; }

.flag-lv {
  background-position: 0 52.892562%; }

.flag-ly {
  background-position: 0 53.305785%; }

.flag-ma {
  background-position: 0 53.719008%; }

.flag-mc {
  background-position: 0 54.132231%; }

.flag-md {
  background-position: 0 54.545455%; }

.flag-me {
  background-position: 0 54.958678%; }

.flag-mg {
  background-position: 0 55.371901%; }

.flag-mh {
  background-position: 0 55.785124%; }

.flag-mk {
  background-position: 0 56.198347%; }

.flag-ml {
  background-position: 0 56.61157%; }

.flag-mm {
  background-position: 0 57.024793%; }

.flag-mn {
  background-position: 0 57.438017%; }

.flag-mo {
  background-position: 0 57.85124%; }

.flag-mp {
  background-position: 0 58.264463%; }

.flag-mq {
  background-position: 0 58.677686%; }

.flag-mr {
  background-position: 0 59.090909%; }

.flag-ms {
  background-position: 0 59.504132%; }

.flag-mt {
  background-position: 0 59.917355%; }

.flag-mu {
  background-position: 0 60.330579%; }

.flag-mv {
  background-position: 0 60.743802%; }

.flag-mw {
  background-position: 0 61.157025%; }

.flag-mx {
  background-position: 0 61.570248%; }

.flag-my {
  background-position: 0 61.983471%; }

.flag-mz {
  background-position: 0 62.396694%; }

.flag-na {
  background-position: 0 62.809917%; }

.flag-nc {
  background-position: 0 63.22314%; }

.flag-ne {
  background-position: 0 63.636364%; }

.flag-nf {
  background-position: 0 64.049587%; }

.flag-ng {
  background-position: 0 64.46281%; }

.flag-ni {
  background-position: 0 64.876033%; }

.flag-nl {
  background-position: 0 65.289256%; }

.flag-no {
  background-position: 0 65.702479%; }

.flag-np {
  background-position: 0 66.115702%; }

.flag-nr {
  background-position: 0 66.528926%; }

.flag-nu {
  background-position: 0 66.942149%; }

.flag-nz {
  background-position: 0 67.355372%; }

.flag-om {
  background-position: 0 67.768595%; }

.flag-pa {
  background-position: 0 68.181818%; }

.flag-pe {
  background-position: 0 68.595041%; }

.flag-pf {
  background-position: 0 69.008264%; }

.flag-pg {
  background-position: 0 69.421488%; }

.flag-ph {
  background-position: 0 69.834711%; }

.flag-pk {
  background-position: 0 70.247934%; }

.flag-pl {
  background-position: 0 70.661157%; }

.flag-pm {
  background-position: 0 71.07438%; }

.flag-pn {
  background-position: 0 71.487603%; }

.flag-pr {
  background-position: 0 71.900826%; }

.flag-pt {
  background-position: 0 72.31405%; }

.flag-pw {
  background-position: 0 72.727273%; }

.flag-py {
  background-position: 0 73.140496%; }

.flag-qa {
  background-position: 0 73.553719%; }

.flag-re {
  background-position: 0 73.966942%; }

.flag-ro {
  background-position: 0 74.380165%; }

.flag-rs {
  background-position: 0 74.793388%; }

.flag-ru {
  background-position: 0 75.206612%; }

.flag-rw {
  background-position: 0 75.619835%; }

.flag-sa {
  background-position: 0 76.033058%; }

.flag-sb {
  background-position: 0 76.446281%; }

.flag-sc {
  background-position: 0 76.859504%; }

.flag-sd {
  background-position: 0 77.272727%; }

.flag-se {
  background-position: 0 77.68595%; }

.flag-sg {
  background-position: 0 78.099174%; }

.flag-sh {
  background-position: 0 78.512397%; }

.flag-si {
  background-position: 0 78.92562%; }

.flag-sj {
  background-position: 0 79.338843%; }

.flag-sk {
  background-position: 0 79.752066%; }

.flag-sl {
  background-position: 0 80.165289%; }

.flag-sm {
  background-position: 0 80.578512%; }

.flag-sn {
  background-position: 0 80.991736%; }

.flag-so {
  background-position: 0 81.404959%; }

.flag-sr {
  background-position: 0 81.818182%; }

.flag-ss {
  background-position: 0 82.231405%; }

.flag-st {
  background-position: 0 82.644628%; }

.flag-sv {
  background-position: 0 83.057851%; }

.flag-sy {
  background-position: 0 83.471074%; }

.flag-sz {
  background-position: 0 83.884298%; }

.flag-tc {
  background-position: 0 84.297521%; }

.flag-td {
  background-position: 0 84.710744%; }

.flag-tf {
  background-position: 0 85.123967%; }

.flag-tg {
  background-position: 0 85.53719%; }

.flag-th {
  background-position: 0 85.950413%; }

.flag-tj {
  background-position: 0 86.363636%; }

.flag-tk {
  background-position: 0 86.77686%; }

.flag-tl {
  background-position: 0 87.190083%; }

.flag-tm {
  background-position: 0 87.603306%; }

.flag-tn {
  background-position: 0 88.016529%; }

.flag-to {
  background-position: 0 88.429752%; }

.flag-tp {
  background-position: 0 88.842975%; }

.flag-tr {
  background-position: 0 89.256198%; }

.flag-tt {
  background-position: 0 89.669421%; }

.flag-tv {
  background-position: 0 90.082645%; }

.flag-tw {
  background-position: 0 90.495868%; }

.flag-ty {
  background-position: 0 90.909091%; }

.flag-tz {
  background-position: 0 91.322314%; }

.flag-ua {
  background-position: 0 91.735537%; }

.flag-ug {
  background-position: 0 92.14876%; }

.flag-gb, .flag-uk {
  background-position: 0 92.561983%; }

.flag-um {
  background-position: 0 92.975207%; }

.flag-us {
  background-position: 0 93.38843%; }

.flag-uy {
  background-position: 0 93.801653%; }

.flag-uz {
  background-position: 0 94.214876%; }

.flag-va {
  background-position: 0 94.628099%; }

.flag-vc {
  background-position: 0 95.041322%; }

.flag-ve {
  background-position: 0 95.454545%; }

.flag-vg {
  background-position: 0 95.867769%; }

.flag-vi {
  background-position: 0 96.280992%; }

.flag-vn {
  background-position: 0 96.694215%; }

.flag-vu {
  background-position: 0 97.107438%; }

.flag-wf {
  background-position: 0 97.520661%; }

.flag-ws {
  background-position: 0 97.933884%; }

.flag-ye {
  background-position: 0 98.347107%; }

.flag-za {
  background-position: 0 98.760331%; }

.flag-zm {
  background-position: 0 99.173554%; }

.flag-zr {
  background-position: 0 99.586777%; }

.flag-zw {
  background-position: 0 100%; }

.configurator header {
  height: 80px;
  background-color: white;
  width: 100%;
  position: fixed;
  z-index: 199;
  border-bottom: 1px solid #dcdcdc; }
  .configurator header .container-fluid {
    padding: 10px; }
    .configurator header .container-fluid .logo {
      float: left; }
      .configurator header .container-fluid .logo img {
        height: 40px; }
    .configurator header .container-fluid .step-container {
      margin: -42px auto 0px auto;
      width: 50%;
      text-align: center; }
      .configurator header .container-fluid .step-container .steps {
        display: inline-block;
        border: 1px solid #e2e9e6;
        border-radius: 3px; }
        .configurator header .container-fluid .step-container .steps .step {
          line-height: 40px;
          display: inline-block;
          position: relative; }
          .configurator header .container-fluid .step-container .steps .step .step-text {
            width: 90px;
            cursor: pointer; }
          .configurator header .container-fluid .step-container .steps .step a {
            width: 42px;
            display: inline-block;
            font-size: 14px;
            text-align: center;
            cursor: pointer;
            font-weight: normal;
            color: #395449; }
            .configurator header .container-fluid .step-container .steps .step a:hover, .configurator header .container-fluid .step-container .steps .step a:active, .configurator header .container-fluid .step-container .steps .step a:link, .configurator header .container-fluid .step-container .steps .step a:visited {
              text-decoration: none;
              background-image: linear-gradient(to top, #cde4da, rgba(244, 249, 247, 0) 47%, #ffffff); }
            .configurator header .container-fluid .step-container .steps .step a .tooltip {
              color: white;
              background-color: rgba(57, 84, 73, 0.9);
              border-radius: 3px;
              font-weight: bold;
              padding: 0;
              text-align: center;
              width: 116px;
              line-height: 37px;
              position: absolute;
              height: 37px;
              left: 100%;
              margin-left: -69px;
              display: none;
              top: 40px;
              z-index: 202; }
            .configurator header .container-fluid .step-container .steps .step a:hover .tooltip {
              display: block; }
          .configurator header .container-fluid .step-container .steps .step .separator {
            width: 36px;
            background-color: #e2e2e2;
            height: 3px;
            vertical-align: middle;
            display: inline-block;
            margin-right: -4px;
            margin-top: -3px; }
          .configurator header .container-fluid .step-container .steps .step.done a {
            cursor: pointer; }
          .configurator header .container-fluid .step-container .steps .step.current a {
            box-shadow: inset 0 -1px 0 0 #027547;
            background-image: linear-gradient(to top, #cde4da, rgba(244, 249, 247, 0) 47%, #ffffff); }

@media screen and (max-width: 1025px) {
  .configurator header ul li a {
    font-size: 13px; }
    .configurator header ul li a .selection {
      font-size: 12px; } }

@keyframes info-icon {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #f8e000; }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 14px 0 #f8e000; }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #f8e000; } }

@keyframes slide-up {
  0% {
    margin-bottom: 12px;
    transform: translateY(12px); }
  100% {
    margin-bottom: 0;
    transform: translateY(0); } }

@keyframes slide-down {
  0% {
    margin-bottom: -12px;
    transform: translateY(-12px); }
  100% {
    margin-bottom: 0;
    transform: translateY(0); } }

.selection {
  position: absolute;
  left: 0;
  right: 0;
  top: 79px;
  bottom: 0;
  height: calc( 100% - 80px);
  width: 0;
  border-top: 1px solid #dcdcdc;
  z-index: 300;
  background: white; }
  .selection.open {
    width: 300px; }
  .selection.highlighted {
    z-index: 1000; }
    .selection.highlighted .navigation {
      right: 0;
      bottom: 0;
      position: absolute; }
  .selection .step-title {
    padding: 19px 20px 0 20px;
    color: #395449;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer; }
    .selection .step-title .expand-toggle {
      float: right;
      width: 43px;
      height: 20px;
      display: block;
      cursor: pointer;
      margin: 0 -14px;
      background: center no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj4KICAgIDxwYXRoIGQ9Ik0yOC4xLDYuNzNhMi4xNiwyLjE2LDAsMCwxLDMuMjMsMCwyLjY4LDIuNjgsMCwwLDEsMCwzLjU0bC0xMy43MSwxNWEyLjE3LDIuMTcsMCwwLDEtMy4yNCwwTC42NywxMC4yN2EyLjY4LDIuNjgsMCwwLDEsMC0zLjU0LDIuMTYsMi4xNiwwLDAsMSwzLjIzLDBMMTYsMjBaIiBmaWxsPSIjM2E1NDQ5Ii8+Cjwvc3ZnPgo=");
      background-size: 15px 15px;
      box-sizing: border-box;
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
      .selection .step-title .expand-toggle.expanded {
        transform: rotate(180deg); }
    .selection .step-title .vertical-divider {
      width: 1px;
      float: right;
      height: 20px;
      background: rgba(57, 84, 73, 0.15);
      margin: 0 14px; }
    .selection .step-title .show-filters,
    .selection .step-title .more-info {
      position: relative;
      float: right;
      height: 20px;
      display: block;
      cursor: pointer;
      background: left no-repeat;
      text-decoration: none; }
    .selection .step-title .more-info {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA5NiIgd2lkdGg9Ijk2IiBoZWlnaHQ9Ijk2Ij4KICAgIDxwYXRoIGQ9Ik00NS4zLjA4QTQ4LDQ4LDAsMSwxLDM0Ljg2LDEuODQsNDguNzEsNDguNzEsMCwwLDEsNDUuMy4wOE00My42Miw4LjkyQTM5LjMzLDM5LjMzLDAsMCwwLDQwLDg2LjUxYTM5LjkzLDM5LjkzLDAsMCwwLDE3LjI3LS4yNywzOS41MiwzOS41MiwwLDAsMCwyNC40Ni0xOEEzOS4zNSwzOS4zNSwwLDAsMCw1NS41MSw5LjQsNDAuMiw0MC4yLDAsMCwwLDQzLjYyLDguOTJabTMuNCwxM2E2LjUxLDYuNTEsMCwxLDEtNC44MiwzLjQ3QTYuNTIsNi41MiwwLDAsMSw0NywyMS45MlptLS40MywxOS43NmE1LjQ1LDUuNDUsMCwwLDEsNi4xNiwyLjY0LDUuMjYsNS4yNiwwLDAsMSwuNjYsMi44M1Y2OC42OWE1LjQzLDUuNDMsMCwwLDEtMi45MSw0Ljg2LDUuMzEsNS4zMSwwLDAsMS01LjE0LS4wOCw1LjQ5LDUuNDksMCwwLDEtMi42NS0zLjUzLDE3LjE3LDE3LjE3LDAsMCwxLS4xMi0zVjQ4YTcuOTQsNy45NCwwLDAsMSwuMjYtMi43OUE1LjYxLDUuNjEsMCwwLDEsNDYuNTksNDEuNjhaIiBmaWxsPSIjM2E1NDQ5Ii8+Cjwvc3ZnPgo=");
      background-size: 16px 16px;
      width: 16px;
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
      .selection .step-title .more-info:hover {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA5NiIgd2lkdGg9Ijk2IiBoZWlnaHQ9Ijk2Ij4KICA8cGF0aCBkPSJNOTUuOTMsNDUuMjlBNDgsNDgsMCwwLDAsNDUuMy4wOCw0OS4zNCw0OS4zNCwwLDAsMCwzNC44NiwxLjg0LDQ4LDQ4LDAsMSwwLDk1LjkzLDQ1LjI5Wk01My40MSw2OC42OWE1LjQyLDUuNDIsMCwwLDEtMi45MSw0Ljg2LDUuMzEsNS4zMSwwLDAsMS01LjE0LS4wOCw1LjQ2LDUuNDYsMCwwLDEtMi42NS0zLjUzLDE2LjcsMTYuNywwLDAsMS0uMTItM1Y0OGE4LDgsMCwwLDEsLjI2LTIuNzksNS42MSw1LjYxLDAsMCwxLDMuNzQtMy41Myw1LjQ0LDUuNDQsMCwwLDEsNi4xNiwyLjY0LDUuMjYsNS4yNiwwLDAsMSwuNjYsMi44M1pNNDksMzQuNzlhNi41MSw2LjUxLDAsMCwxLTItMTIuODdoMEE2LjUxLDYuNTEsMCwwLDEsNDksMzQuNzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMSAwKSIgZmlsbD0iIzNhNTQ0OSIvPgo8L3N2Zz4K"); }
    .selection .step-title .show-filters {
      background-image: url("/images/filter-show.png");
      width: 26px; }
    .selection .step-title .expand-toggle,
    .selection .step-title .show-filters,
    .selection .step-title .more-info {
      position: relative; }
      .selection .step-title .expand-toggle .tooltip,
      .selection .step-title .show-filters .tooltip,
      .selection .step-title .more-info .tooltip {
        display: block;
        position: absolute;
        z-index: 202;
        top: 30px;
        left: 50%;
        background-color: rgba(57, 84, 73, 0.9);
        border-radius: 3px;
        font-weight: bold;
        font-size: 14px;
        line-height: 36px;
        white-space: nowrap;
        color: #fff;
        padding: 0 12px;
        pointer-events: none;
        user-select: none;
        opacity: 0;
        transform: translateX(-50%) translateY(-5px);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
      .selection .step-title .expand-toggle:hover .tooltip,
      .selection .step-title .show-filters:hover .tooltip,
      .selection .step-title .more-info:hover .tooltip {
        opacity: 1;
        transform: translateX(-50%) translateY(0); }
    .selection .step-title .expand-trigger {
      width: 100%;
      clear: both;
      padding: 15px 0 19px 0;
      border-bottom: 1px solid rgba(57, 84, 73, 0.15);
      box-sizing: border-box;
      animation-name: slide-up;
      animation-duration: 0s;
      animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      animation-iteration-count: 1; }
      .selection .step-title .expand-trigger.animate {
        animation-duration: 0.3s; }
      .selection .step-title .expand-trigger__options {
        position: relative;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        padding: 0 0 0 21px;
        user-select: none;
        cursor: pointer;
        color: #00784C; }
        .selection .step-title .expand-trigger__options::before {
          content: '';
          display: block;
          position: absolute;
          top: 1px;
          left: 0;
          width: 14px;
          height: 14px;
          background: left no-repeat;
          background-size: 14px 14px;
          transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
        .selection .step-title .expand-trigger__options--add::before {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4Ij4KICAgIDxwYXRoIGQ9Ik0xMy42NSwwaC42NmExLjg3LDEuODcsMCwwLDAsLjQsMEExNCwxNCwwLDAsMSwyOCwxMy40YTEuODcsMS44NywwLDAsMCwwLC4yNXYuNjdhMS44NiwxLjg2LDAsMCwwLDAsLjMzLDEzLjg0LDEzLjg0LDAsMCwxLTIuNiw3LjQ5LDE0LDE0LDAsMCwxLTguOTIsNS42M2MtLjY5LjE0LTEuMzkuMTUtMi4wOS4yM2gtLjY3YTEuODYsMS44NiwwLDAsMC0uMzMsMEExNCwxNCwwLDAsMSwwLDE0LjY1YTEuNTQsMS41NCwwLDAsMCwwLS4zdi0uNjZjLjA1LS4yMywwLS40Ny4wNi0uN0ExNCwxNCwwLDAsMSw2LjksMiwxMy44NCwxMy44NCwwLDAsMSwxMy4yOSwwYTEuNDcsMS40NywwLDAsMCwuMzYsMG0tLjc0LDIuNjFBMTEuNDMsMTEuNDMsMCwwLDAsNywyM2ExMS4zMiwxMS4zMiwwLDAsMCw0Ljg1LDIuMjIsMTEuNjksMTEuNjksMCwwLDAsNC44Mi0uMUExMS40MywxMS40MywwLDAsMCwyNS4yNiwxMiwxMS4yNywxMS4yNywwLDAsMCwyMyw3YTExLjQ0LDExLjQ0LDAsMCwwLTQuMzgtMy40NUExMS42LDExLjYsMCwwLDAsMTIuOTEsMi42MVptLS4xOCw2LjI3YTEuMjcsMS4yNywwLDAsMSwyLjU0LDB2My44NWgzLjg2YTEuMjcsMS4yNywwLDAsMSwwLDIuNTRIMTUuMjd2My44NWExLjI3LDEuMjcsMCwwLDEtMi41NCwwVjE1LjI3SDguODhhMS4yNywxLjI3LDAsMCwxLDAtMi41NGgzLjg1WiIgZmlsbD0iIzNhNTQ0OSIvPgo8L3N2Zz4K"); }
        .selection .step-title .expand-trigger__options--add.hover::before {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4Ij4KICA8cGF0aCBkPSJNMTQuNzEsMEgxMy4yOUExMy43OCwxMy43OCwwLDAsMCw2LjksMiwxNCwxNCwwLDAsMCwuMDYsMTNjLS4wNi4yMywwLC40Ny0uMDYuN3YuNjZhMS41LDEuNSwwLDAsMSwwLC4zQTE0LDE0LDAsMCwwLDEzLjM5LDI4YTEuODIsMS44MiwwLDAsMSwuMzMsMGguNjdjLjctLjA4LDEuNC0uMDksMi4wOS0uMjNhMTQsMTQsMCwwLDAsOC45Mi01LjYzQTEzLjg0LDEzLjg0LDAsMCwwLDI4LDE0LjY1YTEuODIsMS44MiwwLDAsMSwwLS4zM3YtLjY3YTEsMSwwLDAsMSwwLS4yNUExNCwxNCwwLDAsMCwxNC43MSwwWm00LjQyLDE1LjI3SDE1LjI3djMuODVhMS4yNywxLjI3LDAsMSwxLTIuNTQsMFYxNS4yN0g4Ljg4YTEuMjcsMS4yNywwLDAsMSwwLTIuNTRoMy44NVY4Ljg4YTEuMjcsMS4yNywwLDEsMSwyLjU0LDB2My44NWgzLjg2YTEuMjcsMS4yNywwLDEsMSwwLDIuNTRaIiBmaWxsPSIjM2E1NDQ5Ii8+Cjwvc3ZnPgo=");
          transform: rotate(90deg); }
        .selection .step-title .expand-trigger__options--edit::before {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4Ij4KICAgIDxwYXRoIGQ9Ik0yMCwwaC44QTcuMzUsNy4zNSwwLDAsMSwyMywuNTFjLS4wOS4xLS4xNy4yLS4yNi4yOUwxOC40NCw1LjFjLS4wNy4wOC0uMTguMTYtLjE2LjI5LDAsLjQuMDkuNzkuMTMsMS4xOS4xMi44OS4xNywxLjc5LjMzLDIuNjgsMS4zMi4xMywyLjYyLjMzLDMuOTQuNDZDMjQsOC40OCwyNS4xOSw3LjIxLDI2LjQ1LDZjLjM1LS4zMy42Ni0uNywxLTFBMTMuNzEsMTMuNzEsMCwwLDEsMjgsNy4wNVY4LjE4Yy0uMTIuNDEtLjEzLjg1LS4yNSwxLjI2YTcuNTYsNy41NiwwLDAsMS0zLjEsNC40OSw3LjY3LDcuNjcsMCwwLDEtNywuODRjLTEuMiwxLjE1LTIuMzUsMi4zNC0zLjUzLDMuNUw1Ljc0LDI2LjY2YTUuNyw1LjcsMCwwLDEtMSwuODlBMy42MiwzLjYyLDAsMCwxLDMuMTgsMjhIMi43NmE0LjQ0LDQuNDQsMCwwLDEtMS4zLS41QTMuMTcsMy4xNywwLDAsMSwwLDI0LjU3YTMuMDgsMy4wOCwwLDAsMSwuOTItMS45M1E3LjA3LDE2LjUxLDEzLjIsMTAuMzZBOC43MSw4LjcxLDAsMCwxLDEyLjc0LDgsNy42LDcuNiwwLDAsMSwxOC41Ny4yMUMxOSwuMTEsMTkuNDkuMDYsMjAsMFoiIGZpbGw9IiMzYTU0NDkiLz4KPC9zdmc+Cg==");
          transform-origin: 12px 2px; }
        .selection .step-title .expand-trigger__options--edit.hover::before {
          transform: rotate(-10deg); }
      .selection .step-title .expand-trigger__products {
        padding: 8px 0 0 0; }
      .selection .step-title .expand-trigger__product {
        margin: 5px 0 0 0;
        padding: 0 0 0 21px;
        font-size: 13px;
        line-height: 20px;
        font-weight: 600; }
        .selection .step-title .expand-trigger__product img {
          display: inline-block;
          vertical-align: top;
          width: 20px;
          height: 20px;
          overflow: hidden;
          object-fit: contain;
          border-radius: 50%;
          margin: 0 10px 0 0;
          box-shadow: inset 0 0 0 1px rgba(57, 84, 73, 0.15); }
  .selection .filter-well {
    display: block;
    border: 1px #dcdcdc solid;
    background-color: #F9F9F9;
    border-radius: 4px;
    padding: 5px 20px 20px 20px;
    margin: 20px 20px 10px 20px;
    animation-name: slide-down;
    animation-duration: 0s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-iteration-count: 1; }
    .selection .filter-well.animate {
      animation-duration: 0.3s; }
    .selection .filter-well p {
      color: #395449;
      font-size: 16px;
      margin: 10px 0; }
  .selection .gradient-top {
    position: absolute;
    height: 20px;
    width: 100%;
    top: 59px;
    z-index: 101;
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .selection .gradient-bottom {
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 60px;
    z-index: 101;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .selection .options {
    width: 100%;
    height: calc( 100% - 60px);
    background-color: white;
    overflow-y: auto;
    -ms-overflow-style: scrollbar; }
    .selection .options ul.modern-tabs {
      border-bottom: 1px solid #dcdcdc; }
      .selection .options ul.modern-tabs li img {
        margin-left: 5px;
        vertical-align: top;
        cursor: pointer;
        margin-top: 5px; }
    .selection .options .dimension-step div.products .product-row .item.selectable {
      width: 100%;
      background: white;
      border: none; }
      .selection .options .dimension-step div.products .product-row .item.selectable:hover {
        background: white; }
      .selection .options .dimension-step div.products .product-row .item.selectable .tooltip {
        top: 20px;
        left: 43%;
        width: 200px;
        height: 50px; }
    .selection .options .amount-step div.products .product-row .item {
      padding-bottom: 50px;
      position: relative; }
    .selection .options div.products {
      padding: 0 0 22px 0;
      border-bottom: 1px solid rgba(57, 84, 73, 0.15);
      width: auto;
      background-color: #fff;
      white-space: nowrap;
      position: relative;
      margin: 22px 20px 0 20px;
      animation-name: slide-down;
      animation-duration: 0s;
      animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      animation-iteration-count: 1; }
      .selection .options div.products.animate {
        animation-duration: 0.3s; }
      .selection .options div.products .product-row:first-child .selectable:first-child {
        border-top-left-radius: 5px; }
      .selection .options div.products .product-row:first-child .selectable:last-child {
        border-top-right-radius: 5px; }
      .selection .options div.products .product-row:last-child .selectable:first-child {
        border-bottom-left-radius: 5px; }
      .selection .options div.products .product-row:last-child .selectable:last-child {
        border-bottom-right-radius: 5px; }
      .selection .options div.products .product-row {
        flex-wrap: wrap;
        display: flex;
        padding-left: 1px;
        padding-top: 1px; }
        .selection .options div.products .product-row .item {
          text-align: center;
          cursor: pointer;
          padding: 10px 5px;
          width: 50%;
          vertical-align: top;
          font-size: 16px;
          position: relative;
          color: #395449;
          border: 1px solid #aaa;
          margin-top: -1px;
          margin-left: -1px; }
          .selection .options div.products .product-row .item .more-info {
            margin-bottom: 10px; }
            .selection .options div.products .product-row .item .more-info:hover {
              cursor: pointer;
              text-decoration: underline; }
          .selection .options div.products .product-row .item .label-width {
            width: 100%;
            text-overflow: ellipsis;
            overflow: hidden; }
          .selection .options div.products .product-row .item .product-img {
            margin-top: 20px;
            margin-bottom: 10px;
            padding: 10px; }
            .selection .options div.products .product-row .item .product-img img {
              max-width: 100%; }
            .selection .options div.products .product-row .item .product-img .round {
              border-radius: 50%;
              width: auto;
              height: 70px; }
            .selection .options div.products .product-row .item .product-img img.larger-icon {
              max-width: 108px;
              width: 108px;
              margin-left: -4px; }
          .selection .options div.products .product-row .item.hidden {
            display: none; }
          .selection .options div.products .product-row .item .label img {
            margin-left: 3px;
            transition: ease-in-out all 0.2s;
            border-radius: 50%; }
          .selection .options div.products .product-row .item .product-color {
            display: none; }
          .selection .options div.products .product-row .item .product-gray {
            display: block; }
          .selection .options div.products .product-row .item.current {
            background: #ffffff;
            /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 80%, #b5e2d2 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffffff 80%, #b5e2d2 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #ffffff 80%, #b5e2d2 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5e2d2',GradientType=0 );
            /* IE6-9 */
            cursor: default;
            color: #395449;
            border-color: #395449;
            z-index: 1; }
            .selection .options div.products .product-row .item.current .product-color {
              display: block; }
            .selection .options div.products .product-row .item.current .product-gray {
              display: none; }
            .selection .options div.products .product-row .item.current:hover {
              background-color: #e6e6e6; }
          .selection .options div.products .product-row .item:hover {
            background-color: #e8e8e8; }
            .selection .options div.products .product-row .item:hover .product-color {
              display: block; }
            .selection .options div.products .product-row .item:hover .product-gray {
              display: none; }
            .selection .options div.products .product-row .item:hover .label img.never-clicked {
              animation-name: info-icon;
              animation-duration: 600ms;
              animation-iteration-count: infinite; }
              .selection .options div.products .product-row .item:hover .label img.never-clicked:hover {
                animation-name: none; }
          .selection .options div.products .product-row .item .info {
            display: block;
            float: left; }
          .selection .options div.products .product-row .item .width-height-form {
            width: auto;
            display: block;
            height: 100%;
            float: left;
            margin-top: 10px;
            padding: 0 15px; }
            .selection .options div.products .product-row .item .width-height-form label {
              display: inline-block;
              margin-right: 10px;
              width: 90px; }
            .selection .options div.products .product-row .item .width-height-form input {
              width: 120px;
              height: 30px;
              line-height: 30px; }
          .selection .options div.products .product-row .item .tooltip {
            position: absolute;
            bottom: 100px;
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 15px 10px;
            border-radius: 3px;
            cursor: default;
            display: none;
            z-index: 300;
            width: 160px;
            text-align: center;
            left: 50%;
            margin-left: -80px;
            white-space: normal; }
            .selection .options div.products .product-row .item .tooltip::after {
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 7.5px 0 7.5px;
              border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
              content: '';
              position: absolute;
              left: 50%;
              bottom: -5px;
              margin-left: -7.5px; }
            .selection .options div.products .product-row .item .tooltip.product-info table {
              width: 100%;
              text-align: left; }
              .selection .options div.products .product-row .item .tooltip.product-info table th {
                font-weight: bold; }
          .selection .options div.products .product-row .item:hover .tooltip {
            display: block; }
          .selection .options div.products .product-row .item .amount {
            width: 110px;
            height: 30px;
            position: absolute;
            margin-left: 5px;
            bottom: 10px;
            background: white;
            border: 1px solid #6C6C6C;
            border-radius: 5px; }
            .selection .options div.products .product-row .item .amount span {
              user-select: none;
              display: inline-block;
              color: #6C6C6C;
              font-weight: bold;
              text-align: center;
              line-height: 30px;
              font-size: 20px;
              cursor: pointer; }
              .selection .options div.products .product-row .item .amount span.counter {
                width: 40px; }
              .selection .options div.products .product-row .item .amount span.decrease {
                width: 30px;
                height: 28px;
                background: #F9F9F9;
                border-right: 1px solid #6C6C6C;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px; }
                .selection .options div.products .product-row .item .amount span.decrease:hover {
                  color: white;
                  background: #395449; }
              .selection .options div.products .product-row .item .amount span.add {
                width: 30px;
                height: 28px;
                line-height: 30px;
                top: 0;
                background: #F9F9F9;
                border-left: 1px solid #6C6C6C;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px; }
                .selection .options div.products .product-row .item .amount span.add:hover {
                  color: white;
                  background: #395449; }
          .selection .options div.products .product-row .item:active {
            background-color: #e1e1e1;
            color: #00784C;
            border-color: #395449; }
            .selection .options div.products .product-row .item:active .product-color {
              display: block; }
            .selection .options div.products .product-row .item:active .product-gray {
              display: none; }
          .selection .options div.products .product-row .item .label {
            font-family: "proxima-nova", Helvetica, Arial, sans-serif;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            white-space: pre-wrap;
            overflow: hidden; }
            .selection .options div.products .product-row .item .label img {
              vertical-align: middle;
              cursor: pointer; }
          .selection .options div.products .product-row .item.disabled {
            color: #8f8f8f;
            cursor: default;
            border: 0;
            -webkit-filter: grayscale(100%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(100%); }
            .selection .options div.products .product-row .item.disabled img {
              opacity: 0.3; }
            .selection .options div.products .product-row .item.disabled .more-info:hover {
              text-decoration: none;
              cursor: auto; }
            .selection .options div.products .product-row .item.disabled:hover {
              background-color: transparent; }
          .selection .options div.products .product-row .item:last-child:after {
            content: "";
            clear: both; }
      .selection .options div.products .show-more-row {
        clear: both;
        margin: 10px 0;
        margin-top: 20px; }
      .selection .options div.products .show-more-button {
        text-align: center;
        cursor: pointer;
        padding: 10px 5px;
        width: 100%;
        vertical-align: top;
        font-size: 16px;
        position: relative;
        color: #395449;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: block;
        text-decoration: none; }
        .selection .options div.products .show-more-button:hover {
          background-color: #e8e8e8; }
      .selection .options div.products .arrow-holder {
        width: 105px;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 200; }
        .selection .options div.products .arrow-holder.right {
          right: 0;
          background-image: linear-gradient(to left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)); }
          .selection .options div.products .arrow-holder.right img {
            right: 20px; }
        .selection .options div.products .arrow-holder.left {
          left: 0;
          background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96)); }
          .selection .options div.products .arrow-holder.left img {
            left: 20px; }
        .selection .options div.products .arrow-holder img {
          vertical-align: middle;
          cursor: pointer;
          height: 38px;
          top: 50%;
          position: absolute;
          margin-top: -19px; }
    .selection .options .scrolling {
      margin-top: 60px;
      width: 100%; }
      .selection .options .scrolling .full-width {
        width: auto;
        -webkit-transition: ease-in-out all 0.15s;
        -moz-transition: ease-in-out all 0.15s;
        -ms-transition: ease-in-out all 0.15s;
        -o-transition: ease-in-out all 0.15s;
        transition: ease-in-out all 0.15s; }
  .selection .top-step {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 18px;
    background: white;
    z-index: 100;
    display: none; }
    .selection .top-step .top-step-number {
      background: #395449;
      border-radius: 50%;
      border-style: solid;
      border-width: 1px;
      border-color: #395449;
      color: white;
      height: 22px;
      width: 22px;
      display: inline-block;
      font-size: 14px;
      text-align: center;
      cursor: default;
      line-height: 22px;
      font-weight: 600; }
    .selection .top-step .top-step-text {
      margin-left: 10px;
      color: #395449;
      font-weight: bold; }
  .selection.open .top-step {
    display: block; }
  .selection .navigation {
    width: 100%;
    height: 60px;
    overflow-y: hidden;
    background-color: white;
    position: relative; }
    .selection .navigation .next-step,
    .selection .navigation .previous-step {
      width: 50%;
      float: left;
      height: 60px;
      display: block;
      border-radius: 0;
      line-height: 60px;
      text-transform: none;
      font-size: 16px;
      user-select: none; }
      .selection .navigation .next-step img,
      .selection .navigation .previous-step img {
        display: inline-block;
        vertical-align: top;
        margin: 24px 0 0 0; }
        .selection .navigation .next-step img[src$=".svg"],
        .selection .navigation .previous-step img[src$=".svg"] {
          margin-top: 22px; }
    .selection .navigation .next-step img {
      float: right;
      margin-right: 5px; }
    .selection .navigation .previous-step {
      background: white;
      color: #00784C; }
      .selection .navigation .previous-step:hover {
        background: #ebebeb; }
      .selection .navigation .previous-step img {
        float: left;
        margin-left: 5px; }

.large-selection-options .selection {
  height: 150px; }

.configurator footer {
  height: 171px;
  border-top: 1px solid #dcdcdc;
  background: white;
  padding: 20px 0; }
  .configurator footer .logo {
    float: left;
    width: 200px;
    margin: 33px 0; }
  .configurator footer .contact-information {
    float: right;
    width: 270px; }
    .configurator footer .contact-information p {
      margin-bottom: 0;
      line-height: 1.71;
      margin-top: 5px; }
      .configurator footer .contact-information p a img {
        vertical-align: middle; }
      .configurator footer .contact-information p a.email img {
        width: 20px;
        height: 20px; }
      .configurator footer .contact-information p a.phone img {
        width: 20px;
        height: 20px; }
      .configurator footer .contact-information p a.site img {
        width: 20px;
        height: 20px; }

.partner-link {
  width: 250px;
  padding-right: 20px;
  float: right;
  text-align: right;
  padding-top: 5px; }

.toolbar {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .toolbar.highlighted {
    z-index: 1000; }
  .toolbar li {
    background-color: #fff;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s; }
    .toolbar li span {
      height: 60px;
      color: #346B46;
      font-size: 18px;
      display: inline-block;
      line-height: 60px;
      vertical-align: middle; }
    .toolbar li .tooltip {
      color: white;
      background-color: rgba(57, 84, 73, 0.9);
      border-radius: 3px;
      font-weight: bold;
      text-align: center;
      line-height: 37px;
      position: absolute;
      height: 37px;
      display: none;
      top: 54px;
      z-index: 202;
      padding: 0 10px;
      margin-left: -28px;
      width: 116px; }
    .toolbar li:hover .tooltip {
      display: block; }
    .toolbar li .active-image {
      display: none; }
    .toolbar li:hover:not(.current) {
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 80%, #b5e2d2 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 80%, #b5e2d2 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 80%, #b5e2d2 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5e2d2',GradientType=0 );
      /* IE6-9 */ }
      .toolbar li:hover:not(.current) img {
        display: none; }
      .toolbar li:hover:not(.current) .active-image {
        display: inline; }
    .toolbar li img {
      vertical-align: middle;
      margin-right: 10px;
      width: 20px;
      height: 20px; }
    .toolbar li.current {
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 80%, #b5e2d2 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 80%, #b5e2d2 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 80%, #b5e2d2 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5e2d2',GradientType=0 );
      /* IE6-9 */
      border-bottom: 2px solid #346B46; }
      .toolbar li.current img {
        display: none; }
      .toolbar li.current .active-image {
        display: inline; }

.filter-sidebar {
  position: relative; }
  .filter-sidebar .filter-category {
    margin-bottom: 20px;
    font: inherit;
    font-size: 18px;
    color: #262626;
    font-weight: 600; }
  .filter-sidebar .filter-option {
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    .filter-sidebar .filter-options {
      position: absolute;
      z-index: 190;
      background: white;
      width: 100%;
      font-size: 1rem;
      cursor: pointer;
      margin: 13px 0;
      padding: 10px 11px 9px;
      border-bottom: 1px solid #66a080;
      border-right: 1px solid #66a080;
      border-left: 1px solid #66a080;
      top: 20px;
      max-height: 500px;
      overflow-y: auto;
      overflow-x: hidden; }
      .filter-sidebar .filter-options::-webkit-scrollbar {
        -webkit-appearance: none; }
      .filter-sidebar .filter-options::-webkit-scrollbar:vertical {
        width: 14px;
        background-color: #fff; }
      .filter-sidebar .filter-options::-webkit-scrollbar:horizontal {
        height: 14px;
        background-color: #fff; }
      .filter-sidebar .filter-options::-webkit-scrollbar-thumb {
        background-color: #e2e2e2;
        border-radius: 14px;
        border: 3px solid #fff; }
      .filter-sidebar .filter-options::-webkit-scrollbar-thumb:hover {
        background-color: #262626; }
      .filter-sidebar .filter-options::-webkit-scrollbar-track {
        border-radius: 14px;
        background-color: #fff; }
      .filter-sidebar .filter-options::-webkit-scrollbar-button, .filter-sidebar .filter-options::-webkit-scrollbar-track-piece, .filter-sidebar .filter-options::-webkit-resizer, .filter-sidebar .filter-options::-webkit-scrollbar-corner {
        background-color: #fff; } }
  .filter-sidebar .filter-title {
    font: inherit;
    font-size: 22px;
    color: #262626;
    font-weight: 600; }
    @media (max-width: 991px) {
      .filter-sidebar .filter-title {
        font-size: 1rem;
        position: relative;
        cursor: pointer;
        margin: 13px 0;
        padding: 10px 11px 9px;
        border: 1px solid #66a080; } }
  .filter-sidebar .more-filters {
    color: #66a080;
    font-size: 15px; }
  .filter-sidebar .icon-info {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    vertical-align: middle; }

.breadcrumbs {
  font-size: .75rem;
  margin-bottom: 20px;
  color: #777;
  position: relative;
  font-weight: 300;
  -webkit-text-stroke: 0.01em;
  text-shadow: 0 0 0 #66a080; }
  .breadcrumbs a {
    color: #777;
    font-weight: 100; }

.checkmark {
  left: 0;
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #b2cfbf;
  top: 0; }

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font: inherit;
  color: #262626; }
  .container-checkbox .items-count {
    color: #8f8f8f;
    margin-left: 5px; }

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container-checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #262626;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.container-checkbox input:checked ~ .checkmark:after {
  display: block; }

.arrow {
  width: 18px;
  height: auto;
  vertical-align: middle; }

.arrow-filter-bar {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 25px;
  pointer-events: none; }

.select-box {
  float: right;
  margin: 10px 0 10px 0; }
  .select-box .select-box-body {
    border: 2px solid #66a080;
    border-radius: 0;
    overflow: hidden; }
  .select-box .select-box-body:after {
    background: url("../../../../web/images/icons/arrow_carrot-down.svg"); }
  .select-box .select-box-title {
    font-size: 16px;
    margin-right: 5px; }
  .select-box select {
    border: none;
    box-shadow: none;
    background: transparent;
    margin-bottom: 0; }
  .select-box select:focus {
    outline: none; }

.search-form {
  position: relative; }
  .search-form .searchbar {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 1rem;
    font-size: 16px;
    height: 41px;
    width: 100%; }
  .search-form input[type="submit"] {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 15px;
    top: 13px;
    background: url("/images/icons/search-icon.svg") no-repeat; }

.filter-sort {
  width: 250px;
  margin: 10px 0; }
  .filter-sort span {
    position: absolute;
    top: 22px; }
  .filter-sort .filter-sort-dropdown {
    width: 166px;
    font-size: 1rem;
    position: relative;
    cursor: pointer; }
    .filter-sort .filter-sort-dropdown .filter-dropdown {
      padding: 10px 11px 9px;
      border: 2px solid #66a080; }
      .filter-sort .filter-sort-dropdown .filter-dropdown .filter-dropdown-text {
        width: 122px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .filter-sort .filter-sort-dropdown .filter-dropdown .arrow {
        width: 25px;
        height: auto;
        position: absolute;
        right: 10px;
        top: 9px; }
      .filter-sort .filter-sort-dropdown .filter-dropdown p {
        margin-bottom: 0; }
    .filter-sort .filter-sort-dropdown .filter-dropdown-options {
      position: absolute;
      z-index: 189;
      background: white;
      width: 100%;
      font-size: 1rem;
      cursor: pointer;
      border-bottom: 1px solid #66a080;
      border-right: 1px solid #66a080;
      border-left: 1px solid #66a080;
      top: 43px;
      max-height: 500px;
      overflow-y: auto;
      overflow-x: hidden;
      right: 0; }
      .filter-sort .filter-sort-dropdown .filter-dropdown-options .filter-dropdown-option {
        padding: 7px 15px 12px; }
        .filter-sort .filter-sort-dropdown .filter-dropdown-options .filter-dropdown-option:hover {
          background-color: #66a080;
          color: #fff; }

.filter-indent {
  padding-left: 16px; }

header .menu .overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent;
  z-index: 299; }

header .menu .open-menu {
  float: right; }

header .menu .configurator-page-menu img {
  margin-right: 0; }

header .menu .open-cart {
  float: right;
  margin-right: 5px; }
  header .menu .open-cart .open-cart-content {
    display: flex;
    justify-content: space-between;
    min-width: 130px;
    line-height: 42px; }
    header .menu .open-cart .open-cart-content .cart-icon {
      width: 18px;
      height: auto; }
    header .menu .open-cart .open-cart-content .warning-icon {
      width: 24px;
      height: auto; }
    header .menu .open-cart .open-cart-content .arrow-icon {
      width: 10px;
      height: auto; }

header .menu .open-country-select {
  float: right;
  margin-right: 5px;
  min-width: 80px;
  text-align: left;
  line-height: 42px; }
  header .menu .open-country-select .flag {
    width: 22px;
    height: 15px;
    display: inline-block;
    vertical-align: middle; }
  header .menu .open-country-select .country-text {
    top: 1px;
    position: relative;
    margin-left: 8px; }

header .menu .open-faq {
  float: right;
  margin-right: 5px;
  text-transform: uppercase; }
  header .menu .open-faq img {
    margin-right: 10px;
    height: 23px;
    width: auto; }

header .menu .menu-phone {
  float: right;
  margin-top: 12px;
  min-width: 130px;
  margin-right: 15px;
  text-align: right; }

header .menu .btn-mail-configuration {
  float: right;
  margin-right: 5px; }
  header .menu .btn-mail-configuration .icon {
    width: 24px;
    height: auto; }

@media (max-width: 1200px) {
  header .menu .btn-mail-configuration .title {
    display: none; }
  header .menu .btn-mail-configuration .icon {
    margin: 0; } }

header .menu .last-saved {
  float: right;
  margin-top: 5px; }

header .menu .popup-menu menu {
  width: 220px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
  background: white;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  overflow-y: auto; }
  header .menu .popup-menu menu .close-menu {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 8px; }
  header .menu .popup-menu menu ul li {
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-left: 3px solid transparent;
    cursor: pointer; }
    header .menu .popup-menu menu ul li:hover {
      border-left: 3px solid #26774b; }
    header .menu .popup-menu menu ul li.text-only {
      padding: 0 0 0 25px; }
    header .menu .popup-menu menu ul li .image {
      width: 70px;
      text-align: center;
      display: inline-block; }
      header .menu .popup-menu menu ul li .image img {
        vertical-align: middle; }
    header .menu .popup-menu menu ul li a:link, header .menu .popup-menu menu ul li a:hover, header .menu .popup-menu menu ul li a:active, header .menu .popup-menu menu ul li a:visited {
      color: #545454;
      text-decoration: none; }
  header .menu .popup-menu menu .user {
    padding: 20px 25px;
    background-color: #fafafa;
    font-size: 13px;
    line-height: 1.8em; }

header .menu .popup-menu .overview-cart {
  width: 320px;
  max-height: 85vh;
  overflow: auto;
  position: fixed;
  right: 5px;
  z-index: 300;
  padding: 30px;
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  top: 80px;
  border-radius: 3px;
  border: 1px solid #dcdcdc; }
  header .menu .popup-menu .overview-cart .triangle {
    background-image: url(../images/icons/cart-arrow.png);
    width: 14px;
    height: 5px;
    left: 50%;
    position: absolute;
    margin-left: -7px;
    top: -5px; }
  header .menu .popup-menu .overview-cart .heading {
    text-align: center; }
    header .menu .popup-menu .overview-cart .heading h4 {
      color: #545454; }
      header .menu .popup-menu .overview-cart .heading h4 img {
        vertical-align: middle;
        margin-right: 10px;
        display: inline-block; }

header.highlighted {
  position: static; }
  header.highlighted .menu .popup-menu menu {
    z-index: 1000; }

.configurator .modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 999;
  overflow-y: auto; }
  .configurator .modal .overlay {
    background: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.6;
    transition: 0.3s opacity; }
  .configurator .modal .content {
    width: 440px;
    background: white;
    border-radius: 3px;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 50px auto; }
    .configurator .modal .content.modal-content {
      padding: 30px; }
    .configurator .modal .content .modal-button {
      margin-left: 10%;
      margin-right: 10%;
      width: 80%;
      margin-top: 20px; }
    .configurator .modal .content .close-icon {
      cursor: pointer;
      float: right;
      background: url("/images/icons/close-modal.png") no-repeat;
      width: 20px;
      height: 20px;
      vertical-align: top; }
    .configurator .modal .content table {
      width: 100%; }
      .configurator .modal .content table tr {
        border-bottom: #dcdcdc solid 1px; }
      .configurator .modal .content table thead {
        border-bottom: #dcdcdc solid 1px; }
      .configurator .modal .content table td, .configurator .modal .content table th {
        padding-top: 20px;
        padding-bottom: 20px; }
      .configurator .modal .content table tr:last-child {
        border-bottom: 0px; }
      .configurator .modal .content table th {
        text-align: left;
        font-weight: bold; }
      .configurator .modal .content table td:last-child {
        text-align: right; }
      .configurator .modal .content table .error-message {
        background: white;
        cursor: pointer; }
        .configurator .modal .content table .error-message:hover {
          color: red; }
    .configurator .modal .content ul:not(.modern-tabs) {
      list-style: disc;
      padding: 10px 20px 0px 20px; }
    .configurator .modal .content .modal-content {
      padding: 30px 30px 20px 30px;
      border-bottom: 1px solid #dcdcdc; }
      .configurator .modal .content .modal-content h1 {
        margin-bottom: 10px; }
        .configurator .modal .content .modal-content h1:last-child {
          margin-bottom: 0; }
      .configurator .modal .content .modal-content:last-child {
        padding: 30px;
        border-bottom: 0; }
    .configurator .modal .content .modal-media {
      background-color: #f6f6f6;
      padding: 25px 30px;
      border-bottom: 1px solid #dcdcdc; }
      .configurator .modal .content .modal-media:last-child {
        border-bottom: 0; }
    .configurator .modal .content .modal-footer {
      padding: 23px 30px;
      text-align: right; }
    .configurator .modal .content .show-more {
      text-align: center; }
  .configurator .modal.pdf-modal .loading-pdf {
    margin: 50px auto;
    display: block;
    width: 150px; }
  .configurator .modal.pdf-modal .name-container {
    width: 33%;
    display: inline-block; }
  .configurator .modal.pdf-modal .company-container {
    width: calc( 67% - 20px);
    padding-left: 20px;
    display: inline-block; }
  .configurator .modal.pdf-modal .price-name-container {
    width: 66%;
    display: inline-block; }
  .configurator .modal.pdf-modal .price-container {
    width: calc( 37% - 20px);
    padding-left: 20px;
    display: inline-block; }
  .configurator .modal.pdf-modal .download-button {
    width: 45%;
    margin-right: 8%;
    display: inline; }
  .configurator .modal.pdf-modal .open-button {
    width: 45%;
    display: inline; }
  .configurator .modal.pdf-modal .modal-error {
    background-color: transparent;
    font-weight: bold;
    margin-bottom: 15px;
    display: block; }
  .configurator .modal.pdf-modal .description {
    margin-top: 10px;
    margin-bottom: 10px; }
  .configurator .modal.pdf-modal .btn-container-right:before, .configurator .modal.pdf-modal .btn-container-right:after {
    content: " ";
    display: table; }
  .configurator .modal.pdf-modal .btn-container-right:after {
    clear: both; }
  .configurator .modal.no-mobile-modal .content {
    width: 100%; }
  .configurator .modal .description {
    margin-top: 10px;
    margin-bottom: 10px; }
  .configurator .modal .flag-small {
    width: 22px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .configurator .modal .selectize-dropdown .active {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #346B46; }
  .configurator .modal .warning {
    color: red;
    margin-top: 10px;
    margin-bottom: 10px; }

.configurator .loading-pdf-api {
  display: block;
  margin: 0 auto; }

.modal-full-button {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  margin-top: 20px; }

.modal-success-message {
  padding-top: 6px; }

@keyframes fadein {
  from {
    opacity: 0.0;
    transform: translateY(10px); }
  to {
    opacity: 1.0;
    transform: translateY(0px); } }

@keyframes fadeout {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }

.configurator .feedback-popups {
  position: fixed;
  right: 20px;
  top: 120px;
  z-index: 999; }
  .configurator .feedback-popups .close-icon {
    cursor: pointer;
    float: right;
    background: url("/images/icons/close-modal.png") no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: top; }
  .configurator .feedback-popups .content {
    width: 300px;
    background: white;
    border-radius: 3px;
    border-left: #26774b 4px solid;
    -webkit-box-shadow: 3px 4px 5px -1px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 3px 4px 5px -1px rgba(0, 0, 0, 0.27);
    box-shadow: 3px 4px 5px -1px rgba(0, 0, 0, 0.27);
    z-index: 1000;
    margin: 20px auto; }
    .configurator .feedback-popups .content.modal-content {
      animation-name: fadein;
      animation-duration: 0.3s;
      padding: 10px; }
      .configurator .feedback-popups .content.modal-content p {
        color: #26774b;
        margin-top: 10px;
        font-weight: 600; }
      .configurator .feedback-popups .content.modal-content.fade-out {
        animation-name: fadeout;
        animation-duration: 0.3s;
        opacity: 0; }

.faq {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 999;
  overflow-y: auto; }
  .faq .overlay {
    background: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.6;
    transition: 0.3s opacity; }
  .faq .content {
    width: 80%;
    background: white;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 70px auto; }
    .faq .content.modal-content {
      padding: 30px; }
    .faq .content .close-icon {
      cursor: pointer;
      float: right;
      background: url("/images/icons/close-modal.png") no-repeat;
      width: 20px;
      height: 20px;
      vertical-align: top; }
  .faq .tabs {
    position: absolute;
    top: -40px;
    left: 0; }
  .faq .faq-top {
    margin-top: 50px; }
    .faq .faq-top h2 {
      margin: 15px 0; }
  .faq .tablinks {
    border: none;
    background: #D3D3D3;
    border-radius: 5px 5px 0px 0px;
    color: #247B45;
    margin-right: 5px;
    text-transform: none; }
  .faq .tablinks:hover,
  .faq .tablinks.active {
    background: #3E7046;
    color: #FFFF; }
  .faq .close {
    position: absolute; }
  .faq .close-btn {
    position: relative;
    top: -0.5rem;
    left: 92rem;
    border: none;
    background: transparent;
    color: #3E7046; }
  .faq .title {
    display: flex;
    margin-left: 13.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1rem; }
  .faq .width-title {
    width: 17rem; }
  .faq .tabpage {
    position: absolute;
    top: 15rem;
    left: 30rem;
    width: auto;
    padding: 2.5rem;
    padding-bottom: 4.5rem;
    background: white;
    align-items: center;
    justify-content: center;
    height: auto; }
  .faq article {
    border-bottom: 1px solid #3E7046;
    padding: 1rem 0; }
  .faq .article-wrapper {
    overflow: auto;
    width: 100%;
    height: 792px; }
    .faq .article-wrapper .faq-no-results {
      text-align: center; }
    .faq .article-wrapper ul {
      list-style: disc; }
      .faq .article-wrapper ul li {
        margin-left: 20px; }
  .faq ::-webkit-scrollbar {
    width: 10px; }
  .faq ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .faq ::-webkit-scrollbar-thumb {
    background: #3E7046;
    border-radius: 25px; }
  .faq .toggle {
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    display: flex;
    text-decoration: none; }
    .faq .toggle :hover {
      cursor: pointer; }
    .faq .toggle .arrow {
      width: 32px;
      height: auto; }
  .faq .hidden {
    content: url("../images/chevron-down.svg");
    position: absolute;
    left: 67rem;
    margin-top: 2rem; }
  .faq .shown {
    content: url("../images/chevron-up.svg"); }
  .faq h3 {
    text-transform: none;
    width: 100%; }
  .faq .article-title {
    position: relative;
    top: 50%;
    transform: translateY(20%); }
  .faq p {
    color: #262626; }
  .faq .categories {
    float: left;
    border-right: 1px solid #3E7046;
    background: white;
    margin-left: 40px; }
    @media (max-width: 1199px) {
      .faq .categories {
        margin-left: 0; } }
    .faq .categories button {
      text-transform: none;
      border-radius: 0;
      line-height: 0;
      min-height: 20px;
      margin-bottom: 10px; }
    .faq .categories .tab-categories {
      float: left;
      border: none;
      background: transparent;
      border-left: 3px solid transparent;
      width: 100%;
      text-align: left; }
  .faq .tab-categories:hover,
  .faq .tab-categories.active {
    border-left: 3px solid #25774B; }
  .faq .tab-categories p {
    font-weight: 600;
    color: #00784C;
    margin-bottom: 3px;
    margin-top: 3px; }
  .faq .video {
    padding-right: 1rem;
    padding-bottom: 1rem;
    width: 360px; }

.cart {
  width: 100%; }
  .cart td {
    padding-top: 10px;
    padding-bottom: 10px; }
  .cart td:last-child:not(:first-child) {
    text-align: right; }
  .cart tr:last-child {
    border-top: #dcdcdc solid 1px; }

.configurator .product-info-modal {
  overflow-y: auto; }
  .configurator .product-info-modal .navigation {
    position: fixed;
    width: 600px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -300px;
    z-index: 1000; }
    .configurator .product-info-modal .navigation .navigation-btn {
      height: 30px;
      width: 30px;
      border-radius: 50px;
      background: #FFFFFF;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
      text-align: center;
      line-height: 33px;
      cursor: pointer; }
      .configurator .product-info-modal .navigation .navigation-btn:hover {
        background-color: #f7f7f7; }
  .configurator .product-info-modal .content {
    width: 460px; }
    .configurator .product-info-modal .content .modal-content {
      border-bottom: 0 !important; }
      .configurator .product-info-modal .content .modal-content img {
        max-width: 100px; }
      .configurator .product-info-modal .content .modal-content h3 {
        color: #545454; }
        .configurator .product-info-modal .content .modal-content h3 span {
          color: #00784C; }
      .configurator .product-info-modal .content .modal-content .specs {
        line-height: 23px;
        min-height: 50px; }
        .configurator .product-info-modal .content .modal-content .specs span {
          width: 60px;
          display: inline-block; }
      .configurator .product-info-modal .content .modal-content .price {
        width: auto;
        border-radius: 3px;
        background-color: rgba(224, 245, 234, 0.37);
        border: solid 1px rgba(43, 107, 72, 0.2);
        color: #2b6b48;
        font-weight: bold;
        font-size: 20px;
        padding: 9px 21px;
        height: 40px;
        position: absolute;
        right: 30px;
        top: calc( 50% + 10px); }
    .configurator .product-info-modal .content .modal-tabs ul.modern-tabs {
      padding: 0 0 20px 5px; }
      .configurator .product-info-modal .content .modal-tabs ul.modern-tabs li:hover, .configurator .product-info-modal .content .modal-tabs ul.modern-tabs li.current {
        line-height: 29px; }
    .configurator .product-info-modal .content .modal-media {
      height: 400px;
      position: relative;
      padding: 0; }
      .configurator .product-info-modal .content .modal-media .scroll-parent {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: relative; }
        .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container {
          overflow: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: -17px;
          overflow-y: scroll;
          padding-right: 15px;
          padding-left: 30px; }
          .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .row {
            padding: 20px 0;
            border-bottom: 1px solid #c7dcd1; }
            .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .row:last-of-type {
              border-bottom: 0; }
          .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .properties {
            padding-right: 15px; }
            .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .properties h3 {
              color: #545454; }
            .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .properties .image {
              width: 100%;
              height: auto;
              padding-top: 100%;
              cursor: pointer;
              background-size: cover;
              display: block;
              margin: auto;
              background-position: center;
              border-radius: 3px; }
            .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .properties p {
              font-size: 13px; }
          .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .images {
            padding-right: 30px; }
            .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .images .image {
              width: 100%;
              cursor: pointer;
              height: auto;
              padding-top: 100%;
              background-size: cover;
              display: block;
              background-position: center;
              border-radius: 3px;
              margin-bottom: 15px; }
          .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .videos {
            padding-right: 15px; }
            .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .videos .row {
              padding: 20px 0;
              border-bottom: 1px solid #c7dcd1; }
              .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .videos .row:last-of-type {
                border-bottom: 0; }
              .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .videos .row .video-container {
                width: 100%;
                height: 0;
                position: relative;
                padding-bottom: 56.25%; }
                .configurator .product-info-modal .content .modal-media .scroll-parent .scroll-container .videos .row .video-container iframe {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%; }
      .configurator .product-info-modal .content .modal-media .infinite-scroll {
        width: 100%;
        position: absolute;
        background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), rgba(244, 244, 244, 0.7) 80%, rgba(244, 244, 244, 0.87));
        height: 50px;
        bottom: 0;
        left: 0;
        right: 0; }
        .configurator .product-info-modal .content .modal-media .infinite-scroll .icon {
          width: 21px;
          position: absolute;
          bottom: 5px;
          left: 50%;
          margin-left: -10.5px; }
    .configurator .product-info-modal .content .modal-footer .btn {
      padding: 0 25px; }
      .configurator .product-info-modal .content .modal-footer .btn:first-of-type {
        margin-right: 10px; }
  .configurator .product-info-modal .play-button {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("/images/playbutton-1x.png") no-repeat;
    background-position: 50% 50%; }
    .configurator .product-info-modal .play-button:hover {
      cursor: pointer; }

.step-info-image {
  max-width: 380px;
  cursor: pointer; }

.system-modal .play-button, .filter-modal .play-button, .wood-modal .play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/images/playbutton-1x.png") no-repeat;
  background-position: 50% 50%; }
  .system-modal .play-button:hover, .filter-modal .play-button:hover, .wood-modal .play-button:hover {
    cursor: pointer; }

.system-modal .images, .filter-modal .images, .wood-modal .images {
  padding-right: 30px; }
  .system-modal .images .image, .filter-modal .images .image, .wood-modal .images .image {
    width: 100%;
    cursor: pointer;
    height: auto;
    padding-top: 100%;
    background-size: cover;
    display: block;
    background-position: center;
    border-radius: 3px;
    margin-bottom: 15px; }

.system-modal .videos, .filter-modal .videos, .wood-modal .videos {
  padding-right: 15px; }
  .system-modal .videos .row, .filter-modal .videos .row, .wood-modal .videos .row {
    padding: 20px 0;
    border-bottom: 1px solid #c7dcd1; }
    .system-modal .videos .row:last-of-type, .filter-modal .videos .row:last-of-type, .wood-modal .videos .row:last-of-type {
      border-bottom: 0; }
    .system-modal .videos .row .video-container, .filter-modal .videos .row .video-container, .wood-modal .videos .row .video-container {
      width: 100%;
      height: 0;
      position: relative;
      padding-bottom: 56.25%; }
      .system-modal .videos .row .video-container iframe, .filter-modal .videos .row .video-container iframe, .wood-modal .videos .row .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.step-overlay .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 989;
  background: rgba(0, 0, 0, 0.6); }

.step-overlay .info {
  z-index: 990;
  position: absolute;
  text-align: center;
  width: 200px; }
  .step-overlay .info.selection-info {
    bottom: 337px;
    left: 60px; }
  .step-overlay .info.zoom-info {
    width: 300px;
    left: 55%;
    top: 75px;
    margin-left: -460px; }
    .step-overlay .info.zoom-info span {
      width: 250px;
      float: left; }
  .step-overlay .info.menu-info {
    width: 300px;
    right: 225px;
    top: 10px;
    margin-left: -400px; }
    .step-overlay .info.menu-info span {
      width: 250px;
      float: left; }
  .step-overlay .info.start-3d-info {
    width: 300px;
    left: 22%;
    top: 67%; }
    .step-overlay .info.start-3d-info span {
      width: 250px;
      float: left; }
  .step-overlay .info.tools-info {
    width: 300px;
    left: 170px;
    top: 10px; }
    .step-overlay .info.tools-info span {
      width: 250px;
      float: right; }
  .step-overlay .info span {
    font-weight: bold;
    color: white; }
  .step-overlay .info img {
    display: block;
    margin: 15px auto 0 auto; }

.step-overlay .close-instructions {
  font-size: 28px;
  font-weight: bold;
  position: fixed;
  left: 0%;
  top: 50%;
  display: block;
  text-align: center;
  width: 100%;
  color: white;
  pointer-events: none; }

.center-area {
  position: absolute;
  overflow: hidden;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0; }
  .center-area.open {
    margin-left: 300px;
    width: calc( 100% - 300px); }
  .center-area.hidden {
    display: block;
    visibility: hidden; }
  .center-area .loading {
    z-index: 51;
    background: white;
    position: absolute;
    width: 100%;
    height: 100%; }
    .center-area .loading .loading-icon {
      font-size: 50px;
      color: #00784C; }
  .center-area .call-to-action-text {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    color: #3B3B3B;
    position: absolute;
    top: 75px;
    display: block;
    width: 100%;
    text-align: center;
    pointer-events: none; }
  .center-area .pip .call-to-action-text {
    display: none; }
  .center-area .pip .loading {
    z-index: 102; }
    .center-area .pip .loading img {
      height: 100px; }
  .center-area .configuration-panel {
    width: 100%;
    position: relative; }
    .center-area .configuration-panel .top-bar {
      width: 100%;
      height: 60px;
      background: white;
      z-index: 100;
      position: absolute; }
      .center-area .configuration-panel .top-bar .btn-config-action {
        background: white;
        border: 1px solid grey;
        color: grey;
        font-size: 12px;
        float: right;
        margin-right: 10px;
        margin-top: 10px; }
        .center-area .configuration-panel .top-bar .btn-config-action:hover {
          background-color: #F9F9F9; }
        .center-area .configuration-panel .top-bar .btn-config-action:disabled {
          opacity: .75;
          cursor: default; }
      @media (max-width: 1300px) {
        .center-area .configuration-panel .top-bar .btn-config-action .title {
          display: none; } }
      .center-area .configuration-panel .top-bar .measurement-check {
        float: right;
        margin-right: 30px;
        margin-top: 19px;
        background: white;
        cursor: pointer; }
      .center-area .configuration-panel .top-bar .toggle-view {
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        border-radius: 5px;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        color: grey;
        font-size: 12px;
        line-height: 40px;
        font-weight: bold;
        padding: 0px 10px;
        border: 1px solid grey;
        background: white;
        cursor: pointer;
        user-select: none; }
        .center-area .configuration-panel .top-bar .toggle-view:hover {
          background-color: #F9F9F9; }
        .center-area .configuration-panel .top-bar .toggle-view img {
          position: relative;
          top: 5px;
          margin-right: 10px; }
        .center-area .configuration-panel .top-bar .toggle-view img.chevron {
          top: 1px;
          margin-left: 10px;
          margin-right: 0;
          width: 10px; }
        .center-area .configuration-panel .top-bar .toggle-view .dropdown-button li {
          border-top: 1px solid #26774b; }
    .center-area .configuration-panel .fullscreen {
      left: 0;
      bottom: auto;
      right: auto; }
      .center-area .configuration-panel .fullscreen .fullscreen-icon {
        display: none; }
    .center-area .configuration-panel .hover-tooltip {
      position: absolute;
      left: 80px;
      background: white;
      border-radius: 2px;
      width: 150px; }
      .center-area .configuration-panel .hover-tooltip p {
        display: none; }
      .center-area .configuration-panel .hover-tooltip.infer {
        height: 120px; }
        .center-area .configuration-panel .hover-tooltip.infer:after, .center-area .configuration-panel .hover-tooltip.infer:before {
          left: 20px; }
        .center-area .configuration-panel .hover-tooltip.infer p.infer {
          display: block; }
        .center-area .configuration-panel .hover-tooltip.infer:after, .center-area .configuration-panel .hover-tooltip.infer:before {
          top: 100%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .center-area .configuration-panel .hover-tooltip.infer:before {
          border-width: 10px 17.3px 10px 0;
          border-color: transparent white transparent transparent;
          left: -17px;
          top: 50%;
          margin-top: -45px; }
      .center-area .configuration-panel .hover-tooltip .draw-mode-types p {
        font-weight: bold; }
      .center-area .configuration-panel .hover-tooltip .draw-mode-types p.selected, .center-area .configuration-panel .hover-tooltip .draw-mode-types p:hover {
        cursor: pointer;
        color: #FFFFFF;
        background: #26774b; }
      .center-area .configuration-panel .hover-tooltip.draw {
        height: 120px; }
        .center-area .configuration-panel .hover-tooltip.draw:after, .center-area .configuration-panel .hover-tooltip.draw:before {
          left: 75px; }
        .center-area .configuration-panel .hover-tooltip.draw p.draw {
          display: block; }
        .center-area .configuration-panel .hover-tooltip.draw:after, .center-area .configuration-panel .hover-tooltip.draw:before {
          top: 100%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .center-area .configuration-panel .hover-tooltip.draw:before {
          border-width: 10px 17.3px 10px 0;
          border-color: transparent white transparent transparent;
          left: -17px;
          top: 50%; }
      .center-area .configuration-panel .hover-tooltip.railing {
        height: 135px; }
        .center-area .configuration-panel .hover-tooltip.railing:after, .center-area .configuration-panel .hover-tooltip.railing:before {
          left: 125px; }
        .center-area .configuration-panel .hover-tooltip.railing p.railing {
          display: block; }
        .center-area .configuration-panel .hover-tooltip.railing:after, .center-area .configuration-panel .hover-tooltip.railing:before {
          top: 100%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .center-area .configuration-panel .hover-tooltip.railing:before {
          border-width: 10px 17.3px 10px 0;
          border-color: transparent white transparent transparent;
          left: -17px;
          top: 50%;
          margin-top: 40px; }
      .center-area .configuration-panel .hover-tooltip p {
        padding: 10px;
        margin: 0;
        text-align: left; }
    .center-area .configuration-panel .draw-modes {
      position: absolute;
      top: 50px;
      right: 10px; }
      .center-area .configuration-panel .draw-modes button {
        float: left;
        max-width: 20px;
        max-height: 20px;
        background: white;
        border-radius: 0px;
        margin: 0;
        border-right: 1px solid #dcdcdc; }
        .center-area .configuration-panel .draw-modes button:hover {
          background: #00784C; }
        .center-area .configuration-panel .draw-modes button:first-child {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
        .center-area .configuration-panel .draw-modes button:last-child {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          border-right: 0; }
        .center-area .configuration-panel .draw-modes button.current {
          background: #00784C; }
        .center-area .configuration-panel .draw-modes button img {
          margin-left: 0px;
          margin-right: 0px;
          left: -15px;
          position: relative; }
    .center-area .configuration-panel .fullscreen-icon {
      cursor: pointer;
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 20px; }
    .center-area .configuration-panel .leftPane {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background: #E3D8C3; }
      .center-area .configuration-panel .leftPane .fullscreen-icon {
        right: 20px; }
      .center-area .configuration-panel .leftPane.fullscreen {
        left: 0;
        border-right: 0px; }
    .center-area .configuration-panel .rightPane {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      background: #dcdcdc;
      border-left: 1px solid #BDBDBD; }
      .center-area .configuration-panel .rightPane.fullscreen {
        left: 0;
        border-left: 0px; }
      .center-area .configuration-panel .rightPane .fullscreen-icon {
        left: 20px;
        z-index: 52; }
    .center-area .configuration-panel .pip {
      z-index: 101;
      border: 5px solid white;
      right: 30px;
      bottom: 60px;
      box-shadow: 0px 2px 2px #888888; }
      .center-area .configuration-panel .pip .fullscreen-icon {
        z-index: 103;
        top: 0px;
        left: 0px;
        width: 25px;
        height: 25px;
        border-right: 5px solid white;
        border-bottom: 5px solid white;
        background: white;
        right: auto;
        bottom: auto; }
  .center-area .model-info {
    position: absolute;
    left: 20px;
    top: 118px; }
    .center-area .model-info .dimension {
      position: relative; }
      .center-area .model-info .dimension .tooltip {
        position: absolute;
        bottom: 38px;
        background: rgba(57, 84, 73, 0.9);
        color: white;
        border-radius: 3px;
        cursor: default;
        display: none;
        z-index: 300;
        width: 95px;
        text-align: center;
        left: 78%;
        margin-left: -80px;
        white-space: normal;
        opacity: 0.9; }
      .center-area .model-info .dimension:hover .tooltip {
        display: block; }
    .center-area .model-info ul li {
      float: left;
      border-width: 1px 0 1px 1px;
      border-color: #b9b2a3;
      border-style: solid;
      color: #545454;
      padding: 0 15px;
      height: 35px;
      line-height: 33px; }
      .center-area .model-info ul li:first-of-type {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .center-area .model-info ul li:last-of-type {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-width: 1px; }
      .center-area .model-info ul li img {
        vertical-align: middle;
        margin-right: 10px; }
  .center-area .ar-container {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.14);
    position: absolute;
    bottom: 80px;
    left: 20px;
    z-index: 99;
    display: block;
    border-radius: 5px; }
    .center-area .ar-container--background-white {
      background-color: #FFFFFF; }
    .center-area .ar-container__header {
      padding: 5px;
      display: flex;
      justify-content: end; }
      .center-area .ar-container__header img {
        width: 20px; }
        .center-area .ar-container__header img:hover {
          cursor: pointer; }
    .center-area .ar-container__image {
      width: 250px;
      height: 150px;
      display: block; }
  .center-area .zoom-container {
    position: absolute;
    top: 80px;
    right: 20px; }
    .center-area .zoom-container.highlighted {
      padding: 5px 5px 1px 5px;
      background-color: #e3d8c3;
      z-index: 1000;
      top: 75px;
      right: 15px; }
    .center-area .zoom-container .zoomicon {
      float: left;
      margin-right: 5px; }
    .center-area .zoom-container p {
      float: left;
      margin-right: 5px; }
    .center-area .zoom-container .zoombuttons {
      float: left; }
      .center-area .zoom-container .zoombuttons .upbutton {
        height: 10px;
        display: block;
        cursor: pointer; }
      .center-area .zoom-container .zoombuttons .downbutton {
        height: 10px;
        display: block;
        cursor: pointer;
        margin-top: 2px; }
  .center-area .invoice-panel {
    width: calc( 50% - 40px);
    padding: 20px;
    float: left; }
  .center-area .threed-not-started {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ebebeb; }
  .center-area .remainder .btn-3d {
    display: none; }
  .center-area .threedviewer-tutorial {
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    cursor: move; }
    .center-area .threedviewer-tutorial.shown {
      z-index: -100;
      opacity: 0; }
  .center-area .threedviewer {
    cursor: move; }
  .center-area .toggle-selection {
    height: 30px;
    width: 20px;
    background: white;
    border-radius: 0 5px 5px 0;
    position: absolute;
    z-index: 200;
    top: 80px;
    cursor: pointer;
    padding-top: 8px;
    padding-left: 2px; }
    .center-area .toggle-selection img {
      width: 10px;
      margin-left: 3px;
      transform: rotate(180deg); }
    .center-area .toggle-selection.open img {
      transform: rotate(0deg); }
  .center-area .configuration-panel .fullscreen-icon {
    bottom: 80px; }
  .center-area .tutorial .start-tutorial {
    bottom: 80px; }
  .center-area .btn-measurements {
    bottom: 80px; }

.custom-checkbox label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 17px;
  padding-left: 10px;
  font-weight: 200;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .custom-checkbox label span {
    position: relative;
    top: 2px; }
  .custom-checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    background-color: #fff; }
  .custom-checkbox label::after {
    z-index: 100;
    background: url("/images/checkbox-2x.png") no-repeat;
    background-size: 13px 13px;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: 4px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #26774b;
    content: " "; }

.custom-checkbox input[type="checkbox"], .custom-checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }
  .custom-checkbox input[type="checkbox"]:focus + label::before, .custom-checkbox input[type="radio"]:focus + label::before {
    border-color: #26774b !important; }
  .custom-checkbox input[type="checkbox"]:checked + label:before, .custom-checkbox input[type="radio"]:checked + label:before {
    background-color: #26774b; }
  .custom-checkbox input[type="checkbox"]:disabled + label, .custom-checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
    .custom-checkbox input[type="checkbox"]:disabled + label::before, .custom-checkbox input[type="radio"]:disabled + label::before {
      cursor: not-allowed; }

.custom-checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.custom-checkbox.checkbox-inline {
  margin-top: 0; }

.custom-checkbox.checkbox-error label::before {
  border-color: #C73B3B; }

ul.tabs {
  /* used in login form, etc. */
  padding: 0;
  height: 30px;
  width: 100%;
  background-color: #F9F9F9; }
  ul.tabs li {
    list-style: none;
    display: inline-block;
    margin-right: -4px;
    cursor: pointer;
    vertical-align: top;
    border-left: 1px solid #bce8cf;
    background-color: #E2F5EA;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s; }
    ul.tabs li:first-child {
      border-left: 0; }
    ul.tabs li:hover {
      background-color: #cbedda; }
    ul.tabs li.current {
      background-color: #fff;
      color: #545454;
      cursor: default; }
      ul.tabs li.current:hover {
        background-color: #fff; }
      ul.tabs li.current a {
        cursor: default; }
    ul.tabs li a {
      display: inline-block;
      height: 30px;
      padding: 0 15px;
      color: #000000;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 13px;
      font-weight: 700;
      font-style: normal;
      text-decoration: none;
      line-height: 30px; }
    ul.tabs li.disabled {
      background-color: #e6e6e6; }
      ul.tabs li.disabled a {
        cursor: default;
        color: #c5c5c5; }

ul.modern-tabs {
  padding: 0;
  min-height: 29px;
  width: 100%;
  background-color: white;
  border-bottom: 2px solid #dcdcdc; }
  ul.modern-tabs li {
    list-style: none;
    display: inline-block;
    margin-left: 25px;
    cursor: pointer;
    vertical-align: top;
    padding: 0;
    height: 29px;
    line-height: 29px;
    border-left: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent; }
    ul.modern-tabs li:hover {
      border-bottom: 2px solid #00975f;
      line-height: 27px;
      background: white; }
    ul.modern-tabs li.current {
      color: #00784C;
      border-bottom: 2px solid #00784C;
      line-height: 27px;
      background: white; }
      ul.modern-tabs li.current a {
        color: #00784C;
        cursor: default; }
    ul.modern-tabs li a {
      display: inline-block;
      height: 30px;
      padding: 0;
      color: #545454;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 13px;
      font-weight: 700;
      font-style: normal;
      text-decoration: none;
      line-height: 30px; }
      ul.modern-tabs li a:hover, ul.modern-tabs li a:link, ul.modern-tabs li a:active, ul.modern-tabs li a:visited {
        text-decoration: none; }
    ul.modern-tabs li.disabled {
      background-color: #e6e6e6; }
      ul.modern-tabs li.disabled a {
        cursor: default;
        color: #c5c5c5; }

.base {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background: white; }
  .base--no-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .base .overview {
    width: 100%;
    padding-top: 170px; }
    .base .overview h1 {
      margin-top: 30px;
      color: #00784C; }
    .base .overview .base-configuration {
      margin-top: 25px; }
      .base .overview .base-configuration .panel-image {
        position: relative;
        min-height: 200px; }
        .base .overview .base-configuration .panel-image .enlarge-icon {
          position: absolute;
          bottom: 15px;
          right: 15px; }
      .base .overview .base-configuration h4 {
        padding-left: 13px;
        height: 36px; }
      .base .overview .base-configuration .info {
        font-size: 16px; }
        .base .overview .base-configuration .info .row {
          border-bottom: 1px solid #dcdcdc; }
          .base .overview .base-configuration .info .row .col-md-6 {
            border-right: 1px solid #dcdcdc; }
            .base .overview .base-configuration .info .row .col-md-6:last-of-type {
              border-right: 0; }
        .base .overview .base-configuration .info .spec {
          padding: 13px 0 13px 5px;
          width: 100%; }
        .base .overview .base-configuration .info .warning {
          background-color: #ACACAC;
          border-radius: 3px;
          color: white;
          text-transform: uppercase;
          padding: 3px 7px;
          font-weight: bold;
          letter-spacing: 0.5px;
          font-size: 11px;
          display: inline-block;
          float: right; }
      .base .overview .base-configuration .text {
        padding: 20px 5px;
        padding-bottom: 30px; }
        .base .overview .base-configuration .text .description {
          margin-top: 10px;
          font-size: 14px;
          line-height: 1.64;
          height: 131px;
          margin-bottom: 5px;
          overflow: hidden; }
          .base .overview .base-configuration .text .description ul {
            padding-left: 15px;
            list-style-type: disc; }
        .base .overview .base-configuration .text .system-info {
          text-transform: uppercase; }
          .base .overview .base-configuration .text .system-info img {
            margin-right: 0;
            margin-left: 5px; }
        .base .overview .base-configuration .text .view-blueprint {
          width: 45%;
          float: left;
          display: block; }
        .base .overview .base-configuration .text .open-configuration {
          margin-left: 3%;
          display: block;
          width: 52%;
          float: left; }
  .base .infinite-scroll {
    width: 100%;
    position: fixed;
    background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), rgba(244, 244, 244, 0.7) 30%, rgba(244, 244, 244, 0.87));
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer; }
    .base .infinite-scroll .icon {
      width: 21px;
      position: absolute;
      bottom: 22px;
      left: 50%;
      margin-left: -10.5px; }
  .base .filter-panel {
    background-color: #FCFCFC;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px solid #dcdcdc; }
    .base .filter-panel .filters {
      padding: 20px 0; }
      .base .filter-panel .filters .more-filters {
        float: right;
        height: 45px;
        line-height: 45px; }
      .base .filter-panel .filters .filter-row {
        margin-bottom: 15px; }
        .base .filter-panel .filters .filter-row .info {
          width: 150px;
          font-weight: bold;
          height: 45px;
          line-height: 45px;
          float: left;
          font-size: 18px; }
        .base .filter-panel .filters .filter-row.closed {
          margin-bottom: 0; }
        .base .filter-panel .filters .filter-row ul li {
          float: left;
          margin-right: 15px;
          border-radius: 3px;
          background: white;
          border: 1px solid #dcdcdc;
          color: #545454;
          padding: 0 10px;
          font-weight: 600;
          height: 45px;
          line-height: 43px;
          cursor: pointer; }
          .base .filter-panel .filters .filter-row ul li img {
            vertical-align: middle;
            display: inline-block;
            margin-right: 10px; }
          .base .filter-panel .filters .filter-row ul li.active {
            color: #00784C;
            border: 2px solid #26774b;
            line-height: 41px; }
        .base .filter-panel .filters .filter-row:last-of-type {
          margin-bottom: 0; }
  .base .configurator-info {
    height: 320px;
    background-color: white; }
    .base .configurator-info .container {
      max-width: 830px;
      margin: auto;
      width: 70%; }
      .base .configurator-info .container .row {
        top: 120px;
        position: relative; }
        .base .configurator-info .container .row .logo {
          float: left;
          width: 280px;
          text-align: center; }
          .base .configurator-info .container .row .logo img {
            width: 280px; }
          .base .configurator-info .container .row .logo span {
            color: #5C5C5C;
            margin-top: 10px;
            font-weight: bold;
            font-size: 19px; }
        .base .configurator-info .container .row .text {
          width: 60%;
          float: right;
          max-width: 560px;
          height: 80px;
          font-weight: normal;
          line-height: 1.59;
          color: #545454;
          display: table; }
          .base .configurator-info .container .row .text .bubble {
            display: table-cell;
            vertical-align: middle; }
  .base .categories {
    padding-top: 50px;
    background: white; }
    .base .categories h2 {
      margin-top: 0;
      margin-bottom: 25px; }
    .base .categories .base-title {
      color: #00784C; }
    .base .categories .category-card {
      width: 100%; }
      .base .categories .category-card .tint {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.26) 52%, rgba(0, 0, 0, 0.37));
        width: 100%;
        border-top-left-radius: 3px;
        height: 100%;
        position: absolute;
        border-top-right-radius: 3px; }
  .base .back-to-templates, .base .back-to-filters {
    display: none; }
  .base .loading-icon-large {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    text-align: center; }
    .base .loading-icon-large--modal {
      height: auto;
      padding: 20px 0; }
    .base .loading-icon-large img {
      width: 50px;
      height: 50px; }

.enlarge-icon.icon-absolute {
  position: absolute;
  margin-left: 65px;
  margin-top: 50px;
  pointer-events: none; }

.float-right {
  float: right; }

@media (max-width: 991px) {
  .show-sm {
    display: none; } }

@media (min-width: 991px) {
  .hide-md {
    display: none; } }

/*! Lity - v1.6.0 - 2016-01-11
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #FFF; }

.lity-hide {
  display: none; }

ul.dealer-tabs {
  height: 50px;
  position: absolute;
  z-index: 52; }
  ul.dealer-tabs li a {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 15px !important; }

.dealer-container {
  padding-top: 61px; }

.dealer-header {
  padding: 20px; }

.dealer-body {
  padding: 20px; }
  .dealer-body:after {
    content: " ";
    display: block;
    clear: both; }
  .dealer-body table {
    width: 100%; }
    .dealer-body table th {
      font-weight: bold;
      text-align: left;
      padding-right: 20px; }
    .dealer-body table td {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 20px; }
    .dealer-body table tr {
      border-bottom: #dcdcdc solid 1px; }
    .dealer-body table td:last-child {
      text-align: right; }
    .dealer-body table tr:last-child {
      border-bottom: 0px; }
  .dealer-body .loading-icon-large {
    margin: 0 auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center; }
    .dealer-body .loading-icon-large img {
      width: 50px;
      height: 50px; }

.wysiwyg-area ul, .wysiwyg-area ol {
  list-style: disc;
  padding-left: 20px; }

.wysiwyg-area span {
  text-decoration: underline; }

.wysiwyg-area em {
  font-style: italic; }

.order {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 51px;
  padding-bottom: 30px; }
  .order .heading {
    margin: 30px -2px;
    position: sticky;
    top: 80px;
    background: #ebebeb;
    z-index: 3;
    padding: 8px 2px; }
    .order .heading .title {
      float: left;
      line-height: 42px; }
    .order .heading .btn {
      float: right;
      margin-left: 15px;
      text-transform: none; }
  .order .row .panel {
    margin-bottom: 30px; }
    .order .row .panel .panel-body {
      padding: 30px; }
      .order .row .panel .panel-body p {
        font-size: 13px; }
  .order .row .example-2d, .order .row .example-3d {
    height: 315px;
    min-height: 0; }
    .order .row .example-2d .panel-image, .order .row .example-3d .panel-image {
      width: 100%;
      height: 100%;
      background-size: auto 100%;
      background-position: center center;
      border-radius: 3px;
      background-repeat: no-repeat; }
  .order .row .example-2d {
    background-color: #e3d8c3;
    padding: 20px; }
  .order .row .example-3d .panel-image {
    background-size: cover; }
  .order .row .cart-overview h4 img {
    vertical-align: middle;
    margin-right: 15px; }
  .order .row .panel.specs .specs table {
    margin-top: 15px;
    width: 100%; }
    .order .row .panel.specs .specs table tr {
      height: 45px; }
      .order .row .panel.specs .specs table tr img {
        vertical-align: middle; }
  .order .row .panel.choices .choices table {
    margin-top: 15px;
    width: 100%; }
    .order .row .panel.choices .choices table tr td ul {
      list-style: disc;
      margin-bottom: 15px; }
      .order .row .panel.choices .choices table tr td ul li {
        padding: 5px 10px; }
  .order .row .invoice-panel .send {
    text-transform: none; }

.tutorial .start-tutorial {
  position: absolute;
  bottom: 15px;
  left: 15px; }

.modal.tutorial-modal .content {
  width: 600px;
  overflow-y: auto;
  max-height: 85vh; }
  .modal.tutorial-modal .content video {
    max-width: 100%;
    height: auto;
    background-color: transparent; }
  .modal.tutorial-modal .content .modal-footer {
    height: 60px; }
    .modal.tutorial-modal .content .modal-footer .previous {
      float: left;
      color: #545454; }
    .modal.tutorial-modal .content .modal-footer .next {
      float: right;
      margin-bottom: 20px; }
      .modal.tutorial-modal .content .modal-footer .next.btn {
        margin-top: -10px; }
  .modal.tutorial-modal .content ol {
    list-style: decimal;
    text-align: left; }

.configurator .specs h2 {
  margin-top: 15px; }

.configurator .specs .spec-field {
  width: 30%;
  float: left; }

.configurator .specs .choice p {
  font-weight: bold; }

.configurator .specs .choice .choice-label {
  width: 30%;
  float: left; }

.configurator .specs .choice ul {
  float: left;
  list-style: disc;
  width: 70%; }
  .configurator .specs .choice ul:after {
    content: " ";
    display: block;
    clear: both; }

.panel {
  border-radius: 3px;
  background-color: white;
  border: solid 1px #dcdcdc;
  position: relative;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .panel .filter-page {
    max-height: 180px; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    color: #545454; }
  .panel .panel-image {
    background-size: cover;
    width: 100%;
    position: relative;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel .panel-image img {
      max-width: 221px;
      min-width: 221px;
      height: auto;
      cursor: pointer; }
    .panel .panel-image h3, .panel .panel-image h4 {
      font-weight: bold;
      text-align: center;
      color: white;
      top: 15px;
      position: relative;
      margin: 0; }
  .panel .panel-body {
    padding: 15px 15px 15px 0;
    min-height: 180px; }
    .panel .panel-body h4 {
      padding-right: 13px; }
    .panel .panel-body .button-group {
      position: absolute;
      bottom: 20px; }
    .panel .panel-body .button-group-info {
      position: absolute;
      bottom: 20px;
      right: 15px; }
    .panel .panel-body .system-info {
      text-transform: uppercase; }
      .panel .panel-body .system-info img {
        margin-right: 0;
        margin-left: 5px; }
    .panel .panel-body.panel-list {
      padding: 0; }
      .panel .panel-body.panel-list ul {
        padding: 0; }
        .panel .panel-body.panel-list ul li {
          border-bottom: 1px solid #dcdcdc;
          line-height: 1.5;
          border-bottom: 1px solid #ebebeb;
          padding: 14px 0 14px 40px;
          background: url(../images/icons/checkmark-circle.png) 15px center no-repeat; }
          .panel .panel-body.panel-list ul li:last-child {
            border: none; }
  .panel.has-hover {
    cursor: pointer;
    /* panel-border is a trick to keep box-shadow and height, while adding a border */ }
    .panel.has-hover .panel-border {
      display: none; }
    .panel.has-hover:hover .panel-border {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: solid 2px #26774b;
      display: block;
      z-index: 2;
      border-radius: 3px; }

.custom-scrollbar {
  scrollbar-face-color: #F7F7F7;
  scrollbar-shadow-color: #F7F7F7;
  scrollbar-highlight-color: #F7F7F7;
  scrollbar-3dlight-color: #F7F7F7;
  scrollbar-darkshadow-color: #F7F7F7;
  scrollbar-track-color: #F7F7F7;
  scrollbar-arrow-color: #26774b; }

.custom-scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #F7F7F7; }

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px; }

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #26774b;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

/* DOWN ARROW */
.custom-scrollbar::-webkit-scrollbar-button:increment {
  width: 12px;
  background-image: url("/images/scrollbardown.png");
  background-repeat: no-repeat;
  background-size: 12px; }

/* UP ARROW */
.custom-scrollbar::-webkit-scrollbar-button:decrement {
  width: 12px;
  background-image: url("/images/scrollbarup.png");
  background-repeat: no-repeat;
  background-size: 12px; }

.none-scrollbar::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

@keyframes pulse {
  0% {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18); }
  15% {
    box-shadow: 0px 0px 14px 0px #f8e000; }
  55% {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18); } }

.activate-3d {
  background-image: linear-gradient(-180deg, #4B886C 0%, #26774B 100%);
  border: 1px solid #3B7957;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  min-height: 45px;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 25px;
  animation-name: pulse;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: 4s; }
  .activate-3d.highlighted {
    z-index: 1000;
    position: relative; }

.activate-3d:hover {
  background-image: linear-gradient(-180deg, #336950 0%, #26774B 100%); }

.btn-secondary.try_anyway {
  display: block;
  margin-top: 20px;
  width: 100% !important; }

.filter-slider {
  position: relative;
  margin: 15px 0 0 0; }
  .filter-slider .filter-slider-label {
    font-weight: 600;
    padding: 0 0 2px 0; }
  .filter-slider .filter-slider-value {
    position: absolute;
    top: 0;
    right: 0; }
  .filter-slider .rzslider {
    height: 6px;
    margin: 10px 0; }
    .filter-slider .rzslider * {
      outline: none; }
    .filter-slider .rzslider .rz-bar {
      background: #e2e2e2;
      height: 6px;
      border-radius: 3px; }
    .filter-slider .rzslider .rz-pointer {
      top: -5px;
      width: 16px;
      height: 16px;
      background: #b5cfbe; }
      .filter-slider .rzslider .rz-pointer:after {
        display: none; }
    .filter-slider .rzslider .rz-selection {
      background: #b5cfbe; }

.correctionButton {
  background-color: #555;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 10px;
  position: absolute; }

.correctionButton > p {
  margin: 10px 20px;
  color: white;
  cursor: pointer; }

.correctionContainerOuter {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  z-index: 110;
  top: 60px; }

.correctionContainerInner {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  width: 350px; }

.correctionContainer {
  background-color: #555;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  right: 0px;
  width: 100%;
  cursor: pointer; }

.correctionContainer > p {
  color: white; }

.correctionFlexItem {
  flex-grow: 1;
  margin: 10px; }

.correctionFlexRow {
  display: flex;
  flex-direction: row;
  width: 100%; }

#correctionInvisibleButton {
  position: absolute;
  left: 0px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  z-index: 1000;
  opacity: 0;
  cursor: all-scroll; }

.anonymous-user-modal .paragraph {
  margin: 10px 0; }

.anonymous-user-modal .submit {
  width: 100%; }

.plan__widget {
  width: 100%;
  aspect-ratio: 4/3; }
  .plan__widget iframe {
    width: 100%;
    height: 100%; }

.select-dealer__loader {
  display: flex;
  justify-content: center;
  padding: 2rem 0; }

.select-dealer__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; }
  .select-dealer__list__item {
    border-radius: 3px;
    background-color: white;
    border: solid 1px #dcdcdc;
    position: relative;
    margin-bottom: 15px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
    .select-dealer__list__item__content {
      flex-grow: 1; }
    .select-dealer__list__item__title {
      color: #545454; }
    .select-dealer__list__item__distance {
      font-size: 0.75rem;
      color: #26774b;
      font-weight: 600;
      display: inline-block;
      margin-left: 0.5rem; }
    .select-dealer__list__item__description {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .select-dealer__list__item_button {
      flex-shrink: 0;
      flex-grow: 0; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination {
  margin-right: 20px; }

.pagination .explanation {
  clear: both;
  display: block; }

.pagination .btn {
  margin-top: 0px;
  border-width: 1px !important;
  border-bottom-width: 4px !important;
  font: normal bold 14px / 1.45 Verdana, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
  user-select: none; }

.pagination .btn.btn-primary:active, .pagination .btn.btn-primary.active {
  border-color: #08774d;
  background: #076b45;
  color: #FFFFFF; }

.login-register {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 400px;
  background-color: #fff;
  border-radius: 3px; }
  .login-register ul.tabs {
    height: 40px; }
    .login-register ul.tabs li {
      width: 50%; }
      .login-register ul.tabs li:first-child {
        border-top-left-radius: 3px; }
      .login-register ul.tabs li:last-child {
        border-top-right-radius: 3px; }
      .login-register ul.tabs li a {
        height: 40px;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 14px; }
  .login-register.success {
    text-align: center; }
    .login-register.success * {
      vertical-align: top; }
    .login-register.success h1 {
      width: calc( 100% - 86px);
      display: inline-block;
      margin-top: 17px;
      margin-left: 20px;
      color: #006C43; }
  .login-register .content {
    padding: 25px; }
    .login-register .content > *:last-child {
      margin-bottom: 0; }
  .login-register select {
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #c8c8c8;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    height: 37px;
    padding-left: 6px; }

.large-background {
  background-size: cover;
  background-repeat: no-repeat; }

.maintenance {
  left: calc( 50% - 450px);
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  position: fixed; }
  .maintenance img {
    float: left;
    display: inline-block; }
  .maintenance p {
    margin-left: 50px;
    margin-top: 50px;
    float: left;
    display: inline-block;
    width: 350px; }

.partner-content {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 800px;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px; }

.partner-title {
  margin-bottom: 40px;
  text-align: center; }

.mobile .configurator header {
  position: absolute;
  width: 100%;
  min-width: 100%; }

.mobile .configurator footer .scroll-container {
  overflow-x: auto; }

.mobile .configurator footer.logo-visible {
  background: #ebebeb; }
  .mobile .configurator footer.logo-visible .scroll-content {
    width: 100%;
    min-width: 100%; }
    .mobile .configurator footer.logo-visible .scroll-content .options {
      width: 0; }

.mobile .configurator footer .actions {
  float: right;
  overflow-y: auto;
  height: 203px; }
  .mobile .configurator footer .actions .user ul {
    height: 180px;
    display: block;
    box-shadow: none;
    position: static; }

.mobile .configurator ul.products {
  overflow-x: auto;
  overflow-y: hidden; }
  .mobile .configurator ul.products li {
    float: none;
    display: inline-block; }

.mobile .configurator .rightPane .btn-3d {
  position: absolute;
  bottom: 10px;
  right: 20px; }

@media screen and (max-width: 1024px) {
  .mobile .toolbar ul li span {
    display: none; } }

@media screen and (max-width: 1124px) {
  .mobile .toolbar ul li span {
    font-size: inherit; } }

.mobile .toolbar ul li img {
  height: 60px;
  margin-right: 0; }

.mobile .invoice-panel {
  width: calc(100% - 40px); }

.mobile .base .systems {
  position: absolute;
  z-index: 51; }

.mobile .slideout-menu menu .close-icon {
  display: block;
  cursor: pointer;
  float: right;
  background: url("/images/close-1x.png") no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: top; }

.mobile .slideout-menu menu .menu-container {
  width: 100vw;
  left: -100vw; }
  .mobile .slideout-menu menu .menu-container.opened {
    left: 0; }

.mobile .slideout-menu menu .vertical-tab {
  left: 100vw; }

.mobile .zoom-container p {
  margin-right: 0; }

.mobile .zoom-container .zoombuttons {
  display: none; }

.mobile .base .filter-panel.closed {
  width: 0;
  min-width: 0; }

.mobile .base .filter-panel.opened {
  max-width: 100%;
  width: 100%; }

.mobile .base .overview.closed {
  width: 0;
  min-width: 0; }

.mobile .base .overview.opened {
  max-width: 100%;
  width: 100%; }

.mobile .base .filter-panel .btn-back-to-systems {
  display: none; }

.mobile .base .btn-back-to-systems {
  width: 50%; }

.mobile .base .back-to-templates {
  float: right;
  margin: 10px; }

.mobile .base .back-to-filters {
  margin: 10px;
  float: right; }

.mobile .base .mobile-header {
  display: block; }

.mobile .base .btn-back-to-systems, .mobile .base .back-to-templates, .mobile .base .back-to-filters {
  display: inline-block; }

.mobile .threed-not-started-container .fullscreen-icon {
  display: none; }

.mobile .threed-not-started-container .pip.rightPane {
  background: transparent;
  border: none;
  box-shadow: none; }
  .mobile .threed-not-started-container .pip.rightPane .threed-not-started {
    height: 0; }
  .mobile .threed-not-started-container .pip.rightPane .loading {
    z-index: 0;
    background: transparent; }
    .mobile .threed-not-started-container .pip.rightPane .loading img {
      display: none; }
  .mobile .threed-not-started-container .pip.rightPane .vertical-center {
    margin: 0; }
    .mobile .threed-not-started-container .pip.rightPane .vertical-center .btn {
      line-height: 18px;
      padding: 10px; }

.mobile .is-remainder .leftPane.pip {
  display: none;
  position: static; }

.mobile .is-remainder .rightPane.pip {
  display: none; }

.mobile .remainder .remainder-panel .product-container .product-select {
  width: 200px; }

.mobile .remainder .btn-3d {
  margin: 10px;
  display: block;
  float: right; }

.mobile .rightPane .btn-3d {
  display: block; }

@media screen and (max-width: 1025px) {
  .selection .options div.products {
    overflow-x: auto; }
    .selection .options div.products .arrow-holder {
      display: none; }
  .popup-menu .btn.btn-faq {
    display: none; } }

@media screen and (max-width: 1140px) {
  .mobile .tutorial .start-tutorial {
    bottom: 15px; }
  .mobile .btn-measurements {
    bottom: 53px; }
  .tutorial .start-tutorial {
    bottom: 55px; }
  .btn-measurements {
    bottom: 93px; }
  .tablet-hide {
    display: none; } }

.shrink-font {
  font-size: 14px !important; }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */
.ui-select-highlight {
  font-weight: 700; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important; }

.selectize-control.single > .selectize-input > input, .selectize-control > .selectize-dropdown {
  width: 100%; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select-locked > .ui-select-match-close, .select2-locked > .select2-search-choice-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999; }

.ui-select-container.select2.direction-up .ui-select-match, .ui-select-container[theme=select2].direction-up .ui-select-match {
  border-radius: 0 0 4px 4px; }

.ui-select-container.select2.direction-up .ui-select-dropdown, .ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px; }

.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search, .ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px; }

.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match, .ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden, .ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

.selectize-control.multi > .selectize-input > input {
  margin: 0 !important; }

.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px; }

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0; }

.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

.input-group > .ui-select-bootstrap.dropdown {
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px 0 0 4px; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px 0 0 4px !important; }

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.ui-select-bootstrap > .ui-select-match > .btn {
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body > .ui-select-bootstrap.open {
  z-index: 1000; }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: 0;
  height: 1.666666em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: .75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none; }

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > span:focus, .ui-select-bootstrap .ui-select-choices-row > span:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.active.disabled > span, .ui-select-bootstrap .ui-select-choices-row.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
  display: none !important; }

.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em; }

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden; }

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px; }

.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px; }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s; }

/*# sourceMappingURL=select.min.css.map */
