/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */

/* line 1, ../sass/partials/_roomsPanel.scss */
.rooms-container {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 3, ../sass/partials/_mixins.scss */
.rooms-container ::-webkit-input-placeholder {
  color: white;
  font-size: 27px;
  opacity: 1 !important;
}
/* line 8, ../sass/partials/_mixins.scss */
.rooms-container :-moz-placeholder {
  color: white;
  font-size: 27px;
  opacity: 1 !important;
}
/* line 13, ../sass/partials/_mixins.scss */
.rooms-container ::-moz-placeholder {
  color: white;
  font-size: 27px;
  opacity: 1 !important;
}
/* line 18, ../sass/partials/_mixins.scss */
.rooms-container :-ms-input-placeholder {
  color: white;
  font-size: 27px;
  opacity: 1 !important;
}
/* line 8, ../sass/partials/_roomsPanel.scss */
.rooms-container .rooms-edit {
  background: #034ea0;
}
/* line 12, ../sass/partials/_roomsPanel.scss */
.rooms-container span, .rooms-container input {
  font-weight: 100;
}
@media (max-width: 800px) {
  /* line 1, ../sass/partials/_roomsPanel.scss */
  .rooms-container {
    width: 100%;
    float: left;
    margin-right: 0%;
    display: block;
  }
  /* line 21, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room {
    height: 58px;
    border-bottom: solid 1px #505050;
  }
  /* line 25, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room .room-block {
    float: left;
    width: 40%;
    border-left: solid 1px #505050;
    height: 58px;
  }
  /* line 31, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room .room-block:first-child {
    width: 20%;
    border: none;
  }
  /* line 35, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room .room-block:first-child span {
    color: #8f8f8f;
  }
  /* line 40, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room .room-block span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 6px 0px 1px;
    text-transform: uppercase;
  }
  /* line 48, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room .room-block .room-number {
    font-size: 27px;
    padding: 3px 0px 0px 0px;
  }
  /* line 53, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room .room-block input {
    text-align: center;
    width: 100%;
    display: block;
  }
  /* line 61, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-select {
    display: none;
  }
  /* line 65, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-edit {
    width: 100%;
    float: left;
    margin-right: 0%;
    height: 58px;
    background: #505050;
  }
  /* line 70, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-edit > div {
    width: 33%;
    float: left;
    height: 100%;
    text-align: center;
  }
  /* line 77, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-edit .rooms-edit-label {
    font-size: 18px;
    margin-top: 20px;
  }
  /* line 84, ../sass/partials/_roomsPanel.scss */
  .rooms-container .add-room span, .rooms-container .remove-room span {
    font-size: 32px;
    padding: 13px;
    display: block;
  }
  /* line 92, ../sass/partials/_roomsPanel.scss */
  .rooms-container .remove-room span {
    padding: 10px;
    display: block;
  }
}
@media (min-width: 801px) {
  /* line 1, ../sass/partials/_roomsPanel.scss */
  .rooms-container {
    min-width: 80px;
    position: absolute;
    top: 112px;
    left: 24.6%;
    width: auto;
    min-width: 143px;
    max-width: 750px;
  }
  /* line 3, ../sass/partials/_mixins.scss */
  .rooms-container ::-webkit-input-placeholder {
    color: white;
    font-size: 36px;
    opacity: 1 !important;
  }
  /* line 8, ../sass/partials/_mixins.scss */
  .rooms-container :-moz-placeholder {
    color: white;
    font-size: 36px;
    opacity: 1 !important;
  }
  /* line 13, ../sass/partials/_mixins.scss */
  .rooms-container ::-moz-placeholder {
    color: white;
    font-size: 36px;
    opacity: 1 !important;
  }
  /* line 18, ../sass/partials/_mixins.scss */
  .rooms-container :-ms-input-placeholder {
    color: white;
    font-size: 36px;
    opacity: 1 !important;
  }
  /* line 112, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-panel {
    width: auto;
    height: 100%;
  }
  /* line 118, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room {
    background: #4a4a4a;
    display: block;
    float: left;
    width: 72px;
    min-width: 65px;
    max-width: 80px;
    height: 100%;
  }
  /* line 128, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room:last-child {
    padding-right: 1px;
  }
  /* line 133, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room-block {
    height: 78px;
    border: 1px solid black;
    margin: 1px 0px 1px 1px;
  }
  /* line 140, ../sass/partials/_roomsPanel.scss */
  .rooms-container .room-block:first-child {
    background: #232323;
    border: 1px solid #232323;
  }
  /* line 146, ../sass/partials/_roomsPanel.scss */
  .rooms-container span {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    padding: 10px 0px;
    text-align: center;
  }
  /* line 154, ../sass/partials/_roomsPanel.scss */
  .rooms-container span.room-number {
    font-size: 36px;
    padding: 0px;
  }
  /* line 159, ../sass/partials/_roomsPanel.scss */
  .rooms-container input {
    padding: 0px;
    font-size: 36px;
    width: 40px;
    text-align: center;
    margin: 0px auto;
    display: block;
  }
  /* line 168, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-edit {
    height: 38px;
    border-top: 1px solid #0d4580;
    width: auto;
    float: left;
    overflow: hidden;
  }
  /* line 175, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-edit div {
    display: block;
    font-size: 14px;
    width: 40px;
    cursor: pointer;
    height: 100%;
    float: left;
  }
  /* line 183, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-edit div.rooms-edit-label {
    width: 63px;
    cursor: none;
    border-left: 1px solid #0d4580;
    border-right: 1px solid #0d4580;
  }
  /* line 189, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-edit div.rooms-edit-label span {
    font-size: 11px;
    padding: 13px 14px;
  }
  /* line 196, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-edit div span {
    display: block;
    margin: 0 auto;
    float: left;
    text-align: center;
    font-size: 27px;
    padding: 6px 11px;
  }
  /* line 207, ../sass/partials/_roomsPanel.scss */
  .rooms-container .rooms-edit .remove-room span {
    padding: 4px 14px;
  }
}

/* line 1, ../sass/partials/_navigation.scss */
.nav-container {
    font-weight: 100;
    margin: 0 auto;
    overflow: auto;
    position: fixed;
    top: 117px; 
    bottom: 0;
    right:0;
    width: auto;
    max-width: 1440px;
    z-index: 10;
}

/* line 13, ../sass/partials/_navigation.scss */
#nav {
  background: #232323;
  border: 1px solid black;
  display: block;
  height: auto;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 300px;
  min-width: 250px;
  z-index: 430;
}

/* line 25, ../sass/partials/_navigation.scss */
#nav.hidden {
  display: none;
}
/* line 29, ../sass/partials/_navigation.scss */
#nav ul {
  padding: 0px;
  margin: 0px;
}
/* line 34, ../sass/partials/_navigation.scss */
#nav li {
  width: 100%;
  margin: 0px;
  border-top: 1px solid #505050;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 43, ../sass/partials/_navigation.scss */
#nav li.active {
  /* CHANGED BY NAN FOR B122880 */
  border-right: solid 10px #034ea0;
  /* END CHANGE BY NAN FOR B122880 */  
}
/* line 46, ../sass/partials/_navigation.scss */
#nav li.active a {
  /* CHANGED BY NAN FOR B122880 */
  padding-right: 12px;
  /* END CHANGE BY NAN FOR B122880 */
}
/* line 51, ../sass/partials/_navigation.scss */
#nav li:hover {
  background: #505050;
}
/* line 54, ../sass/partials/_navigation.scss */
#nav li.mobile-display {
  display: none;
}
/* line 59, ../sass/partials/_navigation.scss */
#nav a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  padding: 22px 0px 22px 22px;
  display: inline-block;
}
@media (max-width: 800px) {
  /* line 13, ../sass/partials/_navigation.scss */
  #nav {
    width: 300px;
    opacity: .9;
    top: 0px;
    right: 0px;
    min-width: 190px;
    max-width: 350px;
  }
  /* line 76, ../sass/partials/_navigation.scss */
  #nav li.mobile-display {
    display: block;
  }
  /* line 79, ../sass/partials/_navigation.scss */
  #nav a {
    font-size: 16px;
    padding: 18px 0px 18px 22px;
  }
}
@media (min-width: 801px) {
  /* line 13, ../sass/partials/_navigation.scss */
  #nav {
    right: -19.53125%;
  }
}
@media (min-width: 1281px) {
  /* line 13, ../sass/partials/_navigation.scss */
  #nav {
    display: block;
    right: 0px;
  }
}

/* line 99, ../sass/partials/_navigation.scss */
.secondary-nav-wrap {
  width: 100%;
  max-width: 1440px;
  /*[START] Carlson: al.balangue Interstital Overlay BUG 126102*/
  z-index: 9;
  /*[END] Carlson: al.balangue Interstital Overlay BUG 126102*/
  position: relative;
  top: 700px;
}
/* line 110, ../sass/partials/_navigation.scss */
.secondary-nav-wrap .sticky-wrapper {
  position: relative;
}
/* line 114, ../sass/partials/_navigation.scss */
.secondary-nav-wrap .nav-overflow {
  display: none;
  position: absolute;
  padding: 15px;
  background: #034ea0;
  right: 0px;
  top: 49px;
  clear: both;
  z-index: 200;
  font-weight: 100;
  border-top: solid 1px #232323;
}
/* line 126, ../sass/partials/_navigation.scss */
.secondary-nav-wrap .nav-overflow a {
  display: block;
  padding: 5px 0px;
  text-transform: uppercase;
}
/* line 133, ../sass/partials/_navigation.scss */
.secondary-nav-wrap .fixedContent {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 139, ../sass/partials/_navigation.scss */
.secondary-nav.gray {
  background: #505050;
}
/* line 141, ../sass/partials/_navigation.scss */
.secondary-nav.gray .ribbon-action.next {
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(60%, #505050), color-stop(100%, rgba(3, 78, 160, 0)));
  background: -webkit-linear-gradient(right, #505050 60%, rgba(3, 78, 160, 0) 100%);
  background: -moz-linear-gradient(right, #505050 60%, rgba(3, 78, 160, 0) 100%);
  background: -o-linear-gradient(right, #505050 60%, rgba(3, 78, 160, 0) 100%);
  background: linear-gradient(right, #505050 60%, rgba(3, 78, 160, 0) 100%);
  right: 0;
}
/* line 149, ../sass/partials/_navigation.scss */
.secondary-nav.gray .ribbon-action.prev {
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #505050), color-stop(100%, rgba(3, 78, 160, 0)));
  background: -webkit-linear-gradient(left, #505050 60%, rgba(3, 78, 160, 0) 100%);
  background: -moz-linear-gradient(left, #505050 60%, rgba(3, 78, 160, 0) 100%);
  background: -o-linear-gradient(left, #505050 60%, rgba(3, 78, 160, 0) 100%);
  background: linear-gradient(left, #505050 60%, rgba(3, 78, 160, 0) 100%);
  left: 0;
}
/* line 157, ../sass/partials/_navigation.scss */
.secondary-nav.gray .fixed {
  background: #505050;
}
/* line 160, ../sass/partials/_navigation.scss */
.secondary-nav.gray .active {
  background: #323232;
}

/* line 168, ../sass/partials/_navigation.scss */
.lt-ie10 .secondary-nav.gray .ribbon-action.next, .lt-ie9 .secondary-nav.gray .ribbon-action.next {
  background-color: #505050;
}
/* line 171, ../sass/partials/_navigation.scss */
.lt-ie10 .secondary-nav.gray .ribbon-action.prev, .lt-ie9 .secondary-nav.gray .ribbon-action.prev {
  background-color: #505050;
}
/* line 176, ../sass/partials/_navigation.scss */
.lt-ie10 .secondary-nav .ribbon-action.next, .lt-ie9 .secondary-nav .ribbon-action.next {
  background-color: #034ea0;
}
/* line 179, ../sass/partials/_navigation.scss */
.lt-ie10 .secondary-nav .ribbon-action.prev, .lt-ie9 .secondary-nav .ribbon-action.prev {
  background-color: #034ea0;
}

/* line 185, ../sass/partials/_navigation.scss */
.secondary-nav {
  background: #034ea0;
  height: 50px;
  width: 100%;
  border-top: #3a3a3a solid 1px;
  border-bottom: #3a3a3a solid 1px;
  padding: 0;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0px;
  overflow: hidden;
  max-width: 1440px;
}
/* line 199, ../sass/partials/_navigation.scss */
.secondary-nav.stick-to-header {
  position: fixed;
  top: 112px;
  z-index: 102;
}
/* line 205, ../sass/partials/_navigation.scss */
.secondary-nav.stick-to-alert {
  position: fixed;
  top: 150px;
  z-index: 102;
}
/* line 211, ../sass/partials/_navigation.scss */
.secondary-nav ul {
  overflow: hidden;
  *zoom: 1;
  display: table;
  margin: 0;
  padding: 0;
}
/* line 217, ../sass/partials/_navigation.scss */
.secondary-nav li {
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 224, ../sass/partials/_navigation.scss */
.secondary-nav a {
  width: 100%;
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  padding: 0 1em;
  height: 50px;
  line-height: 50px;
}
/* line 233, ../sass/partials/_navigation.scss */
.secondary-nav a:hover {
  background: #023e7f;
}
/* line 237, ../sass/partials/_navigation.scss */
.secondary-nav .fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #034ea0;
}
/* line 245, ../sass/partials/_navigation.scss */
.secondary-nav .fixed a {
  display: inline-block;
  width: auto;
  padding: 0 0.75em;
}
/* line 251, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-action {
  position: absolute;
  top: 0;
  z-index: 10;
}
/* line 256, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-action.next, .secondary-nav .ribbon-action.prev {
  height: 50px;
  line-height: 50px;
  width: 40px;
  text-align: center;
}
/* line 262, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-action.next {
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(60%, #034ea0), color-stop(100%, rgba(3, 78, 160, 0)));
  background: -webkit-linear-gradient(right, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: -moz-linear-gradient(right, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: -o-linear-gradient(right, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: linear-gradient(right, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  right: 0;
  cursor: pointer;
}
/* line 267, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-action.prev {
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #034ea0), color-stop(100%, rgba(3, 78, 160, 0)));
  background: -webkit-linear-gradient(left, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: -moz-linear-gradient(left, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: -o-linear-gradient(left, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: linear-gradient(left, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  left: 0;
  cursor: pointer;
}
/* line 273, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-action.disabled .icon, .secondary-nav .ribbon-action.disabled #map .cr-map-nav a:after, #map .cr-map-nav .secondary-nav .ribbon-action.disabled a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 278, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-body {
  position: relative;
  overflow: visible;
  width: 100%;
}
/* line 287, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
/* line 296, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-actions .disabled .icon, .secondary-nav .ribbon-actions .disabled #map .cr-map-nav a:after, #map .cr-map-nav .secondary-nav .ribbon-actions .disabled a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 300, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-actions .icon, .secondary-nav .ribbon-actions #map .cr-map-nav a:after, #map .cr-map-nav .secondary-nav .ribbon-actions a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -13px;
}
/* line 308, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-actions .next,
.secondary-nav .ribbon-actions .prev {
  height: 50px;
  width: 40px;
  position: absolute;
  top: 0;
}
/* line 314, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-actions .next {
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(60%, #034ea0), color-stop(100%, rgba(3, 78, 160, 0)));
  background: -webkit-linear-gradient(right, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: -moz-linear-gradient(right, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: -o-linear-gradient(right, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: linear-gradient(right, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  right: 0;
}
/* line 318, ../sass/partials/_navigation.scss */
.secondary-nav .ribbon-actions .prev {
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #034ea0), color-stop(100%, rgba(3, 78, 160, 0)));
  background: -webkit-linear-gradient(left, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: -moz-linear-gradient(left, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: -o-linear-gradient(left, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  background: linear-gradient(left, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
  left: 0;
}
/* line 324, ../sass/partials/_navigation.scss */
.secondary-nav .mobile-cta, .secondary-nav .mobile-tab {
  display: none;
}
/* line 328, ../sass/partials/_navigation.scss */
.secondary-nav .active {
  background: #023e7f;
}
/* line 333, ../sass/partials/_navigation.scss */
.secondary-nav .nav-icons {
  float: left;
  width: auto;
}
/* line 337, ../sass/partials/_navigation.scss */
.secondary-nav .nav-icons a {
  display: block;
  height: 100%;
  float: left;
  width: 44px;
  height: 47px;
}
/* line 344, ../sass/partials/_navigation.scss */
.secondary-nav .nav-icons a.active {
  width: 43px;
}
/* line 349, ../sass/partials/_navigation.scss */
.secondary-nav .nav-icons span {
  margin: 12px 10px;
}
/* line 354, ../sass/partials/_navigation.scss */
.secondary-nav .nav-links {
  float: left;
}
/* line 357, ../sass/partials/_navigation.scss */
.secondary-nav .nav-links a {
  display: block;
  float: left;
  padding: 17px 1.5% 14px 1.5%;
  letter-spacing: .03em;
}
/* line 365, ../sass/partials/_navigation.scss */
.secondary-nav .mobile-cta {
  float: left;
}
@media (max-width: 800px) {
  /* line 185, ../sass/partials/_navigation.scss */
  .secondary-nav {
    display: none;
  }
}
@media (min-width: 801px) {
  /* line 380, ../sass/partials/_navigation.scss */
  .secondary-nav .nav-icons {
    overflow: hidden;
  }
}
@media (min-width: 1281px) {
  /* line 388, ../sass/partials/_navigation.scss */
  .secondary-nav .nav-links {
    width: 88.449219%;
  }
  /* line 391, ../sass/partials/_navigation.scss */
  .secondary-nav .nav-links a {
    padding: 20px 2%;
  }
}

/* line 399, ../sass/partials/_navigation.scss */
.mobile-secondary-nav {
  position: fixed;
  background: #034ea0;
  z-index: 11;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 0px;
  padding: 0;
  display: none;
  font-weight: 100;
  text-transform: uppercase;
}
/* line 413, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .nav-links {
  background: #232323;
  width: 100%;
}
/* line 419, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .mobile-tab {
  height: 30px;
  min-width: 145px;
  position: absolute;
  background: #023e7f;
  display: block;
  border: 1px solid black;
  color: white;
  text-align: center;
  font-size: 13px;
  padding: 7px 0px 8px;
  border-bottom: none;
  left: 50%;
  margin-top: -17px;
  margin-left: -77.5px;
  z-index: 2;
}
/* line 434, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .mobile-tab h4, .mobile-secondary-nav .mobile-tab p.intro.upcoming-new-hotels {
  margin: 0px;
  padding: 0px;
}
/* line 438, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .mobile-tab h4 span, .mobile-secondary-nav .mobile-tab p.intro.upcoming-new-hotels span {
  margin: -5px 2px 0px 0px;
}
/* line 444, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .nav-icons {
  float: left;
  width: auto;
}
/* line 448, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .nav-icons a {
  display: block;
  height: 100%;
  float: left;
  width: 44px;
  height: 47px;
  background: #505050;
  border-right: #686868 solid 1px;
  border-left: #3c3c3c solid 1px;
  letter-spacing: .02em;
}
/* line 459, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .nav-icons a.active {
  width: 43px;
}
/* line 464, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .nav-icons span {
  margin: 10px 12px;
}
/* line 469, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .nav-links {
  width: 100%;
  position: absolute;
  margin-top: -20px;
  border-bottom: solid 1px #000;
  overflow-y: auto;
}
/* line 475, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .nav-links a {
  background: #034ea0;
  width: 100%;
  height: auto;
  visibility: hidden;
  display: block;
  padding: 12px 21.5% 10px 20px;
  border-bottom: solid 1px #023e7f;
  border-top: solid 1px #0357b3;
}
/* line 487, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .icon.phone-white, .mobile-secondary-nav #map .cr-map-nav a.phone-white:after, #map .cr-map-nav .mobile-secondary-nav a.phone-white:after {
  margin: 8px 10px;
}
/* line 491, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .icon.map-white, .mobile-secondary-nav #map .cr-map-nav a.map-white:after, #map .cr-map-nav .mobile-secondary-nav a.map-white:after {
  margin: 8px 10px;
}
/* line 495, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .icon.email-white, .mobile-secondary-nav #map .cr-map-nav a.email-white:after, #map .cr-map-nav .mobile-secondary-nav a.email-white:after {
  margin: 13px 8px;
}
/* line 499, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .icon.share-white, .mobile-secondary-nav #map .cr-map-nav a.share-white:after, #map .cr-map-nav .mobile-secondary-nav a.share-white:after {
  margin: 8px 10px;
}
/* line 503, ../sass/partials/_navigation.scss */
.mobile-secondary-nav .mobile-cta {
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-top: 15px;
}
@media (max-width: 800px) {
  /* line 399, ../sass/partials/_navigation.scss */
  .mobile-secondary-nav {
    display: block;
  }
}

/* line 10, ../sass/partials/_footer.scss */
.frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* line 21, ../sass/partials/_footer.scss */
#footer {
  position: relative;
  color: white;
  font-size: 0.85em;
  font-weight: 100;
  z-index:0;
  clear: both;
}
/* line 27, ../sass/partials/_footer.scss */
#footer strong {
  display: block;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.4em;
}
/* line 36, ../sass/partials/_footer.scss */
#footer p {
  clear: both;
  margin-bottom: 0;
  line-height: 1.4em;
  letter-spacing: 1px;
  overflow: hidden;
  *zoom: 1;
}
/* line 44, ../sass/partials/_footer.scss */
#footer .mobile {
  display: none;
}
/* line 52, ../sass/partials/_footer.scss */
#footer .top,
#footer .mid,
#footer .bottom,
#footer .content-container,
#footer .questions,
#footer .newsletter-signup,
#footer .newsletter-form {
  overflow: hidden;
  *zoom: 1;
}
/* line 56, ../sass/partials/_footer.scss */
#footer .top {
  background: #3c3c3c;
  color: #fefefe;
  /*Start - al.balangue Fix for SDM 126781 */
  position: relative;
  z-index: 1;
  /*End- al.balangue Fix for SDM 126781 */
}
/* line 59, ../sass/partials/_footer.scss */
#footer .top a {
  color: #fefefe;
}
/* line 64, ../sass/partials/_footer.scss */
#footer .mid {
  background: #232323;
  position: relative;
  z-index: 1;
}
/* line 70, ../sass/partials/_footer.scss */
#footer .bottom {
  background-color: black;
  clear: both;
  color: #5c5c5c;
  padding: 1em;
  text-align: center;
  font-weight: 400;
}
/* line 77, ../sass/partials/_footer.scss */
#footer .bottom img {
  margin-left: 1em;
  vertical-align: middle;
}
/* line 85, ../sass/partials/_footer.scss */
#footer .questions,
#footer .newsletter-signup,
#footer .footer-social {
  padding: 1em;
}
/* line 89, ../sass/partials/_footer.scss */
#footer .questions,
#footer .newsletter-label {
  float: left;
  width: 25%;
}
/* line 93, ../sass/partials/_footer.scss */
#footer .newsletter-signup {
  float: left;
  width: 50%;
  border-left: 1px solid black;
  border-right: 1px solid #232323;
}
/* line 98, ../sass/partials/_footer.scss */
#footer .newsletter-signup .btn-primary, #footer .newsletter-signup .btn--RAD_B,
#footer .newsletter-signup .btn--RAD_G,
#footer .newsletter-signup .btn--RAD_E,
#footer .newsletter-signup .btn--CHI,
#footer .newsletter-signup .btn--PII,
#footer .newsletter-signup .btn--PKP,
#footer .newsletter-signup .btn--PKP_A,
#footer .newsletter-signup .btn--QCN {
  width: 20%;
}
/* line 102, ../sass/partials/_footer.scss */
#footer .newsletter-label {
  width: 40%;
  padding-right: 1em;
}
/* line 106, ../sass/partials/_footer.scss */
#footer .newsletter-form {
  padding: 1.5em 0 1em;
}
/* line 109, ../sass/partials/_footer.scss */
#footer .footer-input {
  background: #323232 none no-repeat;
  border: 1px solid #323232;
  color: #fefefe;
}
/* line 117, ../sass/partials/_footer.scss */
#footer .newsletter-form .input-required-holder {
  width: 78%;
  float: left;
}
/* line 122, ../sass/partials/_footer.scss */
#footer .newsletter-form button {
  float: left;
  margin: 0;
}
/* line 128, ../sass/partials/_footer.scss */
#footer .footer-social {
  float: right;
  text-align: left;
  width: 25%;
}
/* line 132, ../sass/partials/_footer.scss */
#footer .footer-social strong {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.6em;
}
/* line 137, ../sass/partials/_footer.scss */
#footer .footer-social a {
  margin-right: 0.2em;
  margin-bottom: 0.5em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 143, ../sass/partials/_footer.scss */
#footer .footer-social a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 147, ../sass/partials/_footer.scss */
#footer .footer-social a span {
  display: none;
}
/* line 152, ../sass/partials/_footer.scss */
#footer .footer-social .iconfont {
  font-size: 25px;
}
/* line 157, ../sass/partials/_footer.scss */
#footer .footer-links {
  text-align: center;
  width: 100%;
  float: none;
}
/* line 161, ../sass/partials/_footer.scss */
#footer .footer-links ul {
  margin: 0;
  padding: 1em 1em 1em 0;
}
/* line 165, ../sass/partials/_footer.scss */
#footer .footer-links li {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  width: auto;
}
/* line 171, ../sass/partials/_footer.scss */
#footer .footer-links a {
  color: #7f7f7f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
}
/* line 179, ../sass/partials/_footer.scss */
#footer .ribbon {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #505050;
  clear: both;
  text-align: center;
  width: 100%;
  position: relative;
}
/* line 186, ../sass/partials/_footer.scss */
#footer .ribbon ul {
  overflow: hidden;
  *zoom: 1;
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 193, ../sass/partials/_footer.scss */
#footer .ribbon li {
  display: table-cell;
  margin: 0;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  width: 14%;
}
/* line 200, ../sass/partials/_footer.scss */
#footer .ribbon li.first {
  width: 16%;
}
/* line 202, ../sass/partials/_footer.scss */
#footer .ribbon li.first img {
  vertical-align: middle;
}
/* line 210, ../sass/partials/_footer.scss */
#footer .ribbon-body {
  width: 100%;
}
/* line 215, ../sass/partials/_footer.scss */
#footer .ribbon-action.next, #footer .ribbon-action.prev {
  bottom: 0;
  display: block;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 229, ../sass/partials/_footer.scss */
#footer .ribbon-action.next.disabled, #footer .ribbon-action.prev.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 232, ../sass/partials/_footer.scss */
#footer .ribbon-action.next .icon, #footer .ribbon-action.next #map .cr-map-nav a:after, #map .cr-map-nav #footer .ribbon-action.next a:after, #footer .ribbon-action.prev .icon, #footer .ribbon-action.prev #map .cr-map-nav a:after, #map .cr-map-nav #footer .ribbon-action.prev a:after {
  margin-top: 35px;
}
/* line 235, ../sass/partials/_footer.scss */
#footer .ribbon-action.next .back-arrow, #footer .ribbon-action.prev .back-arrow {
  background-position: 0 -3109px;
}
/* line 238, ../sass/partials/_footer.scss */
#footer .ribbon-action.next .forward-arrow, #footer .ribbon-action.prev .forward-arrow {
  background-position: 0 -3353px;
}
/* line 242, ../sass/partials/_footer.scss */
#footer .ribbon-action.next {
  right: 0%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF232323', endColorstr='#FF232323');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(35, 35, 35, 0)), color-stop(30%, #232323), color-stop(100%, #232323));
  background-image: -webkit-linear-gradient(left, rgba(35, 35, 35, 0) 0%, #232323 30%, #232323 100%);
  background-image: -moz-linear-gradient(left, rgba(35, 35, 35, 0) 0%, #232323 30%, #232323 100%);
  background-image: -o-linear-gradient(left, rgba(35, 35, 35, 0) 0%, #232323 30%, #232323 100%);
  background-image: linear-gradient(left, rgba(35, 35, 35, 0) 0%, #232323 30%, #232323 100%);
}
/* line 249, ../sass/partials/_footer.scss */
#footer .ribbon-action.prev {
  left: 0%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF232323', endColorstr='#FF232323');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #232323), color-stop(70%, #232323), color-stop(100%, rgba(35, 35, 35, 0)));
  background-image: -webkit-linear-gradient(left, #232323 0%, #232323 70%, rgba(35, 35, 35, 0) 100%);
  background-image: -moz-linear-gradient(left, #232323 0%, #232323 70%, rgba(35, 35, 35, 0) 100%);
  background-image: -o-linear-gradient(left, #232323 0%, #232323 70%, rgba(35, 35, 35, 0) 100%);
  background-image: linear-gradient(left, #232323 0%, #232323 70%, rgba(35, 35, 35, 0) 100%);
}
@media (max-width: 800px) {
  /* line 259, ../sass/partials/_footer.scss */
  #footer strong {
    font-size: 1.4em;
    line-height: 1.3em;
  }
  /* line 263, ../sass/partials/_footer.scss */
  #footer .tablet {
    display: none;
  }
  /* line 264, ../sass/partials/_footer.scss */
  #footer .mobile {
    display: block;
  }
  /* line 266, ../sass/partials/_footer.scss */
  #footer .frame {
    background: url('../images/footer-bg3.png?1418408359') repeat-y 20% 0;
    background-size: 100% 100%;
    z-index: 2;
  }
  /* line 274, ../sass/partials/_footer.scss */
  #footer .questions,
  #footer .newsletter-signup,
  #footer .newsletter-label {
    width: 100%;
    float: none;
  }
  /* line 279, ../sass/partials/_footer.scss */
  #footer .questions {
    border-bottom: 2px solid #232323;
    position: relative;
    min-height: 75px;
  }
  /* line 283, ../sass/partials/_footer.scss */
  #footer .questions .icon, #footer .questions #map .cr-map-nav a:after, #map .cr-map-nav #footer .questions a:after, #footer .questions .iconfont {
    position: absolute;
    top: 1em;
  }
  /* line 288, ../sass/partials/_footer.scss */
  #footer .questions .iconfont {
    width: 44px;
    height: 44px;
    background: #505050;
    border: 1px solid white;
  }
  /* line 294, ../sass/partials/_footer.scss */
  #footer .questions .iconfont span {
    display: none;
  }
  /* line 298, ../sass/partials/_footer.scss */
  #footer .questions .icon-email, #footer .questions .iconfont-envelope {
    right: 1em;
  }
  /* line 299, ../sass/partials/_footer.scss */
  #footer .questions .icon-phone, #footer .questions .iconfont-phone {
    right: 5em;
  }
  /* line 301, ../sass/partials/_footer.scss */
  #footer .questions .iconfont-phone:before {
    font-size: 30px;
    left: 10px;
    top: 5px;
    position: relative;
  }
  /* line 308, ../sass/partials/_footer.scss */
  #footer .questions .iconfont-envelope:before {
    font-size: 21px;
    left: 7px;
    top: 9px;
    position: relative;
  }
  /* line 317, ../sass/partials/_footer.scss */
  #footer .newsletter-label strong {
    float: none;
    display: inline;
  }
  /* line 323, ../sass/partials/_footer.scss */
  #footer .newsletter-signup {
    display: none;
  }
  /* line 325, ../sass/partials/_footer.scss */
  #footer .newsletter-signup .footer-input {
    width: 80%;
  }
  /* line 330, ../sass/partials/_footer.scss */
  #footer .footer-social {
    float: none;
    text-align: left;
    width: 100%;
    margin-top: 0;
  }
  /* line 335, ../sass/partials/_footer.scss */
  #footer .footer-social strong {
    float: left;
    width: auto;
    margin-right: 0.5em;
  }
  /* line 342, ../sass/partials/_footer.scss */
  #footer .footer-links {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #505050;
  }
  /* line 346, ../sass/partials/_footer.scss */
  #footer .footer-links ul {
    padding: 1em;
  }
  /* line 349, ../sass/partials/_footer.scss */
  #footer .footer-links li {
    float: none;
    text-align: left;
    width: 100%;
  }
  /* line 354, ../sass/partials/_footer.scss */
  #footer .footer-links a:active {
    color: #034ea0;
  }
  /* line 359, ../sass/partials/_footer.scss */
  #footer .ribbon {
    position: relative;
    overflow: hidden;
  }
  /* line 362, ../sass/partials/_footer.scss */
  #footer .ribbon .ribbon-body {
    position: relative;
    overflow: visible;
    width: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
  /* line 368, ../sass/partials/_footer.scss */
  #footer .ribbon ul {
    overflow: visible;
    width: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }
  /* line 374, ../sass/partials/_footer.scss */
  #footer .ribbon li {
    width: 35%;
    padding: 1em 3em;
  }
  /* line 378, ../sass/partials/_footer.scss */
  #footer .ribbon a {
    pointer-events: none;
  }
  /* line 381, ../sass/partials/_footer.scss */
  #footer .ribbon .first {
    padding-bottom: 2em;
  }
}
@media (min-width: 801px) {
  /* line 391, ../sass/partials/_footer.scss */
  #footer .ribbon-actions {
    display: none;
  }
}
@media (min-width: 1281px) {
  /* line 398, ../sass/partials/_footer.scss */
  #footer .ribbon-actions {
    display: none;
  }
}

/* line 1, ../sass/partials/_meetings.scss */
.meetings {
  *zoom: 1;
  width: 100.0%;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: auto;
  margin-right: auto;
}
/* line 2, ../sass/partials/_meetings.scss */
.meetings .fold-list {
  overflow: hidden;
}
/* line 4, ../sass/partials/_meetings.scss */
.meetings .fold-list a {
  display: block;
  font-size: 14px;
  font-weight: 100;
  line-height: 18px;
}
/* line 10, ../sass/partials/_meetings.scss */
.meetings .fold-list .fold {
  width: 50%;
  float: left;
  margin-right: 0%;
  display: inline;
  margin-bottom: 10px;
}
/* line 14, ../sass/partials/_meetings.scss */
.meetings .fold-list .fold .list-blue-down-arrow,
.meetings .fold-list .fold .list-blue-up-arrow {
  display: none;
}
/* line 17, ../sass/partials/_meetings.scss */
.meetings .fold-list .fold .content {
  overflow: hidden;
}
/* line 20, ../sass/partials/_meetings.scss */
.meetings .fold-list .fold.odd {
  clear: left;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.meetings:after {
  content: "";
  display: table;
  clear: both;
}
/* line 27, ../sass/partials/_meetings.scss */
.meetings p {
  clear: both;
}
/* line 30, ../sass/partials/_meetings.scss */
.meetings h2 {
  color: #1258a3;
}
/* line 33, ../sass/partials/_meetings.scss */
.meetings h4, .meetings p.intro.upcoming-new-hotels {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 16px 0 8px;
}
.meetings .featured-accordion .detail h4{
  color: #505050;
}
/* line 40, ../sass/partials/_meetings.scss */
.meetings hr {
  height: 2px;
  background: url("/images/bg-h2.png") no-repeat left center;
  border: none;
  margin: 10px 0 25px 0;
}
/* line 47, ../sass/partials/_meetings.scss */
.meetings .marquee.featured .slide-info-mobile {
  left: 40%;
  width: 60%;
  bottom: 20px;
}
/* line 51, ../sass/partials/_meetings.scss */
.meetings .marquee.featured .slide-info-mobile p {
  font-size: 24px;
  color: #1258a3;
  margin-bottom: 10px;
  line-height: 26px;
}
/* line 58, ../sass/partials/_meetings.scss */
.meetings .marquee.featured .slide-info {
  display: none;
}
@media (max-width: 801px) {
  /* line 63, ../sass/partials/_meetings.scss */
  .meetings .feature-separator {
    padding: 15px 20px;
    display: none;
  }
  /* line 67, ../sass/partials/_meetings.scss */
  .meetings .feature-separator h2, .meetings .feature-separator p {
    color: white;
    margin: 0px;
    padding: 0px;
  }
  /* line 73, ../sass/partials/_meetings.scss */
  .meetings .feature-separator p {
    padding: 10px 0px;
  }
  /* line 79, ../sass/partials/_meetings.scss */
  .meetings .fold-list .fold {
    width: 100%;
    float: left;
    margin-right: 0%;
    border-top: solid 2px #e8e8e8;
    cursor: pointer;
    margin-bottom: 10px;
  }
  /* line 84, ../sass/partials/_meetings.scss */
  .meetings .fold-list .fold h4, .meetings .fold-list .fold p.intro.upcoming-new-hotels {
    font-size: 16px;
    color: #1258a3;
  }
  /* line 88, ../sass/partials/_meetings.scss */
  .meetings .fold-list .fold a {
    font-size: 14px;
  }
  /* line 92, ../sass/partials/_meetings.scss */
  .meetings .fold-list .fold.active .list-blue-down-arrow {
    display: none;
  }
  /* line 93, ../sass/partials/_meetings.scss */
  .meetings .fold-list .fold.active .list-blue-up-arrow {
    display: inline-block;
  }
  /* line 96, ../sass/partials/_meetings.scss */
  .meetings .fold-list .fold .list-blue-down-arrow,
  .meetings .fold-list .fold .list-blue-up-arrow {
    float: right;
    display: none;
    margin-right: 1em;
  }
  /* line 101, ../sass/partials/_meetings.scss */
  .meetings .fold-list .fold .list-blue-down-arrow {
    display: inline-block;
  }
  /* line 102, ../sass/partials/_meetings.scss */
  .meetings .fold-list .fold .content {
    overflow: auto;
    display: none;
  }
}
@media (min-width: 801px) {
  /* line 1, ../sass/partials/_meetings.scss */
  .meetings {
    color: #232323;
    font-weight: 100;
  }
  /* line 115, ../sass/partials/_meetings.scss */
  .meetings .feature-separator {
    display: block;
    overflow: hidden;
    background-color: #034EA0;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
  }
  /* line 123, ../sass/partials/_meetings.scss */
  .meetings .feature-separator h2, .meetings .feature-separator p {
    margin: 0px;
    padding: 0px;
    color: white;
  }
  /* line 129, ../sass/partials/_meetings.scss */
  .meetings .feature-separator p {
    clear: none;
    display: inline-block;
    margin-top: 6px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 140, ../sass/partials/_meetings.scss */
  .meetings .feature-separator h2, .meetings .feature-separator h3 {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 0;
    width: auto;
    float: left;
  }
  /* line 148, ../sass/partials/_meetings.scss */
  .meetings .feature-separator button {
    margin: 6px 0px 0px 0px;
  }
  /* line 154, ../sass/partials/_meetings.scss */
  .meetings .marquee.featured .slide-info-mobile {
    display: none;
  }
  /* line 155, ../sass/partials/_meetings.scss */
  .meetings .marquee.featured .slide-info {
    display: block;
    color: #232323;
    width: 50%;
    background: url("../images/gradientWHT.png") no-repeat left center;
    left: 50%;
  }
}



/* line 1, ../sass/partials/_featured-promos.scss */
.featured-promos {
  height: 82%;
  margin: 2.5% 2.5% 4%;
  text-align: left;
}
/* line 5, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_background {
  float: left;
  width: 35%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}
/* line 12, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_background:before {
  z-index: 2;
  background-image:none;
}
/* line 18, ../sass/partials/_featured-promos.scss */
.lt-ie10 .featured-promos .featured-promos_background:before {
  z-index: 1;
  top: 40%;
}
/* line 24, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_background img {
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 20, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_intro {
  display: table;
  height: 100%;
  padding: 0 7%;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  width: 40%;
  z-index: 5;
}
/* line 32, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_faux-cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 51, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_faux-cell h2, .featured-promos .featured-promos_faux-cell p {
  z-index: 5;
  position: relative;
}
/* line 56, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_panels {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 65%;
}
/* line 42, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_panels > ul {
  margin: 0;
  padding: 0;
}
/* line 46, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_panels .item {
  display: block;
  float: left;
  padding: 5%;
  position: relative;
  width: 50%;
}
/* line 77, ../sass/partials/_featured-promos.scss */
.lt-ie10 .featured-promos .featured-promos_panels .item:before {
  z-index: 1;
}
/* line 83, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_panels .item .btn {
  position: absolute;
  bottom: 0;
}
/* line 56, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_panels .item .item_content {
  height: 100%;
  position: relative;
  z-index: 5;
  min-width: 100%;
}
/* line 63, ../sass/partials/_featured-promos.scss */
.featured-promos .featured-promos_panels .sliding-list {
  height: 100%;
  overflow: auto;
  position: absolute;
  right: 0;
  width: 100%;
}

/* ====================
 *  MOBILE
 * ====================
 */
/* line 77, ../sass/partials/_featured-promos.scss */
.mobile .featured-promos_background,
.mobile .featured-promos_intro {
  display: none;
}
/* line 80, ../sass/partials/_featured-promos.scss */
.mobile .featured-promos {
  height: 100%;
  margin: 0;
}
/* line 84, ../sass/partials/_featured-promos.scss */
.mobile .featured-promos_panels {
  width: 100%;
}
/* line 86, ../sass/partials/_featured-promos.scss */
.mobile .featured-promos_panels .item {
  width: 100%;
}


/* line 5, ../sass/partials/_map.scss */
#map {
  position: relative;
  overflow: hidden;
}
/* line 9, ../sass/partials/_map.scss */
#map .ui-tooltip-content {
  text-align: center;
}
/*CARLSON Start removing get-directions icon

/*CARLSON End removing get-directions icon
/* line 23, ../sass/partials/_map.scss */
#map .explore-hotel-detail {
  background-color: white;
}
/* CALSON adding explore-partners-detail */
#map .explore-partners-detail {
  background-color: white;
  overflow-y: scroll;
}
/* line 30, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .trip-advisor,
#map .explore-hotel-detail .trip-advisor,
#map .explore-partners-detail .trip-advisor,
#map .explore-city-detail .trip-advisor {
  float: none;
}
/* line 33, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40,
#map .explore-hotel-detail .col40,
#map .explore-partners-detail .col40,
#map .explore-city-detail .col40 {
  padding: 1em 1em 20px 1em;
  text-align: left;
}
/* line 36, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 form,
#map .explore-hotel-detail .col40 form,
#map .explore-partners-detail .col40 form,
#map .explore-city-detail .col40 form {
  margin: 20px 0;
}
/* line 38, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 form .weather-zip-forecast,
#map .explore-hotel-detail .col40 form .weather-zip-forecast,
#map .explore-partners-detail .col40 form .weather-zip-forecast,
#map .explore-city-detail .col40 form .weather-zip-forecast {
  border: 1px solid #ddd;
  width: 60%;
  padding: 0;
  padding: 10px 0 13px 2%;
}
/* line 44, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 form .weather-zip-go,
#map .explore-hotel-detail .col40 form .weather-zip-go,
#map .explore-partners-detail .col40 form .weather-zip-go,
#map .explore-city-detail .col40 form .weather-zip-go {
  border: 1px solid #c0c0c0;
  background: #c0c0c0;
  color: #fff;
  background-color: #505050;
}
/* line 51, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 .weather-view-in-fahrenheit,
#map .explore-hotel-detail .col40 .weather-view-in-fahrenheit,
#map .explore-partners-detail .col40 .weather-view-in-fahrenheit,
#map .explore-city-detail .col40 .weather-view-in-fahrenheit {
  width: 120px;
  height: 40px;
  margin: 20px 0;
  padding: 12px 10px;
  background-color: #505050;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
/* line 61, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 .weather-view-in-fahrenheit a,
#map .explore-hotel-detail .col40 .weather-view-in-fahrenheit a,
#map .explore-partners-detail .col40 .weather-view-in-fahrenheit a,
#map .explore-city-detail .col40 .weather-view-in-fahrenheit a {
  color: #fff;
}
/* line 64, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 .weather-view-in-fahrenheit .switch-container,
#map .explore-hotel-detail .col40 .weather-view-in-fahrenheit .switch-container,
#map .explore-partners-detail .col40 .weather-view-in-fahrenheit .switch-container,
#map .explore-city-detail .col40 .weather-view-in-fahrenheit .switch-container {
  width: 10%;
  display: inline;
}
/* line 67, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 .weather-view-in-fahrenheit .switch-container .switch,
#map .explore-hotel-detail .col40 .weather-view-in-fahrenheit .switch-container .switch,
#map .explore-partners-detail .col40 .weather-view-in-fahrenheit .switch-container .switch,
#map .explore-city-detail .col40 .weather-view-in-fahrenheit .switch-container .switch {
  width: 10%;
  display: inline;
}
/* line 70, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 .weather-view-in-fahrenheit .switch-container .switch span,
#map .explore-hotel-detail .col40 .weather-view-in-fahrenheit .switch-container .switch span,
#map .explore-partners-detail .col40 .weather-view-in-fahrenheit .switch-container .switch span,
#map .explore-city-detail .col40 .weather-view-in-fahrenheit .switch-container .switch span {
  display: inline;
}
/* line 78, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40,
#map .explore-weather-detail .col60,
#map .explore-hotel-detail .col40,
#map .explore-hotel-detail .col60,
#map .explore-partners-detail .col40,
#map .explore-partners-detail .col60,
#map .explore-city-detail .col40,
#map .explore-city-detail .col60 {
  overflow-y: auto;
}
/* line 81, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table,
#map .explore-weather-detail .col60 table.weather-table,
#map .explore-hotel-detail .col40 table.weather-table,
#map .explore-hotel-detail .col60 table.weather-table,
#map .explore-partners-detail .col40 table.weather-table,
#map .explore-partners-detail .col60 table.weather-table,
#map .explore-city-detail .col40 table.weather-table,
#map .explore-city-detail .col60 table.weather-table {
  width: 100%;
  background: #f4f4f4;
}
/* line 85, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr:first-child,
#map .explore-weather-detail .col60 table.weather-table tbody tr:first-child,
#map .explore-hotel-detail .col40 table.weather-table tbody tr:first-child,
#map .explore-hotel-detail .col60 table.weather-table tbody tr:first-child,
#map .explore-partners-detail .col40 table.weather-table tbody tr:first-child,
#map .explore-partners-detail .col60 table.weather-table tbody tr:first-child,
#map .explore-city-detail .col40 table.weather-table tbody tr:first-child,
#map .explore-city-detail .col60 table.weather-table tbody tr:first-child {
  width: 100%;
  height: 60px;
  background-color: #555;
}
/* line 89, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr:first-child td,
#map .explore-weather-detail .col60 table.weather-table tbody tr:first-child td,
#map .explore-hotel-detail .col40 table.weather-table tbody tr:first-child td,
#map .explore-hotel-detail .col60 table.weather-table tbody tr:first-child td,
#map .explore-partners-detail .col40 table.weather-table tbody tr:first-child td,
#map .explore-partners-detail .col60 table.weather-table tbody tr:first-child td,
#map .explore-city-detail .col40 table.weather-table tbody tr:first-child td,
#map .explore-city-detail .col60 table.weather-table tbody tr:first-child td {
  padding-left: 4%;
}
/* line 91, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr:first-child td img.weather-icon,
#map .explore-weather-detail .col60 table.weather-table tbody tr:first-child td img.weather-icon,
#map .explore-hotel-detail .col40 table.weather-table tbody tr:first-child td img.weather-icon,
#map .explore-hotel-detail .col60 table.weather-table tbody tr:first-child td img.weather-icon,
#map .explore-partners-detail .col40 table.weather-table tbody tr:first-child td img.weather-icon,
#map .explore-partners-detail .col60 table.weather-table tbody tr:first-child td img.weather-icon,
#map .explore-city-detail .col40 table.weather-table tbody tr:first-child td img.weather-icon,
#map .explore-city-detail .col60 table.weather-table tbody tr:first-child td img.weather-icon {
  margin-right: 5%;
  float: left;
}
/* line 95, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr:first-child td span.today,
#map .explore-weather-detail .col60 table.weather-table tbody tr:first-child td span.today,
#map .explore-hotel-detail .col40 table.weather-table tbody tr:first-child td span.today,
#map .explore-hotel-detail .col60 table.weather-table tbody tr:first-child td span.today,
#map .explore-partners-detail .col40 table.weather-table tbody tr:first-child td span.today,
#map .explore-partners-detail .col60 table.weather-table tbody tr:first-child td span.today,
#map .explore-city-detail .col40 table.weather-table tbody tr:first-child td span.today,
#map .explore-city-detail .col60 table.weather-table tbody tr:first-child td span.today {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
}
/* line 101, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr:first-child td span.date,
#map .explore-weather-detail .col60 table.weather-table tbody tr:first-child td span.date,
#map .explore-hotel-detail .col40 table.weather-table tbody tr:first-child td span.date,
#map .explore-hotel-detail .col60 table.weather-table tbody tr:first-child td span.date,
#map .explore-partners-detail .col40 table.weather-table tbody tr:first-child td span.date,
#map .explore-partners-detail .col60 table.weather-table tbody tr:first-child td span.date,
#map .explore-city-detail .col40 table.weather-table tbody tr:first-child td span.date,
#map .explore-city-detail .col60 table.weather-table tbody tr:first-child td span.date {
  color: #f5f5f5;
  font-weight: 100;
  font-size: 12px;
}
/* line 106, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr:first-child td span.temp-high,
#map .explore-weather-detail .col60 table.weather-table tbody tr:first-child td span.temp-high,
#map .explore-hotel-detail .col40 table.weather-table tbody tr:first-child td span.temp-high,
#map .explore-hotel-detail .col60 table.weather-table tbody tr:first-child td span.temp-high,
#map .explore-partners-detail .col40 table.weather-table tbody tr:first-child td span.temp-high,
#map .explore-partners-detail .col60 table.weather-table tbody tr:first-child td span.temp-high,
#map .explore-city-detail .col40 table.weather-table tbody tr:first-child td span.temp-high,
#map .explore-city-detail .col60 table.weather-table tbody tr:first-child td span.temp-high {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  margin-right: 10px;
}
/* line 112, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr:first-child td span.temp-low,
#map .explore-weather-detail .col60 table.weather-table tbody tr:first-child td span.temp-low,
#map .explore-hotel-detail .col40 table.weather-table tbody tr:first-child td span.temp-low,
#map .explore-hotel-detail .col60 table.weather-table tbody tr:first-child td span.temp-low,
#map .explore-partners-detail .col40 table.weather-table tbody tr:first-child td span.temp-low,
#map .explore-partners-detail .col60 table.weather-table tbody tr:first-child td span.temp-low,
#map .explore-city-detail .col40 table.weather-table tbody tr:first-child td span.temp-low,
#map .explore-city-detail .col60 table.weather-table tbody tr:first-child td span.temp-low {
  color: #a2a2a2;
  font-weight: 100;
  font-size: 15px;
}
/* line 117, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr:first-child td span.desc,
#map .explore-weather-detail .col60 table.weather-table tbody tr:first-child td span.desc,
#map .explore-hotel-detail .col40 table.weather-table tbody tr:first-child td span.desc,
#map .explore-hotel-detail .col60 table.weather-table tbody tr:first-child td span.desc,
#map .explore-partners-detail .col40 table.weather-table tbody tr:first-child td span.desc,
#map .explore-partners-detail .col60 table.weather-table tbody tr:first-child td span.desc,
#map .explore-city-detail .col40 table.weather-table tbody tr:first-child td span.desc,
#map .explore-city-detail .col60 table.weather-table tbody tr:first-child td span.desc {
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  position: relative;
  top: 8px;
}
/* line 126, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr,
#map .explore-weather-detail .col60 table.weather-table tbody tr,
#map .explore-hotel-detail .col40 table.weather-table tbody tr,
#map .explore-hotel-detail .col60 table.weather-table tbody tr,
#map .explore-partners-detail .col40 table.weather-table tbody tr,
#map .explore-partners-detail .col60 table.weather-table tbody tr,
#map .explore-city-detail .col40 table.weather-table tbody tr,
#map .explore-city-detail .col60 table.weather-table tbody tr {
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 70px;
}
/* line 130, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr td,
#map .explore-weather-detail .col60 table.weather-table tbody tr td,
#map .explore-hotel-detail .col40 table.weather-table tbody tr td,
#map .explore-hotel-detail .col60 table.weather-table tbody tr td,
#map .explore-partners-detail .col40 table.weather-table tbody tr td,
#map .explore-partners-detail .col60 table.weather-table tbody tr td,
#map .explore-city-detail .col40 table.weather-table tbody tr td,
#map .explore-city-detail .col60 table.weather-table tbody tr td {
  padding-left: 4%;
}
/* line 132, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr td img.weather-icon,
#map .explore-weather-detail .col60 table.weather-table tbody tr td img.weather-icon,
#map .explore-hotel-detail .col40 table.weather-table tbody tr td img.weather-icon,
#map .explore-hotel-detail .col60 table.weather-table tbody tr td img.weather-icon,
#map .explore-partners-detail .col40 table.weather-table tbody tr td img.weather-icon,
#map .explore-partners-detail .col60 table.weather-table tbody tr td img.weather-icon,
#map .explore-city-detail .col40 table.weather-table tbody tr td img.weather-icon,
#map .explore-city-detail .col60 table.weather-table tbody tr td img.weather-icon {
  margin-right: 5%;
  float: left;
}
/* line 136, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr td span.today,
#map .explore-weather-detail .col60 table.weather-table tbody tr td span.today,
#map .explore-hotel-detail .col40 table.weather-table tbody tr td span.today,
#map .explore-hotel-detail .col60 table.weather-table tbody tr td span.today,
#map .explore-partners-detail .col40 table.weather-table tbody tr td span.today,
#map .explore-partners-detail .col60 table.weather-table tbody tr td span.today,
#map .explore-city-detail .col40 table.weather-table tbody tr td span.today,
#map .explore-city-detail .col60 table.weather-table tbody tr td span.today {
  float: left;
  color: #111;
  margin-bottom: 10px;
  width: 100%;
}
/* line 142, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr td span.date,
#map .explore-weather-detail .col60 table.weather-table tbody tr td span.date,
#map .explore-hotel-detail .col40 table.weather-table tbody tr td span.date,
#map .explore-hotel-detail .col60 table.weather-table tbody tr td span.date,
#map .explore-partners-detail .col40 table.weather-table tbody tr td span.date,
#map .explore-partners-detail .col60 table.weather-table tbody tr td span.date,
#map .explore-city-detail .col40 table.weather-table tbody tr td span.date,
#map .explore-city-detail .col60 table.weather-table tbody tr td span.date {
  font-size: 12px;
}
/* line 145, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr td span.temp-high,
#map .explore-weather-detail .col60 table.weather-table tbody tr td span.temp-high,
#map .explore-hotel-detail .col40 table.weather-table tbody tr td span.temp-high,
#map .explore-hotel-detail .col60 table.weather-table tbody tr td span.temp-high,
#map .explore-partners-detail .col40 table.weather-table tbody tr td span.temp-high,
#map .explore-partners-detail .col60 table.weather-table tbody tr td span.temp-high,
#map .explore-city-detail .col40 table.weather-table tbody tr td span.temp-high,
#map .explore-city-detail .col60 table.weather-table tbody tr td span.temp-high {
  font-size: 20px;
  font-weight: 100;
  margin-right: 10px;
}
/* line 150, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr td span.temp-low,
#map .explore-weather-detail .col60 table.weather-table tbody tr td span.temp-low,
#map .explore-hotel-detail .col40 table.weather-table tbody tr td span.temp-low,
#map .explore-hotel-detail .col60 table.weather-table tbody tr td span.temp-low,
#map .explore-partners-detail .col40 table.weather-table tbody tr td span.temp-low,
#map .explore-partners-detail .col60 table.weather-table tbody tr td span.temp-low,
#map .explore-city-detail .col40 table.weather-table tbody tr td span.temp-low,
#map .explore-city-detail .col60 table.weather-table tbody tr td span.temp-low {
  color: #a2a2a2;
  font-weight: 100;
}
/* line 154, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .explore-weather-detail .col40 table.weather-table tbody tr td span.desc,
#map .explore-weather-detail .col60 table.weather-table tbody tr td span.desc,
#map .explore-hotel-detail .col40 table.weather-table tbody tr td span.desc,
#map .explore-hotel-detail .col60 table.weather-table tbody tr td span.desc,
#map .explore-partners-detail .col40 table.weather-table tbody tr td span.desc,
#map .explore-partners-detail .col60 table.weather-table tbody tr td span.desc,
#map .explore-city-detail .col40 table.weather-table tbody tr td span.desc,
#map .explore-city-detail .col60 table.weather-table tbody tr td span.desc {
  color: #444;
  font-size: 14px;
  position: relative;
  top: 8px;
}
/* line 167, ../sass/partials/_map.scss */
#map .map-overlay {
  background: #232323;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 180, ../sass/partials/_map.scss */
#map .cr-map-nav {
  overflow: hidden;
  *zoom: 1;
  background-color: #505050;
  border-bottom: 1px solid #323232;
  display: table;
  width: 100%;
  position: relative;
  z-index: 3;
}
/* line 188, ../sass/partials/_map.scss */
#map .cr-map-nav ul {
  margin: 0;
  display: inline;
  width: 100%;
  padding: 0;
}
/* line 194, ../sass/partials/_map.scss */
#map .cr-map-nav li {
  display: table-cell;
  border-right: 1px solid #3c3c3c;
  width: 13.7%;
  padding-left: 1.7%;
  padding-right: 1.7%;
}
/* line 200, ../sass/partials/_map.scss */
#map .cr-map-nav li.explore-hotel {
  width: 24%;
}
/* line 203, ../sass/partials/_map.scss */
#map .cr-map-nav li.explore-city {
  width: 1000px;
  border-right: none;
}
/* line 207, ../sass/partials/_map.scss */
#map .cr-map-nav li.explore-partner-hotel {
  width: 24%;
}
/* line 210, ../sass/partials/_map.scss */
#map .cr-map-nav li.unavailable {
  cursor: auto;
  /*START -  al.balangue Fix for SDM #126591*/
  border-right: none;
  /*END -  al.balangue Fix for SDM #126591*/
}
/* line 212, ../sass/partials/_map.scss */
#map .cr-map-nav li.unavailable a {
  visibility: hidden;
}
/* line 215, ../sass/partials/_map.scss */
#map .cr-map-nav li.unavailable.disabled-panel-view {
  background: salmon;
}
/* line 219, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_panel {
  background-color: #034ea0;
}
/* line 222, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_panel.active {
  background-color: #023e7f;
}
/* line 226, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_map {
  background-color: #034ea0;
}
/* line 228, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_map.active {
  background-color: #023e7f;
}
/* line 232, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_explore {
  background-color: #505050;
}
/* line 234, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_explore.active {
  background-color: #232323;
}
/* line 238, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_explore-partner {
  background-color: #505050;
}
/* line 240, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_explore-partner.active {
  background-color: #232323;
}
/* line 244, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_explore-city {
  background-color: #505050;
}
/* line 246, ../sass/partials/_map.scss */
#map .cr-map-nav li#map-results_explore-city.active {
  background-color: #232323;
}
/* line 251, ../sass/partials/_map.scss */
#map .cr-map-nav a {
  display: block;
  padding: 1em 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: 100;
  position: relative;
}
/* line 258, ../sass/partials/_map.scss */
#map .cr-map-nav a:after {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 274, ../sass/partials/_map.scss */
#map .cr-map-nav .icon-map-pin,
#map .cr-map-nav .icon-panels,
#map .cr-map-nav .icon-map-explore-hotel,
#map .cr-map-nav .icon-map-explore-partners,
#map .cr-map-nav .icon-map-explore-city {
  margin-top: -3px;
  margin-right: 5px;
}
@media (max-width: 800px) {
  /* line 280, ../sass/partials/_map.scss */
  #map .cr-map-nav .drawer-name {
    display: none;
  }
}
/* line 284, ../sass/partials/_map.scss */
#map .cr-map-nav .primary {
  border-right: 1px solid black;
  padding-left: 1.7%;
  padding-right: 1.7%;
}
/* line 289, ../sass/partials/_map.scss */
#map .cr-map-nav .primary:nth-child(2) {
  border-right: 1px solid black;
}
/* line 293, ../sass/partials/_map.scss */
#map .cr-map-nav .primary a {
  padding: 0.75em 0;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
}
/* line 298, ../sass/partials/_map.scss */
#map .cr-map-nav .primary a:after {
  background: none;
}
/* line 306, ../sass/partials/_map.scss */
#map .cr-map-nav .active a:after {
  top: -14px;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 311, ../sass/partials/_map.scss */
#map .cr-map-nav .active.primary {
  background-color: #232323;
}
/* line 314, ../sass/partials/_map.scss */
#map .cr-map-nav .active.primary a:after {
  display: none;
}
/* line 322, ../sass/partials/_map.scss */
#map .cr-mapDrawer {
  position: absolute;
  bottom: 44px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
  -webkit-transition: bottom 0.6s ease-in-out;
  -moz-transition: bottom 0.6s ease-in-out;
  -o-transition: bottom 0.6s ease-in-out;
  transition: bottom 0.6s ease-in-out;
}
/* line 330, ../sass/partials/_map.scss */
#map .cr-mapDrawer.ng-hide {
  display: block !important;
  bottom: -120%;
}
/* line 335, ../sass/partials/_map.scss */
#map .cr-mapDrawer > .btn,
#map .cr-mapDrawer > .btn-sm {
  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 344, ../sass/partials/_map.scss */
#map .cr-mapDrawer .drawer-body {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 1px;
  -webkit-box-shadow: 0px 0px 10px #232323;
  -moz-box-shadow: 0px 0px 10px #232323;
  box-shadow: 0px 0px 10px #232323;
}
/* line 350, ../sass/partials/_map.scss */
#map .cr-mapDrawer .drawer-body > div {
  border-top: 1px solid #e8e8e8;
  max-height: 525px;
}
/* line 355, ../sass/partials/_map.scss */
#map .cr-mapDrawer .general-content {
  padding: 0.25em 0.25em;
}
/* line 360, ../sass/partials/_map.scss */
#map .cr-mapDrawer .hotel-info,
#map .cr-mapDrawer .description {
  clear: both;
  width: 100%;
  float: none;
}
/* line 364, ../sass/partials/_map.scss */
#map .cr-mapDrawer .hotel-info .amenities,
#map .cr-mapDrawer .description .amenities {
  min-height: 30px;
  margin: 20px 0;
}
/* line 367, ../sass/partials/_map.scss */
#map .cr-mapDrawer .hotel-info .amenities ul,
#map .cr-mapDrawer .description .amenities ul {
  width: 45%;
  float: left;
  margin: 0 0 0 20px;
}
/* line 375, ../sass/partials/_map.scss */
#map .cr-mapDrawer .description {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px;
}
/* Carlson Start changing margin-bottom to 0 px */
/* line 380, ../sass/partials/_map.scss */
#map .cr-mapDrawer .explore-partners .general-content, #map .cr-mapDrawer .explore-partner-hotels .general-content {
  padding: 0.25em 0 0.1em;
  text-align: center;
  margin-bottom: 0px;
}
/* Carlson End changing margin-bottom to 0 px */

/* line 385, ../sass/partials/_map.scss */
#map .cr-mapDrawer .explore-partners img, #map .cr-mapDrawer .explore-partner-hotels img {
  vertical-align: text-top;
  height: 19px;
  width: 13px;
}
/* line 390, ../sass/partials/_map.scss */
#map .cr-mapDrawer .explore-partners input, #map .cr-mapDrawer .explore-partner-hotels input {
  display: none;
}
/* line 393, ../sass/partials/_map.scss */
#map .cr-mapDrawer .explore-partners label, #map .cr-mapDrawer .explore-partner-hotels label {
  display: inline-block;
  padding: 0.5em 1em;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}
/* line 400, ../sass/partials/_map.scss */
#map .cr-mapDrawer .explore-partners .active, #map .cr-mapDrawer .explore-partner-hotels .active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 407, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .box-wrapper {
  height: 100%;
}
/* line 410, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .box {
  height: 100%;
  white-space: initial;
  overflow: hidden;
}
/* line 415, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .box div {
  height: auto;
}
/* line 416, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .box img {
  height: 100%;
  padding: 112px 0 0;
  width: auto;
}
/* line 422, ../sass/partials/_map.scss */
/* CARLSON Start added .panel */
#map .panel-view .featured-3 .panel .ng-scope.single-box {
/* CARLSON End added .panel */
  max-width: 490px;
  margin: 0 auto;
  display: block;
}
/* line 428, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .double-box {
  max-width: 490px;
  display: inline-block;
}
/* line 433, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .btn {
  margin-bottom: 20px;
}
/* line 437, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .phone a {
  margin: 0;
}
/* line 444, ../sass/partials/_map.scss */
#map .map-canvas,
#map .panel-view .featured-3 .panel {
  width: 100%;
  height: 700px;
}
/* line 451, ../sass/partials/_map.scss */
#map .explore-partners .sliding-list {
  height: 0px;
}
/* line 455, ../sass/partials/_map.scss */
#map .explore-partners .sliding-list.active {
  display: block;
}
/* line 459, ../sass/partials/_map.scss */
#map .explore-partners .sliding-list img {
  width: 100%;
  height: 100%;
}
/* line 467, ../sass/partials/_map.scss */
#map .explore-hotel .explore-partners {
  display: none;
}
/* line 470, ../sass/partials/_map.scss */
#map .explore-hotel .explore-partners.active {
  display: block;
}
/* line 476, ../sass/partials/_map.scss */
#map .panel-modal.popup-modal {
  border: 1px solid white;
}
/* line 481, ../sass/partials/_map.scss */
#map .map-info-window a {
  color: #034ea0;
}
/* line 488, ../sass/partials/_map.scss */
#map .mobile .cr-mapDrawer {
  bottom: 0;
  z-index: 4;
}
/* line 492, ../sass/partials/_map.scss */
#map .mobile .cr-mapDrawer > .btn,
#map .mobile .cr-mapDrawer > .btn-sm {
  display: none;
}
/* line 496, ../sass/partials/_map.scss */
#map .mobile #map {
  margin-top: 60px;
  height: 399px;
}
/* line 499, ../sass/partials/_map.scss */
#map .mobile #map .general-content {
  overflow-y: scroll;
  max-height: 385px;
  padding: 1em 1em 0.25em;
}
/* line 505, ../sass/partials/_map.scss */
#map .mobile #map .explore-weather-detail .col40 {
  padding-bottom: 28px !important;
  margin-top: 50px !important;
}
/* line 510, ../sass/partials/_map.scss */
#map .mobile #map .drawer-body {
  max-height: 400px;
}
/* line 517, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .mobile #map .explore-weather-detail .col40,
#map .mobile #map .explore-weather-detail .col60,
#map .mobile #map .explore-hotel-detail .col40,
#map .mobile #map .explore-hotel-detail .col60,
#map .mobile #map .explore-partners-detail .col40,
#map .mobile #map .explore-partners-detail .col60,
#map .mobile #map .explore-city-detail .col40,
#map .mobile #map .explore-city-detail .col60 {
  max-height: initial;
  overflow: hidden;
}
/* line 523, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .mobile #map .explore-weather-detail .col40 table.weather-table tbody tr td,
#map .mobile #map .explore-weather-detail .col60 table.weather-table tbody tr td,
#map .mobile #map .explore-hotel-detail .col40 table.weather-table tbody tr td,
#map .mobile #map .explore-hotel-detail .col60 table.weather-table tbody tr td,
#map .mobile #map .explore-partners-detail .col40 table.weather-table tbody tr td,
#map .mobile #map .explore-partners-detail .col60 table.weather-table tbody tr td,
#map .mobile #map .explore-city-detail .col40 table.weather-table tbody tr td,
#map .mobile #map .explore-city-detail .col60 table.weather-table tbody tr td {
  padding: 1%;
}
/* line 525, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .mobile #map .explore-weather-detail .col40 table.weather-table tbody tr td span.desc,
#map .mobile #map .explore-weather-detail .col60 table.weather-table tbody tr td span.desc,
#map .mobile #map .explore-hotel-detail .col40 table.weather-table tbody tr td span.desc,
#map .mobile #map .explore-hotel-detail .col60 table.weather-table tbody tr td span.desc,
#map .mobile #map .explore-partners-detail .col40 table.weather-table tbody tr td span.desc,
#map .mobile #map .explore-partners-detail .col60 table.weather-table tbody tr td span.desc,
#map .mobile #map .explore-city-detail .col40 table.weather-table tbody tr td span.desc,
#map .mobile #map .explore-city-detail .col60 table.weather-table tbody tr td span.desc {
  top: 0px;
}
/* line 538, ../sass/partials/_map.scss */
#map .mobile .map-canvas a,
#map .mobile .panel-view .featured-3 a {
  display: inline-block;
}
/* line 541, ../sass/partials/_map.scss */
#map .mobile .map-canvas .panel,
#map .mobile .panel-view .featured-3 .panel {
  height: 600px;
  min-height: 600px;
}
/* line 545, ../sass/partials/_map.scss */
#map .mobile .map-canvas .panel .box,
#map .mobile .panel-view .featured-3 .panel .box {
  padding-bottom: 0;
  height: 100%;
  /*max-height: 350px;*/
}
/* line 552, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav {
  display: inline-block;
}
/* line 554, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav a {
  display: inline-block;
  position: static;
}
/* line 557, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav a:after {
  background: none;
}
/* line 561, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav .primary {
  border: none;
}
/* line 564, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav .active {
  padding: 18px 1.5%;
  border: none;
}
/* line 568, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul {
  display: inline;
  padding: 0;
}
/* line 571, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li {
  display: inline;
}
/* line 573, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li:last-child {
  border-right: none;
}
/* line 576, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li a {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  height: 100%;
  width: 29.5%;
  padding-left: 0;
  padding-right: 0;
}
/* line 587, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.primary.map {
  position: relative;
  left: .5%;
}
/* line 591, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.primary a {
  width: 47%;
  padding: 18px 3.3%;
}
/* line 596, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.explore-hotel {
  border-right: none;
}
/* line 599, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.explore-hotel.active a {
  background-color: #232323;
}
/* line 603, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.explore-hotel a {
  font-size: 12px;
  text-align: center;
}
/* line 608, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.explore-city {
  border-right: none;
}
/* line 611, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.explore-city.active a {
  background-color: #232323;
}
/* line 615, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.explore-city a {
  font-size: 12px;
}
/* line 619, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.explore-partner-hotel {
  border-right: none;
  border-left: none;
  position: relative;
  left: 1%;
  width: 29%;
}
/* line 626, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.explore-partner-hotel.active a {
  background-color: #232323;
  width: 30.4%;
}
/* line 631, ../sass/partials/_map.scss */
#map .mobile .cr-map-nav ul li.explore-partner-hotel a {
  font-size: 12px;
}
/* line 647, ../sass/partials/_map.scss */
/* CALSON adding explore-partners-detail */
#map .tablet #map .explore-weather-detail .col40,
#map .tablet #map .explore-weather-detail .col60,
#map .tablet #map .explore-hotel-detail .col40,
#map .tablet #map .explore-hotel-detail .col60,
#map .tablet #map .explore-partners-detail .col40,
#map .tablet #map .explore-partners-detail .col60,
#map .tablet #map .explore-city-detail .col40,
#map .tablet #map .explore-city-detail .col60 {
  max-height: 385px;
}
/* line 653, ../sass/partials/_map.scss */
#map .tablet .map-canvas,
#map .tablet .panel-view .featured-3 .panel {
  height: 600px;
}
/* line 655, ../sass/partials/_map.scss */
#map .tablet .map-canvas h3,
#map .tablet .panel-view .featured-3 .panel h3 {
  padding: 0 25px;
}
/* line 659, ../sass/partials/_map.scss */
#map .tablet .drawer-body {
  max-height: 400px;
}
/* line 666, ../sass/partials/_map.scss */
#map .desktop .featured-3 .box {
  height: 100%;
}

/* iPad-iOS7 portait/landscape fix */
/* line 675, ../sass/partials/_map.scss */
.ipad-ios7 {
  bottom: 0;
  margin-top: 0;
}

/* line 679, ../sass/partials/_map.scss */
.ipad-ios7-explore {
  bottom: 0px;
}

@media only screen and (orientation: landscape) {
  /* line 684, ../sass/partials/_map.scss */
  .ipad-ios7 {
    bottom: 5% !important;
    margin-top: 1.5% !important;
  }

  /* line 688, ../sass/partials/_map.scss */
  .ipad-ios7-explore {
    bottom: 20px !important;
  }
}
/* line 698, ../sass/partials/_map.scss */
#map .cgHold {
  height: 100%;
  width: 100%;
}

/* line 702, ../sass/partials/_map.scss */
#map .cr-map-nav {
  width: 100%;
  position: absolute;
  z-index: 999;
  bottom: 0;
}

/* line 709, ../sass/partials/_map.scss */
.map-view {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
/* line 714, ../sass/partials/_map.scss */
.map-view .active {
  z-index: 99;
}

/* line 718, ../sass/partials/_map.scss */
/* Carlson Start Changing z-index to 10  */
.panel-view {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(35, 35, 35, 0.75);
}
/* Carlson End Changing z-index to 10  */

/* Carlson Start changes for spinner in panel-view */
.panel-view__solid-background{
	background-color: rgba(35, 35, 35, 1);
}
/* Carlson End  changes for spinner panel-view */

/* line 726, ../sass/partials/_map.scss */
.panel-view.active {
  z-index: 99;
}

/* line 729, ../sass/partials/_map.scss */
.sections {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
/* CARLSON Start added new style */
.sections .solid-background {
  background-color: rgba(0, 0, 0, 1);
  z-index: 99;
}
/* CARLSON End added new style */

/* line 735, ../sass/partials/_map.scss */
.cr-mapDrawer {
  position: absolute;
  bottom: 0 !important;
}

/* line 741, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .panel .box > * {
  z-index: 3;
}
/* line 744, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .panel .box img {
  z-index: 1;
}
/* line 747, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .panel .box:before {
  z-index: 2;
}

/* line 759, ../sass/partials/_map.scss */
#map .panel-view .featured-3 .panel .ng-scope {
  position: relative;
  height: 100%;
  /*CARLSON Start added margin*/
  margin:0;
  /*CARLSON Start added margin*/
}

/* line 7, ../sass/partials/_directions.scss */
.directions-panel {
  position: fixed;
  left: 0;
  top: 214px;
  z-index: 4;
  height: 350px;
  width: 430px;
  color: black;
  background: white;
  overflow: visible;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}
/* line 21, ../sass/partials/_directions.scss */
.directions-panel input[type=text] {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
/* line 28, ../sass/partials/_directions.scss */
.directions-panel label {
  line-height: 20px;
  margin-bottom: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 34, ../sass/partials/_directions.scss */
.directions-panel a {
  color: #1258a3;
}
/* line 38, ../sass/partials/_directions.scss */
.directions-panel .print-directions {
  float: right;
}
/* line 42, ../sass/partials/_directions.scss */
.directions-panel .icon-blue-ellipsis {
  color: white;
  margin-right: 10px;
  text-indent: 0;
  text-align: center;
}

/* line 51, ../sass/partials/_directions.scss */
.directions-panel__close {
  position: absolute;
  width: 28px;
  height: 60px;
  top: 50%;
  right: -29px;
  margin-top: -30px;
  background-color: white;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}
/* line 64, ../sass/partials/_directions.scss */
.directions-panel__close .icon, .directions-panel__close #map .cr-map-nav a:after, #map .cr-map-nav .directions-panel__close a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -8px;
}

/* line 73, ../sass/partials/_directions.scss */
.directions-panel__header {
  text-transform: uppercase;
  color: #1258a3;
  font-size: 20px;
  margin: 0;
}

/* line 80, ../sass/partials/_directions.scss */
.directions-panel__header-underline {
  border: 0;
  height: 2px;
  background: url(../images/directions-header-underline.png) no-repeat;
  background-color: #f3f6f9;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF3F6F9', endColorstr='#FF6F92B9');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f3f6f9), color-stop(100%, #6f92b9));
  background-image: -webkit-linear-gradient(left, #f3f6f9 0%, #6f92b9 100%);
  background-image: -moz-linear-gradient(left, #f3f6f9 0%, #6f92b9 100%);
  background-image: -o-linear-gradient(left, #f3f6f9 0%, #6f92b9 100%);
  background-image: linear-gradient(left, #f3f6f9 0%, #6f92b9 100%);
  margin-bottom: 15px;
}

/* line 93, ../sass/partials/_directions.scss */
.directions-panel__states {
  height: 245px;
  overflow: auto;
}

/* line 98, ../sass/partials/_directions.scss */
.directions-panel__reverse {
  float: right;
  margin-top: -6px;
}

/* line 103, ../sass/partials/_directions.scss */
.directions-panel__results-options {
  margin-top: 15px;
  margin-right: 15px;
}

/* line 109, ../sass/partials/_directions.scss */
.directions-panel {
  left: -459px;
}

/* line 112, ../sass/partials/_directions.scss */
.directions-panel--open {
  left: 0;
}

/* line 117, ../sass/partials/_directions.scss */
.csstransforms3d.csstransitions .directions-panel {
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-transform: translate3d(-469px, 0, 0);
  -moz-transform: translate3d(-469px, 0, 0);
  -ms-transform: translate3d(-469px, 0, 0);
  -o-transform: translate3d(-469px, 0, 0);
  transform: translate3d(-469px, 0, 0);
}

/* line 122, ../sass/partials/_directions.scss */
.csstransforms3d.csstransitions .directions-panel--open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 801px) {
  /* line 131, ../sass/partials/_directions.scss */
  .directions-panel {
    font-size: 80%;
    max-height: 400px;
    z-index: 99999;
  }

  /* line 136, ../sass/partials/_directions.scss */
  .directions-panel--open {
    width: 100%;
    position: fixed;
    left: 0;
  }
  /* line 141, ../sass/partials/_directions.scss */
  .directions-panel--open .directions-panel__close {
    position: absolute;
    width: 60px;
    height: 28px;
    top: 0%;
    right: 0%;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  }
}
/* line 1, ../sass/partials/_gallery.scss */
.gallery {
  background: white;
  width: 100%;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
/* line 8, ../sass/partials/_gallery.scss */
.gallery h3 {
  color: #034ea0;
}
/* line 11, ../sass/partials/_gallery.scss */
.gallery h3:first-child {
  float: left;
}
/* line 15, ../sass/partials/_gallery.scss */
.gallery h3 span {
  display: none;
}
/* line 20, ../sass/partials/_gallery.scss */
.gallery .gallery-nav {
  float: right;
  font-size: 14px;
  margin-top: 6px;
}
/* line 25, ../sass/partials/_gallery.scss */
.gallery .gallery-nav li {
  float: left;
  margin-right: 10px;
}
/* line 29, ../sass/partials/_gallery.scss */
.gallery .gallery-nav li:last-child {
  margin-right: 0px;
}
/* line 34, ../sass/partials/_gallery.scss */
.gallery .gallery-nav a {
  color: #5c5c5c;
}
/* line 37, ../sass/partials/_gallery.scss */
.gallery .gallery-nav a.active {
  color: #034ea0;
}
/* line 43, ../sass/partials/_gallery.scss */
.gallery .row {
  clear: both;
}
/* line 47, ../sass/partials/_gallery.scss */
.gallery .section {
  overflow: hidden;
  clear: both;
  border-bottom: solid 1px #cacaca;
  padding: 25px 0;
}
/* line 54, ../sass/partials/_gallery.scss */
.gallery .section:last-child {
  border: none;
}
/* line 59, ../sass/partials/_gallery.scss */
.gallery .box {
  margin-right: 0.97%;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 800px) {
  /* line 59, ../sass/partials/_gallery.scss */
  .gallery .box {
    width: 98%;
  }
}
@media (min-width: 801px) {
  /* line 59, ../sass/partials/_gallery.scss */
  .gallery .box {
    width: 32%;
  }
}
@media (min-width: 1281px) {
  /* line 59, ../sass/partials/_gallery.scss */
  .gallery .box {
    width: 24%;
  }
}
/* line 83, ../sass/partials/_gallery.scss */
.gallery .box .caption {
  position: absolute;
  bottom: 0px;
  color: white;
  background: url('../images/gallery-caption-shadow.png?1418408359') repeat-y;
  width: 100%;
  font-weight: 100;
}
/* line 91, ../sass/partials/_gallery.scss */
.gallery .box .caption p {
  padding: 0px 3.75%;
  margin-bottom: 0;
}
/* line 102, ../sass/partials/_gallery.scss */
.gallery .box img {
  width: 100%;
}
/* line 107, ../sass/partials/_gallery.scss */
.gallery .row {
  margin-bottom: 10px;
}
/* line 110, ../sass/partials/_gallery.scss */
.gallery .row .box:last-child {
  margin-right: 0px;
}
/* line 115, ../sass/partials/_gallery.scss */
.gallery .full-images {
  display: none;
}

/* line 125, ../sass/partials/_gallery.scss */
.mobile .gallery {
  padding: 16px 0px 5px 16px;
}
/* line 128, ../sass/partials/_gallery.scss */
.mobile .gallery h2 {
  font-size: 18px;
}
/* line 131, ../sass/partials/_gallery.scss */
.mobile .gallery h2 span {
  display: inline-block;
  color: #5c5c5c;
  margin-left: 5px;
}
/* line 138, ../sass/partials/_gallery.scss */
.mobile .gallery p {
  font-size: 13px;
}
/* line 142, ../sass/partials/_gallery.scss */
.mobile .gallery .row {
  width: 100%;
  position: relative;
  left: 0px;
}
/* line 148, ../sass/partials/_gallery.scss */
.mobile .gallery .box {
  width: 98.7%;
  display: inline-block;
}
/* line 152, ../sass/partials/_gallery.scss */
.mobile .gallery .section {
  border-bottom: none;
  padding-bottom: 5px;
}
/* line 156, ../sass/partials/_gallery.scss */
.mobile .gallery .caption {
  bottom: 3px;
}
/* line 159, ../sass/partials/_gallery.scss */
.mobile .gallery .caption p {
  margin: 12px 0px;
}
/* line 165, ../sass/partials/_gallery.scss */
.mobile .gallery-nav {
  display: none;
}

/* line 172, ../sass/partials/_gallery.scss */
.tablet .gallery .box, .desktop .gallery .box {

}
/* line 175, ../sass/partials/_gallery.scss */
.tablet .gallery .row, .desktop .gallery .row {
  overflow: hidden;
}

/* line 181, ../sass/partials/_gallery.scss */
.addthis_toolbox {
  position: absolute;
  width: auto;
  bottom: 5px;
  z-index: 102;
  right: 30px;
  z-index: 999999;
}
/* line 190, ../sass/partials/_gallery.scss */
.addthis_toolbox img {
  vertical-align: top;
  width: auto;
}

/* line 238, ../sass/partials/_gallery.scss */
.back-to-top {
  color: #034ea0;
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 244, ../sass/partials/_gallery.scss */
.modal-overlay {
  background: #232323;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 101;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  display: none;
}

/* line 257, ../sass/partials/_gallery.scss */
.gallery-modal {
  position: fixed;
  top: 162px;
  left: 0px;
  width: 100%;
  height: 0px;
  max-width: 1440px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
/* line 272, ../sass/partials/_gallery.scss */
.gallery-modal.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 200;
  opacity: 1;
  height: 100%;
  max-height: 70%;
  display: block !important;
}
/* line 288, ../sass/partials/_gallery.scss */
.gallery-modal.hide {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
  display: none !important;
}
/* line 302, ../sass/partials/_gallery.scss */
.gallery-modal .close {
  background: url('../images/gallery-close.png?1418408357');
  width: 31px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 101;
}
/* line 312, ../sass/partials/_gallery.scss */
.gallery-modal img {
  width: 100%;
}
/* line 316, ../sass/partials/_gallery.scss */
.gallery-modal .marquee {
  height: 100%;
}
/* line 320, ../sass/partials/_gallery.scss */
.gallery-modal .marquee-slide {
  height: 100%;
  width: 100%;
}
/* line 325, ../sass/partials/_gallery.scss */
.gallery-modal .modal-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
}
/* line 336, ../sass/partials/_gallery.scss */
.gallery-modal .modal-image img {
  display: none;
}
/* line 341, ../sass/partials/_gallery.scss */
.gallery-modal .slide-info {
  background: url('../images/gallery-large-shadow.png?1418408359') repeat-y;
  height: auto;
  padding: 15px 30px;
}
/* line 346, ../sass/partials/_gallery.scss */
.gallery-modal .slide-info .gallery-caption {
  float: left;
  width: 60%;
}
/* line 350, ../sass/partials/_gallery.scss */
.gallery-modal .slide-info .gallery-caption p {
  margin: 0px;
  padding: 0px;
}
/* line 361, ../sass/partials/_gallery.scss */
.gallery-modal .gallery-share {
  float: right;
  width: auto;
}
/* line 365, ../sass/partials/_gallery.scss */
.gallery-modal .gallery-share ul {
  width: auto;
  margin: 0px;
  padding: 0px;
}
/* line 370, ../sass/partials/_gallery.scss */
.gallery-modal .gallery-share li {
  display: inline-block;
  margin-right: 0px 10px 0px 0px;
  width: auto;
  height: auto;
}

/* line 1, ../sass/partials/_slidingList.scss */
#filmRoll {
  height: 205px !important;
  width: 100%;
}
/* line 5, ../sass/partials/_slidingList.scss */
#filmRoll .film_roll_prev, #filmRoll .film_roll_next, #filmRoll .slick-prev, #filmRoll .slick-next {
  font-size: 0px;
  opacity: 1;
  margin: 0px;
  border: none;
  width: 32px;
  height: 44px;
  top: 41%;
  border-radius: 0px;
}
/* line 16, ../sass/partials/_slidingList.scss */
#filmRoll .film_roll_prev, #filmRoll .slick-prev {
  left: 0px;
  background: url('../images/marquee-back-small.png?1418408319');
}
/* line 20, ../sass/partials/_slidingList.scss */
#filmRoll .film_roll_prev:before, #filmRoll .slick-prev:before {
  display: none;
}
/* line 25, ../sass/partials/_slidingList.scss */
#filmRoll .film_roll_next, #filmRoll .slick-next {
  right: 0px;
  background: url('../images/marquee-next-small.png?1418408359');
}
/* line 29, ../sass/partials/_slidingList.scss */
#filmRoll .film_roll_next:before, #filmRoll .slick-next:before {
  display: none;
}
/* line 36, ../sass/partials/_slidingList.scss */
#filmRoll.hide-nav .film_roll_prev,
#filmRoll.hide-nav .film_roll_next {
  display: none !important;
}
/* line 41, ../sass/partials/_slidingList.scss */
#filmRoll .film_roll_wrapper {
  overflow: visible;
  display: none;
}
/* line 48, ../sass/partials/_slidingList.scss */
#filmRoll .film_roll_shuttle {
  height: 205px;
}
/* line 52, ../sass/partials/_slidingList.scss */
#filmRoll.slick-slider {
  margin-bottom: 0;
}

/* line 57, ../sass/partials/_slidingList.scss */
.sliding-list, .slick-list {
  font-weight: 100;
}
/* line 60, ../sass/partials/_slidingList.scss */
.sliding-list > .item, .slick-list > .item {
  display: none;
}
/* line 63, ../sass/partials/_slidingList.scss */
.sliding-list .slick-track, .slick-list .slick-track {
  margin: 0 auto;
}
/* line 66, ../sass/partials/_slidingList.scss */
.sliding-list p, .slick-list p {
  color: white;
}
/* line 69, ../sass/partials/_slidingList.scss */
.sliding-list p.large-temp, .slick-list p.large-temp {
  font-size: 45px;
  margin: 6px 0px 0px 0px;
}
/* line 72, ../sass/partials/_slidingList.scss */
.sliding-list p.large-temp sup, .slick-list p.large-temp sup {
  font-size: 25px;
  font-weight: 100;
}
/* line 77, ../sass/partials/_slidingList.scss */
.sliding-list .item--marker-symbol, .slick-list .item--marker-symbol {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 0.9em;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 93, ../sass/partials/_slidingList.scss */
.sliding-list div.weather-stats, .slick-list div.weather-stats {
  text-transform: uppercase;
  width: 100%;
  margin: 3px 0px 0px 0px;
}
/* line 97, ../sass/partials/_slidingList.scss */
.sliding-list div.weather-stats p, .slick-list div.weather-stats p {
  margin: 0px;
  padding: 0px;
}
/* line 100, ../sass/partials/_slidingList.scss */
.sliding-list div.weather-stats p span.weather-location, .slick-list div.weather-stats p span.weather-location {
  font-size: 13px;
}
/* line 103, ../sass/partials/_slidingList.scss */
.sliding-list div.weather-stats p span.weather-date, .slick-list div.weather-stats p span.weather-date {
  font-size: 11px;
}
/* line 108, ../sass/partials/_slidingList.scss */
.sliding-list img, .slick-list img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 115, ../sass/partials/_slidingList.scss */
.sliding-list div.film_roll_child, .sliding-list div.slick-slide, .slick-list div.film_roll_child, .slick-list div.slick-slide {
  width: 280px;
  height: 195px;
  margin-bottom: 5px;
  margin-right: 5px;
}
/* line 121, ../sass/partials/_slidingList.scss */
.sliding-list div.film_roll_child > div, .sliding-list div.slick-slide > div, .slick-list div.film_roll_child > div, .slick-list div.slick-slide > div {
  position: relative;
  background: url('../images/sliding-list-overlay.png?1418408358') repeat-y;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
}
/* line 130, ../sass/partials/_slidingList.scss */
.sliding-list div.film_roll_child > div h4, .sliding-list div.film_roll_child > div p.intro.upcoming-new-hotels, .sliding-list div.slick-slide > div h4, .sliding-list div.slick-slide > div p.intro.upcoming-new-hotels, .slick-list div.film_roll_child > div h4, .slick-list div.film_roll_child > div p.intro.upcoming-new-hotels, .slick-list div.slick-slide > div h4, .slick-list div.slick-slide > div p.intro.upcoming-new-hotels {
  width: 100%;
  color: white;
  margin: 0;
}
/* line 135, ../sass/partials/_slidingList.scss */
.sliding-list div.film_roll_child > div a, .sliding-list div.slick-slide > div a, .slick-list div.film_roll_child > div a, .slick-list div.slick-slide > div a {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  border: 1px solid white;
  background: #034ea0;
}
/* line 144, ../sass/partials/_slidingList.scss */
.sliding-list div.film_roll_child.focused, .sliding-list div.slick-slide.focused, .slick-list div.film_roll_child.focused, .slick-list div.slick-slide.focused {
  width: 300px !important;
  height: 213px !important;
  margin-top: -20px;
  border: solid 9px white;
  -webkit-box-shadow: 0px 0px 10px #232323;
  -moz-box-shadow: 0px 0px 10px #232323;
  box-shadow: 0px 0px 10px #232323;
}

/* line 1, ../sass/partials/_404.scss */
.fourofour-wrapper, .warning-wrapper {
  width: 100%;
}

/* line 2, ../sass/partials/_404.scss */
.fourofour-wrapper {
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/404-bg.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/404-bg.png', sizingMethod='scale')";
  height: 800px;
}
/* line 13, ../sass/partials/_404.scss */
.fourofour-wrapper .warning-wrapper {
  height: 380px;
  margin: 250px auto 0 auto;
  position: absolute;
  text-align: center;
}
/* line 19, ../sass/partials/_404.scss */
.fourofour-wrapper .warning-wrapper h2, .fourofour-wrapper .warning-wrapper a {
  color: white;
  text-align: center;
}
/* line 24, ../sass/partials/_404.scss */
.fourofour-wrapper .warning-wrapper h2 {
  font-size: 24px;
  font-weight: 100;
  text-transform: none;
}
/* line 29, ../sass/partials/_404.scss */
.fourofour-wrapper .warning-wrapper a.fourofour-button {
  background: #034ea0;
  border: white 1px solid;
  padding: 15px 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 800px) {
	/* Carlson Start forms-header*/
	/*
	.forms-header{
	  margin-top:30px
	}
	*/
	/* Carlson End forms-header*/
  /* line 42, ../sass/partials/_404.scss */
  .fourofour-wrapper .warning-wrapper {
    margin: 150px auto 0 auto;
  }
  /* line 44, ../sass/partials/_404.scss */
  .fourofour-wrapper .warning-wrapper h2 {
    font-size: 19px;
  }
  /* line 47, ../sass/partials/_404.scss */
  .fourofour-wrapper .warning-wrapper a.fourofour-button {
    font-size: 13px;
  }
}
/* line 2, ../sass/partials/_bookAHotel.scss */
.destination-list ul li a,
.destination-listCitySearch ul li a {
  padding: 10px 40px 0 60px;
}

/* line 7, ../sass/partials/_bookAHotel.scss */
#content .drop-down div {
  float: none;
}
/* line 10, ../sass/partials/_bookAHotel.scss */
#content .drop-down span.rate-label-booking {
  width: 100%;
  line-height: 80px;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 24px;
  font-weight: 200;
}
/* line 18, ../sass/partials/_bookAHotel.scss */
#content .drop-down span.dd-arrow {
  position: absolute;
  right: 20px;
  background: url("../images/icons/drop-arrow-gray-down.png");
  background-repeat: no-repeat;
}
/* line 25, ../sass/partials/_bookAHotel.scss */
#content .drop-down span.up-arrow {
  position: absolute;
  right: 20px;
  background: url("../images/icons/drop-arrow-gray-up.png");
  background-repeat: no-repeat;
}
/* line 32, ../sass/partials/_bookAHotel.scss */
#content .drop-down ul.promotion-list {
  width: 100%;
  position: relative;
  top: -20px;
  background-color: #e5e5e5;
  height: 200px;
  overflow: scroll;
}
/* line 39, ../sass/partials/_bookAHotel.scss */
#content .drop-down ul.promotion-list li {
  border-top: 1px solid #ccc;
  padding: 12px 8px 10px 22px;
  border-bottom: none;
  font-weight: 100;
}
/* line 44, ../sass/partials/_bookAHotel.scss */
#content .drop-down ul.promotion-list li:hover {
  background-color: #ccc;
}

.mobile .book-a-hotel-wrapper {
	margin-top: 18px;
}

/* line 51, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper {
  width: 100%;
  padding: 20px 2.5%;
  background-color: #fff;
  /*margin-top: 112px;*/
}
/* line 3, ../sass/partials/_mixins.scss */
.book-a-hotel-wrapper form ::-webkit-input-placeholder {
  color: black;
  font-size: 1em;
  opacity: 1 !important;
}
/* line 8, ../sass/partials/_mixins.scss */
.book-a-hotel-wrapper form :-moz-placeholder {
  color: black;
  font-size: 1em;
  opacity: 1 !important;
}
/* line 13, ../sass/partials/_mixins.scss */
.book-a-hotel-wrapper form ::-moz-placeholder {
  color: black;
  font-size: 1em;
  opacity: 1 !important;
}
/* line 18, ../sass/partials/_mixins.scss */
.book-a-hotel-wrapper form :-ms-input-placeholder {
  color: black;
  font-size: 1em;
  opacity: 1 !important;
}
/* START: al.balangue - replaced the color of placeholder in book a hotel */
.book-a-hotel-wrapper form .rooms-row ::-webkit-input-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rooms-row :-moz-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rooms-row ::-moz-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rooms-row :-ms-input-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rooms ::-webkit-input-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rooms :-moz-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rooms ::-moz-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rooms :-ms-input-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rates ::-webkit-input-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rates :-moz-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rates ::-moz-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rates :-ms-input-placeholder {
  color: #b2b2b2;
}
.book-a-hotel-wrapper form .rates .empty,
.book-a-hotel-wrapper form .rooms .empty,
.book-a-hotel-wrapper form .rooms-row .empty {
  color: #b2b2b2;
}
/* END: al.balangue - replaced the color of placeholder in book a hotel */
/* line 63, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form label,
.book-a-hotel-wrapper form textarea[name='city'],
.book-a-hotel-wrapper form .faux-label,
.book-a-hotel-wrapper form .rates input {
  font-size: 22px;
  font-weight: 200;
}
/* line 66, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form label::-ms-clear,
.book-a-hotel-wrapper form textarea[name='city']::-ms-clear,
.book-a-hotel-wrapper form .faux-label::-ms-clear,
.book-a-hotel-wrapper form .rates input::-ms-clear {
  width: 0;
  height: 0;
}
/* line 73, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form div.book-first-row .destination {
  height: 80px;
}
/* line 77, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form label {
  line-height: 80px;
  margin-left: 1em;
}
/* line 82, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form input,
.book-a-hotel-wrapper form .dates {
  background-color: #fbfbfb;
  height: 100%;
}
/* line 86, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form input {
  font-size: 36px;
  font-weight: 200;
}
/* line 90, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form input.checkinDateFakeHold {
  pointer-events: none;
  position: absolute;
  top: 30%;
  left: 0;
}
/* line 96, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form input.checkoutDateFakeHold {
  pointer-events: none;
  position: absolute;
  top: 30%;
  left: 0;
}
/* line 102, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .checkinDateFakeHold, .book-a-hotel-wrapper form .checkoutDateFakeHold {
  display: none;
  margin: 0;
  width: 100%;
  padding: 0 .2em;
  text-align: center;
  height: 50px;
  font-size: 36px;
  font-weight: 200;
  background-color: #fbfbfb;
}
/* line 113, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .checkinDateFakeHold.active, .book-a-hotel-wrapper form .checkoutDateFakeHold.active {
  display: block;
}
/* line 117, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form textarea[name='city'] {
  background-repeat: no-repeat;
  background-position: 100% 32px;
  background-color: transparent;
  border: none;
  width: 93%;
  padding-right: 0;
  padding: 0 0 0 2px;
  line-height: 24px !important;
  resize: none;
  overflow: hidden;
  min-height: 21px;
  max-height: 82px;
}

.book-a-hotel-wrapper form .textarea-main-container {
	height: 100%;   
	display: table; 
	width: 72.5%; 
}

.book-a-hotel-wrapper form .textarea-main-container div.textarea-container {
	height: auto;
	width: auto;
	display: table-cell;
	vertical-align: middle;
}

/* line 127, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .centered {
  text-align: center;
}
/* line 130, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .clear-icon {
  background-image: url("../images/icons/icon-gray-close.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  position: relative;
  width: 40px;
  height: 45px;
  top: 30px;
  margin-right: 13px;
}
/* line 141, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .dates label {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
/* line 147, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .dates input {
  margin: 0;
  width: 70px;
  text-align: center;
  height: 70px;
  border: 0;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  background: white;
}
/* line 159, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .dates input.day, .mobile .book-a-hotel-wrapper form .dates .select-dates .square input.month, .mobile .book-a-hotel-wrapper form .select-dates .square .dates input.month, .book-a-hotel-wrapper form .dates input.month {
  pointer-events: none;
  top: -70px;
  border: 0;
}
/* line 164, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .dates input.month {
  height: 25px;
  font-size: 12px;
}
/* line 168, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .dates input.day, .mobile .book-a-hotel-wrapper form .dates .select-dates .square input.month, .mobile .book-a-hotel-wrapper form .select-dates .square .dates input.month {
  height: 48px;
  padding-bottom: 10px;
}
/* line 173, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .faux-input {
  display: inline-block;
  background-color: #eeeeee;
  height: 80px;
  margin-bottom: 10px;
}
/* line 180, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .faux-input .geolocate {
  margin-top: -48px;
  right: 0;
  z-index: 9999;
  position: absolute;
}
/* line 187, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .faux-input .geolocate {
  float: right;
  width: 82px;
  height: 82px;
  color: #232323;
}

.mobile .book-a-hotel-wrapper form .faux-input .geolocate {
  width: 52px;
}

/* line 192, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .faux-input .geolocate a {
  display: block;
  cursor: pointer;
  color: #232323;
}
/* line 196, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .faux-input .geolocate a span {
  background: url('../images/icons-sf296ea9764.png') no-repeat 0 -2387px;
  display: block;
  width: 20px;
  height: 20px;
  color: #232323;
}
/* line 207, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .faux-label {
  line-height: 80px;
}
/* line 210, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .label {
  text-align: center;
}
/* line 213, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .left-space {
  border-left: 10px solid #fff;
  box-sizing: border-box;
}
/* line 217, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .left-space-small {
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
/* line 221, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .rate-label-general {
  width: 100%;
  height: 80px;
  display: inline-block;
  position: relative;
}
/* line 227, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .rates {
  background-color: #e2e2e2;
  padding-left: 1px;
  position: relative;
}
/* line 231, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .rates input {
  background-color: #fbfbfb;
  height: 76px;
  width: 99%;
  margin: .4%;
  padding: 0 0 0 1.5em;
  float: left;
  line-height: 25px;
}
/* line 240, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .rates input::-ms-clear {
  display: none;
}
/* line 241, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .rates .clear-icon {
  position: absolute;
  right: 20px;
}
/* line 246, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .rates-select {
  background-color: #e2e2e2;
  height: 80px;
}
/* line 250, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .rooms input.square, .book-a-hotel-wrapper form .adults input.square, .book-a-hotel-wrapper form .children input.square {
  line-height: 60px;
  font-size: 36px;
  -moz-appearance: textfield;
}
/* line 255, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .rooms-row {
  margin-bottom: 9px;
  display: inline-block;
}
/* line 258, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .rooms-row .faux-input {
  margin-bottom: 1px;
}
/* line 263, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .room-block:first-child,
.book-a-hotel-wrapper form .rates-label {
  background-color: #e2e2e2;
}
/* line 266, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .search-icon {
  /* Ron changed background image to none to keep spacing 3-23 */	
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
  width: 45px;
  height: 45px;
}
/* line 274, ../sass/partials/_bookAHotel.scss */
.book-a-hotel-wrapper form .square {
  display: inline-block;
  position: relative;
  height: 80px;
  width: 80px;
  float: right;
  padding: .2em;
  text-align: center;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
}

/* line 289, ../sass/partials/_bookAHotel.scss */
.mobile #content .drop-down ul.promotion-list {
  display: none;
  padding: 0;
  z-index: 4;
}
/* line 295, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper {
  padding: 20px 10px;
}
/* line 298, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form textarea[name="city"] {
  width: 82%;
}
@media only screen and (max-width: 354px) {
  /* line 298, ../sass/partials/_bookAHotel.scss */
  .mobile .book-a-hotel-wrapper form textarea[name="city"] {
    font-size: 19px;
  }
}
/* line 310, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .rooms,
.mobile .book-a-hotel-wrapper form .select-dates,
.mobile .book-a-hotel-wrapper form .room-block,
.mobile .book-a-hotel-wrapper form .rates-label,
.mobile .book-a-hotel-wrapper form .rates-select,
.mobile .book-a-hotel-wrapper form .rates,
.mobile .book-a-hotel-wrapper form .submit {
  display: block;
  width: 100%;
}
/* line 315, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .rooms,
.mobile .book-a-hotel-wrapper form .submit {
  float: none;
}
/* line 318, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .rooms {
  overflow: hidden;
  position: relative;
}
/* line 321, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .rooms input {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 327, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .select-dates {
  text-align: center;
  height: auto;
}
/* line 330, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .select-dates label {
  margin: 0;
  display: block;
}
/* line 333, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .select-dates .square {
  width: 50%;
}
/* line 336, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .select-dates .square input {
  margin: 0;
  width: 98%;
  text-align: center;
  height: 70px;
  border: 0;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  background: rgba(32, 44, 122, 0.2);
}
.mobile .book-a-hotel-wrapper form .select-dates .square input.check-in-date,
.mobile .book-a-hotel-wrapper form .select-dates .square input.check-out-date {
  color: rgba(32, 44, 122, 0.2);
}
/* line 348, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .select-dates .square input.day, .mobile .book-a-hotel-wrapper form .select-dates .square input.month {
  pointer-events: none;
  width: 49.5%;
  top: -70px;
  border: 0;
  background: white;
  font-size: 25px;
  padding: 0;
  margin: 0;
}
/* line 363, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .left-space,
.mobile .book-a-hotel-wrapper form .left-space-small {
  border-left: 0px solid #fff;
}
/* line 366, ../sass/partials/_bookAHotel.scss */
.mobile .book-a-hotel-wrapper form .submit {
  height: 80px;
}

/* line 377, ../sass/partials/_bookAHotel.scss */
.lt-ie9 .book-a-hotel-wrapper form textarea[name='city'] {
  line-height: 45px;
}
/* line 380, ../sass/partials/_bookAHotel.scss */
.lt-ie9 .book-a-hotel-wrapper form .rates input {
  line-height: 76px;
}

/* line 2, ../sass/partials/_bookAHotelForm.scss */
.hotel__booking-form__content {
  background: white;
  padding-bottom: 25px;
}

/* line 9, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini input {
  height: 100%;
}
/* line 12, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini span {
  line-height: 43px;
}

/* START: Sarayu added on 04/15/2015, during pairing with Michael, VML*/
.hotel-item .book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .btn span{
 line-height: 16px;
}

.hotel-item .only-show-partial .more-content-holder{
max-height: 3.5em;
}

.hotel-item .more-content-container{
padding-bottom: 3.5em;
}

/* END: Sarayu added on 04/15/2015, during pairing with Michael, VML*/

/* line 15, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .input-group .input-group-addon {
  bottom: 0px;
}
/* line 19, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .check-out .input-group-addon {
  right: 10px;
}
/* line 23, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .rooms-list {
  overflow: hidden;
  float: none;
  display: block;
}
/* line 29, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-count,
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room {
  width: 100%;
  clear: both;
}
/* line 32, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-count input,
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room input {
  width: 43px;
  height: 43px;
  text-align: center;
}
/* line 39, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-count {
  margin-top: 15px;
  padding-bottom: 3.5em;
  clear: both;
}
/* line 46, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-label,
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-adult-count,
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-children-count {
  float: left;
  border: 1px solid #aaa;
  text-align: center;
  position: relative;
}
/* line 51, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-label span,
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-adult-count span,
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-children-count span {
  padding: 0  43px 0 10px;
}
/* line 54, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-label input,
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-adult-count input,
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-children-count input {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px solid #aaa;
  border-left: 1px solid #aaa;
}
/* line 62, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-label {
  width: 19%;
  margin-right: 1%;
}
/* line 65, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-label span {
  padding: 0  10px 0 10px;
}
/* line 69, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-adult-count {
  width: 39%;
  margin-right: 1%;
}
/* line 73, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel.book-a-hotel-form__mini .room-children-count {
  width: 40%;
}
/* line 78, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .book-form-first-row {
  margin-bottom: 8px;
}
/* line 84, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .check-in {
  height: 43px;
  padding-right: 2%;
 	/*START: Sarayu modified on 04-06-2015 during pairing with Michael, VML (Clicking on adults/children pulled up the calendar- fix)*/
  overflow: hidden;
  /*END: Sarayu modified on 04-06-2015 during pairing with Michael, VML (Clicking on adults/children pulled up the calendar- fix)*/
}
/* line 91, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .check-in input.checkinDateFakeHold {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
/* line 96, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .check-in input.check-in-date {
  border: 1px solid #aaaaaa;
  font-weight: 100;
  background: none;
  width: 180px;
  width: 100%;
}
/* line 103, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .check-in span.icon-datepicker {
  position: relative;
  right: 10px;
  bottom: 30px;
  float: right;
}
/* line 110, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .check-out {
  height: 43px;
  box-sizing: border-box;
  /*START: Sarayu modified on 04-06-2015 during pairing with Michael, VML (Clicking on adults/children pulled up the calendar- fix)*/
  overflow: hidden;
  /*END: Sarayu modified on 04-06-2015 during pairing with Michael, VML (Clicking on adults/children pulled up the calendar- fix)*/
}
/* line 116, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .check-out input.checkoutDateFakeHold {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
/* line 121, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .check-out input.check-out-date {
  border: 1px solid #aaaaaa;
  font-weight: 100;
  background: none;
  width: 180px;
  width: 100%;
}
/* line 124, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .check-out span.icon-datepicker {
  position: relative;
  right: 10px;
  bottom: 30px;
  float: right;
}
/* line 132, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .rooms {
  margin: 8px 0;
  padding-right: 2%;
}
/* line 136, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .rooms input.rooms {
  width: 50px;
  border: 1px solid #aaaaaa;
  text-align: center;
  float: right;
}
/* line 143, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .rooms span.rooms {
  float: left;
}
/* line 148, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .rooms .room-row {
  overflow: hidden;
  *zoom: 1;
}
/* line 156, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .room-block {
  display: inline-block;
}
/* line 159, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .room-block.adults {
  float: right;
}
/* line 162, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .room-block.adults span {
  float: left;
  margin-right: 10px;
}
/* line 167, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .room-block.adults input.adults {
  width: 50px;
  border: 1px solid #aaaaaa;
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .children-wrapper {
  margin: 8px 0;
}
/* line 172, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .room-block.children {
  float: left;
}
/* line 174, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .room-block.children span {
  float: left;
  margin-right: 10px;
}
/* line 179, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel-form-wrapper form.book-a-hotel .room-block.children input.children {
  width: 50px;
  border: 1px solid #aaaaaa;
  text-align: center;
  margin-bottom: 5px;
}

/* line 187, ../sass/partials/_bookAHotelForm.scss */
.book-a-hotel {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
}

/* line 198, ../sass/partials/_bookAHotelForm.scss */
.lt-ie9 .book-a-hotel-form-wrapper form.book-a-hotel .room-row .col-6.rooms {
  width: 51%;
  padding-right: 1.5%;
}
/* line 203, ../sass/partials/_bookAHotelForm.scss */
.lt-ie9 .book-a-hotel-form-wrapper form.book-a-hotel .room-row .col-6.children-wrapper {
  width: 49%;
}

/* line 223, ../sass/partials/_bookAHotelForm.scss */
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .check-in,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .check-out,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms-container,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .adults,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .children,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rates-select,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms-select,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .submit {
  display: block;
}
/* line 225, ../sass/partials/_bookAHotelForm.scss */
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .check-in span.icon-datepicker,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .check-out span.icon-datepicker,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms span.icon-datepicker,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms-container span.icon-datepicker,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .adults span.icon-datepicker,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .children span.icon-datepicker,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rates-select span.icon-datepicker,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms-select span.icon-datepicker,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .submit span.icon-datepicker {
  bottom: 30px;
}
/* line 229, ../sass/partials/_bookAHotelForm.scss */
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .check-in input.check-out-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .check-in input.check-in-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .check-out input.check-out-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .check-out input.check-in-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms input.check-out-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms input.check-in-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms-container input.check-out-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms-container input.check-in-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .adults input.check-out-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .adults input.check-in-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .children input.check-out-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .children input.check-in-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rates-select input.check-out-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rates-select input.check-in-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms-select input.check-out-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms-select input.check-in-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .submit input.check-out-date,
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .submit input.check-in-date {
  width: 100%;
  font-weight: 100;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 7px;
  margin-top: 0px;
}
/* line 238, ../sass/partials/_bookAHotelForm.scss */
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms {
  margin-bottom: 15px;
}
/* line 240, ../sass/partials/_bookAHotelForm.scss */
.mobile .book-a-hotel-form-wrapper form.book-a-hotel .rooms input {
  width: 50px;
  text-align: center;
  border: 1px solid #aaaaaa;
  padding: 6px 1px 8px 1px;
  height: 50px;
}

@media screen and (max-width: 320px) {
  /* line 253, ../sass/partials/_bookAHotelForm.scss */
  .children label {
    font-size: 16px !important;
    margin-left: 1.5em !important;
  }
}
/* line 4, ../sass/partials/_hotel-item.scss */
.hotel-item {
  display: block;
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
}
/* line 9, ../sass/partials/_hotel-item.scss */
.hotel-item:first-child {
  border-top: 0;
  padding-top: 0;
}
/* line 13, ../sass/partials/_hotel-item.scss */
.hotel-item .hotel-group-header__label {
  border-bottom: 1px solid #e8e8e8;
}
/* line 16, ../sass/partials/_hotel-item.scss */
.hotel-item .btn {
  position: absolute;
  bottom: 0px;
}
/* line 23, ../sass/partials/_hotel-item.scss */
.mobile .hotel-item .btn {
  width: 100%;
  text-align: center;
}

/* line 30, ../sass/partials/_hotel-item.scss */
.hotel__title {
  color: #034ea0;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* START - JOV ADDED [03/05/2015] */
.hotel-item-explore .only-show-partial .more-content-holder {
  max-height: 3.5em;
}
.hotel-item-explore .hotel__booking-form {
  padding-top: 7px;
}
.hotel-item-explore .hotel__booking-form .btn {
  position: static;
}
/* END - JOV [03/05/2015] */

/* line 35, ../sass/partials/_hotel-item.scss */
.mobile .hotel__title {
  margin-top: 15px;
}

/* line 39, ../sass/partials/_hotel-item.scss */
.hotels {
  .hotel__image-min-width: 20%;
}

/* line 44, ../sass/partials/_hotel-item.scss */
.hotel__image {
  margin-bottom: 0;
}
/* line 46, ../sass/partials/_hotel-item.scss */
.hotel__image img {
  width: auto;
  display: inline-block;
  min-width: 180px;
  height: 180px;
}

/* line 54, ../sass/partials/_hotel-item.scss */
.hotel__body {
  min-height: 180px;
  position: relative;
}

/* line 63, ../sass/partials/_hotel-item.scss */
.hotel__ta iframe {
  margin-top: -11px;
  margin-bottom: 11px;
}

/* line 1, ../sass/partials/_new-hotels.scss */
.new-hotels-item {
  margin-bottom: 0;
}
/* line 4, ../sass/partials/_new-hotels.scss */
.new-hotels-item .btn {
  position: relative;
  bottom: 0;
  min-width: 196px;
  text-align: center;
}

/* line 11, ../sass/partials/_new-hotels.scss */
.new-hotels__image {
  position: relative;
}
.new-hotels__image.media__img {
  width: 295px;
  height: 205px;
}
/* line 13, ../sass/partials/_new-hotels.scss */
.new-hotels__image img {
/* START - al.balangue Fix for SDM 125712 */
  width: 295px;
  height: 205px;
/* END - al.balangue Fix for SDM 125712 */
}
/* line 17, ../sass/partials/_new-hotels.scss */
.new-hotels__image .open-status {
  position: absolute;
  bottom: 0;
  padding-bottom: 15px;
  padding-top: 30px;
  padding-top: 20px\9;
/* START - al.balangue Fix for SDM 125712 */
  width: 295px;
/* END - al.balangue Fix for SDM 125712 */
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
/* line 26, ../sass/partials/_new-hotels.scss */
.new-hotels__image .open-status.shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(15%, transparent), color-stop(100%, black));
  background: -moz-linear-gradient(top, transparent 0%, transparent 55%, black 130%);
}

@media only screen and (min-width: 820px) {
  /* line 36, ../sass/partials/_new-hotels.scss */
  .new-hotels-item .hotel__body {
    padding-bottom: 60px;
  }
  /* line 39, ../sass/partials/_new-hotels.scss */
  .new-hotels-item .new-hotels__button-group {
    position: absolute;
    bottom: 0;
  }
}
/* line 1, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-items-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

/* line 11, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-items-wrapper--double .hotel-column {
  height: 400px;
  width: 220px;
}
/* line 15, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-items-wrapper--double .hotel-grid-item {
  display: block;
  border-left: 0;
}
/* line 19, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-items-wrapper--double .hotel-grid-item:first-child {
  border-bottom: 0;
}

/* line 25, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-item {
  width: 220px;
  height: 200px;
  position: relative;
  background-color: #034ea0;
  border: 3px solid white;
  border-left: 0;
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 0;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 39, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-item .btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
/* line 45, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-item .btn-search {
  padding: 7px;
}

/* line 51, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-item__title {
  position: relative;
  margin-top: 0;
  text-shadow: 0px 1px 2px black;
  color: white;
}

/* line 58, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-item__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 67, ../sass/partials/_hotel-grid-items.scss */
.hotel-grid-item__shading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF800000', endColorstr='#FF000000');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(24%, rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 24%, rgba(0, 0, 0, 0) 40%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 24%, rgba(0, 0, 0, 0) 40%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 24%, rgba(0, 0, 0, 0) 40%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 24%, rgba(0, 0, 0, 0) 40%);
}

/* line 10, ../sass/partials/_bottom-drawer.scss */
.explore-hotels-view .explore-hotels-view__title, .explore-hotels-view .interest-prompt {
  position: relative;
  z-index: 5;
  max-width: 500px;
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
}

/* line 23, ../sass/partials/_bottom-drawer.scss */
.filter-prompt, .filter-prompt * {
  color: white;
}

/* line 31, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

/* line 40, ../sass/partials/_bottom-drawer.scss */
.interests-list {
  margin-bottom: 15px;
}

/* line 48, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__chosen-interests {
  height: 40px;
  width: 70%;
  padding: 10px;
  float: left;
  text-align: left;
}

/* line 64, ../sass/partials/_bottom-drawer.scss */
.chosen-interests {
  margin: 0 0 0 10px;
  padding: 0;
  opacity: 1;
  height: auto;
  -webkit-transition: 0.25s linear opacity;
  transition: 0.25s linear opacity;
}
/* line 73, ../sass/partials/_bottom-drawer.scss */
.chosen-interests.ng-hide {
  opacity: 0;
}
/* line 77, ../sass/partials/_bottom-drawer.scss */
.chosen-interests.ng-hide-add, .chosen-interests.ng-hide-remove {
  display: block !important;
}

/* line 87, ../sass/partials/_bottom-drawer.scss */
.chosen-interests__interest {
  cursor: pointer;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  text-transform: uppercase;
  vertical-align: top;
  background-color: #323232;
  color: white;
  font-size: 12px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-transition: opacity linear 0.25s;
  transition: opacity linear 0.25s;
}
/* line 100, ../sass/partials/_bottom-drawer.scss */
.chosen-interests__interest.ng-leave.ng-leave-active, .chosen-interests__interest.ng-move, .chosen-interests__interest.ng-enter {
  opacity: 0;
}
/* line 106, ../sass/partials/_bottom-drawer.scss */
.chosen-interests__interest.ng-leave, .chosen-interests__interest.ng-move.ng-move-active, .chosen-interests__interest.ng-enter.ng-enter-active {
  opacity: 1;
}

/* line 116, ../sass/partials/_bottom-drawer.scss */
.chosen-interests__blue {
  background-color: #034ea0;
}

/* line 121, ../sass/partials/_bottom-drawer.scss */
.chosen-interests__unchoose {
  padding: 0 2px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
}

/* line 120, ../sass/partials/_bottom-drawer.scss */
.chosen-interests__label {
  line-height: 22px;
}

/* line 128, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__menu {
  position: absolute;
  top: -37px;
  left: 0;
  height: 40px;
  background: #505050;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 142, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__menu-item {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border-right: 1px solid #7f7f7f;
  border-left: 1px solid #4a4a4a;
}
/* line 152, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__menu-item:first-child {
  border-left: none;
}
/* line 155, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__menu-item:last-child {
  border-right: none;
}
/* line 159, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__menu-item a {
  display: block;
  height: 100%;
}
/* line 164, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__menu-item .icon, .bottom-drawer__menu-item #map .cr-map-nav a:after, #map .cr-map-nav .bottom-drawer__menu-item a:after {
  margin-right: 13px;
  margin-left: 13px;
  margin-top: -3px;
}
/* line 170, ../sass/partials/_bottom-drawer.scss */
.mobile .bottom-drawer__menu-item {
  width: 33%;
}
/* line 172, ../sass/partials/_bottom-drawer.scss */
.mobile .bottom-drawer__menu-item .bottom-drawer__menu-item-name {
  display: none;
}

/* line 179, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__menu-item--active {
  background: #232323;
  border: none !important;
}

/* line 184, ../sass/partials/_bottom-drawer.scss */
.advanced-search {
  width: 60%;
}

/* line 194, ../sass/partials/_bottom-drawer.scss */
.interest-list__header {
  color: white !important;
}

/* line 198, ../sass/partials/_bottom-drawer.scss */
.interest-list__count {
  line-height: 25px;
  padding: 0 8px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #4a4a4a;
  color: white;
}

/* line 206, ../sass/partials/_bottom-drawer.scss */
.interests-item-wrapper {
  margin-bottom: 15px;
}
/* line 209, ../sass/partials/_bottom-drawer.scss */
.landscape.mobile .interests-item-wrapper {
  margin-top: 45px;
}

/* line 214, ../sass/partials/_bottom-drawer.scss */
.interest.item {
  width: 117px;
  height: 117px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 215, ../sass/partials/_bottom-drawer.scss */
.interest.item, .interest.item * {
  color: white;
}

/* line 226, ../sass/partials/_bottom-drawer.scss */
.interest__shading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  *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 241, ../sass/partials/_bottom-drawer.scss */
.interest__bkg {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
}

/* line 249, ../sass/partials/_bottom-drawer.scss */
.interest__label {
  position: absolute;
  bottom: 5px;
  left: 5px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

/* line 256, ../sass/partials/_bottom-drawer.scss */
.interest--chosen {
  border: 2px solid white;
}

/* line 263, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__content {
  background: #232323;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 269, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer--open .bottom-drawer__content {
  height: auto;
  padding: 20px;
}
/* line 274, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__content .general-content {
  background: inherit;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  padding-top: 10px;
}
/* line 281, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__content label {
  display: block;
  margin-bottom: 8px;
  color: white;
}
/* line 287, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__content input[type="text"] {
  background: inherit;
  border: 1px solid #505050;
  margin-bottom: 13px;
  color: white;
}
/* line 294, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__content .destination-wrapper {
  position: relative;
}
/* line 299, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__content .collapse {
  display: block;
  height: auto !important;
}
/* line 303, ../sass/partials/_bottom-drawer.scss */
.bottom-drawer__content .panel-heading {
  display: none;
}

/* line 309, ../sass/partials/_bottom-drawer.scss */
.mobile .bottom-drawer__content {
  padding: 0 0 20px 0;
}
/* line 311, ../sass/partials/_bottom-drawer.scss */
.mobile .bottom-drawer__content .general-content {
  padding-top: 0;
}
/* line 319, ../sass/partials/_bottom-drawer.scss */
.mobile .bottom-drawer__content label,
.mobile .bottom-drawer__content .interest-list__header {
  display: none;
}

/* line 335, ../sass/partials/_bottom-drawer.scss */
.csstransforms3d.csstransitions .bottom-drawer__content {
  left: 0;
  height: 400px;
}
/* line 338, ../sass/partials/_bottom-drawer.scss */
.mobile .csstransforms3d.csstransitions .bottom-drawer__content {
  height: 320px;
}
/* line 343, ../sass/partials/_bottom-drawer.scss */
.csstransforms3d.csstransitions .bottom-drawer {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-transform: translate3d(0, 400px, 0);
  -moz-transform: translate3d(0, 400px, 0);
  -ms-transform: translate3d(0, 400px, 0);
  -o-transform: translate3d(0, 400px, 0);
  transform: translate3d(0, 400px, 0);
}
/* line 348, ../sass/partials/_bottom-drawer.scss */
.csstransforms3d.csstransitions .bottom-drawer--open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 355, ../sass/partials/_bottom-drawer.scss */
.csstransforms3d.csstransitions .mobile .bottom-drawer__content {
  height: 320px;
}
/* line 358, ../sass/partials/_bottom-drawer.scss */
.csstransforms3d.csstransitions .mobile .bottom-drawer {
  -webkit-transform: translate3d(0, 320px, 0);
  -moz-transform: translate3d(0, 320px, 0);
  -ms-transform: translate3d(0, 320px, 0);
  -o-transform: translate3d(0, 320px, 0);
  transform: translate3d(0, 320px, 0);
}
/* line 361, ../sass/partials/_bottom-drawer.scss */
.csstransforms3d.csstransitions .mobile .bottom-drawer--open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



/* line 10, ../sass/partials/sidebar/_sidebar.scss */
#sidebar {
  display: none;
  background: white;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  padding: 10px;
}
/* line 21, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_wrapper {
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 32, ../sass/partials/sidebar/_sidebar.scss */
#sidebar * {
  z-index: 250;
}

#sidebar .detail-view_content > .section-heading {
    padding-left: 20px;
}

/* line 34, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.full-grid {
  min-width: 930px;
  width: 1px;
}
/* line 37, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.full-grid .sidebar_slide-view {
  min-width: 80%;
}
/* line 40, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.full-grid .sidebar_slide-view .item {
  width: 32.33%;
  max-width: 295px;
  float: left;
  margin-right: 1.3%;
  overflow: hidden;
}
/* line 45, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.full-grid .sidebar_slide-view .item:nth-of-type(-n + 3) {
 
}
/* line 48, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.full-grid .sidebar_slide-view .item:nth-of-type(3n + 3) {
  margin-right: 0;
}
/* line 54, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.single-grid {
  width: 310px;
}
/* line 57, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.single-grid .sidebar_slide-view {
  min-width: 26%;
}
/* line 60, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.single-grid .sidebar_slide-view .item {
  width: 100%;
  max-width: 295px;
  overflow: hidden;
  float: none;
}
/* line 64, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.single-grid .sidebar_slide-view .item:first-child {
  margin-top: 0;
}
/* line 70, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.detail {
  min-width: 80%;
}
/* line 73, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.detail .sidebar_slide-view {
  display: none;
}
/* line 77, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.detail .sidebar_detail-view {
  width: 100%;
  display: block;
}
/* line 81, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.detail .sidebar_detail-view .detail-view_slide-view {
  width: 26%;
  display: block;
}
/* line 85, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.detail .sidebar_detail-view .detail-view_slide-view .slide-view_content {
/* START - CHANGES BY NAN FOR IMAGE RESIZE */
  width: 295px;
  
/* START - CHANGES BY NAN FOR IMAGE RESIZE */
}
/* line 91, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.detail .sidebar_detail-view .detail-view_content {
  /*width: 75%; */
  position: absolute;
  top: 0;
  right: 0;
  left: 26%;
  margin-left: 9px;
}
/* line 103, ../sass/partials/sidebar/_sidebar.scss */
#sidebar.flexible-view .sidebar_toggle {
  display: inline;
}
/* line 107, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_toggle {
  display: none;
  position: absolute;
  left: -28px;
  top: 45%;
  font-size: 1.2em;
  background: white;
  color: #545454;
  padding: 0.75em 0.5em;
  -webkit-box-shadow: -2px 0px 2px 0px #232323;
  -moz-box-shadow: -2px 0px 2px 0px #232323;
  box-shadow: -2px 0px 2px 0px #232323;
}
/* line 120, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view {
  padding: 0;
  margin: 0;
}
/* line 124, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .slide-view_header {
  text-transform: uppercase;
  color: black;
  min-height: 38px;
  text-align: left;
  position: relative;
}
/* line 128, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .slide-view_header .results {
 
}
/* line 129, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .slide-view_header select.filter {
  font-size: 14px;
  background-color: #034ea0;
  color: white;
  border-radius: 0px;
  border: 0px solid white;
  width: 134px;
  height: 30px;
  padding: 0.5em 0;
  padding-left: 0.75em;
  position: absolute;
  top: 0;
  right: 3px;
  -webkit-appearance: button;
  -webkit-border-radius: 0px;
}
/* line 145, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .slide-view_header .sidebar-select-arrow-sidebar {
  width: 37px;
  height: 30px;
  position: absolute;
  padding: 0.5em 0;
  top: 0px;
  right: 7px;
  background: url("../images/select-arrow.png") no-repeat 97% 50%;
  pointer-events: none;
  z-index: 999;
}
/* line 160, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .slide-view_content {
  margin: 0;
  padding: 0;
  z-index: 261;
}
.explore-hotels-view #sidebar .sidebar_slide-view .slide-view_content {
	padding-bottom: 6px;
}

@media screen and (min-width: 1660px) {
	.explore-hotels-view #sidebar .sidebar_slide-view .slide-view_content {
		padding-bottom: 11px;
	}
	@-moz-document url-prefix() {
		.explore-hotels-view #sidebar .sidebar_slide-view .slide-view_content {
			padding-bottom: 6px;
		}
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.explore-hotels-view #sidebar .sidebar_slide-view .slide-view_content {
			padding-bottom: 6px;
		}
	}
}
/* line 167, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .slide-view_content li.slide-view_no-content img.slide-view_no-content-bg {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: -1;
  transition: all 555ms ease;
}
/* line 176, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .slide-view_content li.slide-view_no-content h3 {
  margin: 30% 2% auto 2%;
}
/* line 182, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .item {
  margin-top: 5px;
  display: block;
  position: relative;
  z-index: 260;
  padding: 13px;
}
/* line 189, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .item .background-image {
/* START - CHANGES BY NAN FOR IMAGE RESIZE */
  width: 295px;
  position: absolute;
  /* START - al.balangue Fix for SDM 126638 */
  z-index: -2;
  /* END - al.balangue Fix for SDM 126638 */
  height: 205px;
/* START - CHANGES BY NAN FOR IMAGE RESIZE */
}
/* line 198, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .item .item_header {
  text-align: left;
  position: absolute;
  top: 15px;
}
/* line 203, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .item .item_header .item--marker-symbol {
  position: static;
  border: 1px solid white;
  vertical-align: initial;
}
/* line 209, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .item .item_header .location {
  display: inline;
  color: white;
  font-size: 14px;
  margin-left: 2px;
}
/* line 216, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .item .overlay,
.mobile .webextra-detail-grid .slide-view_content .item .overlay,
.mobile .webextra-detail .webextra-detail-sidebar .title-area .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* START - al.balangue Fix for SDM 126638 */
  z-index: -1;
  /* END - al.balangue Fix for SDM 126638 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 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.5)), 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.5) 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.5) 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.5) 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.5) 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 */
}
/* line 233, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .item .title {
  text-align: left;
  color: white;
  margin-top: 10px;
}
/* line 239, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_slide-view .item .book-now {
  text-align: left;
  font-size: 14px;
  position: absolute;
  bottom: 13px;
  left: 13px;
}
/* line 251, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view {
  display: none;
  text-align: left;
  color: black;
}
/* line 256, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .slide-view_content {
  margin: 0;
  padding: 0;
  width: 30%;
}
/* line 262, ../sass/partials/sidebar/_sidebar.scss */
/*Start al.balangue - Removed Style right 13px for SDM 126641*/
#sidebar .sidebar_detail-view .slide-view_content .item .book-now {
  font-size: 12px;
  line-height: 16px;
  padding: 8px;
}
/*End al.balangue - Removed Style right 13px for SDM 126641*/
/* line 268, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .slide-view_content .item .arrow {
  position: absolute;
  right: 0;
  top: 40%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid white;
}
/* line 278, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .slide-view_content .item .dark-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 260;
/* START - CHANGES BY NAN FOR IMAGE RESIZE */
  width: 295px;
  height: 205px;  
/* START - CHANGES BY NAN FOR IMAGE RESIZE */
}
/* line 288, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .slide-view_content .item .empty-text {
  color: red;
}
/* line 295, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .close {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 32px;
  height: 31px;
  color: white;
  background-color: rgba(0,0,0,0.5);
  z-index: 265;
  padding-right: 1px;
  font-size: 33px;
  vertical-align: middle;
  text-align: center;
  font-family: serif;
  cursor: pointer;
}
/* line 304, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_header {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 309, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_header .title {
  position: relative;
  z-index: 265;
  max-width: 85%;
  padding: 20px 20px 0 20px;
  text-align: left;
}
/* line 317, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_header .background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 325, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_content {
  height: 100%;
}
/* line 329, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_content .description {
  padding: 0 20px;
  color: black;
  overflow-y: auto;
  min-height: 100px;
  max-height: 289px;
}
/* line 333, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_content .description .hotel {
  color: black;
  margin-bottom: 5px;
}
/* line 338, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_content .description .detail-text {
  margin-bottom: 20px;
  color: black;
}
/* line 343, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_content .description .section-heading, #sidebar .sidebar_detail-view .detail-view_content .description .detail-text {
  text-align: left;
  color: black;
}
/* line 352, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_content .description a.btn {
  font-size: 14px;
  color: white;
}
/* line 357, ../sass/partials/sidebar/_sidebar.scss */
#sidebar .sidebar_detail-view .detail-view_content .description .section-heading:after {
  content: '';
  display: block;
  height: 1px;
  background: url("../images/bg-h2.png?1415036827") no-repeat 0 0;
  margin-bottom: 10px;
}
#sidebar .sidebar_detail-view .detail-view_content .description a.phone,
#sidebar .sidebar_detail-view .detail-view_content .description a.email,
#sidebar .sidebar_detail-view .detail-view_content .description a.view-property{
	color: #1258a3 !important;
}
/* line 1, ../sass/partials/_reviewReservation.scss */
.review-reservation {
  /*margin-top: 112px;*/
  border-top: 1px solid #CACACA;
}
/* line 5, ../sass/partials/_reviewReservation.scss */
.review-reservation label {
  font-weight: 100;
  text-transform: uppercase;
}
/* line 11, ../sass/partials/_reviewReservation.scss */
/*
.mobile .review-reservation {
  margin-top: 151px;
}
*/
/* line 1, ../sass/partials/_gift-cards.scss */
.gc-login {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
/* line 9, ../sass/partials/_gift-cards.scss */
.gc-login a {
  margin-left: 10px;
}
/* line 10, ../sass/partials/_gift-cards.scss */
.gc-login .lock {
  background-image: url(../images/icons/icon-blue-lock.jpg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  margin-left: 0;
  padding-left: 25px;
}
/* line 17, ../sass/partials/_gift-cards.scss */
.gc-login .bar {
  font-size: 20px;
}

/* line 20, ../sass/partials/_gift-cards.scss */
.general-content .gift-card {
  padding-bottom: 0;
}

/* line 24, ../sass/partials/_gift-cards.scss */
.gift-card-steps h4, .gift-card-steps p.intro.upcoming-new-hotels {
  color: #034ea0;
}
/* line 27, ../sass/partials/_gift-cards.scss */
.gift-card-steps li, .gift-card-steps span {
  display: inline-block;
}
/* line 28, ../sass/partials/_gift-cards.scss */
.gift-card-steps li {
  margin-bottom: 10px;
}
/* line 30, ../sass/partials/_gift-cards.scss */
.gift-card-steps li span {
  width: 75%;
}
/* line 31, ../sass/partials/_gift-cards.scss */
.gift-card-steps li .step {
  width: auto;
  vertical-align: top;
}
/* line 36, ../sass/partials/_gift-cards.scss */
.gift-card-steps a {
  background-image: url("../images/icons/icon-blue-arrow-right-small.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 15px;
}

/* line 46, ../sass/partials/_gift-cards.scss */
.mobile .gift-card-steps li {
  display: block;
}
/* line 47, ../sass/partials/_gift-cards.scss */
.mobile .gift-card-steps span, .mobile .gift-card-steps .inline {
  white-space: normal;
}
/* line 48, ../sass/partials/_gift-cards.scss */
.mobile .gift-card-steps .inline {
  width: 75%;
}
/* line 51, ../sass/partials/_gift-cards.scss */
.mobile .featured-accordion button {
  width: 100%;
  display: block;
}
/* line 1, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page {
  /*margin-top: 112px;*/
  color: white;
  background: #002247;
  position: relative;
  overflow: hidden;
}
/* line 8, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page #map {
/* START - CHANGES BY NAN FOR SIDEBAR IMAGE RESIZE */
  max-height: 695px;
/* START - CHANGES BY NAN FOR SIDEBAR IMAGE RESIZE */
}
/* line 12, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page h1, .explore-hotels-page h2 {
  margin-bottom: 5px;
}
/* line 15, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page h1 + .header-underline, .explore-hotels-page h2 + .header-underline {
  margin-bottom: 20px;
}
/* line 23, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .region-list-filter {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
/* line 29, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .region-list-filter img {
  width: 100%;
  height: auto;
}
/* line 33, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .region-list-filter .country-list {
  position: absolute;
  font-size: 1.2em;
  color: #fff;
  font-family: 'icomoon';
  text-transform: uppercase;
  font-weight: 200;
  pointer-events: none;
}
.explore-hotels-page .explore-hotels-view .region-list-filter .country-list {
  pointer-events: auto;
  cursor: pointer;	
}
/* line 41, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .region-list-filter .country-list.america {
  left: 14.2%;
  top: 48.5%;
}
/* line 45, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .region-list-filter .country-list.africa {
  left: 47.5%;
  top: 60.55%;
}
/* line 49, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .region-list-filter .country-list.middle-east {
  left: 56.5%;
  top: 54.5%;
}
/* line 53, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .region-list-filter .country-list.europe {
  left: 59%;
  top: 36.7%;
}
/* line 57, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .region-list-filter .country-list.asia {
  left: 79%;
  top: 58.3%;
}
@media (max-width: 800px) {
  /* line 23, ../sass/partials/explore-hotels/_explore-hotels.scss */
  .explore-hotels-page .region-list-filter {
    display: none;
  }
}
/* line 69, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .mobile-region-list-filter {
  display: none;
}
@media (max-width: 800px) {
  /* line 69, ../sass/partials/explore-hotels/_explore-hotels.scss */
  .explore-hotels-page .mobile-region-list-filter {
    display: block;
  }
  /* line 74, ../sass/partials/explore-hotels/_explore-hotels.scss */
  .explore-hotels-page .mobile-region-list-filter .link-map .link-map__col {
    border-right: none;
  }
  /* line 76, ../sass/partials/explore-hotels/_explore-hotels.scss */
  .explore-hotels-page .mobile-region-list-filter .link-map .link-map__col h3 {
    color: white;
  }
  /* line 79, ../sass/partials/explore-hotels/_explore-hotels.scss */
  .explore-hotels-page .mobile-region-list-filter .link-map .link-map__col a {
    color: white;
  }
}
/* line 93, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .bottom-drawer__menu-item {
  width: 33%;
}
/* line 97, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-page .bottom-drawer__content {
  height: 300px;
}
/* line 100, ../sass/partials/explore-hotels/_explore-hotels.scss */
.mobile .explore-hotels-page .bottom-drawer__content {
  padding: 20px;
  padding-top: 0;
}
/* line 105, ../sass/partials/explore-hotels/_explore-hotels.scss */
.mobile .explore-hotels-page .bottom-drawer__content label,
.mobile .explore-hotels-page .bottom-drawer__content .interest-list__header {
  display: block;
}

/* line 113, ../sass/partials/explore-hotels/_explore-hotels.scss */
.filter-col {
  border-right: 1px solid #505050;
}
/* line 116, ../sass/partials/explore-hotels/_explore-hotels.scss */
.filter-col:last-child {
  border-right: 0;
}

/* line 122, ../sass/partials/explore-hotels/_explore-hotels.scss */
.filter-col__item {
  display: block;
}

/* line 127, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view {
  position: relative;
  background-color: #17589e;
}
/* line 131, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view .explore-hotels-view__title, .explore-hotels-view .interest-prompt {
  position: relative;
  max-width: 600px;
  width: 100%;
  text-align: center;
}
/* line 138, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view .explore-hotels-view__title {
  color: black;
  z-index: 5;
  margin: 0 auto 30px;
}
/* line 145, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view .background-img {
  /* Set rules to fill background */
  min-height: 100%;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 160, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view .interest-prompt {
  position: relative;
  margin: 15px auto;
}
/* line 164, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view .interest-prompt * {
  color: black;
}
/* line 169, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view .explore-hotels-view__sort {
  text-align: right;
  margin-right: 20px;
}
/* line 172, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view .explore-hotels-view__sort .form-block div {
  text-align: left;
}
/* line 175, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view .cr-select__display {
  background: white !important;
}
@media (max-width: 800px) {
  /* line 182, ../sass/partials/explore-hotels/_explore-hotels.scss */
  .explore-hotels-view .explore-hotels-view__title,
  .explore-hotels-view .interest-prompt {
    margin: 0;
    font-size: 22px;
    max-width: 100%;
  }
  /* line 188, ../sass/partials/explore-hotels/_explore-hotels.scss */
  .explore-hotels-view .interest-prompt h3 {
    margin: 0;
  }
  /* line 192, ../sass/partials/explore-hotels/_explore-hotels.scss */
  .explore-hotels-view .explore-hotels-view__title {
    margin-top: 30px;
  }
}


/* line 203, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view.explore-hotels-map-view .btn-search {
  padding: 7px;
}
/* line 215, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view.explore-hotels-map-view #map .cr-map-nav ul {
  display: table;
}
/* line 218, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view.explore-hotels-map-view #map .cr-map-nav li {
  width: 33%;
}
/* line 221, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view.explore-hotels-map-view #map .cr-map-nav a {
  color: white;
}

/* line 232, ../sass/partials/explore-hotels/_explore-hotels.scss */
.csstransforms3d.csstransitions .explore-hotels-page .bottom-drawer__content {
  left: 0;
  height: 284px;
}
/* line 236, ../sass/partials/explore-hotels/_explore-hotels.scss */
.csstransforms3d.csstransitions .explore-hotels-page .bottom-drawer {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-transform: translate3d(0, 300px, 0);
  -moz-transform: translate3d(0, 300px, 0);
  -ms-transform: translate3d(0, 300px, 0);
  -o-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
  z-index: 99999;
  bottom: 16px;
}
/* line 242, ../sass/partials/explore-hotels/_explore-hotels.scss */
.csstransforms3d.csstransitions .explore-hotels-page .bottom-drawer--open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  bottom: 0;
}

/* line 254, ../sass/partials/explore-hotels/_explore-hotels.scss */
.lt-ie10 .explore-hotels-page .bottom-drawer__content {
  left: 0;
  height: 300px;
}
/* line 258, ../sass/partials/explore-hotels/_explore-hotels.scss */
.lt-ie10 .explore-hotels-page .bottom-drawer {
  bottom: -300px;
}
/* line 262, ../sass/partials/explore-hotels/_explore-hotels.scss */
.lt-ie10 .explore-hotels-page .bottom-drawer--open {
  bottom: 0px;
}

/* line 274, ../sass/partials/explore-hotels/_explore-hotels.scss */
/*
.explore-hotels-location {
  margin-top: 112px;
}
*/
/* line 278, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-location .header-underline {
  margin-bottom: 20px;
}


/* line 2, ../sass/partials/_create-an-account.scss */
#content .drop-down div {
  float: none;
}
/* line 5, ../sass/partials/_create-an-account.scss */
#content .drop-down span.rate-label-booking {
  width: 100%;
  line-height: 80px;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 24px;
  font-weight: 200;
  min-height: 80px;
}
/* line 14, ../sass/partials/_create-an-account.scss */
#content .drop-down span.dd-arrow {
  position: absolute;
  right: 20px;
  background: url("../images/icons/drop-arrow-gray-down.png");
  background-repeat: no-repeat;
}
/* line 22, ../sass/partials/_create-an-account.scss */
#content .drop-down span.up-arrow {
  position: absolute;
  right: 20px;
  background: url("../images/icons/drop-arrow-gray-up.png");
  background-repeat: no-repeat;
}
/* line 29, ../sass/partials/_create-an-account.scss */
#content .drop-down ul.promotion-list {
  width: 100%;
  position: relative;
  top: -20px;
  background-color: #e5e5e5;
  height: 200px;
  overflow: scroll;
}
/* line 36, ../sass/partials/_create-an-account.scss */
#content .drop-down ul.promotion-list li {
  border-top: 1px solid #ccc;
  padding: 12px 8px 10px 22px;
  border-bottom: none;
  font-weight: 100;
}
/* line 41, ../sass/partials/_create-an-account.scss */
#content .drop-down ul.promotion-list li:hover {
  background-color: #ccc;
}

/* line 48, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper {
  width: 100%;
  padding: 20px 2.5%;
  background-color: #fff;
  margin-top: 112px;
}
/* line 3, ../sass/partials/_mixins.scss */
.create-an-account-wrapper form ::-webkit-input-placeholder {
  color: black;
  font-size: 1em;
  opacity: 1 !important;
}
/* line 8, ../sass/partials/_mixins.scss */
.create-an-account-wrapper form :-moz-placeholder {
  color: black;
  font-size: 1em;
  opacity: 1 !important;
}
/* line 13, ../sass/partials/_mixins.scss */
.create-an-account-wrapper form ::-moz-placeholder {
  color: black;
  font-size: 1em;
  opacity: 1 !important;
}
/* line 18, ../sass/partials/_mixins.scss */
.create-an-account-wrapper form :-ms-input-placeholder {
  color: black;
  font-size: 1em;
  opacity: 1 !important;
}
/* line 59, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form label,
.create-an-account-wrapper form input[name='city'],
.create-an-account-wrapper form .faux-label,
.create-an-account-wrapper form .input-wrapper input {
  font-size: 22px;
  font-weight: 200;
}
/* line 63, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form label {
  line-height: 80px;
  margin-left: 1em;
}
@media only screen and (max-width: 800px) {
  /* line 63, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form label {
    font-size: 15px;
    margin-left: 5px;
  }
}
/* line 70, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form label.checkbox {
  line-height: initial;
  margin-left: 10px;
  float: left;
  width: 100%;
}
/* line 78, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form input,
.create-an-account-wrapper form .dates {
  background-color: #fbfbfb;
  height: 100%;
}
/* line 82, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form input {
  font-size: 36px;
  font-weight: 200;
}
/* line 86, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form input[name='city'] {
  background-image: url("../images/icons/icon-gray-arrow.png");
  background-repeat: no-repeat;
  background-position: 100% 32px;
  background-color: transparent;
  border: none;
  width: 93%;
  padding-right: 0;
  line-height: 45px;
}
/* line 96, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .centered {
  text-align: center;
}
/* line 99, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .clear-icon {
  background-image: url("../images/icons/icon-gray-close.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  position: relative;
  width: 45px;
  height: 45px;
  top: 30px;
}
/* line 109, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .dates label {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
/* line 115, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .dates input {
  margin: 0;
  width: 100%;
  padding: 0 .2em;
  text-align: center;
  height: 50px;
}
/* line 123, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .faux-input {
  display: inline-block;
  background-color: #eeeeee;
  height: 80px;
  width: 48%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1281px) {
  /* line 123, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .faux-input {
    width: 100%;
  }
}
/* line 133, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .faux-label {
  line-height: 80px;
}
/* line 136, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .label {
  text-align: center;
}
/* line 139, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .left-space {
  border-left: 10px solid #fff;
  box-sizing: border-box;
}
/* line 143, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .left-space-small {
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
/* line 147, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .rate-label-general {
  width: 100%;
  height: 80px;
  display: inline-block;
  position: relative;
}
/* line 153, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .full-title {
  clear: both;
  text-align: center;
}
@media only screen and (max-width: 1281px) {
  /* line 156, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .full-title h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 156, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .full-title h3 {
    font-size: 20px;
  }
}
/* line 165, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .full-title.agree input {
  float: left;
  width: 15px;
  height: 15px;
}
/* line 170, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .full-title.agree h5 {
  text-align: left;
  margin-left: 20px;
}
/* line 177, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-wrapper {
  background-color: #e2e2e2;
  padding-left: 1px;
  position: relative;
  float: right;
  height: 80px;
  width: 72%;
}
@media only screen and (max-width: 800px) {
  /* line 177, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-wrapper {
    width: 67%;
  }
}
/* line 187, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-wrapper input {
  background-color: #fbfbfb;
  height: 77px;
  width: 99.5%;
  margin: .2%;
  padding: 0 0 0 1.5em;
  line-height: 76px;
}
@media only screen and (max-width: 800px) {
  /* line 187, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-wrapper input {
    padding-left: 5px;
    font-size: 16px;
    margin: .3%;
    width: 99%;
  }
}
/* line 201, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-wrapper input::-ms-clear {
  display: none;
}
/* line 202, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-wrapper .clear-icon {
  position: absolute;
  right: 20px;
}
/* line 207, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .rates-select {
  background-color: #e2e2e2;
  height: 80px;
  background-size: 70px;
}
/* line 211, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .rates-select select {
  width: 100%;
  height: 100%;
  font-size: 22px;
}
/* line 217, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long, .create-an-account-wrapper form .input-short, .create-an-account-wrapper form .country {
  margin-right: 48px;
}
@media only screen and (max-width: 1281px) {
  /* line 217, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long, .create-an-account-wrapper form .input-short, .create-an-account-wrapper form .country {
    margin-right: 0;
  }
}
/* line 224, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.email {
  width: 100%;
}
/* line 226, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.email .faux-input {
  width: 87%;
}
@media only screen and (max-width: 1281px) {
  /* line 226, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long.email .faux-input {
    width: 72%;
  }
}
/* line 232, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.email input {
  margin: .1%;
  width: 99.7%;
}
@media only screen and (max-width: 800px) {
  /* line 232, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long.email input {
    margin: .3%;
    width: 99.3%;
  }
}
/* line 241, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.pass2 {
  margin-bottom: 20px;
}
/* line 243, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.pass2 label {
  font-size: 19px;
}
@media only screen and (max-width: 800px) {
  /* line 243, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long.pass2 label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 251, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long.receive {
    float: none;
  }
}
/* line 255, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.receive .faux-input {
  width: 50%;
  padding: 12px;
}
/* line 258, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.receive .faux-input input {
  width: 20px;
  height: 15px;
}
@media only screen and (max-width: 800px) {
  /* line 255, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long.receive .faux-input {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
/* line 269, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.interests {
  width: 100%;
  height: 130px;
}
@media only screen and (max-width: 800px) {
  /* line 269, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long.interests {
    height: 315px;
    margin-bottom: 20px;
  }
}
/* line 276, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.interests .interests-row {
  position: relative;
  float: right;
  width: 70%;
  display: inline-block;
  top: 0;
  height: 20px;
}
@media only screen and (max-width: 800px) {
  /* line 276, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long.interests .interests-row {
    float: none;
    width: 100%;
  }
}
/* line 287, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.interests .interests-row .faux-input {
  float: left;
  width: 50%;
  height: 130px;
  padding: 5px;
}
@media only screen and (max-width: 800px) {
  /* line 287, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long.interests .interests-row .faux-input {
    width: 100%;
    margin-bottom: 0;
    height: 117px;
  }
}
/* line 297, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.interests .interests-row .faux-input label {
  font-size: 15px;
  margin: 3px;
}
/* line 300, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-long.interests .interests-row .faux-input label input {
  height: 15px;
  width: 15px;
}
@media only screen and (max-width: 800px) {
  /* line 305, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-long.interests .interests-row .faux-input:nth-child(2) {
    height: 125px;
  }
}
/* line 316, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-short.dob .input-wrapper, .create-an-account-wrapper form .input-short.state .input-wrapper, .create-an-account-wrapper form .input-short.zip .input-wrapper {
  width: 46%;
}
/* line 318, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-short.dob .input-wrapper input, .create-an-account-wrapper form .input-short.state .input-wrapper input, .create-an-account-wrapper form .input-short.zip .input-wrapper input {
  width: 99%;
  margin-top: 0.3%;
}
@media only screen and (max-width: 800px) {
  /* line 315, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.dob, .create-an-account-wrapper form .input-short.state, .create-an-account-wrapper form .input-short.zip {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 326, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.dob .faux-input, .create-an-account-wrapper form .input-short.state .faux-input, .create-an-account-wrapper form .input-short.zip .faux-input {
    width: 67%;
  }
}
/* line 332, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-short.dob {
  width: 23%;
}
@media only screen and (max-width: 1281px) {
  /* line 332, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.dob {
    width: 49%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 332, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.dob {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 340, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.dob .faux-input {
    width: 67%;
  }
}
/* line 346, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-short.state {
  width: 24%;
  margin-right: 36px;
}
@media only screen and (max-width: 1281px) {
  /* line 346, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.state {
    width: 52%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 346, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.state {
    width: 100%;
  }
}
/* line 356, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-short.zip {
  width: 21%;
}
@media only screen and (max-width: 1281px) {
  /* line 356, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.zip {
    width: 43%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 356, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.zip {
    width: 100%;
  }
}
/* line 364, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .input-short.zip .faux-input {
  width: 70%;
}
@media only screen and (max-width: 800px) {
  /* line 364, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .input-short.zip .faux-input {
    width: 67%;
  }
}
/* line 372, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .drop-down {
  width: 48%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1281px) {
  /* line 372, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .drop-down {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 372, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .drop-down {
    display: block;
    width: 100%;
  }
}
/* line 382, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .drop-down.gender {
  width: 23%;
  margin-right: 2%;
}
@media only screen and (max-width: 1281px) {
  /* line 382, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .drop-down.gender {
    width: 49%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 382, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .drop-down.gender {
    display: block;
    width: 100%;
  }
}
/* line 393, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .drop-down.mice {
  margin-bottom: 20px;
}
/* line 395, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .drop-down.mice label {
  font-size: 17px;
}
/* line 400, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form hr {
  width: 100%;
}
/* line 404, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .radio dl {
  height: 100%;
  margin: 0;
}
/* line 407, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .radio dl dt {
  height: 25px;
  padding-top: 5px;
}
/* line 410, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .radio dl dt input {
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px;
}
/* line 419, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .no-right-margin {
  margin-right: 0;
}
/* line 422, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .rooms-row {
  margin-bottom: 9px;
  display: inline-block;
}
/* line 425, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .rooms-row .faux-input {
  margin-bottom: 1px;
}
/* line 430, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .room-block:first-child,
.create-an-account-wrapper form .rates-label {
  background-color: #e2e2e2;
}
/* line 433, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .search-icon {
  background-image: url("../images/icons/icon-gray-search.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
  width: 45px;
  height: 45px;
}
/* line 441, ../sass/partials/_create-an-account.scss */
.create-an-account-wrapper form .square {
  display: inline-block;
  height: 80px;
  width: 80px;
  float: right;
  padding: .2em;
  text-align: center;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  /* line 451, ../sass/partials/_create-an-account.scss */
  .create-an-account-wrapper form .submit {
    display: block;
    width: 100%;
  }
}

/* line 2, ../sass/partials/_rtl.scss */
html[dir="rtl"] #nav {
  right: auto !important;
}
/* line 5, ../sass/partials/_rtl.scss */
html[dir="rtl"] #nav a {
  padding-right: 20px;
}
/* line 11, ../sass/partials/_rtl.scss */
html[dir="rtl"] .marquee a.hotel-name {
  left: 40px;
  right: auto;
}
/* line 18, ../sass/partials/_rtl.scss */
html[dir="rtl"] .featured-3 h3 {
  text-align: right;
}
/* line 23, ../sass/partials/_rtl.scss */
html[dir="rtl"] .featured-3 .box .btn {
  margin-right: 20px;
}
/* line 30, ../sass/partials/_rtl.scss */
html[dir="rtl"] a .btn--RAD_B {
  right: 0;
}
/* line 36, ../sass/partials/_rtl.scss */
html[dir="rtl"] .search .geolocate {
  float: left;
}
/* line 39, ../sass/partials/_rtl.scss */
html[dir="rtl"] .search .close-booking-bar {
  right: 10px;
}
/* line 49, ../sass/partials/_rtl.scss */
html[dir="rtl"] .search .destination #crhotelSearch {
  float: right;
  padding-right: 35px;
}
/* line 55, ../sass/partials/_rtl.scss */
html[dir="rtl"] .search .destination .searchResultList ul li {
  padding-right: 20px;
}
/* line 64, ../sass/partials/_rtl.scss */
html[dir="rtl"] .search .destination .destination-list ul li a {
  padding-right: 60px;
  padding-left: 0;
}
/* line 84, ../sass/partials/_rtl.scss */
html[dir="rtl"] .signin-now .fields .btn-primary, html[dir="rtl"] .signin-now .fields .btn--RAD_B,
html[dir="rtl"] .signin-now .fields .btn--RAD_G,
html[dir="rtl"] .signin-now .fields .btn--RAD_E,
html[dir="rtl"] .signin-now .fields .btn--CHI,
html[dir="rtl"] .signin-now .fields .btn--PII,
html[dir="rtl"] .signin-now .fields .btn--PKP,
html[dir="rtl"] .signin-now .fields .btn--PKP_A,
html[dir="rtl"] .signin-now .fields .btn--QCN {
  float: left;
}
/* line 96, ../sass/partials/_rtl.scss */
html[dir="rtl"] .signin-now .signin-nav {
  background: none;
}
/* line 106, ../sass/partials/_rtl.scss */
html[dir="rtl"] .mobile .signin-now .fields .btn-primary, html[dir="rtl"] .mobile .signin-now .fields .btn--RAD_B,
html[dir="rtl"] .mobile .signin-now .fields .btn--RAD_G,
html[dir="rtl"] .mobile .signin-now .fields .btn--RAD_E,
html[dir="rtl"] .mobile .signin-now .fields .btn--CHI,
html[dir="rtl"] .mobile .signin-now .fields .btn--PII,
html[dir="rtl"] .mobile .signin-now .fields .btn--PKP,
html[dir="rtl"] .mobile .signin-now .fields .btn--PKP_A,
html[dir="rtl"] .mobile .signin-now .fields .btn--QCN {
  position: relative;
  margin-top: 0;
  float: right;
}
/* line 118, ../sass/partials/_rtl.scss */
html[dir="rtl"] .secondary-nav .ribbon-body ul {
  float: left !important;
}
/* line 126, ../sass/partials/_rtl.scss */
html[dir="rtl"] div.film_roll_child > div a, html[dir="rtl"] div.slick-slide > div a {
  left: 20px;
}
/* line 182, ../sass/partials/_rtl.scss */
html[dir="rtl"] .hotel-overview .hotel-info {
  float: right;
}
/* line 187, ../sass/partials/_rtl.scss */
html[dir="rtl"] .hotel-overview .hotel-info h1, html[dir="rtl"] .hotel-overview .hotel-info .address, html[dir="rtl"] .hotel-overview .hotel-info .phone {
  margin-right: 0;
}
/* line 213, ../sass/partials/_rtl.scss */
html[dir="rtl"] .hotel-overview .booking-share {
  float: left;
}
/* line 240, ../sass/partials/_rtl.scss */
html[dir="rtl"] .accordion-content h2.underlined {
  width: 68% !important;
}
@media (min-width: 801px) {
  /* line 265, ../sass/partials/_rtl.scss */
  html[dir="rtl"] #header .brand-logo, html[dir="rtl"] #header .search {
    float: right;
  }
  /* line 269, ../sass/partials/_rtl.scss */
  html[dir="rtl"] #header .menu-tab {
    float: left;
  }
  /* line 274, ../sass/partials/_rtl.scss */
  html[dir="rtl"] #header .search .slide-panel {
    float: right;
  }
  /* line 278, ../sass/partials/_rtl.scss */
  html[dir="rtl"] #header .search .next {
    float: left;
  }
  /* line 282, ../sass/partials/_rtl.scss */
  html[dir="rtl"] #header .search .destination {
    float: right;
  }
  /* line 286, ../sass/partials/_rtl.scss */
  html[dir="rtl"] #header .search .check-in, html[dir="rtl"] #header .search .check-out, html[dir="rtl"] #header .search .rooms, html[dir="rtl"] #header .search .adults, html[dir="rtl"] #header .search .children {
    float: right;
  }
  /* line 290, ../sass/partials/_rtl.scss */
  html[dir="rtl"] #header .search .back-to-step-2 {
    float: right;
  }
  /* line 293, ../sass/partials/_rtl.scss */
  html[dir="rtl"] #header .search .back-to-step-2 span {
    background: url('../images/icons-sf296ea9764.png') no-repeat 0 -511px;
  }
  /* line 299, ../sass/partials/_rtl.scss */
  html[dir="rtl"] #header .search-icon, html[dir="rtl"] #header .clear-icon {
    float: right;
    margin: 30px 14px 0px 14px;
  }
  /* line 305, ../sass/partials/_rtl.scss */
  html[dir="rtl"] .search .rate-label span {
    float: right;
  }
  /* line 309, ../sass/partials/_rtl.scss */
  html[dir="rtl"] .search .rate-label span.dd-arrow {
    float: right;
    left: -12px;
    right: auto;
  }
  /* line 315, ../sass/partials/_rtl.scss */
  html[dir="rtl"] .search .rates {
    float: right;
    width: 11%;
    right: 73%;
    left: auto;
  }
}
/* line 326, ../sass/partials/_rtl.scss */
html[dir="rtl"] #header .drawer .content-container span.close {
  right: auto;
  left: 2em;
}
/* line 8, ../sass/partials/_bookingbar.scss */
#header input[type='number'] {
  -moz-appearance: textfield !important;
}
/* line 12, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu {
  position: absolute;
  top: 112px;
  left: 21.33%;
  width: 62.2%;
  padding: 10px 20px;
  background: rgba(35, 35, 35, 0.75);
  color: #232323;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 488px;
}
/* line 27, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu form > * {
  margin-top: 10px;
}
/* line 30, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu form .pure-g:first-child {
  height: 70px;
}
/* line 34, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu div.check-in-out-wrap {
  height: 70px;
}
/* line 38, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu div {
  padding: 0;
}
/* line 40, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu button.close {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid white;
  position: relative;
  left: 95.25%;
  color: white;
  padding: 2px 0px 0px 1px;
  text-align: center;
  transition: background 111ms ease;
}
/* line 51, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu button.close img {
  width: 13px;
  height: 13px;
  pointer-events: none;
}
/* line 52, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu button.close:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* line 53, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu button.close:active {
  background: rgba(0, 0, 0, 0.5);
}
/* line 56, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu label {
  font-size: 25px;
  line-height: 70px;
  text-transform: none;
  padding-left: 20px;
}
/* line 63, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu input {
  font-size: 25px;
  width: 70px;
  height: 70px;
  float: right;
  border: 3px double #eeeeee;
  text-align: center;
  -moz-appearance: textfield;
}
/* line 73, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu div.month-and-day {
  height: 70px;
  width: 70px;
  position: relative;
  float: right;
  left: 70px;
  pointer-events: none;
}
/* line 81, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu div.month-and-day input.month {
  font-size: 12px;
  position: relative;
  height: 25px;
  pointer-events: none;
  border: none;
}
/* line 89, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu div.month-and-day input.day, #header .dropdown-booking-menu div.month-and-day .mobile .book-a-hotel-wrapper form .select-dates .square input.month, .mobile .book-a-hotel-wrapper form .select-dates .square #header .dropdown-booking-menu div.month-and-day input.month {
  position: relative;
  left: 0;
  pointer-events: none;
  top: 0;
  height: 45px;
  color: #034ea0;
  font-size: 31.25px;
  padding-bottom: 5px;
}
/* line 101, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .checkin, #header .dropdown-booking-menu .checkout {
  background: #eeeeee;
  height: 70px;
  color: #034ea0;
  position: relative;
}
/* line 108, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .checkin input, #header .dropdown-booking-menu .checkout input {
  z-index: 10;
}
@media screen and (min-width: 973px) and (max-width: 1069px) {
  /* line 111, ../sass/partials/_bookingbar.scss */
  #header .dropdown-booking-menu .checkin div.month-and-day, #header .dropdown-booking-menu .checkout div.month-and-day {
    left: 70px;
    top: 0px;
  }
}
@media screen and (max-width: 886px) {
  /* line 111, ../sass/partials/_bookingbar.scss */
  #header .dropdown-booking-menu .checkin div.month-and-day, #header .dropdown-booking-menu .checkout div.month-and-day {
    left: 0px;
    top: -70px;
  }
}
/* line 120, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .checkin div.month-and-day input.month, #header .dropdown-booking-menu .checkout div.month-and-day input.month {
  border-bottom: none;
}
/* line 121, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .checkin div.month-and-day input.day, #header .dropdown-booking-menu .checkout div.month-and-day input.day, #header .dropdown-booking-menu .checkin div.month-and-day .mobile .book-a-hotel-wrapper form .select-dates .square input.month, .mobile .book-a-hotel-wrapper form .select-dates .square #header .dropdown-booking-menu .checkin div.month-and-day input.month, #header .dropdown-booking-menu .checkout div.month-and-day .mobile .book-a-hotel-wrapper form .select-dates .square input.month, .mobile .book-a-hotel-wrapper form .select-dates .square #header .dropdown-booking-menu .checkout div.month-and-day input.month {
  border-top: none;
}
/* line 125, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .checkout {
  margin-left: 10px;
}
@media screen and (max-width: 990px) {
  /* line 130, ../sass/partials/_bookingbar.scss */
  #header .dropdown-booking-menu .checkout div.month-and-day {
    left: 0px;
    top: -70px;
  }
}
/* line 137, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .room-select {
  background: #eeeeee;
}
/* START: al.balangue - replaced the color of placeholder in booking panel */
#header .dropdown-booking-menu .room-select ::-webkit-input-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-select :-moz-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-select ::-moz-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-select :-ms-input-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-array-adults ::-webkit-input-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-array-adults :-moz-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-array-adults ::-moz-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-array-adults :-ms-input-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-array-children ::-webkit-input-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-array-children :-moz-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-array-children ::-moz-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-array-children :-ms-input-placeholder {
  color: #cccccc;
}
#header .dropdown-booking-menu .room-select .empty,
#header .dropdown-booking-menu .room-array-adults .empty,
#header .dropdown-booking-menu .room-array-children .empty {
  color: #cccccc;
}
/*END: al.balangue - replaced the color of placeholder in booking panel */
/* line 140, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .room-array-room, #header .dropdown-booking-menu .room-array-adults, #header .dropdown-booking-menu .room-array-children, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-children, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-children {
  background: #e2e2e2;
  height: 70px;
  margin-left: 0;
  text-align: center;
}
/* line 146, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .room-array-room label, #header .dropdown-booking-menu .room-array-adults label, #header .dropdown-booking-menu .room-array-children label, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-children label, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-children label {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 20px;
}
/* line 153, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .room-array-adults, #header .dropdown-booking-menu .room-array-children, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-children, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-children {
  background: #eeeeee;
  margin-left: 10px;
}
/* line 158, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .room-array-adults label, #header .dropdown-booking-menu .room-array-children label, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-children label, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-children label {
  text-transform: none;
  font-size: 25px;
}
/* line 168, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .rate-choose select {
  background-color: #eeeeee;
  width: 100%;
  height: 70px;
  border: none;
  font-size: 20px;
  padding-left: 1em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 183, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .rate-input input {
  height: 70px;
  width: 79%;
  float: right;
  text-align: left;
  padding-left: 20px;
  border: none;
}
/* line 192, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu .rate-input span.close {
  background: url("../images/closeBLK.png") no-repeat 100% 100%;
  float: right;
  position: relative;
  left: 75%;
  margin-top: 13px;
  height: 30px;
  width: 30px;
}
/* line 203, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu button.submit {
  float: right;
  width: 175px;
  height: 50px;
  background: rgba(3, 78, 160, 0.8);
  border: 1px solid white;
  color: white;
  margin-bottom: 10px;
  padding: 4px 10px;
  transition: background 222ms ease;
}
/* line 214, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu button.submit:hover {
  background: #034ea0;
}
/* line 225, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile {
  position: fixed;
  top: 116px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 104%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: rgba(35, 35, 35, 0.9);
  padding: 0px;
  color: #505050;
}
/* line 237, ../sass/partials/_bookingbar.scss */
html[dir="rtl"] #header .dropdown-booking-menu-mobile {
  width: 105%;
}
/* line 243, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .close-wrapper {
  height: 35px;
  padding: 0;
}
/* line 247, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .close-wrapper a.close {
  width: 15px;
  height: 15px;
  margin: 7px 0px;
  position: absolute;
  left: 90%;
  padding: 2px 0px 2px 1px;
  text-align: center;
  transition: background 111ms ease;
}
/* line 256, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .close-wrapper a.close img {
  width: 13px;
  height: 13px;
  pointer-events: none;
}
/* line 257, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .close-wrapper a.close:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* line 258, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .close-wrapper a.close:active {
  background: rgba(0, 0, 0, 0.5);
}
/* line 261, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .check-in-out-labels {
  height: 35px;
  background: #eeeeee;
  border-bottom: 1px solid #505050;
}
/* line 266, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .check-in-out-labels div {
  height: 35px;
}
/* line 269, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .check-in-out-labels div:first-child {
  border-right: 1px solid #505050;
}
/* line 273, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .check-in-out-labels div p {
  color: #505050;
  line-height: 7px;
}
/* line 279, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .check-in-out {
  background-color: #eeeeee;
  height: 70px;
  overflow: hidden;
  width: 100%;
}
/* line 285, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .calendar-check-in {
  border-right: 1px solid #505050;
}
/* line 287, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .calendar-check-in, #header .dropdown-booking-menu-mobile form .calendar-check-out {
  min-height: 70px;
  height: 100%;
  position: relative;
  width: 50%;
  overflow: hidden;
}
/* line 294, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .calendar-check-in input, #header .dropdown-booking-menu-mobile form .calendar-check-out input {
  font-size: 24px;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  height: 70px;
  width: 100%;
  color: #034ea0;
  line-height: normal;
  font-weight: 200;
}
/* line 306, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .calendar-check-in input.month, #header .dropdown-booking-menu-mobile form .calendar-check-in input.day, #header .dropdown-booking-menu-mobile .mobile .book-a-hotel-wrapper form .calendar-check-in .select-dates .square input.month, .mobile .book-a-hotel-wrapper #header .dropdown-booking-menu-mobile form .calendar-check-in .select-dates .square input.month, #header .dropdown-booking-menu-mobile .mobile .book-a-hotel-wrapper form .select-dates .square .calendar-check-in input.month, .mobile .book-a-hotel-wrapper #header .dropdown-booking-menu-mobile form .select-dates .square .calendar-check-in input.month, #header .dropdown-booking-menu-mobile form .calendar-check-out input.month, #header .dropdown-booking-menu-mobile form .calendar-check-out input.day, #header .dropdown-booking-menu-mobile .mobile .book-a-hotel-wrapper form .calendar-check-out .select-dates .square input.month, .mobile .book-a-hotel-wrapper #header .dropdown-booking-menu-mobile form .calendar-check-out .select-dates .square input.month, #header .dropdown-booking-menu-mobile .mobile .book-a-hotel-wrapper form .select-dates .square .calendar-check-out input.month, .mobile .book-a-hotel-wrapper #header .dropdown-booking-menu-mobile form .select-dates .square .calendar-check-out input.month {
  background-color: #eeeeee;
  position: relative;
  float: right;
  top: -70px;
  width: 50%;
  pointer-events: none;
  text-align: center;
  height: 70px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
/* line 318, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .calendar-check-in input.month, #header .dropdown-booking-menu-mobile form .calendar-check-out input.month {
  color: #505050;
  font-size: 24px;
  text-align: left;
}
/* line 327, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .calendar-check-in .ui-datepicker-trigger, #header .dropdown-booking-menu-mobile form .calendar-check-out .ui-datepicker-trigger {
  border: none;
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  float: right;
  display: inline;
  opacity: 0;
}
/* line 340, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .calendar-check-in .ui-datepicker-trigger:first-child, #header .dropdown-booking-menu-mobile form .calendar-check-out .ui-datepicker-trigger:first-child {
  border-right: 1px solid #505050;
}
/* line 343, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rooms-tab-wrap .rooms-tab {
  background-color: #034ea0;
  color: white;
  padding: 21px;
  height: 70px;
}
/* line 349, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rooms-tab-wrap .rooms-tab:after {
  width: 100%;
  min-width: 200px;
  height: 15px;
  content: '';
  position: absolute;
  margin-top: 35px;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
}
/* line 361, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rooms-tab-wrap .rooms-tab label {
  line-height: normal;
  display: inline;
  text-transform: none;
  font-size: 20px;
  text-transform: uppercase;
  padding: 16px 25%;
  max-width: 50%;
  font-weight: 100;
  border-right: 1px outset rgba(255, 255, 255, 0.1);
  border-left: 1px inset rgba(255, 255, 255, 0.1);
}
/* line 373, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rooms-tab-wrap .rooms-tab a.add-room, #header .dropdown-booking-menu-mobile form .rooms-tab-wrap .rooms-tab a.subtract-room {
  position: absolute;
  font-size: 30px;
  max-width: 25%;
  text-align: center;
  padding: 0% 7%;
  height: 70px;
}
/* line 381, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rooms-tab-wrap .rooms-tab a.add-room {
  right: 0.5%;
}
/* line 384, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rooms-tab-wrap .rooms-tab a.subtract-room {
  left: 0.5%;
}
/* line 387, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rooms-tab-wrap .rooms-tab span {
  font-size: 18px;
}
/* line 388, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rooms-tab-wrap .rooms-tab input {
  color: white;
  border: 0px;
  box-shadow: 0 0 0 2px white;
  background-color: #034ea0;
  padding: 9px 10px;
  text-align: center;
  border-radius: 50%;
}
/* line 400, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .room-wrap {
  width: 100%;
  background-color: #eeeeee;
}
/* line 404, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .room-wrap .room-array-room, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-adults, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-adults, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-children, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-children {
  background: #e2e2e2;
  padding: 5px;
  height: 70px;
  border-right: 1px solid #505050;
  border-left: 1px solid #505050;
  border-bottom: 1px solid #505050;
}
/* line 413, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .room-wrap .room-array-room label, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-adults label, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-adults label, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-children label, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-children label {
  text-align: center;
  display: inline;
  font-size: 14px;
}
/* line 418, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .room-wrap .room-array-room p, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-adults p, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-adults p, #header .dropdown-booking-menu .dropdown-booking-menu-mobile form .room-wrap .room-array-children p, #header .dropdown-booking-menu-mobile form .room-wrap .dropdown-booking-menu .room-array-children p {
  padding-top: 10px;
  font-size: 20px;
}
/* line 423, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .room-wrap .room-array-adults, #header .dropdown-booking-menu-mobile form .room-wrap .room-array-children {
  padding: 5px;
  padding-bottom: 0;
  height: 70px;
  border-bottom: 1px solid #505050;
  border-right: 1px solid #505050;
}
/* line 430, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .room-wrap .room-array-adults label, #header .dropdown-booking-menu-mobile form .room-wrap .room-array-children label {
  clear: both;
  font-size: 14px;
  text-align: center;
}
/* line 435, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .room-wrap .room-array-adults input, #header .dropdown-booking-menu-mobile form .room-wrap .room-array-children input {
  display: block;
  text-align: center;
  width: 35px;
  border: none;
  margin: 0 auto;
  font-size: 24px;
  background: none;
  height: 70px;
  position: relative;
  top: -17.5px;
  font-weight: 200;
}
/* line 454, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .booking-bar-bottom {
  width: 100%;
  position: relative;
  margin-bottom: 105px;
}
/* line 459, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .booking-bar-bottom .book-now-button-wrapper {
  border: none;
  padding: 0;
  margin-bottom: 210px;
}
/* line 463, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .booking-bar-bottom .book-now-button-wrapper button.submit-booking-form {
  height: 70px;
  width: 100%;
  background: #034ea0;
  border: 0px solid white;
  color: white;
  font-family: "Gill Sans std", "Gill Sans MT", Calibri, sans-serif;
}
/* line 474, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rateChoose {
  padding: 0;
  text-align: center;
  border: 1px solid #505050;
}
/* line 479, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rateChoose select {
  width: 100%;
  border: 1px solid #505050;
  padding: 0 5%;
  border-radius: 0px;
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  height: 70px;
  text-align: center;
  color: #505050;
  background-color: #e2e2e2;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
/* line 496, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rateChoose select option {
  text-align: center;
}
/* line 501, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rate-input {
  height: 84px;
  padding: 7px;
  background: #eeeeee;
}
/* line 505, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rate-input input {
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 70px;
}
/* line 512, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .rate-input span.close {
  background: url("../images/closeBLK.png") no-repeat 100% 100%;
  float: right;
  position: relative;
  left: -20px;
  top: -43.5px;
  height: 15px;
  width: 15px;
}
/* line 524, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .booking-home-button {
  bottom: 0;
  width: 100%;
  background: #232323;
  position: fixed;
  height: 60px;
  padding: 10px 0;
}
/* line 532, ../sass/partials/_bookingbar.scss */
#header .dropdown-booking-menu-mobile form .booking-home-button a {
  background: #034ea0;
  width: 175px;
  height: 35px;
  line-height: 12.5px;
}
/* line 2, ../sass/partials/_responsive-table.scss */
#responsive-table-wrap {
  padding: 151px 1em;
  background: white;
  /*
    Generic Styling, for Desktops/Laptops
    */
  /* Zebra striping */
  /*
    Max width before this PARTICULAR table gets nasty
    This query will take effect for any screen smaller than 760px
    and also iPads specifically.
    */
  /* Smartphones (portrait and landscape) ----------- */
  /* iPads (portrait and landscape) ----------- */
}
/* line 9, ../sass/partials/_responsive-table.scss */
#responsive-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
/* line 13, ../sass/partials/_responsive-table.scss */
#responsive-table-wrap tr {
  background: #eeeeee;
}
/* line 17, ../sass/partials/_responsive-table.scss */
#responsive-table-wrap tr:nth-of-type(odd) {
  background: white;
}
/* line 20, ../sass/partials/_responsive-table.scss */
#responsive-table-wrap th {
  background: #505050;
  color: white;
  font-weight: 200;
}
/* line 25, ../sass/partials/_responsive-table.scss */
#responsive-table-wrap td, #responsive-table-wrap th {
  padding: 14px;
  border: 1px solid #232323;
  text-align: left;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 2, ../sass/partials/_responsive-table.scss */
  #responsive-table-wrap {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  /* line 42, ../sass/partials/_responsive-table.scss */
  #responsive-table-wrap table, #responsive-table-wrap thead, #responsive-table-wrap tbody, #responsive-table-wrap th, #responsive-table-wrap td, #responsive-table-wrap tr {
    display: block;
  }
  /* line 47, ../sass/partials/_responsive-table.scss */
  #responsive-table-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 53, ../sass/partials/_responsive-table.scss */
  #responsive-table-wrap tr {
    border: 1px solid #505050;
  }
  /* line 55, ../sass/partials/_responsive-table.scss */
  #responsive-table-wrap td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #505050;
    position: relative;
    padding-left: 50%;
  }
  /* line 63, ../sass/partials/_responsive-table.scss */
  #responsive-table-wrap td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 86, ../sass/partials/_responsive-table.scss */
  #responsive-table-wrap body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 94, ../sass/partials/_responsive-table.scss */
  #responsive-table-wrap body {
    width: 495px;
  }
}



/* Carlson Styles for Included Destinations (miles and more) */
a.button-blue-arrow span
{
  display: block;
  line-height: 10px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #3ba7bc;
  background-color: transparent;
  background-image: url(../images/blue-arrow.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

/* Line 2 */
.participatingHotels li a, .participatingHotels li a span, .participatingHotels li.expanded a a
{
  color: #000000;
}

/* Line 2 */
a.button-blue-arrow:hover span
{
  color: #333333;
}

.participatingHotels li.collapsed ul {
	display: none;
}
.participatingHotels ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.participatingHotels ul ul {
	padding-left: 30px;
	display: block;
	float: left;
	width: 100%;
}
.participatingHotels li {
	width: 100%;
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
}
.participatingHotels li.expanded {
	height: auto;
}
.participatingHotels li.expanded li {
	height: 20px;
}
.participatingHotels li a ,
.participatingHotels li a span ,
.participatingHotels li.expanded a a {
	color: #000 !important;
}
.participatingHotels li.expanded a span ,
.participatingHotels li a:hover {
	color: #3BA7BC !important;
}
.participatingHotels li a:hover,.participatingHotels li a:active,.participatingHotels li a:hover span {
    text-decoration: underline !important;
}
.participatingHotels li a:focus,.participatingHotels li a:active {
    outline: none;
}

/*[START] Carlson: al.balangue Interstital Overlay BUG 126102*/
#bluFnbOverlay {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.6);
	line-height: 1.2em;
	display:none;
}
#bluFnbOverlay .bluFnbOverlayWrapper {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 320px;
	height: 260px;
	margin: -90px 0 0 -160px;
	background-color: #000000;
	text-align: center;
	padding: 40px;
}

#bluFnbOverlay .bluFnbOverlayWrapper .bluFnbOverlayImg{
	background: url('../images/logo-desktop.png') no-repeat;
	width: 190px;
	height: 60px;
	margin: 0 auto;
}
#bluFnbOverlay>div p {
	color: #FFFFFF;
	margin: 20px 0;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
}
#bluFnbOverlay>div ul {
	overflow: hidden;
	margin-left: -40px;
}
#bluFnbOverlay>div ul li.active{
	background-color: #093a92;
}
#bluFnbOverlay>div ul li {
	list-style-type: none;
	width: 14px;
	height: 14px;
	border: 2px solid #093a92;
	background-color: #FFFFFF;
	display: inline-block;
	margin: 5px;
}
#bluFnbOverlay .bluFnbOverlayWrapper .cg-busy-default-spinner {
	position: relative !important;
	top: 0;
	left: 0;
}
/*[END] Carlson: al.balangue Interstital Overlay BUG 126102*/
/*[START] al.balangue: Carlson Expanded Search Autocomplete Implementation */
#wrap #header {
	z-index:10;
}
/*[START]: al.balangue added selectors for the City/Country/Search in the offers Page and contact us page*/
#wrap .ui-helper-hidden-accessible,
#wrap .search .destination .ui-helper-hidden-accessible,
#wrap .book-first-row .ui-helper-hidden-accessible,
#wrap #offers-and-promotions .destination .ui-helper-hidden-accessible,
#wrap .city-search .destination .ui-helper-hidden-accessible,
#wrap #meetings-request_location .ui-helper-hidden-accessible {
	display:none;
}
#wrap .search .destination .searchResultList ul.ui-autocomplete,
#wrap .book-first-row .searchResultList ul.ui-autocomplete,
#wrap #offers-and-promotions .searchResultList ul.ui-autocomplete,
#wrap .city-search .destination .searchResultList ul.ui-autocomplete,
#wrap #meetings-request_location .searchResultList ul.ui-autocomplete {
	position: static !important;
	overflow-y: auto;
	overflow-x: hidden;
	z-index:10;
	text-align: left;
	width: 100% !important;
}
/*[END]: al.balangue added selectors for the City/Country/Search in the offers Page and contact us page */
#wrap .search .destination .searchResultList ul.ui-autocomplete li,
#wrap .book-first-row .searchResultList ul.ui-autocomplete li {
	border-bottom: none;
}
#wrap .search .destination .searchResultList ul.ui-autocomplete li:hover,
#wrap .book-first-row .searchResultList ul.ui-autocomplete li {
    cursor: pointer;
}
#wrap .search .destination .searchResultList ul.ui-autocomplete a,
#wrap .book-first-row .searchResultList ul.ui-autocomplete a {
  display: block;
  padding: 10px 0px 7px 20px;
}
#wrap .search .destination .searchResultList ul.ui-autocomplete a.ui-state-focus,
#wrap .book-first-row .searchResultList ul.ui-autocomplete a.ui-state-focus {
  background: #505050;
}
#wrap .search .destination .searchResultList ul.ui-autocomplete a .highlightedterm,
#wrap .book-first-row .searchResultList ul.ui-autocomplete a .highlightedterm {
  font-weight: bold;
}
#wrap .search .destination .searchResultList ul.ui-autocomplete li.expandedSearchCategoryTypeWrapper:hover,
#wrap .search .destination .searchResultList ul.ui-autocomplete li.expandedSearchCategoryTypeWrapper.selected,
#wrap .book-first-row .searchResultList ul.ui-autocomplete li.expandedSearchCategoryTypeWrapper:hover,
#wrap .book-first-row .searchResultList ul.ui-autocomplete li.expandedSearchCategoryTypeWrapper.selected {
	background: none;
	cursor: default;
}
#wrap .search .destination .searchResultList ul.ui-autocomplete li .expandedSearchCategoryType,
#wrap .book-first-row .searchResultList ul.ui-autocomplete li .expandedSearchCategoryType {
	font-style:italic;
	padding-left:40px;
	color:#ffffff;
}
#wrap .search .destination .searchResultList #refineSearchWrapper .refineSearchInfo,
#wrap .book-first-row .searchResultList #refineSearchWrapper .refineSearchInfo {
	padding-top: 5px;
	padding-bottom: 10px;
	display: block;
	margin: 0 20px;
	color: #ffffff;
	border-top: 1px solid white;
}
#wrap .book-first-row .destination-list {
	display: block;
}
#wrap .book-first-row .destination-list .searchResultList {
	position: static;
	top: 0;
	width: 100%;
}
/*[START]: al.balangue added selectors for the City/Country/Search in the MeetingRequest Page */
#wrap #meetings-request_location .searchResultList,
#wrap .city-search .destination .searchResultList {
	top:auto;
}
/*[END]: al.balangue added selectors for the City/Country/Search in the MeetingRequest Page */
/*[END] al.balangue: Carlson Expanded Search Autocomplete Implementation */

/*End of Carlson Styles for Included Destinations (miles and more) */

/*Carlson Styles added for general use */
.general-content + .general-content {
    padding-top: 15px;
}
/*End of Carlson Styles added for general use */

/* Carlson start Styles for Spinner */
.panel .cg-busy-default-sign {  
	background-color:transparent;	
}
.panel .cg-busy-default-spinner {	
	background-color:transparent;
}
.cg-busy-default-sign__transparent {  
  background-color:transparent;
}
.cg-busy-default-spinner__transparent {
  background-color:transparent;
}
.cg-busy-default-spinner__centered {  
  top:50%;
  left:50%;
  margin-left:-12px;
  margin-top:-12px;
}
.cg-busy-default-sign__centered {  
  height:100%;
  top:0; 
}
.cg-busy-default-spinner__dark div {
   background-color:#000000;
}
.drawer-spinner{
  height:205px;
  position:relative;
}
.cg-busy-backdrop {
	opacity: 0.8;
}
.cg-busy-default-wrapper .cg-busy-default-sign, .cg-busy-default-wrapper .cg-busy-default-sign .cg-busy-default-spinner {
	background: none;
}
/* Carlson End  Styles for Spinner */
/* START - JOV ADDED [03/17/2015] */
/* Hotel Info Header, Hotel Overview Section, Accordion Section, Marquee Header, Detail Header, Disclamier*/
html[dir="rtl"] .general-content .col-8,
html[dir="rtl"] .accordion-content .col30,
html[dir="rtl"] .accordion-content .col70,
html[dir="rtl"] .accordion-content h3,
html[dir="rtl"] .accordion-content h2,
html[dir="rtl"] .detail .col60 h3,
html[dir="rtl"] .offer-page .offer-summary__description .col-4,
html[dir="rtl"] .participating-hotels .col-9,
html[dir="rtl"] .disclaimer .col-9,
html[dir="rtl"] .marquee-slide .slide-info h3{
	float: right;
	padding-right: 0;
	text-align: right;
}
html[dir="rtl"] .hotel-overview .hotel-info h1{
	margin-left: 198px;
	margin-right: 0px;
}
html[dir="rtl"] .hotel-item .hotel__image,
html[dir="rtl"] .offer-item .offer-item__image,
html[dir="rtl"] .newsletter-form #newsletterGo{
	float:right;
	margin-right: 0;
}
/* Weather Section */
html[dir="rtl"] .weather-wrap{
	position: relative;
	float: left;
}
/* Booking Share Section */
html[dir="rtl"] #content .social-share a{
	margin-right: 0;
}
html[dir="rtl"] #content .social-share a.icon{
	margin-left: 10px;
}
html[dir="rtl"] #content .social-share a.icon-facebook-color{
	margin-right: 1px;
}
html[dir="rtl"] .detail .col60 .buttons-wrap-bottom .btn-default,
.disclaimer .col-3 .btn{
	text-align: center;
}
html[dir="rtl"] .detail .col60 .buttons-wrap-bottom .btn-default,
html[dir="rtl"] .detail .col60 .buttons-wrap-bottom .btn{
	margin: 0 auto;
	height: 49px;
}
/* Screen Size <= 800px */
@media (max-width: 800px) {
  /* Weather Section */
  html[dir="rtl"] .weather-wrap {
   position: relative;
   float: right;
   margin: 15px 0px 15px 50px;
  }
  /* Hotel Overview Section */
  html[dir="rtl"] .hotel-overview .hotel-info h1{
	margin-left: 150px !important;
	margin-top: 150px;
	width: 100%;
  }
  html[dir="rtl"] .panel .detail h3{
	float: right;
	padding-right: 0px;
	text-align: right;
  }
  html[dir="rtl"] .detail .col60 .buttons-wrap-bottom {
   position: relative;
   float: right;
  }
  /* Room Amenities Section */
  html[dir="rtl"] .general-content .amenities ul{
	margin:0;
  }
}
/* Screen Size >= 801px */
@media (min-width: 801px) {
  /* Rooms - Booking Buttons */
  html[dir="rtl"] .detail .col60 .buttons-wrap-bottom .btn {
   width: 200px;
   height: 49px;
   margin: 0 auto;
  }
  html[dir="rtl"] .general-content .col-8 .more-content-holder p,
  html[dir="rtl"] .accordion-content .col70{
	padding-left: 15px;
  }
}
/* Screen Size >= 1281px */
@media (min-width: 1281px) {
  /* Rooms - Booking Buttons */
  html[dir="rtl"] .detail .col60 .buttons-wrap-bottom .btn {
   width: 250px;
   height: 49px;
   margin: 0 auto;
  }
}
/* Rooms - Details, Amenities, Offers Packages, Offer Detail, Restaurants */
html[dir="rtl"] .detail .col60,
html[dir="rtl"] .hotel__body .col-12,
html[dir="rtl"] .offer-item .offer-item__body,
html[dir="rtl"] .more-content-holder .amenities ul,
html[dir="rtl"] .extendedInfo .col2 ul{
	float: right;
	padding-right: 20px;
}
html[dir="rtl"] .offers-list-view section,
html[dir="rtl"] .offers-list-page section {
	width:100%;
}
html[dir="rtl"] .participating-hotels .col-9 h2{
	width: 100%;
}
html[dir="rtl"] .participating-hotels .col-3 .cr-select__display{
	padding-right: 55px;
}
html[dir="rtl"] .detail .col60 .more-content-holder ul{
	margin-right: 1em;
}
html[dir="rtl"] .detail .col40{
	float:right;
	padding-right: 0;
	margin-left: 20px;
}
html[dir="rtl"] .hero-banner__title{
	margin-right:30px;
}
html[dir="rtl"] .more-content-holder ul {
	margin-right: 16px;
}
html[dir="rtl"] .more-content-holder .extendedInfo h3,
html[dir="rtl"] .featured-2 .moreless .col2 h3{
	float:none;
}
html[dir="rtl"] .more-content-holder .extendedInfo .col1,
html[dir="rtl"] .more-content-holder .extendedInfo .col2,
html[dir="rtl"] .featured-2 .extendedInfo .openinghours h3{
	float: initial;
	padding-right: 0;
}
html[dir="rtl"] div .col40:empty{
	width:0;
	height:0;
}
html[dir="rtl"] .featured-2 .detail .col60,
html[dir="rtl"] .extendedInfo .benefits_list ul{
	padding-right: 0;
}
/* Footer */
html[dir="rtl"] .disclaimer .col-9{
	padding-left: 55px;
}
html[dir="rtl"] .footer-social a,
html[dir="rtl"] .meetings .detail h1,
html[dir="rtl"] .extendedInfo .col2 {
	float:right;
	padding-right: 0;
}
html[dir="rtl"] .footer-social strong {
	text-align:right;
}

/* Sign-in*/
html[dir="rtl"] .signin-now .fields,
html[dir="rtl"] .signin-now .fields #account,
html[dir="rtl"] .signin-now .fields .secure {
	float:right;
}
html[dir="rtl"] .signin-now .signin-nav,
html[dir="rtl"] .signin-now .fields #submitSignin,
html[dir="rtl"] .signin-now .fields .forgot-password {
	float:left;
}
html[dir="rtl"] .signin-now .signin-nav{
	background: url('../images/bg-divider.png?1418408318') no-repeat right center;
  	margin: 0 0 0 15px;
}
html[dir="rtl"] .signin-now .fields #password {
	margin-right: 3px;
}
html[dir="rtl"] .drawer .content-container .close {
	position: relative;
  	float: left;
       right: 0;
}
/*START: AL ADDED: RTL rules for webextra: Booking Bar will not be translated, thus RTL shouldn't be applied BUG 126292 [03/24/2015] */
html[dir="rtl"] .search .destination #crhotelSearch,
html[dir="rtl"] .search .destination #expandedSearchResultList .searchResultList .ui-autocomplete li span.expandedSearchCategoryType,
html[dir="rtl"] .search .destination #expandedSearchResultList .searchResultList .ui-autocomplete li a {
	direction: ltr;
	text-align: right;
}
html[dir="rtl"] .search .destination #expandedSearchResultList .searchResultList .ui-autocomplete li span.expandedSearchCategoryType {
	display: block;
}
html[dir="rtl"] .search .destination .searchResultList ul li {
	padding-right: 0px;
}
html[dir="rtl"] .search .destination #expandedSearchResultList .searchResultList .ui-autocomplete li span.expandedSearchCategoryType,
html[dir="rtl"] .search .destination #expandedSearchResultList .searchResultList .ui-autocomplete li a {
	padding-right:20px;
}
/*END: AL ADDED: RTL rules for webextra: Booking Bar will not be translated, thus RTL shouldn't be applied BUG 126292 [03/24/2015] */
/*START: AL ADDED: Specific Styles for Booking Bar's Booking Form Bug #126292 */
html[dir="rtl"] .mobile #header .search-icon, html[dir="rtl"] .mobile  #header .clear-icon {
    float: right;
}
html[dir="rtl"] .mobile #header .dropdown-booking-menu-mobile form .check-in-out-labels div:first-child,
html[dir="rtl"] .mobile #header .dropdown-booking-menu-mobile form .calendar-check-in {
	border-right: none;
}
html[dir="rtl"] .mobile #header .dropdown-booking-menu-mobile form .check-in-out-labels div:last-child,
html[dir="rtl"] .mobile #header .dropdown-booking-menu-mobile form .calendar-check-out {
	border-right: 1px solid #505050;
}
/*END: AL ADDED: Specific Styles for Booking Bar's Booking Form Bug #126292 */
/* END - JOV ADDED [03/17/2015] */

/*[START] al.balangue: if selected accordion is ContentAndLinksList and contains ContentAndLink Carbon Calculator */
.accordion-content.general-content .detail.general-content {
	padding: 0;
}
.accordion-content.general-content .detail.general-content h3.underlined {
	font-size: 30px;
}
.carbonFootPrintContainer {
	padding-top:20px;
}
.carbonFootPrintContainer h2 {
	white-space: normal;
}
.carbonFootPrintContainer input {
	text-align: right;
	margin-right: 5px;
}
.carbonFootPrintContainer #co2resultcontainer {
	margin-top:20px;
}
.carbonFootPrintContainer #co2resultcontainer .co2disclaimer {
	font-style: italic;
	font-size: 15px;
	color: #888888;
}
.carbonFootPrintContainer .co2inputwrapper select::-ms-expand {
	display: block !important;
}
.carbonFootPrintContainer .co2inputwrapper input[type="number"],
.carbonFootPrintContainer .co2inputwrapper input[type="number"]:focus,
.carbonFootPrintContainer .co2inputwrapper select {
	-moz-appearance: textfield;
}
.carbonFootPrintContainer .co2inputwrapper #co2Attendants,
.carbonFootPrintContainer .co2inputwrapper #co2MeetingDuration {
	width: 30%;
}
.carbonFootPrintContainer .co2inputwrapper .co2meetingduration .co2hours {
	display: inline-block;
}
.mobile .carbonFootPrintContainer .co2inputwrapper #co2Attendants,
.mobile .carbonFootPrintContainer .co2inputwrapper #co2MeetingDuration {
	width: 50px;
}
.mobile .carbonFootPrintContainer .co2inputwrapper .col-2,
.mobile .carbonFootPrintContainer .co2inputwrapper .col-3 {
	float:none;
}
/*[END] al.balangue: if selected accordion is ContentAndLinksList and contains ContentAndLink Carbon Calculator */


/*  START - NAN - NEW STYLES FOR EXPLORE HOTELS SECTION */
.explore-hotels-page #sidebar {
	z-index: 9200;
	max-height: 695px;
    max-width: 950px;
}

.explore-hotels-page #sidebar .sidebar-chosen-interests {
	z-index:265;
	margin-top: 24px;
}

.explore-hotels-page #sidebar .sidebar-chosen-interests .chosen-interests__interest,
.explore-hotels-page #sidebar .sidebar-chosen-interests span.chosen-interests__unchoose,
.explore-hotels-page #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;
}

.explore-hotels-page #sidebar .sidebar-chosen-interests span.chosen-interests__unchoose {
	border: none;
}

.explore-hotels-page .bottom-drawer {
	z-index: 9400;
}

.explore-hotels-page #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;
}

.explore-hotels-page #disabled-overlay span {
	color: white;
	position: absolute;
	top: 40%;
	text-align: center;
}

.explore-hotels-page #disabled-overlay span.wide-display {
	left: 5%;
	width: 100px;
}

.explore-hotels-page #disabled-overlay span.narrow-display {
	left: 40%; 
	width: 150px;
}

.explore-hotels-page .detail span {
  white-space: normal;
}

.explore-hotels-page #sidebar .sidebar_slide-view .item .title {
  margin-top: 20px;
}

.explore-hotels-page #sidebar .more-content-container {
  margin-bottom: 15px;
}

.explore-hotels-page .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;
}

.explore-hotels-page .cg-busy-default-spinner {
	top:45%;
	left:45%;
}

.explore-hotels-page .cg-busy-default-text {
	position:absolute;
	left: 45%;
	top: 44%;
}

/*
.explore-hotels-region-list {
	margin-top:112px;
}
*/

.explore-hotels-page.max-height,
#offers-and-promotions.max-height {
	max-height: 736px;
}

.explore-hotels-page #sidebar .sidebar_detail-view .slide-view_content .item .light-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 260;
    width: 295px;
    height: 205px;  
	background: #E8E8E8;
	border: 3px solid #AAAAAA;
	opacity: 0.7;
}

.explore-hotels-page #sidebar .sidebar_detail-view .slide-view_content .item .empty-text {
	color: #AAAAAA;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
}


/* ====================
*  MOBILE
* ====================
*/
/* line 379, ../sass/partials/sidebar/_sidebar.scss */
.mobile .explore-hotels-page #sidebar {
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 32px;
  top: initial;
}
/* line 386, ../sass/partials/sidebar/_sidebar.scss */
.mobile .explore-hotels-page #sidebar .sidebar_wrapper {
  top: 30px;
}
/* line 391, ../sass/partials/sidebar/_sidebar.scss */
.mobile .explore-hotels-page #sidebar.full-grid .item {
  width: 100%;
  float: none;
}
/* line 397, ../sass/partials/sidebar/_sidebar.scss */
.mobile .explore-hotels-page #sidebar.detail {
  padding: 0;
  height: 100%;
  overflow-y: scroll;
  top: 0;
}
/* line 404, ../sass/partials/sidebar/_sidebar.scss */
.mobile .explore-hotels-page #sidebar.detail .sidebar_detail-view .sidebar_slide-view {
  display: none;
}
/* line 408, ../sass/partials/sidebar/_sidebar.scss */
.mobile .explore-hotels-page #sidebar.detail .sidebar_detail-view .detail-view_content {
  width: 100%;
  position: relative;
  left: 0;
  margin: 0;
}
/* line 414, ../sass/partials/sidebar/_sidebar.scss */
.mobile .explore-hotels-page #sidebar.detail .sidebar_detail-view .detail-view_content .close {
  right: 20px;
}
/* line 421, ../sass/partials/sidebar/_sidebar.scss */
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee-slide {
  height: 240px !important;
  float: left;
  width: 100%;
  margin: 0;
}
/* line 427, ../sass/partials/sidebar/_sidebar.scss */
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee-slide h3 {
  line-height: 18px;
}
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee .cycle-prev,
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee .cycle-next {
	display: block;
}
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee .cycle-pager {
	display: none;
}
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee {
  margin-top: 10px;
  display: block;
  position: relative;
  z-index: 260;
  padding: 0;
  overflow: hidden;
}
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee .background-image {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100%;
  left: 0;
  bottom: 5px;
}
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee .item_header {
  text-align: left;
  position: absolute;
  top: 10px;
  left: 10px;
}
.mobile .explore-hotels-page #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 .explore-hotels-page #sidebar .sidebar_slide-view .marquee .item_header .location {
  display: inline;
  color: white;
  font-size: 14px;
  margin-left: 2px;
}
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, black 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%, black), 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, black 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 59%, rgba(0, 0, 0, 0.01) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 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 */
}
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee .title {
  text-align: left;
  color: white;
  margin-top: 10px;
  padding: 25px 10px 10px 10px;
}
.mobile .explore-hotels-page #sidebar .sidebar_slide-view .marquee .book-now {
  text-align: left;
  font-size: 14px;
  position: absolute;
  bottom: 13px;
  left: 13px;
}
.mobile .explore-hotels-page #sidebar .sidebar_detail-view .detail-view_content .description a.btn {
	width: 100%;
}

/* END - NAN - NEW STYLES FOR EXPLORE HOTELS SECTION */

/* START - NAN - NEW STYLES FOR FORMS PAGES */
.select-styled.multi.missingField {
	border: 4px solid red;
}

/* END - NAN - NEW STYLES FOR FORMS PAGES */

/*[START] robert.aquino: ADDED NEW STYLES FOR BUG 124383 */
.lt-ie10 .sliding-list img,
.lt-ie10 .slick-list img{
	position: relative;
}
.lt-ie10 div.slick-slide > div,ss
.lt-ie10 .slick-list div.slick-slide > div{
	top: -100%;
}
/*[END] robert.aquino: ADDED NEW STYLES FOR BUG 124383 */

/*[START]: robert.aquino added new spinner for map-results for resolve issue in IE9 - BUG 126233 */
.lt-ie10 .cg-busy-default-spinner__dark{
	background: url('../images/spinner_dark.GIF') no-repeat !important;
}
/*[END]: robert.aquino added new spinner for map-results for resolve issue in IE9 - BUG 126233 */

/*[START]: robert.aquino: ADDED NEW STYLES FOR BUG 124586 */

/* START 3151 */
@media (min-width: 801px){
    .featured-2 .detail .col60.layer-two,
    .featured-2 .detail .col40.layer-two{
        height: auto;
        min-height: 1px;
    }
    .featured-2 .detail .col60.layer-two .buttons-wrap-bottom {
        position: relative;
        display: block;
        margin-top: -50px;
    }
    /*.featured-2 .detail .col60 .buttons-wrap-bottom {
        display: none;
    }*/
}
@media (max-width: 800px){
    .featured-2 .detail .col60.layer-two,
    .featured-2 .detail .col40.layer-two{
        height: auto;
        min-height: 1px;
    }
    .featured-2 .detail .col60.layer-two .buttons-wrap-bottom {
        display: none;
    }
}
@media (min-width: 1281px){
	.featured-2 .detail .col60.layer-two .buttons-wrap-bottom {
		margin-top: -57px;
	}
}
.featured-2 .detail .col60.layer-two .buttons-wrap-bottom .download {
	margin-right: 5px;
}
@media (min-width: 801px) and (max-width: 1280px){
	.featured-2 .detail .col60.layer-two .buttons-wrap-bottom a.download {
/* 		width: initial; */
/* 		min-width: 285px; */
	}
	.featured-2 .detail .col60.layer-two .buttons-wrap-bottom a.btn.btn-primary,
	.featured-2 .detail .col60.layer-two .buttons-wrap-bottom button.btn.gallery-button,
	.featured-2 .detail .col60.layer-two .buttons-wrap-bottom  a.download {
		width: 48%;
		min-width: 0px;
		display:inline-block;
	}
}

@media (min-width: 1281px) {
	.featured-2 .detail .col60.layer-two .buttons-wrap-bottom a.download {
/* 		width: initial; */
/* 		min-width: 320px; */
	}
	.featured-2 .detail .col60.layer-two .buttons-wrap-bottom a.btn.btn-primary,
	.featured-2 .detail .col60.layer-two .buttons-wrap-bottom button.btn.gallery-button,
	.featured-2 .detail .col60.layer-two .buttons-wrap-bottom  a.download {
		width: 48%;
		min-width: 0px;
		display:inline-block;
	} 
}
.featured-2 .detail .col60.layer-two .buttons-wrap-bottom a.btn.btn-primary,
.featured-2 .detail .col60.layer-two .buttons-wrap-bottom button.btn.gallery-button,
.featured-2 .detail .col60.layer-two .buttons-wrap-bottom  a.download {
	margin-top: 0.35em;
}
/*****END******/
@media (min-width: 801px) {
	/*.featured-2 .detail .col60 .buttons-wrap-bottom {
		bottom: -1px;
	}*/
	
	.featured-2 .detail .col60 .buttons-wrap-bottom a.btn.btn-primary,
	.featured-2 .detail .col60 .buttons-wrap-bottom button.btn.gallery-button{		
		text-align: center;
		line-height: normal;
	}
}

@media (min-width: 801px) and (max-width: 1280px){
	.featured-2 .detail .col60 .buttons-wrap-bottom a.btn.btn-primary,
	.featured-2 .detail .col60 .buttons-wrap-bottom button.btn.gallery-button{
		width: initial;
		min-width: 48%;		
	}
}

@media (min-width: 1281px) {
	.featured-2 .detail .col60 .buttons-wrap-bottom a.btn.btn-primary,
	.featured-2 .detail .col60 .buttons-wrap-bottom button.btn.gallery-button{
		width: initial;
		min-width: 320px;				
	}
}
/*[END]: robert.aquino: ADDED NEW STYLES FOR BUG 124586 */

/*[START]: al.balangue: ADDED NEW STYLES FOR BUG 126327 */
#wrap.container.landscape.desktop #content .content-container .meetings .hero-banner.marquee--withNav {
	margin-bottom: 47px;
}
/*[END]: al.balangue: ADDED NEW STYLES FOR BUG 126327 */
/*[START]: al.balangue: ADDED NEW STYLES FOR BUG 125679 */
#header .search .slide-panel #crhotelSearch  {
	padding-top: 2px;
	line-height: 29px;
}
.marquee-slide .slide-info a.btn.btn-secondary-blk{
    border: 1px solid #ffffff;
    color: #ffffff;
}
/*[END]: al.balangue: ADDED NEW STYLES FOR BUG 125679 */
/*[START]: al.balangue: ADDED NEW STYLES FOR BUG 125341 */
#meetings-request form.falseClass #meetings-request_contact .select-styled.field-required {	
	outline: 2px solid red;
	border-right: 2px solid red;
}
/*[END]: al.balangue: ADDED NEW STYLES FOR BUG 125341 */
/*[START]: al.balangue: ADDED NEW STYLES FOR BUG 125488 */
@media (min-width: 801px) {		
	.general-content #searchResults .new-hotels-item .new-hotels__image {
		height: 205px;
	}

	.general-content #searchResults .new-hotels-item .hotel__body {
		height: 205px;
		padding-bottom: 50px;
	}	

	.general-content #searchResults .new-hotels-item .new-hotels__button-group {
		position: absolute;
		bottom: -1px;
	}
}

.general-content #searchResults .new-hotels-item .hotel__body p.hotel__description {
	font-size: 15px;
	line-height: 17px;	
}
/*[END]: al.balangue: ADDED NEW STYLES FOR BUG 125488 */
/*[START]: al.balangue: ADDED NEW STYLES FOR BUG 127139 */
@media (max-width: 801px) {		
	.general-content #searchResults .new-hotels-item .new-hotels__button-group .book-a-hotel {
		width: 100%;
		padding-bottom: 0px;
	}
}
@media (min-width: 801px) {
	.general-content #searchResults .new-hotels-item .new-hotels__button-group .book-a-hotel {
		padding-bottom: 0px;
		float: right;
		margin-top: 1px;
		margin-left: 13px;
	}
}
.general-content #searchResults .new-hotels-item .new-hotels__button-group .book-a-hotel .btn-primary {
		border: none;
		padding: 14px 16px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.general-content #searchResults .new-hotels-item .new-hotels__button-group .book-a-hotel .btn-primary {
		padding: 15px 16px;
	}
}
@-moz-document url-prefix() {
	.general-content #searchResults .new-hotels-item .new-hotels__button-group .book-a-hotel .btn-primary {
		padding: 14px 16px;
	}
}
/*[END]: al.balangue: ADDED NEW STYLES FOR BUG 127139 */
/*[START]: al.balangue: ADDED NEW STYLES FOR BUG 124586 */
@media (min-width: 801px) {
	.featured-2 .detail .col60 div.buttons-wrap-bottom a.btn.btn-primary {
		width: auto;		
		padding-left: .5em;
		padding-right: .5em;
	}
}
/*[END]: al.balangue: ADDED NEW STYLES FOR BUG 124586 */
/*[START]: leah.resurreccion - SDM 125802 */
@media (min-width: 801px) {	
	.more-content-container.only-show-partial .more-content-holder {
		max-height: 4.8em;
	}
	
	.more-content-container.only-show-partial .toggle-content-more {
		margin-top: 17px;
	}				
}

.more-content-container .more-content-holder div {
	line-height: 1.2em;
}		

.hotel-item-explore .more-content-container.only-show-partial .more-content-holder,
.mobile .general-content .hotel-item-explore .moreless .more-content-container.only-show-partial .more-content-holder {
	max-height: 3.6em;
}

.mobile .general-content:not(.gallery) .more-content-container.only-show-partial .more-content-holder {
	max-height: 4.8em;
}
/*[END]: leah.resurreccion - SDM 125802 */
/*[START]: al.balangue - SDM 125535*/
.general-content .new-hotels-item  .new-hotels__button-group .newhotel-explore-btn {
	float: left;
}
.general-content .new-hotels-item  .new-hotels__button-group .newhotel-booknow-btn {
	clear: left;
}
/*[END]: al.balangue - SDM 125535*/
/*[START]: al.balangue - SDM 125531*/
@media only screen and (max-width: 1200px) {
	.form-group.w15.w10.upcoming-hotels-wrapper {
		width: 15%;
	}
}
@media only screen and (max-width: 900px) {
	.form-group.w15.w10.new-hotels-wrapper {
		width: 12%;
	}
}
.form-inline .new-hotels-wrapper span,
.form-inline .upcoming-hotels-wrapper span {
    width:10%;
    display:inline-block;
}
.mobile .form-group.w15.w10.new-hotels-wrapper,
.mobile .form-group.w15.w10.upcoming-hotels-wrapper {
		width: 50%;
		float: left;
}
.mobile .form-group.w20.upcoming-hotels-button-wrapper {
		clear: both;
		float: left;
		margin-top: 10px;
}
/*[END]: al.balangue - SDM 125531*/
/* START leah.resurreccion - SDM 125532 */
.new-hotels-item .new-hotels__image img {
	display: inline-block;
	-moz-force-broken-image-icon:1;	
}
/* END leah.resurreccion - SDM 125532 */
/*[START]: al.balangue - SDM 126284*/
#header .dropdown-booking-menu-mobile form .check-in-out-labels {
	border-top: 1px solid #505050;
}
.mobile .search .mobile-close-booking-bar {
	position: static;
	float: right;
	width: 17x;
	height: 17px;
	margin-top: 20px;
	margin-right: 10px;
}
.mobile .search .geolocate {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-right: 10px;
}
.mobile .search .geolocate a {
	padding: 0;
}
@media (max-width: 400px) {
	.mobile  #header .search .slide-panel #crhotelSearch.mobileSearchBookingForm {
		width: 65%;
	}
}
/*[END]: al.balangue - SDM 126284*/
/* START leah.resurreccion - SDM 126487 */
#footer .newsletter-form .input-required-holder {
	padding-right: 10px;
}

#footer .newsletter-form .input-required-holder  #inEmail.footer-input {
	padding: 0.75em 1em;
}
/* END leah.resurreccion - SDM 126487 */
/*[START]: al.balangue - SDM 126590*/
#footer .top .questions a.contact-us-link {
	text-decoration: underline;
}
/*[END]: al.balangue - SDM 126590*/
/*[START]: al.balangue - SDM 126674*/
.signin-now .fields .booking-cell input.ng-pristine.ng-invalid-required {
	box-shadow: none;
}
/*[END]: al.balangue - SDM 126674*/
/*[START]: al.balangue - SDM 126805*/
.map-view .cr-mapDrawer .general-content .map-hotelinfo-booknow-btn {
	margin-top: 20px;
}
/*[END]: al.balangue - SDM 126805*/
/* START leah.resurreccion - SDM 126783 */
.tablet #map .featured-3 .box h4 {
	padding: 0px 25px;
}
@media only screen and (orientation: landscape) {
  #map .cr-map-nav.ipad-ios7 {
    bottom: 0% !important;    
  }
}
#map .drawer-body .explore-partners #filmRoll {
	height: 195px !important;	
}
#map .drawer-body .explore-partners div.general-content label {
	padding-top: 0px;
}
.desktop #map .explore-weather-detail .col60,
.tablet #map .explore-weather-detail .col60 {
	max-height: 525px;	
}
#map .explore-weather-detail .col60 {
	height: 100%;
}
/* END leah.resurreccion - SDM 126783 */
/* START al.balangue - SDM 126231 */
.map-view .image-share.map-socialmedia-image-share .addthis_toolbox {
	position: static;
}
#map .drawer-body .general-content.hotel-overview .col60 .marquee > :first-child .map-socialmedia-image-share {
	display:none;
}
/* END al.balangue - SDM 126231 */
/* [START]: jov.tuplano - SDM 126589 */
#map .cr-map-nav li.explore-hotel.active,
#map .cr-map-nav li.explore-partner-hotel.active,
#map .cr-map-nav li.explore-city.active{
	background-color: #232323;
}
#map .cr-map-nav .primary{
	background-color: #034EA0;
}
#map .cr-map-nav .primary.active{
	background-color: #023E7F;
}
/* [END]: jov.tuplano  - SDM 126589 */
/* START leah.resurreccion - SDM 126825 */
.mobile.portrait #map .explore-partners .sliding-list img,
.mobile.portrait #map .sliding-list div.slick-slide img, 
.mobile.portrait #map .sliding-list div.slick-slide > div {
	width: 98%;
	margin-left: 1%;
}
@media screen and (max-width: 320px) {
	.mobile.portrait #map .sliding-list div.slick-slide {		
		height: 185px;
	}

	.mobile.portrait #map .map-view .drawer-body #filmRoll.sliding-list,
	.mobile.portrait #map .map-view .drawer-body .explore-partners #filmRoll.sliding-list {
		height: 190px !important;
	}	
}
.mobile.portrait #map .sliding-list div.slick-slide {
	margin-right: 0px;		
}

.desktop #map .sliding-list .slick-list .slick-track, 
.tablet #map .sliding-list .slick-list .slick-track {
	padding-left: 1px;
}
#map .map-view .drawer-body #filmRoll.sliding-list {
	height: 200px !important;
}
#map .cr-mapDrawer .drawer-body .explore-partners .general-content {
	padding-top:0px;
}
#map #filmRoll .slick-list div.slick-slide > div {
	background-size: 100%;
}
/* END leah.resurreccion - SDM 126825 */
/* START leah.resurreccion - SDM 126782 */
.desktop #map .panel-view .featured-3 .panel-information .btn,
.tablet #map .panel-view .featured-3 .panel-information .btn {
	margin-bottom: 0px;
}

.desktop #map .drawer-body .general-content.hotel-overview,
.tablet #map .drawer-body .general-content.hotel-overview {
	padding-bottom:5px;
}

.desktop #map .drawer-body .general-content.hotel-overview,
.desktop #map .drawer-body .general-content.hotel-overview .col60,
.desktop #map .drawer-body .general-content.hotel-overview .col60 .marquee,
.desktop #map .drawer-body .general-content.hotel-overview .col60 .marquee .marquee-slide,
.desktop #map .drawer-body .general-content.hotel-overview .col60 .marquee .marquee-slide img,
.tablet #map .drawer-body .general-content.hotel-overview,
.tablet #map .drawer-body .general-content.hotel-overview .col60,
.tablet #map .drawer-body .general-content.hotel-overview .col60 .marquee,
.tablet #map .drawer-body .general-content.hotel-overview .col60 .marquee .marquee-slide,
.tablet #map .drawer-body .general-content.hotel-overview .col60 .marquee .marquee-slide img {
	height: 100%;
}

.desktop #map .drawer-body .general-content.hotel-overview .col60,
.tablet #map .drawer-body .general-content.hotel-overview .col60 {
	overflow-y: hidden;
	overflow-x: hidden;
}
/* END leah.resurreccion - SDM 126782 */
/* START: al.balangue - SDM 126779 */
.mobile #map .cr-mapDrawer .general-content.hotel-overview .col40 div.description {
	overflow-y: auto;
}
/* al.balangue: Removed Styling for Cycle-next for BUG 126199 */
/* END: al.balangue - SDM 126779 */
/* START leah.resurreccion - SDM 126277 */
.desktop #map .panel-view .featured-3.map-panel .box.single-box,
.tablet #map .panel-view .featured-3.map-panel .box.single-box,
.desktop #map .panel-view .featured-3.map-panel .box.double-box,
.tablet #map .panel-view .featured-3.map-panel .box.double-box {
	width: 480px;
}
/* END leah.resurreccion - SDM 126277 */
/* START al.balangue - SDM 125712 */
.detail .col-12 .hotels .hotel-item .hotel__image,
.detail .col-12 .hotels .hotel-item .hotel__image img {
	height: 205px;
	width: 295px;
}
.detail .col-12 .hotels .hotel-item .hotel__body {
	height: 205px;
}
/* END al.balangue - SDM 125712 */
/* START al.balangue - SDM 125713 */
.city-items-section.city-items-border-top div.hotel-item:first-child {
	display: block;
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
}
.city-items-section.city-items-border-top .general-content {
	padding-top: 0px;
}
/* END al.balangue - SDM 125713 */
/* START al.balangue - SDM 126641 */
.explore-hotels-view.explore-hotels-map-view #sidebar .sidebar_detail-view .slide-view_content .item .book-now {
	padding: 11px 20px;
	font-size: 14px;
	bottom: 20px;
}
.detail-view_content .extra-items .btn.btn-primary.book-now span.left {
	padding-left: 0px;
}
.detail-view_content .extra-items .btn.btn-primary.book-now {
	padding: 7px 20px;
}
/* End al.balangue - SDM 126641 */
/* START reemar.delarosa - SDM 126780 */
#map .cr-mapDrawer .explore-weather-detail .device.clear-icon {
		float: right;
  		padding-right: 30px;
  		margin-bottom: -20px;
}
/* START al.balangue - SDM 126783 */
@media (max-width: 800px){	
	#map .cr-mapDrawer .explore-weather-detail .device-adjust,
	#map .cr-mapDrawer .explore-weather-detail .device.clear-icon {
		display: block !important;
	}	
}
/* END al.balangue - SDM 126783 */
/* END reemar.delarosa - SDM 126780 */
/* START: al.balangue - SDM 126781 */
.mobile #content #map .sections .map-view .directions-panel.directions-panel--open a.directions-panel__close {
	top: 10%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mobile #content #map .sections .map-view .directions-panel.directions-panel--open a.directions-panel__close span.icon {
	background-position: 0 -2526px;
	height: 20px;
	width: 20px;
}
.tablet #content #map .sections .map-view .directions-panel .directions-panel__states #printMe div.adp,
.mobile #content #map .sections .map-view .directions-panel .directions-panel__states #printMe div.adp {
	padding-right: 12px;
}
/*Start - iphone4 specific styles*/
@media (max-height: 480px) and (max-width: 320px) {	
	#map .cr-mapDrawer .general-content.hotel-overview .get-directions-separator,
	#map .cr-mapDrawer .general-content.hotel-overview .get-directions-link {
		display:none;
	}
	/* START al.balangue - SDM 126921 iphone4 specific styles*/
	#map .explore-city-detail .general-content.hotel-overview .col60,
	#map .explore-hotel-detail .general-content.hotel-overview .col60,
	#map .explore-partners-detail .general-content.hotel-overview .col60{
		display:none;
	}
	#map .explore-city-detail,
	#map .explore-hotel-detail,
	#map .explore-partners-detail {
		height:100% !important;
		max-height:173px !important;
	}
	/* END al.balangue - SDM 126921 iphone4 specific styles*/
}
/*End - iphone4 specific styles*/
/* END: al.balangue - SDM 126781 */
/* START: al.balangue - SDM 126537 */
#content .content-container #map .sections .panel-view .map-panel .panel .box-wrapper div.box {
	border-right: 1px solid #000000;
}
#content .content-container #map .sections .panel-view .map-panel .panel .box-wrapper div.box img {
	padding: 0px;
	border-top: 1px solid #000000;
}
#content .content-container #map .sections .panel-view .map-panel .panel .box-wrapper div.box.single-box {
	border-right: 0px;
}
/* END: al.balangue - SDM 126537 */
/* START: al.balangue - SDM 126912 */
.mobile #map .cr-mapDrawer .general-content.hotel-overview .col60 .marquee div.cycle-prev.small,
.mobile #map .cr-mapDrawer .general-content.hotel-overview .col60 .marquee div.cycle-next.small {
	display: none;
}
.mobile #map .cr-mapDrawer .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide,
.mobile #map .cr-mapDrawer .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide img {
	height: 100%;
}
/* END: al.balangue - SDM 126912 */
/* START jov.tuplano SDM 125927 */
/* for Nexus 7 only */
@media only screen and (min-device-width : 603px) and (max-device-width : 966px) {
	.tablet #content #offers-and-promotions #map #sidebar .sidebar_slide-view .sidebar_wrapper .slide-view_content.sliding-list .item {
		height: 175px !important;
	}
}
/* END jov.tuplano SDM 125927 */
/* START al.balangue SDM 126954 */
.desktop .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide,
.desktop .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide,
.desktop .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-city-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide,
.tablet .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide,
.tablet .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide,
.tablet .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-city-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide,
.mobile .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide,
.mobile .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide,
.mobile .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-city-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide  {
	text-align: center;
	overflow: hidden;
}
.desktop .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide  img,
.desktop .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-city-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide  img,
.desktop .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide  img,
.tablet .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide  img,
.tablet .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide  img,
.tablet .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-city-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide  img,
.mobile .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide  img,
.mobile .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide img,
.mobile .content-container #map .sections .map-view .cr-mapDrawer .drawer-body .explore-city-detail .general-content.hotel-overview .col60 .marquee .marquee-slide.cycle-slide img {
	width: auto;
	max-width: none;
	position: relative;
	left: 100%;
	margin-left: -200%;
	min-width: 0;
}
/* END al.balangue SDM 126954 */

/* START jov.tuplano SDM 126751 */
.desktop #content .content-container .gallery .section .gallery-modal .marquee .marquee-slide .modal-image {
	max-width: 1280px;
	max-height: 960px;
	margin-left: auto;
	margin-right: auto;
}
/* END jov.tuplano SDM 126751 */

/* START jov.tuplano SDM 126991 */
#map .panel-view .map-panel .panel .cg-busy-default-sign {
	top: 46%;
	left: 53.7%;
}
#content .content-container .cg-busy.cg-busy-animation .cg-busy-default-wrapper .cg-busy-default-sign {
	left: 53.7%;
	top: 43%;
}
/* END jov.tuplano SDM 126991 */

/* START jov.tuplano SDM 126826 */
#wrap.mobile #content #map .sections .map-view .cr-mapDrawer .drawer-body .explore-partners div.general-content label {
	width: 50%;
}

#wrap.mobile #content #map .sections .map-view .cr-mapDrawer .drawer-body .explore-partners div.general-content {
	text-align: left;
	padding-top: 5px;
}

#wrap.mobile #content #map .sections .map-view .cr-mapDrawer .drawer-body .explore-partners #filmRoll {
	display: none;
}
/* END jov.tuplano SDM 126826 */

.hotels .hotel-group-header {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}
/* line 122, ../sass/partials/offers/_offer.scss */
.hotels .hotel-group-header__label {
  color: #1258a3;
  margin-bottom: 0;
  font-size: 1.1em;
  background-color: #505050;
  color: white;
  padding: 5px 10px;
}

/* START jov.tuplano SDM 126858 */
.new-hotels__image .open-status.shadow {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 18%, rgba(0,0,0,0.65) 67%, rgba(0,0,0,0.65) 68%, rgba(0,0,0,0.76) 78%, rgba(0,0,0,0.85) 86%, rgba(0,0,0,0.93) 93%, rgba(0,0,0,0.97) 96%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,rgba(0,0,0,0)), color-stop(67%,rgba(0,0,0,0.65)), color-stop(68%,rgba(0,0,0,0.65)), color-stop(78%,rgba(0,0,0,0.76)), color-stop(86%,rgba(0,0,0,0.85)), color-stop(93%,rgba(0,0,0,0.93)), color-stop(96%,rgba(0,0,0,0.97)), color-stop(99%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 18%,rgba(0,0,0,0.65) 67%,rgba(0,0,0,0.65) 68%,rgba(0,0,0,0.76) 78%,rgba(0,0,0,0.85) 86%,rgba(0,0,0,0.93) 93%,rgba(0,0,0,0.97) 96%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 18%,rgba(0,0,0,0.65) 67%,rgba(0,0,0,0.65) 68%,rgba(0,0,0,0.76) 78%,rgba(0,0,0,0.85) 86%,rgba(0,0,0,0.93) 93%,rgba(0,0,0,0.97) 96%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 18%,rgba(0,0,0,0.65) 67%,rgba(0,0,0,0.65) 68%,rgba(0,0,0,0.76) 78%,rgba(0,0,0,0.85) 86%,rgba(0,0,0,0.93) 93%,rgba(0,0,0,0.97) 96%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 18%,rgba(0,0,0,0.65) 67%,rgba(0,0,0,0.65) 68%,rgba(0,0,0,0.76) 78%,rgba(0,0,0,0.85) 86%,rgba(0,0,0,0.93) 93%,rgba(0,0,0,0.97) 96%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/* END jov.tuplano SDM 126858 */

/* START jov.tuplano Hotel_List_Page_Bug */
.desktop #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form #searchForm.book-a-hotel,
.tablet #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form #searchForm.book-a-hotel {
	float: left;
}
.desktop #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form a.newhotel-explore-btn,
.tablet #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form a.newhotel-explore-btn {
	padding: 17.5px;
}
.desktop #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form #searchForm.book-a-hotel,
.desktop #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form a.newhotel-explore-btn,
.tablet #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form #searchForm.book-a-hotel,
.tablet #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form a.newhotel-explore-btn  {
	margin-right: 13px;
}
.desktop #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form a.newhotel-explore-btn,
.desktop #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form button.gallery-button,
.tablet #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form a.newhotel-explore-btn,
.tablet #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__booking-form button.gallery-button {
	margin-bottom: 30px;
}
.desktop #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__description,
.tablet #content .meetings .general-content .hotels .hotel-item .hotel__body .col-12 .col-9 .hotel__description {
	min-height: 144px;
}
/* END jov.tuplano Hotel_List_Page_Bug */

/* START jov.tuplano SDM 126779 */
.mobile #map .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview .col40 div.description,
.mobile #map .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview .col40 div.description {
	max-height: none;
	overflow-y: hidden;
}
.mobile #map .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview div.col60,
.mobile #map .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview div.col60,
.mobile #map .map-view .cr-mapDrawer .drawer-body .explore-city-detail .general-content.hotel-overview div.col60 {
	overflow-y: hidden;
}
.mobile #map .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview div.col40,
.mobile #map .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview div.col40,
.mobile #map .map-view .cr-mapDrawer .drawer-body .explore-city-detail .general-content.hotel-overview div.col40 {
	overflow-x: hidden;
}
/* for Nexus 7 SDM 126779 */
@media only screen and (min-device-width : 603px) and (max-device-width : 966px) {
	.tablet #map .map-view .cr-mapDrawer .drawer-body .explore-hotel-detail .general-content.hotel-overview .col40 div.description,
	.tablet #map .map-view .cr-mapDrawer .drawer-body .explore-partners-detail .general-content.hotel-overview .col40 div.description {
		max-height: 130px;
	}
}
/* END jov.tuplano SDM 126779 */

/* START jov.tuplano SDM 126897 */
#interests-landing .interests .slick-slider .slick-list .slick-slide ul li img {
	opacity: 1;	
}
 
#interests-landing .interests .slick-slider .slick-list .slick-slide ul li {	
	position: relative
}
 
#interests-landing .interests .slick-slider .slick-list .slick-slide ul li span {	
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align:left;
	padding-left: 5px;
	opacity: .9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
	background: -moz-linear-gradient(top, transparent 0%, black 100%);
	background: -ms-linear-gradient(top, transparent 0%, black 100%);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}
/* END jov.tuplano SDM 126897 */

/* START jov.tuplano SDM 126393 */
#content .content-container .gallery .section .gallery-modal .marquee .marquee-slide .slide-info .gallery-caption p {
	font-size: 25px;
}
#content .content-container .gallery .section .gallery-modal .marquee .addthis_toolbox .addthis_button_google_plusone div:nth-of-type(1) {
	display: none !important;
}
#content .content-container .gallery .section .gallery-modal .marquee .addthis_toolbox .addthis_button_google_plusone div:nth-of-type(2) {
	width: 62px !important;
}
/* for Nexus 7 SDM 126393 */
@media only screen and (min-device-width : 603px) and (max-device-width : 966px) {
	.tablet #content .content-container .gallery .section .gallery-modal .marquee .marquee-slide .slide-info .gallery-caption p {
		font-size: 20px;
	}
}
/* END jov.tuplano SDM 126393 */

/* START reemar.delarosa - SDM 127034*/
#map .cr-map-nav .active a:after { 
 	margin-left: -22px;
 	
}
/* END reemar.delarosa - SDM 127034*/

/* START jov.tuplano SDM 126781 item B fix */
.mobile #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions,
.tablet #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions,
.desktop #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions {
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
	overflow-x: hidden;
}

.mobile #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions td.adp-substep:nth-of-type(1),
.tablet #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions td.adp-substep:nth-of-type(1),
.desktop #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions td.adp-substep:nth-of-type(1) {
	width: 7%;
}
.mobile #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions td.adp-substep:nth-of-type(2),
.tablet #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions td.adp-substep:nth-of-type(2),
.desktop #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions td.adp-substep:nth-of-type(2) {
	width: 8%;
}
.mobile #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions td.adp-substep:nth-of-type(3) {
	width: 70%;
}
.desktop #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions td.adp-substep:nth-of-type(3),
.tablet #content #map .sections .map-view .directions-panel .directions-panel__states #printMe .adp table.adp-directions td.adp-substep:nth-of-type(3) {
	width: 68%;
}
/* END jov.tuplano SDM 126781 item B fix */

/* START jov.tuplano SDM 126856 */
.lt-ie10 #map .panel-view .featured-3 .panel .box-wrapper div.box::before {
	top: 44%;
}
/* END jov.tuplano SDM 126856 */

/* START reemar.delarosa - SDM 127004*/
#wrap.mobile #map .cg-busy-default-wrapper{
	display:none;
}
/* END reemar.delarosa - SDM 127004*/

/* START jov.tuplano SDM 126897 */
.desktop .content-container #offers-and-promotions .offers-and-promotions-drawer .offers-and-promotions-drawer_inner-wrapper .offers-and-promotions-drawer_content .featured-promos .search-form .interest-list .interests-item-wrapper .film_roll_wrapper .film_roll_shuttle .interest .interest__shading {
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.5) 100%);
}
.lt-ie10 .desktop .content-container #offers-and-promotions .offers-and-promotions-drawer .offers-and-promotions-drawer_inner-wrapper .offers-and-promotions-drawer_content .featured-promos .search-form .interest-list .interests-item-wrapper .film_roll_wrapper .film_roll_shuttle .interest .interest__label {
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColor=00000000, endColorStr=00000000);
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	opacity: 0.9;
}
.lt-ie10 .desktop .content-container #offers-and-promotions .offers-and-promotions-drawer .offers-and-promotions-drawer_inner-wrapper .offers-and-promotions-drawer_content .featured-promos .search-form .interest-list .interests-item-wrapper .film_roll_wrapper .film_roll_shuttle .interest .interest__shading {
	filter: none;
}
/* END jov.tuplano SDM 126897 */

/* START jov.tuplano - SDM 127035*/
#ui-datepicker-div{
	z-index:11 !important;
}
/* END jov.tuplano - SDM 127035*/
div.interest-list {
	max-width: 1396px;
}
div.chosen-interests {
	margin-left: 0;
}
/* line 199, ../sass/partials/explore-hotels/_explore-hotels.scss */
.explore-hotels-view.explore-hotels-map-view {
  padding: 0;
}

.mobile .explore-hotels-page {
	padding-bottom: 44px;
}

/* START jov.tuplano SDM 126393 */
.mobile-secondary-nav li {
	list-style: none;
}
#wrap #content .content-container .gallery-modal .marquee .marquee-slide .slide-info div.gallery-caption p {
	font-size: 14pt;
}
#wrap #content .content-container .gallery-modal .marquee .marquee-slide .slide-info div.gallery-caption p strong {
	font-size: 16pt;
}
.mobile #content .content-container .gallery-modal .marquee .marquee-slide .modal-image {
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.desktop #content .content-container .gallery-modal .marquee .marquee-slide .modal-image img,
.tablet #content .content-container .gallery-modal .marquee .marquee-slide .modal-image img {
	width: auto;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.desktop #content .content-container .gallery-modal .marquee .marquee-slide .modal-image,
.tablet #content .content-container .gallery-modal .marquee .marquee-slide .modal-image {
	background-image: none !important;
}
.desktop #content .content-container .gallery-modal .marquee .marquee-slide .slide-info div.gallery-caption,
.tablet #content .content-container .gallery-modal .marquee .marquee-slide .slide-info div.gallery-caption  {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-bottom: 15px;
}
#content .content-container .gallery-modal .marquee div.addthis_toolbox_wrapper {
	position: absolute;
	left: 50%;
}
.mobile #content .content-container .gallery-modal .marquee div.addthis_toolbox_wrapper {
	position: static;
}
#content .content-container .gallery-modal .marquee div.addthis_toolbox {
	right: 0;
}
#content .content-container .gallery-modal .marquee div.addthis_toolbox a {
	margin-right: 5px;
}
#content .content-container .gallery-modal .marquee div.addthis_toolbox a.addthis_button_google_plusone {
	width: 35px;
}
.mobile #content .content-container .gallery-modal .slide-info {
	padding-bottom: 30px;	
}
.mobile #content .content-container .gallery-modal .slide-info .gallery-caption {
	width: 100%;
}
/* END jov.tuplano SDM 126393 */

/* START jov.tuplano - SDM 126856 */
.lt-ie10 #map .sections .panel-view .featured-3.map-panel .panel .box-wrapper div.box::before {
	top: 20%;
	background-size: cover;
	background-position-y: -1px;
}
/* END jov.tuplano - SDM 126856 */

/* START jov.tuplano SDM 126991/126074 */
#content .content-container #map .sections .panel-view .map-panel .panel .cg-busy-default-sign,
#content .content-container .cg-busy.cg-busy-animation .cg-busy-default-wrapper div.cg-busy-default-sign {
	left: 50%;
	top: 46%;
}
/* to display spinner on IE9 SDM 126991, SDM 126074 */
.lt-ie10 .cg-busy-default-spinner {
	background: url('../images/spinner_dark.GIF') no-repeat !important;
}
/* END jov.tuplano SDM 126991/126074 */

/* START jov.tuplano - SDM 127115 */
.desktop #content .content-container div.hero-banner,
.tablet #content .content-container div.hero-banner {
	margin-top: 0;
}
/* END jov.tuplano - SDM 127115 */

/* START shane - 127281 */
.explore-hotels-view .sidebar_detail-view .marquee {
  position: relative;
  bottom: 90px;
}

.explore-hotels-view .sidebar_detail-view .marquee img {
  height: auto;
}

.mobile .explore-hotels-view .sidebar_detail-view .marquee {
  position: relative;
  bottom: 49px;
}
/* END shane - 127281 */

/* START jov.tuplano - SDM 127085 */
.desktop #secondaryNav .secondary-nav .ribbon-action.prev,
.tablet #secondaryNav .secondary-nav .ribbon-action.prev {
	background: -ms-linear-gradient(left, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
}
.desktop #secondaryNav .secondary-nav .ribbon-action.next,
.tablet #secondaryNav .secondary-nav .ribbon-action.next {
	background: -ms-linear-gradient(right, #034ea0 60%, rgba(3, 78, 160, 0) 100%);
}
/* END jov.tuplano - SDM 127085 */

/* START jov.tuplano SDM 126488 */
.lt-ie10 #content .content-container .tile-grid .tile-grid__container a.tile-grid__item {
	position: absolute;
	top: 0;
	left: 0;	
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(255,255,255,0);
}
/* END jov.tuplano SDM 126488 */

/* START reemar.delarosa - SDM 127236*/
#content .content-container .hero-banner:before{
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 21.5%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 100%);
}
/* END reemar.delarosa - SDM 127236*/

/* START leah.resurreccion SDM 127033 */
#map .description .more-content-holder {
	position: relative;
}
  
#map .drawer-body .general-content .col40 {
	height: 100%;
	overflow: hidden;
}
 
#map .drawer-body .general-content .col40 .description {
	max-height: none;
}

.mobile div#map .cr-mapDrawer .general-content.hotel-overview .col40 div.description,
.mobile #map .general-content .col60 {
	overflow-y: hidden;
}
/* START leah.resurreccion SDM 127033 */

/* START leah.resurreccion SDM 127213 */
#wrap.tablet #content .meetings .hero-banner.marquee--withNav {
	margin-bottom: 47px;
}
/* START leah.resurreccion SDM 127213 */
/* START leah.resurreccion SDM 127329 */
.nav-container #nav {
	width: 100%;
}
/* END leah.resurreccion SDM 127329 */
/* START jov.tuplano SDM 127242 */
.gray-content .form-inline .form-group .checkbox input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
/* END jov.tuplano SDM 127242 */

/* START reemar.delarosa - SDM 127279*/
#map #sidebar select.filter,
#map #sidebar .sidebar-select-arrow-sidebar{
	right: 0px;
}
#map #sidebar .results{
	position:relative;
	top:8px;
}
/* END reemar.delarosa - SDM 127279*/

/* START leah.resurreccion - REZWEBBLU-1569*/
.mobile #map .cr-mapDrawer .drawer-body .explore-partners {max-height:none;}
/* END leah.resurreccion - REZWEBBLU-1569*/
.upcoming-hotels-button-wrapper a.btn.btn-primary {
  margin-left: 36px;
}

.mobile .upcoming-hotels-button-wrapper a.btn.btn-primary {
  margin-left: inherit;
}

/* START jov.tuplano SDM 126458 */
em { 
	font-style: italic !important;
}
/* END jov.tuplano SDM 126458 */

.content-container .meetings .accordion-content.general-content .featured-2 {margin-bottom:5px;}

.desktop #content .explore-hotels-page #map.explore-hotels-view #sidebar,
.tablet #content .explore-hotels-page #map.explore-hotels-view #sidebar {
	top: 0px;
	bottom: 0px;
}

.bottom-bar .get-directions-link {
	font-size: 16px;
	color: white;
	padding: 12px;
	display: inline-block;
}

.desktop #content .content-container .featured-accordion .panel .box.gtFour,
.tablet #content .content-container .featured-accordion .panel .box.gtFour {
	width: 236px;
	height: 400px;
}
.desktop #content .content-container .featured-accordion .panel .box.active.gtFour,
.tablet #content .content-container .featured-accordion .panel .box.active.gtFour {
	width: 722px;
	height: 400px;
}

.content-container .featured-2 .col60 .moreless .more-content-container .more-content-holder section.extendedInfo {
	float: left;
	width: 100%;
}

.lt-ie10 .content-container .formColor .forms .select-styled:after {
	/*z-index: 5;*/
}
.lt-ie10 .content-container .formColor .forms .select-styled select,
.lt-ie10 .content-container .forms .select-styled select {
	position: relative;
	z-index: 10;
	width: 110%;
}
.content-container .formColor .forms .select-styled select {
	width: 100%;
}

.book-a-hotel-wrapper .book-a-hotel-form-wrapper .book-first-row.faux-input .geolocate span {
	background: url('../images/icons-sf296ea9764.png') no-repeat 0 -1851px;
}
.mobile .book-a-hotel-wrapper .book-a-hotel-form-wrapper .book-first-row.faux-input .geolocate,
.tablet .book-a-hotel-wrapper .book-a-hotel-form-wrapper .book-first-row.faux-input .geolocate {
	z-index: 0;
}

.missingMilesPage h1, h2, h3{
	color: #034ea0
}

.missingMilesPage .pure-g [class*="pure-u"] {
	font-family: Gill Sans std,Gill Sans MT,Calibri,sans-serif;
}

.mobile .content-container .tile-grid .tile-grid__container .row .item.large {
	font-size: 16px;
}
.mobile .tile-grid .tile-grid__container .row .item {
	font-size: 10.5px;
}
@media screen and (device-width: 320px) and (device-height: 480px){
	.mobile .content-container .tile-grid .tile-grid__container .row .item {
		font-size: 9px;
	}
}
@media screen and (device-width: 320px) and (device-height: 568px){
	.mobile .content-container .tile-grid .tile-grid__container .row .item {
		font-size: 9px;
	}	
}
@media screen and (device-width: 360px) and (device-height: 640px){
	.mobile .content-container .tile-grid .tile-grid__container .row .item {
		font-size: 10px;
	}	
}

.meetingRequestPage h1,.meetingRequestPage h2, .meetingRequestPage h3,#meetings-request h1,.missingMilesPage h1,
.missingMilesPage h2,.missingMilesPage h3,.contactUsPage h1,.contactUsPage h2, 
.contactUsPage h3,.customerServicePage h1{
	color: #034ea0;
}

#meetings-request .general-content{
	padding: 0;
	overflow: visible;
	background-color:transparent;
}

.missingMilesPage .pure-g [class*="pure-u"],
.meetingRequestPage .pure-g [class*="pure-u"],
.contactUsPage .pure-g [class*="pure-u"],
.customerServicePage .pure-g [class*="pure-u"]{
	font-family: Gill Sans std,Gill Sans MT,Calibri,sans-serif;
}

.searchBarBorderBottom
{
	border-top: 1px solid #cacaca;
    position: fixed;    
    top: 112px;
    width: 100%;
    z-index:1;
    max-width:1440px;
}

.contact-us-form-page .contact-us-form-wrapper
{
  padding:20px 40px;
}

.contact-us-form-page .contact-us-form-wrapper .searchBarBorderBottom
{
    margin-left:-40px;
}

.customerServicePage .chooseCountryLabel {
  margin-top: 14px;
}


.mobile .tile-grid .tile-grid__container .row .item {
	word-wrap: break-word;
	table-layout: fixed;
	word-break: break-word;
}

.mobile .tile-grid .tile-grid__container .row .item a {
	padding: 0px 2px;
}

/*
.mobile .explore-hotels-page, 
.mobile .explore-hotels-location, 
.mobile .explore-hotels-region-list{  
  margin-top: 150px;
}
.mobile .explore-hotels-page, 
.mobile .explore-hotels-location, 
.mobile .explore-hotels-region-list{  
  margin-top: 150px;
}
*/

.mobile .explore-hotels-page #map.explore-hotels-map-view.explore-hotels-view {
	min-height: 0 !important;
}
.mobile #content .content-container .explore-hotels-page {
	padding-bottom: 0;
}

.mobile .explore-hotels-location .hotel-item .btn {
  position: relative; 
}

.mobile .explore-hotels-location .detail .col-12 .hotels .hotel-item .hotel__body {
  height: initial; 
}

.mobile .explore-hotels-location .detail .col-12 .hotels .hotel-item .hotel__body .hotel__booking-form {
  padding-bottom: 15px;
}

.mobile .explore-hotels-location .detail .col-12 .hotels .hotel-item .hotel__body .trip-advisor iframe {
  height: 120px; 
}

@media (min-width: 801px) {
  .explore-hotels-location .hotel-item .btn {
    position: relative;
  }

  .explore-hotels-location .detail .col-12 .hotels .hotel-item,
  .explore-hotels-location .detail .col-12 .hotels .hotel-item .hotel__body {
    height: inherit;
  }

  .explore-hotels-location .detail .col-12 .hotels .hotel-item .hotel__body .hotel__description {
    min-height: 120px;
  }
  
  @-moz-document url-prefix() {
    .explore-hotels-location .detail .col-12 .hotels .hotel-item .hotel__body .hotel__description {
      min-height: 129px;
    }
  }

  .explore-hotels-location .detail .col-12 .hotels .hotel-item .hotel__body .hotel__description p {
    margin-bottom: 9px;
  }		
}

.content-container .hero-banner.hero-banner--half {
  height: 300px;
  min-height: 300px;
}

.content-container .hero-banner.hero-banner--half .hero-banner__bkg {
  top: 0px;
}

.mobile .book-a-hotel-wrapper .destination-list {
  top: 22px;
}

.mobile #content .content-container .gallery div.gallery-nav {
	display: block;
	margin-top: 0px;
	float: left;
}
.mobile #content .content-container .gallery div.gallery-nav ul {
	padding: 0px;
	margin: 0px;
}
html[dir="rtl"] .secondary-nav .fixed,
html[dir="rtl"] .info-grid .item-icon,
html[dir="rtl"] .info-grid .item-info {
	position: relative;
	float: right;
}
html[dir="rtl"] .secondary-nav .ribbon-body{
	right: 80px;
}
html[dir="rtl"] .booking-share .trip-advisor{
	margin-right: -11px;
}

.content-container .featured-3 .box > div {
	background-size: cover;
}
html[dir="rtl"] .secondary-nav .ribbon-body ul{
	direction: ltr;
	float: right !important;
}
html[dir="rtl"] .secondary-nav .next{
	right: 139px;
}
html[dir="rtl"] .secondary-nav .prev{
	left:0 !important;
}
#map .panel-information h3 a:HOVER{
	text-decoration: underline;
}

@media (min-width: 1025px){
  #sidebar.full-grid {
    min-width: 950px; 
  }
  #sidebar.single-grid {
    width: 340px;    
  }
}

#offers-and-promotions .offers-and-promotions-drawer .offers-and-promotions-drawer_inner-wrapper .offers-and-promotions-drawer_content div.featured-promos {
	margin: 0;
}
.offers-and-promotions-drawer_content .featured-promos .featured-promos_background img {
	width: auto;
}
.offers-and-promotions-drawer_content .featured-promos .featured-promos_background {
	overflow: hidden;
}
.offers-and-promotions-drawer_content .featured-promos {
	height: 100%;
}
.offers-and-promotions-drawer_content .featured-promos h2,
.offers-and-promotions-drawer_content .featured-promos h3 {
	color: white;
}
.offers-and-promotions-drawer_content .featured-promos h3.title {
	font-size: 20px;
}
@media screen and (min-width: 48em){
	.offers-and-promotions-drawer_content .featured-promos div.featured-promos_background,
	.offers-and-promotions-drawer_content .featured-promos .featured-promos_intro {
		width: 33.3333%;
		max-height: 690px;
/* 		max-width: 480px; */
	}
	.offers-and-promotions-drawer_content .featured-promos .featured-promos_panels {
		width: 66.6667%;
	}
	.offers-and-promotions-drawer_content .featured-promos .featured-promos_intro {
		padding: 15px;
		top: 0;
		left: 0;
	}
	.offers-and-promotions-drawer_content .featured-promos .featured-promos_intro .featured-promos_faux-cell {
		padding: 25% 10%;
	}
	#offers-and-promotions-drawer .offers-and-promotions-drawer_inner-wrapper .featured-promos .featured-promos_panels .slide-view_content .item {
		max-height: 300px;
/* 		max-width: 450px; */
	}
}

.lt-ie10 .featured-promos .slide-view_content .item img.background-image {
	position: absolute;
}
.lt-ie10 .featured-promos .featured-promos_panels .slide-view_content .item::before {
	top: 0;
}
.offers-and-promotions-drawer_content .featured-promos .featured-promos_panels .slide-view_content .item img.background-image {
	width: auto;
}
.offers-and-promotions-drawer_content .featured-promos .featured-promos_panels .slide-view_content .item {
	overflow: hidden;
}

#content .content-container .alert.show {
	padding-right: 37px;
}

#secondaryNav.secondary-nav-wrap.gallery-modal-open {
	z-index: 1;
}
.alert.show.gallery-modal-open {
	z-index: 100;
}

#content .book-a-hotel-wrapper .rates-select.drop-down ul.promotion-list {
	overflow-y: hidden;
	overflow-x: hidden;
	height: auto;
}
@media screen and (max-device-height: 500px) {
	.mobile #content .book-a-hotel-wrapper .rates-select.drop-down ul.promotion-list li {
	    padding: 8px 8px 8px 22px;
	}
}
.desktop #footer .carlson-brands.ribbon .ribbon-body ul li,
.tablet #footer .carlson-brands.ribbon .ribbon-body ul li {
	width: 11%;
}
.desktop #footer .carlson-brands.ribbon .ribbon-body,
.tablet #footer .carlson-brands.ribbon .ribbon-body {
	transform: translate3d(0px, 0px, 0px) !important;
}
.lt-ie10 .desktop #footer .carlson-brands.ribbon .ribbon-body,
.lt-ie10 .tablet #footer .carlson-brands.ribbon .ribbon-body {
	transform: translate(0, 0) !important;
}

.tablet #footer .carlson-brands.ribbon .ribbon-body li.first a + img,
.mobile #footer .carlson-brands.ribbon .ribbon-body li.first a + img {
	display: none;
}
.tablet #footer .carlson-brands.ribbon .ribbon-body li.first img,
.mobile #footer .carlson-brands.ribbon .ribbon-body li.first img {
    border-right: 1px solid #505050;
}
@media screen and (max-width: 1010px) {
	.tablet #footer .carlson-brands.ribbon .ribbon-body ul li {
		padding: 1em 0em;
	}
}

.mobile .meetings .featured-accordion .panel .detail.general-content {
	white-space: normal;
}
.mobile .meetings .featured-accordion .panel .detail.general-content .social-share {
	margin-top: 0;
}
.mobile .featured-accordion .detail.general-content.gallery .col70 {
	word-wrap: break-word;
	white-space: normal;
}
.mobile #footer .top .questions .tablet {
	display: block;
	width: 60%;
}
.mobile #footer .top .questions .mobile {
	display: block;
	visibility: hidden;
	height: 0;
}
.mobile #footer .top .questions .mobile a {
	visibility: visible;
}
.featured-2 .col60 .more-content-holder img {
	width: auto;
}
.mobile #content .content-container .gallery {
	padding-left: 0px;	
}
.mobile #content .content-container .gallery div.gallery-nav {
	padding-left: 16px;
}
.mobile #content .content-container .gallery div.section {
	padding: 25px 16px 5px 16px;
}
.mobile #content .content-container .gallery .row {
	overflow: visible;
}
.mobile #content .content-container .gallery div.section .row .box {
	width: 100%;
}
.mobile #content .meetings .featured-accordion .panel .detail.general-content {
	padding-left: 16px;
}

html[dir="rtl"] .mobile-secondary-nav .nav-links a {
  	padding: 12px 20px 10px 21.5%;	
}

.tabletportrait.portrait .featured-2.nostretch-tablet .detail .col40 img {
	width: initial;
}	

.tabletportrait.portrait .featured-2.nostretch-tablet .detail .col60 .btn {			
	width: 285px;
}

div.col60 div.buttons-wrap-bottom br.buttonsSeparator{
	width:1px;
	clear:both;
}
div.mobile .featured-2 .detail .col60 .buttons-wrap-bottom  br.buttonsSeparator{
		display:none;	
}


div.trip-advisor{
	font-family: Verdana, 'Bitstream Vera Sans', Arial;
	width:180px;
	max-width:180px;
	padding:0 10px;
}

div.trip-advisor strong{
    font-weight: 700;
    font-size: 11px;
    color: #000;
}

 div.trip-advisor p{
    margin: 0;
    font-size: 10px;
    color: #7f7f7f;
}

@media (max-width: 800px){
	div.hotel__ta div.trip-advisor{
		padding-bottom:3.5em;
	}
	
	.hotel-item .more-content-container{
		padding-bottom:22px;
	}
}

div.trip-advisor .read-reviews {
    color: #069;
    font-size: 12px;
    line-height: 33px;
}

#sidebar .sidebar_detail-view .detail-view_content .description .extra-items .col-6 .trip-advisor{
	margin-top:0;
}