/* 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: #000000; }

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; }

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

a {
  color: #000000;
  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: black; }
  a:focus, a:active {
    text-decoration: underline;
    color: black; }

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; }

.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; }

.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; }

button, input[type="submit"], .btn, .btn-primary {
  display: inline-block;
  background-color: #B09665;
  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: #897040;
    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: #745f36;
    outline: 0;
    color: #fff;
    text-decoration: none; }

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

.btn-action {
  background-image: linear-gradient(to bottom, #B09665, #897040);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
  border: solid 1px #897040;
  padding: 0 25px; }
  .btn-action:hover {
    background-image: linear-gradient(to bottom, #a98d58, #7b653a);
    color: #fff;
    text-decoration: none; }
  .btn-action:active, .btn-action:focus {
    background-image: linear-gradient(to bottom, #957c4d, #665430);
    outline: 0;
    color: #fff;
    text-decoration: none; }
  .btn-action.btn-sm {
    line-height: 33px; }
  .btn-action.btn-xsm {
    line-height: 26px; }

.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: #000000;
  border: 2px solid #B09665;
  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 {
  position: absolute;
  right: 20px;
  bottom: 80px;
  z-index: 99;
  display: block;
  width: 200px;
  height: 20px; }

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

.configurator header {
  height: 60px;
  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 .steps {
      text-align: center; }
      .configurator header .container-fluid .steps .step {
        line-height: 40px;
        display: inline-block;
        position: relative; }
        .configurator header .container-fluid .steps .step a {
          border-radius: 50%;
          border-style: solid;
          border-width: 3px;
          border-color: #e2e2e2;
          color: #e2e2e2;
          height: 22px;
          width: 22px;
          display: inline-block;
          font-size: 14px;
          text-align: center;
          cursor: default;
          line-height: 18px;
          font-weight: 800; }
          .configurator header .container-fluid .steps .step a:hover, .configurator header .container-fluid .steps .step a:active, .configurator header .container-fluid .steps .step a:link, .configurator header .container-fluid .steps .step a:visited {
            text-decoration: none; }
          .configurator header .container-fluid .steps .step a .tooltip {
            color: white;
            background-color: #B09665;
            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 .steps .step a .tooltip::after {
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 7.5px 5px 7.5px;
              border-color: transparent transparent #B09665 transparent;
              content: '';
              position: absolute;
              left: 50%;
              margin-top: -5px;
              margin-left: -7.5px; }
          .configurator header .container-fluid .steps .step a:hover .tooltip {
            display: block; }
        .configurator header .container-fluid .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 .steps .step.done a {
          color: #B09665;
          cursor: pointer;
          border-color: #B09665; }
        .configurator header .container-fluid .steps .step.done .separator {
          background-color: #B09665; }
        .configurator header .container-fluid .steps .step.current a {
          color: white;
          border-color: #B09665;
          background-color: #B09665; }
        .configurator header .container-fluid .steps .step.current .separator {
          background-color: #B09665; }

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

.configurator-title {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  vertical-align: top; }

@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; } }

.selection {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  border-top: 1px solid #dcdcdc; }
  .selection.highlighted .options {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0; }
  .selection.highlighted .navigation {
    right: 0;
    bottom: 0;
    position: absolute; }
  .selection .options {
    width: 80%;
    float: left;
    height: 120px;
    background-color: white; }
    .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 div.products {
      padding: 0;
      width: auto;
      max-height: 90px;
      background-color: #fff;
      white-space: nowrap;
      position: relative; }
      .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 div.products .scrolling {
        width: 100%; }
        .selection .options div.products .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 .options div.products .scrolling .full-width .item {
            display: inline-block;
            text-align: center;
            cursor: pointer;
            padding: 10px 20px;
            margin-right: -4px;
            height: 100%;
            vertical-align: top;
            min-width: 100px;
            position: relative; }
            .selection .options div.products .scrolling .full-width .item .product-img {
              margin-top: 5px; }
              .selection .options div.products .scrolling .full-width .item .product-img .round {
                border-radius: 50%;
                width: auto;
                height: 50px; }
            .selection .options div.products .scrolling .full-width .item .label img {
              transition: ease-in-out all 0.2s;
              border-radius: 50%; }
            .selection .options div.products .scrolling .full-width .item .product-color {
              display: none; }
            .selection .options div.products .scrolling .full-width .item .product-gray {
              display: block; }
            .selection .options div.products .scrolling .full-width .item.current {
              background-color: #F2F2F2;
              cursor: default;
              color: #000000; }
              .selection .options div.products .scrolling .full-width .item.current .product-color {
                display: block; }
              .selection .options div.products .scrolling .full-width .item.current .product-gray {
                display: none; }
              .selection .options div.products .scrolling .full-width .item.current:hover {
                background-color: #e6e6e6; }
            .selection .options div.products .scrolling .full-width .item:hover {
              background-color: #e8e8e8; }
              .selection .options div.products .scrolling .full-width .item:hover .product-color {
                display: block; }
              .selection .options div.products .scrolling .full-width .item:hover .product-gray {
                display: none; }
              .selection .options div.products .scrolling .full-width .item:hover .label img.never-clicked {
                animation-name: info-icon;
                animation-duration: 600ms;
                animation-iteration-count: infinite; }
                .selection .options div.products .scrolling .full-width .item:hover .label img.never-clicked:hover {
                  animation-name: none; }
            .selection .options div.products .scrolling .full-width .item .info {
              display: block;
              float: left; }
            .selection .options div.products .scrolling .full-width .item .width-height-form {
              width: auto;
              display: block;
              height: 100%;
              float: left;
              padding: 0 15px; }
              .selection .options div.products .scrolling .full-width .item .width-height-form label {
                display: inline-block;
                margin-right: 10px;
                width: 90px; }
              .selection .options div.products .scrolling .full-width .item .width-height-form input {
                width: 75px;
                height: 30px;
                line-height: 30px; }
            .selection .options div.products .scrolling .full-width .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 .scrolling .full-width .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 .scrolling .full-width .item .tooltip.product-info table {
                width: 100%;
                text-align: left; }
                .selection .options div.products .scrolling .full-width .item .tooltip.product-info table th {
                  font-weight: bold; }
            .selection .options div.products .scrolling .full-width .item:hover .tooltip {
              display: block; }
            .selection .options div.products .scrolling .full-width .item .amount .controls {
              position: absolute;
              top: 45px;
              left: 20px;
              right: 20px;
              height: 15px; }
              .selection .options div.products .scrolling .full-width .item .amount .controls span {
                border-radius: 50%;
                width: 15px;
                height: 15px;
                display: block;
                color: white;
                font-weight: bold;
                text-align: center;
                line-height: 15px;
                font-size: 11px;
                position: absolute;
                cursor: pointer; }
                .selection .options div.products .scrolling .full-width .item .amount .controls span.add {
                  left: 0;
                  background-color: #5cb85c; }
                .selection .options div.products .scrolling .full-width .item .amount .controls span.decrease {
                  right: 0;
                  background-color: #d9534f; }
            .selection .options div.products .scrolling .full-width .item .amount .counter {
              position: absolute;
              right: 20px;
              border-radius: 12px;
              background-color: #5c5c5c;
              padding: 3px 8px;
              font-size: 11px;
              color: white;
              font-weight: bold;
              text-align: center;
              display: inline-block;
              bottom: 12px; }
            .selection .options div.products .scrolling .full-width .item:active {
              background-color: #e1e1e1;
              color: #000000; }
              .selection .options div.products .scrolling .full-width .item:active .product-color {
                display: block; }
              .selection .options div.products .scrolling .full-width .item:active .product-gray {
                display: none; }
            .selection .options div.products .scrolling .full-width .item .label {
              font-family: "proxima-nova", Helvetica, Arial, sans-serif;
              font-size: 13px;
              font-weight: 700;
              font-style: normal; }
              .selection .options div.products .scrolling .full-width .item .label img {
                vertical-align: middle;
                cursor: pointer; }
            .selection .options div.products .scrolling .full-width .item.disabled {
              color: #8f8f8f;
              cursor: default; }
              .selection .options div.products .scrolling .full-width .item.disabled img {
                opacity: 0.3; }
              .selection .options div.products .scrolling .full-width .item.disabled:hover {
                background-color: transparent; }
            .selection .options div.products .scrolling .full-width .item:last-child:after {
              content: "";
              clear: both; }
  .selection .navigation {
    width: 20%;
    height: 100%;
    float: left;
    border-left: 1px solid #dcdcdc;
    background-color: white;
    padding: 15px;
    position: relative; }
    .selection .navigation .step-number {
      border-radius: 50%;
      color: #e2e2e2;
      line-height: 22px;
      height: 19px;
      width: 19px;
      display: inline-block;
      font-size: 14px;
      text-align: center;
      cursor: default; }
    .selection .navigation .next-step {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left;
      text-transform: none;
      font-size: 18px; }
      .selection .navigation .next-step i {
        font-size: 14px;
        color: #000000;
        background-color: white;
        margin-right: 13px; }
      .selection .navigation .next-step img {
        float: right;
        margin-top: 14px; }
    .selection .navigation .previous-step {
      margin-top: 20px;
      display: inline-block;
      text-decoration: none; }
      .selection .navigation .previous-step i {
        background-color: #000000;
        color: white; }
      .selection .navigation .previous-step img {
        margin-right: 13px;
        vertical-align: middle; }
    .selection .navigation .websitelink {
      margin-top: 22px;
      margin-right: 10px;
      display: inline-block;
      float: right;
      text-decoration: underline; }

.configurator footer {
  overflow-y: hidden;
  height: 171px;
  border-top: 1px solid #dcdcdc;
  background: white;
  padding: 20px 0; }
  .configurator footer .logo {
    float: left;
    width: 200px; }
    .configurator footer .logo .small-logo {
      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; }

.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);
  position: absolute;
  left: 15px;
  top: 15px; }
  .toolbar.highlighted {
    z-index: 1000; }
  .toolbar li {
    background-color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    vertical-align: middle;
    -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 .active-image {
      display: none; }
    .toolbar li:hover:not(.current) {
      background-color: #5c5c5c; }
      .toolbar li:hover:not(.current) img {
        display: none; }
      .toolbar li:hover:not(.current) .active-image {
        display: inline; }
    .toolbar li img {
      vertical-align: middle; }
    .toolbar li.current {
      background-color: #5c5c5c; }
      .toolbar li.current img {
        display: none; }
      .toolbar li.current .active-image {
        display: inline; }
    .toolbar li:first-child {
      border-left: 1px solid transparent;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    .toolbar li:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }

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 .open-cart {
  float: right;
  margin-right: 5px;
  min-width: 130px;
  text-align: left; }

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

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 #B09665; }
    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: 60px;
  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 .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.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.no-mobile-modal .content {
    width: 100%; }

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

.cookie-bar {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc( 100vw - 40px);
  border-radius: 4px;
  background: white;
  padding: 20px;
  border: solid 4px #897040; }
  .cookie-bar button {
    float: right; }

.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; }
  .cart__product--optout {
    text-transform: uppercase;
    color: red; }

.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: #000000; }
      .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 #B09665;
        color: #897040;
        font-weight: bold;
        font-size: 20px;
        padding: 9px 21px;
        height: 40px;
        position: absolute;
        right: 30px;
        top: 50%; }
    .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 {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/images/playbutton-1x.png") no-repeat;
  background-position: 50% 50%; }
  .system-modal .play-button:hover {
    cursor: pointer; }

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

.step-overlay .info {
  z-index: 1000;
  position: absolute;
  text-align: center;
  width: 200px; }
  .step-overlay .info.selection-info {
    bottom: 135px;
    left: 100px; }
  .step-overlay .info.zoom-info {
    width: 300px;
    left: 50%;
    top: 10px;
    margin-left: -400px; }
    .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: 40%;
    top: 40%; }
    .step-overlay .info.start-3d-info span {
      width: 250px;
      float: left; }
  .step-overlay .info.tools-info {
    width: 300px;
    left: 100px;
    top: 30px; }
    .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: 60px;
  left: 0;
  right: 0;
  bottom: 0; }
  .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: #000000; }
  .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: 15px;
    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 .fullscreen {
      top: 0;
      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: #B09665; }
      .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: #000000; }
        .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: #000000; }
        .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;
      left: 50%;
      width: 50%;
      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: 30px;
      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;
    right: 60px;
    bottom: 15px; }
    .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 .zoom-container {
    position: absolute;
    top: 20px;
    right: 20px; }
    .center-area .zoom-container.highlighted {
      padding: 5px 5px 1px 5px;
      top: 15px;
      right: 15px;
      background-color: #e3d8c3;
      z-index: 1000; }
    .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; }

.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: #B09665;
    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: #B09665 !important; }
  .custom-checkbox input[type="checkbox"]:checked + label:before, .custom-checkbox input[type="radio"]:checked + label:before {
    background-color: #B09665; }
  .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; }

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 #0f0f0f;
      line-height: 27px;
      background: white; }
    ul.modern-tabs li.current {
      color: #000000;
      border-bottom: 2px solid #000000;
      line-height: 27px;
      background: white; }
      ul.modern-tabs li.current a {
        color: #000000;
        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 {
  min-height: calc( 100vh - 171px);
  width: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  .base--no-padding {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .base .brochure-input {
    width: 290px; }
  .base .overview {
    width: 100%;
    padding-top: 140px; }
    .base .overview h1 {
      margin-top: 30px;
      color: #000000; }
    .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: 0px;
    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: #000000;
            border: 2px solid #B09665;
            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 {
    margin-top: 50px;
    overflow-y: auto; }
    .base .categories h2 {
      margin-top: 0;
      color: #000000;
      margin-bottom: 25px; }
    .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; }

/*! 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;
  min-height: calc( 100vh - 171px); }

.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 0; }
    .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;
  -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 h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    color: #545454; }
  .panel .panel-image {
    background-size: cover;
    width: 100%;
    min-height: 240px;
    position: relative;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .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; }
    .panel .panel-body h4 {
      padding-right: 13px; }
    .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 #B09665;
      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: #B09665; }

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

@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, #B09665 0%, #897040 100%);
  border: 1px solid #897040;
  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, #B09665 0%, #897040 100%); }

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

.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; }

.mobile .configurator header {
  position: absolute;
  width: 100%;
  min-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  table-layout: auto; }

.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: 0px; }

.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; }

.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: 0px; }

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

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

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

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

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

.mobile .base .filter-panel {
  position: absolute; }
  .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: 0px; }
  .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: 0px; }
    .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; } }

@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; }
