:root {
  /* Loaders*/
  --rt4-loader-color: #c2c2c2 !important;
  --rt4-loader-bg-color: #ffffff !important;

  /* BE BgColors & fonts*/
  --rt4-primary-bgColor: #ffffff !important;
  --rt4-secondary-bgColor: #fafafa !important;
  --rt4-gradient-bgColor: linear-gradient(to left, #fff 0%, #fff 80%)  !important;
  --rt4-headings-color: #212529 !important;
  --rt4-title-color: #000000 !important;
  --rt4-body-primary-color: #1B1B1B !important;
  --rt4-body-secondary-color: #9b9b9b !important;
  --rt4-dpr-tag-color: #19611D !important;

  /* Variables for focus, header & footer*/
  --rt4-focus-highlight-color: #2a6ebb !important;
  --rt4-header-bgColor: #ffffff !important;
  --rt4-header-text-link: #2e778c !important;
  --rt4-header-text-hover: #212529 !important;
  --rt4-footer-bgColor: #f5f5f5 !important;
  --rt4-footer-text-link: #333333 !important;

  /* RateCalendar*/
  --rt4-calendar-secondaryText: #2e778c !important;
  --rt4-calendar-noCheckout: linear-gradient(to top left, #f9f4e8 50%, white 50%) !important;
  --rt4-calendar-noCheckIn: linear-gradient(to bottom right, #f9f4e8 50%, white 50%) !important;
  --rt4-calendar-pastDates: repeating-linear-gradient(-45deg, #dfb2352e, #cdad8436 1px, #fff 2px, #fff 4px) !important;
  --rt4-calendar-partOfselection: #f9f4e8 !important;
  --rt4-calendar-checkIn-Out-bgcolor: #2e778c !important;
  --rt4-calendar-checkIn-Out-text: #ffffff !important;
  --rt4-calendar-hover: #f9f4e8 !important;
  --rt4-calendar-noCheckIn-Out-border: #dcdcdc !important;

  /* Filters*/
  --rt4-filters-border: #002c5f !important;
  --rt4-filters-font-color: #002c5f !important;
  --rt4-filters-bgColor: #ffffff !important;
  --rt4-filters-border-hover: #2a6ebb !important;

  /* Borders*/
  --rt4-horizontal-row: #b2b2b2 !important;
  --rt4-border-primary: #e5e5e5 !important;

  /* Buttons*/
  --rt4-btn-primary-color: #2e778c !important;
  --rt4-btn-hover-primary: #094351 !important;
  --rt4-btn-primary-border: #2e778c !important;
  --rt4-btn-hover-primary-border: #2e778c !important;
  --rt4-btn-disabled-primary: #2e778c !important;
  --rt4-btn-text-primary: #ffffff !important;
  --rt4-btn-hover-text-primary: #ffffff !important;
  --rt4-btn-disabled-text-primary: #ffffff !important;
  --rt4-btn-secondary-color: #ffffff !important;
  --rt4-btn-hover-secondary: #ffffff !important;
  --rt4-btn-style-secondary: #2e778c !important;
  --rt4-btn-hover-style-secondary: #2e778c!important;

  /* Links*/
  --rt4-link-color: #002c5f !important;
  --rt4-link-hover-color: #2a6ebb !important;

  /* Scrollbars */
  --rt4-scrollbar-color: #2e778c !important;
  --rt4-scrollbar-hover-color: #2e778c !important;

  /* Stepper */
  --rt4-stepper-highlighted-text:#2e778c !important;
--rt4-stepper-unhighlighted-text: #717171  !important;
  --rt4-stepper-circle-highlighted-Text: #ffffff !important;
  --rt4-stepper-circle-highlighted-border:#2e778c !important;
  --rt4-stepper-circle-highlighted-background:#2e778c !important;
  --rt4-stepper-circle-unhighlighted-border:#C4C4C4 !important;
  --rt4-stepper-circle-unhighlighted-Text:#ffffff !important;
  --rt4-stepper-circle-unhighlighted-background:#C4C4C4 !important;
}

/* END OF NEW THEME */






/* Hides language dropdown */
#navbarNavAltMarkup li.nav-link.d-block.d-lg-none, #navbarNavAltMarkup li.nav-link.menu-item:last-child {
    display: none !important;
}

/*.book-your-stay-header-wrapper.body-wrapper-child.book-my-stay-heading*/
/*Book your stay heading*/
h1 {
  color:  #2e778c !important;
}
 
/*Logo for Mobile*/
@media(max-width: 768px) {
  .logo {
  	display: block !important;
  	height: 2em !important;
  	background-color:  #2e778c !important;
  }
}
 
.navbar-brand img {
	height: 37px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	transition: all .5s ease;
	padding: 10px 32px;
	margin-right: 10px
}
 
/*model*/
.modal-content {
  margin-top: 105px !important;
}
 
div#navbarNavAltMarkup {
  padding: 8px 0px !important;
}
 

.roomImagePanel .dprTagLine .dprText , .roomCardBody .dprTagLine .dprText {
  color: #e7e7e7!important;
}
 
/*promo*/
.unavailable-offer .btn.mbs-button-secondary.button-unavailable-promo {
  background-image: -webkit-linear-gradient(left,  #2e778c 100%, #3e7abb 15%) !important;
  background-image: -ms-linear-gradient(left,  #2e778c 100%, #3e7abb 15%) !important;
  color: #ffffff !important;
  border: 0px !important;
  text-shadow: none !important;
}
 
.unavailable-offer .btn.mbs-button-secondary.button-unavailable-promo:hover {
  background: #e7e7e7!important;
  text-shadow: none !important;
  border: 0px !important;
  color: #ffffff !important;
}
 
/*banner*/
#theguestbook_details, .theguestbook-static-banner, .dynamic-banner-wrapper {
	background-color: #2e778c !important;
}
 
/*Multiroom banner border*/
.banner-card .vl {
  border-left: 3px solid  #2e778c !important;
}
 
.banner-display .card {
background-color: #ebf3f5 !important;
}
 
.packageList .vl {
  border-left: 2px solid  #2e778c !important;
}
 
/*Dropdown fix*/
.main-nav .nav-link:before {
  border-bottom: 6px solid  #2e778c !important;
  top: 40px;
}
 
header .dropdown .dropdown-menu {
  top: 46px;
  border-top: 2px solid  #2e778c !important;
}
 
header .dropdown .dropdown-item:hover {
  color:  #e7e7e7!important;
}
 
.body-wrapper-child {
  padding: 3px !important;
}
 
/* Checkout Page  Multi Selection Dropdown */
.prefDiv .multiselect-dropdown .dropdown-btn .selected-item {
  border: 1px solid #fff !important;
  background:  #2e778c !important;
}
 
/*Multiselect dropdown*/
.multiselect-dropdown *>.multiselect-item-checkbox input[type=checkbox]+div:before {
  color:  #e7e7e7!important;
  border: 2px solid  #2e778c !important;
}
 
.multiselect-dropdown *>.multiselect-item-checkbox input[type=checkbox]:checked+div:before {
  background: #2e778c !important;
}
 
#PrefInput *>.multiselect-dropdown .dropdown-btn .dropdown-up {
  border-bottom: 5px solid  #e7e7e7!important;
}
 
/*Bullet Colours*/
.circle-bullet:before {
  background:  #2e778c !important;
}
 
.fa-angle-up:before {
  color: #2e778c !important;
}
 
.fa-angle-down:before {
  color: #2e778c !important;
}
 
/*Cancel Booking Button*/
button#cancelBtn {
  background-image: -webkit-linear-gradient(left,  #2e778c 100%, #3e7abb 15%) !important;
  background-image: -ms-linear-gradient(left,  #2e778c 100%, #3e7abb 15%) !important;
  color: #ffffff !important;
  border: 1px solid white;
  text-shadow: none !important;
}
 
button#cancelBtn:hover {
  background-image: -webkit-linear-gradient(left, #e7e7e7 100%, #3e7abb 15%) !important;
  background-image: -ms-linear-gradient(left, #e7e7e7 100%, #3e7abb 15%) !important;
  text-shadow: none !important;
   color: #ffffff !important;
}
 
/*Outer & Inner circle border for search on navbar  */
.outer-circle-search.outer.circle.shapeborder-selected,
.d-flex.justify-content-center.align-items-center.inner-circle-search.inner.circle.shapeborder-selected.circle-text {
  border: 1px solid  #2e778c !important;
  background:  #2e778c;
}
 
/* Inner circle color for search on navbar*/
.d-flex.justify-content-center.align-items-center.inner-circle-search.inner.circle.shapeborder-selected.circle-text {
  background-color:  #2e778c !important;
}
 
/*Highlighted stepper number circles*/
.d-flex.justify-content-center.align-items-center[class*='inner-circle-'].inner.circle.shapeborder-selected.circle-text {
  border: 1px solid  #2e778c !important;
  background-color:  #2e778c !important;
}
 
/*Unhighlighted stepper number circle*/
.placeholder-section .Container .shapeborder {
  border: 1px solid #c4c4c4 !important;
  background: #C4C4C4 !important;
  color: white !important;
}
 
/*Selected stepper color*/
.placeholder-section .Container .shapeborder-selected {
  border: 1px solid  #2e778c !important;
  color: white;
  /*background-color: #2e778c !important;*/
}
 
/*Stepper Holder*/
.placeholder-section .Container.row {
  margin-left: 85px !important;
  margin-right: 80px !important;
  border: 1px solid #ededed;
  padding: 12px 20px 12px 20px !important;
  margin-top:100px;
  margin-bottom: 6px;
  border-radius: 5px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.13);
}
 
@media(max-width: 1200px) {
  .placeholder-section .Container.row {
  	margin-left: 10px !important;
  	margin-right: 25px !important;
  }
}
 
@media(max-width: 990px) {
  .placeholder-section .Container.row {
  	margin-left: 5px !important;
  	margin-right: 5px !important;
  }
}
 
/*View Avaliable Rooms button*/
.btn.mbs-button-primary {
  background-image: -webkit-linear-gradient(left,  #2e778c 100%, #3e7abb 15%) !important;
  background-image: -ms-linear-gradient(left,  #353c3d 100%, #3e7abb 15%) !important;
  color: #ffffff !important;
  border: 1px solid #2e778c;
  text-shadow: none !important;
}
 
.btn.mbs-button-primary:hover {
  background-image: -webkit-linear-gradient(left, #094351 100%, #3e7abb 15%) !important;
  background-image: -ms-linear-gradient(left,  #094351 100%, #3e7abb 15%) !important;
  text-shadow: none !important;
  color: #ffffff !important;
  // border: 2px solid #2e778c !important;
}
 
.mbs-button-secondary {
  color: #000 !important;
}
 
.mbs-button-secondary:hover {
  color:  #2e778c !important;
  border: 2px solid #2e778c !important;
}
 
/*Upgrades filters*/
.rt-Body {
  border-left: 3px solid #2e778c !important;
}
 
.row.panel-details.radio-div-selected {
  border: 2px solid #2e778c !important;
}
 
.imgPanel-label input:checked~.checkmark {
  background-color: #2e778c !important;
}
 
/* Rate Calendar ScrollBar*/
::-webkit-scrollbar-thumb {
  background:  #2e778c !important;
}
 
::-ms-scrollbar-face-color {
  background:  #2e778c !important;
}
 
/* MBS logo*/
.logo {
  display: block;
}
 
/*Logo Placement*/
.header.body-wrapper-child {
  padding: 20px 0px 10px 85px !important;
}
 
@media(max-width:990px) {
  .header.body-wrapper-child {
  	padding: 20px 0px 10px 5px !important;
  }
}
 
/*Summary Header*/
.placeholder-section .Container {
  margin-top: 68px !important;
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 100%) !important;
}
 
/*Summary Header Selected label*/
.placeholder-section .Container .shapeborder-selected+.label-text {
  color: #2e778c !important;
}
 
/*Summary Header Unselected label*/
.placeholder-section .Container .label-text {
  color: #717171 !important;
}
 
/*Direct booking benefit logo*/
.mr-2.media {
  filter: invert(1.5) sepia(24.5) saturate(5) hue-rotate(245deg);
}
 
 
/*Calendar check-in date*/
.text-center.dayItem.partOfSelection.firstSelectedDate.start-end-date .calendarCellContent.d-flex.flex-column.justify-content-center {
  background-color:  #2e778c !important;
  border: 1px solid #e7e7e7 !important;
  border-bottom-color: #24486f !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  background-image:  #2e778c !important;
  color: #fff !important;
  background-repeat: repeat-x !important;
}
 
/*Calendar check-out date*/
.text-center.dayItem.partOfSelection.start-end-date.lastSelectedDate .calendarCellContent.d-flex.flex-column.justify-content-center {
  background-color:  #2e778c !important;
  border: 1px solid #e7e7e7 !important;
  border-bottom-color: #24486f !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  background-image:  #2e778c !important;
  color: #fff !important;
  background-repeat: repeat-x !important;
}
 
 
/* Text color for check-in and check-out date*/
.rate-calendar-inner-content .left-panel .monthlyCal .start-end-date .text-muted-cal {
  color: #fff !important;
}
 
.rate-calendar-inner-content .left-panel .monthlyCal .start-end-date .text-muted-cal span {
  color: #fff !important;
}
 
/*Unavailable date scratched out*/
.text-center.dayItem.pastDate .calendarCellContent.d-flex.flex-column.justify-content-center, .text-center.dayItem.notAvailableDate .calendarCellContent.d-flex.flex-column.justify-content-center {
  background: repeating-linear-gradient(-45deg, #dfb2352e, #cdad8436 1px, #fff 1px, #fff 4px);
}
 
/*Unavailable date number*/
.text-center.dayItem.pastDate .calendarCellContent.d-flex.flex-column.justify-content-center .txt-md-lb.text-muted-cal.txt-black-two,
.text-center.dayItem.notAvailableDate .calendarCellContent.d-flex.flex-column.justify-content-center .txt-md-lb.text-muted-cal.txt-black-two {
  color: #b2b2b2 !important;
}
 
/*Check-in/out disabled*/
li.text-center.dayItem.notAvailableDate.checkinNotAllowed.checkoutNotAllowed .calendarCellContent.d-flex.flex-column.justify-content-center {
	background: linear-gradient(to top left,#eee 50%,#fff 0) !important;
}
 
 
/*Available date pricing color*/
.rate-calendar-inner-content .left-panel .monthlyCal .days li span {
  color: #1b2a2e !important;
}
 
/*Available date*/
.rate-calendar-inner-content .left-panel .monthlyCal .days li b h5 {
  color:  #2e778c !important;
}
 
/*Hover Styling*/
.rate-calendar-inner-content .left-panel .monthlyCal .hoverStyling {
  border: 1px solid  #2e778c;
  border-top-color: #2e778c;
  background-color: #f9f4e8 !important;
  color:  #2e778c !important;
}
 
 
/*Dates part of selection*/
.rate-calendar-inner-content .left-panel .monthlyCal .partOfSelection {
  background-color:  #f9f4e8 !important;
}
 

 
/*Bed type border*/
#noBorder .radio-div-selected {
  border: 2px solid  #2e778c !important;
}
 
/*Bed type selected*/
.container input:checked~.checkmark {
  background-color:  #2e778c !important;
}
 
/*No.of rooms booked info*/
.txt-bs {
  color:  #2e778c !important;
}
 
/*IATA Input field*/
div.mt-10 input.iata-code {
  width: 100% !important;
  border-radius: .25rem !important;
}
 
/*Price Panel*/
.roomCardBody .row .pricePanel {
  background-color: #f9f4e8 !important;
  height: 100%;
}
 
/*RatePlan card block*/
div.row .rate-plan-card {
  border: 1px solid  #2e778c !important;
}
 
/*Language Specific Header*/
div.row.theme-header {
  /*border-bottom: 2px solid gray;*/
  margin-bottom: -15px;
}
 
/*Park Regis Specific Header*/
.main-nav .nav-link {
  padding: 0.6rem !important;
  padding-left: 1.3rem !important;
  text-transform: uppercase !important;
  color:  #2e778c !important;
}
 
/* Specific Header links fix*/
.main-nav .nav-text:hover,
.main-nav .nav-link:hover {
  color: #212529 !important;
}
 
/*Hr for theme specific header*/
.theme-specific {
  border-top: 0px !important;
  background: linear-gradient(#f1f1f1, #ffffff) !important;
}
 
.footer.txt-x-sm-lr.txt-black-three-60 {
  display: none;
}
 
/*Dates not available for selection*/
.rate-calendar-inner-content .left-panel .monthlyCal .days .notPartOfSelection h5,
.rate-calendar-inner-content .left-panel .monthlyCal .days .notPartOfSelection span {
  color: #adadad !important;
}
 
/*Price Sort Icon*/
.formatButton {
  color:  #e7e7e7!important;
}
 
/*Enhance your stay*/
.enhanceYourStay .card-body,
.card-footer {
  border-left: 1.5px solid  #e7e7e7!important;
}
 
/*Reserved Room Image Border*/
.room-data .vl {
  border-left: 1.5px solid  #e7e7e7!important;
}
 
/*Links-Hover*/
.hyl-dark:hover,
r_link_edit:hover,
accessCode_link:hover,
r_link_view_offer_details:hover,
a:hover {
  color:  #2e778c !important;
}
 
/*Checkbox*/
.mbs-checkbox-primary input:checked+label:before,
.mbs-radio-primary input:checked+.radio {
  background-color:  #2e778c!important;
}
 
/*custom header*/
.copyright .rez-col-6-sm,
.rz-2col li,
.taj-links {
  text-transform: uppercase
}
 
.rez-container {
  min-width: 1220px;
  margin-left: auto;
  margin-right: auto
}
 
.rez-row {
  position: relative;
  width: 100%
}
 
.rez-row [class^=rez-col] {
  float: left;
  margin: .5rem 2%;
  min-height: .125rem
}
 
.rez-col-1,
.rez-col-10,
.rez-col-11,
.rez-col-12,
.rez-col-2,
.rez-col-3,
.rez-col-4,
.rez-col-5,
.rez-col-6,
.rez-col-7,
.rez-col-8,
.rez-col-9 {
  width: 96%
}
 
.rez-col-1-sm {
  width: 4.33%
}
 
.rez-col-2-sm {
  width: 12.66%
}
 
.rez-col-3-sm {
  width: 21%
}
 
.rez-col-4-sm {
  width: 29.33%
}
 
.rez-col-5-sm {
  width: 37.66%
}
 
.rez-col-6-sm {
  width: 46%
}
 
.rez-col-7-sm {
  width: 54.33%
}
 
.col-8-sm {
  width: 62.66%
}
 
.rez-col-9-sm {
  width: 71%
}
 
.rez-col-10-sm {
  width: 79.33%
}
 
.rez-col-11-sm {
  width: 87.66%
}
 
.rez-col-12-sm {
  width: 96%
}
 
.rez-row::after {
  content: "";
  display: table;
  clear: both
}
 
.rez-hidden-sm {
  display: none
}
 
@media only screen and (min-width: 33.75em) {
  .rez-container {
  	width: 80%
  }
}
 
@media only screen and (min-width: 45em) {
  .rez-col-1 {
  	width: 4.33%
  }
 
  .rez-col-2 {
  	width: 12.66%
  }
 
  .rez-col-3 {
  	width: 21%
  }
 
  .rez-col-4 {
  	width: 29.33%
  }
 
  .rez-col-5 {
  	width: 37.66%
  }
 
  .rez-col-6 {
  	width: 46%
  }
 
  .rez-col-7 {
  	width: 54.33%
  }
 
  .col-8 {
  	width: 62.66%
  }
 
  .rez-col-9 {
  	width: 71%
  }
 
  .rez-col-10 {
  	width: 79.33%
  }
 
  .rez-col-11 {
  	width: 87.66%
  }
 
  .rez-col-12 {
  	width: 96%
  }
 
  .rez-hidden-sm {
  	display: block
  }
}
 
@media only screen and (min-width: 60em) {
  .rez-container {
  	width: 75%;
  	max-width: 60rem
  }
}
 
.rez-container, .rez-navbar {
 width: 100%;	
}
 
.rez-container {
  position: relative;
  font-family: Muli, sans-serif
}
 
footer.rez-footer {
  background-color:  #2e778c;
  text-align: center;
  max-width: 1220px;
  margin: 0 auto
}
 
.footer-innerpages {
  color: #fff;
  text-align: left;
  padding: 0
}
 
.footer-innerpages p {
  font-size: 14px;
  color: #fff
}
 
.footer-innerpages .rez-container h5 {
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 12px
}
 
.footer-innerpages .rez-container a {
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  text-decoration: none;
  transition: all .3s ease
}
 
.footer-innerpages .rez-container a:hover {
  color: #aadad6
}
 
@media (min-width: 1024px) {
  .footer-innerpages .rez-container a {
      font-size: 12px;
  	padding: 5px 0;
  	color: #fff
  }
}
 
.footer-innerpages .rez-container span {
  float: none;
  padding: 5px 0
}
 
.footer-innerpages .addr {
  font-weight: 100 !important
}
 
.footer-innerpages .f-logo img {
  padding: 35px 0
}
 
@media (min-width:768px) {
  .footer-innerpages .rez-container span {
  	margin-right: 10px;
  	clear: left
  }
}
 
.footer-innerpages .rez-container ul {
  padding-top: 15px;
  list-style: none;
  font-family: 'Source Sans Pro', sans-serif
}
 
.footer-innerpages .rez-container ul li {
  line-height: 16px;
  padding: .1rem 0
}
 
.footer-innerpages .rez-container ul li a {
  color: #fff;
  letter-spacing: .07rem;
  padding: 7px 0
}
 
.rz-2col {
  list-style-type: none;
  padding: 0;
  margin: 0
}
 
.rez-container-fluid,
.rez-navbar {
  margin-left: auto;
  margin-right: auto
}
 
.rz-2col li {
  display: inline-block;
  min-width: 120px;
  padding-bottom: .5rem;
  font-size: .8125rem;
  letter-spacing: .05rem
}
 
.rez-container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Muli, sans-serif
}
 
.rez-navbar {
  background-color:  #2e778c;
  border-radius: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 90px;
  z-index: 9999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1)
}
 
.rez-navbar .navbar-header {
  float: left
}
 
.rez-navbar ul.navbar-nav {
  display: block
   !important;
  padding-top: 19px;
  padding-left: 23%
}
 
.rez-navbar ul.navbar-nav li {
  display: inline-block;
  position: relative
}
 
.rez-navbar .nz-dropdown {
  visibility: hidden;
  position: absolute;
  background:  #2e778c;
  width: 200px;
  opacity: 0;
  border-radius: 0;
  top: 30px;
  left: 0;
  transition: all .3s ease;
  padding: 28px 0 10px;
  text-align: left
}
 
.rez-navbar .nz-dropdown li {
  display: block !important;
  padding: 2px 20px
}
 
.rez-navbar .nz-dropdown li:hover {
  display: block !important;
  background-color: #e7e7e7 !important;
  color:  #2e778c !important
}
 
.rez-navbar .nz-dropdown li a {
  display: block;
  padding: 7px 20px 7px 10px !important;
  line-height: 16px;
  letter-spacing: .3px;
  font-size: 12px !important;
  border-bottom: 1px solid #e7e7e7
}
 
.rez-navbar .nz-dropdown li a:hover {
  text-decoration: none;
  color:  #e7e7e7!important
}
 
.rez-navbar ul.navbar-nav li:hover .nz-dropdown {
  opacity: 1;
  visibility: visible;
  line-height: 30px
}
 
.rez-navbar ul.navbar-nav li a {
  color: #e7e7e7;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .2rem;
  padding: 10px 5px;
  text-transform: uppercase;
  background-color: transparent;
  transition: all .3s ease
}
 
.rez-navbar ul.navbar-nav li span {
  color: #e7e7e7;
  font-size: 11px;
  letter-spacing: 1px;
  padding-right: 12px;
  padding-bottom: 5px;
  top: -3px;
  position: relative
}
 
.rez-navbar ul.navbar-nav li span::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  border-bottom: solid 1px #e7e7e7;
  left: 0;
  bottom: 2px
}
 
.aar-container,
.jotform-form,
.logo-container,
.relt {
  position: relative
}
 
@media (min-width: 1024px) {
  .rez-navbar ul.navbar-nav li a {
      padding: 10px 15px;
      font-size: 13px
  }
}
 
.rez-navbar ul.navbar-nav li a:hover {
  background-color: transparent;
  color: #fff !important;
}
 
@media (min-width: 1220px) {
  .navbar .navbar-collapse ul {
	  text-align: left
  }
}
 
.navbar-brand img {
  height: 37px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  transition: all .5s ease;
  padding: 10px 32px;
  margin-right: 10px
}
 
.aar-container,
.logo-container,
.no-pad-rez {
  margin: 0 !important
}
 
.rez-spacer {
  min-height: 95px
}
 
.logo-container {
  background-color: #e7e7e7;
  min-height: 189px;
  text-align: center
}
 
.rez-form-textbox {
  outline: 0;
  padding: 0 0 0 15px !important;
  width: 100%;
  max-width: 191px !important;
  height: 44px !important;
  border: 1px solid #fff !important;
  font-size: 12px;
  background: 0 0;
  color: #fff !important;
  background: transparent !important
}
 
.rez-form-textbox::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase
}
 
.aar-container {
  background: 0 0;
  line-height: 21px;
  text-align: left;
  padding: 10px 30px
}
 
.chair-logo {
  max-width: 80%;
  padding: 47px 0
}
 
.relt {
  width: 80%;
  max-width: 230px
}
 
.jotform-form {
  width: 100%;
  max-width: 241px;
  padding: 0
}
 
.rez-form-holder .form-button-arrow {
  content: '';
  font-size: 13px;
  color: #fff;
  padding: 15px;
  width: 45px;
  height: 46px;
  background: url('https://www.t23hotel.com/assets/images/btn-arrow.png') center center no-repeat  #2e778c;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: -10px;
  border: 1px solid #fff
}
 
.social-icons-footer {
  text-align: right;
  margin: 15px 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff
}
 
.social-icons-footer a {
  color: #231f20;
  text-align: center;
  width: 100%;
  font-size: 18px !important;
  display: inline-block !important;
  padding-top: 14px !important
}
 
.social-icons-footer a:hover {
  color: #b18b74
}
 
.rezclear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}
 
.copyright .rez-col-6-sm {
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 1px
}
 
* html .rezclear {
  height: 1%
}
 
.rezclear {
  display: block
}
 
.f-logo {
  padding-top: 50px !important
}
 
.blackstrip {
  background-color: #231f20;
  color: #fff;
  height: 40px
}
 
.rez-container .right-text {
  text-align: right
}
 
.rez-container .right-text a {
  color: #231f20;
  text-decoration: none
}
 
.rez-container .right-text a:hover {
  color: #b4975a
}
 
.taj-links {
  font-size: 13px;
  letter-spacing: 0
}
 
.rez-container .social-title {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 2px;
  word-spacing: 2px
}
 
.rez-map {
  width: 79.002%;
  height: 189px
}
 
.rez-map img {
  width: 100%
}
 
.search-form {
  max-width: 1220px;
  margin: 0 auto;
}
 
.custom-header .navbar-brand img {
  max-width: 200px;
  width: 100%;
  height: 100%;
}
 
.rez-navbar ul.navbar-nav {
	top: 26px;
	position: relative;
}
 
.rez-navbar .navbar-header {
	top: 32px;
	position: relative;
}
 
/* Hide BedType Option */
#viewRoomDetail h5.txt-x-lg-lb.lh-30.ls-1.txt-black-five {
 display: none;
}
#viewRoomDetail div#noBorder .radio {
 display: none;
}
/* Hides Bedtype on guest-credit-widget */
.widget.align-self-start.max-width-credit.sticky span.txt-md-lr.txt-black-three.ls-x-sm {
 display: none !important;
}

/* Hide BedType Option */
h2#Choose\ a\ bed\ type, #noBorder div div.radio, .collapse.roomDetail.show div div h5.txt-x-lg-lb.lh-30.ls-1.txt-black-five {  
    display: none !important;
}