/* Offers Pages Specific Styles */

/* line 28, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions {
  /*margin-top: 112px;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  /*min-height: 568px;*/
  padding-bottom: 40px;
}
/* line 36, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #map {
  z-index: -1;
  float: left;
  /* START -- NAN CHANGED WIDTH AND REMOVED MIN/MAX HEIGHT */
  width: 100%;
  position: absolute;
  display: block !important;
  /* END -- NAN CHANGED WIDTH AND REMOVED MIN/MAX HEIGHT */
  margin-top: 0;
}
/* line 46, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #map.active {
  z-index: 100;
}
/* line 48, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #map .offers-and-promotions-map {
  margin-top: 0 !important;
  width: 100%;
}
/* line 54, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions .new-search-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9100;
}
/* line 61, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #intro-title, #offers-and-promotions h1, #offers-and-promotions h2, #offers-and-promotions h3, #offers-and-promotions h4, #offers-and-promotions p.intro.upcoming-new-hotels {
  /* START/END -- NAN REMOVED FONT COLOR STYLE */
  font-weight: 100;
}
/* line 59, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #intro-title {
  background: rgba(0, 3, 9, 0.95);
  padding: 15px 20px;
  display: absolute;
  z-index: 500;
}
/* line 65, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #intro-title h2 {
  margin: 0;
}
/* line 69, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #dividing-text {
  text-align: center;
  position: absolute;
  line-height: 2.5em;
  width: 2.5em;
  height: 2.5em;
  top: 50%;
  right: -1.25em;
}
/* line 79, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #dividing-text {
  color: #034ea0;
  border: 1px solid black;
  background: white;
  border-radius: 50%;
}
/* line 87, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing,
#offers-and-promotions #interests-landing {
  width: 50%;
  float: left;
  height: 100%;
  z-index: 300;
}
/* line 93, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing input,
#offers-and-promotions #interests-landing input {
  margin: 0 5%;
  width: 90%;
}
/* line 95, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing button.continue,
#offers-and-promotions #interests-landing button.continue {
  position: absolute;
  background-color: #505050;
  opacity: 1;
  padding: 10px 36px;
  transition: 333ms ease-out all;
}
/* line 102, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing button.continue[disabled],
#offers-and-promotions #interests-landing button.continue[disabled] {
  opacity: .3;
  border: none;
}
/* line 106, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing {
  position: relative;
  background-color: rgba(0, 3, 9, 0.8);
}
/* line 110, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing .destination {
  position: relative;
}
/* line 113, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing .destination .search-icon-offers, #offers-and-promotions #destinations-landing .destination .clear-icon-offers {
  position: absolute;
  left: 1%;
  top: 0%;
  margin-left: 5%;
}
/* line 119, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing .destination input {
  display: block;
  padding: 15px 10px;
  background-color: rgba(0, 3, 9, 0.2);
  color: white;
  border: 1px solid white;
  transition: 333ms ease-out background-color;
}
/* line 127, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing .destination input:active, #offers-and-promotions #destinations-landing .destination input:focus {
  background-color: rgba(0, 3, 9, 0.7);
}
/* line 131, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing .destination input::-webkit-input-placeholder {
  color: white;
}
/* line 132, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing .destination input::-moz-input-placeholder {
  color: white;
}
/* line 133, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing .destination input::-ms-input-placeholder {
  color: white;
}
/* line 135, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing .destination .searchResultList {
  width: 90%;
  margin-left: 5%;
  top: 60px;
  text-align: left;
}
/* line 141, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing .destination .searchResultList ul a {
  padding: 10px 0px 7px 44px;
}
/* line 147, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing img.map-placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  float: left;
  z-index: -1;
  opacity: 0.8;
}
/* line 155, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #destinations-landing button.continue {
  bottom: 10%;
  left: 42%;
}
/* line 162, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #interests-landing {
  background: url("../images/photos/accordion-7.jpg") no-repeat center center;
  background-size: cover;
  width: 50%;
  height: 100%;
}
/* line 168, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
#offers-and-promotions #interests-landing button.continue {
  bottom: 15%;
  right: 17.5%;
}

/* line 184, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.desktop #offers-and-promotions .offers-and-promotions-map-wrapper {
  max-height: 650px;
}
/* line 189, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.desktop #offers-and-promotions #destinations-landing, .desktop #offers-and-promotions #interests-landing {
  min-height: 600px;
  max-height: 650px;
  padding: 6em 1.5em;
}
/* line 195, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.desktop #offers-and-promotions #dividing-text {
  top: 50%;
}
/* line 198, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.desktop #offers-and-promotions #destinations-landing h1, .desktop #offers-and-promotions #destinations-landing h2 {
  margin-bottom: 4.2em;
}
/* line 200, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.desktop #offers-and-promotions #destinations-landing input {
  padding-left: 7.5%;
}
/* line 201, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.desktop #offers-and-promotions #destinations-landing .search-icon-offers {
  left: 2%;
  top: 30%;
}
/* line 202, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.desktop #offers-and-promotions #destinations-landing .clear-icon-offers {
  left: 2%;
  top: 35%;
}
/* line 206, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.desktop #offers-and-promotions #interests-landing h1, .desktop #offers-and-promotions #interests-landing h2 {
  margin-bottom: 1.5em;
}

/* line 220, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions .offers-and-promotions-map-wrapper {
  max-height: 650px;
}
/* line 224, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions #intro-title h2 {
  font-size: 1.25em;
}
/* line 226, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions #destinations-landing, .tablet #offers-and-promotions #interests-landing {
  min-height: 600px;
  padding: 5em 2.5em;
}
/* line 230, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions #dividing-text {
  top: 45%;
}
/* line 234, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions #destinations-landing input {
  padding-left: 2.5em;
}
/* line 235, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions #destinations-landing h1, .tablet #offers-and-promotions #destinations-landing h2 {
  margin-bottom: 3.75em;
}
/* line 238, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions #destinations-landing .search-icon-offers {
  left: 2%;
  top: 30%;
}
/* line 239, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions #destinations-landing .clear-icon-offers {
  left: 2.5%;
  top: 35%;
}
/* line 240, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions #destinations-landing a.continue, .tablet #offers-and-promotions #destinations-landing button.continue {
  left: 37%;
}
/* line 246, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.tablet #offers-and-promotions #interests-landing h1, .tablet #offers-and-promotions #interests-landing h2 {
  margin-bottom: 1.25em;
}
.tablet #offers-and-promotions #sidebar.detail {
	min-width: 75%;
}

/* line 260, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
/*
.mobile #offers-and-promotions {
  margin-top: 119px;
}
*/
/* line 264, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #map {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
}

.mobile #offers-and-promotions #map div#map_canvas {
  height: 214px !important;
  top: 50px;
  overflow: visible !important;
}

.mobile #offers-and-promotions .new-search-btn {
  top: 13px;
}

.mobile #offers-and-promotions #disabled-overlay span.wide-display {
	left: 25%;
	width: 30px;
}
/* line 270, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #intro-title {
  display: none;
}
/* line 272, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #dividing-text {
  top: 94%;
  right: 46.5%;
}
/* line 275, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing,
.mobile #offers-and-promotions #interests-landing {
  width: 100%;
  min-height: 315px;
  padding: 2em 1em;
}
/* line 280, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing h1,
.mobile #offers-and-promotions #interests-landing h1 {
  line-height: 1em;
  margin-top: 32px;
  margin-bottom: 10px;
}
/* line 285, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing input,
.mobile #offers-and-promotions #interests-landing input {
  max-width: 75%;
}
/* line 288, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing .interests, .mobile #offers-and-promotions #destinations-landing input,
.mobile #offers-and-promotions #interests-landing .interests,
.mobile #offers-and-promotions #interests-landing input {
  width: 100%;
  margin: 0 auto;
}
/* line 292, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing a.continue, .mobile #offers-and-promotions #destinations-landing button.continue,
.mobile #offers-and-promotions #interests-landing a.continue,
.mobile #offers-and-promotions #interests-landing button.continue {
  left: 37.5%;
}
/* line 294, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing {
  background: #002247;
}
/* line 297, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing img.map-placeholder {
  display: none;
}
/* line 298, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing h1 {
  margin-top: 2em;
  margin-bottom: 1em;
}
/* line 302, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing input {
  padding-left: 3em;
  width: 100%;
  font-size: 85%;
}
/* line 308, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing a.continue, .mobile #offers-and-promotions #destinations-landing button.continue {
  margin-bottom: 7%;
}
/* line 310, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing .search-icon-offers {
  left: 9%;
  top: 30%;
}
/* line 314, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #destinations-landing .clear-icon-offers {
  top: 31%;
  left: 10%;
}
/* line 320, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #interests-landing {
  background: #034ea0;
  min-height: inherit;
  height: 280px;
}
.mobile #offers-and-promotions #destinations-landing {
  min-height: inherit;
  height: 280px;
}
/* line 323, ../sass/partials/offers-and-promotions/_offers-and-promotions.scss */
.mobile #offers-and-promotions #interests-landing a.continue, .mobile #offers-and-promotions #interests-landing button.continue {
  margin-bottom: initial;
  left: 37.5%;
  bottom: 11%;
}

/* line 1, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer {
  clear: both;
  color: white;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: 999999;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
/* line 18, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer.featureOpen, .offers-and-promotions-drawer.filterOpen {
  bottom: 0;
  height: 100%;
}
/* line 22, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer .offers-and-promotions-drawer_inner-wrapper {
  height: 100%;
}
/* line 26, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer .offers-and-promotions-drawer_tabs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 31, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer .offers-and-promotions-drawer_tabs ul {
  padding: 0;
  margin: 0;
}
/* line 34, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer .offers-and-promotions-drawer_tabs ul li {
  background-color: #505050;
  cursor: pointer;
  line-height: 2.5em;
  width: 100%;
  border-left: 1px solid white;
  display: block;
  float: left;
  text-transform: uppercase;
  padding: 0 0 0.45em 0;
}
/* line 44, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer .offers-and-promotions-drawer_tabs ul li:first-child {
  border-left: 0 solid white;
}
/* line 47, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer .offers-and-promotions-drawer_tabs ul li .icon, .offers-and-promotions-drawer .offers-and-promotions-drawer_tabs ul li #map .cr-map-nav a:after, #map .cr-map-nav .offers-and-promotions-drawer .offers-and-promotions-drawer_tabs ul li a:after {
  margin-left: 10px;
}
/* line 51, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer .offers-and-promotions-drawer_tabs ul li.active, .offers-and-promotions-drawer .offers-and-promotions-drawer_tabs ul li:hover {
  background-color: #232323;
}
/* line 55, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer .offers-and-promotions-drawer_tabs ul .with-results {
  width: 50%;
}
/* line 60, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.offers-and-promotions-drawer .offers-and-promotions-drawer_content {
  background-color: #232323;
  height: 94%;
  position: relative;
  overflow: hidden;
}

#offers-and-promotions .offers-and-promotions-drawer #destinations-landing {
	max-height: none;
	min-height: 0;
	background: none;
	width: 100%;
	height: 214px;
}

#offers-and-promotions .offers-and-promotions-drawer #destinations-landing .search-form__datepicker {
	position: relative;
}

#offers-and-promotions .offers-and-promotions-drawer #destinations-landing .search-form__datepicker input {
	padding-left: 0.5em;
}

#offers-and-promotions .offers-and-promotions-drawer #destinations-landing .input-group-addon {
	position: absolute;
	pointer-events: none;
	right: 13%;
	bottom: 7%;
}
#offers-and-promotions .offers-and-promotions-drawer #destinations-landing input {
  margin: 10px 0 0 0;
}

.desktop #offers-and-promotions .offers-and-promotions-drawer #destinations-landing #location-label,
.tablet #offers-and-promotions .offers-and-promotions-drawer #destinations-landing #location-label {
  display: block;
}

#offers-and-promotions .offers-and-promotions-drawer #destinations-landing .search-icon-offers,
#offers-and-promotions .offers-and-promotions-drawer #destinations-landing .clear-icon-offers {
  position: absolute;
  left: 1%;
  top: 50%;
}
#offers-and-promotions .offers-and-promotions-drawer #destinations-landing .destination-wrapper {
	position: relative;
	width: 40%;
}
#offers-and-promotions .offers-and-promotions-drawer #destinations-landing .destination-wrapper #offerDrawerSearchResultsList .searchResultList {
	top: 52px;
}

/* line 68, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.mobile select.filter {
  min-width: 150px;
}
.mobile .offers-and-promotions-drawer {
  height: 47px;
  bottom: 0;
  z-index: 1;
}
.mobile .offers-and-promotions-drawer .offers-and-promotions-drawer_inner-wrapper {
  height: auto;
}
.mobile .offers-and-promotions-drawer_tabs {
	position: absolute;
	bottom: 0;
}
.mobile .offers-and-promotions-drawer_tabs ul {
	position: relative;
	height: 40px;
	width:100%;
}
/* line 74, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.mobile .offers-and-promotions-drawer_tabs ul li {
  padding: 0 0 0.45em 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 18, ../sass/partials/offers-and-promotions/_offers-and-promotions-drawer.scss */
.mobile .offers-and-promotions-drawer.featureOpen, .mobile .offers-and-promotions-drawer.filterOpen {
  bottom: 0;
  z-index: 999999;
  height: 100%;
}
.mobile .offers-and-promotions-drawer .offers-and-promotions-drawer_content {
  position: absolute;
  bottom: 47px;
  width: 100%;
  height: 521px;
}
.mobile #offers-and-promotions .offers-and-promotions-drawer .interest-list {
  margin-top: 55px;
}
.mobile #offers-and-promotions .offers-and-promotions-drawer .interest-list__header {
  text-align: center;
}
.mobile #offers-and-promotions .offers-and-promotions-drawer #destinations-landing {
  padding: 1em !important;
  text-align: center;
}
.mobile #offers-and-promotions .offers-and-promotions-drawer #destinations-landing #location-label {
  margin-left: -5%;
}
.mobile #offers-and-promotions .offers-and-promotions-drawer #destinations-landing .search-icon-offers {
  position: relative;
  top: 25px;
}
.mobile #offers-and-promotions .offers-and-promotions-drawer #destinations-landing input {
  text-align: center;
  max-width: none;
  margin: 10px 0 10px 0;
}
.mobile #offers-and-promotions .offers-and-promotions-drawer #destinations-landing input#crOffersDrawerHotelSearch {
	margin-top: 0px;
}
.mobile #offers-and-promotions .offers-and-promotions-drawer #destinations-landing .input-group-addon {
	right: 2%;
	bottom: 20%;
}
.mobile #offers-and-promotions .offers-and-promotions-drawer .search-form__cta {
	display: block;
}
.mobile #offers-and-promotions #sidebar .sidebar_toggle {
  display: none;
  font-size: 1.2em;
  background: white;
  color: #545454;
  margin: 0 auto 1px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.25em 1em;
  -webkit-box-shadow: 0px -2px 5px #232323;
  -moz-box-shadow: 0px -2px 5px #232323;
  box-shadow: 0px -2px 5px #232323;
}

/* line 13, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests {
  width: 100%;
  max-width: 600px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  /* line 13, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
  .interests {
    max-width: 400px;
  }
}
@media screen and (max-width: 800px) {
  /* line 13, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
  .interests {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  /* line 13, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
  .interests {
    max-width: 400px;
  }
}
@media screen and (max-width: 390px) {
  /* line 13, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
  .interests {
    max-width: 300px;
  }
}
/* line 32, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider {
  margin-bottom: 0;
  width: 100%;
  padding: 0 5%;
}
/* line 41, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide {
  width: 112px;
  height: 100%;
  float: left;
  margin: 0;
}
/* line 48, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide ul {
  height: 234px;
  display: block;
  padding: 0;
  margin: 0;
}
/* line 52, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide ul li {
  padding: 0;
  margin-bottom: 10px;
  background-color: #000;
  height: 112px;
  width: 112px;
}
/* line 71, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide ul li img {
  display: block;
  float: left;
  top: auto;
  left: auto;
  opacity: .7;
  padding: 0;
  margin: 0;
  height: 112px;
  width: 112px;
}
/* line 80, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide ul li div.interest_shading, .interests .slick-slider .slick-list .slick-slide ul li div.interest_shading-bottom {
  height: 100%;
  width: 112px;
  position: absolute;
  right: 0;
  left: 0;
  *zoom: 1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80000000', endColorstr='#00000000');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(59%, rgba(0, 0, 0, 0)), color-stop(78%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
}
/* line 93, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide ul li div.interest_shading {
  top: -52%;
}
/* line 97, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide ul li div.interest_shading-bottom {
  bottom: 0;
}
/* line 100, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide ul li span {
  color: white;
  font-size: 75%;
  top: 80%;
  left: 5px;
  font-weight: 200;
  text-transform: uppercase;
  float: left;
  position: relative;
  text-shadow: 0px 1px 2px rgba(0, 3, 9, 0.8);
}
/* line 111, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide ul li span.bottom-row {
  top: 75%;
}
/* line 116, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-slider .slick-list .slick-slide ul li.second-row {
  margin-bottom: 0;
}
/* line 123, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .interestChosen {
  border: 2px solid white;
}
/* line 126, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .interestBottomChosen {
  border: 2px solid white;
}
/* line 129, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-prev, .interests .slick-next {
  font-size: 0px;
  opacity: 1;
  margin: 0px;
  border: none;
  width: 32px;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  border-radius: 0px;
  opacity: 0.8;
  transition: 333ms opacity ease;
}
/* line 142, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-prev:before, .interests .slick-next:before {
  content: ' ';
}
/* line 143, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-prev:hover, .interests .slick-next:hover {
  opacity: 1;
}
/* line 144, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-prev:active, .interests .slick-next:active {
  opacity: 1;
}
@media screen and (max-width: 800px) and (min-width: 1px) {
  /* line 129, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
  .interests .slick-prev, .interests .slick-next {
    top: 25%;
  }
}
/* line 151, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-prev {
  left: 0px;
  background: url("../images/marquee-back-small.png?1418229722") !important;
}
/* line 155, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-next {
  right: 2%;
  background: url("../images/marquee-next-small.png?1418229731") !important;
}
@media screen and (max-width: 800px) and (min-width: 1px) {
  /* line 155, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
  .interests .slick-next {
    right: 0%;
  }
}
/* line 162, ../sass/partials/offers-and-promotions/_offers-and-promotions-interests.scss */
.interests .slick-disabled {
  opacity: 0 !important;
}
/* ====================
*  TABLET
* ====================
*/
/* ====================
*  MOBILE
* ====================
*/
/* line 379, ../sass/partials/sidebar/_sidebar.scss */
.mobile #offers-and-promotions #sidebar {
  width: 100%;
  max-width: 100%;
  height: 300px;
  /*bottom: 35px;*/
  /*top: 245px;*/
  top: auto;
}
/* line 386, ../sass/partials/sidebar/_sidebar.scss */
.mobile #offers-and-promotions #sidebar .sidebar_wrapper {
  top: 30px;
}
/* line 391, ../sass/partials/sidebar/_sidebar.scss */
.mobile #offers-and-promotions #sidebar.full-grid .item {
  width: 100%;
  float: none;
}
/* line 397, ../sass/partials/sidebar/_sidebar.scss */
.mobile #offers-and-promotions #sidebar.detail {
  padding: 0;
  height: 100%;
  overflow-y: scroll;
  top: 0;
}
/* line 404, ../sass/partials/sidebar/_sidebar.scss */
.mobile #offers-and-promotions #sidebar.detail .sidebar_detail-view .sidebar_slide-view {
  display: none;
}
/* line 408, ../sass/partials/sidebar/_sidebar.scss */
.mobile #offers-and-promotions #sidebar.detail .sidebar_detail-view .detail-view_content {
  width: 100%;
  position: relative;
  left: 0;
  margin: 0;
  /*top: 35px;*/
}
/* line 414, ../sass/partials/sidebar/_sidebar.scss */
.mobile #offers-and-promotions #sidebar.detail .sidebar_detail-view .detail-view_content .close {
  right: 10px;
}
/* line 421, ../sass/partials/sidebar/_sidebar.scss */
.mobile #offers-and-promotions #sidebar .marquee-slide {
  height: 240px !important;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
/* line 427, ../sass/partials/sidebar/_sidebar.scss */
.mobile #offers-and-promotions #sidebar .marquee-slide h3 {
  line-height: 18px;
}
.mobile #offers-and-promotions #sidebar .marquee .cycle-prev,
.mobile #offers-and-promotions #sidebar .marquee .cycle-next {
	display: block;
}
.mobile #offers-and-promotions #sidebar .marquee .cycle-pager {
	display: none;
}
.mobile #sidebar.single-grid .sidebar_slide-view {
  height: 100%;
}
.mobile #offers-and-promotions #sidebar .sidebar_slide-view .marquee {
  margin-top: 10px;
  display: block;
  position: relative;
  z-index: 260;
  padding: 13px;
  overflow: hidden;
  height: 100%;
}
.mobile #offers-and-promotions #sidebar .sidebar_detail-view .detail-view_header .title {
  padding: 10px 10px 0 10px;
}
.mobile #offers-and-promotions #sidebar .sidebar_slide-view .marquee .background-image {
  width: 100%;
  position: absolute;
  z-index: -2;
  height: 100%;
  left: 0;
  bottom: 5px;
}
.mobile #offers-and-promotions #sidebar .sidebar_slide-view .marquee .item_header {
  text-align: left;
  position: absolute;
  top: 10px;
  left: 10px;
}
.mobile #offers-and-promotions #sidebar .sidebar_slide-view .marquee .item_header .item--marker-symbol {
  position: static;
  border: 1px solid white;
  vertical-align: initial;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 0.9em;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: white;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.mobile #offers-and-promotions #sidebar .sidebar_slide-view .marquee .item_header .location {
  display: inline;
  color: white;
  font-size: 14px;
  margin-left: 2px;
}
.mobile #offers-and-promotions #sidebar .sidebar_slide-view .marquee .title {
  text-align: left;
  color: white;
  margin-top: 10px;
  padding: 25px 10px 10px 10px;
}
.mobile #offers-and-promotions #sidebar .sidebar_slide-view .marquee .book-now {
  text-align: left;
  font-size: 14px;
  position: absolute;
  bottom: 13px;
  left: 13px;
}
.mobile #offers-and-promotions #sidebar .sidebar_detail-view .detail-view_content .description a.btn {
	width: 100%;
}

/* line 19, ../sass/partials/offers-and-promotions/_offers-and-promotions-rtl.scss */
html[dir="rtl"] * {
  direction: rtl;
}
/* line 54, ../sass/partials/offers-and-promotions/_offers-and-promotions-rtl.scss */
html[dir="rtl"] #offers-and-promotions #interests-landing .interests form .interests-item-wrapper .film_roll_wrapper .film_roll_shuttle {
  text-align: right;
  right: 0;
}

/* line 108, ../sass/partials/offers-and-promotions/_offers-and-promotions-rtl.scss */
html[dir="rtl"] .offers-and-promotions-drawer .featured-promos .featured-promos_faux-cell {
  padding-bottom: 2em;
}
/* line 109, ../sass/partials/offers-and-promotions/_offers-and-promotions-rtl.scss */
html[dir="rtl"] .offers-and-promotions-drawer .featured-promos .featured-promos_panels {
  float: right;
  overflow: hidden;
}
/* line 112, ../sass/partials/offers-and-promotions/_offers-and-promotions-rtl.scss */
html[dir="rtl"] .offers-and-promotions-drawer .featured-promos .featured-promos_panels .slide-view_content {
  overflow-x: hidden;
  overflow-y: scroll;
}
/* line 117, ../sass/partials/offers-and-promotions/_offers-and-promotions-rtl.scss */
html[dir="rtl"] .offers-and-promotions-drawer .featured-promos .featured-promos_panels .item .btn {
  left: 1%;
}
/* line 159, ../sass/partials/offers-and-promotions/_offers-and-promotions-rtl.scss */
html[dir="rtl"] .mobile #offers-and-promotions .featured-promo_panels {
  width: 104%;
}

/* line 201, ../sass/partials/offers-and-promotions/_offers-and-promotions-rtl.scss */
html[dir="rtl"] #offers-and-promotions #sidebar .sidebar_toggle {
  left: 100%;
  -webkit-box-shadow: 2px 0px 2px 0px #232323;
  -moz-box-shadow: 2px 0px 2px 0px #232323;
  box-shadow: 2px 0px 2px 0px #232323;
}
/* line 1, ../sass/partials/offers/_offers-list.scss */
.offers-list-page {
  overflow: hidden;
}
/* line 3, ../sass/partials/offers/_offers-list.scss */
.offers-list-page section {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 103%;
  top: 112px;
}

/*[CARLSON - JOV - START CHANGE]*/
.offers-list-page  .col-12.offerdetail {
	top: 0;
}
/*[CARLSON - JOV - END CHANGE]*/

/* line 8, ../sass/partials/offers/_offers-list.scss */
.offers-list-page section h2 {
  font-size: 30px;
  font-weight: 200;
  margin: 0 0 1em 0;
}
/* line 13, ../sass/partials/offers/_offers-list.scss */
.offers-list-page section p.offer-type {
  text-transform: uppercase;
}
/* line 21, ../sass/partials/offers/_offers-list.scss */
.offers-list-page section div.offer-item div.offer-item__body h4.offer-item__title, .offers-list-page section div.offer-item div.offer-item__body p.offer-item__title.intro.upcoming-new-hotels {
  font-size: 24px;
  line-height: normal;
}

/* line 11, ../sass/partials/offers/_offer.scss */
/*
.offer-page {
  margin-top: 112px;
}
*/
/* line 18, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary .hero-brand-offer {
  margin-bottom: 1em;
}
/* line 24, ../sass/partials/offers/_offer.scss */
/*START: Sarayu modified on 04-03-2015 during pairing with Michael, VML (SDM 126302)*/
/*.offer-page .col-8 {
  width: auto;
}*/
/*END: Sarayu modified on 04-03-2015 during pairing with Michael, VML (SDM 126302)*/
/* line 26, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary__hero {
  position: relative;
  width: 100%;
  height: 314px;
  overflow: hidden;
  color: white;
}
/* line 35, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary__hero__bkg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 5;
}
/* line 45, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary__hero__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00000000', endColorstr='#A63C3C3C');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(58%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(60, 60, 60, 0.65)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.65) 86%, rgba(60, 60, 60, 0.65) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.65) 86%, rgba(60, 60, 60, 0.65) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.65) 86%, rgba(60, 60, 60, 0.65) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.65) 86%, rgba(60, 60, 60, 0.65) 100%);
}
/* line 59, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary__title {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 7;
}
/* line 69, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary__description {
  background: white;
  padding: 45px 30px 30px 30px;
  position: relative;
  font-weight: 100;
  overflow: visible !important;
}
/* line 76, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary__description h3 {
  margin-top: 1em;
}
/* line 82, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary__description--dark {
  background: #505050;
  color: white;
  border-top: 1px solid #232323;
  clear: left;
}
/* line 72, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary__description--dark h4, .offer-page .offer-summary__description--dark p.intro.upcoming-new-hotels {
  color: white;
  margin-bottom: 18px;
  font-size: 1.1em;
}
/* line 78, ../sass/partials/offers/_offer.scss */
.offer-page .offer-summary__description--dark p {
  margin-bottom: 18px;
  line-height: 22px;
}
/* line 88, ../sass/partials/offers/_offer.scss */
.offer-page .banner {
  background: #3c3c3c;
  color: white;
  padding: 20px 20px 1px 20px;
}
/* line 98, ../sass/partials/offers/_offer.scss */
.offer-page .participating-hotels {
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: visible;
}
/* line 105, ../sass/partials/offers/_offer.scss */
.offer-page .hotel-list {
  margin-top: 0;
  padding-top: 15px;
}
/* line 124, ../sass/partials/offers/_offer.scss */
.offer-page .hotel-list .input-group-addon {
  right: 6%;
}
/* line 127, ../sass/partials/offers/_offer.scss */
.offer-page .hotel-list .check-in-date, .offer-page .hotel-list .check-out-date {
  padding-left: 6%;
}
/* line 133, ../sass/partials/offers/_offer.scss */
.offer-page .hotel-item {
  border-top: none;
  padding-top: 0;
}
/* line 117, ../sass/partials/offers/_offer.scss */
.offer-page .hotel-group-header {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}
/* line 122, ../sass/partials/offers/_offer.scss */
.offer-page .hotel-group-header__label {
  color: #1258a3;
  margin-bottom: 0;
  font-size: 1.1em;
  background-color: #505050;
  color: white;
  padding: 5px 10px;
}
/* line 133, ../sass/partials/offers/_offer.scss */
.offer-page .hotel__boooking-form__search {
  margin-bottom: 15px;
}
/* line 137, ../sass/partials/offers/_offer.scss */
.offer-page .hotel__boooking-form__search input[type="text"] {
  border: 1px solid #aaaaaa;
  color: black;
  height: 45px;
  width: 100%;
  text-indent: 45px;
}
/* line 167, ../sass/partials/offers/_offer.scss */
.offer-page .hotel__boooking-form__search div.search-icon, .offer-page .hotel__boooking-form__search div.clear-icon {
  position: relative;
  top: 35px;
  left: 10px;
}
/* line 172, ../sass/partials/offers/_offer.scss */
.offer-page .hotel__boooking-form__search div.clear-icon {
  top: 32px;
}
/* line 176, ../sass/partials/offers/_offer.scss */
.offer-page .hotel__boooking-form__search .searchResultList {
  top: auto !important;
  color: white;
}
/* line 181, ../sass/partials/offers/_offer.scss */
.offer-page .hotel__boooking-form__search .searchResultList ul li a {
  color: white;
}
/* line 149, ../sass/partials/offers/_offer.scss */
.offer-page .disclaimer {
  padding: 20px 0;
}
/* line 151, ../sass/partials/offers/_offer.scss */
.offer-page .disclaimer p {
  margin-bottom: 10px;
}
/* START - JOV ADDED [03/16/2015] */
.offers-list-page.ng-scope section.col-12.hotel-list.general-content.offerdetail a.offerdetaillink{
	text-decoration:underline;
}
.offers-list-page.ng-scope section.col-12.hotel-list.general-content.offerdetail a.offerdetaillink:visited{
	text-decoration:underline;
	color:#0a3b93;
}
.offers-list-page.ng-scope section.col-12.hotel-list.general-content.offerdetail a.offerdetaillink:hover{
 	text-decoration:none;
	color:#000;
 }
 
#wrap.container #content .content-container .offers-list-page .hotel-list.offerdetail .hotel-item.media {
  border-top: 0;
}

#wrap.container #content .hotel-item.media.hotellistitem .hotel-item  {
  border-top: 0;
}
/* END - JOV ADDED [03/16/2015] */
/*[START]: al.balangue added selectors for the City/Country/Search in the offers Page */
#wrap #offers-and-promotions #destinations-landing .destination #offerSearchResultsList .searchResultList {
	top: auto;
}
#wrap #offers-and-promotions .searchResultList ul.ui-autocomplete {
	max-height: 270px;
}
#wrap.mobile  #offers-and-promotions #destinations-landing .destination #offerSearchResultsList .searchResultList {
	max-width: 75%;
	margin-left: 12%;
}
#wrap.mobile  #offers-and-promotions #destinations-landing .destination #offerSearchResultsList .searchResultList ul.ui-autocomplete {
	max-height: 380px;
}
/*[END]: al.balangue added selectors for the City/Country/Search in the offers Page */
/*[START]: al.balangue added selectors for the Autocomplete for Simple Offers Page */
#wrap .offer-page .hotel__booking-form__content #offerSearchResultsList .searchResultList {
	width:auto;
}
#wrap .offer-page .hotel__booking-form__content #offerSearchResultsList .searchResultList ul.ui-autocomplete {
	position: static !important;
	overflow-y: auto;
	overflow-x: hidden;
	z-index:10;
	text-align: left;
	max-height: 270px;
	margin-left:0;
}
/*[END]: al.balangue added selectors for the Autocomplete for Simple Offers Page */
/* START: al.balangue - SDM 126302*/
.simple-offer-section.general-content .disclaimer.col-12 .col-3 .btn.btn-primary {
  background: transparent;
  color: #034ea0;
  border: 1px solid #034ea0;
  border-radius: none;
  -webkit-appearance: none;
}
.simple-offer-section.general-content input[type="number"] {
	-moz-appearance: textfield !important;
}
/* END: al.balangue - SDM 126302 */
/*  START - NAN - NEW STYLES FOR OFFERS MAP SECTION */
#offers-and-promotions #sidebar {
	z-index: 9200;
	max-height: 695px;
}

#offers-and-promotions #sidebar.detail .sidebar_detail-view .detail-view_slide-view .slide-view_content {
  width: 290px;
  margin: 0;
}

#offers-and-promotions #sidebar .sidebar-chosen-interests {
	width: 60%; 
	float: left;
	z-index:265;
}

#offers-and-promotions #sidebar .sidebar-chosen-interests .chosen-interests__interest,
#offers-and-promotions #sidebar .sidebar-chosen-interests span.chosen-interests__unchoose,
#offers-and-promotions #sidebar .sidebar-chosen-interests span.chosen-interests__label {
	background-color: black;
	color: white;
	font-size: 12px;
	line-height: normal;
	padding: 0px 3px;
	margin: 0px 3px;
	vertical-align: top;
}

#offers-and-promotions #sidebar .sidebar-chosen-interests span.chosen-interests__unchoose {
	border: none;
}

#offers-and-promotions #sidebar .more-content-container a {
	color: #1258A3;
}

#offers-and-promotions #sidebar.full-grid .sidebar_slide-view .item:nth-of-type(-n+3) {
	margin-top: 0;
}

#offers-and-promotions #sidebar.detail {
	min-width: 60%;
}

#offers-and-promotions #sidebar.detail .sidebar_detail-view .detail-view_slide-view {
	width: 35%;
}

#offers-and-promotions #sidebar.detail .sidebar_detail-view .detail-view_content {
	left: 35%;
	width: 65%;
}

#offers-and-promotions .sidebar_detail-view .detail-view_content .description a.btn {
  width: 100%;
  height: 37px;
}

#offers-and-promotions .sidebar_detail-view .detail-view_content .description a.btn span {
	position: relative;
	top: 4px;
}

#offers-and-promotions .bottom-drawer {
	z-index: 9400;
}

#offers-and-promotions #disabled-overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	float: left;
	z-index: 9000;
	background: none repeat scroll 0px 0px rgba(0,0,0,0.5);
	position: absolute;
}

#offers-and-promotions #disabled-overlay span {
	color: white;
	position: absolute;
	top: 40%;
	text-align: center;
}

#offers-and-promotions #disabled-overlay span.wide-display {
	left: 40%;
	width: 150px;
}

#offers-and-promotions #disabled-overlay span.narrow-display {
	left: 10%; 
	width: 100px;
}

#offers-and-promotions .detail span {
  white-space: normal;
}

#offers-and-promotions #sidebar .sidebar_slide-view .item .title {
  margin-top: 20px;
}

#offers-and-promotions #sidebar .more-content-container {
	margin-bottom: 15px;
}

#offers-and-promotions .cg-busy-default-sign {
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	float:left;
	z-index:9999;
	position:absolute;
	margin:0;
	width:100%;
	opacity:0.8;
}

#offers-and-promotions .cg-busy-default-spinner {
	top:45%;
	left:45%;
}

#offers-and-promotions .cg-busy-default-text {
	position:absolute;
	left: 45%;
	top: 44%;
}

#offers-and-promotions.max-height,
#offers-and-promotions #disabled-overlay,
#offers-and-promotions .cg-busy-default-sign {
	max-height: 736px;
}

#offers-and-promotions #sidebar .sidebar_detail-view .slide-view_content .item .light-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 260;
    width: 290px;
    height: 205px;  
	background: #E8E8E8;
	border: 3px solid #AAAAAA;
	opacity: 0.7;
}

#offers-and-promotions #sidebar .sidebar_detail-view .slide-view_content .item .empty-text {
	color: #AAAAAA;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
}


/* END - NAN - NEW STYLES FOR OFFERS MAP SECTION */

/* START jov.tuplano SDM 125927 */
#content .content-container #offers-and-promotions #offers-and-promotions-drawer .offers-and-promotions-drawer_inner-wrapper .offers-and-promotions-drawer_tabs ul li.with-results {
	border-left: 1px solid #808080; 
}
#content .content-container #offers-and-promotions #offers-and-promotions-drawer .offers-and-promotions-drawer_inner-wrapper .offers-and-promotions-drawer_tabs ul li:first-child {
	border-left: 0px solid #808080; 
}
/* END jov.tuplano SDM 125927 */

div#interests-landing h1 {
  color: #bbe;
}

#offers-and-promotions #destinations-landing,
#offers-and-promotions #interests-landing{
	position:relative;
}
#offers-and-promotions #destinations-landing:before,
#offers-and-promotions #interests-landing:before{
    content: '';    
	position: absolute;
	top: 0;    
	left: 0;    
	right: 0;    
	bottom: 0;    
	z-index: -1;
}
#offers-and-promotions #destinations-landing .map-placeholder{
	z-index: -2 !important;
}
#offers-and-promotions #destinations-landing h1,
#offers-and-promotions #interests-landing h1{
	color:white;
}
#offers-and-promotions #destinations-landing:before{
	background-color: rgba(0, 34, 71, 0.8);
}
#offers-and-promotions #interests-landing:before{
	background-color: rgba(3, 78, 160, 0.5);
}
.desktop #offers-and-promotions #interests-landing button.continue,
.tablet #offers-and-promotions #interests-landing button.continue{
	bottom: 10%;
	right: 41%;
}
@media screen and (max-width: 390px) {
	.mobile #offers-and-promotions #interests-landing button.continue,
	.mobile #offers-and-promotions #destinations-landing button.continue{
		left: 27%;
	}
}
#offers-and-promotions #destinations-landing{
	z-index: 301 !important;
}

.mobile .offer-page .hotel-item .btn {
  font-size: 0.8em;
}
.mobile .offer-page .hotel__ta iframe {
  margin-top: -40px;
  margin-bottom: 40px;
}

.desktop #offers-and-promotions #destinations-landing h1,
.tablet #offers-and-promotions #destinations-landing h1,
.desktop #offers-and-promotions #interests-landing h1,
.tablet #offers-and-promotions #interests-landing h1 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto; 
}

.isotope-offer-page .offers {
  overflow: auto;
  position: relative;
}

.isotope-offer-page .offers:before {
  background-color: #232323;
  content: '';  
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .7;	
}

.isotope-offer-page .offers .cg-busy-default-sign,
.isotope-offer-page .offers .cg-busy-default-spinner {
  background-color: transparent;    
}

.isotope-offer-page .offers .cg-busy-default-sign {
  top: 45%;
}

.mobile .isotope-offer-page .offers .cg-busy-default-sign {
  top: 40%;
}

.desktop .isotope-offer-page .participating-hotels .col-3,
.tablet .isotope-offer-page .participating-hotels .col-3 {
  float: right;
}

.isotope-offer-page .offers {
  overflow: auto;
  position: relative;
}

.isotope-offer-page .offers:before {
  background-color: #232323;
  content: '';  
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .7;	
}

.isotope-offer-page .offers .cg-busy-default-sign,
.isotope-offer-page .offers .cg-busy-default-spinner {
  background-color: transparent;    
}

.isotope-offer-page .offers .cg-busy-default-sign {
  top: 45%;
}

.mobile .isotope-offer-page .offers .cg-busy-default-sign {
  top: 40%;
}

.desktop .isotope-offer-page .participating-hotels .col-3,
.tablet .isotope-offer-page .participating-hotels .col-3 {
  float: right;
}

#content .offers-list-page .hotel-item.media {
  margin-bottom: 0px;
}

#content .offers-list-page .hotel__body__height{
  min-height: 0px;	
}

#offers-and-promotions #sidebar .sidebar_slide-view .item .book-now {
  cursor: default;
}

.desktop #offers-and-promotions #landing #destinations-landing button.continue {
	top: 50%;
	bottom: auto;
}
.desktop #offers-and-promotions #landing #destinations-landing h1 {
	margin-bottom: 1.5em;
}
.tablet #offers-and-promotions #landing #destinations-landing h1 {
	margin-bottom: 1.25em;
}
.tablet #offers-and-promotions #landing #destinations-landing button.continue {
	top: 45%;
	bottom: auto;
}
#sidebar .sidebar_slide-view .item .overlay,
.mobile #offers-and-promotions #sidebar .sidebar_slide-view .marquee .overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(59%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 0.01)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#03000000',GradientType=0 );/* IE6-9 */
	
}
#offers-and-promotions #sidebar .sidebar_detail-view .detail-view_header .overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(59%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 0.01)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#03000000',GradientType=0 );/* IE6-9 */
}
#offers-and-promotions #sidebar .sidebar_detail-view .detail-view_header .title {
	color: white;
}
#offers-and-promotions #sidebar .sidebar_detail-view .close {
	top: 10px;
	font-size: 30px;
	right: 20px;
	background-color: rgba(0,0,0,0.2);
	height: 28px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {#offers-and-promotions #sidebar .sidebar_detail-view .close {height: 29px;}}
@-moz-document url-prefix() {#offers-and-promotions #sidebar .sidebar_detail-view .close {height: 29px;}}