.logo {
  padding: 30px 0;
}

.spacer {
  padding: 30px 0;
}

.opening-text {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px;
  color: #333;
}

.col-sm-4 {
  background-image: url(images/arrow.png);
  background-position: right 15px;
  background-repeat: no-repeat;
}

.col-sm-4:last-child {
  background-image: none;
}

.leaf { height: 350px; }

.flex-container {
  display: flex;
  height: 350px;
  align-items: center;
  padding: 0 40px;
}

.title-module {
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
}

.title-disabled {
  color:#e1e1e1;
}

.step {
  background: #2b892b;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius:1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2em;
  margin-right: 5px;
  text-align: center;
  width: 2em;
}

.step-disabled {
  background: #e1e1e1;
}

.leaf path, .leaf rect, .leaf polygon { fill:#e1e1e1; }
.leaf a, .apt-area { cursor: pointer; }

.penthouses:hover path, .pent-active {
  fill:#318835 !important;
}
.terraces:hover path, .terraces:hover rect, .terraces:hover polygon, .terr-active {
  fill:#45b06e !important;
}
.gardens:hover path, .gard-active {
  fill:#83bf63 !important;
}

#blueprint-disabled { opacity: 0.25; pointer-events: none; }
#blueprint-gardens, #blueprint-terraces, #blueprint-penthouses { display: none; }

.blueprint-3D { display: none; }
.blueprint-3D img { width: 100%; height: auto; }
.current-blueprint { display: block !important; }

.tipology {font-size:30px;fill:#1d1d1b;}

.balcony {fill:#fff;}
.apt {fill:#b1b2b3;}
.garden{fill:#d9dada;}

.balcony, .apt, .garden {stroke-width:1px;stroke:#3b3b3a;}
.apt-area:hover .apt, .enabled .apt { fill:#3f413f; }
.apt-area:hover .garden, .enabled .garden {fill:#82bf63;}
.apt-area:hover .tipology, .enabled .tipology {fill:#fff;}

.floor { display: block; font-size: 22px; padding-top: 15px; font-weight: bold; }

.description { display: none; }
.description-current { display: block !important; }

.download { display:inline-block; padding:15px; border-radius: 5px; background: #2b892b; color:#fff; text-decoration:none; margin-bottom: 20px;}
.download:hover { text-decoration: none; color: #fff; background-color: #115313; }

@media (max-width: 767px) {

  .col-sm-4 {
    background-image: none;
    margin-bottom: 30px;
  }

  .blueprint-svg {
    height: 250px;
  }

  .flex-container {
    height: auto;
    align-items: center;
    padding: 40px 40px 0 40px;
  }

  .download {
    margin-top: 30px;
  }

}
