h3 {
  font-family: 'Rajdhani';
  font-size: 18px;
  margin-bottom: 5px;
  color: #fc6;
  text-transform: uppercase;
}
.data {
  float: left;
  position: relative;
  width: 26%;
  line-height: 20px;
}
.data > dt {
  position: absolute;
  right: 0;
}
.data > dd {
  margin-bottom: 20px;
}
.data > dd > p > a {
  float: left;
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #acacac;
  font-family: 'Rajdhani';
  font-style: normal;
  font-size: 18px;
  text-align: center;
}
.data > dd > p > a:first-child {
  margin-right: 10px;
}
#body {
  margin: 90px 0;
}
#bd-gallery {
  overflow: hidden;
}
#bd-gl-slide {
  float: left;
  width: 730px;
}
#bd-gl-slide .owl-nav [class*='owl-'] {
  display: inline-block;
}
#bd-gl-slide .owl-prev {
  position: absolute;
  top: 192px;
  left: 5px;
}
#bd-gl-slide .owl-next {
  position: absolute;
  top: 192px;
  right: 5px;
}
#bd-gl-slide .owl-dots {
  position: absolute;
  z-index: 100;
  width: 100%;
  bottom: 4px;
  text-align: center;
}
#bd-gl-slide .owl-dot {
  display: inline-block;
}
#bd-gl-slide .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 4px;
  background: #fff;
  border-radius: 50%;
}
#bd-gl-slide .owl-dot.active span {
  background: #fc6;
}
#bd-gl-fixed {
  float: right;
  width: 440px;
}
#bd-gl-fixed > * {
  display: block;
  width: 100%;
  height: 205px;
}
#bd-gl-fixed > *:first-child {
  margin-bottom: 10px;
}
#bd-name {
  overflow: hidden;
  padding: 30px 0;
  margin-bottom: 20px;
  line-height: 50px;
  border-bottom: 1px solid #2f2f2f;
  font-family: 'Crimson Text';
  font-size: 30px;
  font-style: italic;
  color: #fc6;
}
#bd-name > a {
  float: right;
  display: block;
  width: 160px;
  border: 1px solid #acacac;
  font-family: 'Rajdhani';
  font-style: normal;
  font-size: 18px;
  text-align: center;
}
#bd-included,
#bd-addition {
  width: 31%;
  padding-left: 6%;
  margin-left: 6%;
  border-left: 1px solid #2f2f2f;
}
#bd-included p,
#bd-addition p {
  text-align: justify;
}
#bd-roomtype {
  float: left;
  width: 525px;
  margin-top: 40px;
  overflow: hidden;
  font-family: 'Rajdhani';
}
#bd-roomtype > dd {
  float: left;
  overflow: hidden;
  width: 50%;
  border-bottom: 1px solid #373737;
}
#bd-roomtype > dd.dim {
  color: #555;
}
#bd-roomtype > dd > * {
  float: left;
  height: 50px;
  line-height: 50px;
}
#bd-roomtype > dd > div {
  background: #1a1a1a;
  width: calc(100% - 80px);
  padding-left: 20px;
}
#bd-roomtype > dd > label {
  background: #232323;
  width: 80px;
  text-align: center;
  cursor: default;
}

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .data {
    width: 30%;
  }
  #bd-gl-slide {
    width: 100%;
  }
  #bd-gl-slide .owl-nav {
    display: none;
  }
  #bd-gl-fixed {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
  }
  #bd-gl-fixed > * {
    float: left;
    width: calc(50% - 5px);
    height: 320px;
  }
  #bd-gl-fixed > *:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
  #bd-included,
  #bd-addition {
    width: 33%;
    padding-left: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 800px) {
  .data {
    width: 100%;
  }
  #body {
    margin: 30px 0;
  }
  #bd-gl-fixed > * {
    width: 100%;
    height: 50vw;
  }
  #bd-gl-fixed > *:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #bd-name {
    padding: 10px 0;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 24px;
  }
  #bd-included,
  #bd-addition {
    width: 100%;
    padding-left: 0%;
    margin-left: 0%;
  }
  #bd-roomtype {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #bd-roomtype > dd {
    width: 100%;
  }
}
