.hidden{
  display: none;
}

select.select-room{
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif !important;
  cursor: pointer;
}

select.select-room option{
  font-family: 'Roboto', sans-serif;
}

.mar-b-0{
  margin-bottom: 0 !important;
}

.gdlr-classic-room-ux .room-info {
    padding: 20px;
    position: relative;
    border: 1px solid #efefef;
    border-top: none;
    background: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.gdlr-classic-room-ux .room-info .gdlr-room-title{
  border-bottom: none;
  padding-bottom: 0;
}

.show-ef::after{
  content: '';
    width: 30px;
    background: #e3e3e3;
    height: 1px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 10px;
}
.os-font{
  font-family: "Open Sans" !important;
}
.img-responsive.img-zooming::before{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0px;
  left: 10px;
  border: 5px double rgba(255, 255, 255, 0.5);
  z-index: 999;
  border-bottom: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.img-load,
.qb-slidershow-cover{
  position: relative;
}

.img-load .room-facilities,
.qb-slidershow-cover .room-facilities{
    position: absolute;
    bottom: 15px;
    right: 20px;
    padding: 2px 10px;
    border-bottom: 2px;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #afafaf;
    z-index: 999;
    border-radius: 1px;
    cursor: pointer;
}

.auto-img .qb-slideshow-nav{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -32px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.auto-img .qb-slideshow-nav-next{
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.auto-img .qb-slideshow-nav:hover{
  background-color: rgba(0,0,0,0.8);
  text-decoration: none;
}

.gdlr-room-slim{
  margin-bottom: 3px !important;
}

.extraInfo-Faclities {
    text-align: left;
    padding: 0 10px;
}

.fancy-hr::after{
  content: " ";
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    background: #bbb;
    margin-top: 0;
    margin-bottom: 10px;
    background: -webkit-gradient(radial,50% 50%,0,50% 50%,350,from(#fff),to(#bbb));
}
