.design-detail-box {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 20;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.design-detail-close {
  color: #aaaaaa;
  text-align: right;
}

.clear {
  clear: both;
}
.design-detail-close{
  width: 88%;
}
.design-detail-close .close {
  font-size: 50px;
  font-weight: bold;
}

.design-detail-content {
  background-color: #fefefe;
  margin: auto;
  padding: 40px;
  border: 1px solid #888;
  width: 80%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.big-image {

}

.big-image img {
  max-width: 100%;
  max-height: 500px;
  overflow-x: auto;
}
ul.image-list{
  margin-top: 10px;
  padding: 5px;
  white-space: nowrap;
  overflow-x: auto;
}

ul.image-list li{
  display: inline;
  padding-top: 10px;
}
ul.image-list li img{
  max-width: 30%;
  cursor: pointer;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

ul.thumbnails{
  overflow: auto;
}

#showcase {
  font-size: 28px;
  margin-bottom: 10px;
}
