#banner {
  background-image: url(/image/banner_roomtypes.png);
}
#bd-main {
  padding: 40px 10px;
  max-width: 830px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}
#bd-tab {
  text-align: center;
  border-bottom: 1px solid #4a4a4a;
}
#bd-tab > dd {
  display: inline-block;
  width: 32%;
  max-width: 260px;
}
#bd-tab > dd > a {
  display: block;
  height: 65px;
  line-height: 65px;
  border: 1px solid none;
  border-bottom: 2px solid none;
  font-family: 'Rajdhani';
  font-size: 17px;
  font-weight: bold;
}
#bd-tab > dd > a:hover,
#bd-tab > dd > a.selected {
  border: 1px solid #4a4a4a;
  border-bottom: 2px solid #fc6;
}
#bd-content {
  background: #1d1d1d;
  padding: 35px 0;
}
#bd-ct-selector {
  min-height: 100px;
  text-align: center;
}
#bd-ct-selector > dd {
  display: inline-block;
  width: 130px;
  text-align: left;
}
#bd-ct-selector > dd:last-child {
  width: 220px;
}
#bd-ct-selector > dd > * {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}
#bd-ct-selector > dd > div {
  color: #fc6;
  padding-top: 12px;
  margin-right: 5px;
}
#bd-ct-selector > dd > label {
  padding-top: 12px;
}
#bd-ct-selector > dd > select {
  width: 60px;
}
#bd-ct-selector > dd > .ui-selectmenu-button {
  border: 1px solid #acacac;
  background: none;
}
#bd-ct-selector > dd > .ui-selectmenu-button > .ui-selectmenu-text {
  line-height: 40px;
  padding: 0;
  padding-left: 18px;
  color: #fff;
}
#bd-ct-floor {
  position: relative;
  margin: 30px 0;
}
#bd-ct-floor > dd {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
}
#bd-ct-floor > dd.selected {
  display: block;
  width: 100%;
}
#bd-ct-floor > dt {
  text-align: center;
  line-height: 60px;
}
#bd-ct-floor > * > img {
  display: block;
  /* width: 90%; */
  margin: auto;
}
#bd-ct-room {
  float: left;
  width: 500px;
  height: 455px;
  position: relative;
}
#bd-ct-room > dt {
  position: absolute;
  z-index: 1;
}
#bd-ct-room > dd {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
}
#bd-ct-room > dd.selected {
  display: block;
}
#bd-ct-room > dd > img {
  display: block;
  width: 100%;
}
#bd-ct-data {
  max-width: 525px;
  margin: 30px auto;
  overflow: hidden;
}
#bd-ct-data > dd {
  overflow: hidden;
  float: left;
  width: 50%;
  border-bottom: 1px solid #373737;
}
#bd-ct-data > dd > * {
  float: left;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
#bd-ct-data > dd > div {
  background: #1a1a1a;
  width: calc(100% - 80px);
  padding-left: 20px;
}
#bd-ct-data > dd > label {
  background: #232323;
  width: 80px;
  text-align: center;
  cursor: default;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  #bd-main {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
  }
  #bd-ct-selector > dd {
    width: 120px;
  }
  #bd-ct-floor > * > img {
    width: 100%;
  }
  #bd-ct-data > dd {
    float: none;
    width: 100%;
  }
}
