.banner {
  background: url(../img/bnbg02.jpg) repeat-y;
  background-size:cover;  
}
.panel,.panel-body {
  margin: 0;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel {
  border: 0;
  box-shadow: 0 0 0;
}

.panel-default>.panel-heading {
  background-color: inherit;
  border: 0;
}

.panel-body {  
  padding: 10px 15px;
}

.panel a,.panel-body a {
  text-decoration: none;
}

.panel a {
  display: block;
  width: 100%;
}

.panel-body>a {
  padding-left: 10px;
}

.panel-body.active>a,.panel-body.active {
  color: #fff;
  background-color: #337ab7;
}

.tab-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.tab-content h5 {
  font-size: 17px;
  margin-top: 15px;
  text-indent: 2em;
}

.tab-pane .dimgs img:hover {
  cursor: pointer;
}

.modal-dialog {
  min-width: 60%;
}

.modal-header {
  background: #f9f9f9;
  padding: 6px 15px;
  line-height: 1em;
}

.modal-body {
  padding: 0;
}

.tab-pane .dimgs div {
  text-align: center;
  padding: 0 8% 8% 0;
  font-size: .8em;
}

.p-img-s {
  max-width: 400px;
}

.p-img-m {
  max-width: 500px;
}

.p-img-l {
  max-width: 700px;
}