/* breaks are 
1200px (75em)
992px (62em)
768px (48em)
576px (36em)
< 576px
*/

/* - - - - - - - VARS - - - - - - - - - */
:root {
	--brand-bg-color: #292e46; /* blue-black */
	--bg-sky-blue: #e9f1fa; /* ritz-carlton sky blue */ 
	--bg-gentle-white: #f8f8f8;  /* was f7f9fc */
	--bg-gentle-gray: #f7f7f7;
	--bg-whisper-green: #f0f7e8; 
	--bg-muted-green: #b1c9b0; 
	--primary-color-cerulean: #4a90e2; 
	--primary-color-coral: #FF5722; /* ff6f61 */
	--primary-color-dusty-lime: #a2c570; /* no */
	--primary-color-green: #8BC34A; /* 569952 */
	--primary-color-gold: #FFC107; 
	--primary-color-deep-teal: #16a085; 
	--cta-border-white: #ffffff; 
	--cta-border-silver: #b9b9b9; 
	--cta-border-dark-gray: #484848; 
	--text-color-blueblack: #292e46; 
	--text-color-med-gray: #d4dde7; 
	--text-color-dark-gray: #555555; 
	--text-color-silver: #b9b9b9; 
	--text-color-rich-red: #990000; 
}



/* base colors */
.head-footer-blue {background-color: var(--brand-bg-color); }
.navy-blue { background-color: var(--brand-bg-color); }
.light-blue{ background-color:#ffffff; }  /* prev. #c5d0e2, #dedede; #efefef; #f5f5f5 */
.light-gray{ background-color:#f2f4f7; }  
.gold {background-color: #a29c88; }
.transparent {  background-color: rgba(255,255,255,0); }
.grey-transparent { background-color: rgba(0, 0, 0, 0.3); }
.white-bkg { background-color: #ffffff; }

.main-text-color {color: var(--brand-bg-color); }
.dark-text-color {color: var(--text-color-blueblack); }
.gold-text { color: #a29c88!important; }


body, html {
  height: 100%;
  background-color: #fff;
}

body {
  color: #fff;
  text-align: center;
  font-family: proxima-nova, arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
}

img {
   max-width: 100%;
   height: auto;
   display: inline-block;
   vertical-align: middle;
}

img:not([src]) {
        visibility: hidden;
      }

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}

p {
  margin:0;
  padding:0;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover, a:focus {
  text-decoration: none;
}

::-moz-placeholder {
  opacity: 1;
}

.w-85 {
  width: 85%;
}

.btn-hp-small-margin {
  margin-top: 20px;
  margin-bottom: 50px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.my-row {
  margin-right: 0;
  margin-left: 0;
}
.my-row.fullwidth {
	width:100%;
}

.my-col {
  padding-right: 5px;
  padding-left: 5px;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.site-wrapper.auto-height {
	height:auto;
	min-height:auto;
}

.container-standards {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 62em) { /*   992px   */
  .cover-container {
    width: 42em;
  }
}


/* - - - - - - - - - - - */
/*   Buttons             */
/* - - - - - - - - - - - */
.btn,
.btn-primary,
.btn-secondary {
	background-color:var(--primary-color-cerulean);
	border:2px solid var(--cta-border-white);
	text-align:center;
	font-size:17px;
	line-height:1.5;
	font-weight:normal;
	border-radius:50px;
	padding:10px 20px;
}
.btn:hover,
.btn-primary:hover,
.btn-secondary:hover {
	background-color:var(--cta-border-white);
	color: var(--primary-color-cerulean);
	border:2px solid var(--primary-color-cerulean);
}


/* - - - - - - - - - - - */
/*  Header - Navigation  */
/* - - - - - - - - - - - */
.navbar {
  position: fixed;
}

.d-inline .navbar {
  position: relative;
}
.navbar-toggler {
padding-bottom: 4px;
}
.navbar-dark .navbar-toggler {
	border:none;
}

.navbar-search-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url(/assets/icons/lens.svg);
}

.masthead {
  background-color:var(--brand-bg-color);
  opacity: 0.9;
  min-width: 100%;
  width: 100%;
  min-height: 42px;
  z-index: 100;
  padding:0;
  margin:0;
}

#ll_logo {
  max-width:200px;
  width: 243px;
  height: auto;
}

.nav-masthead {
  margin-top: 20px;
}

.nav-masthead .nav-link {
  padding: 10px 0 .25rem 0;
  color: rgba(255,255,255,.8) !important;
  background-color: transparent;
  border-bottom: .1rem solid transparent;
  height: 40px;
  font-size:14px;
  text-transform:uppercase;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  color: rgba(255,255,255,.9);
  background-color: rgba(255,255,255,.1);
  border-bottom-color: rgba(255,255,255,.9);
}


.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.navbar-toggle {
  border-color: #000000;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #000000;
}

.icon-bar {
  background-color: #ffffff;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-item-nav {
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
  font-weight: 300;
}

#navbarSearchContent {
  position: absolute;
  margin-top: 60px;
  left: 0;
  width: 100%;
  top: 0px;
}

.search-container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.dropdown-menu.open-right {
	left: unset;
	right: 0;
}


@media (min-width: 24em) { /* 384px */
  .nav-masthead {
    margin-top: 0;
  }
}

@media (min-width: 48em) { /* 768px */
  .navbar {
    position: relative;
  }
  
  .masthead {
    opacity: 1;
  }

 .navbar-brand {
 	padding-left:20px;
 } 

  .form-inline {
    min-width: 110px;
  }

  .form-inline a{
    height: 70px;
    padding-right: .5rem;
    padding-left: .5rem;
    background-color: transparent;
    border-bottom: .1rem solid transparent;
  }

  .form-inline a:hover, 
  .form-inline a:focus {
    color: rgba(255,255,255,.9);
    background-color: rgba(255,255,255,.1);
    border-bottom-color: rgba(255,255,255,.9);
  }
  
  .nav-masthead {
    float: right;
  }

  .nav-masthead .nav-link:hover,
  .nav-masthead .nav-link:focus {
    color: rgba(255,255,255,.9);
    border-bottom-color: rgba(255,255,255,.9);
  }

  .navbar-orizontal-menu {
    padding:0;
    margin:8px 20px 0 0;
  }

  .dropdown-item-nav {
    font-size: 16px;
  }

  #navbarSearchContent {
    margin-top: 80px;
  }
}


@media (min-width: 64em) {
  #ll_logo {
    max-width: 243px;
  }
}

/* new hover menus */
.nav-link {
	display:inline-block;
}
.dropdown-menu {
	margin-top:0;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.menu-toggle {
	display: inline-block;
	color:#fff;
	float:right;
	margin-right: 16px;
	margin-left:-30px;
	margin-top: 6px;
	width:14px;
	max-width:14px;
	overflow:hidden;
	cursor:pointer;
}

@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
}

/* - - - - - - - - - - */
/*       section 1     */
/* - - - - - - - - - - */

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#site-wrapper-inner-hp {
  display: table-cell;
  background-image: url("/assets/img/homepage-cover-720_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media only screen and (min-width: 768px) {
	#site-wrapper-inner-hp {
	  background-image: url("/assets/img/homepage-cover-1920_1.jpg");
	}
}
@media only screen and (min-width: 1920px) {
	#site-wrapper-inner-hp {
	  background-image: url("/assets/img/homepage-cover-3000_1.jpg");
	}
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}
.homepage-search-wrapper {
	width:auto;
	margin:0 auto;
	display:flex;
}
.homepage-search-container {
	padding:12px;
	background-color: #ffffff;
	border:1px solid var(--cta-border-silver);
	border-radius: 50px;
	margin: 0 6px;
}
@media (min-width: 768px) {
	.homepage-search-container {
		margin: 0 auto;
	}
}

.inner {
  padding: 32px;
}

.my-container {
  padding-right: 5px;
  padding-left: 5px;
}

.my-row {
  margin-right: 0;
  margin-left: 0;
}

.my-col {
  padding-right: 5px;
  padding-left: 5px;
}

.cover {
  padding: 0 1.5rem;
  margin-top: 0px;
  margin-bottom: 55px;
}

.cover-heading {
  font-family:  proxima-nova, arial, sans-serif;
  font-size: 36px;
  text-shadow: 1px 1px 1px #000;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:-.5px;
}

@media (min-width: 36em) {
  .site-wrapper {
    height: 60%;
    min-height: auto;
    padding-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .site-wrapper {
    height: 70%;
    min-height: auto;
    padding-bottom:0;
  }
  .cover {
	  margin-top: 50px;
	}

  .cover-heading {
	  font-size: 40px;
	}
}

/* - - - - - - - -*/
/*  Search Box    */
/* - - - - - - - -*/

/* 
#search-box {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding:10px;
  padding-right:14px;
  font-family:  proxima-nova, arial, sans-serif;
-webkit-box-shadow: inset 0px 0px 43px 10px rgba(41,46,70,0.75);
-moz-box-shadow: inset 0px 0px 43px 10px rgba(41,46,70,0.75);
box-shadow: inset 0px 0px 43px 10px rgba(41,46,70,0.75);

}
 */

#do-search {
  background: #fff;
  color: var(--text-color-blueblack);
  height: 170px;
}

#hotel-selection {
  background: transparent;
  text-align:left;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size:24px;
  line-height: 36px;
  outline:none;
  border: 0;
}

.input-label {
  text-align: left;
  font-size: 11px;
  color: var(--primary-color-cerulean);
  text-transform: uppercase;
}

.input-label.larger {
  font-size: 14px;
}

.input-label.no-transform {
  text-transform: none;
}


.input-label.error {
  color:red;
}

/* 
.input-date, .input-guests{
  background-color: rgb(255, 255, 255) !important;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  outline: none;
  border: 0;
 }
 */

.input-date,
.search_destination {
	width:calc(100% - 25px);
}
.search-input-date,
.search-input-destination {
	width: 100%;
}

.calendar-label,
.destination-label {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #999999;
	cursor: text;
	background-color:transparent;
	padding-right:4px;
}
.search-input-guests {
	text-align:left;
	color:#000000;
}
.input-guests {
  padding-left:2px;
  cursor:pointer;
}

input:-webkit-autofill {
   background-color: rgb(255, 255, 255) !important;
 }

select::-ms-expand {
    display: none;
}

.button_submit {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 300;
}

.btn-hp,
.btn-hp:hover,
.btn-hp:focus {
  font-family:'Cormorant Garamond', serif;
  color: #fff;
  text-shadow: none;
  border-radius: 50px;
  text-transform: uppercase;
}

.btn-hp:hover,
.btn-hp:focus {
  background-color: #C0C0C0;
  outline: none !important;
  box-shadow: none !important;
}

/* 
@media (min-width: 36em) {
  #search-box,
  #search-box-client {
    max-width: 1000px;
    width:auto;
    -webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
  }
 */

  #hotel-selection {
    font-size:36px;
  }
/* 
  .input-guests {
	width: 50px;
  }
 */
.input-label {
	font-size: 12px;
  }
}

@media (min-width: 48em) {
  #do-search {
    height: auto;
  }
}

/* promo message in cover area */
.cover-promo-message {
	width:220px;
	background-color: #ffffff;
	padding:10px;
	border-radius: 50px;
	border: 1px solid var(--primary-color-cerulean);
	text-align:center;
	color: var(--primary-color-cerulean);
	margin:66px auto 12px auto;
}
.cover-promo-message i {
	margin-right:6px;
}
.cover-promo-message a {
	color: var(--primary-color-cerulean);
	text-decoration:none;
}
.cover-promo-message:hover {
	background-color:var(--bg-sky-blue);
}

/* Login to see Sig Rates modal */

.modal-email-input {
  background: transparent;
  width: 100%;
  text-align:left;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size:18px;
  font-weight: 300;
  line-height: 20px;
  outline:none;
  border: 0;
  color: var(--text-color-blueblack);
}

.modal-email-input:placeholder {
  color: var(--text-color-blueblack);
}
 .login-for-sig {
 	display:none;
 }

/* - - - - - - - - - - */
/*      SECTION Recommended Hotels    */
/* - - - - - - - - - - */


.adv-container {
  max-width: 1200px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title {
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  color: #999; /* #292e46 */
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .75px;
}
@media (min-width: 36em) {
	.title {
	  margin-bottom: 0px;
	}
}
.carousel-control-prev, .carousel-control-next {
  width: auto;
}

.carousel-inner {
	width: 100%;
/* 
   width: auto;
   margin-left: 40px;
   margin-right: 40px;
 */
}

.carousel-item-size {
/* 
  margin-left: auto;
  margin-right: auto;
 */
  border-left: none;
  min-height: 350px;
}

.carousel-img {
    max-width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 150px;
    vertical-align: middle;
    overflow: hidden;
    object-fit: cover;
  }

.carousel-details {
  background-color: #fff;
  color: var(--text-color-blueblack);
  text-align: left;
  padding: 10px;
}

.carousel-details a {
  color: var(--text-color-blueblack);
}

.carousel-details a:hover {
  color: var(--text-color-blueblack);
}

.carousel-details-height {
/* 
  min-height: 230px;
 */
}

.carousel-hp-title {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}

.carousel-hp-geo, .carousel-hp-info{
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding-top: 10px;
  position: relative;
}

.carousel-hp-info {
  overflow: hidden;
  max-height: 60px; 
}

.btn-hp-small-white {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  width: 200px;
  font-weight: bold;
  border: 2px solid  var(--cta-border-white);
  color: #fff;
  text-shadow: none;
}

.insider-hp-vertical-box {
  background-color: #fff;
  margin: 5px;
  min-height: 390px;
}

/* 
.hp-reframe {
  height: 200px;
  overflow: hidden;
}

.hp-reframe img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
 */

.insider-hp-container-large {
	padding-right:20px;
	padding-left: 0;
}
.hp-reframe-large {
  height: 500px;
  overflow: hidden;
}

.hp-reframe-large img {
  object-fit: cover;
  height: 500px;
  width: 100%;
  position: relative;
}

.hp-reframe-small {
  height: 240px;
  overflow: hidden;
}

.hp-reframe-small img {
  object-fit: cover;
  height: 240px;
  width: 100%;
  position: relative;
}
.insider-hp-vertical-box-text {
  padding: 15px 10px 10px 10px;
  color: #ffffff; /* #292e46; */
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 1px 1px 1px #000;
  width:100%;
  background-image: linear-gradient(rgba(25,25,25,0), rgba(25,25,25,1));
}
.insider-hp-vertical-box-text h3 {
  display: block;
  font-family: oswald, proxima-nova, sans-serif;
  font-weight: 200;
  font-size: 28px;
  padding-bottom:6px;
  margin-bottom: 0;
  margin-top: 3px;
}
 
.insider-hp-vertical-box-text img {
  position: absolute;
  bottom: 20px;
  display: block;
}


.site-wrapper-content-title .hp-textlink {
	display:block;
	float:right;
	color: #666666; /* #a29c88 orig gold */
	font-size: 14px;
	line-height: 30px;
	margin: 19px 0 0 0;
	text-transform: uppercase;
}
.site-wrapper-content-title .hp-textlink:hover {
	color: var(--text-color-blueblack);
}

.site-wrapper-content-title .hp-textlink .fa {
	padding-left:4px;
	font-size: 14px;
}

@media (min-width: 36em) {
  .site-wrapper-content-title {
    padding-left: 15px;
	padding-right:15px;
	}
}


@media (min-width: 48em) {
  .site-wrapper-content-title {
    margin-top: 60px;
    margin-bottom: 10px;
    text-align: left;
/* 
    background-color: #efefef;
 */
  }

  .insider-hp-vertical-box {
    min-height: 480px;
  }

  .insider-hp-vertical-box-large {
    min-height: 500px;
    position:relative;
  }
  .insider-hp-vertical-box-small {
    min-height: 240px;
    position:relative;
    margin-bottom: 20px;
  }

}

@media (min-width: 62em) {
  .insider-hp-vertical-box {
    min-height: 390px;
  }
}

@media (min-width: 75em) {
  .insider-hp-vertical-box {
    min-height: 390px;
  }
}



/* - - - - - - - - - - */
/*      SECTION Deals    */
/* - - - - - - - - - - */

/* IMPORTANT - hide the deal that is in the blurb everywhere else on the site. We only want it to display here on the homepage */

.blurb-deal {
	display:none;
}

.blurb-with-deal .blurb-deal {
	display:block;
}

/* the rev slider */

@media (min-width: 36em) {
	#deals_slider {
		margin-bottom: -40px !important;
	}
}

#deals_slider .tparrows {
	top: 44% !important;
}
.tp-caption-box {
	padding: 10px 0 !important;
}
.tp-deal-location {
	font-size: 12px !important; 
	line-height: 14px !important; 
	font-weight: 600; 
	color: #969696; 
	letter-spacing: 1px;
	font-family: proxima-nova, sans-serif;
	text-transform: uppercase;
/*	white-space: pre-wrap !important; */
} 
.tp-deal-hotelname {
	color: var(--text-color-blueblack); 
	font-size: 24px !important;
	line-height: 24px !important;
	font-family: oswald, proxima-nova, sans-serif;
}
.tp-deal-hotelname:hover {
	text-decoration:none;
}
.blurb-with-deal h6 {
	font-size: 16px !important;
	line-height: 16px !important;
	margin-bottom: 16px !important;
	font-weight: 700 !important;
	color: var(--text-color-rich-red);
	font-family: proxima-nova, sans-serif;
}
.blurb-with-deal p {
	font-size: 12px !important;
	line-height: 13px !important;
	color: var(--text-color-blueblack);
	font-family: proxima-nova, sans-serif;
}

@media (min-width: 36em) {
	.tp-deal-location {
		font-size: 15px !important; 
		line-height: 15px !important; 
		letter-spacing: 3px;
	} 
	.tp-deal-hotelname {
		font-size: 36px !important;
		line-height: 38px !important; 
	}
	.blurb-with-deal h6 {
		font-size: 26px !important;
		line-height: 36px !important;
	}
	.blurb-with-deal p {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	.tp-caption.tp-caption-box.shadow-below {
		box-shadow: 0 10px 6px #dedede;
	}
}

.tp-bullets, .tp-tabs, .tp-thumbs {
	z-index:20 !important;
}


/* - - - - - - - - - - - - - - - - */
/*      SECTION Popular Destinations     */
/* - - - - - - - - - - - - - - - - */

.site-wrapper-destination {
  display: table;
  width: 100%;
}

.carousel-img.carousel-img-destination {
	min-height: 350px;
	max-height: 350px;
}

.carousel-hp-destinations-box-text {
  padding: 15px 10px 10px 10px;
  color: #ffffff; /* #292e46; */
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 1px 1px 1px #000;
  width:100%;
  background-image: linear-gradient(rgba(25,25,25,0), rgba(25,25,25,1));
}

.carousel-hp-destinations-box-text h3 {
  display: block;
  font-family: oswald, proxima-nova, sans-serif;
  font-weight: 200;
  font-size: 28px;
  padding-bottom:6px;
  margin-bottom: 0;
  margin-top: 3px;
}
 
.insider-hp-vertical-box-shortwide {
	min-height: 240px;
	position:relative;
}

.hp-reframe-shortwide {
  height: 240px;
  overflow: hidden;
}

.hp-reframe-shortwide img {
  object-fit: cover;
  height: 240px;
  width: 100%;
  position: relative;
}



/* - - - - - - - - - - */
/*      SECTION #4     */
/* - - - - - - - - - - */

.site-wrapper-fourboxes{
  display: table;
  width: 100%;
}


@media (min-width: 36em) {

  .fourboxes-wrapper-vertical-box-text {
    padding: 0;
    background: #000;
    color: var(--text-color-blueblack);
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    margin-bottom: 15px;
  }

  .fourboxes-wrapper-vertical-box-text img {
    position: relative;
    display: block;
   }
  
  .fourboxes-left {
    flex: 0 1 50%;
    background: #ffffff;
  }

  .fourboxes-right {
    flex: 0 1 50%;
    background: #ffffff;
  }

  .fourboxes-reframe {
    min-height: 200px;
    overflow: hidden;
  }

  .fourboxes-reframe img {
    object-fit: cover;
    width: 100%;
  }

  .fourboxes-text {
    padding: 5px 10px;
    color: var(--text-color-blueblack);
    text-align: center;
  }

  .fourboxes-text p{
    color: var(--text-color-blueblack);
    line-height: 30px;
    padding-top: 15px;
  }

  .fourboxes-text h3 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    max-height: 100px;
  }

  .fourboxes-text img {
    display: inline-block;
    margin-top: 10px;
  }
}

/* - - - - - - - - - - - - - - - - - - -*/
/*     SECTION #6 - Travel Guides       */
/* - - - - - - - - - - - - - - - - - - -*/

.site-wrapper-destination {
display: table;
width: 100%;
}

.travelg-container {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  min-height: 200px;
}

.travelg-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.travelg-overlay {
  position: absolute;
  background-color: var(--primary-color-cerulean);
  top: 54%;
  width: 100%;
  height: 95px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.travelg-text {
  color: #fff;
}

.travelg-text a {
  color: #fff;
}

.travelg-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 42px;
  text-shadow: 1px 2px 3px #000;
}

.travelg-subtitle {
  font-family: proxima-nova, arial, sans-serif;
  font-size: 24px;
  text-shadow: 1px 2px 3px #000;
}


@media (min-width: 48em) {
  .travelg-overlay {
    position: absolute;
    background-color: rgba(34, 47, 91, 0);
    top: 35%;
    width: 100%;
    height: 95px;
  }

  .travelg-container:hover .travelg-overlay:hover {
    background-color: rgba(34, 47, 91, 1);
  }

}

/* - - - - - - - - - - - - - - - - - -*/
/*      SECTION #7 - Blog             */
/* - - - - - - - - - - - - - - - - - -*/

.blog-row {
  margin-bottom: 20px;
  background-color: #fff;
  color: var(--text-color-blueblack);
  font-family: proxima-nova, arial, sans-serif;
}

.blog-div {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-picture {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  min-height: 270px;
  overflow: hidden;
  padding-top: 20px;
}

.blog-picture img{ 
  object-fit: cover;
  width: 100%;
  height: 270px;
}

.blog-div h4 {
  padding: 10px 0 0 0;
  font-size: 20px;
}

.blog-div h4 a {
  text-decoration: underline;
  color: var(--text-color-blueblack);
}

.blog-div p {
  position: relative;
  line-height: 28px;
/* 
  overflow: hidden;
  max-height: 86px;
 */
}

/* 
.btn-blog {
  color: var(--text-color-blueblack);
  padding: 5px 0;
  font-weight: 100;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--text-color-blueblack);
}

.btn-blog:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}
 */

.btn-blog {
	display:block;
	color: #666666; /* #a29c88 orig gold */
	font-size: 14px;
	text-transform: uppercase;
	width:100%;
	text-align:right;
}
.btn-blog:hover {
	color: var(--text-color-blueblack);
}

.btn-blog .fa {
	padding-left:4px;
	font-size: 14px;
}



@media (min-width: 36em) {
  .blog-picture {
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  .blog-col {
    padding-left: 0;
  }
  .blog-picture {
    min-height: 225px;
  }
  .blog-picture img{ 
    height: 225px;
  }
  .blog-div {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 45px;
  }
}


/* - - - - - - - - - - - - - - */
/*    SECTION #8 -   Video     */
/* - - - - - - - - - - - - - - */

.video-change-bk {
  text-align: center;
  background-color:var(--brand-bg-color);
  color: #ffffff;
  margin-bottom: 20px;
}

.video-picture {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  min-height: 350px;
  overflow: hidden;
}

.video-picture img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.video-icon {
  color: #ffffff; 
  margin-top: -207px;
  text-align: center;
  position: relative;
  opacity: .6;
}

.video-overlay {
  position: absolute;
  background-color: rgba(34, 47, 91, 0);
  color: rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video-overlay h4 {
  margin-top: 80px;
}

.video-picture:hover .video-overlay:hover {
  background-color: rgba(34, 47, 91, 0.8);
  color: rgba(255, 255, 255, 1);
  display: block;
}

.video-text {
  margin: 10px 15px 20px 15px;
}

@media (min-width: 36em) {  
  .video-change-bk {
    background-color:#ffffff;
    color: var(--text-color-blueblack);
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 48em) {
  .video-picture {
    min-height: 450px;
  }
  .video-picture img {
    height: 450px;"
  }
  .video-icon {
    margin-top: -257px;
  }
}

/* - - - - - - - - - - - - - -*/
/*   SECTION  - Experiences Slider  */
/* - - - - - - - - - - - - - -*/

#experiences_slider .tp-parallax-wrap {
	top: 43% !important;
}

.tp-caption.NotGeneric-Title, 
.NotGeneric-Title {
	font-family: oswald, proxima-nova, sans-serif !important;
	font-weight: 200 !important;
	
}
.tp-caption.tp-shape.tp-shapewrapper.exp-caption-mask {
	background-color: rgba(0, 0, 0, 0.6) !important;
	min-height: 60px !important;
	max-height: 60px !important;
	min-width: 282px !important;
	max-width: 369px !important;
}
@media (min-width: 36em) {
	.tp-caption.tp-shape.tp-shapewrapper.exp-caption-mask {
		min-height: 110px !important;
		max-height: 110px !important;
		min-width: 520px !important;
		max-width: 520px !important;
	}
}


/* - - - - - - - - - - - - - -*/
/*   SECTION #9 - Newsletter  */
/* - - - - - - - - - - - - - -*/

.hp-newsletter-container {
	background-color: var(--bg-sky-blue);
}
.hp-newsletter {
  text-align: center;
  max-width: 340px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.hp-newsletter p{
  font-family:  proxima-nova, arial, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
}

.hp-newsletter-title {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  color: var(--text-color-blueblack);
  margin-top: 20px;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .75px;    
}

@media (min-width: 48em) {  
  .hp-newsletter {
    max-width: 800px;
  }
}


/* act-on footer form */
  .hp-newsletter {
    max-width: 500px;
  }
  .ao-form .ao-row .ao-column.ao-column-3 {
    margin-right:1%;
  }
  .hp-newsletter .ao-form-label{
    display:none!important;
  }

  .ao-input-block.ao-left {
    margin-right:10px;
  }
  .ao-form-submit {
/* 
    margin-top:20px;
 */
    height:40px;
    font-family: proxima-nova, arial, sans-serif;
    font-size:20px;
    font-weight:400;
    width:100%;
  }
  .ao-combo-block.ao-left {
    margin-top:0px;
  }
  .ao-form-error-message {
    font-size:11px;
    text-transform:uppercase;
    color:red;
  }
  .hp-newsletter .ao-combo-label input[type=checkbox] {
    margin: 5px;
  }
  .hp-newsletter .ao-combo-label span {
    font-family: proxima-nova, arial, sans-serif;
    font-size: 14px;
    line-height: 28px;
    color:#a29c88;
  }
  .ao-richtext-block a {
    text-decoration:underline;
  }
  .ao-richtext-block a:hover {
    color:#c5d0e2;
  }
  #block-b1552404148628 {
    margin-right: 13px;
  }

#newsletterModal .ao-required {
    display: none;
}

  @media (min-width: 48em) {  
    #column-c1552400225514 { /* email field */
      width:55%;
    }
    #column-c1552400309762 { /* zip field */
      width:24%;
    }
    #column-c1552400312947 { /* submit button */
      width:19%;
    }
    #block-b1552404148628 {
      margin-right: 0;
    }
    .ao-form-submit {
      margin-top:0;
      height: 37px;
    }
  }





/* - - - - - - - - - - - - -*/
/*           Footer         */
/* - - - - - - - - - - - - -*/

.mastfoot {
  background: var(--brand-bg-color);
  bottom: 0;
  font-size: 16px;
}

.inner-footer {
  max-width: 1200px;
  width: 100%;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mastfoot a{
/* 
  font-size: 16px;
 */
  color: #fff;
}

.mastfoot a:hover{
  color: #fff;
  border-bottom: 1px solid;
}

.footer-menu-row {
  margin-top: 20px;
}

.mastfoot ul {
  list-style-type: none;
  width: 100%;
  font-size: 14px;
}

.mastfoot li {
  display: inline;
  padding-right: 20px;
  white-space: nowrap;
}


.mastfoot .legal{
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}


#instafeed {
  max-width: 320px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
}

.instafeed {
  max-width: 320px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
}

.inst-class {
  position: relative;
  max-width: 80px;
  width: 100%;
  max-height: 80px;
  height: 100%;
  overflow: hidden;
  float: left;
}

.inst-class img {
  max-width: 80px;
}

.inst-class .inst-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

.inst-class:hover .inst-overlay {
  display: block;
  background: rgba(0, 0, 0, .6);
}

.inst-fa-align {
  -webkit-transform: translateY(24px);
  -ms-transform: translateY(24px);
  transform: translateY(24px);
}


@media (min-width: 36em) {
  .instafeed {
    max-width: 640px;
  }
}


@media (min-width: 48em) {
  .masthead {
    position: fixed;
    top: 0;
  }

  #site-wrapper-inner-hp, .site-wrapper-inner {
    vertical-align: middle;
  }

  .masthead, .mastfoot, .cover-container {
    width: 100%;
  }

/* 
  .footer-menu-row {
    margin-top: 0;
  }
 */
  .mastfoot ul {
    padding-top: 0;
    font-size: 12px;
  }

  .mastfoot li {
    display: inline-block;
    width:auto;
  }
}



/* - - - - - - - - - - */
/*     Breadcrumbs     */
/* - - - - - - - - - - */

#breadcrumbs {
  display: none;
}

@media (min-width: 48em) {
  #breadcrumbs {
    display: flex;
    position:relative;
    width: 100%;
    margin-top:120px;
    margin-bottom:10px;
  }
  
  .standard_breadcrumbs {
    height: 15px;
    list-style: none;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    padding-left: 20px;
  }

  .standard_breadcrumbs li{
    display: inline !important;
    color: var(--text-color-blueblack);
  }

  .standard_breadcrumbs a{
    /*color: #c5d0e2;*/
    color: var(--text-color-blueblack);
  }
  .standard_breadcrumbs li.div {
  	color:#999;
  }
}

/* - - - - - - - - - - - - - - -*/
/*     GOOGLE MAPS * COMMON *   */
/* - - - - - - - - - - - - - - -*/

#Address p{
  font-family: proxima-nova, arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  text-align: left;
  margin: 0.6em;
  color: var(--primary-color-cerulean);
}

.map-container {
  width: 100%;
  background: #ffffff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.map-container h4{
  color: #a29c88;
}


/* ---------------------------------------------------------------
------------------------------------------------------------------

          START OF PEROTTI ADDITIONS

------------------------------------------------------------------
--------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --------- Autocomplete styles copied from old styles ---------- */
/* --------------------------------------------------------------- */

html ul.ui-autocomplete {
    text-align: left;
    text-transform: none;
    z-index: 99;
    background: #fff;
    color:var(--text-color-blueblack);
    font-size: 16px;
    overflow-y: auto;
    overflow-x: hidden;
	position:absolute; 
	top: 100%; 
	left: 0;
	margin:60px 0 0;
	border-radius: 4px;
	border: 1px solid #999999;
}

html ul.ui-autocomplete li.ui-autocomplete-category {
    background: var(--bg-sky-blue);
    padding: 4px 10px;
    color: var(--text-color-blueblack);
    font-weight:400;
    margin-bottom:8px;
}

html ul.ui-autocomplete li {
	list-style-type:none;
}
html ul.ui-autocomplete li:hover {
	background-color: var(--bg-gentle-white);
}
html ul.ui-autocomplete li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:var(--primary-color-cerulean);
    font-weight:400;
}

html ul.ui-autocomplete li.ui-autocomplete-category:hover {
    background-color: #dedede;
}
html ul.ui-autocomplete li.spacer {
    display: none;
}

.smartSearch {
    padding: 0 !important;
    z-index: 1000000 !important;
}

.smartSearch .ui-menu {
  width:50%;
}

.smartSearch .ui-autocomplete-category {
    text-align: left;
/* 
    font-size: .8rem !important;
 */
    font-size: 16px;
    line-height:20px;
    overflow: hidden;
    color: #444;
}

.smartSearch .ui-menu-item a {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
/* 
    font-size: .8rem !important;
 */
}

.smartSearch a.ui-state-focus {
    cursor: pointer;
    background: none;
    background-color: #dedede;
    border: 0;
}

.smartSearch a strong {
    color: #646569 !important;
}

.smartSearch .ui-menu-item.spacer {
    /*border-bottom: 1px solid #E2E3E2;*/
    margin: 10px 0 4px 0;
}

#inventory-search,
#search-box-client {
	position:relative;
	width:auto;
	max-width:100%;
	margin:0 auto;
}
#autocomplete_container {
	position:absolute; 
	top: 100%; 
	left: 0;
}


/* end of Autocomplete styles */

/* placeholder colors */
.has_placeholder::-webkit-input-placeholder { color:#999; font-weight:normal; }
.has_placeholder:-moz-placeholder { color:#999; opacity:1; font-weight:normal; }
.has_placeholder::-moz-placeholder { color:#999; opacity:1; font-weight:normal; }
.has_placeholder:-ms-input-placeholder { color:#999; font-weight:normal; }
.has_placeholder.error::-webkit-input-placeholder { color:red; font-weight:normal; }
.has_placeholder.error:-moz-placeholder { color:red; opacity:1; font-weight:normal; }
.has_placeholder.error::-moz-placeholder { color:red; opacity:1; font-weight:normal; }
.has_placeholder.error:-ms-input-placeholder { color:red; font-weight:normal; }


/* Signup Box Styles */
.hp-newsletter .checkbox_text {color: #d1dbe5}
.hp-newsletter .error .checkbox_text {color: red}
.hp-newsletter .subscribe_response i {color: white}

.select-dates-div { padding-top: 15px; }
.select-dates-div a { color: var(--primary-color-cerulean); }




/* ---------------------------------------------------------------
------------------------------------------------------------------

          START OF GREEN ADDITIONS

------------------------------------------------------------------
--------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --------- Homepage Horizontal Ad Unit                ---------- */
/* --------------------------------------------------------------- */


.horizontal-ad-col {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 270px;
  max-height: 270px;
  overflow:hidden;
}

.horizontal-ad-col h4 {
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
}

.horizontal-ad-col p {
  position: relative;
  line-height: 28px;
  overflow: hidden;
  max-height: 270px;
}


.horizontal-ad-margins {
  margin-bottom: 0;
}

.site-wrapper-horizontal-ad {
  display: table;
  width: 100%;
  vertical-align: top;
}

@media (min-width: 48em) {
  .horizontal-ad-col {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-height:225px;
    max-height:225px;
	}
	.site-wrapper-horizontal-ad {
	  vertical-align: middle;
	}

}




/* -------- [START] New search form classes ------------ */

.search-form-wrapper {
	width:100%;
}
.search-form-wrapper .destination-input-wrapper,
.search-form-wrapper .submit-input-wrapper  {
	display:inline-block;
	width:100%;
	margin-right:0px;
	border-right: none;
	flex: 0 0 100%;
}
.search-form-wrapper .dates-input-wrapper,
.search-form-wrapper .guests-input-wrapper {
	display:inline-block;
	width:50%;
	max-width:50%
	margin-right:0;
	border-right: none;
	flex: 0 0 50%;
}
.search-container {
	margin-left: 0;
	padding-left: 0;
}
.search-input-container {
	background:#ffffff;
	padding:6px 6px 0 6px;
	min-height: 40px;
	margin:6px 2px;
}
.search-input-container.destination-input {
	width:100%;
	padding-left:0px;
}
.search-input-container.search {
	background-color:var(--primary-color-cerulean);
	border:2px solid var(--cta-border-white);
	text-align:center;
	font-size:17px;
	line-height:1.5;
	font-weight:normal;
	border-radius:50px;
	padding:10px;
}
.search-input-container.search:hover {
	background-color:var(--cta-border-white);
	color:var(--primary-color-cerulean);
	border:2px solid var(--primary-color-cerulean);
}
#search_keyword {
	font-weight:bold;
	margin-bottom:0;
	padding-left:0;
}
.search-form-input {
	font-size: 17px;
	line-height: 24px;
	padding:5px;
	outline:0;
	border:none;
}
.search-form-wrapper .dates-input-wrapper .search-input-container .input-label span {
	padding:0 6px;
}
@media (min-width: 992px) {
	.search-form-wrapper .destination-input-wrapper {
		width:424px;
		margin-right:24px;
		border-right: 1px solid var(--cta-border-silver);
		flex:none;
	}
	.search-form-wrapper .dates-input-wrapper {
		width:190px;
		max-width:190px;
		margin-right:24px;
		border-right: 1px solid var(--cta-border-silver);
		flex:none;
	}
	.search-form-wrapper .guests-input-wrapper {
		width:160px;
		margin-right:24px;
		flex:none;
	}
	.search-form-wrapper .submit-input-wrapper {
		display:inline-block;
		width:120px;
		padding-top:4px;
		flex:none;
	}
	.search-input-container.destination-input {
		padding-left:20px;
	}
	.search-input-container {
		margin:0;
	}
}


.input-date, .input-guests {
	font-size: 17px;
	line-height: 24px;
}
.input-guests {
	text-align:left;
}
.guests-controls {
	font-size: 10px;
	line-height: 10px;
	color: #999999;
}
.search-options-link a {
	vertical-align: text-bottom;
	font-size:12px;
	line-height:12px;
	word-wrap: normal;
	color:var(--primary-color-cerulean);
	position:absolute;
	bottom:0;
}

.search-options-link a:hover {
	text-decoration:underline;
}

#guest_details_input {
	min-width:320px;
	top: calc(100% + 6px);
	left:unset;
}
.room-guests-wrapper {
	padding-bottom:16px;
	margin-top:18px;
}
.room-guests-wrapper .input-label {
	color: #444444;
}
#room_guests_wrapper_1 {
	margin-top:0;
}
#room_guests_wrapper_3 {
	padding-bottom:0;
}
#children, #adults {
	background:#ffffff;
	border:1px solid #999999;
	padding:6px;
	border-radius: 5px;
	min-height: 40px;
	margin:2px;
	font-size: 17px;
	line-height: 24px;
}
.lh1 {
	line-height:1;
}
.pushdown {
	padding-top:6px;
}
.row-border-bottom {
	border-bottom: 1px solid #999999;
	margin: 12px 16px;
}

.room-dropdown-header {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}

a.room-add-link {
	display:block;
	padding-top:12px;
	color:var(--primary-color-cerulean);
}
a.room-add-link:hover {
	text-decoration:underline;
}
.close-rooms.btn {
	background-color:var(--primary-color-cerulean);
	color:#fff;
}
.close-rooms.btn:hover {
	background-color:#fff;
	color:var(--primary-color-cerulean);
}
.add-subtract-circle {
	background-color:transparent;
	color:#000;
	border: 1px solid #999;
	border-radius: 50%;
	padding:0px;
	width:32px;
	height:32px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.add-subtract-circle:hover {
	color:var(--primary-color-cerulean);
	border: 1px solid var(--primary-color-cerulean);
}
.add-subtract-circle.disabled {
	opacity:0.3;
	cursor:not-allowed;
}
.add-subtract-circle.disabled:hover {
	color:#000;
	border: 1px solid #999;
}
.people-number {
	display:inline-block;
	text-align:center;
	width:30px;
	position:relative;
	top:1px;
}
.people-number.error {
	color:red;
	border: 1px solid red;
}

.search-select-container {
	position:relative;
	float:left;
	margin-left:12px;
	margin-top:12px;
	width:140px;
	display:none;
}

.search-select-container .child-age-select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	border: 1px solid var(--primary-color-cerulean);
	border-radius: 0.5rem;
	color: #242C33;
	font-size: 1rem;
	font-weight: 400;
	inline-size: 100%;
	line-height: 1.25rem;
	height:48px;
	padding-top:0px;
	padding-bottom:0;
	padding-left:12px;
	padding-right:0;
}
.search-select-container.error .child-age-select {
	border: 1px solid red;
	color: red;
}
.search-select-container.selected .child-age-select {
	padding-top:16px;
}

.search-select-container .select-float-label {
	font-size: 0.75rem;
	font-weight: 400;
	inset-block-start: calc(50% - 1.25rem);
	line-height: 1rem;
	color: #505C66;
	margin: 0 0.75rem;
	max-inline-size: calc(100% - 2 * 0.75rem - 1.125rem);
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	text-overflow: ellipsis;
	inline-size: calc(100% - 0.75rem - 0.75rem + 0.75rem + 1.125rem);
	transform-origin: left top;
	transition: all 0.1s ease-in-out;
	white-space: nowrap;
	display:none;
}
.search-select-container.selected .select-float-label {
	display:block;
}

.search-select-container .select-icon {
	fill: #505C66;
	inline-size: 1.125rem;
	inset-block-start: 50%;
	inset-inline-end: 0;
	margin: 0 0.75rem 0 0.75rem;
	pointer-events: none;
	position: absolute;
	transform: translateY(-50%);
	block-size: 1.125rem;
	min-inline-size: 1.125rem;
	align-items: center;
	box-sizing: content-box;
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
}

/* -------- [END] New search form classes ------------ */


/* start other new classes */
.supercenter {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.hide-homepage {
	display:none;
}

.scroll-to-target {
	cursor:pointer;
}
.scroll-to-target:hover {
	text-decoration:underline;
}
.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:60px;
	height:60px;
	color: var(--primary-color-cerulean);
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background-color: var(--bg-sky-blue);
	border-radius:50%;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background-color: var(--primary-color-cerulean);
}

.scroll-to-top .fa{
	line-height:60px;
}

.ll-rating {
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
}

.ll-rating span {
	margin: 0 8px;
	flex: 0 0 30px;
	background-color: var(--primary-color-cerulean);
	width: 35px;
	height: 18px;
	border-radius: 18px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
}

.dropdown-menu {
	border-radius: 4px;
	border: 1px solid #999;
	color: var(--text-color-blueblack);
}


/* ========= start daterangepicker ================================ */

.trigger_search_check_in {
	curser:pointer;
}

.daterangepicker {
  position: absolute;
  color: var(--text-color-blueblack);
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #999;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 1001;
  display: none;
  font-family: proxima-nova, arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, 
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #999;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after{
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #999;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: var(--text-color-blueblack);
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: #000;
}

.daterangepicker td.week, .daterangepicker th.week {
  color: var(--text-color-blueblack);
  font-size: 80%;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.off:hover, .daterangepicker td.off.in-range:hover, .daterangepicker td.off.start-date:hover, .daterangepicker td.off.end-date:hover {
  background-color: #fff;
  border-color: transparent;
  color: #fff;
  cursor:not-allowed;
}
.daterangepicker td.in-range {
  background-color: var(--bg-sky-blue);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--primary-color-cerulean);
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  padding-bottom:7px;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker td.disabled:hover, .daterangepicker option.disabled:hover {
  color: #999;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: none;
  font-size: 14px;
  padding-right: 8px;
}
@media (min-width: 24em) {
	.daterangepicker .drp-selected {
	  display: inline-block;
	}
}

.daterangepicker .drp-buttons .btn {
	background-color: var(--primary-color-cerulean);
	font-weight: normal;
	text-shadow: none;
	border: 2px solid var(--primary-color-cerulean);
	width: 90px;
	padding: 5px;
	color: #fff;
	margin-left:6px;
}

.daterangepicker .drp-buttons .btn:hover {
	background-color: #ffffff;
	color: var(--primary-color-cerulean);
}

.daterangepicker .drp-buttons .cancelBtn {
	background-color:#fff;
	border:2px solid #fff;
	color: var(--text-color-rich-red);
}
.daterangepicker .drp-buttons .cancelBtn:hover {
	color: var(--text-color-rich-red);
	text-decoration:underline;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

.daterange-instructions {
	text-align:center;
	padding-top: 12px;
	color: var(--primary-color-cerulean);
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* ================= eo daterangepicker ============================ */
 


/* ================= tooltip ============================ */
.ll-tooltip {
    display:inline-block;
    position:relative;
}

.ll-tooltip .top,
.ll-tooltip .bottom  {
    min-width:280px; 
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px;
    color:var(--text-color-blueblack);
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
    text-transform:none;
    text-align:left;
}
.ll-tooltip .bottom {
	top:unset;
	bottom: -20px;
	 transform:translate(-50%, 100%);
}
.ll-tooltip .top.alert,
.ll-tooltip .bottom.alert,
.ll-tooltip .top.info,
.ll-tooltip .bottom.info {
	background-color: #CC0000;
	color: #ffffff;
	font-weight:600;
}
.ll-tooltip .top.info,
.ll-tooltip .bottom.info {
	background-color: var(--primary-color-cerulean);
}
.ll-tooltip:hover .top:not(.tt-static),
.ll-tooltip:hover .bottom:not(.tt-static),
.applyBtn:disabled:hover .top:not(.tt-static),
.applyBtn:disabled:hover .bottom:not(.tt-static) {
    display:block;
}
button[disabled=disabled]:hover .dates_tip, 
button:disabled:hover .dates_tip {
	display:block;
}
.ll-tooltip .top i,
.ll-tooltip .bottom i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}
.ll-tooltip .bottom i {
	top:unset;
	bottom:100%;
}
.ll-tooltip .top i::after,
.ll-tooltip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.ll-tooltip .bottom i::after {
    transform:translate(-50%,50%) rotate(-45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.ll-tooltip .top.alert i::after,
.ll-tooltip .bottom.alert i::after {
	background-color: #CC0000;
}
.ll-tooltip .top.info i::after,
.ll-tooltip .bottom.info i::after {
	background-color: var(--primary-color-cerulean);
}




/* ================= used on both inventory and client ==== */
.promo-freenight-wrapper,
.fees-and-tax {
	display:none;
}

@media only screen and (min-width: 768px) {
	.promo-freenight-wrapper {
		display:block;
		width:100%;
		min-height:28px;
		position:relative;
	}
}

.promo-freenight {
	padding: 5px 16px;
	background-color: var(--primary-color-coral);
	width: auto;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-align:center;
	cursor:pointer;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin:0;
}
.promo-freenight.promo-freenight-desktop {
	display:none;
	float:right;
	position:relative;
}
.promo-freenight.promo-freenight-mobile {
	display:block;
	position:absolute;
	top:0;
	right:20px;
	float:none;
}
@media only screen and (min-width: 768px) {
	.promo-freenight.promo-freenight-desktop {
		display:block;
	}
	.promo-freenight.promo-freenight-mobile {
		display:none;
	}
}

.promo-freenight.ll-tooltip .fa-info-circle {
	font-size: 12px;
	color: silver;
}

.pricing-info-wrapper {
	position:relative;
}
.search-price {
	padding-bottom: 18px;
}
.search-price .price-per-night {
	font-size: 1.7em;
	font-weight: 600;
	color: #000000;
	float:left;
	text-align:left;
	padding-top:8px;
}
@media only screen and (min-width: 768px) { 
	.search-price .price-per-night {
		text-align:right;
		float:none;
	}
}
@media only screen and (min-width: 992px) { 
	.search-price .price-per-night {
		float:left;
		text-align:left;
	}
}
.search-price span.dollarsign,
span.dollarsign.feeamt {
	font-size: 0.7em;
	font-weight: 400;
}

.search-price span.usd {
	font-size: 0.6em;
	font-weight: 400;
}
.search-price .pricelabel,
.search-price .lowest-rate-display-div {
	font-size: 12px;
	color: #000;
	padding-bottom: 3px;
	float:none;
	min-height:24px;
	position:absolute;
	top:56px;
	right:22px;
}
.search-price .lowest-rate-display-div.book-from {
	top:64px;
	right:0;
	width:100%;
	text-align:center;
}
@media only screen and (min-width: 768px) { 
	.search-price .pricelabel {
		display:none;
	}
}
@media only screen and (min-width: 992px) { 
	.search-price .pricelabel {
		display:block;
	}
}
@media only screen and (min-width: 768px) { 
	.search-price {
		padding-bottom: 0;
		min-height:109px;
	}
	.search-price .lowest-rate-display-div.book-from {
		right:16px;
		text-align:right;
	}
}
.search-price .pricelabel a,
.search-price .lowest-rate-display-div a {
	color:var(--primary-color-coral);
}
.search-price .total-with-tax {
	font-size:14px;
	font-weight:400;
	line-height:16px;
}
.search-price .total-with-tax.meta-total-price {
	display:none;
}
.search-box-url .green {
	color: var(--primary-color-green);
}

.search-box-url .red {
	color: var(--primary-color-coral);
	text-align:left;
	margin-left:20px;
}
@media (min-width: 48em) {
	.search-box-url .red {
		text-align:center;
		margin-left:0px;
	}
}
.search-box-url a.btn-choose-room {
	background-color: var(--primary-color-green);
	border: 2px solid var(--primary-color-green);
	margin: 8px 5px 16px 5px; 
	float:right;
	font-size:16px;
	padding:6px 12px;
	color:#ffffff;
}
@media only screen and (min-width: 768px) {
	.search-box-url a.btn-choose-room {
		margin-top:18px;
	}
}
@media only screen and (min-width: 992px) {
	.search-box-url a.btn-choose-room {
		margin-top:8px;
	}
}

.search-box-url a.btn-choose-room:hover, a.btn-choose-room:focus {
	background-color: #ffffff;
	color: var(--primary-color-green);
}
.search-asterisk {
  vertical-align: super;
  font-size: 0.5em;
  line-height: normal;
  padding-left:4px;
  font-weight:normal;
}

.btn-search-font {
	font-size: 12px;
}

.search-upgrade {
	padding: 6px 6px 12px 6px;
  	margin: 0;
  	background-color:var(--bg-whisper-green);
  	width:100%;
  	border: 1px solid var(--bg-whisper-green);
  	clear:both;
  	border-top-left-radius:6px;
  	border-top-right-radius:6px;
  	border-bottom-left-radius:20px;
  	border-bottom-right-radius:20px;
}

@media only screen and (min-width: 768px) {
	.search-upgrade {
		display:none;
	}
}
@media only screen and (min-width: 992px) {
	.search-upgrade {
		border-bottom-left-radius:6px;
		border-bottom-right-radius:6px;
		display:block;
	}
}

a.upgrade-text-toggle {
	color:inherit;
	cursor:pointer;
}
.search-upgrade .upgrade {
	font-size: 13px;
	line-height: 16px;
	color: var(--text-color-blueblack);
	margin-top:0px;
	padding-top: 0px;
	font-weight:normal;
	text-align:left;
}

.search-upgrade .upgrade h3 {
	font-size: 13px;
	padding:4px 0;
	margin:0;
	font-weight:600;
	width:100%;
}
.search-upgrade .upgrade h3.perks-included {
	color: #fff;
	padding:4px 4px 4px 10px;
	margin:-6px 0 0 -6px;
	width: calc(100% + 12px);
	text-transform: uppercase;
	background-color:var(--bg-muted-green);
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.search-upgrade .upgrade ul {
	margin: 0px;
	padding:0 0 0 0px;
	list-style-type:none;
	display:grid;
	grid-template-rows:auto;
}

.search-upgrade .upgrade ul li {
	margin: 0;
	padding:6px 0 0 0;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	white-space: nowrap;
}

.search-upgrade .search-box-perks {
	font-size: 12px;
	font-weight: normal;
	text-align:right;
	padding-bottom:2px;
	border-bottom: 1px dotted #999999;
	color:var(--primary-color-cerulean);
	display:block;
	float:right;
}



/* ================= whitelabel ============================ */

.show-whitelabel {
	display:none;
}


/* ================== pagination add-on to bootstrap classes == */
.page-link.disabled {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color:#dee2e6
}

/* ================== tweak the default modal buttons == */
.btn-primary.modal-inner-button {
	background-color: var(--primary-color-cerulean);
	border-color: var(--primary-color-cerulean);
}
.btn-primary.modal-inner-button:hover,
.btn-primary.modal-inner-button:active {
	background-color:var(--cta-border-white);
	color: var(--primary-color-cerulean);
	border:2px solid var(--primary-color-cerulean);
}
.btn-primary.modal-inner-button:hover a,
.btn-primary.modal-inner-button:active a,
.btn-primary.modal-inner-button a:hover,
.btn-primary.modal-inner-button a:active {
	color: var(--primary-color-cerulean);
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color:unset;
}

/* ================== custom tabs on filters modal and hotel reviews == */
.as-tabs ul {
	padding: 0;
	margin-left: 1%;
	width: 98%;
	text-align: left;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}

.as-tabs ul li {
	display: inline;
	border: 1px #dedede solid;
	padding: 4px 10px;
}
.as-tabs ul li.ui-state-active {border-color: #212121}

.as-tabs ul li a { color: #ccc; }
.as-tabs ul li a:hover { color: #212121; }
.as-tabs ul li.ui-state-active a { color:var(--primary-color-cerulean); } /* was #5993c1 */

@media only screen and (max-width: 768px) {
	.as-tabs ul li {
		display: block;
		text-align: center;
		margin-bottom:8px;
	}
}

/* search form changes spring 2026 */
.fixed-search-bar-inner {
    display: none;
    position: fixed;
    top:43px;
    z-index: 10;
    background-color:#ffffff;
	border: 1px solid #e5e7eb;
	border-radius:20px;
	box-shadow: 0 3px 5px 0 rgba(95, 95, 101, 0.28);
    padding:16px 10px 10px 10px;
    margin: 0 6px;
    width: calc(100% - 12px);
}
.fixed-search-bar-inner .search-form-close {
	position:absolute;
	top:16px;
	right:16px;
	color: var(--text-color-blueblack);
	text-decoration:none;
	font-weight:400;
	font-size:20px;
	z-index:20;
}

@media only screen and (min-width: 992px) {
	.fixed-search-bar-inner {
	    display: flex;
	    top:48px;
		padding:16px 0 10px 0;
		margin:0;
		width: 100%;
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom: 0 solid #e5e7eb;
		border-radius:0px;
	}
	.fixed-search-bar-inner .search-form-close {
		display:none;
	}
}



.search-placeholder-wrapper {
    display: flex;
    position: fixed;
    top:43px;
    z-index: 10;
    background-color:#ffffff;
	border-bottom: 0 solid #e5e7eb;
	box-shadow: 0 3px 5px 0 rgba(95, 95, 101, 0.28);
    padding:10px 10px 10px 26px;
    margin: 0;
    width: 100%;
    cursor:pointer;
}
.search-placeholder-wrapper .search-placeholder-search-icon {
	width:42px;
	height:42px;
	text-align:left;
	float:left;
	padding-top:8px;
}
.search-placeholder-wrapper .search-placeholder-search-icon .magnifying-glass {
  width: 30px;
  height: auto;
  fill: var(--primary-color-cerulean);
  stroke: transparent;
  stroke-width: 1px;
}
.search-placeholder-wrapper .search-placeholder-rightrow {
	width:calc(100% - 42px);
	float:left;
	position:relative;
}
.search-placeholder-wrapper .search-placeholder-destination {
	color: var(--text-color-blueblack);
	font-weight:700;
	font-size:16px;
	line-height:22px;
	text-align:left;
}
.search-placeholder-wrapper .search-placeholder-dates-and-guests {
	color: var(--text-color-blueblack);
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-align:left;
}
.search-placeholder-wrapper .search-placeholder-dates-and-guests .dates-guests-separator {
	display:inline;
	padding:0 6px;
	color: var(--primary-color-cerulean);
}
@media only screen and (min-width: 992px) {
	.search-placeholder-wrapper {
		display:none;
	}
}

i.fa-outline {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color-cerulean);
}

.desktop-left-mobile-center {
	text-align:center;
}
@media only screen and (min-width: 768px) {
	.desktop-left-mobile-center {
		text-align:left;
	}
}