#rmSpecialty,
#rmCONVENTIONAL {
  max-width: 1160px;
  margin: 0 auto;
}

#rmSpecialty .leoxSudlanan,
#rmCONVENTIONAL .leoxSudlanan {
  padding: 10px;
  margin-top: 3px;
}

#rmSpecialty .divRoomCategory,
#rmCONVENTIONAL .divRoomCategory {
  margin-bottom: 0;
  -webkit-box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.5);
}

#rmSpecialty .divRoomCategory:hover,
#rmCONVENTIONAL .divRoomCategory:hover {
  -webkit-box-shadow: 0px 10px 35px -5px rgba(1, 75, 66, 0.5);
  -ms-box-shadow: 0px 10px 35px -5px rgba(1, 75, 66, 0.5);
  -o-box-shadow: 0px 10px 35px -5px rgba(1, 75, 66, 0.5);
  box-shadow: 0px 10px 35px -5px rgba(1, 75, 66, 0.5);
}

#rmSpecialty .leoxTitle1,
#rmCONVENTIONAL .leoxTitle1 {
  /*margin: 0;*/
  margin-top: 10px;
  font-weight: 400;
  background-color: rgb(255, 255, 204);
  border: 1px solid rgba(0, 128, 128, 0.1);
}

.divRoomCategory {
  margin: 0 auto;
  max-width: 572px;
  background-color: #fff;
  vertical-align: top;
  text-align: left;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.divRoomCategory hr {
  border-color: rgba(255, 255, 204, 0.2);
}
.divRoomCategory h4 {
  /*margin-top:0;
		color: rgb(1,75,66);
		text-align:left;
		background: url(pbayImages/gauze.png) #ececec;
		padding: 8px 15px 8px;
		margin-bottom: 0;*/
}
.divRoomCategory h3 span {
  /* Price */
  float: right;
}

.divRoomCategory p {
  margin-bottom: 1px;
  margin-left: 10px;
}
.divRoomCategory .ui-listview {
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.divRoomCategory ul.ui-listview li {
  border: none;
}
.divRoomCategory img.rmDetails {
  cursor: pointer;
}

@media only screen and (min-width: 180px) {
  .specialtySliderContainer,
  .conventionalSliderContainer {
    display: none;
  }
}

@media only screen and (min-width: 550px) {
  .specialtySliderContainer,
  .conventionalSliderContainer {
    display: block;
  }
}

@media only screen and (min-width: 180px) {
  .divRoomCategory {
    margin: 5px 3px 50px 3px;
    padding: 3px;
  }
  .divRoomCategory h3 span {
    display: none;
  }
  .leoxTitle {
    font-size: 23px;
  }
}

@media only screen and (min-width: 370px) {
  .divRoomCategory {
    margin: 0 auto;
    padding: 10px;
  }
  .divRoomCategory h3 span {
    display: inline-block;
  }
  .leoxTitle {
    font-size: 28px;
  }
}

#specialtyRoomsList,
#conventionalRoomsList {
  max-width: 855px;
  margin: 0 auto;
  padding: 30px 3px 3px;
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 50px;
}
#specialtyRoomsList a,
#conventionalRoomsList a {
  display: inline-block;
  max-width: 16.2%;
  margin: 0 auto;
  margin-top: 5px;
  border-top: 5px solid rgba(1, 75, 66, 0.2);
  margin-top: 0;
  vertical-align: top;
}
#specialtyRoomsList .roomlistName,
#conventionalRoomsList .roomlistName {
  font: bold 12px Arial;
  text-align: left;
  text-shadow: none;
  white-space: normal;
  padding-left: 3px;
  margin-top: 3px;
}
#specialtyRoomsList img,
#conventionalRoomsList img {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.specialtyRoomsListSelected,
.conventionalRoomsListSelected {
  border-top: 5px solid #58faac !important;
}

#specialtyRoomsList .specialtyRooms-controls div,
#conventionalRoomsList .conventionalRooms-controls div {
  display: inline-block;
}

#specialtyRoomsBox h3,
#conventionalRoomsBox h3 {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
#specialtyRoomsBox .roomName,
#conventionalRoomsBox .roomName {
  display: inline;
}
#specialtyRoomsBox .SlidingroomPrice,
#conventionalRoomsBox .SlidingroomPrice {
  display: inline;
  float: right;
}

#specialtyRoomsBox a.ui-btn,
#conventionalRoomsBox a.ui-btn {
  /*text-decoration: underline !important;*/
}
#specialtyRoomsBox p,
#conventionalRoomsBox p {
  margin-left: 10px;
}

.roomDetailsTbl {
  margin-left: 10px;
  max-width: 550px;
  border-width: 1px 1px 1px 1px;
  border-spacing: 0;
  border-color: #d2bd86;
  border-collapse: collapse;
  border-style: solid;
}
.roomDetailsTbl td {
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-color: #d2bd86;
  border-collapse: collapse;
  border-style: solid;
  padding: 8px 8px 8px 13px;
}
.roomDetailsTbl td:nth-child(1) {
  text-align: left;
  color: rgb(1, 75, 66);
  font-weight: bold;
}
.roomDetailsTbl td:nth-child(2) {
  text-align: right;
  font-weight: bold;
  max-width: 80px;
}

.roomAction a.ui-btn {
  color: teal !important;
  font: bold 14px Arial;
  text-shadow: none;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.26);
  border-radius: 0;
  padding-left: 35px;
  transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  -webkit-transition: background-color 1s;
}

.roomAction a.ui-btn:hover {
  text-shadow: none;
  background-color: transparent;
  -webkit-box-shadow: 0 2px 5px 1px rgba(1, 75, 66, 0.5);
  box-shadow: 0 2px 5px 1px rgba(1, 75, 66, 0.5);
  background-color: #58faac;
  color: rgb(1, 75, 66) !important;
}
.roomAction a.ui-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.roomAction .ui-btn-icon-left {
  padding-left: 2em;
}
.roomAction .ui-btn-icon-left:after {
  background-color: teal;
  border-radius: 3px;
  left: 5px;
}
.roomAction {
  text-align: right;
  margin: 15px 0;
}

/* ROOMS */
@media only screen and (min-width: 180px) {
  #specialtyrooms-and-suites nav.desktop_TopSubMenu li,
  #specialtyrooms-and-suites nav.desktop_BottomSubMenu li,
  #conventionalrooms nav.desktop_TopSubMenu li,
  #conventionalrooms nav.desktop_BottomSubMenu li {
    /*		height: 64px;
	    padding-left: 0;
	    padding-top: 5px;
	    padding-bottom: 5px;
		padding-left:0;*/
    /*padding: 10px;*/
  }
}
@media only screen and (min-width: 508px) {
  #specialtyrooms-and-suites nav.desktop_TopSubMenu li,
  #specialtyrooms-and-suites nav.desktop_BottomSubMenu li,
  #conventionalrooms nav.desktop_TopSubMenu li,
  #conventionalrooms nav.desktop_BottomSubMenu li {
    /*		height: 50px;
		padding-top: 8px;*/
  }
}

@media only screen and (min-width: 813px) {
  #specialtyrooms-and-suites nav.desktop_TopSubMenu li,
  #specialtyrooms-and-suites nav.desktop_BottomSubMenu li,
  #conventionalrooms nav.desktop_TopSubMenu li,
  #conventionalrooms nav.desktop_BottomSubMenu li {
    /*		height: 43px;
		padding-top: 12px;*/
  }
}

.ROOMCATETORY {
  text-align: center;
}

.NextRoomType {
  /* Button/icon to show next room type in room details */
  float: right;
  margin-right: 0;
  font: bold 10px Arial;
  padding-left: 0;
}

.PreviousRoomType {
  /* Button/icon to show next room type in room details */
  float: left;
  margin-left: 0;
  font: bold 10px Arial;
  padding-right: 0;
}

#imgHotelAmenities {
  max-width: 100%;
  margin-bottom: 1px;
  display: block;
}

#rmAmenities ul li {
  padding-top: 5px;
  padding-left: 20px;
  line-height: 20px;
  list-style-type: none;
  background: url(pbayImages/bullet.png) no-repeat 0 10px;
}

/* Room Details */

.room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.room > div {
  max-width: 550px;
  margin: 5px;
}

.room ul.ui-listview {
  margin-top: 0 !important;
}

.room table {
  margin-left: 0;
}

@media (min-width: 1024px) {
  .room {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .roomBedandPrice {
    min-width: 550px;
  }
}

.otherRoomType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /*max-width: 600px;
	margin: 0 auto;*/
  margin-top: 40px;
  /*border: 1px solid blue;*/
  margin-left: 3px;
  /* border-top: 1px dashed rgb(1,75,66); */
}

.otherRoomTypeItem {
  /*border: 1px solid blue;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  /*background-color: #ffe;*/
  /*border-top: 1px solid #e8e8e8;*/
  /*border-bottom: 1px solid #e8e8e8;*/
}

.otherRoomTypeItem > div {
}

.otherRoomTypeItemImage {
  /*min-width: 80px;
		max-width: 140px;	*/
}
.otherRoomTypeItemImage img {
  min-width: 80px;
  max-width: 80px;
}
.otherRoomTypeItemDesc {
  text-align: left;
  /*border: 1px solid green;*/
}
.otherRoomTypeItemDesc h4 {
  margin-top: 0;
  margin-bottom: 3px;
  padding-left: 10px;
  border-top: 1px dashed;
  padding-top: 5px;
}
.otherRoomTypeItemDesc p {
  margin-left: 10px;
}

@media (min-width: 400px) {
  .otherRoomType {
    margin-left: 15px;
  }
  .otherRoomTypeItemImage img {
    min-width: 80px;
    max-width: 140px;
  }
}

/*@media (min-width: 1050px) {
	.otherRoomType {
		max-width: 1000px;
		margin: 0 auto;
	}
}*/

/* Rooms slideshow */
.QuantumVillaRooms-slideshow img,
.WatersEdgeRooms-slideshow img,
.LagoonSideRooms-slideshow img,
.LagoonViewRooms-slideshow img,
.PoolsideRooms-slideshow img,
.SuperSaverRooms-slideshow img,
.OneBedroomRooms-slideshow img,
.TwoBedroomRooms-slideshow img,
.SpaRooms-slideshow img,
.FamilyRooms-slideshow img,
.SmokingRooms-slideshow img,
.RiverboatRooms-slideshow img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cycle-pager {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 500;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  height: 40px;
  background-color: rgba(0, 128, 128, 0.7);
}

.cycle-pager span {
  font-family: arial;
  font-size: 30px;
  width: 16px;
  height: 16px;
  /*display: inline-block;*/
  margin: 0 4px;
  color: rgba(111, 172, 104, 0.2);
  cursor: pointer;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 10px;
  right: 15px;
  z-index: 700;
}

/* END - Quantum Villa Rooms slideshow */

#rooms .cycle-pager span {
  margin: 0 5px;
  padding: 0 0;
}

/* ─── Typography Measure ─── */
/* .divRoomCategory p / #specialtyRoomsBox p / #conventionalRoomsBox p are
   room-detail snippets in narrow cards.
   .otherRoomTypeItemDesc p is a short description in a thumbnail list row.
   #rmAmenities ul li is a bullet-point amenity list. */
.divRoomCategory p,
#specialtyRoomsBox p,
#conventionalRoomsBox p,
.otherRoomTypeItemDesc p {
  max-width: 68ch;
  line-height: 1.9;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
}

.divRoomCategory ul.ui-listview li,
#rmAmenities ul li {
  max-width: 72ch;
  line-height: 1.85;
}
