body, td, p, ul, li, span  {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

body { 
	background-color: #ffffff;
}

.top-stripe {
	background-color: #d78d9e;
}

.black-box, .bottom-stripe-3rd-line {
	background-color: #03321a;
}

.logo-box, .stripe-below-menu, .search-heading, .bottom-stripe-1st-line {
	background-color: #b11a3b;
}

.nav, .nav-bg {
	background-color: #4c4c4c;
}

.nav {
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.search-box, input.search-radio, .bottom-stripe-2nd-line {
	background-color: #f7e9cf;
}

.search-heading {
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.resultheading {
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
}

.hotellink {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
}

.search {
	color: #b11a3b;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}

input.search, input.search-radio {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-weight: bold;
}

select.search {
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-weight: bold;
	background-color: b11a3b;
}

text.search {
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-weight: bold;
}

h1, .main-heading {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
}

.logout {
	color: #b11a3b;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
}

.note-popup {
	position: absolute;
	border: 1px solid #888;
	padding: 5px;
	width: 300px;
	margin-left: 50px;
	background: #ffffdd;
	text-align: left;
}


/* ----------------------------------- */
/*Extended Room Information Screen CSS*/

.moreAboutYourRoom {
	overflow-x: hidden;
	width: 100%;
	height: auto;
	background: #027CC4;
}

.timeMap {
	background: #051A4B;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
}

.timeMapInfo {
	width: 50%;
	color: white;
	padding-right: 10%;
}

.timeMapInfoWrapper {
	width: 80%;
	float: right;
	margin: 50px 0 50px 0;
	/*background: pink;
   */
}

.timeMapGraphics {
	width: 50%;
	/* height: 500px; */
	overflow: hidden;
    position: relative;
}

.timeMapGraphics #map {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
}

.hotelImages {
	height: 400px;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.HotelImage {
	width: 25%;
	height: 100%;
	/*background-image: url('study-room.png');*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.One {
	background-image: url('https://cdn.newsapi.com.au/image/v1/81630f0242a9cdde6116ff9ecbebf5cb?width=1024');
}

.Two {
	background-image: url('https://fm.cnbc.com/applications/cnbc.com/resources/img/editorial/2018/07/05/105312566-1530803740357gettyimages-815863456.1910x1000.jpeg?v=1530803804');
}

.Three {
	background-image: url('https://cdn.newsapi.com.au/image/v1/81630f0242a9cdde6116ff9ecbebf5cb?width=1024');
}

.Four {
	background-image: url('https://www.idealsvdr.com/blog/wp-content/uploads/2016/04/starting-an-adventure-travel-company-1000x517.jpg');
}

.hotelAddress {
	font-size: 40px;
	font-weight: bold;
	line-height: 140%;
}

.hotelPhone {
	font-size: 20px;
	/*font-weight: bold;*/
	line-height: 140%;
}

.hoursHeading {
	font-weight: bold;
}

.wdays {
	margin: 0 0 0 8px;
}

.sadays {
	margin: 0 0 0 17px;
}

.sudays {
	margin: 0 0 0 26px;
}

.receptionHours {
	padding: 20px 0 0 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.weekDaysTime,
.satTimes,
.sunTimes {
	/*margin-top: 6px;
   */
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.weekDaysO,
.weekDaysC,
.satO,
.satC,
.sunO,
.sunC {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.checkIn,
.checkOut {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.checkOut {
	margin-left: 20px;
}

.checkMaster {
	margin-top: 20px;
}

.checkMaster {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.receptionInfo,
.addText,
.drivingInfoText {
	text-align: left;
	width: 100%;
	margin: 1px 0 0 0;
}

.checkMaster-column {
	margin: 20px 0 0 0;
}

.receptionLabel {
	width: auto;
	font-weight: bold;
}

.afterHoursProcedure {
	margin-top: 20px;
}

.airportInfo,
.parkingValet {
	margin-top: 20px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.drivingInfo,
.addInfo {
	margin-top: 20px;
}

.driInfoLable {
	width: auto;
}

.airText,
.valetText {
	margin-right: 5px;
}

.valetLabel,
.airText,
.driInfoLable,
.addlabel {
	font-weight: bold;
}

.daysText {
	font-weight: bold;
}

.roomTypePrice,
.comTripInfo {
	width: 100%;
	text-align: center;
}

.roomTypePrice {
	font-weight: bold;
	color: white;
	font-size: 60px;
	line-height: 140%;
}

.comTripInfo {
	margin-top: 20px;
	line-height: 140%;
	color: white;
	font-size: 22px;
}

.customContainer {
	text-align: center;
}

.customReviewStars span {
	font-size: 50px;
	color: white;
}

.customReviewStars {
	margin-top: 30px;
	width: 100%;
	color: white;
	text-align: center;
}

.dynamicRoomInfo {
	padding-top: 100px;
	padding-bottom: 58px;
}

.customNavigation {
	background: #027CC4;
	/*position: fixed;*/
	width: 100%;
	z-index: 1;
	padding: 30px 30px 30px 30px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.customNavigationCTAs {
	/*background: red;
   */
	height: 65%;
	width: 50%;
	color: white;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.customNavBookCTA {
	height: 100%;
	width: 24%;
}

.customNavBookCTA .btn-booking,
.customNavBookCTA .btn-booking-excess,
.customNavBookCTA .btn-booking-sold-out {
	padding-top: 15px;
	height: 100%;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid white;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
}

.hotelExtraInfoListView {
	padding: 50px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

/* ----------------------------------- */
/* Force table headings to the left
   when displaying Room Type details   */
.conf,
th {
	text-align: left;
}

.pfacilities {
	width: 50%;
}

.facilitiesList {
	color: white;
	line-height: 140%;
	margin-top: 40px;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.facilitiesList li {
	line-height: 250%;
	font-size: 16px;
	color: white;
}

.rfacilities {
	width: 50%;
}

.pfacLeft,
.pfacRight {
	width: 50%;
}

.rfacLeft,
.rfacMid,
.rfacRight {
	width: 33.33%;
}

.pfacHeading,
.rfacHeading {
	font-size: 24px;
	color: white;
	font-weight: bold;
	width: 100%;
}

.rfacHeading {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.customInfoWrapper {
	min-width: 80%;
	margin: auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.closeInfoCTA a {
	text-decoration: none;
	font-size: 18px;
	color: white;
}

.closeInfoCTA a:hover {
	text-decoration: none;
	font-size: 18px;
	color: white;
}

.closeInfoCTA {
	margin-right: 15px;
	/*Animations*/
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.closeInfoCTA:hover {
	cursor: pointer;
	opacity: 0.4;
}

.thnLogo {
	background-image: url('white_logo.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.noImage {
	/*border: 0.5px solid grey;
   */
	background: #051A4B;
	/*background-image: url('no-image-available.png');
   */
	background-size: 150px;
	background-position: center center;
	background-repeat: no-repeat;
}

.noImage:nth-child(even) {
	border-left: 0px;
}

.HotelImage img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.customReviewStars img {
	width: 40px;
	height: 40px;
	margin-left: 10px;
}

/* ------------------------------------------ */
/* END OF Extended Room Information Screen CSS*/
/* ------------------------------------------ */
