.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}
.navbar-toggle {
    z-index:3;
}

.responsive-img-infill {
    width: auto;
    max-height: 80px;
}

.image {
    position: absolute;
}

.doorinFill {
    z-index: -1;
}
.doorHandle {
    z-index: 9999;
}
.doorFrame {
    z-index: 8999;
}

.doorinFill img {
  margin-left: 15%;
  max-height: 450px;
  max-width: auto;
}

.doorHandle img {
  margin-left: 15%;
  max-height: 450px;
  max-width: auto;
}

.doorFrame img {
  margin-left: 15%;
  max-height: 450px;
  max-width: auto;
}

.handlesPreview img {
  max-height: 100px;
  max-width: auto;
}



div.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 300px;
	margin-right: 5px;
}

div.item.img {
    width: 250px;
    height: 170px;
    background-color: grey;
}

.caption {
    display: block;
}

.infill-selected{
	border: 3px solid #FF0000;
}
@media screen and (min-width: 480px) {
#tabContent{
	height:510px;
}
}

@media screen and (max-width: 480px) {
#tabContent{
	height:auto;
}
#menu5 {
	padding-bottom: 50px;

}
.preview{
	padding-bottom:40px;
}

}

#swing{
	max-height: 225px;
	width: auto;
}
