@import url(//fonts.googleapis.com/css?family=Roboto);
.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;
}
.col-mar-0{
  margin: 0 !important;
}
.col-mar-t-0{
  margin-top: 0px !important;
}
.col-mar-t-10{
  margin-top: 10px !important;
}

.col-mar-b-5{
  margin-bottom: 5px !important;
}

.col-mar-b-10{
  margin-bottom: 10px !important;
}

.col-mar-b-15{
  margin-bottom: 15px !important;
}

.col-mar-b-20{
  margin-bottom: 20px !important;
}

.col-mar-l-5{
  margin-left: 5px !important;
}

.col-mar-r-10{
  margin-right: 10px !important;
}

.col-mar-r-15{
  margin-right: 15px !important;
}

.auto-height{
  height: auto !important;
}

.ul-list-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.font-16{
  font-size: 16px;
  line-height: normal;
}

.font-20{
  font-size: 20px;
  line-height: normal;
}

.font-18{
  font-size: 18px;
  line-height: normal;
}
.font-13{
  font-size: 13px;
  line-height: normal;
}
.font-12{
  font-size: 12px;
  line-height: normal;
}
.ls-none{
  list-style: none;
}

.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;
}

.gdlr-classic-room-ux .room-info .room-title-smaller{
  font-size: 16px;
}

.gdlr-classic-room .gdlr-room-info i {
    margin-right: 15px;
}

.gdlr-classic-room .gdlr-room-info .gdlr-head {
    font-weight: 700;
    margin-right: 10px;
}

.gdlr-classic-room .gdlr-room-info {
    font-size: 13px;
    margin-bottom: 8px;
}

.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;
}
.roboto-font{
  font-family: 'Roboto', sans-serif !important;
}
.playfair-font{
  font-family: 'Playfair Display SC',serif !important;
}

.img-responsive.img-bordered::before{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 5px double rgba(255, 255, 255, 0.5);
  z-index: 999;
  -webkit-transition: 1s;
  transition: 1s;
}

.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));
}
/* Template Three */

#fancyback.ara-rooms tr:nth-child(2) td{
    width: 60%;
}


#fancyback.ara-rooms .hotel-facilities {
    margin-top: 5px;
    margin-left: 0px;
}

#fancyback.ara-rooms .room_title{
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  padding-left:15px;
  padding-top:5px;
  padding-bottom:0px;
}

.text-center{
  text-align: center;
}

.sorry-no-avail {
    padding: 10px;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ebcccc;
}

.sorry-no-avail h4 {
    color: #a94442;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;

    margin-bottom: 8px;
    line-height: 1.667;
}
.sorry-no-avail p {
    margin-bottom: 0;
    color: #353e44;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.5;
}

.sorry-no-avail p span {
    color: #2a6ebb;
    font-weight: 600;
}