.navbar-header #branding #header-calculator {
  display: flex;
  justify-content: center;
  line-height: 24px;
  font-family: "Ubuntu Bold";
  font-size: 25px;
  margin: 10px 0;
  margin-bottom: 20px; }

.we-care {
  margin-top: 20px;
  float: left;
}
.navbar-header #branding #step-indicator ul#step-indicator-items {
  display: flex;
  justify-content: center;
  padding: 15px 45px 10px 45px !important;
  line-height: 79px; }
  .navbar-header #branding #step-indicator ul#step-indicator-items li {
    border-right: none;
    vertical-align: middle; }
    .navbar-header #branding #step-indicator ul#step-indicator-items li:first-of-type {
      padding-left: 0px; }
    .navbar-header #branding #step-indicator ul#step-indicator-items li.item-label {
      padding-right: 9px;
      font-size: 26px;
      font-family: "Ubuntu Bold";
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 45px; }
    .navbar-header #branding #step-indicator ul#step-indicator-items li a {
      font-size: 26px;
      min-width: 46px; }
      .navbar-header #branding #step-indicator ul#step-indicator-items li a.brand-secondary {
        color: #ffeb00; }
      .navbar-header #branding #step-indicator ul#step-indicator-items li a.brand-secondary:hover {
        color: #5a4c40; }
      .navbar-header #branding #step-indicator ul#step-indicator-items li a.btn-warning {
        background-color: rgba(0, 0, 0, 0.1); }

#content {
  width: 100% !important;
  background-color: white;
  margin: 80px 0 80px 0;
  padding-top: 20px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px; }
  #content #content-header {
    text-align: left;
    padding: 20px 20px 15px 20px; }
    #content #content-header h1 {
      margin: 10px 0 0 0;
      font-size: 24px;
      font-family: "Ubuntu Bold"; }

      #content #content-header h1 span.step {
        text-transform: uppercase; }
      #content #content-header h1 span.subtitle {
        font-family: "Ubuntu";
        font-size: 22px; }
  #content #content-text {
    margin: 30px 20px 25px 20px; }
    #content #content-text h2 {
      text-transform: uppercase; }
    #content #content-text ul.rozcestnik .btn:hover {
      color: #ffeb00;
      background-color: #5a4c40; }
  #content div.system-row div.system-outer {
    padding: 0px 0px 20px 0px; }
    #content div.system-row div.system-outer div.system {
      margin: 0px;
      padding: 0px;
      position: relative; }
      #content div.system-row div.system-outer div.system img {
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        width: 100%; }
      #content div.system-row div.system-outer div.system h2 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #ffeb00;
        margin: 0px;
        position: absolute;
        bottom: 0px;
        padding: 5px 5px 0 5px;
        left: 0px;
        width: 100%; }
        #content div.system-row div.system-outer div.system h2 span {
          display: block;
          text-align: left;
          font-size: 18px;
          line-height: 20px; }
          #content div.system-row div.system-outer div.system h2 span.system-solution {
            font-family: "Weber Light";
            padding-bottom: 5px;
            text-align: center;
            font-size: 14px;}
          #content div.system-row div.system-outer div.system h2 span.system-name {
            padding-top: 5px;

            font-size: 18px;
            text-align: center;}
      #content div.system-row div.system-outer div.system a.system h2:hover {
        color: white;
        background-color: #5a4c40 !important; }
      #content div.system-row div.system-outer div.system a.system:hover h2 {
        color: white;
        background-color: #5a4c40 !important; }
  #content div.component {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: Ubuntu;}
    #content div.component form {
      width: 100%; }
    #content div.component div.component-left {
      display: flex;
      /*font-family: Ubuntu;*/
      align-items: center;
      width: 25%;
      background: #5a4c40;
      max-height: 100%;
      border-bottom-left-radius: 8px;
      border-top-left-radius: 8px;
      -webkit-border-bottom-left-radius: 8px;
      -webkit-border-top-left-radius: 8px;
      -moz-border-bottom-left-radius: 8px;
      -moz-border-top-left-radius: 8px;
      border-right: none;
      border: 1px solid #5a4c40;
      padding: 10px 10px 10px 25px;
      color: #ffeb00; }
    #content div.component div.component-right {
      display: block;
      width: 100%;
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      -moz-border-bottom-right-radius: 8px;
      -moz-border-top-right-radius: 8px;
      border-left: none;
      border: 1px solid #e6e6e6;
      padding: 10px 20px 10px 25px; }
    #content div.component div.chosen {
      font-size: 20px;
      vertical-align: middle;
      display: flex;
      align-items: center; }
      #content div.component div.chosen span {
        font-family: "Weber Light"; }
        #content div.component div.chosen span.chosen_name {
          font-size: 22px;
          font-family: "Ubuntu";
          padding-right: 30px; }
        #content div.component div.chosen span.default-value {
          background: url(../images/calculator/steps/default-value.png) no-repeat;
          height: 30px;
          display: inline-block;
          font-family: "Ubuntu Bold";
          padding-left: 32px; }
        #content div.component div.chosen span.chosen-value {
          background: url(../images/calculator/steps/chosen.png) no-repeat;
          height: 30px;
          display: inline-block;
          padding-left: 37px; }
        #content div.component div.chosen span.chosen_tint {
          display: block;
          float: left;
          width: 60px;
          height: 40px;
          margin-right: 15px;
          border: 2px solid #636363; }
        #content div.component div.chosen span.chosen_tint_text {
          display: block;
          float: left; }
        #content div.component div.chosen span.chosen_tint_flag {
          display: block;
          float: left;
          margin-top: 9px; }
          #content div.component div.chosen span.chosen_tint_flag.default-value {
            background-position: 0px -3px; }
          #content div.component div.chosen span.chosen_tint_flag.chosen-value {
            background-position: 0px -3px; }
      #content div.component div.chosen button {
        position: absolute;
        right: 21px; }
      #content div.component div.chosen .btn-color {
        margin-left: 10px;
        position: absolute;
        right: 23px; }
      #content div.component div.chosen p.note {
        font-family: "Ubuntu Italic";
        font-size: 16px;
        float: right; }
    #content div.component div.choice div.row {
      border: none;
      padding-left: 0px; }
      #content div.component div.choice div.row div.items,
      #content div.component div.choice div.row div.image,
      #content div.component div.choice div.row div.info {
        border: none;
        padding-left: 0px; }
      #content div.component div.choice div.row div.image img {
        width: 360px; }
        #content div.component div.choice div.row div.image img:not(.active) {
          display: none; }
      #content div.component div.choice div.row div.info {
        display: flex;
        align-items: center;
        justify-content: center; }
        #content div.component div.choice div.row div.info div {
          width: 360px; }
      #content div.component div.choice div.row span.choice_item {
        margin: 10px 20px;
        padding: 5px 15px;
        display: block;
        background-color: #f1f1f1;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        font-size: 16px; }
      #content div.component div.choice div.row span.choice_item:hover {
        background-color: #5a4c40;
        color: #ffeb00;
        cursor: pointer; }
      #content div.component div.choice div.row span.active {
        background: #ffeb00; }
    #content div.component div.choice span {
      font-family: "Ubuntu"; }
      #content div.component div.choice span.chosen_name {
        font-size: 22px;
        font-family: "Roboto"; }
      #content div.component div.choice span.choice_title {
        display: block; }
    #content div.component form div.component-left label {
      margin-bottom: 0px;
      font-weight: normal; }
    #content div.component form div.component-right {
      font-size: 22px; }
      #content div.component form div.component-right label {
        margin-bottom: 0px;
        margin-right: 20px;
        font-weight: normal; }
      #content div.component form div.component-right span.like-label {
        padding-right: 20px; }
      #content div.component form div.component-right input {
        display: inline-block;
        width: auto;
        margin-right: 10px;
        font-size: 16px;
        border: 1px solid #636363; }
      #content div.component form div.component-right div.house {
        font-size: 14px;
        margin-top: 10px; }
        #content div.component form div.component-right div.house div.flag {
          line-height: 23px !important; }
        #content div.component form div.component-right div.house label {
          line-height: 23px !important;
          display: inline-block; }
      #content div.component form div.component-right div.house:first-of-type {
        margin-top: 0px; }
      #content div.component form div.component-right input[type="text"] {
        width: 5em;
        height: 28px !important; }
      #content div.component form div.component-right select.select2 {
        font-size: 17.5px;
        display: none; }
    #content div.component div.add-tint,
    #content div.component div.remove-last-tint {
      vertical-align: middle; }
      #content div.component div.add-tint span,
      #content div.component div.remove-last-tint span {
        font-family: "Ubuntu";
        font-size: 22px;
        font-family: "Roboto";
        padding-right: 30px; }
      #content div.component div.add-tint button,
      #content div.component div.add-tint .btn-color,
      #content div.component div.remove-last-tint button,
      #content div.component div.remove-last-tint .btn-color {
        float: right;
        font-weight: bold; }
      #content div.component div.add-tint .btn-color,
      #content div.component div.remove-last-tint .btn-color {
        margin-left: 10px; }
    #content div.component div.remove-last-tint {
      position: relative;
      left: 149px;
      top: 7px; }
  #content div.component:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  #content div.step-navigation {
    margin-top: 10px;
    font-family: "Ubuntu Bold";}
    #content div.step-navigation .btn {
      margin-top: 10px;
      padding: 12px 12px;
      font-family: "Ubuntu Bold";}
    #content div.step-navigation .btn-previous-step,
    #content div.step-navigation .btn-next-step {
      font-size: 16px;
      text-transform: uppercase;
      line-height: 25px; }
    #content div.step-navigation .btn-next-step {
      display: block;
      float: right; }
    #content div.step-navigation .calculator-nav-arrow {
      display: inline-block;
      width: auto;
      height: 100%;
      font-style: normal; }
      #content div.step-navigation .calculator-nav-arrow.nav-arrow-prev {
        background: url(img/calculator-nav-arrow-prev.png) center left no-repeat;
        padding-left: 25px; }
        #content div.step-navigation .calculator-nav-arrow.nav-arrow-prev:hover {
          background: url(img/calculator-nav-arrow-prev-hover.png) center left no-repeat; }
      #content div.step-navigation .calculator-nav-arrow.nav-arrow-next {
        background: url(img/calculator-nav-arrow-next.png) center right no-repeat;
        padding-right: 25px; }
        #content div.step-navigation .calculator-nav-arrow.nav-arrow-next:hover {
          background: url(img/calculator-nav-arrow-next-hover.png) center right no-repeat; }
  #content .select2-container--default .select2-selection--single {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 1px solid #636363;
    font-size: 14px;
    padding-right: 20px; }
  #content .select2-selection--single:focus {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    #content .select2-selection--single:focus:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  #content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    background: #ffeb00;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-bottom-right-radius: 16px;
    -moz-border-top-right-radius: 16px;
    border: 1px solid #636363; }
    #content .select2-container--default .select2-selection--single .select2-selection__arrow[style] {
      width: 100px; }
    #content .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: block;
      position: absolute;
      height: 16px;
      width: 17px;
      left: 50%;
      top: 50%;
      margin-left: -9px;
      margin-top: -8px;
      border: 0px;
      background-color: #ffeb00;
      background: url(img/expand-select.png) center no-repeat; }

div.colors #colors_tabs li {
  display: inline;
  border: 2px solid #636363;
  padding: 5px 15px 0px 15px;
  border-bottom: none; }
  div.colors #colors_tabs li a {
    background: #fff;
    font-size: 16px;
    border: 0;
    margin-right: 5px; }
  div.colors #colors_tabs li.active a {
    background: #5a4c40;
    color: #ffeb00; }

div.tint {
  font-size: 22px;
  margin-top: 15px; }
  div.tint[data-tint-type="base"] {
    margin-top: 0px; }
  div.tint span.chosen_tint_flag {
    font-family: "Roboto";
    font-weight: bold; }
  div.tint label {
    margin-bottom: 0px;
    margin-right: 20px;
    font-weight: normal;
    font-weight: bold; }
  div.tint input {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid #636363; }
  div.tint input[type="text"] {
    width: 5em;
    height: 28px !important; }

div.animated-modal {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: normal; }
  div.animated-modal h3 {
    padding: 5px 10px;
    background-color: #ffeb00;
    font-size: 20px;
    font-weight: bold; }

#content-text > div.component > div.component-right > div.chosen > button {
  margin-left: 10px; }

#content-text > div:nth-child(4) > div > div.component-right > div:nth-child(1) > a.btn.btn-primary.btn-color.btn-prettyPhoto {
  position: absolute;
  right: 23px; }

@media (max-width: 768px) {
  #content{
  margin: 160px 0 80px 0;

}}

@media (max-width: 768px) {
  .system-row {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .system-row > div {
      width: 70%; } }
@media (max-width: 500px) {
  .system-row {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .system-row > div {
      width: 100%; } }
@media (max-width: 991px) {
  #content div.component div.chosen span.chosen-value {
    height: unset; }

  #content div.component div.chosen button {
    position: static; }

  #content-text > div:nth-child(4) > div > div.component-right > div:nth-child(1) > a.btn.btn-primary.btn-color.btn-prettyPhoto {
    position: static;
    right: unset; }

  #content #content-text div.system h2 span.system-name {
    font-size: 18px; }
  #content div.component div.chosen {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    #content div.component div.chosen .btn-color {
      margin-left: 10px;
      position: static; }
    #content div.component div.chosen .chosen-value {
      height: unset; }
  #content div.component div.remove-last-tint {
    position: static;
    display: flex; }
    #content div.component div.remove-last-tint .btn-color {
      margin-left: 0; }
  #content div.add-tint {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  #content div.component-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 35%; }
  #content div.component-right {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; } }
@media (max-width: 768px) {
  #content div.component {
    flex-direction: column; }
    #content div.component div.add-tint {
      align-items: flex-start;
      flex-direction: column; }
      #content div.component div.add-tint .btn {
        margin-left: 0px; }
    #content div.component div.remove-last-tint .btn-color {
      margin-left: 0;
      margin-top: 7px; }
    #content div.component div.component-left {
      display: flex;
      width: 100%;
      justify-content: flex-start;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    #content div.component div.component-right {
      display: block;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }

  #content div.component form div.component-right div.house {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    #content div.component form div.component-right div.house .col-sm-1 {
      padding-right: 0px;
      position: absolute; }
    #content div.component form div.component-right div.house .col-sm-7 {
      padding-left: 40px; } }
@media (max-width: 768px) {
  #content #content-header h1 {
    font-size: 19px; }
    #content #content-header h1 span {
      font-size: 19px; }
    #content #content-header h1 span.subtitle {
      font-size: 19px; }

  #content #content-text h2 {
    font-size: 22px; } }
@media (max-width: 575px) {
  #content div.component div.chosen {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    #content div.component div.chosen span.chosen-value {
      height: unset; }
    #content div.component div.chosen .btn-color {
      margin-left: 0px; }

  #content-text > div.component > div.component-right > div.chosen > button {
    margin: 10px 0px; }

  .step-navigation {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: auto; }
    .step-navigation .btn {
      font-size: 15px; }
    .step-navigation .btn-previous-step {
      margin-bottom: 0; }

  #colors_tabs li a {
    font-size: 12px; }

  #colors_tabs {
    display: flex;
    position: absolute;
    left: -20px; }

  .select2-container[style] {
    width: 100% !important;
    max-width: 398px !important; }

  .navbar-header #branding #header-calculator {
    font-size: 20px;
    text-align: center; }
  .navbar-header #branding #step-indicator ul#step-indicator-items {
    display: flex;
    padding: 0;
    line-height: 79px;
    max-width: 320px;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 24px;
    padding: 0; }

  .navbar-header #branding #step-indicator ul#step-indicator-items li a {
    font-size: 23px;
    min-width: 38px;
    margin-bottom: 6px; }

  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px; } }
.pp_fade {
  height: 100%; }

#pp_full_res {
  height: 100%; }
  #pp_full_res iframe {
    width: 100%;
    height: 100%; }

@media (min-width: 768px) {
  body {
    padding-top: 283px; }
    body.body--without-step-indicator {
      padding-top: 199px; } }
@media (max-width: 767px) {
  body {
    padding-top: 223px; }
    body.body--without-step-indicator {
      padding-top: 151px; } }
@media (max-width: 575px) {
  body {
    padding-top: 0px; }
    body.body--without-step-indicator {
      padding-top: 0px; } }
@media (min-width: 1200px) {
  body, body.body--without-step-indicator {
    padding-top: 0px; }

  .navbar {
    min-height: fit-content; }

  .navbar-wrapper {
    display: block; }

  .navbar-brand {
    float: left;
    margin: -25px 0 5px 0; }

  .navbar-header {
    display: block; }
    .navbar-header #branding {
      float: left;
      position: relative; }
      .navbar-header #branding #header-calculator {
        display: block;
        margin: 0;
        padding: 0;
        font-family: "Ubuntu Bold";
        font-size: 40px;
        line-height: 79px;
        float: left; }
        .navbar-header #branding #header-calculator.smaller-text {
          font-size: 34px; }
        .navbar-header #branding #header-calculator.small-text {
          font-size: 30px; }
      .navbar-header #branding #step-indicator ul#step-indicator-items {
        float: left;
        padding: 0;
        border: 0;
        margin: 0;
        line-height: 79px; }
        .navbar-header #branding #step-indicator ul#step-indicator-items li {
          border-right: none;
          vertical-align: middle; }
          .navbar-header #branding #step-indicator ul#step-indicator-items li.item-label {
            font-size: 26px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 45px; }
          .navbar-header #branding #step-indicator ul#step-indicator-items li a {
            font-size: 26px;
            min-width: 46px; }
            .navbar-header #branding #step-indicator ul#step-indicator-items li a.brand-secondary {
              color: #ffeb00; }
            .navbar-header #branding #step-indicator ul#step-indicator-items li a.brand-secondary:hover {
              color: #5a4c40; }
            .navbar-header #branding #step-indicator ul#step-indicator-items li a.btn-warning {
              background-color: rgba(0, 0, 0, 0.1); } }
.btn-whitespaces-wrap {
  white-space: normal; }

.column-box {
  float: left;
  width: 25%;
  padding: 5px;
}

@media screen and (max-width:900px) {
  .column-box {
    width: 50%;
  }
 }

.desc-box {
  margin: -40px 0 40px 0;
  padding: 30px;
  background-color: #f2f2f2;
  color: #5a4c40;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.column-desc-l {
  float: left;
  width: 75%;
  padding: 5px;
}

.column-desc-r {
  float: left;
  width: 25%;
  padding: 5px;
  text-align: right;
}

.column-desc-top {
  text-align: center;
}

@media screen and (min-width:900px) {

  .column-desc-top {
    display: none;
  }
}

@media screen and (max-width:900px) {
  .column-desc-l {
    width: 100%;
    margin-top: 10px;
  }
  .column-desc-r
  {
    display:none;
  }
  .desc-box {
    margin: -80px 0 40px 0;
}}


.crossroads {
  margin: 40px -5px 0 -5px;

}

/* Clear floats after the columns */

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

/* Layout Properties */
.box-layout {

  width: 100%;
  padding-bottom: 5px;
  /* UI Properties */
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
}

/* Container for calc image and div centered button */
.cont {
  position: relative;
  width: 100%;
}

/* Responsive image */
.cont img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cont img:hover {
  zoom: 103%;
}

/* Button styles, btn centered in div */
.cont .butt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #e6d400;
  color: #5a4c40;
  font-size: 18px;
  font-family: Ubuntu;
  width: 90%;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 40px;
}

@media screen and (max-width:900px) {
  .cont .butt {
    font-size: 14px;
    width: 100%;
    padding: 5px;
  }
}

.cont .butt:hover {
  background-color: #5a4c40;
  color: #e6d400;
}

/* Description in the calc crossroad box */

.cross-desc {
  margin: 30px 0 30px 0;
  padding-inline: 10px;
  text-align: center;
}

/*# sourceMappingURL=calculator.css.map */
