/* base colors */
.head-footer-blue {background-color:#292e46;}
.navy-blue { background-color:#222f5b; }
.light-blue{ background-color:#efefef; }  /* before #c5d0e2, #dedede; */
.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: #222222; }
.dark-text-color {color: #292e46; }
.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-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;
  }
}

/* - - - - - - - - - - - */
/*  Header - Navigation  */
/* - - - - - - - - - - - */
.navbar {
  position: fixed;
}

.d-inline .navbar {
  position: relative;
}
.navbar-toggler {
padding-bottom: 4px;
}


.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:#292e46;
  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) {
  .nav-masthead {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .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;
  vertical-align: middle;
  background:  no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: 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: #333;
  height: 170px;
}

#hotel-selection, #search_keyword {
  background: transparent;
  width: 100%;
  text-align:left;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size:24px;
  font-weight: 300;
  line-height: 36px;
  outline:none;
  border: 0;
}

#hotel-selection {
  color: #fff;
  border-bottom: 1px solid #fff;
}
  
#hotel-selection::placeholder {
  color: #fff;
}

#search_keyword {
  color: #292e46;
  border-bottom: 1px solid #000;
}

#search_keyword:placeholder {
  color: #292e46;
  font-weight:normal;
}

.input-label {
  text-align: left;
  font-size: 11px;
  color: #292e46;
  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;
  padding-top: 5px;
 }

.input-date {
	width:calc(100% - 25px);
}
.search-input-date {
/* 
  min-width: 100px;
 */
  width: 100%;
}

.calendar-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;
}
.input-guests {
/* 
  width: 34px;
 */
  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: 0px;
  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, #search_keyword {
    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:240px; /* was 90% width and margin 16px auto */
	background-color: #f1faff;
	padding:14px;
	border-radius: 5px;
	border: 1px solid #999;
	text-align:center;
	color:#292e46;
	margin:66px auto 12px auto;
}
/* 
@media (min-width: 36em) {
	.cover-promo-message {
		width:55%;
  	}
}
 */
.cover-promo-message a {
	color:#292e46;
	text-decoration:none;
}
.cover-promo-message a:hover {
	color:#007bff;
	text-decoration:underline;
}

/* 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: #292e46;
}

.modal-email-input:placeholder {
  color: #292e46;
}
 .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: #292e46;
  text-align: left;
  padding: 10px;
}

.carousel-details a {
  color: #292e46;
}

.carousel-details a:hover {
  color: #292e46;
}

.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 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  width: 200px;
  font-weight: bold;
  border: 2px solid  #222f5b;
  color: #333;
  text-shadow: none;
}

.btn-hp-small:hover,
.btn-hp-small:focus {
  color: #fff;
  background-color: #222f5b;
  outline: none !important;
  box-shadow: none !important;
}


.btn-hp-small-white {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  width: 200px;
  font-weight: bold;
  border: 2px solid  #fff;
  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: #292e46;
}

.site-wrapper-content-title .hp-textlink .fa {
	padding-left:4px;
	font-size: 14px;
}

@media (min-width: 36em) {
  .site-wrapper-content-title {
/* 
    padding-left: 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: #292e46; 
	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: #990000;
	font-family: proxima-nova, sans-serif;
}
.blurb-with-deal p {
	font-size: 12px !important;
	line-height: 13px !important;
	color: #292e46;
	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;
}


/* 
.cover-image {
  height: auto;
  padding: 10px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hp-destination-heading {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  text-shadow: 1px 2px 3px #000;
}

.hp-p-destination {
  position: relative; 
  font-family: proxima-nova, arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-left: 30px;
  margin-right: 20px;
  overflow: hidden;
  max-height: 112px; 
}

.row-hide-destination {
  visibility: visible;
  display: none;
}

.destination-container {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0;
  min-height: 300px;
}

@media (min-width: 48em) {
  .cover-image {
    min-height: 300px;
    margin-bottom: 0;
  }

  .row-hide-destination {
    visibility: show;
    display: flex;
  }

  .destination-container {
    max-width: 400px;
  }

  .destination-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 300px;
    width: 100%;
  }

  .destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222f5b;
    opacity:0.8;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }

  .destination-container:hover .destination-overlay {
    height: 50%;
  }

  .destination-text {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .destination-details {
    color: #ffffff;
    text-align: center;
    min-height: 210px;
  }
  
  .destination-details a {
    color: #ffffff;
  }

  .destination-details a:hover {
    color: #ffffff;
  }

  .destination-title {
    line-height: 30px;
    padding: 70px 0;
  }
}

@media (min-width: 75em) {
  .destination-container {
    max-width: 600px;
  }
  
  .hp-p-destination {
    max-height: 112px;    
  }
}
 */

/* - - - - - - - - - - */
/*      SECTION #4     */
/* - - - - - - - - - - */

.site-wrapper-fourboxes{
  display: table;
  width: 100%;
}


@media (min-width: 36em) {

  .fourboxes-wrapper-vertical-box-text {
    padding: 0;
    background: #000;
    color: #292e46;
    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: #292e46;
    text-align: center;
  }

  .fourboxes-text p{
    color: #292e46;
    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: #222f5b;
  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: #292e46;
  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: #292e46;
}

.blog-div p {
  position: relative;
  line-height: 28px;
/* 
  overflow: hidden;
  max-height: 86px;
 */
}

/* 
.btn-blog {
  color: #292e46;
  padding: 5px 0;
  font-weight: 100;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #292e46;
}

.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: #292e46;
}

.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:#292e46;
  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: #292e46;
    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:#a29c88;
}
.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: #fff;
  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: #292e46;
  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: absolute;
    top:52px;
    width: 100%;
    z-index: 10;
  }
  
  .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: #292e46;
  }

  .standard_breadcrumbs a{
    /*color: #c5d0e2;*/
    color: #292e46;
  }
  .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: #222f5b;
}

.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:#444444;
    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 #999;
}

html ul.ui-autocomplete li.ui-autocomplete-category {
    background: #dedede;
    padding: 2px 10px;
    color: #444444;
    font-weight:600;
}

html ul.ui-autocomplete li {
	list-style-type:none;
}
html ul.ui-autocomplete li:hover {
	background-color: #f8f9fa;
}
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:#007bff;
    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;
	max-width:1000px;
	margin:0 auto 12px 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: #007bff; }




/* ---------------------------------------------------------------
------------------------------------------------------------------

          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, overwriting homepage_new.css ------------ */

.search-container {
	margin-left: 0;
	padding-left: 0;
}
.search-input-container {
	background:#ffffff;
	border:1px solid #999999;
	padding:6px;
	border-radius: 5px;
	min-height: 60px;
	margin:6px 2px;
}
.search-input-container.search {
	background-color:#222f5b;
	border:2px solid #ffffff;
	text-align:center;
	font-size:17px;
	line-height:43px;
	font-weight:bold;
}
.search-input-container.search:hover {
	background-color:#ffffff;
	color:#222f5b;
	border:2px solid #222f5b;
}
#search_keyword {
	font-size: 17px;
	line-height: 24px;
	border-bottom:none;
	font-weight:bold;
	margin-bottom:0;
}

.input-date, .input-guests {
	font-size: 17px;
	line-height: 24px;
	padding-top:0;
}
.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:#222f5b;
	position:absolute;
	bottom:0;
}

.search-options-link a:hover {
	text-decoration:underline;
}
@media (min-width: 48em) {
.search-input-container {
	margin:0;
}
}


#guest_details_input {
	min-width:320px;
}
.room-guests-wrapper {
	padding-bottom:16px;
	margin-top:18px;
}
#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;
}
.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:#007bff;
}
a.room-add-link:hover {
	text-decoration:underline;
}
.close-rooms.btn {
	background-color:#007bff;
	color:#fff;
}
.close-rooms.btn:hover {
	background-color:#ccc;
	color:#666;
}
.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:#007bff;
	border: 1px solid #007bff;
}
.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 #007bff;
	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;
	paadding-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:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#a29c88;
	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:#696969;
}

.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: #428500;
	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: #444444;
}



/* ========= add these to the font-awesome list (why do we have to do this???) ================ */
/* 
.fa-map-marker-alt:before {content: "\f3c5"; }
.fa-umbrella-beach:before {content: "\f5ca"; }
.fa-leaf:before {content: "\f06c"; }
.fa-skiing-nordic:before {content: "\f7ca"; }
.fa-dumbbell:before {content: "\f44b"; }
.fa-parking:before {content: "\f540"; }
.fa-spa:before {content: "\f5bb"; }
.fa-golf-ball:before {content: "\f450"; }
.fa-swimming-pool:before {content: "\f5c5"; }
.fa-dog:before {content: "\f6d3"; }
.fa-wifi:before {content: "\f1eb"; }
.fa-utensils:before {content: "\f2e7"; }
.fa-t-shirt:before {content: "\f553"; }
.fa-gift:before {content: "\f06b"; }
.fa-check:before {content: "\f00c"; }
.fa-check-circle:before {content: "\f058"; }
.fa-wheelchair:before {content: "\f193"; }
.fa-info-circle:before {content: "\f05a"; }
.fa-angles-right:before {content: "\f101"; }
.fa-circle-play:before {content: "\f144"; }
.fa-times:before {content: "\f00d"; }
.fa-minus:before {content: "\f068"; }
.fa-plus:before {content: "\2b"; }
.fa-spinner:before {content: "\f110"; } 
.fa-bed:before {content: "\f236"; }
.fa-user-friends:before {content: "\f500"; }
.fa-users-people:before {content: "\f0c0"; }
.fa-bath:before {content: "\f2cd"; }
.fa-sticky-note-o:before{content:"\f24a"}
 */

/* ========= eo add these to the font-awesome list ================ */


/* ========= start daterangepicker ================================ */

.trigger_search_check_in {
	curser:pointer;
}

.daterangepicker {
  position: absolute;
  color: #444444;
  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: #444444;
  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: #444444;
  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: #ebf4f8;
  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: #007bff;
  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: #222f5b;
	font-weight: normal;
	text-shadow: none;
	border: 2px solid #222f5b;
	width: 90px;
	padding: 5px;
	color: #fff;
	margin-left:6px;
}

.daterangepicker .drp-buttons .btn:hover {
	background-color: #ffffff;
	color: #222f5b;
}

.daterangepicker .drp-buttons .cancelBtn {
	background-color:#fff;
	border:2px solid #fff;
	color: #990000;
}
.daterangepicker .drp-buttons .cancelBtn:hover {
	color: #990000;
	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: #007bff;
}

@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:#333333;
    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: #007bff;
}
.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: #007bff;
}


/* ================= 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
}


