.primary-button {
  background: #393939;
  border: 1px solid #393939;
  color: #fff;
  font-family: ITCFranklinGothicStd, sans-serif;
  font-size: 0.85rem !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.42857;
  padding: 12px 24px;
  text-transform: uppercase;
}

.primary-button:active,
.primary-button:hover {
  background: #fff;
  border: 1px solid #393939;
  color: #393939;
}

.primary-button:active {
  outline: 1px solid #393939;
  outline-offset: 2px;
}

.primary-button:focus {
  background: #393939;
  border: 1px solid #393939;
  color: #fff !important;
  outline: 2px solid #bb5c19 !important;
  outline-offset: 2px !important;
}

.primary-button.inverse {
  background: #fff;
  color: #393939;
}

.primary-button.inverse:hover {
  background: #393939;
  border: 1px solid #fff;
  color: #fff;
}

.primary-button.inverse:focus {
  background: #fff;
  color: #393939 !important;
}

.primary-button.inverse:active {
  background: #393939;
  border: 1px solid #fff;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: 2px;
}

.secondary-button {
  font-family: ITCFranklinGothicStd, sans-serif;
  font-size: 0.85rem !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.42857;
  padding: 12px 24px;
  text-transform: uppercase;
}

.secondary-button,
.secondary-button:active,
.secondary-button:hover {
  background: #fff;
  border: 1px solid #393939;
  color: #393939;
}

.secondary-button:active {
  outline: 1px solid #393939;
  outline-offset: 2px;
}

.secondary-button:focus {
  color: #393939;
  outline: 2px solid #bb5c19;
  outline-offset: 2px;
}

.secondary-button.medium {
  font-size: 0.85rem;
}

.secondary-button.icon-left,
.secondary-button.icon-left:hover,
.secondary-button.icon-right,
.secondary-button.icon-right:hover {
  background: #fff;
  border: 1px solid #393939;
  color: #393939;
}

.secondary-button.icon-left:active,
.secondary-button.icon-right:active {
  background: #fff;
  border: 1px solid #393939;
  color: #393939;
  outline: 1px solid #393939;
  outline-offset: 2px;
}

.secondary-button.icon-left:focus,
.secondary-button.icon-right:focus {
  outline: 2px solid #bb5c19;
  outline-offset: 2px;
}

.secondary-button.inverse {
  background: #393939;
  border: 1px solid #fff;
  color: #fff;
}

.secondary-button.inverse:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
}

.secondary-button.inverse:active {
  background: #393939;
  border: 1px solid #fff;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: 2px;
}

.secondary-button.inverse:focus {
  outline: 2px solid #bb5c19;
  outline-offset: 2px;
}

.secondary-button.inverse.icon-left,
.secondary-button.inverse.icon-right {
  background: #393939;
  border: 1px solid #fff;
  color: #fff;
}

.secondary-button.inverse.icon-left:hover,
.secondary-button.inverse.icon-right:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
}

.secondary-button.inverse.icon-left:active,
.secondary-button.inverse.icon-right:active {
  background: #393939;
  border: 1px solid #fff;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: 2px;
}

.secondary-button.inverse.icon-left:focus,
.secondary-button.inverse.icon-right:focus {
  outline: 2px solid #bb5c19;
  outline-offset: 2px;
}

.tertiary-button {
  background: transparent;
  border-bottom: 4px solid #393939;
  color: #393939;
  font-family: ITCFranklinGothicStd, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.33333;
  margin-top: 5px;
  padding: 3px 5px;
  text-transform: uppercase;
}

.tertiary-button:active,
.tertiary-button:focus {
  color: #393939;
  font-weight: 500;
  outline: 2px solid #bb5c19;
  outline-offset: 2px;
}

.tertiary-button.icon-left,
.tertiary-button.icon-right {
  background: none;
  border: 0;
  color: #393939;
}

.tertiary-button.icon-left:active,
.tertiary-button.icon-left:focus,
.tertiary-button.icon-right:active,
.tertiary-button.icon-right:focus {
  outline: 2px solid #bb5c19;
  outline-offset: 2px;
}

.tertiary-button.inverse {
  border-bottom: 4px solid #fff;
  color: #fff;
}

.tertiary-button.inverse:active,
.tertiary-button.inverse:focus {
  outline: 2px solid #bb5c19;
  outline-offset: 2px;
}

.tertiary-button.inverse.icon-left,
.tertiary-button.inverse.icon-right {
  background: none;
  border: 0;
  color: #fff;
}

.tertiary-button.inverse.icon-left:active,
.tertiary-button.inverse.icon-left:focus,
.tertiary-button.inverse.icon-right:active,
.tertiary-button.inverse.icon-right:focus {
  outline: 2px solid #bb5c19;
  outline-offset: 2px;
}

meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 767px)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width: 768px) and (max-width: 991px)/";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width: 992px)/";
  width: 1024px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width: 992px) and (max-width: 1199px)/";
  width: 1024px;
}

meta.foundation-mq-xlarge,
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width: 1200px)/";
  width: 1400px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=393939&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=393939&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 100%;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 24px;
  height: 24px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 8px;
  height: 44px;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 14px;
  text-align: center;
  color: #737373;
}

.ui-datepicker td {
  border: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-family: ralewaymedium, sans-serif;
  font-size: 14px;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  max-width: 308px;
  margin: 0 10px;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  vertical-align: middle;
  margin: 0.2em 2em 0.2em 0.4em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  background: #fff;
  color: #393939;
}

.ui-widget-content a {
  color: #393939;
}

.ui-widget-header {
  color: #393939;
  font-weight: 700;
}

.ui-widget-header a {
  color: #393939;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 0;
  background: #fff;
  font-weight: 400;
  color: #393939;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #393939;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 0;
  background: none;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
a.ui-button:active {
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 0;
  background: none;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  font-weight: 400;
  opacity: 0.7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: none;
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(/frhi/inc/css/images/ui-icons_555555_256x240.png);
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(/frhi/inc/css/images/ui-icons_ffffff_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(/frhi/inc/css/images/ui-icons_777620_256x240.png);
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
  background-image: url(/frhi/inc/css/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/frhi/inc/css/images/ui-icons_777777_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

.so_brand-tooltip-password {
  z-index: 10000;
  width: 230px;
  padding: 10px 12px 22px;
  background: url(/frhi/inc/css/images/rhr-password-tooltip.png) no-repeat
    bottom;
  border-top: 2px solid #cacac0;
  line-height: 15px !important;
  background-size: cover;
}

.ui-tooltip-content {
  font-size: 1em !important;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=76e05d33ef79ac1bb5147deb81e111f6)
 * Config saved to config.json and https://gist.github.com/76e05d33ef79ac1bb5147deb81e111f6
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1025px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}

caption,
th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

fieldset {
  margin: 0;
  min-width: 0;
}

fieldset,
legend {
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 320px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container-fluid .navbar-brand,
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
  margin: 8px -15px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  transform: translateY(-25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(
    :last-child
  )
  > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid hsla(0, 0%, 80%, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid hsla(0, 0%, 80%, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-visually-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.slick-loading .slick-list {
  background: #fff;
}

.slick-controls {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  min-height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  background: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-pause {
  border: none;
  background: transparent;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 16px;
  margin-top: calc(0.5em + 5px);
  z-index: 10;
}

.slick-pause.slick--paused {
  overflow: hidden;
}

.slick-pause.slick--paused:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 2px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 8px 14px;
}

.slick-pause.slick--playing:after,
.slick-pause.slick--playing:before {
  content: "";
  width: 4px;
  height: 14px;
  background: none;
  display: block;
  position: absolute;
  top: 3px;
}

.slick-pause.slick--playing:before {
  left: 4px;
}

.slick-pause.slick--playing:after {
  right: 4px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
}

.slick-accessible .slick-dots {
  padding: 0 25px;
  margin-top: 0.5em;
}

.slick-accessible .slick-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-accessible .slick-dot.slick-active > span {
  border-color: #000;
}

.slick-accessible .slick-dot.slick-active > span .slick-dot-content {
  background: #ccc;
  color: #000;
}

.slick-accessible .slick-dot > span,
.slick-accessible .slick-dot button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
}

.slick-accessible .slick-dot button {
  cursor: pointer;
}

.slick-accessible .slick-dot span .slick-dot-content {
  text-indent: -9999px;
  min-width: auto;
  min-height: auto;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
}

.slick-accessible .slick-dot-content,
.slick-accessible .slick-dot-count {
  text-indent: -9999px;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.language-wrapper .flag {
  background: url(/frhi/inc/img/flags/lng-flags.png) no-repeat;
}

.play-pause-video {
  background: url(/frhi/inc/img/logos/play-icon.png) 50% no-repeat;
}

.loader {
  background: url(/frhi/inc/img/fairmont_gray.png) 50% no-repeat;
}

.email-offers-page,
.error-page-container {
  background: url(/frhi/inc/img/HERO-IMG_404.png) 50%;
}

.contact-details-wrapper select,
.contact-request-info select {
  background: url(/frhi/inc/img/select-arrow.png) no-repeat right 10px center;
}

.join-us-section .club-name {
  background: url(/frhi/inc/img/accor-bird-icon.png) 34px 23px no-repeat;
}

.enroll-modal,
.login-modal {
  background: #fff url(/frhi/inc/img/loading_fairmont.gif) 50% no-repeat;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  background: url(/frhi/inc/img/next.svg) 50% no-repeat;
}

.reservation-widget-container
  .reservation-widget-wrap
  .bootstrap-select
  .dropdown-toggle {
  background: url(/frhi/inc/img/select-arrow.png) 100% no-repeat;
}

.view-room-name .virtual-tour {
  background: transparent url(/frhi/inc/img/360.gif) no-repeat 0 0;
}

#divPagingBlock .prev {
  background: url(/frhi/inc/img/btns/arrowPreview.png) no-repeat scroll 0
    transparent;
}

#divPagingBlock .next {
  background: url(/frhi/inc/img/btns/arrowNext.png) no-repeat scroll 100%
    transparent;
}

.tooltip_icon {
  background: url(/frhi/inc/img/shr-button-question.png) no-repeat 0 0;
}

select {
  background: url(/frhi/inc/img/select-arrow.png) no-repeat right 5px center;
}

.loadingImgDiv {
  background-image: url(/frhi/inc/img/loading_fairmont.gif);
}

#txtArrivalDateStep1,
#txtDepartureDateStep1 {
  background: url(/frhi/inc/img/select-arrow.png) no-repeat center right 5px;
}

@media (max-width: 1024px) {
  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select
    .dropdown-toggle {
    background: url(/frhi/inc/img/right-arrow.png) 100% no-repeat;
  }
}

@media (max-width: 767px) {
  .activities-wrap .load-more-row a:after,
  .dinning-wrap .load-more-row a:after {
    background: url(/frhi/inc/img/down-arrow.png) 50% no-repeat;
  }
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline-offset: 2px;
  outline: 1px solid #000;
}

.header-wrapper :focus:not(.not-home-page-logo) {
  box-shadow: 0 0 0 1px #000, 0 0 0 2px #fff !important;
  outline: none !important;
}

.form-control {
  color: #393939;
  border-color: #393939;
}

@-moz-document url-prefix() {
  :focus {
    outline-offset: 2px;
    outline: 1px solid #000;
  }
}

body.has-emergency {
  padding-top: 138px;
}

.container-fluid {
  max-width: 1440px;
}

.skip-link:focus {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1001;
}

.skip-link:focus,
.visible-on-focus:focus {
  width: auto;
  height: 2em;
  margin: 0;
  padding: 5px;
  text-decoration: underline;
  overflow: hidden;
  clip: inherit;
  border: 0;
}

.visible-on-focus:focus {
  position: static;
  display: block;
  clear: both;
  text-align: center;
}

.emergency-header-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 8px 25px;
  font-size: 1rem;
  background: #000;
  color: #fff;
}

.emergency-banner-text {
  margin: 0;
  padding: 0;
}

.emergency-header-container a,
.emergency-header-container a:focus,
.emergency-header-container a:hover,
.emergency-header-container a:visited:hover {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

.emergency-header-container a:focus,
.emergency-header-container button:focus {
  outline: 1px solid #fff;
  outline-offset: 2px;
}

.emergency-header-container button {
  height: 35px;
  background: none;
  border: none;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

a:focus {
  outline: 1px solid #000;
  outline-offset: 2px;
}

.brandMainNavigationList a:focus {
  box-shadow: 0 0 0 1px #000, 0 0 0 2px #fff !important;
  outline: none !important;
}

body {
  font-size: 1rem;
  color: #393939;
  background-color: #f8f8f8;
  -webkit-font-smoothing: antialiased;
  font-family: ITCFranklinGothicStd, sans-serif;
  padding-top: none;
}

.btn-default {
  color: #393939;
  border-color: #393939;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: #c9c9c9;
  border-color: #393939;
  color: #393939;
}

.btn.focus,
.btn:focus,
.btn:hover {
  border-color: #393939;
}

.dropdown-menu > li > a {
  color: #000;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #000;
  background-color: #f7f7f7;
}

h1,
h2 {
  font-family: FreightPro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 2.5em;
  font-weight: 600;
  color: #000;
}

.header-container {
  background: #fff;
  overflow: visible;
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  width: 100%;
  z-index: 1000;
}

.nav-up {
  top: -86px;
}

.header-container .navbar .container-fluid {
  overflow: visible !important;
}

.header-container .navbar {
  border: none;
}

.header-container .navbar-nav > li {
  display: block;
  text-align: left;
  padding: 20px 10px 20px 2px;
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 0 5px;
}

.header-container .navbar-nav > li:last-child {
  border-bottom: 0;
}

.header-container .navbar-toggle:focus,
.property-scrollup-header .navbar-toggle:focus {
  outline: 1px solid #000;
}

.header-container .nav .open > a,
.header-container .nav .open > a:focus,
.header-container .nav .open > a:hover,
.header-container .navbar-nav > li > a:focus,
.header-container .navbar-nav > li > a:hover,
.header-container .navbar-nav > li a {
  border: none;
  background: transparent;
}

.header-container .navbar-header {
  float: left;
  vertical-align: middle;
  display: table;
  margin-right: 30px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.header-container .navbar-header > button.navbar-toggle {
  padding-right: 35px;
}

.header-container .navbar-header > span,
.header-container .navbar-header button,
.property-scrollup-content button {
  display: table-cell;
  vertical-align: middle;
}

.header-container .navbar-header .dismissClosebtn button {
  border: none;
  background: transparent;
  margin-right: 4px;
}

.header-container .navbar-header .navbar-collapse #dismiss .close .sr-only {
  background: #000;
}

.header-container .navbar-header button {
  margin: 0;
}

.header-container .navbar-header > span {
  font-size: 0.6875em;
}

.header-wrapper .navbar-toggle {
  display: block;
}

span.brand-logo-h1 {
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.property-scrollup-header {
  display: none;
}

.property-scrollup-content {
  position: relative;
  padding: 22px 0 22px 24px;
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
}

.property-scrollup-content .book-btn-upper,
.property-scrollup-content .logo-title,
.property-scrollup-content button {
  display: inline-block;
  margin: 0;
}

.property-scrollup-content .logo-title {
  font-family: FreightPro, sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #000;
  max-width: 66%;
  word-break: break-word;
}

.property-scrollup-content .book-btn-upper {
  position: absolute;
  right: 30px;
  top: 10px;
  min-width: 40px;
  padding: 10px 24px;
  text-transform: uppercase;
}

.account-wrapper .account-icon {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
  stroke: red;
}

.account-wrapper > ul,
.language-wrapper > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.language-wrapper > ul > li .language .down-arrow {
  width: 8px;
  height: 15px;
  float: right;
  fill: #737373;
  margin-left: 5px;
  transform: rotate(90deg);
}

.account-wrapper > ul > li:last-child,
.language-wrapper > ul > li:last-child {
  border-right: none;
}

.account-wrapper > ul > li > a,
.account-wrapper > ul > li > button,
.language-wrapper > ul > li > a {
  color: #000;
  font-size: 0.6875em;
  letter-spacing: 0.55px;
}

.account-wrapper > ul > li > button {
  background: none;
  border: none;
  height: 16px;
}

.account-wrapper > ul > li > button svg {
  vertical-align: top;
}

.language-wrapper .flag {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.language-wrapper .flag-1024 {
  background-position: -1px 0;
}

.language-wrapper .flag-1027 {
  background-position: -18px 0;
}

.language-wrapper .flag-1031 {
  background-position: -35px 0;
}

.language-wrapper .flag-1033 {
  background-position: -1px -17px;
}

.language-wrapper .flag-1034 {
  background-position: -18px -17px;
}

.language-wrapper .flag-1036 {
  background-position: -35px -17px;
}

.language-wrapper .flag-1040 {
  background-position: -1px -34px;
}

.language-wrapper .flag-1041 {
  background-position: -18px -34px;
}

.language-wrapper .flag-1046 {
  background-position: -35px -34px;
}

.language-wrapper .flag-1049 {
  background-position: -1px -51px;
}

.language-wrapper .flag-1055 {
  background-position: -18px -51px;
}

.language-wrapper .flag-14337 {
  background-position: -35px -51px;
}

.language-wrapper .flag-2052 {
  background-position: -1px -68px;
}

.navbar-toggle {
  float: left;
  margin-left: 15px;
}

.navbar-toggle .icon-bar {
  background: #000;
}

.navbar-toggle .menu-tag {
  font-size: 0.6875em;
  position: absolute;
  top: 9px;
  left: 40px;
}

.navbar-nav {
  float: left;
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
  margin: 0 20px;
}

.header-container .navbar-nav > li.link-tab .nav-list > li {
  padding: 0;
  display: block;
}

.header-container .navbar-nav > li.link-tab .nav-list > li a {
  display: block;
}

.navbar-nav > li a {
  border-bottom: 2px solid transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background: #fff;
  border-bottom: 2px solid #393939;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  color: #000;
  font-size: 0.85em;
}

.nav-list > li a .right-arrow {
  width: 15px;
  height: 15px;
  float: left;
  fill: #737373;
  margin: 3px 5px 0 -4px;
}

.header-container .navbar-nav > li.link-tab .nav-list > li a .right-arrow {
  float: right;
  margin: 0 18px 0 0;
}

.nav-list > li {
  padding: 20px 25px 15px;
}

.nav-list > li > a:hover {
  text-decoration: none;
}

.nav-list > li > a > span,
.nav-list > li > form > a > span {
  display: block;
  font-weight: 400;
  text-align: left;
  color: #737373;
  padding: 5px 0;
}

.header-container .navbar-nav > li.link-tab .nav-list {
  margin-left: 0;
}

.header-container .navbar-nav > li.link-tab .nav-list > li > a > span {
  overflow: hidden;
  color: #000;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.55px;
  padding: 2px 0;
}

.nav-list > li > a > span span,
.nav-list > li > form > a > span span {
  float: left;
  margin-right: 10px;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 40px 15px 50px;
  text-align: center;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  position: static;
}

.mega-dropdown-menu .tab-content {
  margin: 0 0 0 30px;
}

.overlay,
.overlay-header {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
  top: 0;
}

.register-flyout {
  text-align: left;
}

.member-logout li,
.register-flyout li {
  display: block;
  border-bottom: 1px solid #c9c9c9;
}

.member-logout li:last-of-type,
.register-flyout li:last-of-type {
  border-bottom: 0;
}

.member-logout a,
.register-flyout li button {
  display: inline-block;
  background: transparent;
  margin: 12px 0;
  border: 0;
}

.register-flyout li button:focus,
.register-flyout li button:hover {
  text-decoration: underline;
}

.register-flyout li.register-link .enroll-link:focus,
.register-flyout li.register-link .enroll-link:hover,
.register-flyout li a:focus,
.register-flyout li a:hover {
  background: transparent;
}

.register-flyout li.register-link .enroll-link {
  background: none;
  border: none;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.property-list-container,
.sidebar {
  width: 320px;
  z-index: 999;
  background: #fff;
  overflow-y: auto;
  height: 100%;
  display: none;
}

.property-list-container {
  visibility: hidden;
  left: 0;
  width: 0;
  overflow: hidden;
  height: 0;
}

.property-list-toggle svg {
  float: right;
  margin: 0;
  width: 15px;
}

.property-list-container .region-list {
  height: 710px;
  background: #f7f7f7;
  max-width: 236px;
  padding: 40px 32px 40px 0;
  margin-right: 0;
  position: relative;
  text-align: left;
}

.property-list-container .tab-content {
  min-width: 500px;
  max-width: 657px;
  height: 710px;
}

.destination-intro {
  font-size: 0.8125rem;
  line-height: 1rem;
  letter-spacing: 2px;
  text-align: left;
  padding: 0 25px;
  color: #000;
}

.destination-intro.mobile {
  margin-top: 15px;
  text-transform: uppercase;
}

.world-map-image {
  margin: 0 auto;
}

.destination-page-link-wrapper {
  position: absolute;
  bottom: 40px;
}

.destination-page-link {
  width: 155px;
  padding: 10px 24px;
  margin-left: 32px;
  margin-top: 0;
  display: inline-block;
}

.property-list-container .tab-pane {
  text-align: left;
  padding: 40px 40px 5px;
  font-size: 0.85rem;
  line-height: 1.125rem;
  letter-spacing: 0.5px;
  color: #000;
  -moz-column-count: 2;
  column-count: 3;
  max-height: 50em;
  max-width: 657px;
}

.property-list-container .tab-pane .property-link {
  margin-bottom: 14px;
}

.property-list-mobile {
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.125rem;
  letter-spacing: 0.5px;
  background: #fff;
  color: #000;
  padding: 0;
}

.property-list-mobile .expand-list {
  padding: 0 15px 0 35px;
  display: none;
}

.property-list-container .tab-pane .property-list-holder,
.property-list-mobile .property-list-holder {
  margin-bottom: 24px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.property-list-mobile .property-list-holder {
  margin-bottom: 15px;
}

.property-list-container .property-list-header h1 {
  font-size: 0.75rem;
  font-family: ITCFranklinGothicStd, sans-serif;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: 700;
}

.property-list-holder .country-name {
  margin-bottom: 14px;
  display: inline-block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.property-list-container .tab-pane ul,
.property-list-mobile ul {
  list-style-type: none;
  margin: 0;
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.property-list-mobile li {
  margin: 12px 0;
}

.property-list-container .tab-pane a:focus,
.property-list-container .tab-pane a:hover,
.property-list-mobile ul a:focus,
.property-list-mobile ul a:hover {
  font-weight: 500 !important;
  font-family: ITC-Franklin-Gothic-Std-Medium, sans-serif !important;
}

.property-list-container .nav-pills a,
.property-list-mobile button {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #393939;
  font-weight: 400;
  font-family: FreightProLight, Arial, sans-serif;
  border-radius: 0;
}

.property-list-mobile button {
  padding: 25px 35px;
  border: 0;
  border-top: 1px solid #c9c9c9;
}

.property-list-mobile .region-name {
  display: inline-block;
  margin: 0;
}

.property-list-container .nav-pills li {
  margin-top: 0;
  padding-left: 32px;
  margin-bottom: 16px;
}

.property-list-container .nav-pills a svg {
  float: right;
  margin: 0;
}

.property-list-container .nav-pills li.active a {
  background: #f7f7f7;
  color: #393939;
}

.property-list-container .nav-pills li.active svg {
  display: none;
}

.sidebar-header {
  background: #fff;
  box-shadow: 0 5px 150px 0 rgba(0, 0, 0, 0.1);
}

.property-list-container.active,
.sidebar.active:not(.navbar-header.hidden-md .sidebar.active) {
  left: 0;
  padding: 0;
  margin: 0;
  visibility: visible;
  overflow: hidden;
  width: 100%;
}

.property-list-container.active {
  top: 0;
  transition-property: top;
  transition-duration: 4s;
  transition-delay: 5s;
  display: block;
  height: 0;
}

.sidebar .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

#dismiss,
.dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 4px;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
}

#dismiss:hover,
.dismiss:hover {
  background: #fff;
  color: #000;
}

#dismiss .close,
.dismiss .close {
  width: 32px;
  height: 32px;
  opacity: 0.7;
  background: none;
  padding: 0;
}

#dismiss .close:hover,
.dismiss .close:hover {
  opacity: 1;
}

#dismiss .close:after,
#dismiss .close:before,
.dismiss .close:after,
.dismiss .close:before {
  position: absolute;
  left: 12px;
  content: " ";
  height: 30px;
  width: 2px;
  top: 0;
  background: #000;
}

.close:focus,
.navbar-nav > li a:focus,
.sidebar-header > a:focus {
  outline: 1px solid #000;
  outline-offset: 1px;
}

#dismiss .close:before,
.dismiss .close:before {
  transform: rotate(45deg);
}

#registerClose {
  background: none;
  padding: 0 5px;
  color: #000;
  font-weight: 400;
}

#dismiss .close:after,
.dismiss .close:after {
  transform: rotate(-45deg);
}

.sidebar .sidebar-header {
  padding: 20px;
  text-align: left;
}

.sidebar .sidebar-header > a {
  display: inline-block;
}

.sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
}

.sidebar ul p {
  color: #fff;
  padding: 10px;
}

.sidebar ul.navbar-nav {
  padding: 20px 0 20px 15px;
}

.sidebar > ul > li > a {
  padding: 10px 15px;
  font-size: 0.85em;
  display: block;
  letter-spacing: 0.55px;
}

.header-container .sidebar > ul > li > button {
  padding: 2px;
  font-size: 0.85em;
  display: block;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: #000;
}

.sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #000;
}

a[data-toggle="collapse"] {
  position: relative;
}

.mega-dropdown-menu,
.mega-dropdown-menu .container-fluid {
  padding: 0;
}

.mega-dropdown-menu .nav-list > li {
  padding: 15px;
  display: block;
  overflow: hidden;
}

.mega-dropdown-menu .nav-list > li a {
  display: block;
  overflow: hidden;
}

.mega-dropdown-menu .nav-list > li a img {
  width: 100%;
}

.dropdown-toggle:focus {
  outline: 1px solid #000;
  outline-offset: 1px !important;
  border: none !important;
}

.member-logout {
  padding-bottom: 10px;
  list-style-type: none;
  text-align: left;
}

.member-logout a {
  font-size: 0.8125rem;
  color: #000;
}

.member-logout a:hover {
  text-decoration: underline;
}

.mega-dropdown .fold-unfold-container {
  float: right;
}

.mega-dropdown .fold-unfold-container .plus-minus {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
}

.property-list-container .mega-dropdown .fold-unfold-container .plus-minus {
  width: 12px;
  height: 12px;
}

.mega-dropdown .fold-unfold-container .plus-minus:after,
.mega-dropdown .fold-unfold-container .plus-minus:before {
  content: "";
  position: absolute;
  background-color: #737373;
  transition: transform 0.25s ease-out;
}

.mega-dropdown .fold-unfold-container .plus-minus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.mega-dropdown .fold-unfold-container .plus-minus:after {
  top: 50%;
  left: 0;
  width: 102%;
  height: 1px;
  margin-top: -1px;
}

.mega-dropdown .fold-unfold-container .plus-minus:hover {
  cursor: pointer;
}

.mega-dropdown.open .fold-unfold-container .plus-minus:before {
  transform: rotate(90deg);
  width: 1px;
}

.mega-dropdown.open .fold-unfold-container .plus-minus:after {
  transform: rotate(180deg);
}

.justlazy-spinner {
  display: block;
}

.sidebar-right.navbar-collapse {
  font-size: 0.85em;
}

@media screen and (max-width: 1024px) {
  #sticky-navbar .menu-scroll a {
    height: auto !important;
  }

  .header-container .navbar-header {
    width: 72px;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .member-logout a,
  .register-flyout li button {
    font-size: 1rem;
  }

  .property-list-container .region-list {
    min-height: 0;
    min-width: 0;
  }

  .header-container .navbar-header > button.navbar-toggle {
    padding-right: 10px;
  }

  .header-container .navbar-header .menu-tag {
    display: none;
  }

  .navbar-toggle {
    display: block;
    margin: 0;
  }

  .logo-wrapper {
    margin: 0;
    position: relative;
  }

  .logo {
    margin: 0;
    padding: 0;
  }

  .account-wrapper .account-icon {
    width: 32px;
    height: 32px;
    margin: 0;
  }

  .language-wrapper > ul > li .language span {
    display: none;
  }

  .language-wrapper > ul > li .language span.flag {
    display: block;
    margin: 0;
  }

  .language-wrapper {
    margin-left: 28px;
    margin-bottom: 20px;
  }

  .language-wrapper > ul > li {
    padding: 0 5px;
  }

  .language-wrapper > ul > li:last-child {
    padding-left: 10px;
  }

  .language-wrapper > ul > li .language img {
    margin-right: 0;
  }

  .language-wrapper > ul > li .language .down-arrow {
    margin-left: -15px;
    display: none;
  }

  .language-wrapper > ul > li select {
    border: none;
    padding: 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    font-size: 0.6875em;
    letter-spacing: 0.55px;
    background: #fff;
    width: auto;
  }

  a#goBackLink {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sidebar-right {
    position: absolute;
    display: none;
    min-width: 150px;
    right: 0;
    padding: 10px 10px 15px 15px;
    background: #fff;
    margin-top: 10px;
    box-shadow: 1px 0 7px 0 rgba(0, 0, 0, 0.25);
  }

  .header-container .sidebar-right .navbar-nav > li {
    margin-bottom: 10px;
  }

  .sidebar-right.navbar-collapse.collapse,
  .sidebar-right.navbar-collapse.collapsing {
    position: absolute;
    display: none !important;
  }

  .sidebar-right.navbar-collapse.collapse.in {
    display: block !important;
    z-index: 99;
  }
}

@media screen and (max-width: 1024px) {
  .account-wrapper > ul > li > button svg {
    width: 31px;
    height: 31px;
  }

  .property-list-container {
    left: -320px;
    max-width: 320px;
  }

  .property-list-container.active {
    left: 0;
    overflow-y: auto !important;
    width: 320px;
  }

  .member-logout,
  .register-flyout {
    padding: 15px;
    max-width: 15rem;
    margin: 0 auto;
  }

  .register-flyout li a {
    padding: 10px 0 !important;
  }

  .register-flyout li a.btnCommon {
    padding: 10px 15px !important;
  }

  .sidebar-right {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
    background: #fff;
    overflow-y: scroll;
    height: 100% !important;
  }

  .navbar-collapse.collapse.sidebar,
  .navbar-collapse.collapse.sidebar-right {
    height: 100% !important;
    overflow-y: auto !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .header-container .navbar-collapse.collapse.in {
    display: block !important;
  }

  .header-container .sidebar .navbar-nav .open .dropdown-menu,
  .sidebar-right .navbar-nav .open .dropdown-menu {
    position: static;
  }

  .sidebar-right.active {
    right: 0;
    padding: 0;
    margin: 0;
    height: 100% !important;
  }

  #dismiss-right {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 15px;
    cursor: pointer;
    transition: all 0.3s;
    color: #000;
    background: none;
    border: none;
    border-radius: 0;
  }

  #dismiss-right:hover {
    background: #fff;
    color: #000;
  }

  .sidebar-right > ul > li > a {
    padding: 10px 30px;
  }

  #dismiss-right .close,
  #dismiss .close {
    width: 32px;
    height: 32px;
    opacity: 0.7;
  }

  #dismiss-right .close:hover,
  #dismiss .close:hover {
    opacity: 1;
  }

  #dismiss-right .close:after,
  #dismiss-right .close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 30px;
    width: 2px;
    background-color: #000;
  }

  #dismiss-right .close:before {
    transform: rotate(45deg);
  }

  #dismiss-right .close:after {
    transform: rotate(-45deg);
  }

  .sidebar-right .sidebar-header {
    padding: 20px 10px;
    text-align: center;
    box-shadow: none;
  }

  .sidebar-right ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #c9c9c9;
  }

  .account-wrapper > ul > li:last-child {
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: none;
  }

  .emergency-header-container {
    padding: 10px;
  }

  .emergency-header-container a {
    display: inline-block;
  }

  .emergency-banner-text {
    margin: 0;
    padding: 0;
    max-width: 12.5rem;
  }

  .header-container .navbar-header .sidebar.active {
    width: 100%;
  }

  .header-container .navbar-header .property-list-toggle svg {
    margin-right: 4.65px;
  }

  .header-container .navbar-header .mega-dropdown-menu .nav-list > li a {
    font-style: normal;
  }

  .header-container .navbar-nav > li.link-tab .nav-list > li > a > span {
    letter-spacing: 0.5px;
  }

  .property-list-container.active {
    max-width: 100%;
    width: 100%;
  }

  .destination-intro.mobile,
  .property-list-container .property-list-header h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
  }

  .property-list-container .mega-dropdown .fold-unfold-container .plus-minus {
    right: -23px;
    fill: #737373;
  }

  .property-list-holder .country-name {
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 20px;
  }

  .property-list-mobile li {
    line-height: 20px;
    font-weight: 400;
  }

  .property-list-container .property-list-header button {
    font-weight: 700;
    font-family: FreightBig Pro;
    letter-spacing: 0.2px;
    color: #000;
    line-height: 20px;
    font-style: italic;
  }

  .property-list-container .property-list-header button svg {
    margin-top: 2px;
  }

  .mega-dropdown .fold-unfold-container .plus-minus {
    height: 12px;
    width: 12px;
    fill: #737373;
  }
}

#sticky-navbar .menu-scroll a {
  display: inline-block;
  height: 46px;
}

.book-now-forward.primary-button {
  color: #fff;
}

.book-now-forward.primary-button:hover {
  color: #393939;
  outline-offset: 4px;
}

.book-now-forward.primary-button:focus {
  color: #fff;
  outline-offset: 4px;
}

.book-now-forward.primary-button:active {
  color: #393939;
  outline-offset: 4px;
}

.nav-pills a:focus {
  outline-offset: -1px;
}

a#goBackLink {
  right: 0;
  float: right;
  text-align: right;
  font-size: 0.85rem;
}

.register-flyout li.register-link a {
  cursor: pointer;
  padding: 0;
  margin: 12px 0;
}

.sidebar.active .dismissClosebtn .close:focus,
.sidebar.active .dismissClosebtn:focus {
  outline-offset: unset;
  outline: none;
}

.sidebar.active #dismiss .close {
  width: 25px;
  height: 35px;
}

.sidebar.active .close:focus {
  outline-offset: unset;
  outline: none;
}

.book-stay,
.stay-longer {
  margin-bottom: 16px;
  display: inline-block;
  color: #737373 !important;
}

.property-list-container .nav-pills li.active {
  border-left: 5px solid #393939;
  padding-left: 27px;
  font-family: FreightPro, Arial, sans-serif;
}

.property-list-container .nav-pills li.active a {
  font-family: FreightPro, Arial, sans-serif !important;
  font-weight: 500 !important;
  transition: 0.2s ease-out;
}

.property-list-container .tab-pane .property-link a {
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 17px;
  color: #393939;
}

.pad-left {
  padding-left: 32px;
}

.mar-left {
  margin-left: 32px;
}

.discover-text,
.property-list-holder .country-name {
  color: #393939 !important;
}

.gold-stay-section {
  margin: 40px 0;
  display: inline-block;
}

.book-stay-list li {
  display: inline-block;
  margin-bottom: 16px;
}

.gold-stay-link {
  display: inline-block;
  margin-top: 16px;
}

.region-list .nav-pills a:active,
.region-list .nav-pills a:hover {
  cursor: default;
  font-family: FreightPro, Arial, sans-serif;
  font-weight: 500;
}

.close-hotel-resort {
  height: 42px;
  display: inline-block;
  position: absolute;
  z-index: 99;
  right: 0;
  background: 0;
  border: 0;
}

.close-hotel-resort:focus {
  outline-offset: 2px;
  outline: 1px solid #000 !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
}

.gold-text {
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #b19143;
  align-content: center;
  flex-wrap: wrap;
  display: flex;
  margin-left: 8px;
}

.gold-stay-logo span {
  max-height: 24px;
}

.gold-stay-logo {
  display: flex;
}

.book-stay-list,
.gold-stay-section ul {
  margin: 0;
}

.gold-stay-section li {
  list-style-type: none;
}

.book-stay-list li:last-of-type,
.property-list-container .nav-pills li:last-of-type,
.property-list-container .tab-pane .property-link:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .property-list-container .tab-pane {
    max-height: 46em;
  }

  .property-list-container .tab-pane .property-list-holder,
  .property-list-container .tab-pane ul,
  .property-list-mobile .property-list-holder,
  .property-list-mobile ul {
    page-break-inside: auto;
    -moz-column-break-inside: auto;
    break-inside: auto;
  }

  .gold-stay-section {
    margin: 24px 0;
  }

  .destination-page-link {
    margin-top: 24px;
    margin-bottom: 30px;
  }
}

.brandMainNavigationListLabel span {
  display: inline-block;
}

@media (min-width: 1025px) {
  .mainbodyTopMargin,
  body.propertyHomePage {
    padding-top: 0;
  }

  .removeNavigationAnimation {
    position: unset !important;
  }

  .breadcrumb.breadcrumb-top-margin {
    margin-top: 60px !important;
  }

  .removeAnimation-reservation-steps {
    margin-top: 0 !important;
    position: relative !important;
    padding-top: 0;
  }
}

.new-sub-menu-wrapper #destinationTabPane {
  position: relative;
}

@media screen and (min-width: 1367px) {
  .flyoutimageshadow,
  .flyoutmenu-image .tab-pane,
  .new-sub-menu-wrapper,
  .property-list-container .region-list,
  .property-list-container .tab-content {
    height: 605px !important;
    min-height: 568px !important;
  }

  .property-list-container.active {
    height: 0;
    min-height: 0;
  }

  .new-sub-menu-wrapper {
    min-height: unset !important;
    height: auto !important;
  }

  .property-list-container .tab-pane .property-link {
    width: 139px;
  }

  .property-list-container .region-list {
    padding: 32px 0;
    min-width: 269px;
  }

  #South_America .property-list-holder {
    page-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
    break-inside: avoid !important;
  }

  #destinationTabPane .North_America .property-list-holder {
    page-break-inside: auto !important;
    -moz-column-break-inside: auto !important;
    break-inside: auto !important;
  }

  #Asia_Pacific .property-list-holder {
    page-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
    break-inside: avoid !important;
  }

  .gold-stay-section {
    margin: 24px 0;
    padding-right: 32px;
  }

  .property-list-container .tab-pane {
    padding: 32px 56px;
    -moz-column-count: 1;
    column-count: 1;
    max-width: 713px;
    margin: 0;
    width: 17rem !important;
  }

  .new-sub-menu-wrapper .tab-content .tab-pane {
    width: 17rem !important;
  }

  #destinationTabPane .North_America {
    width: 16rem !important;
  }

  .property-list-container .tab-pane .property-list-holder,
  .property-list-container .tab-pane ul {
    -moz-column-break-inside: auto;
    break-inside: auto;
    page-break-inside: auto;
  }

  .flyoutmenu-image.fly-imgback {
    max-width: 458px;
  }

  .tab-content.flyoutmenu-image {
    overflow: initial;
    max-width: 713px;
    padding: 0;
  }

  .destination-page-link {
    text-align: center;
  }

  .destination-page-link-wrapper {
    bottom: 32px;
  }

  .destination-page-link-wrapper a {
    margin: 0 0 0 32px;
  }

  .gold-stay-link {
    min-width: 206px;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .flyoutimageshadow,
  .flyoutmenu-image .tab-pane,
  .new-sub-menu-wrapper,
  .property-list-container.active,
  .property-list-container .region-list,
  .property-list-container .tab-content {
    height: 567px !important;
    min-height: 524px !important;
  }

  .new-sub-menu-wrapper {
    min-height: unset !important;
    height: auto !important;
  }

  #South_America .property-list-holder {
    page-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
    break-inside: avoid !important;
  }

  .tab-content.flyoutmenu-image {
    overflow: initial;
    min-width: 740px;
    max-width: 740px;
    padding: 0;
  }

  .property-list-container .tab-pane .property-list-holder,
  .property-list-container .tab-pane ul {
    -moz-column-break-inside: auto;
    break-inside: auto;
    page-break-inside: auto;
  }

  .property-list-container .region-list {
    padding: 32px 0;
    min-width: 269px;
  }

  .new-sub-menu-wrapper .tab-content .tab-pane {
    width: 17rem !important;
  }

  #destinationTabPane .North_America {
    -moz-column-count: 1;
    column-count: 1;
    width: 16rem !important;
  }

  .book-stay,
  .stay-longer {
    margin-bottom: 12px;
  }

  .gold-stay-link {
    margin-top: 12px;
  }

  .property-list-container .nav-pills li {
    margin-bottom: 8px;
  }

  .flyoutmenu-image.fly-imgback {
    max-width: 357px;
  }

  .destination-page-link-wrapper {
    bottom: 32px;
  }

  .destination-page-link-wrapper a {
    margin: 0 0 0 32px;
  }

  .property-list-container .tab-pane {
    padding: 32px 56px;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0;
  }

  #Europe .property-list-holder,
  .property-list-container #Europe.tab-pane ul {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .flyoutimageshadow,
  .flyoutmenu-image .tab-pane,
  .new-sub-menu-wrapper,
  .property-list-container.active,
  .property-list-container .region-list,
  .property-list-container .tab-content {
    min-height: unset !important;
    height: 497px !important;
  }

  .flyoutmenu-image.fly-imgback {
    display: none !important;
  }

  .new-sub-menu-wrapper {
    height: auto !important;
  }

  .property-list-container .tab-pane {
    -moz-column-count: 1;
    column-count: 1;
    padding: 32px 56px;
  }

  .new-sub-menu-wrapper .tab-content {
    overflow: initial !important;
  }

  .property-list-container .region-list {
    padding: 32px 0;
    min-width: 269px;
  }

  #South_America .property-list-holder,
  #South_America .property-list-holder ul {
    page-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
    break-inside: avoid !important;
  }

  .North_America.changePadding {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .property-list-container .nav-pills li {
    margin-bottom: 8px;
  }

  .book-stay,
  .stay-longer {
    margin-bottom: 12px;
  }

  .gold-stay-section {
    margin: 22px 0;
  }

  #destinationTabPane .North_America.changePadding {
    padding-top: 21px;
    padding-bottom: 21px;
    white-space: pre-line;
  }

  .gold-stay-link {
    margin-top: 12px;
  }

  .book-stay-list blockquote a,
  .gold-stay-link {
    font-size: 0.85rem !important;
    line-height: 20px !important;
  }

  .destination-page-link-wrapper {
    bottom: 32px;
  }

  .destination-page-link-wrapper a {
    margin: 0 0 0 32px;
    background: none;
    border: 0;
    border-bottom: 1px solid #393939;
    color: #393939;
    padding: 0;
    width: 106px;
    text-transform: none;
  }

  .new-sub-menu-wrapper .tab-content .tab-pane {
    width: 17rem !important;
  }

  .property-list-container .tab-pane .property-list-holder,
  .property-list-container .tab-pane ul {
    -moz-column-break-inside: auto;
    break-inside: auto;
    page-break-inside: auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 1),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .loyaltynewLogo {
    line-height: 20px !important;
    margin-top: 0;
  }

  .new-sub-menuBiggerSize {
    top: 59px !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLoyaltyWrapper
    .brandNavigationLoyaltyContainer
    a {
    -webkit-align-items: initial !important;
  }

  #destinationTabPane .North_America {
    -moz-column-count: 4;
    column-count: 4;
    width: 50rem !important;
  }

  #destinationTabPane .North_America.changePadding {
    padding-top: 21px;
    padding-bottom: 21px;
    white-space: pre-line;
  }

  #destinationTabPane .North_America.changePadding .property-list-holder {
    margin-bottom: 16px;
  }

  #destinationTabPane
    .North_America.changePadding
    .property-list-holder
    .country-name {
    line-height: 21px !important;
    margin-bottom: 15px;
  }

  #Asia_Pacific,
  #Europe,
  #Middle_East_and_Africa {
    -moz-column-count: 2;
    column-count: 2;
    width: 30rem !important;
  }

  #Asia_Pacific .property-list-holder {
    page-break-inside: auto !important;
    -moz-column-break-inside: auto !important;
    break-inside: auto !important;
  }

  #Asia_Pacific .property-list-holder .property-link {
    width: 98px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .loyaltynewLogo {
    line-height: 20px !important;
    margin-top: 0;
  }

  .new-sub-menuBiggerSize {
    top: 59px !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLoyaltyWrapper
    .brandNavigationLoyaltyContainer
    a {
    -webkit-align-items: initial !important;
  }

  #destinationTabPane .North_America {
    -moz-column-count: 4;
    column-count: 4;
    width: 50rem !important;
  }

  #destinationTabPane
    .North_America.changePadding
    .property-list-holder
    .country-name {
    line-height: 21px !important;
    margin-bottom: 15px;
  }

  #destinationTabPane .North_America.changePadding {
    padding-top: 21px;
    padding-bottom: 21px;
    white-space: pre-line;
  }

  #destinationTabPane .North_America.changePadding .property-list-holder {
    margin-bottom: 16px;
  }

  #Asia_Pacific,
  #Europe,
  #Middle_East_and_Africa {
    -moz-column-count: 2;
    column-count: 2;
    width: 30rem !important;
  }

  #Asia_Pacific .property-list-holder {
    page-break-inside: auto !important;
    -moz-column-break-inside: auto !important;
    break-inside: auto !important;
  }

  #Asia_Pacific .property-list-holder .property-link {
    width: 98px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .loyaltynewLogo {
      line-height: 20px !important;
      margin-top: 0;
    }

    .header-container
      .brandTopNavigationWrapper
      .brandTopNavigationContainer
      .brandTopNavigationRightSection
      .brandNavigationLoyaltyWrapper
      .brandNavigationLoyaltyContainer
      a {
      -webkit-align-items: initial !important;
    }

    #destinationTabPane .North_America {
      -moz-column-count: 4;
      column-count: 4;
      width: 50rem !important;
    }

    #destinationTabPane .North_America.changePadding {
      padding-top: 21px;
      padding-bottom: 21px;
      white-space: pre-line;
    }

    #destinationTabPane .North_America.changePadding .property-list-holder {
      margin-bottom: 16px;
    }

    #Asia_Pacific,
    #Europe,
    #Middle_East_and_Africa {
      -moz-column-count: 2;
      column-count: 2;
      width: 30rem !important;
    }

    #Asia_Pacific .property-list-holder {
      page-break-inside: auto !important;
      -moz-column-break-inside: auto !important;
      break-inside: auto !important;
    }

    #Asia_Pacific .property-list-holder .property-link {
      width: 98px;
    }
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLoyaltyWrapper
    .brandNavigationLoyaltyContainer
    a,
  ::i-block-chrome {
    align-items: normal !important;
  }
}

@-moz-document url-prefix() {
  @media (-webkit-min-device-pixel-ratio: 2),
    (min--moz-device-pixel-ratio: 1.5),
    (min-resolution: 144dpi) {
    .property-list-container .region-list {
      height: auto !important;
      min-height: 0 !important;
    }
  }

  .book-stay-list li:last-of-type {
    margin-bottom: 13px;
  }

  .destination-page-link-wrapper {
    position: static !important;
  }
}

.ui-body-03 {
  font-family: ITCFranklinGothicStd !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.5px !important;
  color: #000 !important;
}

.overlay-mybooking {
  background: rgba(57, 57, 57, 0.7) !important;
  cursor: pointer;
}

.showFlex {
  display: flex !important;
}

.hideFlex {
  display: none !important;
}

.overflowHidden {
  overflow-y: hidden;
}

.breadcrumb {
  margin: 24px 0 18px !important;
  padding: 0 15px !important;
}

.breadcrumb.sub-menu-details {
  display: block;
}

.header-container .loggedlogoBlack {
  display: none !important;
}

.property-details .loggedlogoBlack,
.reservationheader .loggedlogoBlack {
  display: block !important;
}

.property-details .notloggedlogoBlack,
.reservationheader .notloggedlogoBlack {
  display: none !important;
}

.header-container {
  height: 143px;
  max-height: 143px;
}

.header-container .brandTopNavigationWrapper.row {
  margin: 0 !important;
  padding: 0 !important;
}

.header-container .brandTopNavigationWrapper .brandTopNavigationContainer {
  display: block;
  width: 100%;
  height: 83px;
  max-height: 83px;
  position: relative;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationLogoWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationLogoWrapper
  .navbar-header {
  display: none;
  margin-left: 12px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationLogoWrapper
  .logo-wrapper {
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  right: auto;
  margin: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationLogoWrapper
  .logo-wrapper
  h1 {
  margin: 0;
  padding: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationLogoWrapper
  .logo-wrapper
  h1
  .logo {
  margin: 0;
  display: inline-block;
  overflow: hidden;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 12px 0 0;
  padding: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  > div {
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #000;
  padding: 0 12.5px;
  position: relative;
  margin: 41px 0 26px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  > div.brandNavigationLangWrapper {
  padding: 0 8px 0 12.5px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  > div.brandNavigationAccessibilityWrapper {
  padding: 0 12px 0 8px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  > div:after {
  border-right: 1px solid #393939;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  opacity: 0.05;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  > div.brandNavigationLangWrapper:after,
.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  > div:last-child:after {
  border-right: none;
  content: "";
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLoyaltyWrapper
  .brandNavigationLoyaltyContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLoyaltyWrapper
  .brandNavigationLoyaltyContainer
  a {
  display: flex;
  align-items: baseline !important;
  justify-content: center;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLoyaltyWrapper
  .brandNavigationLoyaltyContainer
  a
  svg {
  margin-right: 4px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLoyaltyWrapper
  .brandNavigationLoyaltyContainer
  a
  span {
  margin: 0;
  padding: 0;
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #registerClose {
  padding: 16px !important;
  right: 0 !important;
  font-size: 8px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #registerClose
  svg
  path {
  fill: #393939;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  .myaccttext,
.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  .myaccttextlog {
  margin-left: 8px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  hr {
  border-top: 1px solid #e0e0e0 !important;
  width: 40px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  .mybooking {
  padding: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus {
  padding: 40px 24px 24px;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
  margin-top: 15.5px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  ul
  li {
  border: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  ul
  li
  .accLogin {
  margin-top: 0;
  margin-bottom: 16px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  ul
  li
  .enroll-link {
  margin-top: 0;
  margin-bottom: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  ul
  li
  a {
  color: #393939 !important;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  #dvNotLoggedIn {
  padding: 0;
  min-width: 152px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  .fairmontLoggedIn {
  min-width: 115px;
  padding: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  .fairmontLoggedIn
  .member-logout {
  padding-bottom: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  .fairmontLoggedIn
  .member-logout
  li
  a {
  margin: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  .fairmontLoggedIn
  .member-logout
  li
  .myALlacct {
  padding-bottom: 16px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper
  .language-wrapper {
  margin-right: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper
  .language-wrapper
  .language {
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper
  .language-wrapper
  .language
  svg {
  margin-right: 8px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper
  .language-wrapper
  .currentLanguage {
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #000;
  margin-top: 0 !important;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper
  .language-wrapper
  .language-list-desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  position: absolute;
  z-index: 1000;
  min-width: 120px;
  height: auto;
  right: auto;
  left: -65px;
  top: 25px;
  background: #fff;
  border: 0;
  box-shadow: 0 0 10px hsla(0, 0%, 78.8%, 0.25);
  list-style-type: none;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper
  .language-wrapper
  .language-list-desktop
  span.dropdownTitle {
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #3e3d48;
  text-align: center;
  margin-bottom: 16px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper
  .language-wrapper
  .language-list-desktop
  li {
  margin: 0;
  padding: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper
  .language-wrapper
  .language-list-desktop
  li
  a {
  display: block;
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #393939 !important;
  margin: 0 0 8px;
  padding: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper
  .language-wrapper
  .language-list-desktop
  li:last-child
  a {
  margin: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  svg
  path {
  fill: #000;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  svg#accessibilityIcon {
  margin-right: 4px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  .accessibilityWidget {
  width: 195px;
  min-height: 116px;
  padding: 40px 24px 24px;
  z-index: 1000;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  .accessibilityWidget
  .accessibilityClose {
  padding: 16px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  .accessibilityWidget
  .accessibilityWidgetModal
  .accessibilityWidgetModalTitle {
  width: 100%;
  text-align: left;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  .accessibilityWidget
  .accessibilityWidgetModal
  .accessibilityWidgetModalTitle
  .ui-body-03 {
  font-weight: 600 !important;
  color: #3e3d48 !important;
  text-transform: uppercase;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  .accessibilityWidget
  .accessibilityWidgetModal
  .accessibilityWidgetModalContents {
  width: 100%;
  display: flex;
  margin-top: 16px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  .accessibilityWidget
  .accessibilityWidgetModal
  .accessibilityWidgetModalContents
  .accessibilityWidgetModalIcons {
  margin-right: 8px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  .accessibilityWidget
  .accessibilityWidgetModal
  .accessibilityWidgetModalContents
  .accessibilityWidgetModalIcons
  button
  svg
  path {
  fill: #fff;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  .accessibilityWidget
  .accessibilityWidgetModal
  .accessibilityWidgetModalContents
  .accessibilityWidgetModalText {
  text-align: left;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccessibilityWrapper
  .accessibilityWidget
  .accessibilityWidgetModal
  .accessibilityWidgetModalContents
  .accessibilityWidgetModalText
  .ui-body-02 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #393939;
}

.header-container .dividerLine {
  opacity: 0.05;
  border-top: 1px solid #393939;
  margin: 0 24px;
  padding: 0;
}

.header-container .brandMainNavigationWrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.header-container .brandMainNavigationWrapper .brandMainNavigationListWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 59px;
  padding: 19px 0 16px;
}

.header-container
  .brandMainNavigationWrapper
  .brandMainNavigationListWrapper
  ul {
  list-style-type: none;
  margin: 0;
}

.header-container
  .brandMainNavigationWrapper
  .brandMainNavigationListWrapper
  ul
  li.brandMainNavigationListVal {
  list-style-type: none;
  display: inline-flex;
  margin-right: 48px;
  font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #393939;
  cursor: pointer;
}

.header-container
  .brandMainNavigationWrapper
  .brandMainNavigationListWrapper
  ul
  li.brandMainNavigationListVal.main-navigation-list-others,
.header-container
  .brandMainNavigationWrapper
  .brandMainNavigationListWrapper
  ul
  li.brandMainNavigationListVal.subnavlist:last-child {
  margin-right: 0 !important;
}

.header-container
  .brandMainNavigationWrapper
  .brandMainNavigationListWrapper
  ul
  li.brandMainNavigationListVal.listValActive {
  font-weight: 600;
}

.brandMainNavigationListLabel.active {
  font-weight: 600;
  color: #000;
}

.brandMainNavigationListLabel,
.brandMainNavigationListLabel.active {
  border-bottom: 1px solid transparent;
  transition: border-color 0.1s ease-out;
}

.brandMainNavigationListLabel.active,
.brandMainNavigationListLabel:hover {
  border-bottom-color: #000;
  transition: border-color 0.2s ease-in;
  font-weight: 600;
}

.currentLanguageMobile,
.dropdown-menu.language-list.mobile,
.dropdown-wrapper-cta-mobile {
  display: none;
}

.new-sub-menu {
  position: absolute;
  top: 414px;
  left: 44px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 1440px;
  width: 100%;
  height: auto;
}

.book-stay-list {
  list-style-type: none;
}

#dvLoggedIn {
  width: 193px;
}

.header-container
  .brandTopNavigationWrapper
  .brandTopNavigationContainer
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  #bs-account-menus
  .afterloginmyacc {
  display: block !important;
  margin-left: 0;
  font-size: 1.25rem !important;
  color: #393939 !important;
  font-family: FreightPro !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  letter-spacing: 0.3px !important;
  margin-bottom: 24px !important;
  word-break: break-word;
}

.home.proposals-slider-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: -143px auto 120px !important;
}

.home .proposals-slider-wrap .image-wrapper {
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.home .proposals-slider-wrap .image-wrapper img {
  display: none !important;
}

.home .proposals-slider-wrap .image-wrapper,
.home .proposals-slider-wrap .image-wrapper img {
  height: 100vh !important;
}

.home.proposals-slider-content .proposals-slider-description-wrap {
  margin-top: 0;
  top: 336px !important;
  left: 56px !important;
  transform: none;
  max-width: 430px;
}

.home.proposals-slider-content
  .proposals-slider-description-wrap
  .rfp-overlay-text {
  background: none;
  padding: 0;
  max-width: 430px;
}

.home.proposals-slider-content
  .proposals-slider-description-wrap
  .rfp-overlay-text
  .main-heading-text {
  color: #fff;
  font-family: FreightProLight;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.3px;
}

.home.proposals-slider-content
  .proposals-slider-description-wrap
  .rfp-overlay-text
  .sub-main-heading-text {
  color: #fff;
  font-family: FreightPro;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 16px;
}

.home.proposals-slider-content
  .proposals-slider-description-wrap
  .rfp-overlay-text
  .content-text {
  color: #fff;
  font-family: ITC-Franklin-Gothic-Std-Book !important;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0 0 24px;
}

.home.proposals-slider-content
  .proposals-slider-description-wrap
  .rfp-overlay-text
  .content-text
  p {
  padding: 0;
  margin: 0;
}

.home.proposals-slider-content
  .proposals-slider-description-wrap
  .rfp-overlay-text
  .rfp-button.brand-homepage-discover {
  color: #fff;
  text-align: left;
  font-family: ITC-Franklin-Gothic-Std-Book !important;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.home.proposals-slider-content
  .proposals-slider-description-wrap
  .rfp-overlay-text
  .rfp-button.brand-homepage-discover
  a {
  text-decoration: none !important;
  border-bottom: none !important;
  padding-left: 0;
}

.home.proposals-slider-content
  .proposals-slider-description-wrap
  .rfp-overlay-text
  .rfp-button.brand-homepage-discover
  svg {
  vertical-align: middle;
  margin-left: 8px;
}

.home.proposals-slider-content .proposals-slider-wrap .slick-dots .slick-dot {
  position: absolute;
  top: 73px !important;
  margin: 0;
  border-radius: 0;
}

.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  .slick-dot.slick-active,
.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  .slick-dot.slick-active
  button,
.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  .slick-dot
  button {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 1px;
}

.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  .slick-dot.slick-active {
  top: 73px !important;
  opacity: 1;
  border: none !important;
}

.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  .slick-dot.slick-active
  button,
.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  .slick-dot
  button {
  outline: none;
}

.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  .slick-dot:after {
  border: 0.5px dashed #fff;
  height: 50px;
  width: 0.5px;
  display: none;
}

.home.proposals-slider-content #proposalSlider .slick-dot:first-child {
  left: 10px;
}

.home.proposals-slider-content #proposalSlider .slick-dot:nth-child(2) {
  left: 34px;
}

.home.proposals-slider-content #proposalSlider .slick-dot:nth-child(3) {
  left: 58px;
}

.home.proposals-slider-content #proposalSlider .slick-dot:nth-child(4) {
  left: 82px;
}

.home.proposals-slider-content #proposalSlider .slick-dot:nth-child(5) {
  left: 106px;
}

.home.proposals-slider-content #proposalSlider .slick-dot:nth-child(6) {
  left: 130px;
}

.home.proposals-slider-content button.play-pause-btn {
  top: unset !important;
  left: unset !important;
  bottom: 11px !important;
  right: 80px !important;
  transform: translate(0) !important;
  width: 32px;
  height: 32px;
  z-index: 101;
}

.home.proposals-slider-content
  .proposals-slider-container
  .proposals-slider-wrap
  .slick-controls
  li
  .slick-arrow:focus,
.home.proposals-slider-content button.play-pause-btn:focus {
  box-shadow: 0 0 0 1px #000, 0 0 0 2px #fff !important;
}

.home.proposals-slider-content .play-pause-anime {
  width: 18px;
  height: 18px;
  padding: 0;
  background: none;
}

.home.proposals-slider-content .play-pause-anime.pause .bar {
  top: 12px;
  height: 16px;
  border-radius: 1px;
}

.home.proposals-slider-content .play-pause-anime .bar-1,
.home.proposals-slider-content .play-pause-anime .bar-2 {
  left: -5px !important;
  top: 0 !important;
  height: 16px !important;
}

.home.proposals-slider-content .play-pause-anime.play .bar-1 {
  transform: translateX(20px) translateY(-3px) rotate(-55deg);
}

.home.proposals-slider-content .play-pause-anime.play .bar-3 {
  border-radius: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 14px;
}

.home.proposals-slider-content .play-pause-anime .bar-3 {
  left: 9.5px !important;
  top: 1px !important;
}

.home.proposals-slider-content #proposalSlider .slick-arrow {
  top: unset !important;
  bottom: 18px !important;
  right: 20px !important;
  transform: translate(0) !important;
  z-index: 101;
}

.home.proposals-slider-content #proposalSlider .slick-prev {
  right: 44px !important;
  left: unset !important;
}

.home.proposals-slider-content #proposalSlider .slick-arrow:after {
  padding: 0;
  width: 18px;
  height: 18px;
  background: none;
}

.home.proposals-slider-content #proposalSlider .slick-prev:after {
  transform: translate(0);
  margin-right: 0;
}

.home.proposals-slider-content #proposalSlider .slick-next:after {
  transform: translate(0);
}

.home .proposals-slider-wrap .slick-dots {
  top: 237px !important;
  z-index: 101;
}

.home.proposals-slider-content .scroll-to-discover-cta {
  display: block;
  position: absolute;
  top: unset;
  bottom: 16px;
  left: auto;
  right: auto;
  text-align: center;
  width: 100%;
  height: 36px;
}

.home.proposals-slider-content
  .scroll-to-discover-cta
  .scroll-to-discover-cta-link {
  color: #fff;
  display: inline-block;
}

.home.proposals-slider-content
  .scroll-to-discover-cta
  .scroll-to-discover-cta-link
  span {
  display: block;
  letter-spacing: 0.5px !important;
  line-height: 16px !important;
  margin-bottom: 2px;
  text-transform: none;
}

@media (max-width: 1024px) {
  .home.proposals-slider-content .scroll-to-discover-cta {
    display: none;
  }
}

.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  li
  button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  text-align: center;
  opacity: 0.2;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  border-radius: 1px;
  background: #f7f7f7;
}

.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  li.slick-active
  button:before {
  opacity: 0.2;
  color: #000;
}

.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  li.slick-active
  button:after {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  text-align: center;
  opacity: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 9999999999999;
  margin: 0;
  padding: 0;
  border-radius: 1px;
  background: #fff;
  -webkit-animation-name: progress;
  animation-name: progress;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.home.proposals-slider-content
  .proposals-slider-wrap
  .slick-dots
  li.paused
  button:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes progress {
  0% {
    width: 0;
  }

  to {
    width: 20px;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }

  to {
    width: 20px;
  }
}

@media (max-width: 767px) {
  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus {
    overflow-y: hidden !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    ul {
    padding: 40px 24px 24px !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    ul
    li
    a {
    color: #3e3d48 !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    .myaccttext,
  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    .myaccttextlog {
    display: none;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    .afterloginmyacc {
    display: block !important;
    margin-left: 0;
    font-size: 1.25rem !important;
    color: #393939 !important;
    font-family: FreightPro !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 24px !important;
    word-break: break-word;
  }

  .home.proposals-slider-content {
    margin-bottom: 50px !important;
    padding-bottom: 0 !important;
  }

  .home .proposals-slider-wrap .image-wrapper img {
    display: block !important;
  }

  .home .proposals-slider-wrap .image-wrapper,
  .home .proposals-slider-wrap .image-wrapper img {
    height: auto !important;
  }

  .home .proposals-slider-wrap .image-wrapper img {
    width: 100% !important;
    height: 622px !important;
  }

  .home.proposals-slider-content button.play-pause-btn {
    right: 113px !important;
  }

  .home.proposals-slider-content #proposalSlider .slick-prev {
    right: 61px !important;
  }

  .home .proposals-slider-wrap .slick-dots {
    top: unset !important;
    bottom: 72px !important;
  }

  .home.proposals-slider-content #proposalSlider .slick-next,
  .home.proposals-slider-content #proposalSlider .slick-prev,
  .home.proposals-slider-content button.play-pause-btn,
  .home .proposals-slider-wrap .slick-dots {
    z-index: 9;
  }

  .proposals-slider-wrap .slick-dots:after {
    display: none !important;
  }

  .home.proposals-slider-content .proposals-slider-description-wrap {
    top: unset !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 69px !important;
    transform: none !important;
    padding: 0 16px !important;
    background: none;
    z-index: 9;
  }

  .home.proposals-slider-content
    .proposals-slider-description-wrap
    .rfp-overlay-text {
    min-height: 147px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .home.proposals-slider-content
    .proposals-slider-description-wrap
    .rfp-overlay-text
    .main-heading-text {
    font-size: 1.563rem;
    line-height: normal;
    min-height: 32px;
  }

  .home.proposals-slider-content
    .proposals-slider-description-wrap
    .rfp-overlay-text
    .main-heading-text.sub-main-heading-text {
    margin-bottom: 8px;
  }

  .home.proposals-slider-content
    .proposals-slider-description-wrap
    .rfp-overlay-text
    .content-text {
    margin-bottom: 16px;
  }
}

@media (max-width: 1024px) {
  #sticky-menu-container .container-fluid {
    padding-right: 0 !important;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid
    .sticky-scroll-menu
    .menu-scroll {
    margin-left: 0;
  }

  body {
    padding-top: none;
  }

  body.bodyTop {
    margin-top: none;
  }

  .home .proposals-slider-wrap .image-wrapper img {
    min-height: 100% !important;
  }

  .home.proposals-slider-content {
    margin-bottom: 140px;
  }

  .overlay-mybooking {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .new-dismissClosebtnDiv .dismissClosebtn .close:after,
  .new-dismissClosebtnDiv .dismissClosebtn .close:before {
    display: none !important;
  }

  .header-container {
    min-height: 72px;
    max-height: 72px;
    margin: 0;
    padding: 0;
  }

  .header-container .header-wrapper.row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-container .brandTopNavigationWrapper .brandTopNavigationContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    max-height: 72px;
    overflow: hidden;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper {
    display: flex !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .logo-wrapper {
    top: auto;
    bottom: auto;
    width: 57px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection {
    display: block;
    margin: 0;
    padding: 0;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    > div {
    height: auto;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper {
    margin: 0;
    padding: 0;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .account-wrapper {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 24px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .sidebarCollapseRight
    svg {
    height: 24px;
    width: 24px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #dismiss-right {
    width: 8px;
    height: 8px;
    line-height: 8px;
    top: 16px;
    right: 16px;
    background: none !important;
    padding: 0 !important;
    outline-offset: 15px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus {
    overflow-y: hidden !important;
    padding: 0;
    margin: 0;
    border: 0;
    top: 72px;
    max-height: -moz-max-content;
    max-height: max-content;
    max-height: -webkit-max-content;
    background: none !important;
    box-shadow: none !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    div {
    padding: 0;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    .member-logout {
    padding-bottom: 40px !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    ul {
    padding: 40px 24px;
    max-width: none;
    margin: 0;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    ul
    li {
    border: 0;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    ul
    li
    a {
    padding: 0 !important;
    color: #3e3d48 !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    ul
    li
    .myALlacct {
    margin-bottom: 24px !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    ul
    li
    .accLogin {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    ul
    li
    .enroll-link {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    .sidebar-header {
    padding: 0;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    #dvNotLoggedIn {
    background: #f7f7f7;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    #bs-account-menus
    #dvLoggedIn {
    background: #f7f7f7;
    width: 100%;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttext,
  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttextlog {
    display: none;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .afterloginmyacc {
    display: block !important;
    margin-left: 0;
    font-size: 1.25rem !important;
    color: #393939 !important;
    font-family: FreightPro !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 24px !important;
    word-break: break-word;
  }

  .header-container .navbar-header > button.navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 16px;
    padding: 0;
    border: 0;
  }

  .sub-navigation-section {
    display: none !important;
  }

  .mobile-hotel-resort-container {
    background: #fff;
    color: #000;
    padding: 32px 0 40px;
    z-index: 1111;
    position: fixed;
    top: 40px;
    left: 0;
    height: calc(100% - 80px);
    overflow-x: auto;
    overflow-y: scroll;
    transition: translate 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -webkit-transform: translate(-100%);
  }

  .mobile-hotel-resort-container .region-container-mobile .expand-list {
    margin: 8px 0 0;
    padding: 24px 40px;
    background: #f7f7f7;
  }

  .mobile-hotel-resort-container
    .region-container-mobile
    .expand-list
    .property-list-holder:last-child {
    margin-bottom: 0;
  }

  .mobile-hotel-resort-container
    .region-container-mobile
    .expand-list
    .property-list-holder {
    margin-bottom: 32px;
  }

  .mobile-hotel-resort-container
    .region-container-mobile
    .expand-list
    .property-list-holder
    .country-name {
    margin: 0;
    color: #393939;
    font-family: ITC-Franklin-Gothic-Std-Medium !important;
  }

  .mobile-hotel-resort-container
    .region-container-mobile
    .expand-list
    .property-list-holder
    .property-list
    .property-link {
    margin: 16px 0 0;
  }

  .mobile-hotel-resort-container
    .region-container-mobile
    .expand-list
    .property-list-holder
    .property-list
    .property-link
    a {
    display: block;
    color: #393939;
    font-family: ITC-Franklin-Gothic-Std-Book;
  }

  .mobile-hotel-resort-container .book-stay {
    padding: 0;
    margin: 0 32px;
    font-family: ITC-Franklin-Gothic-Std-Book;
  }

  .mobile-hotel-resort-container .region-list-switch.mega-dropdown {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 24px 38px 0 32px;
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3e3d48;
    max-width: 350px;
  }

  .mobile-hotel-resort-container .gold-stay-section {
    position: relative;
    padding: 32px 0;
    margin: 32px;
    width: 100%;
  }

  .mobile-hotel-resort-container .gold-stay-section .gold-stay-logo {
    max-height: 24px;
    align-items: center;
  }

  .mobile-hotel-resort-container .gold-stay-section .gold-stay-logo span {
    max-height: 24px;
  }

  .mobile-hotel-resort-container .gold-stay-section .gold-stay-logo .gold-text {
    margin-left: 8px;
    align-self: flex-end;
  }

  .mobile-hotel-resort-container .gold-stay-section .gold-stay-link {
    margin-top: 24px;
    font-family: ITC-Franklin-Gothic-Std-Book !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 267px;
    color: #3e3d48;
  }

  .mobile-hotel-resort-container .gold-stay-section,
  .mobile-hotel-resort-container .stay-longer-section {
    max-width: 356px;
  }

  .mobile-hotel-resort-container .property-list-mobile li {
    line-height: 20px;
    font-weight: 400;
  }

  .mobile-hotel-resort-container .gold-stay-section:after,
  .mobile-hotel-resort-container .gold-stay-section:before {
    content: "";
    background: #dadadd;
    position: absolute;
    left: 0;
    height: 1px;
    width: 40px;
  }

  .mobile-hotel-resort-container .gold-stay-section:before {
    top: 0;
  }

  .mobile-hotel-resort-container .gold-stay-section:after {
    bottom: 0;
  }

  .mobile-hotel-resort-container .stay-longer-section {
    padding: 0;
    margin: 0 32px;
    width: 100%;
  }

  .mobile-hotel-resort-container .stay-longer-section .stay-longer {
    margin-bottom: 24px;
    font-family: ITC-Franklin-Gothic-Std-Book;
  }

  .mobile-hotel-resort-container .stay-longer-section .book-stay-list li {
    margin-bottom: 24px;
    display: block;
  }

  .mobile-hotel-resort-container .stay-longer-section .book-stay-list li a {
    display: block;
    font-family: ITC-Franklin-Gothic-Std-Book !important;
  }

  .mobile-hotel-resort-container
    .stay-longer-section
    .book-stay-list
    li:last-of-type {
    margin-bottom: 0;
  }

  .home .proposals-slider-wrap .image-wrapper img {
    display: block !important;
  }

  .immersiveEffectMobile.header-container {
    background: none;
    z-index: 999;
  }

  .immersiveEffectMobile
    .brandTopNavigationContainer
    .brandNavigationAccountWrapper
    .sidebarCollapseRight
    svg
    path,
  .immersiveEffectMobile
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    svg
    path,
  .immersiveEffectMobile .brandTopNavigationContainer .navbar-toggle svg path {
    fill: #fff;
  }

  .hoverEffectMobile.header-container {
    background: #fff;
  }

  .hoverEffectMobile
    .brandTopNavigationContainer
    .brandNavigationAccountWrapper
    .sidebarCollapseRight
    svg.brandNavigationAccSvg
    path,
  .hoverEffectMobile
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    svg.brandNavigationAccSvg
    path,
  .hoverEffectMobile
    .brandTopNavigationContainer
    .navbar-toggle
    svg.brandNavigationAccSvg
    path {
    fill: #393939;
  }

  .immersiveEffectMobile.home.proposals-slider-content
    .proposals-slider-container:before {
    content: "";
    width: 100%;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
  }

  .immersiveEffectMobile.home.proposals-slider-content
    .proposals-slider-container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 29.02%)
        170px,
      linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0.04%, transparent 97.99%),
      linear-gradient(359deg, rgba(0, 0, 0, 0.9) 0.64%, transparent 51.25%)
        390px !important;
  }

  .hoverEffectMobile.home.proposals-slider-content
    .proposals-slider-wrap:before {
    content: "";
    width: 100%;
    height: var(--psuedo-element-height);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    background: linear-gradient(
      91deg,
      rgba(0, 0, 0, 0.6) 0.65%,
      rgba(0, 0, 0, 0.5) 99.41%
    );
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 8;
    transition: 0.8s ease-in-out;
  }

  .brandNavigationAccessibilityWrapperMobile {
    width: 100%;
    margin: 24px 0;
    padding: 0 32px 32px;
  }

  .brandNavigationAccessibilityWrapperMobile .accessibilityWidgetModalIcons {
    float: right;
    width: auto;
  }
}

@media (min-width: 768px) {
  .sticky-activity-header-wrap.sticky-activity-header-visible,
  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header {
    border-top: 1px solid #f7f7f7;
  }
}

@media (min-width: 1025px) {
  .newStickNavBehaviour {
    position: sticky !important;
    top: 0 !important;
    width: 100%;
  }

  .blacknav.overflowHidden {
    position: relative;
  }

  .dining-sticky .sticky-activity-header .modal-book-btn a {
    font-family: ITC-Franklin-Gothic-Std-Book !important;
  }

  .header-container .brandMainNavigationWrapper {
    height: 59px;
  }

  body.bodyPadding {
    padding-top: 0 !important;
  }

  .header-container .navbar-header {
    display: none !important;
  }

  .mobile-hotel-resort-container .gold-stay-section .gold-stay-logo .gold-text {
    max-height: unset;
  }

  .sub-navigation-section {
    width: 100%;
    position: absolute;
    top: 228px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    max-width: 1440px;
    z-index: -1;
  }

  .sub-navigation-section .sub-nav-section {
    background: transparent;
    width: 100%;
    max-width: 1440px;
    min-height: 456px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 46px;
    margin: 0 auto;
    cursor: auto;
  }

  .sub-navigation-section .sub-nav-section .close-sub-nav {
    align-self: flex-end;
    border: none;
    background: transparent;
    margin: 24px 24px 10px 0;
    width: 16px;
    height: 16px;
  }

  .sub-navigation-section .sub-nav-section .sub-nav-wrapper .sub-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .summary {
    width: 100%;
    margin-top: 32px;
    font-style: normal;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .summary
    .title {
    font-family: FreightPro;
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #393939;
    padding: 0;
    margin: 0;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .summary
    .desc {
    font-family: ITC-Franklin-Gothic-Std-Book !important;
    padding: 0;
    margin: 16px 0;
    color: #737373;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .summary
    .summary-link {
    display: block;
    font-family: ITC-Franklin-Gothic-Std-Book !important;
    padding: 0;
    margin: 0;
    color: #393939;
    text-decoration: underline;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .major {
    display: flex;
    width: auto;
    height: 360px;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .major
    .major-repeater {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .major
    .major-repeater
    .major-obj
    .img-wraper {
    width: 230px;
    height: 320px;
    margin-bottom: 16px;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .major
    .major-repeater
    .major-obj
    .img-wraper
    .img-responsive {
    width: 100%;
    height: 100%;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .major
    .major-repeater
    .major-obj
    .img-link {
    display: block;
    font-family: ITC-Franklin-Gothic-Std-Book !important;
    color: #000;
    text-decoration: none;
    padding: 0;
    margin: 0;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .minor {
    min-height: 320px;
    max-height: 320px;
    border-left: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    overflow: hidden;
    width: 100%;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .minor
    .iner-section {
    max-width: 197px;
    display: flex;
    flex-direction: column;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .minor
    .iner-section
    .more-info {
    font-family: ITC-Franklin-Gothic-Std-Book !important;
    font-weight: 600 !important;
    margin: 0 !important;
    color: #393939;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .minor
    .iner-section
    .cta-link {
    display: block;
    font-family: ITC-Franklin-Gothic-Std-Book !important;
    color: #000;
    text-decoration: none;
    padding: 0;
    margin: 16px 0 0;
  }

  .sticky-activity-header
    .sticky-activity-title
    .modal-book-btn.stickyButton
    a {
    width: auto;
    float: right;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header.stickyHeader
    .sticky-activity-title {
    margin: 22px 0 !important;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .overlay-header {
    z-index: 999;
  }

  .home.proposals-slider-content .proposals-slider-container {
    position: relative;
    height: 100%;
  }

  .home.proposals-slider-content
    .proposals-slider-container
    .proposals-slider-overlay {
    width: 100% !important;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 33.28%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0.04%, transparent 97.99%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 24.44%);
    position: absolute;
    top: 0;
  }

  .property-list-container .nav-pills li,
  .property-list-container .nav-pills li.active {
    padding-left: 0;
    margin-left: 32px;
  }

  .hoverEffectOut .brandNavSvgMobile {
    filter: invert(1);
  }

  .brandMainNavigationListWrapper .new-sticky-modal-book-btn {
    width: 140px;
    height: 40px;
    position: absolute;
    right: 16px;
    top: 9px;
  }

  .brandMainNavigationListWrapper .new-sticky-modal-book-btn a {
    width: 140px;
    height: 40px;
    padding: 10px 21px;
  }
}

@media (min-width: 1441px) {
  .header-container
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper
    ul
    li.brandMainNavigationListVal.newdistanccebetweenLi {
    margin-right: 51px !important;
  }

  .home.proposals-slider-content,
  .home.proposals-slider-content .proposals-slider-wrap,
  .home.proposals-slider-content
    .proposals-slider-wrap.slick-dotted.slick-slider,
  .home.proposals-slider-content .proposals-slider-wrap .slick-slide {
    max-height: 900px !important;
    min-height: 700px !important;
    height: 100%;
  }

  .home .proposals-slider-wrap .image-wrapper,
  .home .proposals-slider-wrap .image-wrapper img {
    min-height: 700px !important;
  }

  .header-container {
    max-width: 100%;
  }

  .header-container .new-sub-menu,
  .header-container .new-sub-menuBiggerSize {
    top: 59px !important;
  }

  .sub-nav-section .sub-nav-wrapper .sub-nav-container {
    width: 1076px;
  }

  .sub-nav-section .sub-nav-wrapper .sub-nav-container .summary {
    max-width: 250px;
    margin-right: 16px;
  }

  .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .major
    .major-repeater
    .major-obj {
    margin-left: 40px;
  }

  .sub-nav-section .sub-nav-wrapper .sub-nav-container .minor {
    margin-left: 40px;
    max-width: 230px;
    padding-left: 32px;
  }

  .hoverEffect {
    background: #fff;
    color: #393939 !important;
  }

  .hoverEffect,
  .hoverEffectOut {
    transition-timing-function: ease-in;
    transition: 0.2s;
  }

  .hoverEffectOut {
    background: transparent !important;
  }

  .hoverEffectOut .brandTopNavigationWrapper svg path {
    fill: #fff;
  }

  .hoverEffectOut .dividerLine {
    border-top: 1px solid #fff;
    opacity: 0.15;
  }

  .hoverEffectOut .brandTopNavigationWrapper .brandTopNavigationContainer a {
    color: #fff !important;
  }

  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    > div:after {
    border-right: 1px solid #fff;
  }

  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttext,
  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttextlog,
  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLangWrapper
    .currentLanguage {
    color: #fff !important;
  }

  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccessibilityWrapper
    svg
    path {
    fill: #fff;
  }

  .hoverEffectOut .brandMainNavigationListWrapper ul li a {
    color: #fff !important;
  }

  .home.proposals-slider-content .proposals-slider-description-wrap {
    top: 326px !important;
  }

  .home .proposals-slider-wrap .slick-dots {
    top: 227px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .sidebar-right {
    width: 255px;
    background: none !important;
    box-shadow: none !important;
    max-height: 266px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .sidebar-right
    #dismiss-right {
    width: 8px;
    height: 8px;
    line-height: 8px;
    top: 16px;
    right: 16px;
    background: none !important;
    padding: 0 !important;
    outline-offset: 15px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .sidebar-right
    #dvNotLoggedIn {
    box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .sidebar-right
    #dvLoggedIn {
    box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
    width: 100%;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttext,
  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttextlog {
    display: none;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .afterloginmyacc {
    display: block !important;
    margin-left: 0;
    font-size: 1.25rem !important;
    color: #393939 !important;
    font-family: FreightPro !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 24px !important;
    word-break: break-word;
  }

  .home .proposals-slider-wrap .image-wrapper {
    height: 622px !important;
  }

  .home .proposals-slider-wrap .image-wrapper img {
    height: auto !important;
  }
}

@media (min-width: 1110px) and (max-width: 1135px) {
  .header-container
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper
    ul
    li.brandMainNavigationListVal.newdistanccebetweenLi {
    margin-right: 19px !important;
  }

  .brandMainNavigationListWrapper.adjustleftMargin {
    margin-left: 0 !important;
  }
}

@media (min-width: 1025px) and (max-width: 1109px) {
  .brandMainNavigationListWrapper.adjustleftMargin {
    margin-left: 0 !important;
  }

  .header-container
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper
    ul
    li.brandMainNavigationListVal.newdistanccebetweenLi {
    margin-right: 11px !important;
  }

  .brandMainNavigationListWrapper .new-sticky-modal-book-btn {
    right: 24px;
    top: 9px;
  }

  .newHome.hotel-resort {
    margin-left: 16px !important;
  }

  .home.proposals-slider-content,
  .home.proposals-slider-content .proposals-slider-wrap,
  .home.proposals-slider-content
    .proposals-slider-wrap.slick-dotted.slick-slider,
  .home.proposals-slider-content .proposals-slider-wrap .slick-slide {
    max-height: 640px !important;
    min-height: 550px !important;
    height: 100%;
  }

  .home .proposals-slider-wrap .image-wrapper,
  .home .proposals-slider-wrap .image-wrapper img {
    min-height: 550px !important;
  }

  .home.proposals-slider-content
    .proposals-slider-wrap
    .slick-dots
    .slick-dot:after {
    height: 35px !important;
  }

  .home.proposals-slider-content .scroll-to-discover-cta {
    display: none;
  }

  .home.proposals-slider-content .reservation-widget-container {
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }

  .home.proposals-slider-content button.play-pause-btn {
    bottom: 93px !important;
  }

  .home.proposals-slider-content #proposalSlider .slick-arrow {
    bottom: 100px !important;
  }

  .sub-navigation-section {
    height: 452px;
  }

  .sub-navigation-section .sub-nav-section {
    min-height: 452px;
    padding-bottom: 42px;
  }

  .sub-navigation-section .sub-nav-section .sub-nav-wrapper .sub-nav-container {
    width: 924px;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .summary {
    max-width: 170px;
    margin-right: 16px;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .major
    .major-repeater
    .major-obj {
    margin-left: 16px;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .minor {
    margin-left: 32px;
    max-width: 214px;
    padding-left: 16px;
  }

  .home #proposalSliderNav {
    top: 276px !important;
  }

  .home .proposals-slider-wrap .slick-dots {
    top: 177px !important;
  }
}

@media (min-width: 1110px) and (max-width: 1440px) {
  .home.proposals-slider-content,
  .home.proposals-slider-content .proposals-slider-wrap,
  .home.proposals-slider-content
    .proposals-slider-wrap.slick-dotted.slick-slider,
  .home.proposals-slider-content .proposals-slider-wrap .slick-slide {
    max-height: 720px !important;
    min-height: 650px !important;
    height: 100%;
  }

  .brandMainNavigationListWrapper .new-sticky-modal-book-btn {
    right: 16px;
    top: 9px;
  }

  .home .proposals-slider-wrap .image-wrapper,
  .home .proposals-slider-wrap .image-wrapper img {
    min-height: 650px !important;
  }

  .home .proposals-slider-wrap .slick-dots {
    top: 177px !important;
  }

  .home.proposals-slider-content .proposals-slider-description-wrap {
    top: 276px !important;
  }

  .home.proposals-slider-content
    .proposals-slider-wrap
    .slick-dots
    .slick-dot:after {
    height: 35px !important;
  }

  .home.proposals-slider-content #proposalSlider .slick-dot:first-child {
    top: 73px;
  }

  .home.proposals-slider-content #proposalSlider .slick-dot:nth-child(2) {
    top: 114px;
  }

  .home.proposals-slider-content #proposalSlider .slick-dot:nth-child(3) {
    top: 154px;
  }

  .home.proposals-slider-content #proposalSlider .slick-dot:nth-child(4) {
    top: 194px;
  }

  .home.proposals-slider-content #proposalSlider .slick-dot:nth-child(5) {
    top: 234px;
  }

  .home.proposals-slider-content #proposalSlider .slick-dot:nth-child(6) {
    top: 274px;
  }

  .header-container {
    max-width: 1440px;
  }

  .sub-nav-section .sub-nav-wrapper .sub-nav-container {
    width: 1004px;
  }

  .sub-nav-section .sub-nav-wrapper .sub-nav-container .summary {
    max-width: 250px;
    margin-right: 16px;
  }

  .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .major
    .major-repeater
    .major-obj {
    margin-left: 16px;
  }

  .sub-nav-section .sub-nav-wrapper .sub-nav-container .minor {
    margin-left: 32px;
    max-width: 214px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .new-dismissClosebtnDiv {
    height: 40px;
    background: #f7f7f7;
    position: relative;
  }

  .new-dismissClosebtnDiv #dismiss {
    width: 20px;
    height: 20px;
    right: 0;
    margin-top: -16px;
    margin-right: 16px;
    background: #f7f7f7;
    z-index: 1112;
  }

  .new-dismissClosebtnDiv button.back-to-menu {
    float: left;
    transition: translate 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -webkit-transform: translate(-150%);
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 18px;
    margin: 11px 16px;
    border: 0;
    background: transparent;
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #393939;
  }

  .new-dismissClosebtnDiv button.back-to-menu svg {
    margin-right: 11px;
  }

  .mobile-hotel-resort-container.slide-show,
  button.back-to-menu.slide-show {
    translate: 0 0 !important;
    -webkit-transform: translate(0) !important;
  }

  .sidebar.sidebarDiv.active .new-dismissClosebtnDiv #dismiss .close {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-right: 1px;
  }

  .sidebar.sidebarDiv.active .navbar-nav {
    background: #fff;
    float: left;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    height: calc(100% - 85px);
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow-y: auto;
  }

  .sidebar.sidebarDiv .sidebar-header {
    height: 39px;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 1px;
    box-shadow: none;
  }

  .sidebar.sidebarDiv .sidebar-header > a {
    height: 39px;
  }

  .sidebar.sidebarDiv .sidebar-header > a svg {
    margin-left: 32px;
    width: 126px;
    height: 39px;
  }

  .sidebar.sidebarDiv .new-dismissClosebtnDiv #dismiss .close {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-right: 1px;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .contactTheHotelWrapper {
    padding: 32px 32px 0;
    margin-bottom: 0;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .contactTheHotelWrapper
    .ui-body-03 {
    font-family: ITC-Franklin-Gothic-Std-Book !important;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .contactTheHotelWrapper
    ul.contact-hotel-flyout
    li {
    display: flex;
    color: #737373 !important;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .contactTheHotelWrapper
    ul.contact-hotel-flyout
    li.flyoutpropertyname {
    margin-bottom: 24px;
    color: #000 !important;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .contactTheHotelWrapper
    ul.contact-hotel-flyout
    li
    a {
    padding: 0;
    color: #737373 !important;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .contactTheHotelWrapper
    ul.contact-hotel-flyout
    li
    svg {
    margin-right: 8px;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .contactTheHotelWrapper
    ul.contact-hotel-flyout
    li:last-child {
    margin-top: 16px;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .contactTheHotelWrapper hr {
    margin: 32px 0;
    border-top: 1px solid #dadadd !important;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .hotel-and-resortsDiv {
    padding: 12px 32px;
    margin-top: 20px;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .hotel-and-resortsDiv
    button {
    font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    color: #393939;
    display: block;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .navbar-nav-div {
    margin-bottom: 0;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .navbar-nav-div
    .loyaltynewLogo,
  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .navbar-nav-div
    .mybooking.enroll-link,
  .header-container .sidebar.sidebarDiv .navbar-nav .navbar-nav-div button {
    font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    color: #393939;
    display: block;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .navbar-nav-div
    .loyalty-div-mobile,
  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .navbar-nav-div
    .mega-dropdown {
    padding: 12px 38px 12px 32px;
    width: 100%;
    overflow: hidden;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .navbar-nav-div
    .mybooking.enroll-link {
    margin: 32px 0 24px;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .navbar-nav-div
    .mega-dropdown.open
    button {
    font-weight: 500;
    font-family: ITC-Franklin-Gothic-Std-Medium !important;
  }

  .header-container
    .sidebar.sidebarDiv
    .navbar-nav
    .navbar-nav-div
    .minor-items-mobile {
    margin: 20px 32px 0;
    padding: 0;
    width: auto;
    border-top: 1px solid #dadadd;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .open .dropdown-menu {
    margin-top: 0;
    width: 100%;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .loyaltyDiv {
    display: block;
    text-align: left;
    padding: 32px 0 20px !important;
    border-top: 1px solid #dadadd;
    margin: 20px 32px 0;
    overflow: hidden;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .loyaltyDiv span {
    display: flex;
    align-items: normal;
    justify-content: center;
    text-align: center;
    float: left;
    height: 12px;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .loyaltyDiv span a {
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-style: normal;
    margin-top: -2px;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .loyaltyDiv span svg {
    margin-right: 4px;
  }

  .header-container .sidebar.sidebarDiv .navbar-nav .giftShopDiv {
    display: block;
    text-align: left;
    padding: 12px 0 32px 32px;
    overflow: hidden;
  }

  .header-container .sidebar.sidebarDiv .mega-dropdown-menu .nav-list > li {
    padding: 0;
  }

  .header-container .navbar-header .property-list-toggle svg {
    height: 24px !important;
    width: 24px !important;
    margin-right: 0 !important;
  }

  .header-container .sidebar .navbar-nav .giftShopDiv span a {
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-style: normal;
    color: #3e3d48;
  }

  .sidebarDiv .mega-dropdown .fold-unfold-container .plus-minus {
    height: 1.5px !important;
    width: 12px !important;
    margin-top: 10px !important;
    color: #393939 !important;
  }

  .sidebarDiv .mega-dropdown .fold-unfold-container .plus-minus:before {
    height: 0;
    width: 0;
    background-color: #393939 !important;
  }

  .sidebarDiv .mega-dropdown .fold-unfold-container .plus-minus:after {
    height: 0;
    width: 0;
    transform: none !important;
  }

  .sidebarDiv .mega-dropdown .mega-dropdown-menu .nav-list.subLink li a {
    padding: 8px;
    font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #393939;
    font-style: normal;
    display: block;
    text-align: left;
  }

  .sidebarDiv .mega-dropdown .mega-dropdown-menu .nav-list.subLink li a:focus {
    outline: 1px solid #000;
    outline-offset: -5px;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .nav-list.subLink
    li:first-child
    a {
    padding-top: 0 !important;
  }

  .sidebarDiv .mega-dropdown .mega-dropdown-menu .nav-list.list-inline {
    margin: 0;
  }

  .sidebarDiv .mega-dropdown .mega-dropdown-menu .mega-dropdown-subMenu {
    padding: 24px 38px 8px !important;
    background: #f7f7f7;
    margin: 8px -38px 0 -40px;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .mega-dropdown-subMenu
    span.see-all-links {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #393939;
    font-style: normal;
    padding: 8px;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .mega-dropdown-subMenu
    span.see-all-links:before {
    content: "";
    border-bottom: 1px solid #dadadd;
    display: inherit;
    height: 1px;
    width: 40px;
    margin-bottom: 24px;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .mega-dropdown-subMenu
    span.see-all-links
    a {
    color: #393939 !important;
    display: block;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .mega-dropdown-subMenu
    .subHeadingDiv
    span {
    font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #393939;
    font-style: normal;
    padding: 8px;
    display: block;
    text-align: left;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .mega-dropdown-subMenu
    .subHeadingDiv
    .subHeadingDiv {
    float: left;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .mega-dropdown-subMenu
    .subHeadingDiv
    ul
    li
    a {
    padding: 8px;
    font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #393939;
    font-style: normal;
    display: block;
    text-align: left;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .mega-dropdown-subMenu
    .subHeadingDiv
    ul
    li
    a:focus {
    outline: 1px solid #000;
    outline-offset: -5px;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .mega-dropdown-subMenu
    .see-all-links {
    padding: 8px;
    font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #393939;
    font-style: normal;
    display: block;
    text-align: left;
  }

  .sidebarDiv
    .mega-dropdown
    .mega-dropdown-menu
    .mega-dropdown-subMenu.about-fairmont-submenu {
    padding-bottom: 16px !important;
  }

  .sidebarDiv .mega-dropdown.open .fold-unfold-container .plus-minus:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    transform: rotate(180deg);
    content: "";
    position: absolute;
    background-color: #393939 !important;
    transition: transform 0.25s ease-out;
  }

  .header .header-container .navbar-header .sidebar.navbar-collapse.sidebarDiv {
    display: block !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .sidebar-smoothOpeningDiv {
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    display: block;
    transition: translate 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -webkit-transform: translate(-100%);
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .black-layerDiv {
    opacity: 0;
    pointer-events: none;
    background: rgba(57, 57, 57, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease;
    color: #393939;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .brandNavigationLangWrapperMobile {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .brandNavigationLangWrapperMobile
    .language-wrapper-mobile {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    height: 44px;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .brandNavigationLangWrapperMobile
    .language-wrapper-mobile
    .language-container-mobile-leftContent {
    display: flex;
    align-items: center;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .brandNavigationLangWrapperMobile
    .language-wrapper-mobile
    .language-container-mobile-leftContent
    svg {
    display: flex;
    margin-right: 8px;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .brandNavigationLangWrapperMobile
    .language-wrapper-mobile
    .language-container-mobile-leftContent
    span {
    color: #000;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .brandNavigationLangWrapperMobile
    .language-wrapper-mobile
    .language-container-mobile-leftContent
    .currentLanguage {
    text-decoration: underline;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .brandNavigationLangWrapperMobile
    .language-wrapper-mobile
    .language-container-mobile-rightContent {
    display: flex;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .brandNavigationLangWrapperMobile
    .language-wrapper-mobile
    .language-container-mobile-rightContent
    .languageDropdownMobileBtn {
    font-family: ITCFranklinGothicStd !important;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.5px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #393939;
    background: none;
    border: none;
    box-shadow: none;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile {
    background: #fff;
    color: #000;
    padding: 0;
    z-index: 1111;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    transition: translate 1s ease;
    translate: -100% 0;
    width: 100%;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .new-dismissClosebtnDiv
    button.back-to-menu {
    margin: 11px 24px;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content {
    padding: 58px 32px;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-title {
    font-family: FreightPro !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 1.563rem !important;
    line-height: 28px !important;
    letter-spacing: 0.3px !important;
    color: #252339 !important;
    text-align: left !important;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list {
    display: block;
    text-align: left;
    margin-top: 32px;
    padding: 0;
    width: 100%;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    span {
    display: block !important;
    font-family: ITCFranklinGothicStd;
    font-style: normal;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #393939;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list {
    list-style: none;
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 0;
    text-align: left;
    position: relative;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li
    button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 16px 16px 10px;
    width: 100%;
    min-height: 46px;
    background: #fff;
    border: 1px solid #393939 !important;
    text-align: left;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li
    button
    svg.down-arrow {
    display: flex;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li
    button
    span.currentLanguageMobile {
    font-family: ITCFranklinGothicStd;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #393939;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li
    .currentLanguage,
  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li
    .dropdown-menu-desktop.language-list-desktop {
    display: none !important;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li
    .dropdown-menu-mobile.language-list-mobile {
    flex-direction: column;
    min-width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    list-style-type: none;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px hsla(0, 0%, 78.8%, 0.25);
    text-align: left;
    position: absolute;
    top: 48px;
    z-index: 1000;
    display: none;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li
    .dropdown-menu-mobile.language-list-mobile
    li
    span {
    font-family: ITCFranklinGothicStd !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 0.85rem !important;
    line-height: 20px !important;
    letter-spacing: 0.5px !important;
    color: #393939 !important;
    padding: 0 26px 24px;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li
    .dropdown-menu-mobile.language-list-mobile
    li:first-child
    span {
    padding-top: 14px;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li
    .dropdown-menu-mobile.language-list-mobile
    li:last-child
    span {
    padding-bottom: 14px;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    li.open
    .dropdown-menu-mobile.language-list-mobile {
    display: block;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    .dropdown-wrapper-cta-mobile {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    background: #393939;
    border: 1px solid #fff;
    margin-top: 16px;
    padding: 0;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    .dropdown-wrapper-cta-mobile
    button {
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    justify-content: center;
    margin: 0;
    padding: 16px 0;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .language-dropdown-wrapper-mobile
    .dropdown-content
    .dropdown-wrapper-label-list
    .dropdown-wrapper-list
    .dropdown-wrapper-cta-mobile
    button
    span {
    font-family: ITCFranklinGothicStd;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv.active
    .sidebar-smoothOpeningDiv {
    translate: 0 0;
    -webkit-transform: translate(0) !important;
  }

  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv.active
    .black-layerDiv {
    pointer-events: all;
    background: rgba(57, 57, 57, 0.7);
    opacity: unset;
  }

  .header .header-container .navbar-header .sidebar.sidebarDiv {
    overflow-y: auto !important;
    background: none !important;
  }

  .sidebar.sidebarDiv .sidebar-header img.sidebar-logo {
    height: 39px;
    width: 126px;
    margin-left: 24px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .sidebar-smoothOpeningDiv {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .sidebar-smoothOpeningDiv {
    width: 337px !important;
  }

  .header .mobile-hotel-resort-container {
    max-width: 337px !important;
  }

  .header .mobile-hotel-resort-container .region-list-switch.mega-dropdown {
    max-width: 267px;
  }

  .header .mobile-hotel-resort-container .gold-stay-section,
  .header .mobile-hotel-resort-container .stay-longer-section {
    max-width: 273px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header
    .header-container
    .navbar-header
    .sidebar.navbar-collapse.sidebarDiv
    .sidebar-smoothOpeningDiv {
    width: 420px !important;
  }

  .header .mobile-hotel-resort-container {
    max-width: 420px !important;
  }

  .header .mobile-hotel-resort-container .region-list-switch.mega-dropdown {
    max-width: 350px;
  }

  .header .mobile-hotel-resort-container .gold-stay-section,
  .header .mobile-hotel-resort-container .stay-longer-section {
    max-width: 356px;
  }

  .header .mobile-hotel-resort-container .property-list-mobile li {
    line-height: 20px;
    font-weight: 400;
  }

  .reservationStepperTop {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 1025px) {
  #mainContent .sticky-activity-header-wrap.hideStickyWrap,
  .header
    .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .navbar-header {
    display: none !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .logo-wrapper {
    min-height: 83px;
    display: flex;
    align-items: center;
  }

  .wrapListMoreBtn {
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

  .wrapListMoreBtn button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
  }

  .wrapListMoreBtn button span {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-family: ITCFranklinGothicStd, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 0 16px;
    padding: 0;
    text-transform: capitalize;
    border-bottom: none;
    color: #000;
  }

  .wrapListMoreBtn button span.btnActiveState {
    font-weight: 700;
  }

  .wrapListMoreBtn button span svg {
    display: inline-block;
    margin-left: 8px;
  }

  .wrapListMoreBtn .wrapListContainer {
    flex-direction: column;
    width: auto;
    height: auto;
    min-width: 133px;
    margin: 0;
    padding: 40px 24px 24px;
    background: #fff;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
    position: absolute;
    top: 60px;
    right: 18%;
    z-index: 1000;
  }

  .wrapListMoreBtn .wrapListContainer .listWrapClose {
    background: none !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 16px !important;
  }

  .wrapListMoreBtn .wrapListContainer li.menu-scroll {
    display: block;
    margin: 0 0 24px !important;
    padding: 0 !important;
    text-align: left;
  }

  .wrapListMoreBtn .wrapListContainer li.menu-scroll span {
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wrapListMoreBtn .wrapListContainer li.menu-scroll:last-child {
    margin: 0 !important;
  }
}

.flyoutmenu-image.fly-imgback {
  max-width: 458px;
  max-height: 700px;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
}

.flyoutmenu-image.fly-image-responsive {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-height: 710px;
}

.flyoutmenu-image.fly-image-responsive .flyoutimageshadow {
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 27.71%);
  position: absolute;
}

#hotel-resort.property-name {
  position: absolute;
  bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  font-family: FreightPro !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 1.5625rem !important;
  line-height: 28px !important;
  letter-spacing: 0.3px !important;
  color: #fff !important;
  z-index: 100;
}

.new-sub-menu-wrapper .tab-content {
  width: 45em !important;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}

.new-sub-menu-wrapper .tab-pane {
  width: 51.5em !important;
  background: #fff;
}

.header-container .navbar .brandTopNavigationWrapper .reservationlogo,
.header-container .navbar .brandTopNavigationWrapper .reservationlogoMb {
  display: none;
}

@media screen and (min-width: 1025px) {
  .scroll-up-logoDiv {
    width: 135px;
    height: 42px;
    margin: 23px 24px 22px;
  }

  .header-container .navbar {
    height: 143px !important;
    max-height: 143px !important;
  }

  .header-container
    .navbar
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper.navigationList-wrapper {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .header-container .navbar .brandMainNavigationWrapper.mainNavigation-wrapper {
    margin-left: 0 !important;
    background: #fff;
    max-width: 100%;
    width: 100%;
    display: flex;
    height: auto;
  }

  .hoverEffect {
    transition-timing-function: ease-out;
    transition: 0.2s;
    background: #fff;
    color: #393939 !important;
  }

  .hoverEffectOut {
    background: transparent !important;
    transition-timing-function: ease-in;
    transition: 0.2s;
  }

  .hoverEffectOut .brandTopNavigationWrapper {
    background: none;
  }

  .hoverEffectOut .brandTopNavigationWrapper svg path {
    fill: #fff;
  }

  .hoverEffectOut .brandTopNavigationWrapper .brandTopNavigationContainer a {
    color: #fff !important;
  }

  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    > div:after {
    border-right: 1px solid #fff;
  }

  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttext,
  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttextlog,
  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLangWrapper
    .currentLanguage {
    color: #fff !important;
  }

  .hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccessibilityWrapper
    svg
    path {
    fill: #fff;
  }

  .hoverEffectOut .dividerLine {
    border-top: 1px solid #fff;
    opacity: 0.15;
  }

  .hoverEffectOut .brandMainNavigationListWrapper ul li a {
    color: #fff !important;
    border-bottom: 1px solid transparent;
    transition: border-color 0.1s ease-out;
  }

  .hoverEffectOut .brandMainNavigationListWrapper ul li a:hover {
    border-bottom-color: #fff;
    transition: border-color 0.2s ease-in;
  }

  .sticky-activity-header-wrap.sticky-hotel-overview.sticky-activity-header-visible {
    transition: none !important;
  }

  .sticky-activity-header-wrap.sticky-hotel-overview.topTransitionEffectStickyWrap.sticky-activity-header-visible.stickyWrap-container {
    top: 0 !important;
  }

  .sticky-activity-header-wrap .sticky-activity-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible {
    min-height: 72px;
    top: 0;
    display: block;
    z-index: 998;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header {
    padding: 0 16px 0 0 !important;
    height: 72px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header
    .sticky-activity-hotel-overview {
    display: flex;
    align-items: center;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header
    .sticky-activity-hotel-overview
    .offer-detail-sticky-header
    .backLink,
  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header
    .sticky-activity-hotel-overview
    .propertyDetailHotelOverview {
    font-family: ITCFranklinGothicStd, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #393939;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header
    .sticky-activity-title {
    font-family: FreightPro, sans-serif;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 28px;
    font-size: 25px;
    margin: 22px 0 22px 24px !important;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header
    .sticky-activity-title.middleTheTittle {
    margin-left: 0 !important;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header
    .modal-book-btn {
    margin: 16px 0 !important;
    font-family: ITCFranklinGothicStd, sans-serif;
    font-size: 0.85rem !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header.headerText {
    padding: 0 !important;
    display: inherit;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible.singleText {
    height: 72px;
  }

  .new-sub-menu.sub-menu-topHeight {
    top: 87px !important;
  }

  .sub-navigation-section.sub-navigation-topHeight {
    top: 228px !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    > div.brandNavigationAboutWrapper {
    margin-top: 43px;
    margin-bottom: 28px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    .aboutFairmont-wrapper
    button {
    background: none;
    border: none;
    text-transform: capitalize;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    .aboutFairmont-wrapper
    button
    span {
    font-family: ITC-Franklin-Gothic-Std-Book !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    #bs-aboutFairmont-menus {
    padding: 40px 24px 24px;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
    margin-top: 15.5px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    #aboutClose {
    padding: 16px !important;
    right: 0 !important;
    font-size: 8px;
    background: none;
    color: #393939 !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    #about-fairmontDiv
    .about-fairmont-flyout {
    text-align: left;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    #about-fairmontDiv
    ul
    li:last-child
    a {
    margin-bottom: 0;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    #about-fairmontDiv
    ul
    li
    a {
    font-family: ITC-Franklin-Gothic-Std-Book !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0.5px !important;
    cursor: pointer;
    padding: 0;
    margin: 0 0 16px;
    color: #393939 !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    #about-fairmontDiv
    ul
    li
    a:focus,
  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    #about-fairmontDiv
    ul
    li
    a:hover {
    background: transparent;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    .ui-body-03 {
    font-family: ITC-Franklin-Gothic-Std-Book !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    #contacthotelBtn {
    background: transparent;
    border: 0;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    #contacthotelBtn
    span {
    color: #fff !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    #bs-contacthotel-menus {
    padding: 40px 24px 24px;
    width: 254px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    #bs-contacthotel-menus
    #contactHotelClose.close {
    background: #fff;
    padding: 16px;
    font-size: 8px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    #bs-contacthotel-menus
    .contact-hotel-flyout
    li {
    display: flex;
    color: #737373 !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    #bs-contacthotel-menus
    .contact-hotel-flyout
    li:last-child {
    margin-top: 16px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    #bs-contacthotel-menus
    .contact-hotel-flyout
    li
    svg {
    margin-right: 8px;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    #bs-contacthotel-menus
    .contact-hotel-flyout
    li
    span {
    font-size: 0.75rem;
    text-decoration: underline;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper
    #bs-contacthotel-menus
    .contact-hotel-flyout
    li
    a {
    padding: 0;
    font-size: 0.75rem;
    text-decoration: underline;
    color: #737373 !important;
  }

  .header-container.hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    .aboutFairmont-wrapper
    button
    span {
    color: #fff !important;
  }

  .header-container.hoverEffectOut
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    .aboutFairmont-wrapper
    button
    svg
    path {
    fill: #393939;
  }

  .new-sub-menu-wrapper {
    position: fixed;
    height: auto;
    max-height: 80vh;
    max-width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.16),
      0 1px 4px -1px rgba(0, 0, 0, 0.04);
  }

  .new-sub-menu {
    top: 58px !important;
  }

  .header-container
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandHotelOverview
    .hotelOverviewContainer,
  .header-container
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1
    .brandNavSvg#imgFairmontLogoMobile,
  .header-container
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .account-wrapper
    .propertyDetailNavSvg,
  .header-container
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLangWrapper
    .language-wrapper
    .languageNavLogoSvg,
  .header-container
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailNavigationLoyaltySvg,
  .header-container
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection,
  .header-container
    .navbar
    .brandTopNavigationWrapper
    .hotelOverviewWrapContainer,
  .header-container .navbar .brandTopNavigationWrapper .propertyNameDetails {
    display: none;
  }

  .header
    .property-details
    .brandTopNavigationWrapper
    .hotelOverviewWrapContainer,
  .header
    .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandHotelOverview
    .hotelOverviewContainer,
  .header
    .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .account-wrapper
    .propertyDetailNavSvg,
  .header
    .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLangWrapper
    .language-wrapper
    .languageNavLogoSvg,
  .header
    .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailNavigationLoyaltySvg,
  .header
    .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection,
  .header
    .property-details
    .navbar
    .brandTopNavigationWrapper
    .propertyNameDetails {
    display: block;
  }

  .property-details {
    height: 76px !important;
  }

  .property-details .navbar {
    height: 112px !important;
  }

  .property-details
    .navbar
    .brandNavigationAccountWrapper
    button.sidebarCollapseRight
    svg
    path
    :not(loggedlogoBlack:last-child) {
    fill: #fff !important;
  }

  .property-details .brandMainNavigationListWrapper,
  .property-details .dividerLine,
  .property-details .scroll-up-logoDiv {
    display: none !important;
  }

  .property-details .new-sub-menu {
    top: 0 !important;
  }

  .property-details .brandTopNavigationWrapper .brandTopNavigationContainer,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection
    .propertyHomeFairmont {
    color: #fff;
  }

  .property-details .brandTopNavigationWrapper .brandTopNavigationContainer {
    background-color: #393939;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 76px;
    padding: 0 24px;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection {
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex;
    padding: 28px 0;
    font-family: ITCFranklinGothicStd, sans-serif;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection
    .propertyHomeFairmont {
    padding-left: 0 !important;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection
    .propertyHomeFairmont,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection
    .propertyHotelResortFairmont {
    float: left;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 20px;
    cursor: pointer;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection
    .propertyHotelResortFairmont {
    padding-left: 12px !important;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper {
    padding: 24px 0;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .logo-wrapper {
    display: none;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .propertyNameDetails {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .propertyNameDetails
    a {
    font-family: FreightProMedium, sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.3px;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLangWrapper,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLoyaltyWrapper,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .contactTheHotelWrapper {
    margin: 0 !important;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    > div {
    padding: 0 !important;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    span,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttext,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLoyaltyWrapper
    a,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .contactTheHotelWrapper
    button
    span,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .myaccttextlog,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection
    .propertyHomeFairmont {
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    padding-right: 12px;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAboutWrapper
    span,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .myaccttext,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLangWrapper
    .currentLanguage,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLoyaltyWrapper
    a,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .myaccttextlog {
    font-style: normal;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #fff !important;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .sidebarCollapseRight {
    font-size: 0;
    line-height: 0;
    display: flex;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .brandNavigationAccSvg,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLangWrapper
    .language-wrapper
    .language
    .langLogoSvg,
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLoyaltyWrapper
    .brandNavigationLoyaltyContainer
    .brandNavigationLoyaltySvg {
    display: none;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationLangWrapper
    .language-wrapper
    .language
    svg {
    margin-right: 8px;
  }

  .property-details .brandTopNavigationWrapper .hotelOverviewWrapContainer {
    display: block;
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    text-align: left;
    vertical-align: top;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #393939;
    display: flex;
    font-weight: 400;
    height: 36px;
    padding: 12.5px 0 12.5px 26.5px;
  }

  .property-details
    .brandTopNavigationWrapper
    .hotelOverviewWrapContainer
    .stickyHeaderHotelOverviewWrap {
    height: 11px;
    line-height: normal;
    display: flex;
    align-items: center;
  }

  .property-details
    .brandTopNavigationWrapper
    .hotelOverviewWrapContainer
    .stickyHeaderHotelOverviewWrap
    .propertyDetailHotelOverview {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .property-details .brandNavigationAccountWrapper .propertyDetailNavSvg {
    padding-left: 1px;
  }

  .sticky-activity-header-wrap.hotelactivitydetailstickybar {
    display: none !important;
  }

  .property-details .sticky-activity-header-hotelactivitydetailstickybar {
    display: block !important;
  }

  .topTransitionEffect {
    transition: 0.2s ease-in 0s !important;
    -webkit-transition: 0.2s ease-in 0s !important;
  }

  .topTransitionEffectStickyWrap {
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
  }

  .header-container.topTransitionEffectHeaderDown {
    transition: top 0.35s ease 0s !important;
    -webkit-transition: top 0.35s ease 0s !important;
  }

  .sticky-activity-header-wrap.topTransitionEffectStickyWrapDown {
    transition: all 0.15s ease-in-out 0s !important;
  }
}

@media screen and (max-width: 1024px) {
  .new-dismissClosebtnDiv .dismissClosebtn .close:after,
  .new-dismissClosebtnDiv .dismissClosebtn .close:before {
    display: none !important;
  }

  .propertyDetailHotelOverview {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  #hotel-resort.property-name,
  .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1
    .brandNavSvgMobile,
  .dividerLine,
  .propertyDetailTopNavigationLeftSection,
  .propertyNameDetails,
  .stickyHeaderHotelOverviewWrap {
    display: none;
  }

  .property-details .navbar #sidebarCollapse svg path {
    fill: #fff !important;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer {
    background-color: #393939;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1,
  .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .propertyDetailTopNavigationLeftSection {
    display: none;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .propertyNameDetails {
    display: block;
    font-family: FreightProMedium, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 28px;
    letter-spacing: 0.3px;
    position: fixed;
    left: 56px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
    padding-left: 16px;
    width: 73%;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    a {
    color: #fff !important;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .brandNavigationAccSvg {
    display: none !important;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .navbar-header
    #sidebarCollapse {
    margin: 27px 16px;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    .brandNavigationAccountWrapper
    .propertyDetailNavSvg {
    margin-left: 8px;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .hotelOverviewWrapContainer {
    display: flex;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .hotelOverviewWrapContainer
    .stickyHeaderHotelOverviewWrap {
    display: flex;
    align-items: center;
    top: 72px;
    font-family: ITCFranklinGothicStd, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #393939;
    padding: 12.5px 0 12.5px 24px;
    width: 100%;
    height: 36px;
    background: #fff;
  }

  .property-details
    .navbar
    .brandTopNavigationWrapper
    .hotelOverviewWrapContainer
    .stickyHeaderHotelOverviewWrap
    .propertyDetailHotelOverview
    .hotelOverviewSvg {
    margin-right: 6px;
  }

  .container-fluid.activity-details.activity-details-page
    .sticky-hotel-overview {
    top: 72px !important;
    height: 58px !important;
    box-shadow: none;
    background-color: #fff;
  }

  .container-fluid.activity-details.activity-details-page
    .sticky-activity-header-wrap
    .sticky-activity-header
    .sticky-activity-hotel-overview
    .propertyDetailHotelOverview {
    display: flex;
    align-items: center;
    top: 72px;
    position: fixed;
    margin: 12px 0;
    font-family: ITCFranklinGothicStd, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #393939;
  }

  .container-fluid.activity-details.activity-details-page
    .sticky-activity-header-wrap
    .sticky-activity-header
    .sticky-activity-hotel-overview
    .propertyDetailHotelOverview
    .hotelOverviewSvg {
    margin: 13px 8.5px 13px 10.5px;
  }

  #mainContent
    .sticky-activity-header-wrap.dining-sticky
    .sticky-activity-header.stickyHeader,
  .container-fluid.activity-details.activity-details-page
    .sticky-activity-header-wrap
    .sticky-activity-header
    .modal-book-btn.stickyButton,
  .container-fluid.activity-details.activity-details-page
    .sticky-activity-header-wrap
    .sticky-activity-header
    .sticky-activity-title {
    display: none !important;
  }

  #mainContent
    .activity-details
    .activity-info-wrapper
    .activity-info-title.new-headingForSeo,
  #mainContent
    .dining-details
    .dining-info-wrapper
    .activity-info-title.new-headingForSeo {
    margin-top: 116px !important;
  }

  .heritage-detail-header,
  .heritage-detail-sticky-wrap {
    -webkit-transition: all 0.3s ease-in-out !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1109px) {
  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationRightSection
    > div {
    padding: 0 8px;
  }

  .header-container
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper
    ul
    li.brandMainNavigationListVal {
    margin-right: 40px;
  }

  .header-container
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper.navigationList-wrapper
    ul
    li.brandMainNavigationListVal {
    margin-right: 32px;
  }

  .header-container
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper.navigationList-wrapper
    ul
    li.hotel-resort {
    margin-left: 32px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1262px) {
  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .propertyNameDetails {
    margin-left: 0 !important;
  }

  .property-details
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .propertyNameDetails
    a {
    font-size: 1.25rem !important;
  }
}

@media only screen and (min-width: 1110px) and (max-width: 1440px) {
  .header-container
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper.navigationList-wrapper
    ul
    li.hotel-resort {
    margin-left: 48px !important;
  }
}

@media screen and (min-width: 1136px) and (max-width: 1440px) {
  .header-container
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper
    ul
    li.brandMainNavigationListVal.newdistanccebetweenLi {
    margin-right: 35px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .header-container
    .navbar
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper.navigationList-wrapper {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 1110px) and (max-width: 1130px) {
  .header-container
    .navbar
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper.navigationList-wrapper {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  #mainContent
    .activity-details
    .activity-info-wrapper
    .activity-info-title.new-headingForSeo,
  #mainContent
    .dining-details
    .dining-info-wrapper
    .activity-info-title.new-headingForSeo {
    margin-top: 76px !important;
  }
}

@media (max-width: 1025px) {
  .newstickyanimation {
    top: auto !important;
    height: 72px !important;
    bottom: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .newstickyanimation .sticky-activity-header {
    padding: 0 !important;
    min-height: 53px !important;
  }

  .newstickyanimation
    .sticky-activity-header
    .sticky-activity-hotel-overview
    .propertyDetailHotelOverview {
    display: none !important;
  }

  .newstickyanimation .sticky-activity-header .sticky-activity-title {
    display: none;
  }

  .newstickyanimation .sticky-activity-header .modal-book-btn {
    display: block !important;
    width: 100% !important;
    margin: 16px 24px !important;
  }
}

@media (max-width: 767px) {
  .propertyDetailHotelOverview {
    display: flex;
    align-items: center;
    gap: 0;
    color: #393939;
  }

  .newstickyanimation {
    background: #fff !important;
    padding: 16px !important;
    height: 84px !important;
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .newstickyanimation .sticky-activity-header .modal-book-btn {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }
}

.newstickyanimation .sticky-activity-header {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 0 16px 0 0;
}

.newstickyanimation .sticky-activity-hotel-overview {
  display: flex;
  text-align: center;
}

.newstickyanimation
  .sticky-activity-hotel-overview
  .propertyDetailHotelOverview {
  font-family: ITCFranklinGothicStd, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #393939;
}

.newstickyanimation
  .sticky-activity-hotel-overview
  .propertyDetailHotelOverview
  svg {
  margin: 0 10.5px 0 26.5px;
}

.newstickyanimation .sticky-activity-title {
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 1.5625rem !important;
  margin: 22px 0 !important;
}

.scrollDownwards {
  transition: 0.25s ease-in !important;
  top: -135px !important;
}

.scrollUpwards {
  transition: 0.25s ease-out !important;
  top: 0 !important;
}

@media (min-width: 1025px) {
  #mainContent .sticky-activity-header-wrap.newstickyanimation {
    transition: 0.25s ease-out !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .hotelOverviewScrollUp {
    left: 24px;
    position: absolute;
    max-width: 33%;
    margin-top: 6px;
    color: #393939;
    font-size: 0.75rem;
    font-family: ITCFranklinGothicStd, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  .hotelOverviewScrollUp .hotelOverviewSvg {
    margin-right: 8px;
  }

  .hotelOverviewScrollUp .hotelOverviewScrollUp {
    left: 24px;
    position: absolute;
    max-width: 33%;
    margin-top: 10px;
  }

  .hotelOverviewScrollUp .property-scrollup-content .logo-title.ContentTitle,
  .property-scrollup-content .logo-title.ContentTitle {
    max-width: 66%;
  }

  .sticky-scroll-menu.submenu-scroll-menu .menu-scroll {
    margin: 0 !important;
  }

  .sticky-scroll-menu.submenu-scroll-menu .menu-scroll span {
    line-height: 24px !important;
    font-size: 1rem !important;
    font-style: normal !important;
    font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
    letter-spacing: 0.5px;
    margin: 0 14px !important;
    display: inline-block;
    padding: 26px 0 18px;
  }
}

header.header-container.reservationheader,
header.header-container.reservationheader .navbar {
  height: 78px !important;
}

header.header-container.reservationheader .navbar .brandTopNavigationWrapper {
  background: #393939;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
  height: 78px;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationWrapper
  .brandTopNavigationContainer {
  height: 78px;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationWrapper
  svg
  path {
  fill: #fff !important;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationWrapper
  #dismiss-right
  svg
  path,
header.header-container.reservationheader
  .navbar
  .brandTopNavigationWrapper
  #registerClose
  svg
  path {
  fill: #393939 !important;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationWrapper
  #brandMainNavWrapper {
  display: none !important;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationLogoWrapper
  .brand-logo-h1 {
  height: 78px;
  display: flex;
  align-items: center;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationLogoWrapper
  .brand-logo-h1
  svg {
  display: none !important;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationLogoWrapper
  .brand-logo-h1
  svg.reservationlogo {
  display: block !important;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationLogoWrapper
  .brand-logo-h1
  img {
  display: none !important;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationLogoWrapper
  .brand-logo-h1
  img.reservationlogo {
  display: block !important;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection {
  height: 78px;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection
  .brandNavigationLangWrapper {
  height: 16px;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection
  .language-wrapper
  .language
  svg {
  margin-right: 8px !important;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection
  div {
  margin: 0;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection
  div
  .currentLanguage,
header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection
  div
  .reservationmyaccttext {
  color: #fff !important;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper {
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection
  .brandNavigationAccountWrapper
  .sidebarCollapseRight {
  display: flex;
}

header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection
  .brandNavigationAboutWrapper,
header.header-container.reservationheader
  .navbar
  .brandTopNavigationRightSection
  .brandNavigationLoyaltyWrapper {
  display: none;
}

@media screen and (max-width: 1024px) {
  #sticky-menu-container.sticky-menu-container {
    z-index: 10 !important;
  }

  .account-wrapper > ul > li > button {
    height: 24px !important;
  }

  .header-container
    .brandTopNavigationWrapper
    .brandTopNavigationContainer
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    h1 {
    height: 45px;
  }

  header.header-container.reservationheader {
    width: 100vw;
    height: 72px !important;
  }

  header.header-container.reservationheader .navbar-header {
    display: none !important;
  }

  header.header-container.reservationheader .brandTopNavigationContainer,
  header.header-container.reservationheader .brandTopNavigationRightSection,
  header.header-container.reservationheader .brandTopNavigationWrapper,
  header.header-container.reservationheader .navbar {
    height: 72px !important;
  }

  header.header-container.reservationheader
    .navbar
    .brandTopNavigationLogoWrapper
    .logo-wrapper {
    display: flex;
    height: auto;
    position: relative;
  }

  header.header-container.reservationheader
    .navbar
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1 {
    height: 72px;
    margin-left: 24px;
  }

  header.header-container.reservationheader
    .navbar
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1
    svg,
  header.header-container.reservationheader
    .navbar
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1
    svg.reservationlogo {
    display: none !important;
  }

  header.header-container.reservationheader
    .navbar
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1
    svg.reservationlogoMb {
    display: block !important;
  }

  header.header-container.reservationheader
    .navbar
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1
    img,
  header.header-container.reservationheader
    .navbar
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1
    img.reservationlogo {
    display: none !important;
  }

  header.header-container.reservationheader
    .navbar
    .brandTopNavigationLogoWrapper
    .logo-wrapper
    .brand-logo-h1
    img.reservationlogoMb {
    display: block !important;
  }

  header.header-container.reservationheader
    .navbar
    .brandNavigationAccountWrapper
    .sidebarCollapseRight:focus {
    outline-offset: 11px;
  }

  header.header-container.reservationheader
    .navbar
    .brandNavigationAccountWrapper
    .propertyDetailNavSvg {
    display: none !important;
  }

  .sticky-scroll-menu.submenu-scroll-menu .menu-scroll {
    margin: 26px 0 22px !important;
  }

  .sticky-scroll-menu.submenu-scroll-menu .menu-scroll span {
    text-align: center;
    font-size: 0.85rem;
    font-family: ITC-Franklin-Gothic-Std-Book, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
  }

  .sticky-scroll-menu.submenu-scroll-menu .menu-scroll a.active span {
    padding-bottom: 19px !important;
  }

  .sticky-scroll-menu.submenu-scroll-menu.heritage-scroll-menu
    .menu-scroll
    span {
    margin: 0 16px;
  }

  .container-fluid.container-fluid-details {
    padding: 0 8px;
  }

  .offer-detail-sticky-header.newstickyanimation .backLink,
  .offer-detail-sticky-header.newstickyanimation .sticky-activity-title {
    display: none !important;
  }

  @supports (-webkit-touch-callout: none) {
    .header-container .brandTopNavigationWrapper .brandTopNavigationContainer {
      overflow: unset !important;
    }
  }
}

.sticky-scroll-menu.submenu-scroll-menu .menu-scroll {
  margin: 26px 0 0;
}

.sticky-scroll-menu.submenu-scroll-menu .menu-scroll span {
  text-transform: none;
  margin: 0 16px;
}

.accomodation-sticky-wrap.newstickyanimation,
.offer-detail-sticky-header.newstickyanimation {
  height: 72px;
}

.accomodation-sticky-wrap.newstickyanimation svg,
.offer-detail-sticky-header.newstickyanimation svg {
  margin-right: 8px;
}

.accomodation-sticky-wrap.newstickyanimation .backLink,
.offer-detail-sticky-header.newstickyanimation .backLink {
  margin: 27px 0 27px 24px !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #393939;
  line-height: 16px;
  font-size: 0.75rem !important;
  font-family: ITC-Franklin-Gothic-Std-Book, sans-serif !important;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
}

.accomodation-sticky-wrap.newstickyanimation .sticky-activity-title,
.offer-detail-sticky-header.newstickyanimation .sticky-activity-title {
  font-size: 1.5625rem !important;
}

@media (min-width: 1025px) and (max-width: 1510px) {
  .brand-destination-scroll.slick-count.slick-initialized
    .slick-controls
    .slick-next {
    right: 0;
  }

  .brand-destination-scroll.slick-count.slick-initialized
    .slick-controls
    .slick-prev {
    left: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .propertyNameDetails a.nav-ui-heading-05 {
    font-family: FreightProMedium !important;
    font-size: 1.25rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.3px !important;
  }
}

.animationBlackLeft {
  position: relative;
  margin: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.annimeScroll {
  margin: 0;
  width: 5px;
  background: #fff;
  position: relative;
  z-index: 10;
}

.animationBlackLeft hr {
  margin: 0;
  width: 5px;
  background: #393939;
  height: 25px;
  position: absolute;
  top: -1px;
  transition: 0.2s ease-out;
  z-index: 9;
  display: none;
}

.regionanimation.active {
  border-left: 0 !important;
}

.regionAnimation ul :first-child hr {
  display: block;
}

.regionAnimation ul :first-child {
  margin-bottom: 0 !important;
  border: 0 !important;
}

.reservationheader
  .navbar
  .brandNavigationAccountWrapper
  button.sidebarCollapseRight
  svg.loggedlogoBlack
  path:last-child {
  fill: #000 !important;
}

.property-details .new-sub-menu-wrapper,
.reservationheader .new-sub-menu-wrapper {
  max-height: 90vh !important;
}

.header-container.property-details .brandMainNavigationWrapper,
.header-container.reservationheader .brandMainNavigationWrapper {
  height: auto;
}

@media (max-width: 1024px) {
  .propertyNameDetails a.expressive-heading-5 {
    font-size: 20px;
    font-weight: 400;
  }
}

@media (min-width: 1025px) {
  .bookingEngineImmersive {
    background-color: transparent !important;
  }

  .bookingEngineImmersive.brandpage-reservation-widget .reservation-widget-wrap,
  .scroll-to-discover-cta-link .ui-body-3.scroll-to-discover-newBG {
    border-radius: 2px;
    background: linear-gradient(
      91deg,
      rgba(0, 0, 0, 0.6) 0.65%,
      rgba(0, 0, 0, 0.5) 99.41%
    );
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .bookingEngineImmersive.brandpage-reservation-widget
    .reservation-widget-wrap
    label,
  .bookingEngineImmersive .rooms-guests span {
    color: #fff !important;
  }

  .bookingEngineImmersive.brandpage-reservation-widget
    .reservation-widget-wrap
    svg
    path {
    fill: #fff;
  }

  .bookingEngineImmersive.brandpage-reservation-widget ::-moz-placeholder {
    background: transparent;
    color: #fff !important;
  }

  .bookingEngineImmersive.brandpage-reservation-widget :-ms-input-placeholder {
    background: transparent;
    color: #fff !important;
  }

  .bookingEngineImmersive.brandpage-reservation-widget
    .reservation-widget-wrap
    input:not(.btn-book-now),
  .bookingEngineImmersive.brandpage-reservation-widget ::placeholder {
    background: transparent;
    color: #fff !important;
  }

  .bookingEngineImmersive.brandpage-reservation-widget .vertical-separator {
    background: #393939;
  }

  .bookingEngineImmersive #btnBookNowLink,
  .bookingEngineImmersive input.btn-book-now {
    background: #fff !important;
    color: #393939 !important;
  }
}

#btnBookNowLink {
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .slideshow-slider {
    opacity: 0;
    transition: 0.25s ease-in;
  }

  .slideshow-slider .bckSlideshow {
    background: linear-gradient(
      91deg,
      rgba(0, 0, 0, 0.6) 0.65%,
      rgba(0, 0, 0, 0.5) 99.41%
    );
    position: absolute;
    top: 278px;
    left: 24px;
    width: 500px;
    border-radius: 2px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: 0.5s ease-out;
  }
}

@media (min-width: 1025px) {
  .hoverAnimationEffectUpword {
    width: 100%;
    background: #fff;
    position: absolute;
    transition: 10ms ease-in;
    z-index: 5;
    top: -150px;
  }

  #brandMainNavWrapper {
    z-index: 5;
  }

  .brandTopNavigationContainer {
    z-index: 6;
  }

  .majorSubSectionAnimate {
    background: #f7f7f7;
    min-height: 0;
    max-width: 1440px;
    width: 100%;
    z-index: 2;
    position: relative;
    top: 0;
    margin: 0 auto;
  }

  .sub-nav-container {
    opacity: 0;
  }

  .sub-nav-section {
    -webkit-animation-name: fromTopDown;
    animation-name: fromTopDown;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    transition-delay: 0s;
    top: -20px;
    position: relative;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    z-index: 3;
  }

  @-webkit-keyframes fromTopDown {
    0% {
      top: -20px;
      opacity: 0;
    }

    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes fromTopDown {
    0% {
      top: -20px;
      opacity: 0;
    }

    to {
      top: 0;
      opacity: 1;
    }
  }

  .animate-sub-section {
    -webkit-animation-name: fromDownTop;
    animation-name: fromDownTop;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    transition-delay: 0s;
    top: -20px;
    position: relative;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-direction: alternate-reverse;
    z-index: 3;
  }

  @-webkit-keyframes fromDownTop {
    0% {
      top: 0;
      opacity: 0;
    }

    to {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes fromDownTop {
    0% {
      top: 0;
      opacity: 0;
    }

    to {
      top: 0;
      opacity: 1;
    }
  }

  #destinationTabPane .flyoutmenu-image,
  #destinationTabPane .region-list,
  #destinationTabPane .tab-content {
    -webkit-animation-name: contentFadeIn;
    animation-name: contentFadeIn;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    transition-delay: 0s;
    top: 0;
    position: relative;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    z-index: 3;
  }

  @-webkit-keyframes contentFadeIn {
    0% {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes contentFadeIn {
    0% {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .home.proposals-slider-content
    .proposals-slider-description-wrap
    .slick-slide.slick-active
    .rfp-overlay-text {
    opacity: 1 !important;
    transition: opacity 0.5s ease-in-out !important;
  }

  .home.proposals-slider-content
    .proposals-slider-description-wrap
    .slick-slide
    .rfp-overlay-text {
    opacity: 0 !important;
  }
}

@-moz-document url-prefix() {
  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header
    .modal-book-btn {
    margin: 14px 0 !important;
    -moz-appearance: none;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible
    .sticky-activity-header
    .modal-book-btn
    a {
    padding: 6px 14px;
  }

  .sub-navigation-section[data-id="Experiences"]
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .summary {
    max-width: 272px;
  }

  .header-container
    .brandMainNavigationWrapper
    .brandMainNavigationListWrapper
    ul
    li.brandMainNavigationListVal {
    margin-right: 19px !important;
  }

  .sub-navigation-section
    .sub-nav-section
    .sub-nav-wrapper
    .sub-nav-container
    .minor {
    min-height: unset;
    max-height: unset;
  }
}

.checkin-wrap[is-error],
.checkout-wrap[is-error],
.choose-destination-wrap[is-error],
.dropdown-toggle[is-error],
.guest-rooms-content[is-error],
.rooms-guests-wrap[is-error],
.spl-rates-wrapper[is-error],
input[aria-describedby]:not(.black-border),
input[is-error],
select[aria-describedby],
select[is-error] {
  border: 1px solid #ba1f1a !important;
  border-radius: 0;
}

.list-group-item {
  border: 1px solid #c9c9c9;
}

.row-no-padding {
  padding-left: 0;
  padding-right: 0;
}

a,
a:focus,
a:hover,
a:visited:hover {
  color: #000;
}

.underline {
  text-decoration: underline;
}

.country-input select::-ms-expand,
.topic-input select::-ms-expand {
  display: none;
}

.break-all {
  white-space: normal;
  word-break: break-all;
}

.heightZero {
  height: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-body-hidden {
  position: fixed;
  width: 100%;
}

video {
  background-color: #000;
}

.single-img-banner,
.single-img-banner img {
  width: 100%;
}

.banner-max-width {
  max-width: 1440px;
  margin: 0 auto;
}

.error-txt {
  color: #ba1f1a;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 10px;
  display: inline-block;
}

#sign-in .error-txt {
  display: block;
  margin-top: 5px;
  font-weight: 400;
}

.play-pause-video {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  background-size: contain;
}

.status-label {
  display: inline-block;
  border: 1px solid #bb5c19;
  padding: 4px 10px;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-weight: 500;
}

.closed {
  border-color: #bb5c19;
  color: #bb5c19;
}

.modal-main-content .status-label {
  margin: 15px auto 5px;
}

.modal-guest-service-list .status-label {
  margin-right: 40px;
  float: right;
  margin-top: 5px;
}

.modal-guest-service-list.accommodation-modal-accordion .accordian-click {
  white-space: normal;
  text-overflow: unset;
}

.event-slider-item .status-label-container {
  padding: 0;
  margin: 0;
  text-align: center;
}

.event-slider-item .status-label {
  display: inline-block;
  margin: 0 auto;
}

.activity-details .status-label,
.dining-info-wrapper .status-label,
.hotel-heading-section .status-label {
  margin: 10px auto 0;
}

.dining-details-popin .status-label {
  margin-top: 0;
}

#proposalSlider .play-pause-video {
  top: auto;
  left: 5%;
  bottom: 10%;
  transform: none;
  height: 30px;
  width: 30px;
}

.small-blue-btn {
  background: #393939;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  text-align: center;
  display: inline-block;
  margin: 15px auto 30px;
  border: 3px solid #393939;
  font: 400 0.8125rem/21px ITCFranklinGothicStd;
  letter-spacing: 2px;
  cursor: pointer;
}

.small-blue-btn.margin-bottom-10 {
  margin-bottom: 10px;
}

.small-blue-btn:hover {
  background: #fff;
  color: #393939;
}

video {
  cursor: pointer;
}

.max-width-1180 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

input[type="text"]::-ms-clear {
  display: none;
}

.text-grey {
  color: #393939;
}

.backLink {
  display: inline-block;
  font-family: FreightProItalic, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  position: absolute;
  left: 30px;
  max-width: 33%;
  line-height: 1;
}

.galleryPopupLink {
  display: block;
  width: 100%;
  border: 0;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.galleryPopupLink span {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.galleryPopupLink svg {
  vertical-align: middle;
}

.section-description {
  max-width: 500px;
}

.header-description,
.section-description {
  font-size: 0.85em;
  color: #393939;
  letter-spacing: 0.5px;
  line-height: 1.625em;
  text-align: center;
  margin: 15px auto;
}

.blue-underline,
.gray-underline {
  height: 2px;
  width: 64px;
  background: #393939;
  margin: 25px auto;
}

.slick-arrow.slick-disabled svg {
  opacity: 0.3;
}

.blue-color-arrow {
  color: #393939;
}

.font-italic {
  font-style: italic;
}

.align-center {
  text-align: center;
}

.align-initial {
  text-align: left;
}

.gray-underline {
  background: #393939;
}

.bacground-color-gray {
  background-color: #f7f7f7;
}

.margin-0,
.margin-0-auto {
  margin: 0 auto;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-60 {
  margin-top: 60px;
}

.welcome-container.margin-top-30 {
  margin-top: 30px;
}

.welcome-container .moreLink-content a {
  text-decoration: underline;
}

.display-inline-block {
  display: inline-block;
}

.sticky-scroll-menu {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}

.sticky-scroll-menu .menu-scroll {
  display: inline-block;
  font: normal 0.6875rem/1.0625rem Verdana, Geneva, sans-serif;
  padding: 0;
  cursor: pointer;
  margin: 26px 0 22px 3px;
}

.sticky-scroll-menu .menu-scroll:first-child {
  border-left: 0;
}

.sticky-scroll-menu .menu-scroll span {
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 15px;
  color: #000;
}

.sticky-scroll-menu .menu-scroll a.active span {
  border-bottom: 4px solid #393939;
}

.sticky-scroll-menu .sticky-booknow {
  display: inline-block;
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.sticky-menu-container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid #f7f7f7;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 999 !important;
}

.sticky-menu-container .sticky-for-php {
  display: inline-block;
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.sticky-menu-container.sticky {
  border-top: none;
}

.sticky-menu-container.sticky .sticky-booknow,
.sticky-menu-container.sticky .sticky-for-php {
  display: inline-flex;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: ease-in;
  opacity: 1;
  border: 0;
}

.sticky-menu-container .sticky-scroll-menu {
  padding: 0;
  text-align: center;
}

.sticky-menu-container .sticky {
  width: 100%;
  max-width: 1440px;
  text-align: center;
}

.sticky-menu-container .sticky .sticky-booknow {
  display: inline-block;
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: ease-in;
  width: 100%;
  max-width: 120px;
  opacity: 1;
  border: 0;
  padding: 0;
  margin: 0;
}

.sticky-menu-container .sticky .sticky-booknow .book-nowbtn {
  text-align: center;
  background-color: #393939;
  color: #fff;
  font-size: 0.85rem;
  padding: 15px 50px;
  text-transform: uppercase;
  display: inline-block;
}

.sticky-menu-container .sticky-booknow .book-nowbtn {
  display: none;
}

.sticky-menu-container.sticky.up-scroll .sticky-booknow .book-nowbtn {
  text-align: center;
  padding: 10px 24px;
  display: inline-block;
  white-space: nowrap;
  min-height: 40px;
  position: absolute;
  right: 16px;
  top: 14px;
}

.sticky-menu-container.sticky .sticky-booknow .book-nowbtn:hover {
  background-color: #fff;
  color: #393939 !important;
}

.sticky-menu-container .slick-initialized .sticky-booknow {
  display: none;
}

#sticky-navbar {
  overflow: hidden;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 101;
  left: 0;
  box-shadow: 0 5px 150px 0 rgba(0, 0, 0, 0.1);
}

.plus {
  position: relative;
  width: 14px;
  height: 14px;
  top: 10px;
}

.plus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.plus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.plus:hover {
  cursor: pointer;
}

.plus:after,
.plus:before {
  content: "";
  position: absolute;
  background-color: #737373;
  transition: transform 0.25s ease-out;
}

.breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.75em;
  margin: 5px 0 0;
  font-weight: 700;
  padding-left: 25px;
}

.breadcrumb li {
  color: #393939;
}

.breadcrumb li a {
  color: #000;
}

.breadcrumb li a.current {
  cursor: default;
}

.breadcrumb > li + li:before {
  color: #c9c9c9;
}

.breadcrumb-item a:not(.current) {
  text-decoration: underline;
}

.property-logo-hero {
  max-width: 100%;
}

.hotels-common-details {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}

.hotels-common-details li {
  margin: 15px 0;
  border-right: 1px solid #c9c9c9;
  display: inline-block;
  padding: 0 12px;
}

.hotels-common-details li a {
  color: inherit;
  cursor: pointer;
}

.hotels-common-details li:last-child {
  border-right: 0;
}

.banner-container .slick-slide > div {
  line-height: 0;
}

.banner-container .slick-arrow svg,
.gallery-stage .slick-arrow svg {
  fill: #fff;
}

.banner-container .slick-arrow,
.gallery-stage .slick-arrow {
  width: 25px;
  height: 25px;
  z-index: 1;
}

.banner-container .slick-prev,
.gallery-stage .slick-prev {
  left: 40px;
}

.banner-container .slick-next,
.gallery-stage .slick-next {
  right: 40px;
}

.banner-container .banner-slide img,
.banner-container .common-banner-slide img {
  width: 100%;
}

.banner-container .banner-slide {
  height: auto;
}

.slick-counter-holder p {
  display: inline-block;
  padding: 10px 2px;
  vertical-align: middle;
  font-size: 0.75em;
  font-weight: 700;
  margin: 0;
}

.slick-counter-holder span.line {
  height: 3px;
  background-color: #393939;
  width: 100px;
  padding: 0;
  display: inline-block;
  position: relative;
  top: -3px;
}

.slick-iframe {
  width: 100%;
  height: auto;
  border: 0;
  min-height: 420px;
}

@-moz-document url-prefix() {
  .large-heading-row:focus,
  a:focus,
  button:focus,
  div[tabindex]:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  select:focus {
    outline: 1px solid #000;
    outline-offset: -1px;
  }

  select:focus {
    outline-offset: 2px;
  }

  .vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 {
    height: 140px;
  }
}

@supports (-ms-ime-align: auto) {
  a:focus,
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: 2px solid #000;
  }
}

.welcome-container {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.morecontent span {
  display: none;
}

a.morelink {
  color: #000;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
}

.moreLink:not(.more) img,
a.morelink.less img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  display: inline-block;
  margin-left: 5px;
}

.moreLink img,
a.morelink img {
  padding-left: 5px;
}

.more a.morelink {
  display: block;
  text-align: left;
  position: absolute;
  right: calc(50% - 40px);
  padding: 15px 0;
}

.all-safe-container {
  max-width: 980px;
  background-color: #fff;
  padding: 45px;
  margin: 5px auto 45px;
}

.all-safe-container .read-more-btn.more {
  margin-top: 40px;
}

.all-safe-container h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.all-safe-container svg {
  max-width: 139px;
  margin-left: -50px;
}

.all-safe-learn {
  display: inline-block;
}

.welcom-to-content,
.welcom-to-section {
  margin: 0 auto;
  overflow: auto;
  padding: 50px 50px 70px;
  position: static;
}

.welcom-to-content.read-more-global,
.welcom-to-section.simple-page-welcome-sec {
  padding: 50px;
}

.welcom-to-section {
  float: left;
}

.welcom-to-section h1 {
  max-width: 18.75rem;
  position: relative;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.welcom-to-content {
  padding-left: 25px;
}

.more-content {
  padding: 0;
  font-size: 0.85rem;
  color: #393939;
  line-height: 25px;
}

.welcom-to-content + .more-content {
  margin-top: -30px;
  font-size: 1rem;
}

.moreLink-content,
.property-welcome-content {
  display: none;
  padding: 20px 45px 0;
}

.moreLink-content:focus {
  outline-offset: -1px;
  outline: 2px solid #000;
}

.moreLink,
.read-more-btn {
  margin: 10px auto;
  display: table;
  text-transform: uppercase;
  background: none;
  border: none;
}

.moreLink.more .moreLink-less-text,
.moreLink:not(.more) .moreLink-more-text {
  display: none;
}

.modal-dialog {
  max-width: 975px;
  width: 100%;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  overflow: hidden;
  position: relative;
  padding: 0;
  border-bottom: 0;
}

.alert-modal-container .modal-dialog {
  margin: 8% auto 0;
}

.alert-modal-container .modal-body {
  padding: 0 20px 50px;
  background: #f7f7f7;
  overflow: hidden;
  margin-top: -25px;
}

.alert-modal-container .modal-header {
  height: 70px;
  background: #f7f7f7;
}

.alert-modal-container .alert-child-body {
  background: #fff;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  padding: 7% 0;
}

.alert-modal-container .alert-child-body .alert-modal-title {
  font-family: FreightPro, sans-serif;
  margin-top: 0;
  font-size: 2em;
  border-bottom: 2px solid #393939;
  display: inline-block;
  padding: 0 2px 10px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #000;
}

.alert-modal-container .alert-child-body .alert-modal-text {
  color: #393939;
}

button.alert-close,
button.close {
  padding: 25px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  background: #393939;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#emergencyInfoModal button.alert-close {
  padding: 25px !important;
  margin-top: -2px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  border: none;
  outline-offset: 1px;
}

button.alert-close {
  padding: 23px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  background: #393939;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.account-wrapper .sidebar-right button.close {
  right: 3px;
}

.alert-close:focus,
.alert-close:hover,
.close:focus,
.close:hover {
  opacity: 1;
  color: #fff;
}

.modal-body {
  padding: 15px 0 40px;
  background: #f7f7f7;
}

.not-bookable-modal .modal-main-content {
  padding: 12px 100px 70px;
}

.not-bookable-modal .popin-slider + .slick-counter-holder {
  padding: 10px 0;
}

.not-bookable {
  max-width: 770px;
  width: 100%;
  background: #fff;
  padding: 29px;
  position: relative;
  text-align: center;
  margin: -40px auto 0;
}

.not-bookable p {
  background: #f7f7f7;
  padding: 16px 78px 16px 77px;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #393939;
}

.modal-main-content {
  max-width: 770px;
  width: 100%;
  background: #fff;
  padding: 70px 100px;
  position: relative;
  text-align: center;
  margin: -40px auto 0;
}

.modal-main-content .h2-heading-popin {
  font-family: FreightPro, sans-serif;
  letter-spacing: 0.3px;
  font-size: 2.5em;
  font-weight: 600;
  color: #000;
}

#spaServiceModal .modal-main-content {
  padding: 70px 80px;
}

#spaServiceModal .spa-service-detail-section {
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  color: #393939;
}

#spaServiceModal .spa-address {
  font-size: 0.9em;
  font-weight: 600;
}

#spaServiceModal .hotels-common-details {
  margin-top: 0;
}

.info-wrapper {
  margin-top: 30px;
  text-align: left;
}

.info-wrapper .info-heading {
  font-weight: 700;
}

.share-list-wrap {
  position: relative;
  display: inline-block;
}

#accorAdaModal .link-copy-notify {
  left: auto;
  right: 0;
}

.link-copy-notify {
  display: none;
  position: absolute;
  color: #fff;
  border-radius: 2px;
  background-color: #393939;
  width: 90px;
  padding: 5px;
  top: -50px;
  left: -8px;
  font-size: 0.8125rem;
}

@-moz-document url-prefix() {
  .link-copy-notify {
    top: -30px;
  }
}

.booking-processing-loader-backdrop,
.loader-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: hsla(0, 0%, 100%, 0.5);
  display: none;
}

.booking-processing-loader-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.loader {
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.processing-popup-container .img-holder,
.processing-popup-container .text-holder {
  float: left;
  max-width: 50%;
}

.processing-popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  background-color: #fff;
  width: 750px;
  text-align: center;
  overflow: hidden;
}

.processing-popup-container .text-holder {
  padding: 20px 15px;
  max-width: 340px;
  margin: 19px 20px;
}

.processing-popup-container .text-holder .processing-header {
  margin: 20px 0 0;
  font-family: FreightPro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
  line-height: 1.1em;
}

.processing-popup-container .text-holder p {
  margin-top: 30px;
  font-size: 0.85em;
  letter-spacing: 0.5px;
}

.processing-popup-container .text-holder .dark-line {
  max-width: 30%;
  margin: 20px auto 30px;
  height: 2px;
  background-color: #393939;
}

.processing-popup-container .text-holder .process-loader-img,
.processing-popup-container .text-holder img {
  margin: 0 auto;
}

.modal-restaurant-content {
  max-width: 970px;
  width: 100%;
  background: #fff;
  padding: 40px 60px;
  position: relative;
  margin: 40px auto 0;
}

.modal-restaurant-content .modal-description-section {
  margin-bottom: 20px;
}

.modal-restaurant-inner-content {
  margin: 0 100px;
}

.accommodation-wrapper {
  width: 100%;
  max-width: 980px;
  background: #fff;
  margin: 0 auto;
  padding-top: 55px;
}

.accommodation-detail-section,
.ada-room-section-outer {
  max-width: 540px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.accommodation-detail-section h1 {
  font-family: FreightProItalic, sans-serif;
  font-weight: 500;
}

.accommodation-description {
  line-height: 30px;
}

.accommodation-wrapper .accommodation-tabs {
  margin-top: 40px;
}

.accommodation-wrapper .accommodation-tabs .slick-counter-holder {
  padding-bottom: 50px;
}

.accommodation-wrapper .material-tab {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 0;
  padding: 0 50px;
  text-align: center;
}

.accommodation-wrapper .tab-header {
  padding: 0;
  color: #fff;
  border-bottom: 1px solid #c9c9c9;
}

.accommodation-wrapper .nav-tabs .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-family: FreightProItalic, sans-serif;
  letter-spacing: 1px;
  padding-top: 5px;
}

.accommodation-wrapper .nav-tabs .slick-slide button {
  background: transparent;
}

.accommodation-wrapper .tab-content.white-bg-tabs {
  margin-top: 20px;
  padding-bottom: 50px;
}

.accommodation-wrapper .nav.nav-tabs .slick-slide a:focus,
.nav.nav-tabs .slick-slide a:hover {
  background: transparent;
  text-decoration: none;
}

.accommodation-wrapper .nav-tabs .slick-slide.active a,
.accommodation-wrapper .nav-tabs .slick-slide.active button,
.accommodation-wrapper .nav-tabs .slick-slide.active button:focus,
.accommodation-wrapper
  .nav-tabs
  .slick-slide.active
  button:hover
  .nav-tabs
  .slick-slide.active
  a:active,
.nav-tabs .slick-slide.active a:focus,
.nav-tabs .slick-slide.active a:hover {
  background: transparent;
  color: #000;
  cursor: default;
  border: 0;
  pointer-events: none;
}

.accommodation-wrapper .nav-tabs .slick-slide a,
.accommodation-wrapper .nav-tabs .slick-slide button {
  display: inline-block;
  position: relative;
  color: #737373;
  border: 0;
  font-weight: 700;
  padding: 12px 0 20px;
  margin: 0;
}

.accommodation-wrapper .nav-tabs .slick-slide a:hover,
.accommodation-wrapper .nav-tabs .slick-slide button:hover {
  color: #000;
  background: transparent;
}

.accommodation-wrapper .nav-tabs .slick-slide.active a:after,
.accommodation-wrapper .nav-tabs .slick-slide.active button:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #393939;
}

.accommodation-slick-wrapper {
  width: 1180px;
  margin-left: -100px;
}

.accommodation-slick-wrapper .slick-list {
  padding-top: 25px;
  padding-bottom: 25px;
}

.accommodation-slick-wrapper .slick-slide > div {
  margin-right: 25px;
  margin-left: 25px;
}

.accommodation-slick-wrapper .slick-slide .accommodation-blocks {
  margin-right: 0;
  margin-left: 0;
}

.accommodation-slick-wrapper .slick-slide .accommodation-blocks a {
  display: block;
}

.accommodation-blocks {
  position: relative;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 0 20px #c9c9c9;
  -webkit-box-shadow: 0 0 20px #c9c9c9;
  -moz-box-shadow: 0 0 20px #c9c9c9;
  margin-right: 25px;
  margin-left: 25px;
}

.accommodation-blocks:hover {
  cursor: pointer;
}

.accommodation-blocks a {
  display: block;
}

.accommodation-img-part {
  max-width: 360px;
  width: 100%;
  cursor: pointer;
}

.accommodation-img-part img {
  width: 100%;
  height: auto;
}

.accommodation-details-part {
  padding: 10px 20px 4rem;
  background: #fff;
  min-height: 380px;
  position: relative;
}

.accommodation-details-part a {
  display: block;
}

.accommodation-category {
  color: #393939;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  background: #fff;
  padding: 3px 10px;
  min-width: 80px;
  text-align: center;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.accommodation-tab-title {
  color: #000;
  margin-top: 20px;
}

.accommodation-tab-description {
  line-height: 1.625rem;
  color: #737373;
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.accommodation-tab-description-discount {
  font-size: 0.725rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #393939;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.accommodation-bottom-btn,
.accommodation-bottom-right-btn {
  position: absolute;
  bottom: 20px;
  max-width: 51%;
}

.accommodation-bottom-btn {
  bottom: 30px;
}

.accommodation-bottom-btn button {
  background: transparent;
}

.accommodation-bottom-btn a:hover {
  text-decoration: none;
}

.accommodation-bottom-btn div:first-child,
.accommodation-bottom-btn div:last-child {
  float: left;
}

.accommodation-bottom-right-btn,
.accommodation-bottom-right-btn:visited {
  right: 20px;
  padding: 10px;
}

.accommodation-blocks .see-all-details-button {
  text-align: left;
  background: none;
  border: none;
}

.accommodation-image-popin button {
  margin-bottom: 0;
}

.accommodation-bottom-btn .my-link,
.accommodation-bottom-btn a,
.see-all-details-button .my-link,
.see-all-details-button a,
.see-all-details-link a {
  cursor: pointer;
  padding: 3px 0;
}

.discover-hotel-link {
  text-align: center;
  margin-bottom: 25px;
}

.accommodation-list-page-link > div,
.discover-hotel-link > div {
  display: inline-block;
}

.accommodation-bottom-btn .my-link + .blue-color-arrow,
.see-all-details-button .my-link + .blue-color-arrow {
  font-size: 0.6875rem;
}

.offer-slider-section {
  margin-top: 5px;
  padding-bottom: 50px;
}

.offer-page-section-block .accommodation-blocks {
  display: inline-block;
  vertical-align: top;
  margin: 30px 15px;
}

.other-room-details ul {
  margin-left: 15px;
}

.other-room-details ul li {
  padding: 5px 0;
}

#offersModal .modal-description-section {
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #393939;
}

#offersModal .other-room-details span {
  display: block;
}

.accommodation-wrapper.offer-wrapper {
  text-align: center;
  padding-top: 50px;
}

.accommodation-wrapper.offer-wrapper .accommodation-blocks {
  text-align: left;
  height: auto;
}

.accommodation-wrapper.offer-wrapper.best-offer,
.accommodation-wrapper.offer-wrapper.offer-list-wrapper {
  padding-top: 0;
}

.offer-wrapper {
  background: transparent;
}

.load-more-content-wrap {
  text-align: center;
  margin: 0 auto;
}

.load-more-content,
.see-less-content {
  width: auto;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.load-more-content .down-arrow,
.see-less-content .down-arrow,
.seeDetailsSpan .down-arrow {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  vertical-align: middle;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  fill: #393939;
}

.subtitle-read-more .seeDetailsSpan svg.down-arrow {
  height: 9px !important;
  width: 11px !important;
  margin-left: 0 !important;
  margin-top: -2px !important;
}

.page-container .section-title span {
  display: inline-block;
  vertical-align: top;
  max-width: 370px;
}

#offersModal .section-title span,
.offer-details-container.page-container .section-title span {
  max-width: 300px;
  display: inline-block;
}

#offersModal .section-title .blue-underline {
  vertical-align: middle;
  margin-left: 21px;
}

.bottom-hero-section {
  position: relative;
  clear: both;
  overflow: hidden;
}

.bottom-hero-section .offer-hotel-details-section {
  height: 77%;
  text-align: center;
}

.bottom-hero-section .inner-content,
.bottom-hero-section .offer-hotel-details-section {
  background: #fff;
  max-width: 460px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.bottom-hero-section .inner-content {
  padding: 40px;
  max-height: 100%;
  overflow: auto;
}

.bottom-hero-section .inner-content .blue-uppercase-text {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto 16px;
  max-width: 230px;
}

.bottom-hero-section .inner-content > h2 {
  font-size: 2rem;
  font-family: FreightPro, sans-serif;
  margin: 0 0 30px;
  color: #393939;
}

.bottom-hero-section .inner-content div.Fairmont-gold-content {
  margin-bottom: 25px;
  color: #393939;
  line-height: 22px;
}

.bottom-hero-section .inner-content .inner-details {
  color: #393939;
  font-size: 0.85rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.bottom-hero-section .inner-content div.Fairmont-gold-link {
  display: inline-block;
  margin-top: 20px;
}

.bottom-hero-section
  .inner-content
  .Fairmont-gold-title.brand-page-fairmont-gold-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.blue-uppercase-text {
  text-transform: uppercase;
  color: #393939;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.18182em;
  position: relative;
}

.other-activity-lists .other-activity-list .blue-uppercase-text {
  position: absolute;
  top: -40px;
  background: #fff;
  padding: 3px 10px;
  min-width: 60px;
  text-align: center;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.property-page-map .google-map {
  width: 100%;
}

.google-map-container.property-page-map,
.property-location-details {
  padding: 30px;
}

.map-address-link {
  background-color: #fff;
  padding: 16px 17px;
}

.map-address-link a {
  color: #737373;
  text-decoration: underline;
  font-size: 1em !important;
  letter-spacing: 1px;
  line-height: 1.5em !important;
}

.map-address-link svg {
  vertical-align: middle;
}

#EventAdditionalInformation .section-heading,
#information .section-heading {
  color: #393939;
  margin-top: 45px;
}

#EventAdditionalInformation .expand-div a.underlined-link,
#map .expand-div a.underlined-link {
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 500;
}

#map .section-heading {
  color: #000;
  margin-top: 60px;
}

.accommodation-modal-accordion {
  width: 100%;
  margin: 25px auto 0;
  color: #000;
  text-align: left;
}

.accommodation-modal-accordion .accordian-click {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  padding: 25px 5px;
  cursor: pointer;
  text-align: left;
  border-top: 1px solid #c9c9c9;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #393939;
  background: transparent;
}

.accommodation-modal-accordion .accordian-click span.plus {
  font-size: 1.5625rem;
  margin-right: 0;
  float: right;
  color: #737373;
}

.accommodation-modal-accordion button.accordian-click {
  border: 0;
}

.accommodation-modal-accordion li {
  list-style-type: none;
}

.accommodation-modal-accordion ul div {
  display: none;
}

.accommodation-modal-accordion ul div li a {
  color: #000;
  text-decoration: none;
  font-size: 0.6875rem;
  line-height: 27px;
  display: block;
  padding: 0 15px;
  transition: all 0.15s;
}

.accommodation-modal-accordion li.active div {
  display: block;
}

.accommodation-modal-accordion .accor-container {
  display: block;
  padding: 20px 20px 20px 0;
}

.accommodation-modal-accordion
  .accordian-click[aria-expanded="true"]
  span.accordian-btn-text {
  display: inline-block;
}

.accordion-icon .plus:before {
  transform: rotate(90deg);
}

.accordion-icon .plus:after {
  transform: rotate(180deg);
}

.property-location-details {
  margin-top: 0;
}

.property-location-details .accor-container {
  padding-bottom: 15px;
  padding-top: 0;
  margin-left: 70px;
}

.property-location-details li img.icon-images {
  margin-right: 28px;
  vertical-align: top;
  width: 32px;
}

.property-location-details ul li {
  border-top: 1px solid #c9c9c9;
}

.property-location-details .mapAndContactBlock ul li {
  border-top: none !important;
  padding-top: 1px;
  border-bottom: none !important;
}

.property-location-details ul li:last-child {
  border-bottom: 1px solid #c9c9c9;
}

.property-location-details.accommodation-modal-accordion
  .accordian-click[aria-expanded="true"] {
  white-space: normal;
}

.guestServicesPopinModal .modal-header {
  height: 69px;
  background: #f7f7f7;
}

.guestServicesPopinModal .modal-content .modal-body {
  padding-bottom: 80px;
}

.guestServicesPopinModal .modal-guest-service-content {
  margin-top: -35px;
  padding-bottom: 45px;
}

.guestServicesPopinModal
  .modal-guest-service-content
  .guest-services-modal-title {
  margin: 0;
  font-size: 1.75rem;
}

.guestServicesPopinModal
  .modal-guest-service-content
  .guest-services-modal-description {
  font-size: 0.85rem;
  color: #393939;
  letter-spacing: 0.5px;
  margin: 0 auto;
}

.guestServicesPopinModal .modal-guest-service-content ul {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.guestServicesPopinModal .modal-guest-service-content .plus {
  font-weight: 400;
  color: #393939;
}

.guestServicesPopinModal .modal-guest-service-content .expand-div {
  display: none;
  padding: 0 0 20px 85px;
  color: #393939;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  clear: both;
}

.guestServicesPopinModal .modal-guest-service-content .expand-div a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.guestServicesPopinModal .modal-guest-service-content .expand-div p {
  padding: 0;
  font-size: 0.85rem;
  border: none;
  font-weight: 400;
  margin: 15px 0 10px;
  color: #393939;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  cursor: default;
}

.guestServicesPopinModal
  .modal-guest-service-content
  .expand-div
  p:first-child {
  margin-top: 0;
}

.guestServicesPopinModal .modal-guest-service-content .expand-div p:last-child {
  margin-bottom: 0;
}

.guestServicesPopinModal .modal-guest-service-content .accordian-click {
  border-top: 1px solid #c9c9c9;
}

.guestServicesPopinModal
  .modal-guest-service-content
  .accordian-click
  .popin-service-subtitle {
  font-size: 0.85rem;
  margin: 0;
  float: left;
  color: #000;
  color: #393939;
  display: inline-block;
  padding-top: 2px;
}

.guestServicesPopinModal
  .modal-guest-service-content
  .accordian-click
  .popin-service-icon {
  display: inline-block;
  float: left;
  width: 70px;
}

.guestServicesPopinModal .modal-guest-service-list .popin-service-icon img {
  max-height: 29px;
  max-width: 29px;
}

.guestServicesPopinModal .modal-guest-service-content li > button,
.guestServicesPopinModal .modal-guest-service-content li > p {
  padding: 25px 5px 25px 15px;
}

#EventAdditionalInformation .expand-div a,
#map .expand-div a {
  font-weight: 600;
  text-decoration: underline;
}

.event-small-title {
  text-transform: uppercase;
  color: #393939;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  font-weight: 700;
}

.event-all-info div.event-title,
.event-all-info h3.event-title,
.event-all-info p.event-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
  font-family: FreightProItalic, sans-serif;
  font-weight: 500;
}

.event-description {
  color: #393939;
  width: 65%;
  margin: 0 auto;
  max-height: 280px;
  overflow: auto;
}

.event-detail-link {
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 15px;
}

.event-all-info a:focus {
  outline: none;
}

a:focus .tertiary-button {
  color: #393939;
  font-weight: 500;
  outline: 2px solid #bb5c19;
  outline-offset: 2px;
}

.event-slider-item {
  position: relative;
}

.event-info {
  width: 90%;
  margin: 20px auto 30px;
  max-width: 600px;
}

.event-slider {
  margin: 0 auto;
  position: relative;
  max-width: 1130px;
}

.event-details {
  width: 50%;
  height: 480px;
  background-color: #fff;
  position: flex;
  top: 0%;
  bottom: 50%;
  right: 0;
  margin-bottom: 25px;
}

.event-all-info {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  height: inherit;
}

.event-all-info p.event-small-title {
  padding-top: 15px !important;
  margin: 0;
  position: relative;
  line-height: 12px !important;
}

.event-content {
  text-align: center;
  max-width: 975px;
  margin: 0 auto;
  overflow: hidden;
}

.event-content h2 {
  padding-top: 30px;
}

@media not all and (min-resolution: 0.001dpcm) {
  #events .event-all-info p.event-small-title {
    top: -30%;
  }

  #Offers .event-all-info p.event-small-title {
    top: -20%;
  }

  #Offers .event-all-info p.event-description {
    min-height: 200px;
  }

  #Offers .event-content h2.expressive-heading-3 {
    margin-top: 0;
    padding-top: 0;
  }
}

h3.events-title {
  position: relative;
  top: 5%;
  margin-bottom: 5px;
}

.event-all-info h3.event-title,
.event-all-info p.event-description {
  padding-top: 15px !important;
}

.event-all-info div,
.event-all-info h2 {
  padding-top: 15px;
}

.event-all-info h2 {
  font-family: ITCFranklinGothicStd !important;
}

.event-all-info div.tertiary-button,
.event-all-info p.tertiary-button {
  padding-top: 0;
  margin-top: 15px;
}

.brand-destination-scroll button.slick-prev,
.event-slider button.slick-prev {
  left: -45px;
  z-index: 9;
  fill: #000;
  width: 20px;
  height: 20px;
}

.brand-destination-scroll button.slick-next,
.event-slider button.slick-next {
  right: -45px;
  z-index: 9;
  fill: #000;
  width: 20px;
  height: 20px;
}

.main-image-section {
  height: auto;
}

.fixed-destination-filter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 997;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
}

.fixed-destination-filter .filter-wrap {
  top: 0;
  display: none;
}

.fixed-destination-filter .filter-wrap.show {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}

.discover-image-section .img-responsive {
  margin: 0 auto;
}

.filter-wrap {
  max-width: 996px;
  margin: 0 auto 15px;
  min-height: 88px;
  background: #fff;
  box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  top: -40px;
}

.filter-wrap:after {
  content: "";
  clear: both;
  display: table;
}

.filter-wrap .city-wrap,
.filter-wrap .country-wrap,
.filter-wrap .dinning-type-wrap,
.filter-wrap .location-wrap,
.hotel-wrap {
  width: 100%;
  float: left;
  height: 100%;
  padding: 22px 0 22px 16px;
  position: relative;
}

.filter-wrap .city-wrap:after,
.filter-wrap .country-wrap:after,
.filter-wrap .dinning-type-wrap:after,
.filter-wrap .hotel-wrap:after,
.filter-wrap .location-wrap:after {
  content: "";
  border-right: 1px solid #c9c9c9;
  position: absolute;
  right: 0;
  height: 40px;
  top: 25px;
}

.filter-wrap .decorative-label,
.filter-wrap label {
  font: 400 0.85em/20px ITCFranklinGothicStd;
  color: #737373;
  padding: 0;
  margin: 0 0 4px;
  display: inline-block;
  letter-spacing: 0.5px;
}

.filter-wrap .filter-by-btn-wrap {
  float: right;
  margin: 18px 16px 18px 0;
  min-height: 52px;
  width: 102px;
}

.btnCommon {
  width: 100%;
  height: 100%;
  background: #393939;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #393939;
}

.btnCommon.invert,
.btnCommon:hover {
  background: #fff;
  color: #393939;
}

.btnCommon.invert:focus,
.btnCommon.invert:hover {
  color: #fff;
  background: #393939;
  border: 2px solid #fff;
  text-decoration: none;
}

.right-arrow {
  width: 9px;
  height: 15px;
  fill: #737373;
}

.modal-book-btn {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  padding: 0;
  text-align: center;
}

.modal-book-btn.primary-button {
  color: #fff;
}

.modal-book-btn.primary-button:hover {
  color: #393939;
  outline-offset: 4px;
}

.modal-book-btn.primary-button:focus {
  color: #fff;
  outline-offset: 4px;
  background-color: #393939;
}

.modal-book-btn.primary-button:active {
  outline-offset: 4px;
}

.modal-book-btn:hover {
  background: #fff;
  color: #393939;
}

.hotelActivitiesModelContent .modal-book-btn a,
.modal-book-btn a {
  display: block;
  padding: 15px 0;
}

.modal-description-section {
  margin: 40px auto;
}

.modal-description-section span {
  line-height: 1.8;
}

.modal-common-amenities h2,
.modal-description-section h2 {
  font-style: italic;
}

.accomodation-popin {
  font-style: italic;
  font-family: FreightPro, sans-serif;
  letter-spacing: 0.3px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}

.accomodation-popin-style {
  font-style: normal;
}

.modal-download-btn {
  width: 100%;
  background: transparent;
  margin: 0 auto;
  padding: 20px 0;
  cursor: pointer;
}

.modal-download-btn span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.other-room-details {
  margin-top: 35px;
  text-align: left;
}

.other-room-details .col-sm-4 {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.other-room-details .col-sm-12 {
  padding: 45px 0;
  border-top: 2px solid #c9c9c9;
}

.other-room-details .col-sm-12:first-child {
  padding-top: 5px;
  border-top: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.kid-eat-section {
  border: 1px solid #c9c9c9;
  padding: 50px;
  text-align: center;
}

.kid-eat-section span {
  display: block;
}

.wrapper-dropdown {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  color: #000;
  cursor: pointer;
  font-weight: 700;
}

.sticky-filter {
  display: none;
}

.page-banner {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.page-banner img {
  width: 100%;
}

iframe.fit-banner-video {
  width: 100%;
  height: 809px;
}

.page-container {
  width: 100%;
  max-width: 980px;
  margin: -50px auto 0;
  background: #fff;
  min-height: 400px;
  position: relative;
  padding: 30px 100px;
}

.text-section.page-container {
  min-height: 0;
}

.event-hero-section .page-container,
.event-honeymoon-hero-section .page-container {
  background: none;
  z-index: 0;
}

.event-honeymoon-hero-section .page-container {
  min-height: inherit;
}

.event-honeymoon-hero-section .page-container .secion-desc {
  margin-bottom: 7%;
}

.page-container .page-section {
  margin-top: 50px;
}

#offersModal .section-title,
.heritage-list-wrap .section-title,
.page-container .page-section .section-title,
.page-container .page-section .section-title.wedding-page {
  font-family: FreightPro, sans-serif;
  font-size: 2.5em;
  letter-spacing: 0.3px;
  color: #000;
  line-height: 44px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

#offersModal .section-title {
  text-align: left;
}

.heritage-list-wrap .section-title span.blue-underline,
.page-container .page-section .section-title span.blue-underline {
  display: inline-block;
  margin: 0 0 0 15px;
  line-height: 44px;
  vertical-align: middle;
}

.page-container .page-section .img-out-both {
  margin-right: -200px;
  margin-left: -200px;
  display: block;
  overflow: hidden;
  float: left;
}

.page-container .page-section .secion-desc p {
  font-family: ITCFranklinGothicStd, sans-serif;
  font-size: 1em;
  color: #393939;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding: 20px 110px;
  margin: 0;
}

.page-container .page-section .secion-desc .list-group,
.page-container .page-section .secion-desc ul {
  padding: 0 0 0 110px;
  color: #393939;
  margin-bottom: 25px;
}

.page-container .page-section .secion-desc ul:not(.richtext-box ul) {
  list-style-type: none;
}

.page-container .page-section .secion-desc .list-group li,
.page-container .page-section .secion-desc ul li {
  font-family: ITCFranklinGothicStd, sans-serif;
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.page-container .page-section .secion-desc .list-group li:before,
.page-container .page-section .secion-desc ul:not(.richtext-box ul) li:before {
  content: "\25A0";
  color: #393939;
  float: left;
  width: 1.5em;
  font-size: 70%;
}

.page-container .page-section .secion-desc .list-group li span,
.page-container .page-section .secion-desc ul li span {
  color: #393939;
}

.fairmont-heritage-place .section-description {
  max-width: 750px;
}

.fairmont-heritage-place .section-description .view-more-button {
  padding: 10px 15px;
  margin: 15px;
  display: inline-block;
  max-width: 150px;
  color: #393939;
}

.fairmont-heritage-place .section-description p {
  margin: 0;
}

.fairmont-heritage-place .contact-list,
.fairmont-residences-intro .contact-list {
  list-style-type: none;
}

.fairmont-heritage-place .contact-list li,
.fairmont-residences-intro .contact-list li {
  display: inline-block;
  padding: 0 4px;
  margin: 0;
  border-right: 1px solid #c9c9c9;
  text-align: center;
  font-size: 0.87em;
  font-weight: 700;
}

.fairmont-heritage-place .contact-list li a,
.fairmont-residences-intro .contact-list li a {
  color: #393939;
}

.fairmont-heritage-place .contact-list li:last-child,
.fairmont-residences-intro .contact-list li:last-child {
  border: 0;
}

.faqs-popup-section {
  margin-top: 40px;
  padding: 50px 40px;
}

.faqs-popup-section .privacy-terms-container {
  padding: 0;
}

.faqs-popup-section .privacy-terms-container .panel-group {
  padding-bottom: 0;
}

.privacy-terms-container {
  padding: 30px 75px;
}

.privacy-terms-container p {
  font-size: 0.85rem;
  color: #393939;
  letter-spacing: 0.5px;
  line-height: 1.625rem;
  margin-bottom: 25px;
}

.privacy-terms-container a {
  text-decoration: underline;
}

.privacy-terms-container .panel-group {
  margin-top: 40px;
}

.privacy-terms-container .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
  text-align: left;
}

.privacy-terms-container .panel-group .panel .panel-collapse {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  margin: 0 10px 15px;
  padding: 0 8px;
}

.privacy-terms-container .panel-group .panel + .panel {
  margin-top: 8px;
}

.privacy-terms-container .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #000;
  background-color: #fff;
  border-color: #c9c9c9;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.privacy-terms-container .panel-default > .panel-heading p {
  margin: 0;
}

.privacy-terms-container .panel-title {
  font-size: 0.85rem;
  font-family: ITCFranklinGothicStd, sans-serif;
}

.privacy-terms-container .panel-title > button {
  display: block;
  padding: 15px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  line-height: 28px;
  background: transparent;
  border: none;
  border-left: 3px solid #393939;
  width: 100%;
}

.privacy-terms-container .panel-title > button .plus {
  float: right;
  top: 8px;
}

.privacy-terms-container .panel-title > button .plus:after {
  transform: rotate(180deg);
}

.privacy-terms-container .panel-title > button .plus:before {
  transform: rotate(90deg);
}

.privacy-terms-container .panel-title > button.collapsed {
  border-color: #fff;
}

.privacy-terms-container .panel-title > button.collapsed .plus:before {
  transform: rotate(0);
}

.privacy-terms-container .panel-title > button.collapsed .plus:after,
.privacy-terms-container .panel-title > button.collapsed .plus:before {
  transform: none;
}

.privacy-terms-container
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #c9c9c9;
}

.accommodation-slick-wrapper .see-more-rooms button,
.load-more-row a,
.load-more-row button {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 4px solid #393939;
  background: transparent;
}

.clearfix {
  clear: left;
}

.wrapper-dropdown
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: calc(100% - 1px);
}

.wrapper-dropdown
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button {
  border: 0;
  padding-left: 0;
  box-shadow: none;
  background: #fff;
}

.wrapper-dropdown .bootstrap-select.btn-group .dropdown-menu li {
  padding: 6px 0;
  border-bottom: 1px solid #c9c9c9;
}

.wrapper-dropdown .bootstrap-select.btn-group .dropdown-menu {
  left: -12px;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  max-height: 500px !important;
  z-index: 999;
}

.dropdown-menu > li > a:focus,
.wrapper-dropdown .dropdown-menu > li > a:hover {
  background-color: #fff;
}

.wrapper-dropdown
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  .btn-default:hover {
  background: none;
}

.wrapper-dropdown .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font: 400 0.85rem/20px ITCFranklinGothicStd;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #393939;
  width: 85%;
  letter-spacing: 0.5px;
}

.popin-slider .slick-arrow {
  z-index: 99;
}

.popin-slider .slick-arrow svg {
  fill: #fff;
}

.popin-slider .slick-prev {
  left: 25px;
}

.popin-slider .slick-next {
  right: 25px;
}

.popin-slider + .slick-counter-holder {
  max-width: 770px;
  width: 100%;
  background: #fff;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px 0 0;
}

@-webkit-keyframes slideTop {
  0% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -sand-transform: translateY(15px);
    opacity: 0.6;
  }

  50% {
    opacity: 0.8;
  }

  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideTop {
  0% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -sand-transform: translateY(15px);
    opacity: 0.6;
  }

  50% {
    opacity: 0.8;
  }

  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideBottom {
  0% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -sand-transform: translateY(-15px);
    opacity: 0.6;
  }

  50% {
    opacity: 0.8;
  }

  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideBottom {
  0% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -sand-transform: translateY(-15px);
    opacity: 0.6;
  }

  50% {
    opacity: 0.8;
  }

  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    opacity: 1;
  }
}

.modal-header .count-slide {
  height: 415px;
}

.modal-header .count-slide .popin-slides {
  height: 100%;
  padding: 0;
  float: none;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: opacity 0.35s;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hotelActivitiesModelContent.modal-main-content {
  padding: 50px 100px;
}

.hotelActivitiesModelContent ul {
  margin: 0;
  padding: 0;
  clear: both;
  max-width: 100%;
}

.hotelActivitiesModelContent li {
  display: inline-block;
  margin-left: -5px;
}

.hotelActivitiesModelContent .activity-popin-title {
  font-family: FreightPro, sans-serif;
  max-width: 500px;
  margin: 0 auto;
}

.hotelActivitiesModelContent .activity-popin-address {
  text-align: center;
  color: #737373;
  margin-top: 20px;
  margin-bottom: 0;
}

.hotelActivitiesModelContent .modal-book-btn {
  margin-top: 35px;
}

#divDescription1And2 li,
.activity-popin-address ul li {
  display: list-item;
  list-style-position: inside;
}

.activity-details-wrapper.spa-details-wrapper
  .hotelActivitiesModelContent
  .activity-popin-address {
  text-align: left;
}

.white-bg-image {
  position: relative;
}

.white-bg-image:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 978px;
  background: #fff;
  transform: translateX(-50%);
  z-index: -1;
}

.activity-details-wrapper .hotelActivitiesModelContent {
  max-width: 975px;
  margin: 0 auto;
  background: #fff;
  padding: 5% 7%;
}

.activity-details-wrapper .hotelActivitiesModelContent .activity-popin-title {
  font-family: FreightPro, sans-serif;
  max-width: 290px;
  position: relative;
  margin-left: 0;
  font-style: normal;
}

.activity-details-wrapper .hotelActivitiesModelContent .blue-underline {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}

.activity-details-wrapper .activity-right-content-wrapper {
  padding: 0 13%;
  text-align: left;
}

.activity-details-wrapper .position-relative {
  clear: both;
  max-width: 872px;
}

#EventOverview.activity-details-wrapper
  .hotelActivitiesModelContent
  .activity-popin-title {
  max-width: 380px;
}

#EventOverview.activity-details-wrapper
  .hotelActivitiesModelContent
  .blue-underline {
  top: 30%;
}

.event-hero-section,
.event-honeymoon-hero-section {
  padding: 50px 0 7%;
}

.event-hero-section .restaurent-hero-wrap,
.event-honeymoon-hero-section .restaurent-hero-wrap,
.restaurent-hero-section .restaurent-hero-wrap {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.event-hero-section .restaurent-hotel-image-wrap,
.restaurent-hero-section .restaurent-hotel-image-wrap {
  width: 66%;
  float: right;
}

.event-honeymoon-hero-section .restaurent-hotel-image-wrap {
  width: 66%;
  float: left;
}

.event-hero-section .restaurent-details-section,
.event-honeymoon-hero-section .restaurent-details-section,
.restaurent-hero-section .restaurent-details-section {
  width: 50%;
  max-width: 460px;
  position: absolute;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 90%;
  max-height: 450px;
  text-align: center;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}

.event-hero-section .restaurent-details-section,
.restaurent-hero-section .restaurent-details-section {
  left: 0;
}

.event-honeymoon-hero-section .restaurent-details-section {
  right: 0;
}

.event-hero-section .restaurent-details-section .inner-content,
.event-honeymoon-hero-section .restaurent-details-section .inner-content,
.restaurent-hero-section .restaurent-details-section .inner-content {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
}

.event-honeymoon-hero-section .restaurent-details-section .inner-content {
  top: 45%;
}

.large-details-section .card-hero-name,
.restaurent-details-section .restaurent-hero-name {
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  font-family: FreightPro, sans-serif;
  margin: 15px 0;
  max-height: 100px;
  overflow: auto;
}

.restaurent-details-section .restaurent-hero-details {
  font-size: 0.85em;
  color: #393939;
  line-height: 1.375rem;
  max-height: 200px;
  overflow: auto;
}

.restaurent-details-section .restaurent-see-more {
  margin-top: 5px;
}

.other-activity-section-container {
  clear: both;
  text-align: center;
}

.other-activity-section-container .other-activity-section-wrap {
  margin-top: 70px;
}

.other-activity-section-container .other-activity-right-arrow svg {
  width: 20px;
  height: 25px;
  fill: #393939;
  cursor: pointer;
  float: right;
}

.other-activity-lists {
  padding: 0;
  list-style: none;
  margin: 35px auto 0;
}

.other-activity-lists .other-activity-list {
  display: inline-block;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  width: 50%;
  max-width: 360px;
  vertical-align: top;
}

.other-activity-lists .other-activity-list a {
  display: block;
}

.other-activity-lists .other-activity-list:nth-child(4n) {
  margin-left: 0;
}

.other-activity-lists .other-activity-list:nth-child(n + 4) {
  margin-top: 35px;
}

.other-activity-lists .other-activity-image-wrap {
  height: 480px;
}

.other-activity-lists .other-activity-image-wrap img {
  height: 100%;
  width: 100%;
}

.other-activity-lists .other-activity-bottom-section {
  padding: 17px 55px 18px 20px;
  text-align: left;
  position: relative;
  background: #fff;
}

.other-activity-lists .other-activity-title-link {
  display: block;
  background: #fff;
  font-family: FreightPro, sans-serif;
  font-size: 1.5rem;
  color: #000;
  line-height: 25px;
  font-weight: 700;
  margin-top: 5px;
}

.other-activity-section-wrap .other-activity-title {
  font-family: FreightPro, sans-serif;
  font-size: 2.25em;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 500;
}

.other-activity-lists .other-activity-list + .other-activity-list {
  margin-left: 3.3%;
}

.meeting-wedding-social-cards
  .other-activity-lists
  .other-activity-list
  + .other-activity-list,
.property-other-activity-section
  .other-activity-lists
  .other-activity-list
  + .other-activity-list {
  margin-left: 10%;
}

.other-activity-list-title .other-activity-right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 25px;
}

.view-more-button {
  background: transparent;
  width: 100%;
  max-width: 565px;
  padding: 15px 0;
  margin: 0 auto;
}

.sticky-activity-header-wrap {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 999;
  left: 0;
}

.mobile-no-scroll .widget-options-show .more-less-book-btn {
  position: static;
}

.sticky-activity-header-wrap.sticky-activity-header-visible {
  opacity: 1;
  visibility: visible;
}

.sticky-activity-header {
  min-height: 60px;
  padding: 0 30px;
  margin: 0 auto;
}

.sticky-activity-header .sticky-activity-title {
  font-size: 1.5rem;
  float: left;
  margin: 15px 0 0;
  font-weight: 600;
  color: #000;
  font-family: FreightPro, sans-serif;
  letter-spacing: 0.3px;
  line-height: 1.1;
}

.sticky-activity-header .modal-book-btn {
  width: 300px;
  min-height: 40px;
  padding: 0;
  float: right;
  margin: 8px 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sticky-activity-header .modal-book-btn a {
  padding: 10px 24px;
  min-height: 40px;
}

.destination-guide-sticky-header.sticky-activity-header {
  min-height: 60px;
  height: auto;
}

.template2-sticky-header .sticky-activity-header .sticky-activity-title {
  float: none;
  text-align: center;
  margin-top: 0;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.position-relative {
  position: relative;
}

.header-history-description {
  max-width: 700px;
  text-align: center;
  color: #393939;
  font-size: 0.85em;
  letter-spacing: 0.1px;
  margin: 20px auto 25px;
  line-height: 24px;
}

.header-history-description p {
  margin: 0;
}

.hotel-heading-section h1 {
  word-break: break-word;
}

.b-wedding-popin-details {
  letter-spacing: 0.5px;
  text-align: left;
}

.b-wedding-popin-details p {
  margin-bottom: 30px;
}

.b-wedding-popin-details a {
  font-weight: 600;
}

.proposals-slider-content {
  max-height: 615px;
  margin: 65px 0;
  position: relative;
}

.home.proposals-slider-content {
  margin: 0 auto 120px;
  max-height: none;
  max-width: 1440px;
  min-height: 400px;
}

#proposalSlider .slick-dot:first-child {
  top: 12%;
}

#proposalSlider .slick-dot:nth-child(2) {
  top: 25%;
}

#proposalSlider .slick-dot:nth-child(3) {
  top: 38%;
}

#proposalSlider .slick-dot:nth-child(4) {
  top: 51%;
}

#proposalSlider .slick-dot:nth-child(5) {
  top: 64%;
}

#proposalSlider .slick-dot:nth-child(6) {
  top: 77%;
}

#proposalSlider .slick-arrow {
  top: 40px;
  left: auto;
  right: 30px;
  fill: #fff;
}

#proposalSlider .slick-prev {
  right: 80px;
}

#proposalSlider .slick-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: none;
  padding: 20px;
  border-radius: 50%;
  top: 0;
  transform: translate(-8px, -9px);
  opacity: 0.6;
}

#proposalSlider .slick-prev:after {
  transform: translate(-12px, -9px);
}

.wedding-page-btns {
  display: inline-block;
  width: auto;
  padding: 20px 30px;
  margin-bottom: 35px;
}

.map-bottom-download-btn .modal-download-btn {
  max-width: 400px;
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 25px;
}

.map-bottom-download-btn .modal-download-btn:last-child {
  margin-bottom: 40px;
}

.animate-input input {
  border: none;
}

.contact-info-wrapper .thankyou-text {
  max-width: 580px;
}

.contact-details-wrapper {
  max-width: 975px;
  background: #fff;
  padding: 5% 7%;
  position: relative;
  margin: -70px auto 0;
}

.contact-details-info h2,
.contact-sections h2 {
  position: relative;
  max-width: 260px;
  font-family: FreightPro, sans-serif;
  font-weight: 500;
}

.contact-details-info h2 .blue-underline,
.contact-sections h2 .blue-underline {
  position: absolute;
  left: 100%;
  display: block;
  top: 0;
}

.contact-sections > div {
  padding: 25px 70px 0;
}

.contact-sections div.Frequent-flayer {
  padding: 0;
  display: none;
}

.contact-sections div.country-input {
  width: 100%;
  max-width: 520px;
  background-color: #f7f7f7;
  padding: 30px 0;
  text-align: center;
  margin: 20px auto 0;
  font: 400 1em ITCFranklinGothicStd;
}

.contact-sections div.country-phone-details div {
  padding: 5px 0;
}

.country-input select {
  width: 100%;
  max-width: 290px;
}

.country-input span.border-bottom {
  width: 55%;
}

.medium-title-global {
  color: #000;
  letter-spacing: 0.2px;
  font-size: 1.5em;
  font-family: FreightPro, sans-serif;
  font-weight: 700;
}

.contact-details-wrapper div.topic-input select,
.contact-request-info select {
  width: 100%;
  max-width: 25rem;
}

.contact-details-wrapper select,
.contact-request-info select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  border: 0;
  border-radius: 0;
  float: none !important;
  padding: 0 26px 0 0;
  color: #393939;
  text-transform: capitalize;
}

.contact-sections .topic-input input[type="password"],
.contact-sections .topic-input input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  border-radius: 0;
  float: none !important;
  padding: 0 26px 0 0;
  font: 500 1em/24px ITCFranklinGothicStd;
  color: #000;
  max-width: 25rem;
  width: 100%;
}

.contact-sections .topic-input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  color: #393939;
}

.contact-request-info .topic-input input,
.contact-request-info .topic-input select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.contact-sections .topic-input {
  padding: 0;
  text-align: center;
  margin: 30px auto 0;
  position: relative;
}

.contact-request-info .error-msg.drop-down {
  right: 90px;
}

.contact-request-info.contact-request-info .error-msg.drop-down {
  right: 0;
}

.contact-details-wrapper .more-numbers ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contact-details-wrapper .more-numbers ul li {
  list-style: none;
  list-style-type: none;
  padding: 30px 0 0;
  margin: 0;
  float: left;
  font-size: 1em;
  color: #393939;
}

.contact-details-wrapper .more-numbers ul li a {
  color: #000;
  text-decoration: underline;
}

.contact-details-wrapper section {
  padding: 30px 0;
}

.contact-details-info span.border-bottom,
.contact-request-info span.border-bottom {
  width: 100%;
  height: 1px;
  background-color: #393939;
  display: block;
  margin: 0 auto;
  max-width: 390px;
}

.country-input span.border-bottom {
  width: 100%;
  max-width: 290px;
}

.contact-details-info span.border-bottom {
  position: relative;
}

.contact-details-info span .error-border {
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.75s;
  transition-timing-function: ease-in;
  height: 2px;
}

.contact-details-info span.show-error .error-border {
  width: 100%;
  position: absolute;
  background-color: red;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.contact-details-info span.error-msg {
  display: none;
}

.contact-details-info .error-msg {
  position: absolute;
  font-size: 0.85rem;
  top: 12px;
  right: 0;
  color: #ba1f1a;
  width: 10px;
}

.contact-phone-email a {
  color: #000;
}

.contact-phone-email .contact-email a {
  text-decoration: underline;
}

.contact-request-info div.contact-filling-btn,
.contact-us-form div.contact-filling-btn {
  width: 100%;
  max-width: 390px;
  margin: 15px auto 0;
  padding: 0;
}

.contact-request-info .contact-filling-btn .small-blue-btn,
.contact-us-form .contact-filling-btn .small-blue-btn {
  width: 100%;
  padding: 15px 20px;
  font: 400 0.85em/21px ITCFranklinGothicStd;
}

.ui-datepicker.calender-width {
  max-width: 370px;
  border: 1px solid #393939;
}

.more-numbers .number-details {
  width: 100%;
  overflow: auto;
  padding: 0 35px;
  word-break: break-word;
}

.number-detail-left {
  width: 48%;
  float: left;
}

.number-detail-right {
  width: 48%;
  float: right;
}

.accor-redirection-popup .modal-dialog {
  max-width: 670px;
  margin: 0 auto;
  height: 100%;
}

.accor-redirection-popup .modal-content {
  top: 50%;
  transform: translateY(-50%);
}

.accor-redirection-popup .modal-header {
  overflow: visible;
}

.accor-redirection-popup .modal-header .close {
  padding: 20px 24px;
  font-size: 1.25rem;
}

.accor-redirection-popup .modal-body {
  padding: 60px 15px 50px;
}

.redirection-logos-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.iataRedirection .redirection-logos-holder {
  max-width: 523px !important;
}

.iataRedirection .redirection-content {
  line-height: 24px !important;
}

.seperator-line {
  display: block;
  width: 135px;
  height: 2px;
  margin: 24px auto;
  background-color: #393939;
}

.redirection-content {
  max-width: 445px;
  text-align: center;
  margin: 5px auto;
  line-height: 1.45;
  letter-spacing: 0.5px;
}

.accor-redirection-link {
  display: inline-block;
  width: 269px;
  padding: 13px;
  margin-top: 12px;
  font-size: 0.8125rem;
  line-height: 1rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: #393939;
  color: #fff;
  border: 2px solid #393939;
}

.accor-redirection-link:active,
.accor-redirection-link:focus,
.accor-redirection-link:hover,
.accor-redirection-link:visited:hover {
  color: #393939;
  background-color: #fff;
  text-decoration: none;
}

.accor-redirection-popup .modal-header,
.contact-request-info .modal-header,
.emergency-info-modal .modal-header {
  overflow: visible;
}

.contact-request-info .modal-main-content,
.emergency-info-modal .modal-main-content {
  margin-top: 40px;
}

.emergency-info-modal .modal-main-content {
  text-align: left;
  padding: 50px 0;
}

.emergency-info-modal .property-logo {
  margin-bottom: 30px;
}

.emergency-info-modal .property-logo img {
  display: inline-block;
  height: 135px;
}

.emergency-info-modal .modal-body {
  background: #fff;
}

.spa-overview-image {
  position: relative;
  margin: 0 15px;
}

.spa-overview-image img {
  width: 100%;
}

.awards-read-more .more-cotntent:focus,
.list-col-2 .more-cotntent:focus,
.read-more-info:focus,
.subtitle-read-more-container:focus {
  outline-offset: -1px;
  outline: 2px solid #000;
}

.group-booking-form.contact-request-info .error-msg {
  display: block;
  text-align: left;
  position: static;
  width: auto;
}

.sticky-activity-header-wrap.accomodation-sticky-wrap
  .sticky-activity-header
  .backLink,
.sticky-activity-header-wrap.offer-detail-sticky-header
  .sticky-activity-header
  .backLink {
  position: static;
  float: left;
  margin-top: 20px;
  font-size: 1.4rem;
}

.sticky-activity-header-wrap.offer-detail-sticky-header
  .sticky-activity-header {
  height: auto;
  min-height: 60px;
  text-align: center;
}

.sticky-activity-header-wrap.offer-detail-sticky-header
  .sticky-activity-header
  .sticky-activity-title {
  float: none;
  display: inline-block;
  max-width: 35%;
  font-size: 1.8rem;
  word-break: break-word;
}

.vanity-zz-row1 {
  margin-left: -220px;
  margin-right: -40px;
}

.vanity-zz-row1 .vanity-zz-img-section img {
  margin-top: 80px;
}

.img-margin-fix .vanity-zz-row1 .vanity-zz-img-section img {
  margin-top: 0;
}

.vanity-zz-row2 {
  margin-right: -220px;
  margin-left: -40px;
}

.vanity-zz-rownew {
  display: flex;
}

.vanity-video-desc {
  order: 2;
}

.vanity-video {
  order: 1;
}

.vanity-zz-title {
  font-family: FreightPro, sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #000;
  padding: 20px 0;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
}

.h2-left-info-container {
  margin-bottom: 45px;
}

.h2-left-info-container h2 {
  font-size: 2em;
  font-family: FreightPro, sans-serif;
  font-weight: 400;
}

.h2-left-info-container .h2-left-info {
  font-size: 0.85rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #000;
}

.underilne-grey-link {
  border-bottom: 4px solid #393939;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 0.5px;
  padding: 3px 5px;
}

#offersModal .vanity-zz-title {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 0 10px;
}

#offersModal .vanity-zz-desc {
  font-size: 0.85rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

#offersModal .vanity-zz-row1 .vanity-zz-img-section img {
  margin-top: 0;
}

#offersModal .vanity-zz-row1 {
  margin-left: -180px;
  margin-right: -40px;
}

#offersModal .vanity-zz-row2 {
  margin-right: -180px;
  margin-left: -40px;
}

.vanity-zz-desc {
  font-family: ITCFranklinGothicStd, sans-serif;
  font-size: 0.9rem;
  color: #393939;
  letter-spacing: 0.45px;
  line-height: 1.8;
}

.vanity-welcome-container {
  padding: 45px;
  margin-top: 30px;
}

.destination-guide-container .vanity-welcome-container {
  padding-bottom: 0;
}

.destination-guide-container .mas-container {
  padding-top: 45px;
}

.vanity-welcome-container h2 {
  margin: 0;
  position: relative;
  max-width: 60%;
}

.vanity-welcome-container .blue-underline {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -70px;
  margin: 0;
}

.vanity-welcome-container .vanity-welcome-desc {
  color: #000;
}

.richtext-box ul {
  padding-left: 30px !important;
  text-align: left !important;
}

.privacy-terms-container.richtext-box ul li {
  font-size: 0.85rem;
  line-height: 1.625rem;
  letter-spacing: 0.5px;
}

#services .guest-services-modal-description.richtext-box ul li,
.guestServicesPopinModal .modal-guest-service-content .richtext-box ul {
  text-align: left;
}

.vanity-heading-desc {
  font-size: 0.85em;
  letter-spacing: 0.5px;
  line-height: 1.6;
  text-align: left;
  margin: 30px auto 45px;
}

.vanity-heading-desc.text-center {
  text-align: center;
}

.vanity-card {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.vanity-card .vanity-card-img img {
  width: 100%;
}

.vanity-card .vanity-card-detail .vanity-card-title {
  text-align: center;
  margin: 0;
  color: #000;
  padding: 25px 10px;
}

.vanity-card .vanity-card-detail .vanity-card-description {
  min-height: 320px;
  color: #393939;
  padding: 0 1.25rem 4.5rem;
}

.vanity-card-col a {
  display: inline-block;
}

.vanity-card-col:focus {
  border: 1px solid #000;
}

.vanity-card.fit-card .vanity-card-detail .vanity-card-description {
  min-height: 200px;
}

.vanity-card .vanity-card-detail a.learn-more,
.vanity-card .vanity-card-detail span.learn-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}

.vanity-container .load-more-content-wrap {
  margin-top: 60px;
}

.vanity-page-heading-t3 {
  margin-bottom: 30px;
}

.vanity-text-holder {
  padding: 30px;
  margin: 45px 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.vanity-text-holder .vanity-heading-row {
  overflow: hidden;
}

.vanity-text-holder .vanity-heading-row .vanity-sub-title {
  padding: 0;
}

.vanity-text-holder .vanity-heading-row .vanity-sub-title h2 {
  font-family: FreightPro, sans-serif;
  letter-spacing: 0.3px;
  font-size: 2.5em;
  line-height: 48px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.vanity-text-holder .vanity-sub-row {
  display: table;
}

.vanity-text-holder .vanity-sub-row > .col-sm-10 {
  width: 90%;
}

.vanity-text-holder .vanity-sub-row .vanity-img-col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -60px;
  padding: 0 25px;
}

.vanity-text-holder .vanity-sub-row .vanity-img-col img {
  display: inline-block;
  width: 100%;
}

.vanity-text-holder .vanity-sub-row .vanity-sub-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
}

.vanity-text-holder
  .vanity-sub-row
  .vanity-sub-description:not(.richtext-box)
  ul {
  list-style-type: none;
}

.vanity-text-holder .vanity-sub-row .vanity-sub-description div {
  margin-top: 20px;
}

.participating-hotel-heading {
  font-family: FreightPro, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.3px;
  margin-top: 60px;
  color: #000;
  margin-bottom: -30px;
}

.list-section-seprator {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  line-height: 0.1em;
  margin: 4rem 0 2rem;
}

.list-section-seprator span {
  background: #f7f7f7;
  padding: 0 1rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #393939;
  font-weight: 600;
}

.vanity-horizontal-card {
  position: relative;
  min-height: 160px;
  margin: 20px 0;
  background: #fff;
  box-shadow: 0 0 20px #c9c9c9;
}

.vanity-horizontal-card .vanity-horizontal-img {
  padding-bottom: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.vanity-horizontal-card .vanity-card-details h3,
.vanity-horizontal-card h4 {
  font-family: FreightProItalic, sans-serif;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
}

.vanity-horizontal-card .vanity-card-details .vanity-card-desc {
  font-size: 1rem;
  line-height: 1.62rem;
  letter-spacing: 0.55px;
  padding-bottom: 2rem;
}

.vanity-horizontal-card ul {
  list-style-type: none;
}

.vanity-horizontal-card .more-details {
  position: absolute;
  bottom: 10px;
  right: 148px;
  cursor: pointer;
}

.vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 {
  font-family: ITCFranklinGothicStd, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1.1px;
  text-align: center;
  color: #393939;
  min-height: 140px;
  display: table;
  border-right: 1px solid #c9c9c9;
  margin: 10px 0;
}

.vanity-horizontal-card .book-now-btn {
  position: absolute;
  right: 20px;
  bottom: 10px;
  padding: 10px;
}

.vanity-horizontal-card .book-now-btn:hover {
  color: #393939;
  background: #fff;
}

.vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 > span {
  display: table-cell;
  vertical-align: middle;
}

.vanity-read-more .left-heading-holder h2 {
  font-family: FreightPro, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
}

.vanity-read-more .left-heading-holder .blue-underline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

.vanity-read-more .info-repeater {
  padding: 25px 0;
  border-bottom: 1px solid #c9c9c9;
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.vanity-read-more .info-repeater .heading-part {
  font-weight: 600;
  padding: 5px 0 15px;
}

.vanity-read-more .read-more-btn img {
  margin-left: 20px;
  width: 15px;
}

.vanity-read-more:first-child .info-repeater:first-child {
  padding-top: 0;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

#golfSpa .event-all-info div.remove-title-padding,
#Spa .event-all-info div.remove-title-padding {
  padding-top: 0;
}

.enrollModal,
.loginModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1001;
}

.enrollModal {
  padding-top: 100px;
}

.login-modal {
  padding-top: 0;
}

.enrollModal .connectingLogin,
.loginModal .connectingLogin {
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  top: 50%;
  color: #fff;
  font-size: 1.125rem;
  left: 50%;
}

.enrollModalConnect,
.loginModalConnect {
  background-color: rgba(0, 0, 0, 0.8);
}

.enroll-modal,
.login-modal {
  margin: auto;
  padding: 20px;
  width: 400px;
  height: 400px;
  overflow: hidden;
  box-sizing: content-box;
}

.login-modal {
  transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  display: none;
}

.enroll-modal {
  height: 620px;
}

.modal-close {
  color: #737373;
  float: right;
  font-size: 1.75rem;
  font-weight: 700;
}

.enrollContent,
.loginContent {
  background-color: #fff;
}

.modal-close:focus,
.modal-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.loading-more {
  padding: 15px;
  display: block;
  text-align: center;
}

.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  -webkit-animation: loading 1s ease-in-out infinite;
  animation: loading 1s ease-in-out infinite;
  background-color: #393939;
}

.loading-bar:first-child {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.loading-bar:nth-child(2) {
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}

.loading-bar:nth-child(4) {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}

@-webkit-keyframes loading {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scaleY(2.2);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes loading {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scaleY(2.2);
  }

  40% {
    transform: scale(1);
  }
}

#services .guest-services-modal-description.NoClass {
  max-width: 500px;
  margin: 0 auto;
}

.welcom-to-section h1 .header-side-border {
  border-top: 2px solid #393939;
  width: 25%;
  position: absolute;
  top: 17%;
  left: 80%;
}

.copy-link-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.primary-button.inverse:active:focus:hover,
.primary-button:focus:hover {
  color: #fff;
}

.primary-button.inverse:focus:hover {
  color: #393939;
}

.login-btn-wrapper .secondary-button {
  display: inline-block;
  margin: 15px auto;
}

.acr-modal .share-link-container {
  padding-top: 20px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  border: 0;
}

.share-link-container {
  border-top: 2px solid #c9c9c9;
  padding-top: 35px;
  text-align: center;
}

.share-link-container .share-list li span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: #393939;
}

.share-list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.share-list li {
  position: relative;
}

.share-list li a {
  display: block;
}

.share-heading {
  font-size: 0.85rem;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-style: italic;
}

.shadow-section {
  display: inline-block;
  width: 100%;
  max-width: 950px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.1);
}

.shadow-section h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}

.shadow-section .shadow-box-desc {
  font-size: 0.85rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  color: #393939;
}

.shadow-section .discover-link {
  display: inline-block;
  padding: 0 5px;
  margin: 15px 0;
}

.offer-details-container.page-container .page-section .secion-desc {
  font-size: 0.85rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #393939;
}

.offer-details-container.text-section .page-section .secion-desc {
  overflow: hidden;
}

.offer-details-container.page-container .page-section .secion-desc p {
  padding: 0;
}

.offer-details-container.page-container .page-section {
  margin-top: 0;
  margin-bottom: 30px;
}

.spa-share {
  padding-bottom: 30px;
}

.spa-share .share-link-container {
  margin: 0 15px;
}

.offer-details-container .left-heading-holder .offer-popin,
.offer-details-container .left-heading-holder h2 {
  display: inline-block;
  font-size: 1.8rem;
  padding-right: 15px;
  background: #fff;
  margin-top: 10px;
}

.offer-details-container .left-heading-holder .cross-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  z-index: -1;
}

#offersModal .offer-details-container .left-heading-holder .offer-popin,
#offersModal .offer-details-container .left-heading-holder h2 {
  position: relative;
  z-index: 1;
}

#offersModal .offer-details-container .left-heading-holder .cross-line {
  z-index: 0 !important;
}

.offer-popin {
  font-weight: 500;
}

.offer-popin,
.offer-popin-text {
  font-family: FreightPro, sans-serif;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #000;
}

.offer-popin-text {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}

.offer-details-container .other-room-details .col-sm-12 {
  border-top: 1px solid #c9c9c9;
  letter-spacing: 0.5px;
}

.offer-details-container .other-room-details .col-sm-12:first-child {
  border-top: none;
  padding-top: 5px;
}

.other-room-btn-parent {
  padding: 20px 110px;
}

.page-container.offer-details-container {
  max-width: 980px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 30px 100px 70px;
  margin: 60px auto 0;
}

.page-container.offer-details-container.padding-bottom-0 {
  padding-bottom: 1px;
}

.page-container.offer-details-container .modal-book-btn {
  text-align: center;
  margin-top: 40px;
}

.big-multiple-img-section {
  width: 1180px;
  margin-left: -200px;
}

#offersModal .big-multiple-img-section {
  width: 930px;
  margin-left: -180px;
  font-size: 0.85rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #393939;
}

.banner-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 60px;
  background: rgba(0, 0, 0, 0.5);
}

.property-event-banner .banner-logo {
  top: calc(50% - 40px);
}

.offers-video-section {
  line-height: 0;
  padding-top: 45px;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.offer-book-placeholder {
  visibility: hidden;
  height: 30px;
  width: 300px;
  overflow: hidden;
  float: right;
  display: inline-block;
}

.vanity-zz-row1 .left-video-frame {
  width: 100%;
  max-width: 450px;
  height: 290px;
  border: 0;
  overflow: hidden;
}

#offersModal .shadow-section {
  box-shadow: none;
  padding: 15px 0;
}

.big-multiple-img-section .img-responsive {
  margin: auto;
}

.offer-modal-short-desc {
  margin: 10px 0;
  text-align: left;
  font-size: 0.85rem;
  color: #393939;
}

.offer-modal-short-desc-center {
  margin-top: 10px;
  text-align: center;
  font-size: 0.85rem;
  color: #393939;
}

#restaurantModal .other-room-details {
  margin-bottom: 15px;
}

.executive-chef-section .img-responsive {
  width: 100%;
}

.bottom-hero-section.destination-guide-section {
  margin: 80px 0 120px;
}

.author-name.blue-uppercase-text {
  color: #fff;
}

.property-other-activity-section .other-activity-lists {
  padding-bottom: 45px;
}

.bottom-hero-section.destination-guide-section
  .inner-content
  .blue-uppercase-text {
  margin-bottom: 25px;
}

.offer-hotel-details-section a.link-outline:focus {
  outline: none;
}

.bottom-hero-section.destination-guide-section
  .inner-content
  div.Fairmont-gold-link {
  margin-top: 10px;
}

.offer-room-details-blocks span {
  display: block;
}

.video-360-iframe-wrapper {
  overflow: hidden;
  display: none;
}

.video-360-degree-frame {
  border: 0;
  width: 100%;
  min-height: 500px;
}

.read-more-btn.more .txtMore,
.read-more-btn .txtless {
  display: none;
}

.read-more-btn.more .txtless {
  display: inline;
}

.read-more-btn.more .arrow-img {
  transform: rotate(180deg);
}

.destination-guide-section .read-more-btn {
  margin: 3px auto;
}

.destination-guide-section .inner-content ol,
.destination-guide-section .inner-content ul {
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.other-room-btn-parent .other-room-details a,
.page-container.offer-details-container .vanity-zz-main a {
  text-decoration: underline;
}

.golf-hotel-push-card .hotel-push-container {
  padding-top: 30px;
  margin-top: 0;
}

.hotel-push-container {
  margin-top: 45px;
  padding-bottom: 30px;
}

.activity-details iframe.video-360-degree-frame {
  margin-bottom: -10px;
}

.offer-hotel-details-section .discovertitle {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 24px;
  top: 24px;
}

.bottom-hero-section
  .offer-hotel-details-section
  .inner-content
  .discovertitle {
  margin-top: 45px;
}

.calender-section {
  position: relative;
}

.calender-section .hiddenText {
  visibility: hidden;
  position: absolute;
  height: 45px;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.wrapper-dropdown .dropdown-menu > li > a:hover {
  color: #393939;
  line-height: 1rem;
}

.ui-datepicker td a,
.ui-datepicker td span {
  font-family: ITCFranklinGothicStd, sans-serif;
}

.row.text-only-section {
  margin-top: 20px;
}

.text-only-section h2,
.text-only-section h3 {
  font-family: FreightPro, sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #000;
  padding: 20px 0;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

.dates-format {
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1em;
  color: #737373;
}

.change-reservation .dates-format {
  display: block;
}

.acr-modal .modal-dialog {
  max-width: 950px;
  margin: 52px auto;
}

.modal-header.acr-header {
  overflow: inherit;
}

.acr-header button.close {
  margin: 0;
  width: 60px;
  min-height: 60px;
  padding: 0;
}

.acr-body {
  padding: 60px 40px 40px;
  background: none;
}

.acr-heading {
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 0.2px;
  margin-bottom: 24px !important;
  font-family: FreightProItalic, sans-serif;
  color: #000;
  margin-top: 0;
}

.acr-content-main {
  padding: 0 44px;
}

.acr-content p {
  margin-bottom: 40px;
  font-size: 0.85rem;
  line-height: 16px;
}

.acr-content .title {
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: 0.3px;
  font-style: normal;
  margin-bottom: 24px;
  margin-top: 0;
  font-family: FreightPro, sans-serif;
  color: #000;
}

.acr-content .list li {
  font-size: 1rem;
  margin-bottom: 8px;
  display: flex;
  line-height: 24px;
}

.subheading-1,
.subheading-2 {
  margin-bottom: 40px;
}

.subheading-3 {
  margin-bottom: 24px;
}

.acr-contact-info {
  padding: 0 44px;
  margin: 0;
}

.acr-footer {
  padding: 0 40px;
}

.acr-content p:last-child {
  margin-bottom: 0;
}

.acr-service-info {
  float: left;
  margin-right: 48px;
}

.acr-hotel-info div,
.acr-service-info div {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 15px;
}

.acr-hotel-info {
  float: left;
}

.list li span {
  padding-left: 20px;
  position: relative;
  top: -5px;
}

.list li svg {
  flex: none;
}

.modal-content.acr-content {
  display: inline-block;
  padding-bottom: 40px;
}

.acr-contact-info a {
  display: inline-block;
}

.videoTranscript {
  display: none;
}

.expressive-heading-1 {
  font-size: 3rem !important;
}

.expressive-heading-1,
.expressive-heading-2 {
  line-height: 48px;
  font-weight: 700;
  font-family: FreightPro;
  letter-spacing: 0.3px;
}

.expressive-heading-2 {
  font-size: 2.5rem !important;
}

.expressive-heading-3 {
  font-size: 2rem !important;
  font-family: FreightPro;
  line-height: 40px !important;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
}

.expressive-heading-4,
.expressive-heading-4 h3 {
  font-size: 1.25rem !important;
  line-height: 28px;
  font-weight: 600;
  font-family: FreightPro;
  letter-spacing: 0.3px !important;
}

.expressive-heading-4 {
  line-height: 28px !important;
  font-weight: 600 !important;
}

.expressive-heading-5 {
  font-family: FreightPro !important;
  font-style: normal;
  font-weight: 500;
  font-size: 1.563rem;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #000;
}

.ui-body-small-1 {
  font-family: ITCFranklinGothicStd;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #737373;
}

.ui-body-1 {
  font-weight: 400 !important;
  font-family: ITCFranklinGothicStd !important;
}

.ui-body-1,
.ui-body-1-strong {
  font-size: 1rem !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
}

.ui-body-1-strong {
  font-weight: 500 !important;
  font-family: ITC-Franklin-Gothic-Std-medium !important;
  color: #393939;
}

.ui-body-2,
.ui-body-2 a,
.ui-body-2 label,
.ui-body-2 p,
.ui-body-2 span {
  font-size: 0.85rem !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  font-family: ITCFranklinGothicStd;
  letter-spacing: 0.5px !important;
}

.ui-body-3 {
  font-size: 0.75rem !important;
  line-height: 12px !important;
  letter-spacing: 0 !important;
}

.ui-body-1-uppercase,
.ui-body-3 {
  font-weight: 400 !important;
  font-family: ITCFranklinGothicStd;
  text-transform: uppercase;
}

.ui-body-1-uppercase {
  line-height: 24px !important;
  font-size: 1rem !important;
  letter-spacing: 0.5px !important;
}

.ui-body-2-uppercase {
  line-height: 20px !important;
  font-weight: 400 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.5px !important;
}

.ui-body-2-uppercase,
.ui-body-2-uppercase-new {
  text-transform: uppercase;
  font-family: ITCFranklinGothicStd;
}

.ui-body-2-uppercase-new {
  line-height: 20px;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.ui-body-3-uppercase,
.ui-body-4-uppercase {
  text-transform: uppercase;
  font-family: ITCFranklinGothicStd;
  line-height: 16px !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.5px !important;
}

.ui-body-4-uppercase {
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #8b8b8b;
  font-family: ITC-Franklin-Gothic-Std-Medium !important;
}

.ui-body-1-underline,
.ui-body-2-underline,
.ui-body-3-underline {
  text-decoration: underline;
}

.our-story-ui-body-3 {
  margin-top: 10px;
}

#roomsGuestsPopup .guest-room-close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  background: none;
  border: 0;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  margin-top: -19px;
}

.date-err-msg {
  font-size: 14px;
}

.change-reservation .err405days,
.date-err-postBooking {
  font-family: ITC-FRANKLIN-GOTHIC-STD-BOOK;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  color: #ba1f1a;
  display: inline-block;
}

.error-page-ui h1 {
  font-weight: 100;
  font-size: 3em;
  font-family: FreightPro, sans-serif;
  color: #000;
}

.error-page-ui .mainTitle {
  color: #737373;
  letter-spacing: 1px;
}

.error-page-ui .small-desc {
  display: inline-block;
  margin: 45px 0;
}

.error-page-ui .small-desc:hover {
  color: #000;
  text-decoration: underline;
}

.error-page-ui .small-desc svg {
  height: 10px;
  width: 12px;
}

.error-page-ui.text-center {
  margin: 100px auto;
  width: 700px;
  background-color: #fff;
  padding: 5px 0;
}

.border-container {
  padding: 45px;
  margin: 45px;
  border: 1px solid #c9c9c9;
  position: relative;
}

.bottom-border-logo {
  position: absolute;
  background: #fff;
  height: 55px;
  padding: 10px;
  width: 55px;
  left: 50%;
  bottom: -33px;
  transform: translate(-50%);
}

.email-offers-page,
.error-page-container {
  background-size: cover;
  margin-bottom: -75px;
  padding: 1px;
}

select.bs-same-dd.form-control {
  height: 45px;
  border-radius: 0;
}

@media (max-width: 330px) {
  #offersModal .section-title span,
  .offer-details-container.page-container .section-title span {
    max-width: 155px;
  }
}

@media (max-width: 767px) {
  .share-list {
    gap: 24px;
  }

  .large-details-section .card-hero-name {
    margin-top: 40px;
  }

  .large-details-section .card-see-more-btn {
    font-size: 1rem;
  }

  .modal-guest-service-list .status-label {
    margin-right: 0;
    float: none;
    margin-left: 19%;
  }

  .modal-guest-service-list.accommodation-modal-accordion .accordian-click {
    white-space: normal;
    text-overflow: unset;
  }

  .accor-redirection-popup .modal-dialog {
    max-width: 299px;
  }

  .redirection-logos-holder {
    max-width: 230px;
  }

  .iataRedirection .redirection-logos-holder {
    max-width: auto !important;
    gap: 5px;
  }

  .iataRedirection
    .redirection-logos-holder
    .travel-professional
    .desktop-travel-svg-logo {
    display: none;
  }

  .accor-redirection-popup .modal-body {
    padding: 60px 15px;
  }

  .seperator-line {
    margin: 27px auto;
  }

  .accor-redirection-popup .modal-header .close {
    padding: 5px 9px;
  }

  .redirection-logos-holder .logo:last-of-type svg {
    width: 43.7px !important;
    height: 22.1px !important;
  }

  .redirection-logos-holder .logo:first-of-type svg {
    width: 81px !important;
    height: 25px !important;
  }

  .redirection-logos-holder .travelLogo svg:first-child {
    width: 34px !important;
    height: 18px !important;
  }

  .accor-redirection-link {
    width: 100%;
  }

  .all-safe-container {
    padding: 45px 10px;
  }

  .all-safe-container svg {
    width: 74px;
    margin-left: 0;
    height: 89px;
    padding: 0;
  }

  .all-safe-container h2 {
    font-size: 2.5em;
    padding: 0 11px;
  }

  .all-safe-container .all-safe-logo {
    float: right;
  }

  .all-safe-container .all-safe-desc {
    margin-top: 20px;
  }

  .accommodation-bottom-right-btn,
  .accommodation-bottom-right-btn:visited {
    padding: 10px 7px;
  }

  .guestServicesPopinModal .modal-guest-service-content .plus {
    width: 5%;
  }

  .guestServicesPopinModal
    .modal-guest-service-content
    .accordian-click
    .popin-service-subtitle {
    width: 75%;
    white-space: normal;
  }

  .guestServicesPopinModal
    .modal-guest-service-content
    .accordian-click
    .popin-service-icon {
    width: 19%;
  }

  .emergency-info-modal {
    margin-top: 10px;
    padding: 0 5px;
  }

  .welcom-to-section h1 .header-side-border {
    left: 48% !important;
  }

  .emergency-info-modal .modal-main-content {
    padding: 15px;
  }

  #offersModal .section-title .blue-underline {
    vertical-align: middle;
    margin-left: 18px;
  }

  .other-room-details .col-sm-4 {
    margin-bottom: 10px;
  }

  .other-room-details .col-sm-12 {
    padding: 25px 0;
  }

  .col-sm-12.col-md-5.vanity-zz-img-section,
  .vanity-zz-row1 .vanity-zz-img-section,
  .vanity-zz-row2 .vanity-zz-img-section {
    padding: 0;
    margin-left: -30px;
    margin-right: -30px;
  }

  .other-room-details {
    margin-top: 10px;
    padding-left: 10px;
  }

  .vanity-welcome-container {
    padding: 10px 15px 45px;
  }

  .vanity-container .load-more-content-wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .vanity-card .vanity-card-detail span.learn-more {
    padding: 0 8px;
  }

  .vanity-card .vanity-card-detail a.learn-more {
    padding: 0;
  }

  .filter-wrap.vanity-list-filter {
    max-width: 100%;
    margin: 0;
    left: 0;
  }

  .vanity-list-filter.filter-wrap .location-wrap {
    width: calc(100% - 50px);
  }

  .vanity-read-more {
    margin-bottom: 50px;
  }

  .vanity-text-holder .vanity-sub-row .vanity-img-col {
    position: static;
    display: block;
    padding: 0;
    margin: 5px auto 15px;
  }

  .vanity-text-holder .vanity-heading-row .vanity-sub-title h2 {
    text-align: center;
  }

  .vanity-text-holder .vanity-sub-row {
    display: block;
  }

  .vanity-text-holder .vanity-sub-row > .col-sm-10 {
    width: 100%;
  }

  .vanity-horizontal-card .vanity-card-details {
    padding: 0;
  }

  .list-section-seprator {
    border-bottom: 1px solid #c9c9c9;
    margin: 2rem 0;
  }

  .participating-hotel-heading {
    margin-bottom: 0;
  }

  .sticky-filter.vanity-t3-sticky-filter {
    margin: 0;
  }

  .vanity-horizontal-card .book-now-btn {
    padding: 8px 23px;
  }

  .list-section-seprator span {
    font-style: italic;
  }

  .vanity-horizontal-card .vanity-card-details h3,
  .vanity-horizontal-card h4 {
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(115, 114, 113, 0.56);
    padding: 10px 10px 15px;
  }

  .vanity-read-more .left-heading-holder h2 {
    text-align: center;
  }

  .vanity-read-more .left-heading-holder .blue-underline {
    display: block;
    margin: 20px auto 30px;
    text-align: center;
  }

  .vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 {
    text-align: left;
    border: none;
  }

  .vanity-horizontal-card .more-details {
    left: 10px;
    right: unset;
  }

  .vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 {
    font-family: ITCFranklinGothicStd, sans-serif;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 1.1px;
    color: #393939;
    min-height: unset;
    display: unset;
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 > span {
    display: unset;
    vertical-align: unset;
  }

  span.justlazy-both {
    min-height: 270px;
    display: inline-block;
  }

  span.lazy-span-xs {
    min-height: 350px;
    display: inline-block;
  }

  .spa-overview-image {
    margin: 0;
  }

  button.alert-close,
  button.close {
    padding: 15px;
  }

  .restaurent-details-section .restaurent-hero-details,
  .restaurent-details-section .restaurent-hero-name {
    max-height: none;
  }

  .section-description {
    max-width: 90%;
  }

  iframe.fit-banner-video {
    width: 100%;
    height: 615px;
  }

  #proposalSlider .play-pause-video {
    top: auto;
    left: 50%;
    bottom: 70px;
    transform: translate(-50%);
  }

  .kid-eat-section {
    padding: 20px;
  }

  .kid-eat-section .h2-heading {
    font-size: 2em;
  }

  .kid-eat-section a {
    word-break: break-all;
  }

  .wrapper-dropdown .bootstrap-select.btn-group .dropdown-menu {
    z-index: 999;
  }

  .processing-popup-container {
    max-width: 300px;
  }

  .processing-popup-container .img-holder,
  .processing-popup-container .text-holder {
    float: none;
    max-width: 100%;
  }

  .processing-popup-container .text-holder {
    padding: 12px;
    margin: 0;
    text-align: center;
  }

  .processing-popup-container .text-holder .processing-header {
    margin-top: 5px;
  }

  .processing-popup-container .text-holder p {
    font-size: 0.785em;
  }

  #activities h2,
  #dining h2,
  #EventAdditionalInformation .section-heading,
  #events .event-all-info div.event-title,
  #events h2,
  #map .section-heading,
  #reviews h2,
  .guest-services-wrapper .guest-services-title,
  .hotel-nearby-wrapper .hotel-nearby-info .nearby-title {
    font-size: 2em;
  }

  .welcom-to-section h1 {
    font-size: 1.75em;
    line-height: 35px;
  }

  .moreLink-content,
  .property-welcome-content {
    padding: 0;
  }

  .home.proposals-slider-content {
    margin-bottom: 50px;
    padding-bottom: 45px;
  }

  .accommodation-wrapper.offer-wrapper {
    padding-top: 30px;
  }

  .property-banner-ie-moz .banner-container .slick-arrow {
    top: auto;
    bottom: -80px;
    margin: 0 32px;
  }

  .property-banner-ie-moz .banner-container button.slick-next {
    margin-right: 37px;
  }

  .property-banner-ie-moz .banner-container button.slick-prev {
    margin-left: 37px;
  }

  .property-banner-ie-moz .banner-container .slick-arrow svg {
    fill: #fff;
  }

  .banner-container .slick-arrow,
  .gallery-stage .slick-arrow {
    width: 20px;
    height: 20px;
  }

  .banner-container .slick-prev,
  .gallery-stage .slick-prev {
    left: 15px;
    margin-left: 37px;
  }

  .banner-container .slick-next,
  .gallery-stage .slick-next {
    right: 15px;
    margin-right: 37px;
  }

  .property-event-banner .banner-container .slick-next {
    margin-right: 20px;
  }

  .property-event-banner .banner-container .slick-prev {
    margin-left: 20px;
  }

  .event-content h2 {
    padding-top: 0;
  }

  .event-slider .slick-counter-holder {
    display: table-row !important;
    margin: 0 auto;
    height: 40px;
  }

  .event-slider .slick-counter-holder p:not(.line) {
    padding: 15px 5px;
  }

  .event-slider {
    margin: 0 auto;
  }

  .event-info {
    width: 90%;
    line-height: 1.8;
  }

  .events-section {
    overflow: hidden;
  }

  .events-section.white-bg-image:after {
    display: none;
  }

  .event-details {
    width: 90%;
    position: relative;
    height: 350px;
    left: 0;
    margin: -60px auto 50px;
  }

  #golfSpa .event-small-title,
  #golfSpa .slick-counter-holder,
  #Spa .event-small-title,
  #Spa .slick-counter-holder {
    display: none !important;
  }

  .event-all-info p.event-small-title {
    padding-top: 15px !important;
    margin: 0;
    position: relative;
    top: -19%;
  }

  h3.events-title {
    position: relative;
    top: 10%;
    margin-bottom: 10px;
  }

  #golfSpa .event-all-info div.event-title,
  #Spa .event-all-info div.event-title {
    padding-top: 0;
    font-size: 2rem;
  }

  #golfSpa .event-details,
  #Spa .event-details {
    height: 300px;
  }

  .event-img {
    display: inline-block;
  }

  .event-description {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .accommodation-slick-wrapper .slick-prev,
  .brand-destination-scroll button.slick-prev,
  .event-slider button.slick-prev {
    left: 25px;
    z-index: 9;
    top: 25%;
    fill: #fff;
    width: 20px;
    min-height: 20px;
  }

  .accommodation-slick-wrapper .slick-next,
  .brand-destination-scroll button.slick-next,
  .event-slider button.slick-next {
    right: 25px;
    z-index: 9;
    top: 25%;
    fill: #fff;
    width: 20px;
    min-height: 20px;
  }

  .event-slider button.slick-next {
    top: 41%;
    fill: #fff;
    right: 45px;
    margin-right: 7px;
  }

  .event-slider button.slick-prev {
    top: 41%;
    fill: #fff;
    left: 45px;
    margin-left: 7px;
  }

  .accommodation-slick-wrapper .slick-next,
  .accommodation-slick-wrapper .slick-prev {
    top: 102.7%;
    fill: #fff;
  }

  .accommodation-slick-wrapper .slick-next {
    margin-right: 12px;
  }

  .accommodation-slick-wrapper .slick-prev {
    margin-left: 12px;
  }

  .fairmont-gift-card .slick-next,
  .fairmont-gift-card .slick-prev {
    top: 103.7%;
    fill: #fff;
  }

  .fairmont-gift-card .slick-next {
    margin-right: 12px;
  }

  .fairmont-gift-card .slick-prev {
    margin-left: 12px;
  }

  .event-img-text-container {
    padding: 0;
  }

  .sign-event-carousel-left .event-slider button.slick-next:after {
    transform: translate(-2px, -1px) !important;
  }

  .sign-event-carousel-left .event-slider button.slick-prev:after,
  .sign-event-carousel-right .event-slider button.slick-prev:after {
    transform: translate(2px, -1px) !important;
  }

  .sign-event-carousel-right .event-slider button.slick-next:after {
    transform: translate(-2px, -1px) !important;
  }

  .slick-counter-holder p {
    font-family: ITCFranklinGothicStd, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    letter-spacing: 0.5px !important;
  }

  .contact-sections div {
    padding: 25px 0 0;
  }

  .contact-details-info span.border-bottom,
  .contact-request-info span.border-bottom {
    width: 100%;
  }

  .contact-details-info h2,
  .contact-sections h2 {
    max-width: 100%;
    text-align: center;
  }

  .contact-details-info h2 .blue-underline,
  .contact-sections h2 .blue-underline {
    position: static;
    width: 100%;
  }

  .contact-sections div.country-input {
    padding: 30px 10px;
  }

  #spaServiceModal .modal-main-content,
  .modal-main-content {
    padding: 15px;
  }

  .modal-dialog {
    margin: 0;
  }

  .modal-content {
    border: none;
  }

  .popin-slider + .slick-counter-holder {
    margin: 0 15px;
    width: auto;
    bottom: -1px;
  }

  .hotels-common-details {
    margin: 15px 0;
    max-width: 440px;
    display: inline-block;
  }

  .hotels-common-details li {
    border: 0;
    margin: 4px 0;
  }

  .hotels-common-details li a {
    text-decoration: underline;
  }

  .reservation-widget-container div {
    margin-bottom: 0;
  }

  .welcom-to-section {
    padding: 15px;
  }

  .welcom-to-content,
  .welcom-to-content.read-more-global {
    padding: 15px 15px 40px;
  }

  #accommodation {
    margin: 30px 15px 0;
  }

  #accommodation .accommodation-wrapper {
    padding-top: 20px;
  }

  .accommodation-detail-section h2 {
    font-size: 2em;
    letter-spacing: 0.5px;
    clear: both;
  }

  .accommodation-detail-section .accommodation-description {
    padding: 0 20px;
  }

  .accommodationMain .accommodation-blocks-wrapper-slick .slick-list {
    padding-bottom: 0;
  }

  .accommodationMain .accommodation-blocks-wrapper-slick .slick-list,
  .offer-slider-section .accommodation-slick-wrapper .slick-list {
    margin-right: -30px;
  }

  .accommodationMain
    .accommodation-blocks-wrapper-slick
    .slick-list
    .accommodation-blocks {
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.1);
  }

  .accommodation-wrapper
    .accommodation-tabs
    .accommodationMain
    + .slick-counter-holder {
    padding-bottom: 0;
    background: #f7f7f7;
    padding-top: 20px;
  }

  #accommodation .accommodation-wrapper .tab-content.white-bg-tabs {
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .accommodation-wrapper .nav-tabs .slick-slide {
    letter-spacing: 0.5px;
  }

  #EventAdditionalInformation .section-description p,
  #map .section-description p {
    margin: 0 0 5px;
  }

  .property-location-details {
    padding: 0 3px;
    margin-top: 40px;
  }

  #offers .offer-slider-section {
    padding: 0 30px 55px;
  }

  #offers .offer-slider-section .accommodation-slick-wrapper .slick-next,
  #offers .offer-slider-section .accommodation-slick-wrapper .slick-prev {
    fill: #fff;
    top: 103%;
  }

  #offers .offer-slider-section .accommodation-slick-wrapper .slick-prev {
    margin-left: -3px;
  }

  #offers .offer-slider-section .accommodation-slick-wrapper .slick-next {
    margin-right: -3px;
  }

  #accommodation .accommodation-tabs .accommodation-slick-wrapper .slick-next,
  #accommodation .accommodation-tabs .accommodation-slick-wrapper .slick-prev {
    fill: #fff;
    top: 105.5%;
  }

  #accommodation .accommodation-tabs .accommodation-slick-wrapper .slick-prev {
    margin-left: -3px;
  }

  #accommodation .accommodation-tabs .accommodation-slick-wrapper .slick-next {
    margin-right: -3px;
  }

  .property-location-details .accor-container {
    margin-left: 0;
  }

  .property-location-details li img.icon-images {
    margin-right: 10px;
  }

  .guestServicesPopinModal .modal-content .modal-header {
    background: #fff;
  }

  .guestServicesPopinModal .modal-content .modal-body {
    background: #fff;
    padding: 0;
  }

  .guestServicesPopinModal
    .modal-content
    .modal-body
    .modal-guest-service-content {
    padding: 0 20px;
  }

  .guestServicesPopinModal
    .modal-guest-service-content
    .guest-services-modal-description {
    width: 90%;
    margin: 0 auto;
  }

  .guestServicesPopinModal .modal-guest-service-content p .popin-service-icon {
    width: 45px;
  }

  .guestServicesPopinModal .modal-guest-service-content .expand-div {
    padding: 0 0 20px 70px;
  }

  .google-map-container.property-page-map {
    padding: 0;
  }

  .accommodation-slick-wrapper {
    width: 100%;
    margin: auto;
  }

  .accommodation-wrapper .nav-tabs .slick-slide a {
    padding: 12px 5px 20px;
    font-size: 0.85rem;
    margin: 0;
  }

  .accommodation-blocks,
  .accommodation-wrapper .slick-slide > div,
  .fairmont-gift-card .slick-slide > div {
    margin-left: 0;
    margin-right: 15px;
  }

  .accommodation-details-part {
    padding: 30px 18px 4rem;
  }

  .modal-header .count-slide {
    height: 500px;
  }

  .hotelActivitiesModelContent.modal-main-content {
    padding: 50px 20px;
    margin-top: 0;
  }

  .sticky-filter {
    display: none;
    position: relative;
    width: 100%;
    margin: -35px 0 0;
    left: 0;
    z-index: 10;
    background: #fff;
    max-height: 70px;
    overflow: hidden;
  }

  .sticky-filter .filter-button {
    height: 46px;
    margin: 10px auto;
  }

  .filter-by-wrap .filter-by-text,
  .wrapper-dropdown
    .bootstrap-select.btn-group
    .dropdown-toggle
    .filter-option {
    font: 400 0.85rem/20px ITCFranklinGothicStd;
  }

  .sticky-filter .heading .i-italic {
    font: 400 0.85rem/16px ITCFranklinGothicStd;
    display: block;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #393939;
  }

  .filter-by-btn-wrap .primary-button {
    padding: 0;
  }

  .sticky-filter .heading .decorative-label,
  .sticky-filter .heading label {
    display: block;
    font-size: 0.85em;
    font-weight: 400;
    margin: 5px 0;
  }

  .wrapper-dropdown {
    width: 100%;
    margin: 0;
  }

  .wrapper-dropdown .bootstrap-select.btn-group .dropdown-menu {
    top: 0;
    left: 0;
  }

  .wrapper-dropdown .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    border-bottom: 0;
  }

  .wrapper-dropdown .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 10px 6px 10px 20px;
    font: 400 0.85rem/16px ITCFranklinGothicStd;
    letter-spacing: 1px;
    color: #393939;
  }

  .filter-wrap,
  .wrapper-dropdown .dropdown-menu > li > a:focus,
  .wrapper-dropdown .dropdown-menu > li > a:hover {
    background: none;
  }

  .filter-wrap {
    height: auto !important;
    overflow: hidden;
    margin-top: 16px;
    position: unset;
    z-index: 1000;
    top: 0;
    width: 100%;
    padding: 0 16px;
    box-shadow: none;
  }

  .wrapper-dropdown
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    )
    button {
    background: none;
    padding: 0;
  }

  .wrapper-dropdown .dropdown-menu {
    position: relative;
    background: none;
    padding: 0 5px;
  }

  .filter-wrap .city-wrap,
  .filter-wrap .country-wrap,
  .filter-wrap .dinning-type-wrap,
  .filter-wrap .location-wrap,
  .hotel-wrap {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding: 16px 0 8px;
  }

  .filter-wrap .city-wrap:after,
  .filter-wrap .country-wrap:after,
  .filter-wrap .dinning-type-wrap:after,
  .filter-wrap .hotel-wrap:after,
  .filter-wrap .location-wrap:after {
    border-right: 0;
  }

  .filter-wrap .filter-by-btn-wrap {
    width: 100%;
    bottom: 0;
    background: #f7f7f7;
    margin: 16px auto 0;
    z-index: 1001;
  }

  .filter-by-btn-wrap .btnCommon {
    display: block;
    margin: 0 auto;
    width: calc(100% - 40px);
    border-radius: 3px;
  }

  .filter-by-wrap {
    height: 60px;
    background: #fff;
    margin: 0;
    display: none;
  }

  .filter-wrap-content {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 0 16px 18px;
  }

  .filter-by-wrap .clear-all-text .clear {
    padding-right: 20px;
    line-height: 60px;
    text-decoration: underline;
    color: #393939;
    background: none;
    border: none;
  }

  .filter-by-wrap .clear-all-text .close-btn {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin-right: 25px;
    background: none;
    border: none;
    vertical-align: middle;
  }

  .wrapper-dropdown
    .bootstrap-select.btn-group
    .dropdown-menu
    li.selected
    a
    span.check-mark:after {
    content: "";
    display: block;
    width: 6px;
    height: 13px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .filter-by-wrap .clear-all-text .close-btn:after,
  .filter-by-wrap .clear-all-text .close-btn:before {
    height: 8px;
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
  }

  .filter-by-wrap .clear-all-text .close-btn:before {
    transform: rotate(45deg);
  }

  .filter-by-wrap .clear-all-text .close-btn:after {
    transform: rotate(-45deg);
  }

  .image-wrapper {
    padding: 0;
    margin: 0;
  }

  .wrapper-dropdown
    .bootstrap-select.btn-group
    .dropdown-menu
    li
    a
    span.check-mark {
    display: block;
    float: right;
    margin-top: -3px;
  }

  .page-container-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .page-container {
    padding: 20px 15px;
    margin: 0;
  }

  .event-honeymoon-hero-section .page-container {
    z-index: 0;
    margin: 0;
  }

  .page-container .page-section .secion-desc p {
    padding: 0;
  }

  .page-container .page-section .secion-desc .list-group,
  .page-container .page-section .secion-desc ul {
    padding-left: 20px;
  }

  .page-container .page-section .img-out-both {
    margin: 0;
    width: 100%;
  }

  .page-container .page-section .img-out-both img {
    margin: 60px auto 0;
  }

  .page-container .page-section .secion-desc p {
    margin-bottom: 10px;
  }

  .heritage-list-wrap .section-title,
  .page-container .page-section .section-title {
    font-size: 1.75em;
  }

  #offersModal .section-title,
  .offer-details-container.page-container .page-section .section-title {
    font-size: 1.9em;
    padding: 0 15px;
  }

  .fairmont-heritage-place .section-description p {
    margin: 0;
  }

  .page-container .section-title span {
    max-width: 220px;
  }

  .fairmont-heritage-place .page-container .section-title span {
    max-width: 60%;
  }

  #offersModal .section-title span,
  .offer-details-container.page-container .section-title span {
    max-width: 180px;
    word-break: break-word;
  }

  .bottom-hero-section .offer-hotel-details-section {
    position: relative;
    min-height: 340px;
    left: auto;
    top: -25px;
    transform: none;
    background: none;
  }

  .bottom-hero-section .inner-content {
    padding: 40px 20px;
    top: 45%;
    width: calc(100% - 50px);
  }

  .bottom-hero-section .inner-content > div:nth-child(2) {
    font-size: 1.75rem;
  }

  .modal-restaurant-content {
    padding: 20px 10px;
  }

  .modal-restaurant-inner-content {
    margin: 0 10px;
  }

  .discover-image-section img {
    width: 100%;
  }

  .bottom-hero-section .offer-hotel-details-section {
    max-width: 100%;
  }

  .activity-details-wrapper {
    padding: 0 25px;
    margin-top: 40px;
  }

  .activity-details-wrapper .hotelActivitiesModelContent .activity-popin-title {
    font-size: 1.75em;
    width: calc(100% - 70px);
  }

  .activity-details-wrapper .hotelActivitiesModelContent .blue-underline {
    left: 100%;
    margin-top: 15px;
  }

  .activity-details-wrapper .activity-right-content-wrapper {
    padding: 0;
  }

  .activity-details-wrapper .hotelActivitiesModelContent {
    padding: 45px 25px 30px;
  }

  .activity-details-wrapper .hotelActivitiesModelContent .modal-book-btn {
    margin-top: 25px;
  }

  .activity-details-wrapper
    .hotelActivitiesModelContent
    .activity-popin-address {
    text-align: left;
  }

  .event-hero-section .restaurent-hero-wrap,
  .event-honeymoon-hero-section .restaurent-hero-wrap,
  .restaurent-hero-section .restaurent-hero-wrap {
    margin: 0 -15px;
  }

  .event-hero-section .restaurent-hotel-image-wrap,
  .event-honeymoon-hero-section .restaurent-hotel-image-wrap,
  .restaurent-hero-section .restaurent-hotel-image-wrap {
    width: 100%;
  }

  .event-hero-section .restaurent-details-section,
  .event-honeymoon-hero-section .restaurent-details-section,
  .restaurent-hero-section .restaurent-details-section {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 30px 0;
    float: none;
    clear: both;
    min-height: 450px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    top: -50px;
  }

  .event-hero-section .restaurent-details-section .inner-content,
  .event-honeymoon-hero-section .restaurent-details-section .inner-content,
  .restaurent-hero-section .restaurent-details-section .inner-content {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 15px 30px;
    overflow-y: auto;
    max-height: 500px;
  }

  .other-activity-section-container {
    padding: 0 25px 25px;
  }

  .other-activity-section-container .other-activity-section-wrap {
    background: #fff;
    margin-top: 0;
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
  }

  .other-activity-section-wrap .other-activity-title {
    padding: 30px 20px 0;
    font-size: 1.75em;
    line-height: 34px;
    max-width: 100%;
  }

  .other-activity-lists .other-activity-list {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
    box-shadow: none;
  }

  .other-activity-lists .other-activity-list a {
    display: block;
  }

  .other-activity-lists .other-activity-list + .other-activity-list,
  .property-other-activity-section
    .other-activity-lists
    .other-activity-list
    + .other-activity-list {
    margin-left: auto !important;
  }

  .other-activity-lists .other-activity-bottom-section {
    border-top: 1px solid #c9c9c9;
    margin-bottom: 3px;
  }

  .sticky-activity-header .modal-book-btn {
    float: none;
    width: 100% !important;
    border-radius: 0;
    margin-top: 10px;
    min-height: 52px;
  }

  .reservation-widget-container .sticky-activity-header {
    height: 60px;
  }

  .sticky-activity-header-wrap {
    z-index: 10;
    bottom: -50px !important;
    top: unset !important;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible {
    bottom: 0 !important;
    top: unset !important;
  }

  .header-history-description {
    padding: 0 5px;
  }

  .bottom-hero-section .inner-content div:nth-child(4) a {
    font-size: 0.6875rem;
  }

  .proposals-slider-content {
    max-height: 100%;
    margin: 65px 0;
    overflow: hidden;
    padding-bottom: 45px;
    width: 100%;
  }

  #proposalSlider .slick-arrow:after {
    display: none;
  }

  #proposalSlider .slick-arrow {
    top: auto;
    bottom: -45px;
    fill: #fff;
    right: 45px;
    z-index: 3;
  }

  #proposalSlider .slick-prev {
    left: 45px;
    margin-left: 7px;
  }

  #proposalSlider .slick-next {
    margin-left: 7px;
  }

  .load-more-content-wrap {
    margin-top: 25px;
  }

  .more-numbers .number-details {
    padding: 0;
  }

  #events .event-all-info .event-description {
    padding-left: 15px;
    padding-right: 15px;
  }

  #events .event-details {
    min-height: 300px;
    height: 400px;
    padding-bottom: 15px;
  }

  #events .event-img,
  #events .event-img img {
    width: 100%;
  }

  .privacy-terms-container .panel-group .panel .panel-collapse {
    margin: 0 5px;
  }

  .privacy-terms-container .panel-title > button.collapsed {
    border-color: inherit;
  }

  .enrollModal {
    padding-top: 20px;
  }

  .enroll-modal,
  .login-modal {
    width: 360px;
    max-width: 99%;
  }

  .login-modal {
    transform: translateY(15%);
    -ms-transform: translateY(15%);
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
  }

  #proposalSlider .slick-arrow:after,
  .slick-arrow:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: none;
    padding: 15px;
    border-radius: 100%;
    top: 0;
    transform: translate(-5px, -5px) !important;
    overflow: hidden;
    opacity: 0.7;
  }

  .not-bookable p {
    padding: 16px;
    margin: 16px 0 1px;
    display: inline-block;
  }

  .not-bookable {
    padding: 1px 16px !important;
  }

  .not-bookable-modal .modal-main-content {
    margin: 0;
    padding-top: 0;
  }

  .not-bookable-modal .modal-body {
    margin: 15px 0 40px;
    background: #fff !important;
  }

  .not-bookable-modal h2#gridSystemModalLabel {
    margin-top: 16px;
  }

  .not-bookable-modal .modal-main-content :first-child {
    margin-top: 15px;
  }

  .site-footer-brands .slick-arrow:after {
    content: none;
  }

  .slick-arrow {
    width: 20px;
    height: 20px;
  }

  .banner-carousal .banner-container .slick-next {
    right: 32px;
    margin-right: 20px;
  }

  .banner-carousal .banner-container .slick-prev {
    left: 32px;
    margin-left: 20px;
  }

  #proposalSlider .slick-prev:after,
  .slick-prev:after {
    transform: translate(-7px, -5px);
  }

  .property-event-banner
    .banner-container
    ul.slick-controls
    li
    button.property-events,
  .property-golf-banner
    .banner-container
    ul.slick-controls
    li
    button.property-events {
    bottom: -77px;
  }

  .banner-carousal .banner-container .slick-arrow {
    top: auto;
    bottom: -38px;
  }

  .slick-disabled:after {
    background: rgba(0, 0, 0, 0.4);
  }

  .slick-disabled svg {
    opacity: 0.3 !important;
  }

  .banner-container .banner-slide img,
  .banner-container .common-banner-slide img {
    min-height: 133vw;
  }

  .other-room-btn-parent {
    padding: 0;
  }

  .offers-video-section {
    margin-left: -15px;
    margin-right: -15px;
  }

  .page-container.offer-details-container {
    margin-top: 0;
  }

  .offers-video-section.white-bg-image {
    padding-top: 0;
  }

  .offer-details-container.page-container.padding-bottom-0.text-section {
    padding-bottom: 20px !important;
  }

  .mr-mobile {
    margin-top: 25px !important;
  }

  .offer-details-container .left-heading-holder .cross-line {
    display: none;
  }

  .offer-share .share-link-container {
    padding-top: 0;
    border-top: none;
  }

  .offer-share .accommodation-wrapper.offer-wrapper {
    padding-top: 0;
  }

  .offer-share {
    padding-bottom: 60px;
  }

  .share-list li svg {
    height: 40px;
    width: 40px;
  }

  .offer-details-container.page-container
    .page-section
    .section-title
    span.blue-underline {
    margin-left: 5px;
  }

  .page-container.offer-details-container {
    padding: 20px 15px;
  }

  .video-360-degree-frame {
    min-height: 300px;
  }

  .bottom-hero-section.destination-guide-section {
    margin: 80px 0 50px;
  }

  .offer-modal-short-desc {
    margin: 10px 0 30px;
  }

  .offer-hotel-details-section h3.discovertitle {
    line-height: 1.42857143;
    position: relative;
    margin-bottom: 10px;
  }

  .event-hero-section,
  .event-honeymoon-hero-section,
  .restaurent-hero-section {
    padding: 0 15px;
    background: transparent;
  }

  .hotel-push-container.event-honeymoon-hero-section
    .restaurent-details-section {
    min-height: 0;
    position: relative;
    padding: 10px 0;
  }

  .hotel-push-container .restaurent-details-section .restaurent-hero-details {
    margin-bottom: 30px;
  }

  .hotel-push-container.event-honeymoon-hero-section
    .restaurent-hotel-image-wrap
    img {
    width: 100%;
  }

  .hotel-push-container.event-honeymoon-hero-section
    .restaurent-details-section
    .inner-content {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }

  .expressive-heading-1 {
    font-size: 2.5rem !important;
    line-height: 48px;
    font-weight: 700;
    font-family: FreightPro;
    letter-spacing: 0.3px;
  }

  .date-err-msg {
    width: 281px;
    margin-top: -9px;
    margin-bottom: 16px;
  }

  .acr-body {
    padding: 60px 24px 40px;
  }

  .acr-content-main {
    padding: 0;
  }

  .acr-modal .modal-dialog {
    margin: 0;
  }

  .acr-content p,
  .subheading-2,
  .subheading-3 {
    margin-bottom: 32px;
  }

  .subheading-1 {
    margin-bottom: 24px;
  }

  .acr-footer {
    padding: 0 24px;
  }

  .acr-contact-info {
    padding: 0;
    margin: 0;
  }

  .acr-hotel-info div,
  .acr-service-info div {
    margin-bottom: 16px;
  }

  .acr-service-info {
    margin-bottom: 24px;
  }

  .error-page-ui.text-center {
    margin: 75px auto;
    width: 100%;
  }

  .border-container {
    padding: 25px;
    margin: 25px;
  }

  .bottom-border-logo {
    bottom: -30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 324px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 32.5%;
  }
}

@media only screen and (min-width: 325px) and (max-width: 339px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 31%;
  }
}

@media only screen and (min-width: 340px) and (max-width: 349px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 33.5%;
  }
}

@media only screen and (min-width: 350px) and (max-width: 370px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 36.5%;
  }
}

@media only screen and (min-width: 371px) and (max-width: 380px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 37.5%;
  }
}

@media only screen and (min-width: 381px) and (max-width: 410px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 42%;
  }
}

@media only screen and (min-width: 411px) and (max-width: 420px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 40%;
  }
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
  .event-slider button.slick-prev {
    left: 25%;
  }

  .event-slider button.slick-next {
    right: 25%;
  }
}

@media only screen and (min-width: 550px) and (max-width: 560px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 51.5% !important;
  }
}

@media only screen and (min-width: 666px) and (max-width: 675px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 52.5%;
  }
}

@media only screen and (min-width: 735px) and (max-width: 740px) {
  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: 55%;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .processing-popup-container {
    max-width: 660px;
  }

  .processing-popup-container .img-holder,
  .processing-popup-container .text-holder {
    float: left;
    max-width: 50%;
  }

  .processing-popup-container .img-holder {
    max-width: 290px;
  }

  .processing-popup-container .text-holder {
    padding: 15px;
    text-align: center;
    margin: 15px;
  }

  .processing-popup-container .text-holder .processing-header {
    margin-top: 5px;
  }

  .processing-popup-container .text-holder p {
    font-size: 0.785em;
  }
}

@media (max-width: 1200px) {
  #offersModal .vanity-zz-row1,
  #offersModal .vanity-zz-row2,
  .vanity-zz-row1,
  .vanity-zz-row2 {
    margin-left: 0;
    margin-right: 0;
  }

  .vanity-zz-row1 .vanity-zz-img-section img {
    margin: 0;
  }

  .text-only-section h2,
  .text-only-section h3,
  .vanity-zz-title {
    padding: 25px 0;
  }

  #offersModal .vanity-zz-title {
    padding: 25px 0 10px;
  }

  .vanity-zz-main {
    padding: 0 30px;
  }

  #offersModal .big-multiple-img-section,
  .big-multiple-img-section {
    width: 100%;
    margin-left: auto;
    text-align: center;
  }

  #offersModal .big-multiple-img-section div,
  .big-multiple-img-section div {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .center-section {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 1023px) {
  .welcom-to-section {
    height: auto;
  }

  .welcom-to-content + .more-content {
    margin-top: -15px;
  }

  .welcom-to-content.read-more-global {
    padding: 40px 20px 25px;
  }

  .moreLink-content,
  .property-welcome-content {
    padding-top: 0;
  }

  .bottom-hero-section
    .offer-hotel-details-section
    .inner-content
    .discovertitle {
    margin-top: 55px !important;
  }
}

@media (max-width: 1024px) {
  .sticky-menu-container .sticky-for-php {
    display: none !important;
  }

  @-moz-document url-prefix() {
    .property-banner-ie-moz .hotel-heading-section .banner-container {
      margin-top: 0 !important;
    }
  }

  .vanity-welcome-container h2 {
    max-width: 220px;
    margin-bottom: 30px;
  }

  .firstAuthentificationPopup {
    display: none !important;
  }

  .vanity-card-col:nth-child(2n + 3) {
    clear: left;
  }

  .accommodation-wrapper .accommodation-tabs {
    margin-top: 20px;
  }

  .vanity-zz-rownew {
    flex-direction: column;
  }

  .margin-top-45.margin-top-0-mobile-tablet {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .section-heading.property-logo {
    margin-top: 30px !important;
  }

  .fairmont-heritage-place .contact-list li {
    display: block;
  }

  .fairmont-heritage-place .contact-list li a {
    text-decoration: underline;
  }

  .home.proposals-slider-content {
    margin-bottom: 70px;
  }

  .bottom-hero-section .inner-content {
    margin: -40px auto 0;
    position: static;
    transform: none;
  }

  .sticky-activity-header {
    padding: 0 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 990px) {
  .offer-book-placeholder,
  .sticky-activity-header .modal-book-btn {
    width: 230px;
  }

  .home.proposals-slider-content {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  iframe.fit-banner-video {
    height: 450px;
  }

  .restaurent-details-section .restaurent-hero-details {
    max-height: 108px;
    overflow: auto;
  }

  .restaurent-details-section .restaurent-hero-name {
    max-height: 80px;
  }

  .other-activity-lists .other-activity-list,
  .property-other-activity-section
    .other-activity-lists
    .other-activity-list
    + .other-activity-list {
    display: block;
    margin: 0 auto;
  }

  .vanity-horizontal-card .col-sm-push-2.vanity-card-details {
    width: 50%;
    left: 20%;
  }

  .vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 {
    right: 50%;
  }

  .hotel-push-container.event-honeymoon-hero-section
    .restaurent-details-section {
    height: 140%;
    max-height: 140%;
  }

  .sticky-activity-header-wrap .sticky-activity-header-visible {
    top: unset !important;
    bottom: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 839px) {
  .proposals-slider-wrap .slick-dots .slick-dot:after {
    height: 50px !important;
  }
}

@media only screen and (min-width: 840px) and (max-width: 999px) {
  .proposals-slider-wrap .slick-dots .slick-dot:after {
    height: 60px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-content.white-bg-tabs .accommodation-bottom-right-btn {
    float: none;
    top: unset;
  }

  .accommodation-slick-wrapper.offer-page-section-block .accommodation-blocks {
    background: #fff;
  }

  .offer-slider-section
    .accommodation-slick-wrapper
    .slick-slide
    .accommodation-blocks {
    margin-left: 12px;
  }

  .accommodation-bottom-right-btn {
    bottom: 47px;
  }

  .accommodation-bottom-btn {
    bottom: 55px;
  }

  .emergency-info-modal .modal-main-content {
    padding: 30px;
  }

  .event-description {
    margin-bottom: 15px;
  }

  #offersModal .section-title .blue-underline {
    vertical-align: middle;
    margin-left: 66px;
  }

  iframe.fit-banner-video {
    height: 590px;
  }

  .events-section.white-bg-image:after {
    display: none;
  }

  .event-slider {
    margin: 0 auto;
  }

  .event-img {
    display: inline-block;
    width: 100%;
  }

  .event-img img {
    width: 100%;
  }

  .event-details {
    max-width: 460px;
    height: 300px;
    position: relative;
    margin: -80px auto 30px;
  }

  .accommodation-slick-wrapper .slick-prev,
  .brand-destination-scroll button.slick-prev,
  .event-slider button.slick-prev {
    left: 25px;
    z-index: 9;
    top: 35%;
    fill: #fff;
    width: 30px;
    min-height: 30px;
  }

  .accommodation-slick-wrapper .slick-next,
  .brand-destination-scroll button.slick-next,
  .event-slider button.slick-next {
    right: 25px;
    z-index: 9;
    top: 35%;
    fill: #fff;
    width: 30px;
    min-height: 30px;
  }

  .event-slider button.slick-arrow {
    border-radius: 50%;
  }

  .event-slider button.slick-next {
    right: 200px;
  }

  .event-slider button.slick-next,
  .event-slider button.slick-prev {
    top: auto !important;
    bottom: -42px;
    fill: #000;
    width: 25px;
    min-height: 25px;
  }

  .event-slider button.slick-prev {
    left: 200px;
  }

  .event-all-info p.event-small-title {
    top: -27%;
  }

  .events-at-fairmont .event-all-info p.event-small-title {
    top: -57px;
  }

  .accommodation-slick-wrapper .slick-next,
  .accommodation-slick-wrapper .slick-prev {
    top: 102.7%;
    fill: #000;
  }

  .accommodation-slick-wrapper .slick-prev {
    left: 27%;
  }

  .accommodation-slick-wrapper .slick-next {
    right: 27%;
  }

  .accommodation-details-part {
    padding: 30px 20px;
  }

  .hotels-common-details {
    max-width: 440px;
    display: inline-block;
  }

  .hotels-common-details li {
    border: 0;
    margin: 4px 0;
  }

  .accommodation-wrapper .slick-slide > div,
  .fairmont-gift-card .slick-slide > div {
    margin-left: 0;
    margin-right: 15px;
  }

  .sticky-scroll-menu .menu-scroll {
    padding: 0 5px;
  }

  .welcom-to-section {
    max-width: 930px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 50px 10px;
    overflow: auto;
  }

  .page-container {
    padding: 50px;
  }

  .page-container .page-section .img-out-both {
    margin: 0;
  }

  .page-container .page-section .img-out-both img,
  .page-container .page-section .img-out-left img,
  .page-container .page-section .img-out-right img {
    max-width: 100%;
    margin: 0 auto;
  }

  #offersModal .section-title,
  .heritage-list-wrap .section-title,
  .page-container .page-section .section-title {
    font-size: 2em;
  }

  .page-container .page-section .secion-desc p {
    padding: 20px 100px;
  }

  .bottom-hero-section .offer-hotel-details-section {
    position: relative;
    min-height: auto;
    transform: none;
    top: auto;
    left: auto;
    margin: -50px auto 40px;
  }

  .page-container .section-title span {
    max-width: 250px;
  }

  .filter-wrap {
    top: -40px;
  }

  .filter-wrap .city-wrap,
  .filter-wrap .country-wrap,
  .filter-wrap .dinning-type-wrap,
  .filter-wrap .location-wrap {
    width: 25%;
    padding-left: 20px;
  }

  .sticky-scroll-menu .menu-scroll span {
    padding: 20px 0;
    margin: 0 10px;
  }

  .sticky-menu-container.sticky .sticky-booknow {
    max-width: 90px;
  }

  .sticky-menu-container.sticky .sticky-booknow .book-nowbtn {
    padding: 13px 10px;
    font-size: 0.75rem;
  }

  .fixed-destination-filter .filter-wrap.show {
    padding: 0 10px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .hotels-common-details li:nth-child(2) {
    border-right: 1px solid #c9c9c9;
  }

  .offer-detail-hotel-push-card
    .hotel-push-container.event-honeymoon-hero-section
    .restaurent-details-section {
    max-height: none;
    height: auto;
    min-height: 120%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .offer-detail-hotel-push-card
    .event-honeymoon-hero-section
    .restaurent-details-section
    .inner-content {
    position: static;
    transform: none;
    max-height: none;
    height: auto;
  }

  .offer-detail-hotel-push-card
    .restaurent-details-section
    .restaurent-hero-name {
    max-height: none;
  }

  .offer-detail-hotel-push-card
    .restaurent-details-section
    .restaurent-see-more
    a {
    display: inline-block;
  }

  .offer-detail-hotel-push-card
    .restaurent-details-section
    .restaurent-see-more {
    padding-bottom: 15px;
  }

  .other-room-btn-parent {
    padding: 20px 100px;
  }

  .page-container.offer-details-container {
    padding: 50px;
  }

  .video-360-degree-frame {
    min-height: 400px;
  }

  .widget-options-show .sticky-activity-header-wrap {
    top: unset !important;
    bottom: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .accommodation-slick-wrapper {
    width: 100%;
    margin: auto;
  }

  .accommodation-img-part img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1339px) {
  .banner-container .banner-slide img,
  .banner-container .common-banner-slide img {
    min-height: 42vw;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1238px) {
  .proposals-slider-wrap .slick-dots .slick-dot:after {
    height: 62px !important;
  }
}

@media (min-width: 768px) {
  .page-container .page-section .brand-corporate.richtext-box > ul,
  .richtext-list-alignment.richtext-box > ul,
  .richtext-list-alignment.richtext-box div > ul,
  .richtext-list-alignment.richtext-box strong > ul {
    padding-left: 140px !important;
  }

  #golfSpa .event-all-info div.event-title,
  #Spa .event-all-info div.event-title {
    max-height: 100px;
    overflow: auto;
    line-height: 1.3;
  }

  span.lazy-span-lg {
    min-height: 600px;
    display: inline-block;
  }

  span.lazy-span-md {
    min-height: 490px;
    display: inline-block;
  }

  span.justlazy-both {
    min-height: 350px;
    display: inline-block;
  }

  span.justlazy-both.uc-list-card {
    min-height: 200px;
    display: inline-block;
  }

  .banner-container .slick-arrow:after,
  .gallery-stage .slick-arrow:after,
  .popin-slider .slick-arrow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: none;
    padding: 25px;
    border-radius: 50%;
    top: 0;
    transform: translate(-10px, -12px);
    opacity: 0.6;
  }

  .banner-container .slick-arrow.slick-disabled:after,
  .gallery-stage .slick-arrow.slick-disabled:after,
  .popin-slider .slick-arrow.slick-disabled:after {
    opacity: 0.2;
  }

  .banner-container .slick-arrow.slick-disabled svg,
  .gallery-stage .slick-arrow.slick-disabled svg,
  .popin-slider .slick-arrow.slick-disabled svg {
    opacity: 0.6;
  }

  .banner-container .slick-prev:after,
  .gallery-stage .slick-prev:after {
    transform: translate(-15px, -12px);
  }

  .popin-slider .slick-arrow:after {
    padding: 20px;
    transform: translate(-8px, -10px);
  }

  .popin-slider .slick-prev:after {
    transform: translate(-12px, -10px);
  }

  #EventAdditionalInformation .section-detail,
  #map .section-detail {
    text-align: center;
  }

  .google-map-container.property-page-map {
    display: inline-block;
    float: none;
  }

  .google-map-container.property-page-map + div {
    float: right;
  }

  .other-activity-lists .other-activity-title-link .other-activity-list-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible {
    top: 0;
  }

  .sticky-activity-header-wrap {
    top: -50px;
  }

  .dining-sticky .sticky-activity-header .modal-book-btn {
    width: auto;
  }

  .dining-sticky .sticky-activity-header .modal-book-btn a,
  .dining-sticky .sticky-activity-header button.modal-book-btn {
    padding: 10px 24px;
    min-height: 40px;
  }

  .events-section {
    padding-bottom: 35px;
    overflow: hidden;
  }

  #Spa.events-section {
    margin-top: 30px;
  }

  .filter-wrap .bootstrap-select.btn-group .dropdown-toggle .bs-caret {
    position: absolute;
    right: 17px;
    margin-top: 0;
    top: 0;
    vertical-align: middle;
  }

  .filter-wrap .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: solid #393939;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .hotel-push-container.event-honeymoon-hero-section
    .restaurent-hotel-image-wrap {
    width: 62%;
  }

  .event-honeymoon-hero-section.hotel-push-container
    .restaurent-hotel-image-wrap
    img {
    position: relative;
    z-index: 1;
  }

  .hotel-push-container.event-honeymoon-hero-section
    .restaurent-details-section {
    height: 120%;
    max-height: 120%;
    width: 40%;
  }

  .iataRedirection
    .redirection-logos-holder
    .travel-professional
    .mobile-travel-svg-logo {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .vanity-card-col:nth-child(3n + 4) {
    clear: left;
  }

  .padding-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  #divReservationsContent .dates-format {
    position: absolute;
    top: 18px;
  }
}

@media (min-width: 1201px) {
  .welcom-to-section {
    float: left;
  }
}

@media (min-width: 1440px) {
  .banner-container .banner-slide img,
  .banner-container .common-banner-slide img {
    min-height: 612px;
  }
}

.make-a-wish-heading h1 {
  line-height: 48px;
  font-weight: 700;
}

.make-a-wish-desc {
  margin: 24px auto 40px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}

.make-a-wish-sticky-header .sticky-activity-title {
  line-height: 28px;
}

.make-a-wish-sticky-header .sticky-activity-title.hidden-xs {
  float: left;
  margin: 14px 0 14px 34px;
  padding: 0;
  font-size: 1.25rem;
}

.make-a-wish-sticky-header {
  min-height: 56px;
}

.sticky-activity-header .modal-book-btn a.donate-now-forward {
  line-height: 20px;
  padding: 10px 24px;
  margin-top: 5px;
  letter-spacing: normal;
  min-height: 40px;
}

.sticky-activity-header.make-a-wish-sticky-header .modal-book-btn {
  width: 200px;
  margin: 1px 0;
}

.row.make-a-wish-welcome-container {
  padding: 26px 0;
  margin-bottom: 56px;
}

.vanity-donate-btn {
  margin: 0 auto;
  width: 351px;
  text-align: center;
}

.donate-now-vanity {
  max-width: 100% !important;
  padding: 16px 82.5px;
  line-height: 20px;
  letter-spacing: 0;
  display: block;
  margin-left: 9px;
}

.make-a-wish-welcome-container h2.expressive-heading-4 {
  max-width: 56.1%;
}

.make-a-wish-welcome-container h2.expressive-heading-4 .blue-underline {
  top: 0;
  margin-top: 15px;
}

.make-wish-video {
  margin-top: 56px;
}

.make-a-wish-video {
  padding: 56px 46px 0;
}

.make-wish-zz-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.3px;
  width: 267px;
  padding: 24px 0;
}

.make-wish-zz-desc {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-right: 24px;
}

.make-a-wish-details-container.page-container.offer-details-container {
  padding: 56px 0 0 56px;
}

.make-a-wish-welcome-container .vanity-welcome-desc {
  color: #393939;
}

.make-a-wish-details-container .vanity-zz-main {
  padding-left: 22px;
}

.make-a-wish-details-container .vanity-zz-row2 .vanity-zz-img-section {
  width: 490px;
  height: 289px;
  padding: 0;
}

.make-a-wish-secondary {
  margin-top: 21px;
  padding: 0 56px 0 15px;
}

.make-a-wish-secondary h2 {
  margin-top: 15px;
}

.make-a-wish-details-container .vanity-zz-row2 {
  margin-right: -100px;
  margin-left: 0;
}

.make-a-wish-secondary h2 {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin-bottom: 24px;
}

.make-a-wish-secondary .vanity-zz-desc {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding-bottom: 36px;
}

.make-wish-main-section.make-wish-container.container {
  width: 1150px;
}

.make-wish-main-section {
  margin-top: 66px;
  margin-bottom: 56px;
}

.make-wish-main-section .events-section {
  padding-bottom: 56px;
}

.make-wish-main-section .event-all-info {
  background-color: #fff;
  padding: 0 24px;
}

.vanity-zz-img-mobile {
  display: none;
}

.make-wish-main-section h2.expressive-heading-3 {
  padding-top: 36px;
  margin-bottom: 0;
}

.make-wish-main-section .event-content {
  max-width: 980px;
  background: #fff;
}

.make-wish-main-section .blue-underline {
  background: #000;
  margin: 24px auto;
}

.make-wish-main-section .event-content .event-info {
  margin-bottom: 56px;
}

.make-wish-main-section .event-details h3.events-title {
  top: 0;
  margin-bottom: 17px;
  color: #000;
}

.make-wish-main-section .event-details .event-description {
  width: 412px;
  padding: 0 0 27px;
}

.make-wish-main-section .event-details .event-detail-link .tertiary-button {
  color: #393939;
}

.make-wish-main-section #divMakeAWish .event-slider,
.make-wish-main-section #divMakeAWish > div {
  width: 1150px;
  max-width: 1150px;
}

.make-wish-main-section #divMakeAWish > div {
  padding-right: 0;
  padding-left: 0;
}

.make-wish-main-section #divMakeAWish .event-slider {
  margin-right: 0;
  margin-left: 0;
}

.make-awish-slider .gallery-stage-hero img,
.make-wish-main-section #divMakeAWish .event-slider .event-img {
  width: 100%;
}

.make-awish-slider .makeawish-container .slick-arrow:after {
  background: #393939;
  opacity: 1;
}

.make-awish-slider .makeawish-container .slick-arrow.slick-disabled:after {
  opacity: 0.6;
}

.make-awish-slider .slick-counter-holder {
  padding-top: 14px;
}

.make-awish-slider .makeawish-container .slick-next:focus,
.make-awish-slider .makeawish-container .slick-prev:focus {
  outline-offset: 15px;
  outline: 2px solid #000;
}

.make-awish-slider .makeawish-container .slick-active:focus {
  outline: 2px solid #000;
}

.makeawish-container .slick-prev {
  left: 47px;
}

.makeawish-container .slick-arrow {
  width: 25px;
  height: 25px;
  z-index: 1;
}

.makeawish-container .slick-arrow svg {
  fill: #fff;
}

.makeawish-container .slick-next {
  right: 47px;
}

.make-wish-main-section .event-slider .event-details {
  width: auto;
}

.sticky-activity-footer-wrap {
  display: none;
}

@media (min-width: 1025px) {
  .padding-for-sticky-php {
    padding: 0 150px 0 16px !important;
  }

  .make-wish-container {
    width: 980px;
    padding: 0;
  }

  .make-wish-zz-desc {
    width: 460px;
  }

  .make-awish-slider .slick-counter-holder p {
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #393939;
    text-transform: uppercase;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    #sticky-navbar
    .sticky-booknow
    .book-nowbtn {
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    min-height: 40px;
    position: absolute;
    right: 16px;
    top: 14px;
    padding: 10px 24px;
    font-size: 0.85rem;
    font-family: ITCFranklinGothicStd, sans-serif;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid {
    position: relative;
    font-size: 0;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid
    .sticky-scroll-menu
    .menu-scroll {
    border-left: none;
    margin: 26px 0 0;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid
    .sticky-scroll-menu
    .menu-scroll
    span {
    font-size: 1rem;
    font-family: ITCFranklinGothicStd, sans-serif;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 0 16px;
    padding: 0 0 18px;
    text-transform: capitalize;
    color: #393939;
    display: inline-block;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .property-scrollup-header
    .property-scrollup-content
    .book-btn-upper,
  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .property-scrollup-header
    .property-scrollup-content
    .navbar-toggle {
    display: none;
  }

  nav .breadcrumb.propertyHomeBreadcrumb {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin: 24px 0 18px !important;
    padding: 0 24px !important;
    color: #000;
  }

  .banner-container .slick-prev,
  .gallery-stage .slick-prev {
    left: 15px;
  }

  .banner-container .slick-next,
  .gallery-stage .slick-next {
    right: 15px;
  }

  .banner-container .slick-controls li,
  .gallery-stage .slick-controls li {
    height: 50px;
    width: 50px;
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
  }

  .banner-container .slick-controls li:first-child,
  .gallery-stage .slick-controls li:first-child {
    left: 25px;
  }

  .banner-container .slick-controls li:last-child,
  .gallery-stage .slick-controls li:last-child {
    right: 25px;
  }

  .banner-container .slick-controls li:focus-within,
  .gallery-stage .slick-controls li:focus-within {
    outline: none !important;
    box-shadow: 0 0 0 1px #000, 0 0 0 2px #fff !important;
  }

  .banner-container .slick-controls li button:focus,
  .gallery-stage .slick-controls li button:focus {
    outline: none !important;
    border: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  #mainContent
    .container-fluid
    .hotel-heading-section
    .section-heading.property-logo.propertyHomePageFairmontLogo {
    margin-top: 100px !important;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid
    .sticky-scroll-menu
    .slick-list
    .slick-track
    .slick-slide
    div
    .menu-scroll
    span {
    font-size: 0.85rem;
    font-family: ITCFranklinGothicStd, sans-serif;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0 16px;
    padding: 29px 0 19px;
    text-transform: capitalize;
    color: #393939;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid
    .sticky-scroll-menu
    .slick-list
    .slick-track
    .slick-slide:first-child
    div
    .menu-scroll
    span {
    margin-left: 9px !important;
  }
}

@media (max-width: 767px) {
  .make-a-wish-heading h1 {
    padding-top: 20px;
    margin-bottom: 0;
  }

  .row.make-a-wish-welcome-container {
    padding: 10px 0;
    margin-bottom: 40px;
  }

  .make-a-wish-welcome-container .vanity-welcome-desc {
    padding: 0 32px;
  }

  .make-a-wish-welcome-container h2.expressive-heading-4 {
    padding: 0 17px;
    margin-bottom: 24px;
  }

  .make-a-wish-welcome-container h2.expressive-heading-4 .blue-underline {
    top: 50%;
    margin-top: 0;
  }

  .vanity-donate-btn {
    width: 311px;
    margin: 0 auto;
  }

  .donate-now-vanity {
    padding: 16px 62.5px !important;
    margin: 0;
  }

  .make-wish-video {
    background: #fff;
    position: relative;
    padding: 40px 0 0;
    margin: 40px 16px 0;
  }

  .make-a-wish-video {
    padding: 0;
  }

  .sticky-activity-footer-wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 20px;
    background: none;
    z-index: 999;
  }

  .sticky-activity-footer-wrap a {
    font-weight: 400;
    font-size: 1rem !important;
    letter-spacing: 1.6px;
    line-height: 15px;
    padding: 16px 24px;
    min-height: 52px;
    border: 1px solid #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .make-a-wish-details-container .vanity-zz-row2 {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .make-a-wish-details-container .vanity-zz-img-section {
    order: 2;
    margin: 0 -16px;
  }

  .make-a-wish-details-container .vanity-zz-main {
    order: 1;
    padding: 0 16px;
  }

  .make-wish-zz-desc {
    margin-bottom: 24px;
    padding: 0;
  }

  .make-a-wish-details-container.page-container.offer-details-container {
    padding: 0;
  }

  .make-a-wish-video {
    margin-bottom: 40px;
  }

  .make-wish-zz-title {
    padding: 0 0 24px;
  }

  .make-a-wish-secondary {
    margin-top: 0;
    padding: 0 16px;
  }

  .make-a-wish-secondary .vanity-zz-desc {
    padding-bottom: 15px;
  }

  .vanity-zz-img-mobile {
    display: inline-block !important;
  }

  .vanity-zz-img-desktop {
    display: none;
  }

  .make-awish-slider .banner-container .slick-next,
  .make-awish-slider .banner-container .slick-prev {
    top: auto;
    bottom: -59px;
  }

  .make-awish-slider .banner-container .slick-prev {
    left: 16px;
  }

  .make-awish-slider .banner-container .slick-next {
    right: 16px;
  }

  .make-awish-slider .slick-counter-holder {
    padding-top: 21px;
  }

  .make-wish-main-section .event-content {
    background: transparent;
  }

  .make-wish-main-section.make-wish-container.container {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 !important;
  }

  .make-wish-main-section .event-details {
    background-color: transparent;
    margin: -48px 16px 40px;
  }

  .make-wish-main-section .events-section {
    padding-bottom: 0;
  }

  .make-wish-main-section h2.expressive-heading-3 {
    margin-top: 0;
    padding-top: 0;
  }

  .make-wish-main-section .event-details .event-description {
    width: auto;
    margin: 0 0 32px;
  }

  .make-wish-main-section .event-details .event-detail-link {
    padding-top: 0;
    margin-bottom: 60px;
  }

  .make-a-wish-details-container .vanity-zz-row2 .vanity-zz-img-section {
    width: auto;
    height: auto;
    text-align: center;
  }

  .make-wish-main-section .event-content .event-info {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }

  .make-wish-main-section .event-details .event-detail-link .tertiary-button {
    color: #393939;
  }

  .make-wish-main-section .event-details h3.events-title {
    margin-top: 57px;
  }

  .make-wish-main-section #divMakeAWish .event-slider,
  .make-wish-main-section #divMakeAWish > div {
    width: 100%;
  }

  .makeawish-container .slick-arrow {
    top: auto;
    bottom: -59px;
  }

  .makeawish-container .slick-prev {
    left: 23px;
  }

  .makeawish-container .slick-next {
    right: 23px;
  }

  .makeawish-container .slick-arrow {
    width: 20px;
    height: 20px;
  }

  .makeawish-container .slick-arrow svg {
    fill: #fff;
  }

  .make-wish-main-section .event-slider .event-img .event-img-mobile {
    display: inline-block !important;
    width: 100%;
  }

  .make-wish-main-section .event-slider .event-img {
    width: 100%;
  }

  .slick-counter-holder p {
    line-height: 16px;
  }

  .container-fluid.activity-details.activity-details-page
    .restaurent-hero-wrap {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .filter-wrap-content .wrapper-dropdown {
    height: 20px;
  }

  .filter-wrap-content {
    display: flex;
    min-height: 88px;
  }

  .filter-wrap-container {
    display: flex;
    width: 100%;
  }

  .filter-wrap .city-wrap,
  .filter-wrap .country-wrap,
  .filter-wrap .dinning-type-wrap,
  .filter-wrap .location-wrap {
    width: 100% !important;
  }

  .makeawish-container .slick-prev:after {
    transform: translate(-15px, -12px) !important;
  }

  .makeawish-container .slick-arrow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #393939;
    padding: 26px;
    border-radius: 50%;
    transform: translate(-10px, -12px);
    top: 0;
  }

  .sticky-activity-footer-wrap {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  .make-wish-main-section #divMakeAWish .event-slider,
  .make-wish-main-section #divMakeAWish > div,
  .make-wish-main-section.make-wish-container.container {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .make-a-wish-details-container .vanity-zz-row2 {
    margin-right: 0;
  }

  .make-a-wish-details-container.page-container.offer-details-container {
    padding: 56px 56px 0;
  }

  .make-a-wish-details-container .vanity-zz-row2 .vanity-zz-img-section {
    text-align: center;
    width: 100%;
  }

  .make-a-wish-details-container
    .vanity-zz-row2
    .vanity-zz-img-section
    .img-responsive:first-child {
    display: inline-block;
  }

  .make-a-wish-details-container .vanity-zz-row2 {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .make-a-wish-details-container .vanity-zz-img-section {
    order: 2;
    margin: 0 -16px;
  }

  .make-a-wish-details-container .vanity-zz-main {
    order: 1;
    padding: 0 16px;
  }

  .make-wish-zz-desc {
    margin-bottom: 24px;
    padding: 0;
  }

  .make-a-wish-secondary {
    margin-top: 0;
    padding: 0 16px;
  }
}

.footerbrandlogo path,
.footernewlogos path {
  fill: #fff;
}

.site-footer-brands a {
  width: 160px;
  height: 75px;
}

.site-footer-brands .icon {
  height: 80px;
  width: 100%;
}

.site-footer-brands-container .slick-list.draggable {
  max-height: 100px;
}

.decorative-label {
  margin: 0;
}

.filter-wrap-content .dropdown-toggle.btn-default {
  padding: 0;
}

.filter-wrap-content .wrapper-dropdown {
  margin-top: -2px;
}

.bottom-hero-section
  .offer-hotel-details-section
  .inner-content
  p.blue-uppercase-text {
  position: relative;
  top: -55px;
}

.bottom-hero-section
  .offer-hotel-details-section
  .inner-content
  h3.discovertitle {
  position: relative;
  margin-bottom: 24px;
  top: 24px;
}

@media (max-width: 767px) {
  .offer-hotel-details-section .inner-content p.blue-uppercase-text {
    top: -87px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .offer-hotel-details-section .inner-content p.blue-uppercase-text {
    top: -67px;
  }

  .bottom-hero-section
    .offer-hotel-details-section
    .inner-content
    h3.discovertitle {
    top: 16px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .property-banner-ie-moz .hotel-heading-section .banner-container {
      margin-top: 74px;
    }
  }
}

@media (max-width: 767px) {
  .sticky-btn-section {
    display: none !important;
  }

  .sticky-activity-header .modal-book-btn .booknow-sticky {
    min-height: 52px;
    padding: 16px 24px;
    border: 1px solid #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .sticky-activity-header-wrap {
    box-shadow: none;
    background: transparent;
  }

  .sticky-activity-header .modal-book-btn a {
    min-height: 52px;
    padding: 16px 24px;
    border: 1px solid #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .sticky-activity-header .modal-book-btn {
    margin: 0;
  }

  .filter-wrap .decorative-label {
    margin-top: 16px;
  }
}

.heavy-ui-body-03-uppercase,
.property-list-holder .country-name {
  font-family: ITC-Franklin-Gothic-Std-Book !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 0.75rem !important;
  line-height: 16px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #737373;
}

.heavy-expressive-heading-04 {
  font-family: ITC-Franklin-Gothic-Std-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #393939;
}

.heavy-ui-body-3 {
  font-family: ITC-Franklin-Gothic-Std-Medium !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  color: #737373;
}

.heavy-ui-body-2 {
  font-family: ITC-Franklin-Gothic-Std-Book !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: 0.5px !important;
  color: #393939;
}

@media (max-width: 1024px) {
  .bookfix {
    position: fixed !important;
    bottom: 0;
  }

  .booksticky {
    position: sticky !important;
    bottom: 0;
  }
}

.accommodation-detail-section h1.new-headingForSeo,
.new-headingForSeo {
  font-family: FreightPro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 2.5rem !important;
  line-height: 48px !important;
  letter-spacing: 0.3px !important;
  color: #000 !important;
  margin-top: 10px !important;
  font-style: normal;
}

.new-headingForSeo span {
  font-family: FreightPro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.25rem !important;
  line-height: 28px !important;
  letter-spacing: 0.3px !important;
  color: #737373 !important;
  display: block !important;
  margin-bottom: 8px !important;
  font-style: normal;
}

@media (max-width: 1024px) {
  .accommodation-detail-section h1.new-headingForSeo,
  .new-headingForSeo {
    font-family: FreightPro, sans-serif !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    line-height: 40px !important;
    letter-spacing: 0.2px !important;
    color: #000 !important;
    margin-top: 40px !important;
    font-style: normal;
  }

  .gift-card-page .new-headingForSeo {
    margin-top: 20px;
  }
}

span.section-heading-h1:not(span.section-heading-h1.new-headingForSeo) {
  font-family: FreightPro, sans-serif;
  letter-spacing: 0.3px;
  font-size: 2.5em;
  font-weight: 600;
  color: #000;
}

@media (max-width: 767px) {
  .new-vanity-btn {
    position: absolute !important;
  }

  .newh3-heading {
    border: 0 !important;
  }
}

.chinese-logo-show,
arabic-logo-show {
  display: inline-block !important;
}

.ui-corner-all.ui-state-disabled {
  opacity: 0.35;
}

.expressive-heading-04 {
  color: #000;
  font-family: FreightBig Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.ui-body-03-uppercase {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.ui-body-01-underline,
.ui-body-03-uppercase {
  font-family: ITC Franklin Gothic Std;
  font-style: normal;
  letter-spacing: 0.5px;
}

.ui-body-01-underline {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.find-reservation-container .calender-section {
  width: 320px;
}

.calender-section .req-info-calander {
  position: unset !important;
  margin-top: 10px !important;
}

.calender-section .ui-datepicker .ui-state-active,
.change-reservation-calender.ui-datepicker td.end-date .ui-state-default,
.change-reservation-calender.ui-datepicker td.start-date .ui-state-default {
  background: #393939 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.calender-section #arrivalDepartureDatePopup {
  max-width: 356px;
  position: absolute;
  z-index: 9;
  height: auto;
  background: #fff;
  margin-top: 8px !important;
}

.calender-section #arrivalDepartureDatePopup .calendar-footer {
  margin: 8px 0 24px 24px !important;
}

@media (max-width: 390px) {
  .calender-section #arrivalDepartureDatePopup {
    left: -13px;
  }

  .change-reservation-calender {
    left: 10px !important;
  }
}

.manage-focus .primary-button:focus,
.manage-focus .secondary-button:focus,
.manage-focus > * :active,
.manage-focus > * :focus:not(:focus-visible) {
  outline-color: transparent !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}

.manage-focus #form-body input[type="password"],
.manage-focus #form-body input[type="text"],
.manage-focus #galleryPopin .modal-header .close:focus,
.manage-focus .banner-container .slick-controls li:focus-within,
.manage-focus .bootstrap-select .dropdown-toggle:focus,
.manage-focus .gallery-stage .slick-controls li:focus-within,
.manage-focus .header-wrapper :focus:not(.not-home-page-logo),
.manage-focus
  .home.proposals-slider-content
  .proposals-slider-container
  .proposals-slider-wrap
  .slick-controls
  li
  .slick-arrow:focus,
.manage-focus .home.proposals-slider-content button.play-pause-btn:focus,
.manage-focus .styled-checkbox:focus + span:before,
.manage-focus .txtcheckCode,
.manage-focus :focus,
.manage-focus a:focus,
.manage-focus a:focus .secondary-button,
.manage-focus a:focus .tertiary-button,
.manage-focus input,
.manage-focus input[type="checkbox"]:focus,
.manage-focus input[type="file"]:focus,
.manage-focus input[type="radio"]:focus,
.manage-focus select,
.manage-focus textarea {
  box-shadow: none !important;
  outline: none !important;
  outline-offset: 0 !important;
}

.manage-focus #galleryPopin .modal-header .close:focus,
.manage-focus
  .currency-sorting
  .selectAreaDuplicate
  button.btn.btn-default:focus,
.manage-focus .new-dismissClosebtnDiv .dismissClosebtn,
.manage-focus
  .price-sorting
  .btn-group.bootstrap-select.pricing.price-sorter
  button.btn.btn-default:focus,
.manage-focus .viewbydropdown button.dropdown-toggle:focus {
  border: 0 !important;
}

.white-bg {
  transition: background-color 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  opacity: 1;
  z-index: 9999;
  overflow: hidden;
}

button.play-pause-btn {
  display: block;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 40px;
  right: 120px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.play-pause-anime {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: border 0.1s ease-in-out;
}

.play-pause-anime .bar {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 20px;
  border-radius: 3px;
  background-color: #fff;
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background 0.1s ease-in-out,
    opacity 0.3s ease-in-out;
}

.play-pause-anime.pause .bar-1 {
  transform: translateX(13.5px) translateY(0) rotate(0deg);
}

.play-pause-anime.pause .bar-2 {
  transform: translateX(24px) translateY(0) rotate(0deg);
}

.play-pause-anime.pause .bar-3 {
  opacity: 0;
  width: 1px;
  height: 1px;
  left: 12px;
  top: 8px;
}

.play-pause-anime.play .bar-1 {
  transform: translateX(20px) translateY(-5px) rotate(-55deg);
}

.play-pause-anime.play .bar-2 {
  transform: translateX(20px) translateY(5px) rotate(-125deg);
}

.play-pause-anime.play .bar-3 {
  background: transparent;
  width: 1px;
  height: 1px;
  left: 12px;
  top: 8px;
  border-radius: 0;
  border: 12px solid transparent;
  border-left: 15px solid #fff;
}

.small-blue-btn.white-background {
  background: #fff;
  color: #393939;
  border: 2px solid #393939;
}

.small-blue-btn.white-background:hover {
  color: #fff;
  background: #393939;
}

.section-description p {
  margin-bottom: 0;
}

.section-description.max-width-800 {
  max-width: 800px;
}

.section-description.max-width-820 {
  max-width: 820px;
}

.subtitle-read-more {
  text-align: center;
}

.subtitle-read-more img {
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.subtitle-read-more button.expanded img {
  transform: rotate(180deg);
}

.subtitle-read-more button.expanded svg {
  transform: rotate(270deg);
}

.subtitle-read-more-container {
  display: none;
}

.subtitle-read-more-container p {
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  .app-store-bottom {
    overflow: hidden;
    background-position-y: 10px;
  }

  .app-store-bottom .app-img img {
    margin-top: -8px !important;
  }

  .fairmont-gift-card .accommodation-blocks a {
    outline-offset: 0;
  }

  .distination-lists-wrap .item > a {
    display: block;
    overflow: hidden;
  }
}

@supports (-ms-ime-align: auto) {
  .activity-list-banner-ie-fix .hotel-heading-section .banner-container {
    margin-top: 0;
  }

  .app-store-bottom {
    overflow: hidden;
    background-position-y: 10px;
  }

  .app-store-bottom .app-img img {
    margin-top: -8px !important;
  }

  .distination-lists-wrap .item > a {
    display: block;
    overflow: hidden;
  }

  .popin-slider .slick-arrow {
    height: 20px;
  }
}

.hide-item {
  display: none !important;
}

.allsafedesc,
.allsafeheading {
  padding-left: 3.1em;
}

.fairmont-offer .welcom-to-section {
  height: auto;
}

.accommodation-wrapper.offer-list-wrapper .offer-slider-section {
  padding-bottom: 10px;
}

.see-less-content .down-arrow {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.page-container.more-number-section {
  margin-top: 30px;
  padding: 30px 70px;
  min-height: 0;
}

.page-container.more-number-all {
  padding-bottom: 30px;
}

.bottom-hero-section .inquiry-detail-section {
  height: 80%;
}

.accommodation-list-page .offer-slider-section {
  margin-top: 0;
}

.welcome-container.logged-in-user-section {
  margin-bottom: 45px;
  text-align: center;
  padding: 50px 75px;
}

.logged-in-user-section h2 {
  font-style: italic;
  margin-top: 0;
}

.block-spans span {
  display: block;
}

.more-number-section .section-title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  letter-spacing: 0.3px;
  color: #000;
  vertical-align: middle;
}

.more-number-section .section-title span {
  max-width: 16rem;
  vertical-align: middle;
}

.more-number-section ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  vertical-align: top;
  margin: 0 30px 0 0;
}

.more-number-section .number-head-text {
  margin: 10px 0;
  font-weight: 700;
}

.more-number-section .number-head-text,
.more-number-section ul a {
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.5px;
}

.more-number-section ul a {
  font-weight: 400;
  text-decoration: underline;
}

ul.number-acc-content {
  display: none;
  padding-bottom: 30px;
}

.italic-side-headings {
  font-family: FreightProItalic, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
}

.large-heading-row {
  padding: 20px 0;
  margin: 1px 0;
}

.more-number-all .row {
  margin: 1px 0;
}

.more-number-all .number-acc-panel {
  padding: 0;
}

.large-heading-row,
.number-acc-panel {
  border-bottom: 1px solid #c9c9c9;
}

.large-heading-row:last-of-type {
  border-bottom: 0;
}

.border-top-grey {
  border-top: 1px solid #c9c9c9;
}

.italic-side-headings.full-width {
  margin-top: 45px;
}

.number-acc-panel button {
  background: none;
  width: 100%;
  border: 0;
  padding: 15px 1px;
  text-align: left;
}

.number-acc-panel button svg {
  display: inline-block;
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.number-acc-panel.open button svg {
  transform: rotate(180deg);
}

.number-acc-panel.open {
  border-bottom: 1px solid transparent;
}

.large-heading-row .left-row-section,
.large-heading-row .right-row-section,
.number-acc-content .left-row-section,
.number-acc-content .right-row-section {
  padding-left: 0;
  padding-right: 0;
}

.large-heading-row p,
.number-acc-content .left-row-section p,
.number-acc-content .right-row-section p {
  margin-bottom: 0;
}

.large-heading-row .right-row-section p,
.number-acc-content .left-row-section p,
.number-acc-content .right-row-section p {
  letter-spacing: 0.5px;
}

.large-heading-row .right-row-section a {
  font-weight: 700;
}

.large-heading-row .right-row-section a:focus,
.large-heading-row .right-row-section a:hover {
  text-decoration: underline;
}

.number-acc-content .row {
  border-top: 1px solid #c9c9c9;
  padding: 20px 0;
  margin: 1px 0;
}

.seeOnMap.view-more-button {
  display: block;
  margin: 20px auto;
  max-width: 300px;
}

.seeOnMap.view-more-button img {
  margin-right: 10px;
}

.seeOnMap.view-more-button .close-text {
  display: none;
}

.seeOnMap.view-more-button.secondary-button:active,
.seeOnMap.view-more-button.secondary-button:focus {
  background-color: transparent;
}

.b-event-slider-overview-section .slick-slide > div {
  line-height: 0;
}

.b-event-slider-overview-section .event-description {
  line-height: 1.4;
}

.google-map-container.destnation-page-map {
  height: 615px;
}

.img-width-100 img,
.main-image-section .fa-gold-img img {
  width: 100%;
}

.destnation-page-map .google-map {
  width: 100%;
  height: 615px;
}

.FAinfoBox {
  min-width: 500px;
}

.property-page-map .FAinfoBox {
  max-width: 400px;
  min-width: 400px;
  text-align: left;
  overflow: hidden;
}

.property-page-map .info-box-holder .property-details-holder {
  width: 100%;
  padding-right: 20px;
}

.info-box-holder {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 40px #c9c9c9;
  color: #000;
  width: 660px;
  padding: 10px;
}

.info-box-holder .property-image-holder img {
  height: 195px;
}

.info-box-holder .property-details-holder {
  padding: 20px 0 20px 20px;
}

.info-box-holder .property-name {
  margin-top: 0;
  font-size: 1.95em;
  letter-spacing: 0.2px;
  max-width: 280px;
}

.info-box-holder .property-city {
  font-size: 0.75rem;
  color: #000;
  letter-spacing: 1px;
}

.info-box-holder .property-arrow-holder {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.info-box-holder .property-details-holder,
.info-box-holder .property-image-holder {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.info-box-holder .property-address,
.info-box-holder .property-phone {
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  max-width: 90%;
}

.destination-filter-wrapper .title-wrapper {
  display: none;
}

.destination-filter-wrapper .show-hide-filters {
  text-transform: uppercase;
  background: none;
  border: 0;
}

.destination-filter-wrapper .show-hide-filters:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ba1f1a;
}

.destination-filter-wrapper .show-hide-filters .bs-caret .caret {
  border: solid #393939;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -5px;
}

.destination-filter-wrapper .show-hide-filters .hide-filters {
  display: none;
}

.destination-filter-wrapper .show-hide-filters .hide-filters:after {
  content: "x";
  color: #393939;
  font-weight: 500;
}

.destination-filter-wrapper .show-hide-filters.shown .hide-filters {
  display: block;
}

.destination-filter-wrapper .show-hide-filters.shown .show-filters {
  display: none;
}

.fixed-destination-filter .title-wrapper {
  display: block;
  padding: 20px 40px;
  float: none;
  overflow: hidden;
  box-shadow: 0 5px 150px 0 rgba(0, 0, 0, 0.1);
}

.fixed-destination-filter .title-wrapper .h2-heading {
  font-family: FreightPro, sans-serif;
  letter-spacing: 0.3px;
  color: #000;
  line-height: 1.1;
  margin: 0;
  font-size: 2em;
  font-weight: 700;
}

.filter-icon {
  max-width: 28px;
  margin-right: 15px;
}

.green-partners .secion-desc p:nth-child(2) {
  font-family: FreightPro !important;
  font-size: 1.75rem !important;
  color: #000 !important;
  letter-spacing: 0.2px;
  line-height: 2.125rem;
  font-style: italic;
  padding: 25px 43px !important;
  font-weight: 500;
  margin-bottom: 40px !important;
}

.sustainable-bottom-slider .bottom-hero-section .discover-image-section.row {
  margin: 0 auto;
}

.sustainable-bottom-slider .bottom-hero-section .discover-image-section img {
  width: 100%;
  height: auto;
}

.sustainable-bottom-slider .slick-next {
  right: 25px;
}

.sustainable-bottom-slider .slick-prev {
  left: 25px;
}

.sustainable-bottom-slider .slick-arrow {
  width: 35px;
  height: 35px;
  z-index: 1;
}

.sustainable-bottom-slider .slick-arrow svg {
  fill: #fff;
}

.sustainable-bottom-slider .bottom-hero-section {
  clear: none;
}

.wedding-filter .filter-wrap {
  top: 0;
}

.offers-results-area {
  margin-bottom: 40px;
}

.distination-lists-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 30px;
}

.distination-lists-wrap .type-description {
  max-width: 980px;
  margin: 0 auto;
}

.distination-lists-wrap .type-description p.all-spa {
  margin-bottom: 0;
}

.distination-lists-wrap h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.distination-lists-wrap span.blue-underline {
  display: inline-block;
  margin: 0;
  line-height: 44px;
  vertical-align: middle;
}

.distination-lists-wrap .image-wrap {
  width: 30.5%;
  float: left;
  height: auto;
  position: relative;
  display: flex;
  background: #f7f7f7;
}

.distination-lists-wrap .item {
  margin-top: 20px;
  background: #fff;
  padding: 0;
  position: relative;
  box-shadow: 0 0 20px #c9c9c9;
  cursor: pointer;
  display: flex;
}

.distination-lists-wrap .item a {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.distination-lists-wrap .content-wrap a {
  display: inline;
}

.distination-lists-wrap .content-wrap {
  width: 58%;
  float: left;
  height: auto;
  margin: 42px 0 42px 5%;
  position: relative;
}

.distination-lists-wrap .image-wrapper {
  opacity: 1;
  width: 100%;
  transition: opacity 0.35s;
  align-items: center;
  display: flex;
}

.distination-lists-wrap .subtitle {
  font: 0.6875rem/1rem ITCFranklinGothicStd;
  font-weight: 700;
  color: #393939;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  bottom: 15px;
  background: #fff;
  padding: 3px 10px;
  min-width: 60px;
  text-align: center;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.distination-lists-wrap .mainTitle {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.distination-lists-wrap h2.mainTitle {
  margin-top: 0 !important;
}

.distination-lists-wrap .subTitle {
  color: #393939;
  margin-bottom: 10px;
}

.distination-lists-wrap .content {
  color: #393939;
  padding: 0;
  width: 87%;
}

.distination-lists-wrap .discover-hotel-text {
  position: absolute;
  right: 35px;
  bottom: 20px;
  padding: 0;
}

.kid-eat-section .h2-heading {
  letter-spacing: 0.3px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.kid-eat-section .h2-heading,
.page-title {
  font-family: FreightPro, sans-serif;
  color: #000;
}

.page-title {
  margin: 15px 0;
  font-size: 2.813em;
  text-align: center;
}

.page-title span {
  max-width: 790px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.sustainability-banner-video {
  min-height: 300px;
  max-height: 615px;
  height: auto;
  width: 100%;
}

iframe.sustainability-banner-video {
  height: 615px;
}

.gift-card-page {
  margin-top: 40px;
}

.gift-card-page .event-honeymoon-hero-section {
  padding-bottom: 0;
  padding-top: 0;
}

.gift-card-page .event-honeymoon-hero-section .restaurent-details-section {
  max-height: 480px;
}

.gift-card-page
  .event-honeymoon-hero-section
  .restaurent-details-section
  .restaurent-hero-details {
  max-height: 260px;
  overflow: auto;
}

.gift-card-page .gift-see-more-btn {
  margin-top: 15px;
}

.gift-card-page .gift-see-more-btn a {
  background-color: transparent;
  display: inline-block;
  padding: 15px;
  min-width: 150px;
}

.gift-card-page .events-section {
  padding-bottom: 0;
}

.gift-card-page .event-hero-section {
  margin-top: 0;
}

.partners-container {
  margin-top: 0;
  padding-top: 25px;
}

.partners-container .page-section .h2-heading {
  font-family: FreightPro, sans-serif;
  font-size: 1.75em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #000;
}

.page-container .page-section.partners {
  margin-top: 20px;
}

.page-container .page-section .img-out-right {
  margin-right: -200px;
  display: block;
  overflow: hidden;
  float: right;
}

.page-container .page-section .img-out-left {
  margin-left: -200px;
  display: block;
  overflow: hidden;
  float: left;
}

.page-container .page-section .secion-desc .partners-wrapper {
  display: block;
  overflow: hidden;
  margin: 20px -50px;
  float: left;
}

.page-container .page-section .secion-desc .partners-wrapper .partner {
  display: block;
  float: left;
  margin: 0 18px;
  width: 29%;
}

.page-container .page-section .secion-desc .partners-wrapper .partner a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  margin: 8px 0;
  display: block;
  overflow: hidden;
}

.page-container .page-section .secion-desc .partners-wrapper .partner a img {
  margin-bottom: 8px;
}

.page-container .page-section .secion-desc .partners-wrapper .partner a span {
  display: block;
}

.page-container
  .page-section
  .secion-desc
  .partners-wrapper
  .partner
  a
  span
  img {
  margin: 0 0 0 3px;
}

.page-container .mission .modal-download-btn {
  padding: 15px 0;
  max-width: 450px;
  margin: 10px auto;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.page-container .page-section.green-partners .section-title,
.page-container .page-section .section-title.wedding-page {
  position: relative;
  font-size: 2em;
  width: 300px;
}

.page-container .page-section.green-partners .section-title:after,
.page-container .page-section .section-title.wedding-page:after {
  content: "";
  position: absolute;
  top: 20px;
  border-bottom: 2px solid #393939;
  right: 0;
  width: 64px;
}

.page-container .page-section .secion-desc .bolder,
.page-container .page-section .secion-desc .bolder p,
.page-container .page-section .secion-desc p.bolder {
  font-family: FreightPro, sans-serif;
  font-size: 1.75rem;
  color: #000;
  letter-spacing: 0.2px;
  line-height: 2.125rem;
  font-style: italic;
  padding: 25px 43px;
  font-weight: 600;
}

.fairmont-heritage-place .section-description .smaller-text p,
.fairmont-heritage-place .section-description p.smaller-text,
.fairmont-residences-intro .section-description .smaller-text p,
.fairmont-residences-intro .section-description p.smaller-text {
  margin-top: 15px;
  font-weight: 700;
  font-size: 0.87em;
}

.fairmont-heritage-place .section-description .smaller-text p {
  margin: 15px 35px 0;
}

.fairmont-heritage-place
  .page-container
  .page-section
  .secion-desc
  .smaller-text
  p,
.fairmont-heritage-place
  .page-container
  .page-section
  .secion-desc
  p.smaller-text {
  margin-top: 15px;
  font-size: 0.8em;
  line-height: 1.2;
}

.fairmont-heritage-place
  .page-container
  .page-section.place-belong-section
  .section-title
  span {
  max-width: 250px;
}

.fairmont-heritage-place .event-hero-section {
  margin-top: 0;
}

.fairmont-heritage-place
  .page-container
  .spectacular-section.page-section
  .secion-desc
  .smaller-text {
  margin: 0;
  padding-top: 0;
}

.heritage-list-holder {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.heritage-list-holder .filter-wrap {
  top: 15px;
}

.heritage-list-holder .distination-lists-wrap {
  margin-top: 30px;
}

.privacy-terms-container .panel-default > .panel-heading .see-less-panel-link {
  font-size: 0.7em;
  color: #000;
  display: block;
}

.privacy-terms-container
  .panel-default
  > .panel-heading
  .see-less-panel-link
  .blue-color-arrow {
  margin-left: 3px;
}

.privacy-terms-container
  .panel-default
  > .panel-heading
  .collapsed
  .see-less-panel-link {
  display: none;
}

.privacy-policy .privacy-terms-container,
.terms-and-conditions .privacy-terms-container {
  margin-top: 0;
}

.privacy-policy .page-banner,
.terms-and-conditions .page-banner {
  margin-bottom: -50px;
  margin-top: 20px;
}

.privacy-policy .blue-underline,
.terms-and-conditions .blue-underline {
  display: block;
}

.cookies-policy-page .page-title {
  margin-top: 45px;
  margin-bottom: 77px;
  font-size: 2.8125rem;
  line-height: 47px;
  text-transform: uppercase;
  word-break: break-word;
}

.privacy-terms-container.cookies-policy-container .cookie-policy-heading {
  letter-spacing: 1px;
  margin-bottom: 32px;
  font-size: 2.5rem;
  line-height: 47px;
  color: #000;
  word-break: break-word;
}

.privacy-terms-container.cookies-policy-container .cookie-policy-section {
  margin-bottom: 60px;
}

.privacy-terms-container.cookies-policy-container
  .cookie-policy-section:last-of-type {
  margin-bottom: 0;
}

.privacy-terms-container.cookies-policy-container .cookie-policy-section p {
  font-size: 0.8125rem;
  line-height: 21px;
  color: #393939;
}

.privacy-terms-container.cookies-policy-container .cookie-policy-section ol,
.privacy-terms-container.cookies-policy-container .cookie-policy-section ul {
  padding-left: 16px;
  font-size: 0.8125rem;
  word-break: break-word;
  line-height: 21px;
  color: #393939;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  margin-top: -20px;
}

.privacy-terms-container.cookies-policy-container
  .cookie-policy-section.cookie-policy-nav
  ol,
.privacy-terms-container.cookies-policy-container
  .cookie-policy-section.cookie-policy-nav
  ul {
  margin-top: 0 !important;
}

.cookie-popin-btn-holder {
  display: inline-block;
}

.privacy-terms-container.cookies-policy-container .cookie-popin-btn {
  padding: 18px 45px;
  margin: 0 0 24px;
}

.proposals-slider-description-wrap {
  position: absolute;
  top: 10.5%;
  width: 600px;
  left: 25px;
  transform: translateY(-34%);
  transition: top 0.3s ease-in-out;
  margin-top: 6px;
}

.proposals-slider-description-wrap .rfp-overlay-text {
  max-width: 550px;
  width: 100%;
  text-align: left;
  padding: 10px 10px 10px 55px;
  background-color: rgba(0, 0, 0, 0.7);
}

.proposals-slider-description-wrap .rfp-overlay-text .sub-heading-text {
  text-transform: uppercase;
  font-size: 0.688em;
  color: #fff;
  letter-spacing: 1px;
  line-height: 15px;
  font-weight: 700;
}

.event-all-info h3.event-title,
.proposals-slider-description-wrap .rfp-overlay-text h2.main-heading-text {
  margin-top: 0;
  margin-bottom: 0;
}

.event-all-info .event-small-title-new {
  position: absolute;
  top: 100px;
  width: 95%;
  line-height: 15.7143px;
  margin-top: 0;
  margin-bottom: 0;
}

.event-all-info .event-title-new {
  margin-top: 25px !important;
  margin-bottom: 0;
  padding-top: 15px;
}

.proposals-slider-description-wrap .rfp-overlay-text .main-heading-text {
  color: #fff;
  font: 600 1.25em/28px FreightPro;
  letter-spacing: 0.3px;
  padding: 0;
}

.proposals-slider-description-wrap .rfp-overlay-text .content-text {
  font-size: 0.85em;
  color: #fff;
  letter-spacing: 1px;
  line-height: 26px;
  padding-bottom: 5px;
  max-height: 100px;
  overflow: auto;
}

.proposals-slider-description-wrap .rfp-overlay-text .rfp-button {
  text-align: right;
}

.proposals-slider-description-wrap
  .rfp-overlay-text
  .rfp-button
  .weddingSliderBtn {
  display: inline-block;
  height: auto;
  padding: 7px;
}

.find-reservation-container {
  margin: 16px 0;
  background-color: #fff;
  padding: 12px 32px 0;
}

.myFpcSignin #sign-in h1 {
  font-size: 2.5rem !important;
}

.myFpcSignin #sign-in h2 {
  color: #000;
  margin: 0 0 16px;
  font-size: 0.85rem;
  font-family: FreightProMedium;
  font-weight: 500;
  line-height: 40px;
}

.myFpcSignin #sign-in h2 p {
  margin: 0;
}

.myFpcSignin #sign-in label {
  display: block;
  max-width: 320px;
  margin: 16px 0 8px;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
  line-height: 20px;
}

.myFpcSignin #sign-in input {
  display: inline-block;
  height: 45px;
  width: 100%;
  max-width: 320px;
  padding-left: 5px;
  font-size: 0.85rem;
}

.find-reservation-container .btnCommon {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  max-width: 150px;
  text-align: center;
}

.find-reservation-container .blue-underline {
  display: inline-block;
  vertical-align: middle;
}

.find-reservation-container .accor-login-redirect a {
  font-weight: 600;
  color: #393939;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.find-reservation-container .accor-login-redirect a:hover {
  text-decoration: underline;
}

.find-reservation-container .ui-state-error-text {
  color: #ba1f1a;
  margin-top: 10px;
  font-size: 0.85rem;
}

.our-story-info-title {
  max-width: 1440px;
  margin: 0 auto;
}

.our-story-hero-bottom-container-wrap .our-story-hero-bottom-container {
  max-width: 1180px;
  margin: 0 auto;
}

.our-story-hero-bottom-container .our-story-hero-content {
  max-width: 975px;
  margin: 0 auto;
  padding: 10px 7% 8% ;
}

.our-story-hero-bottom-container
  .our-story-hero-content.our-story-hero-last-content {
  padding: 40px 50px 80px;
  margin: 80px auto -75px;
}

.our-story-hero-bottom-container .h2-heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.our-story-hero-bottom-container .our-story-hero-bottom-content .h2-heading {
  width: 80%;
  text-align: center;
  margin: 0 auto 45px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-size: 1.55em;
}

.our-story-hero-bottom-container-wrap
  > .our-story-hero-bottom-container
  > .our-story-hero-content:first-child {
  margin-top: 0;
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}

.our-story-two-img .our-story-two-img-desc p {
  margin: 0;
}

.our-story-hero-img-banner img {
  width: 100%;
}

.our-story-sec-intro {
  max-width: 365px;
  position: relative;
}

.our-story-hero-content.our-story-hero2-content .our-story-sec-intro {
  max-width: 310px;
}

.our-story-hero-top-content .blue-underline {
  left: 54%;
}

.our-story-sec-intro .blue-underline {
  display: inline-block;
  margin: 20px 0;
  vertical-align: top;
}

.our-story-intro-desc {
  font-size: 0.85em;
  letter-spacing: 0.5px;
  line-height: 27px;
  color: #393939;
}

.our-story-hero-content .story-content-details {
  color: #393939;
  position: static;
}

.our-story-intro-img-head h3 {
  margin-top: 0;
}

.our-story-hero-bottom-container
  .our-story-hero-content.our-story-hero-bottom-content {
  padding: 5% 7%;
}

.our-story-hero-bottom-container
  .our-story-hero-bottom-content
  .our-story-intro-desc {
  width: 80%;
  margin: 0 auto;
  padding: 0 5%;
}

.our-story-hero-bottom-container
  .our-story-hero-bottom-content
  .our-story-intro-desc
  p {
  margin: 0 0 40px;
}

.our-story-hero-bottom-container
  .our-story-hero-bottom-content
  .our-story-intro-desc
  p:last-child {
  margin: 0;
}

.our-story-hero-bottom-container .our-story-two-img {
  font-size: 0.85em;
  color: #393939;
  line-height: 25px;
  padding: 0 0 55px;
}

.our-story-bottom-section .bottom-hero-section .inner-content {
  padding: 50px 38px;
}

.our-story-bottom-section .bottom-hero-section .inner-content div:nth-child(2) {
  font-size: 1.65em;
  margin: 10px 0;
}

.our-story-bottom-section .bottom-hero-section .inner-content div:nth-child(3) {
  font-size: 0.85em;
  color: #393939;
  line-height: 24px;
}

.our-story-hero-bottom-container
  .our-story-hero-bottom-container
  .our-story-hero-content {
  padding: 40px 50px 80px;
}

.our-story-hero-bottom-container
  .our-story-hero-bottom-container
  .our-story-hero-content
  p {
  margin: 0;
}

.our-story-hero-bottom-container .our-story-intro-desc {
  margin: 40px auto;
  width: 100%;
  padding: 0 0;
}

.timeline-image-wrap img + h3 {
  display: none;
}

.timeline-container {
  position: relative;
  overflow: hidden;
  clear: both;
}

.timeline-container .timeline-block + .timeline-block {
  margin-top: 30px;
}

.timeline-container .timeline-row-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.timeline-container .timeline-row-wrapper:before {
  content: "";
  display: block;
  width: 1px;
  background: #c9c9c9;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.timeline-container
  .timeline-block:first-child
  .timeline-row-wrapper:first-child:before {
  top: 80px;
}

.timeline-container
  .timeline-block:first-child
  .timeline-row-wrapper:first-child:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  left: 50%;
  top: 80px;
  border: 1px solid #393939;
  transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
}

.timeline-container .timeline-row {
  clear: both;
  overflow: hidden;
  position: relative;
  padding-top: 10px;
}

.timeline-container .timeline-row + .timeline-row {
  margin-top: 70px;
}

.timeline-block:nth-child(2n)
  .timeline-row:nth-child(2n)
  .timeline-description-wrap,
.timeline-block:nth-child(2n) .timeline-row:nth-child(odd) .timeline-image-wrap,
.timeline-block:nth-child(odd)
  .timeline-row:nth-child(2n)
  > .timeline-image-wrap,
.timeline-block:nth-child(odd)
  .timeline-row:nth-child(odd)
  > .timeline-description-wrap {
  padding: 0 25px 0 0;
  float: left;
}

.timeline-block:nth-child(2n) .timeline-row:nth-child(2n) .timeline-image-wrap,
.timeline-block:nth-child(2n)
  .timeline-row:nth-child(odd)
  .timeline-description-wrap,
.timeline-block:nth-child(odd)
  .timeline-row:nth-child(2n)
  > .timeline-description-wrap,
.timeline-block:nth-child(odd)
  .timeline-row:nth-child(odd)
  > .timeline-image-wrap {
  padding: 0 0 0 25px;
  float: right;
}

.timeline-block:nth-child(2n) .timeline-row:nth-child(2n) .timeline-description,
.timeline-block:nth-child(odd)
  .timeline-row:nth-child(odd)
  .timeline-description {
  text-align: left;
  float: right;
}

.timeline-block:nth-child(2n)
  .timeline-row:nth-child(odd)
  .timeline-description,
.timeline-block:nth-child(odd)
  .timeline-row:nth-child(2n)
  .timeline-description {
  text-align: left;
  float: left;
}

.timeline-block:nth-child(2n)
  .timeline-row:nth-child(odd)
  .timeline-image-wrap
  .timeline-year-wrap,
.timeline-block:nth-child(odd)
  .timeline-row:nth-child(2n)
  > .timeline-image-wrap
  .timeline-year-wrap {
  text-align: right;
}

.timeline-block:nth-child(2n)
  .timeline-row:nth-child(2n)
  .timeline-image-wrap
  .timeline-year-wrap,
.timeline-block:nth-child(odd)
  .timeline-row:nth-child(odd)
  > .timeline-image-wrap
  .timeline-year-wrap {
  text-align: left;
}

.timeline-description {
  max-width: 365px;
}

.timeline-description-wrap {
  position: static;
}

.timeline-description-wrap:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #393939;
  display: none;
  top: 10px;
  left: 50%;
  border: 1px solid #393939;
  transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
}

.timeline-year-wrap {
  margin-top: -10px;
}

.timeline-container
  .timeline-block:first-child
  .timeline-row-wrapper:first-child
  .timeline-row:first-child
  .timeline-year-wrap {
  margin-top: 0;
}

.timeline-block:first-child
  .timeline-row-wrapper:first-child
  .timeline-row:first-child
  .timeline-description-wrap:before {
  display: none;
}

.timeline-year {
  color: #393939;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #393939;
  font-size: 1.25rem;
}

.wedding-heading {
  color: #000;
  margin: 40px 35px;
  text-align: center;
  position: relative;
}

.wedding-heading:after {
  content: "";
  border-bottom: 2px solid #393939;
  position: absolute;
  width: 74px;
  bottom: -15px;
  left: calc(50% - 37px);
}

.brand-event-overview {
  margin-top: 45px;
}

.event-technology-section {
  padding-bottom: 30px;
}

.sign-event-carousel-left,
.sign-event-carousel-right {
  overflow: hidden;
  padding: 45px 0;
}

.b-social-event-carousel.sign-event-carousel-left {
  margin-bottom: 80px;
}

.effortless-planning {
  float: left;
  width: 100%;
}

.effortless-planning .hotelActivitiesModelContent {
  margin: 20px 0;
  padding: 15px;
}

.effortless-planning h2 {
  text-align: center;
  color: #000;
  margin: 0 auto;
  padding: 20px 0 20px;
  max-width: 500px;
}

.effortless-planning h2.first {
  padding-top: 20px;
}

.effortless-planning .center-background-white {
  padding: 0 0 1%;
}

.effortless-planning .effortless-planning-content {
  text-align: justify;
  text-align-last: left;
  color: #000;
  margin: 0 auto;
  max-width: 790px;
}

.effortless-planning .effortless-planning-content.richtext-box ul li {
  display: list-item;
}

.effortless-planning .brand-planning-link {
  display: inline-block;
  margin-top: 40px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}

.effortless-planning .brand-planning-link span {
  padding: 0 5px;
}

.see-me-quote-btn {
  min-width: 250px;
  padding: 10px 20px;
  margin: 40px 0;
  display: inline-block;
  cursor: pointer;
}

.brand-meeting-other-events-section
  .other-activity-lists
  .other-activity-list
  a {
  display: block;
}

.hotel-heading-section h1.brand-meeting-heading {
  display: inline-block;
  max-width: 1440px;
}

.hotel-heading-section .brand-meeting-section-description p {
  margin: 0 0 20px;
}

.inquiry-inner-details a {
  font-weight: 700;
}

.center-background-white {
  max-width: 990px;
  margin: 50px auto;
  background: #fff;
  padding: 1% 0 6%;
}

.white-background-bottom {
  max-width: 975px;
  margin: 0 auto;
  background: #fff;
  padding: 1% 0;
}

.activity-details-wrapper
  .hotelActivitiesModelContent.event-technology-content {
  max-width: 990px;
  margin: 0 auto;
  background: #fff;
  padding: 3% 5%;
}

.brand-events-other-activity-section {
  padding-bottom: 45px;
}

.brand-events-other-activity-section.b-social-other-activity {
  margin-top: 80px;
}

.spa-overview-image.event-technology-section {
  max-width: 85%;
  margin: 0 auto;
}

.brand-meeting-overlay-text {
  position: absolute;
  bottom: 30px;
  font-size: 0.675rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 -11px 16px 1px rgba(0, 0, 0, 0.6);
}

.bottom-hero-section .inquiry-inner-content > h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: FreightPro, sans-serif;
  margin: 0 0 20px;
  color: #393939;
  font-weight: 700;
}

.bottom-hero-section .inquiry-inner-content {
  padding: 50px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 460px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.bottom-hero-section .inquiry-inner-content .inner-details .inquiry-email-img,
.bottom-hero-section
  .inquiry-inner-content
  .inner-details
  .inquiry-telephone-img {
  padding: 30px;
}

#EventInquiresBlock.bottom-hero-section {
  margin: 40px 0;
}

#EventInquiresBlock.bottom-hero-section.b-social-inquires {
  margin-bottom: 80px;
}

.load-more-content-wrap.b-social-load-more {
  margin: 80px auto;
}

.load-more-content-wrap.b-wedding-load-more {
  margin: 30px auto 60px;
}

.b-create-honeymoon,
.b-wedding-event-first {
  margin-bottom: 70px;
}

.b-wedding-event-first.white-bg-image:after {
  max-width: 990px;
}

.b-wedding-effortless-planning,
.b-wedding-event-carousel-left {
  margin-bottom: 40px;
  margin-top: -130px;
}

.b-wedding-popin-btn {
  display: inline-block;
  padding: 0 5px;
  border: 0;
  background: none;
  border-bottom: 4px solid #393939;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.inquiry-gray-underline {
  height: 4px;
  width: 100px;
  background: #393939;
  margin: 10px auto;
}

.black-underline {
  height: 4px;
  width: 65px;
  background: #000;
  margin: 25px auto;
}

.sign-event-carousel-left,
.sign-event-carousel-right {
  margin: 40px 0;
  float: left;
  width: 100%;
}

.sign-event-carousel-left .center-background-white,
.sign-event-carousel-right .center-background-white {
  max-width: 990px;
  margin: 0 auto;
  background: #fff;
  padding: 4% 0 6%;
  min-height: 710px;
}

.sign-event-carousel-right .event-img {
  float: right;
}

.sign-event-carousel-right .event-details {
  left: 0;
}

.brand-meeting-container .filter-wrap {
  max-width: 750px;
}

.sign-event-carousel-left .slick-initialized .slick-slide,
.sign-event-carousel-right .slick-initialized .slick-slide {
  outline-offset: -1px;
}

.sign-event-carousel-left .slick-initialized .slick-active .img-responsive {
  margin: 1px 0 0 1px;
}

.sign-event-carousel-right .slick-initialized .slick-active .img-responsive {
  margin: 1px 1px 0 0;
}

.brand-meeting-container .brand-meeting-filter-wrap .city-wrap,
.brand-meeting-container .brand-meeting-filter-wrap .country-wrap {
  width: 100%;
}

.timeline-container .timeline-final-content {
  color: #393939;
  font-size: 0.85rem;
  line-height: 1.375rem;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

.timeline-container .timeline-quote {
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
  clear: both;
}

.timeline-container .timeline-quote .h2-heading {
  color: #393939;
  font-size: 2.25rem;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 44px;
}

.timeline-block .timeline-quote {
  padding: 40px 0 50px;
}

.proposals-slider-wrap.slick-dotted.slick-slider {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #393939;
}

.proposals-slider-wrap.home {
  margin: 65px auto;
}

.proposals-slider-wrap .image-wrapper {
  height: 0;
  padding-bottom: 43.55%;
  background-size: cover;
}

.proposals-slider-wrap .image-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.proposals-slider-wrap .slick-slide {
  padding: 0;
  height: auto;
}

.proposals-slider-wrap .slick-slide .slider {
  padding: 0;
}

.proposals-slider-wrap .slick-dots {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  left: 45px;
  top: 0;
  padding: 0;
  z-index: 2;
}

.proposals-slider-wrap .slick-dots .slick-dot:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 75px;
  top: 15%;
  left: 8px;
  margin-top: 5px;
  border: 1px dotted #fff;
  z-index: -1;
}

.proposals-slider-wrap .slick-dots .slick-dot:last-child:after {
  display: none;
}

.proposals-slider-wrap .slick-dots li {
  position: absolute;
  background: none;
  border-radius: 50%;
  margin: 0 0 0 -9px;
}

.proposals-slider-wrap .slick-dots li.slick-active {
  border: 1px solid #fff;
  margin: 0 0 0 -10px;
}

.proposals-slider-wrap .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 4px;
  border-radius: 50%;
}

.proposals-slider-wrap .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  margin: 1px;
}

.proposals-slider-content .rfp-button .btnCommon a {
  color: #fff;
}

.proposals-slider-content .rfp-button .btnCommon:hover a {
  color: #000;
}

.home .proposals-slider-wrap .image-wrapper {
  padding-bottom: 0;
}

.home .proposals-slider-wrap .image-wrapper img {
  width: 100%;
}

.animate-input {
  position: relative;
  margin-bottom: 30px;
  max-width: 25rem;
  width: 100%;
}

.animate-input input {
  font-size: 1rem;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: 0;
  border-bottom: 1px solid #393939;
}

.animate-input label {
  color: #393939;
  font-size: 0.95rem;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: all 0.2s ease;
  font-weight: 400;
}

.animate-input input.active ~ label,
.animate-input label.date-picker-label {
  top: -20px;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  color: #393939;
}

.animate-input .bar {
  position: relative;
  display: block;
  width: 100%;
}

.animate-input .bar:before {
  left: 50%;
}

.animate-input .bar:after {
  right: 50%;
}

.animate-input .bar:after,
.animate-input .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #3470df;
  transition: all 0.2s ease;
}

.animate-input input:focus ~ .bar:after,
.animate-input input:focus ~ .bar:before {
  width: 50%;
}

legend.medium-title-global {
  padding: 25px 70px 0;
  border: 0;
}

.contact-sections.residence-information-request .topic-input {
  text-align: left;
}

.contact-sections.residence-information-request
  .topic-input
  input[type="password"],
.contact-sections.residence-information-request
  .topic-input
  input[type="text"] {
  border: 1px solid #737373;
  padding-left: 10px;
}

.contact-sections.residence-information-request .topic-input select {
  padding-left: 10px;
}

.contact-sections.residence-information-request
  .topic-input.news-letter-holder
  input {
  display: inline-block;
  padding: 0;
  margin: 4px 0 0;
  width: auto;
  vertical-align: top;
}

.contact-sections.residence-information-request
  .topic-input.news-letter-holder
  label {
  display: inline-block;
  max-width: 90%;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 400;
}

.contact-sections.residence-information-request .topic-input textarea {
  border: 1px solid #737373;
  padding-left: 10px;
}

.contact-sections.residence-information-request .topic-input select {
  border: 1px solid #737373;
}

.contact-sections.residence-information-request
  .topic-input.telephone-container
  input {
  float: right !important;
  width: 65%;
}

.contact-sections.residence-information-request .topic-input label {
  position: static;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.contact-request-info .residence-information-request .error-msg {
  top: 40px;
  right: 5px;
}

.contact-sections > div.list-benefite {
  padding-left: 0;
  padding-right: 0;
}

.list-benefite ul {
  width: 100%;
  max-width: 400px;
}

.list-benefite ul li {
  padding-top: 15px;
}

.filter-wrap.vanity-list-filter {
  max-width: 25rem;
  margin: 60px auto;
  top: 0;
}

.vanity-list-filter.filter-wrap .location-wrap {
  width: 50%;
}

.fairmont-offer h2 {
  font-family: FreightPro, sans-serif;
  font-weight: 400;
  max-width: 300px;
  position: relative;
}

.fairmont-offer h2 .header-side-border {
  border-top: 2px solid #393939;
  width: 25%;
  position: absolute;
  top: 25%;
  left: 92%;
}

.fairmont-offer .discover-all-offer {
  width: 100%;
  margin-top: 25px;
}

.your-fairmont-offer div.accommodation-wrapper {
  padding-top: 0;
}

.your-fairmont-offer div.offer-slider-section {
  margin-top: 5px;
}

.your-fairmont-offer div.welcom-to-content {
  padding-bottom: 40px;
}

.join-us-section {
  background-color: #393939;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
}

.join-us-section .club-name {
  color: #fff;
  text-align: center;
  font: 600 0.825em ITCFranklinGothicStd;
  text-transform: uppercase;
  padding: 20px 0 10px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.join-us-section .offer-name {
  font: italic 600 1.75em FreightPro;
  text-align: center;
  color: #fff;
  padding: 5px 0 15px;
}

.join-us-offer {
  border: 2px solid #c9c9c9;
  padding: 30px 0;
  text-align: center;
}

.brand-destinations {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}

.brand-destinations h2 {
  margin-top: 0;
}

.brand-destinations .slick-track {
  padding: 5px 0;
}

.brand-destinations .slick-slide {
  padding-top: 2px;
}

.brand-destinations .brand-destinations-info {
  width: 50%;
  margin: 50px auto 0;
  padding: 20px 0;
}

.brand-destinations .view-all-destinations a {
  margin: 0 0 20px;
  display: inline-block;
}

.brand-destinations .h2-heading {
  margin-top: 7px;
  margin-bottom: 6px;
  color: #000;
}

.brand-destinations .brand-destinations-info.brand-page-dest-info {
  margin-top: 10px;
}

.brand-destination-img {
  position: relative;
  padding: 5px;
}

.brand-destination-img .brand-destination-bg-img {
  width: 100%;
  min-width: 770px;
}

.brand-destination-img .brand-destination-bg-img img {
  width: 100%;
  height: auto;
}

.brand-destination-img .inner-content {
  padding: 22px 5px 19px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 437px;
  width: 100%;
}

.brand-destination-img .inner-content p,
.brand-destination-img .inner-content p.blue-uppercase-text {
  margin: 0;
}

.brand-destination-img .inner-content div .brand-destination-link,
.brand-destination-img .inner-content p .brand-destination-link {
  border-bottom: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  padding: 3px 5px;
  line-height: 0.85rem;
}

.events-at-fairmont {
  padding-bottom: 60px;
  overflow: hidden;
}

.events-at-fairmont .fairmont-offer h2 {
  margin: 0;
}

.events-at-fairmont .fairmont-offer h2 .header-side-border {
  top: 60%;
}

.fairmont-gift-card {
  max-width: 980px;
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}

.fairmont-gift-card .accommodation-details-part {
  min-height: 300px;
  padding: 30px 25px;
}

.fairmont-gift-card .accommodation-blocks {
  margin-right: 0;
  margin-left: 0;
}

.fairmont-gift-card .slick-slide > div {
  margin-right: 25px;
  margin-left: 25px;
}

.fairmont-gift-card .discover-link {
  display: inline-block;
  margin-bottom: 10px;
}

.app-store-bottom {
  min-height: 225px;
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: -85px;
  background-size: cover;
  padding-top: 10px;
}

.app-store-bottom .container-fluid {
  max-width: 1150px;
}

.app-store-bottom .app-text {
  font: 400 1.6em FreightProItalic;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 3.5%;
  margin-bottom: 30px;
  line-height: 1.3em;
}

.app-store-bottom .app-img {
  text-align: center;
}

.app-store-bottom .app-img img {
  display: inline-block;
  margin-top: -15px;
}

.app-icon .android-text {
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.6px;
}

.app-store-bottom .app-icon {
  padding: 4.5% 0 0;
}

.app-btn {
  margin-top: 10px;
}

.app-btn span {
  float: left;
  margin-right: 4px;
}

.brand-page-joinUs {
  max-width: 830px;
  width: 100%;
  display: block;
  margin: auto auto 70px;
}

.email-offers-page .email-offer-heading {
  max-width: 500px;
  margin: 0 auto;
}

.email-offers-page .requiredInfo {
  font-size: 0.85em;
  font-weight: 700;
  margin-left: -7px;
}

.email-offers-page .email-description {
  max-width: 500px;
  text-align: center;
  color: #393939;
  font-size: 0.85em;
  letter-spacing: 0.1px;
  margin: 20px auto 25px;
  line-height: 24px;
}

.email-offers-page .email-offers-wrapper {
  max-width: 975px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.email-offers-page .fieldWrapper {
  margin-bottom: 20px;
  max-width: 310px;
}

.email-offers-page .countryWrapperCol {
  clear: both;
}

.email-offers-page .errorMsg {
  font-size: 0.75rem;
  color: #ba1f1a;
}

.email-offers-page .IsVisible {
  display: none;
}

.email-offers-page .subscription-msg {
  display: block;
  clear: both;
  font-size: 0.85rem;
  font-weight: 700;
  color: #393939;
}

.email-offers-page .chkPrivacyPolicyWrapper .fieldWrapper {
  max-width: 100%;
}

.email-offers-page .chkPrivacyPolicyWrapper .fieldWrapper label {
  display: inline-block;
}

.email-offers-page .dropdown-menu > li > a {
  padding: 10px 15px;
  font-family: FreightPro, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125rem;
}

.email-offers-page .fieldWrapper label {
  color: #393939;
  font-size: 0.85em;
  font-weight: 600;
  display: block;
}

.email-offers-page .dropdown-menu {
  border-radius: 0;
  margin-top: 10px;
}

.email-offers-page .email-offers-submit .small-blue-btn {
  padding: 12px;
  font-size: 0.8125rem;
  width: 150px;
}

.subscription-msg p {
  margin: 0;
}

.email-offers-page .fieldWrapper .btn.dropdown-toggle,
.email-offers-page .fieldWrapper input.form-control {
  border-radius: 0;
  min-height: 45px;
  text-align: left;
  box-shadow: none;
  border-color: #393939;
}

.blue-hr-line {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-left: 10px;
  height: 2px;
  background-color: #393939;
}

.more-number-container {
  margin-top: 50px;
  padding: 30px 45px;
  background-color: #fff;
}

.more-number-container ul {
  margin-left: 15px;
}

.more-number-container h1 {
  margin: 5px 0 15px;
}

.more-number-container table {
  margin-bottom: 30px;
}

.more-number-container a {
  color: #000;
}

.sitemap-detail-container ul {
  list-style-type: none;
}

.sitemap-detail-container .outerList > a,
.sitemap-detail-container h2 {
  display: inline-block;
  font-family: FreightPro, sans-serif;
  font-size: 2.5em;
  letter-spacing: 0.3px;
  color: #000;
  line-height: 44px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

.sitemap-detail-container .innerList a {
  letter-spacing: 2px;
  font-size: 1.071em;
  line-height: 25px;
  color: #000;
  text-decoration: none;
}

.sitemap-detail-container .innerList a:focus,
.sitemap-detail-container .innerList a:hover,
.sitemap-detail-container .outerList > a:focus,
.sitemap-detail-container .outerList > a:hover {
  text-decoration: underline;
}

.our-story-two-img.white-bg-image {
  background: #fff;
}

.resort-fee-Popin .other-room-details .col-sm-4 {
  padding: 0 !important;
}

.cookies-items ol li {
  letter-spacing: 0.07em;
}

.cookies-items li a,
.cookies-items ol li {
  font-weight: 700;
  line-height: 1.5rem;
  color: #000;
}

.cookies-items li a {
  text-decoration: none;
  letter-spacing: 0.057rem;
}

.cookies-items li a:focus {
  text-decoration: underline !important;
}

.cookies-items li a:hover {
  text-decoration: underline;
}

.cookie-policy-section h2:focus {
  outline: 1px solid #000;
}

.filter-by-btn-wrap .primary-button {
  width: 102px;
  min-height: 52px;
  padding: 0;
}

.vanity-list-filter .filter-by-btn-wrap .primary-button {
  padding: 2px;
}

.event-all-info .tertiary-button {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  padding: 0 0 3px;
}

.event-all-info .tertiary-button:focus {
  outline: 2px solid #bb5c19;
}

.event-details .get-click {
  cursor: pointer;
}

a:focus .event-detail-link {
  outline: 0;
}

.heading-requesinfo-popin {
  margin: 15px auto 32px !important;
}

.hyp-contactus {
  margin: 15px auto 30px;
  display: inline-block;
}

.hyp-discover {
  padding: 3px 0;
}

.request-information-button {
  width: 100%;
  padding: 15px 20px;
  display: inline-block;
  margin: 15px auto 30px;
}

.hotel-heading-section .primary-button:focus,
.sticky-activity-header .modal-book-btn a:focus {
  color: #fff;
}

.email-offers-button {
  padding: 15px;
  width: 150px;
  display: inline-block;
  margin: 15px auto 30px;
}

.effortless-planning .brand-planning-link a {
  padding: 0;
}

.modal-book-btn.primary-button:active {
  color: #393939;
}

.vanity-card .vanity-card-detail a.learn-more:focus {
  border: 0;
  border-bottom: 4px solid #393939;
}

.restaurent-see-more a:hover {
  color: #393939;
}

.modal-book-btn.primary-button:active:focus {
  color: #fff;
}

.restaurent-details-section .see-all-review-link {
  font-family: ITCFranklinGothicStd, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.143;
  padding: 2px 0;
  text-decoration: underline;
}

.sticky-activity-header .modal-book-btn .booknow-sticky {
  padding: 16px 24px;
}

.proposals-slider-wrap.slick-accessible .slick-dot button:focus {
  outline: 2px solid #bb5c19;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 400;
  line-height: 1.5rem;
  color: #393939;
}

.our-story-sec-intro .sectionTitle {
  display: inline-block;
  width: 72%;
}

@media (max-width: 360px) {
  .more-number-section.more-number-navigation .section-title span {
    max-width: 10rem;
  }

  .your-fairmont-offer .fairmont-offer h2 .header-side-border {
    top: 20px;
    width: 15%;
    left: 92%;
  }
}

@media (max-width: 375px) {
  .find-reservation-container .myFpcSignin #sign-in p.ui-body-1 {
    width: 92%;
  }
}

@media (max-width: 420px) {
  .page-container
    .page-section
    .section-title.service-title-h2
    span.blue-underline {
    margin-left: -12%;
  }

  .your-fairmont-offer .fairmont-offer h2 {
    overflow: hidden;
  }
}

@media (max-width: 479px) {
  #honeymoon .page-container .section-title span {
    max-width: 185px;
  }

  #honeymoon .page-container .section-title {
    position: relative;
  }

  #honeymoon .page-container .section-title .blue-underline {
    position: absolute;
    top: 20px;
    left: 58%;
  }
}

@media (max-width: 719px) {
  .find-reservation-container .appEnrollmentFmb .appEnrollment ul.ui-body-1 {
    margin-left: 6%;
  }

  .find-reservation-container
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg,
  .find-reservation-container .appEnrollmentFmb .appEnrollment .mobileAppLogo {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (min-width: 720px) and (max-width: 767px) {
  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .enrollDescription
    ul.ui-body-1 {
    margin-left: 4%;
  }
}

@media (max-width: 767px) {
  .resort-fee-Popin .other-room-details .col-sm-8 {
    padding: 0 !important;
  }

  .more-number-section.more-number-navigation .section-title span {
    max-width: 13rem;
  }

  .more-number-section.contact-numbers-section .section-title span,
  .more-number-section.other-contacts-section .section-title span {
    max-width: 7.5rem;
  }

  .more-number-section.contact-numbers-section
    .section-title
    span.blue-underline,
  .more-number-section.more-number-navigation
    .section-title
    span.blue-underline,
  .more-number-section.other-contacts-section
    .section-title
    span.blue-underline {
    width: 50px;
  }

  .page-container.more-number-section {
    padding: 30px 15px 50px;
  }

  .large-heading-row .right-row-section,
  .number-acc-content .right-row-section {
    margin-top: 15px;
  }

  .allsafedesc,
  .allsafeheading {
    padding-left: 0;
  }

  .all-safe-container .col-xs-8 {
    margin-right: 0.0004rem;
    padding: 0;
  }

  .brand-destinations .h2-heading {
    margin-top: 3px;
    margin-bottom: 2px;
    line-height: 1.15625em;
  }

  .events-at-fairmont {
    padding-bottom: 0;
  }

  .spa-overview-image.event-technology-section {
    max-width: 100%;
  }

  .sign-event-carousel-left,
  .sign-event-carousel-right {
    padding: 0;
  }

  .sign-event-carousel-left .event-slider button.slick-next,
  .sign-event-carousel-left .event-slider button.slick-prev,
  .sign-event-carousel-right .event-slider button.slick-next,
  .sign-event-carousel-right .event-slider button.slick-prev {
    top: 54%;
  }

  .sign-event-carousel-left .event-slider button.slick-prev:after,
  .sign-event-carousel-right .event-slider button.slick-prev:after {
    transform: translateZ(0);
    top: -5px;
    left: -7px;
  }

  .sign-event-carousel-left .event-slider button.slick-next:after,
  .sign-event-carousel-right .event-slider button.slick-next:after {
    transform: translateZ(0);
    top: -5px;
    left: -4px;
  }

  .brand-events-other-activity-section.white-bg-image:after {
    display: none;
  }

  .sign-event-carousel-right .event-img {
    float: none;
  }

  .distination-lists-wrap .image-wrapper img {
    width: 100%;
  }

  .offers-results-area {
    margin-top: 25px;
  }

  .hotel-heading-section h1.brand-meeting-heading {
    max-width: 100%;
  }

  .brand-meeting-container
    .brand-meeting-filter-wrap
    .brand-meeting-filter-wrap-content {
    margin-top: 10px;
  }

  .brand-meeting-container .brand-meeting-filter-wrap .city-wrap,
  .brand-meeting-container .brand-meeting-filter-wrap .country-wrap {
    width: calc(100% - 50px);
  }

  .sign-event-carousel-left .event-description,
  .sign-event-carousel-right .event-description {
    max-height: 400px;
  }

  .brand-filter-mobile-show .brand-meeting-filter-wrap.show-filter {
    z-index: 1002;
  }

  .sign-event-carousel-left .slick-initialized .slick-slide,
  .sign-event-carousel-right .slick-initialized .slick-slide {
    outline-offset: -1px;
  }

  .sign-event-carousel-left .slick-initialized .slick-active .img-responsive,
  .sign-event-carousel-right .slick-initialized .slick-active .img-responsive {
    max-width: 99%;
    margin: 2px auto 0;
  }

  .proposals-slider-wrap.temp-min-height .image-wrapper {
    min-height: 400px;
  }

  .sustainable-bottom-slider .slick-next {
    right: 5px;
  }

  .sustainable-bottom-slider .slick-prev {
    left: 5px;
  }

  .gift-card-page {
    margin-top: 20px;
  }

  .gift-card-page .event-hero-section .restaurent-details-section,
  .gift-card-page .event-honeymoon-hero-section .restaurent-details-section {
    padding-top: 0;
    max-height: none;
    min-height: 0;
    top: -30px;
  }

  .gift-card-page .gift-see-more-btn {
    margin-top: 30px;
  }

  .gift-card-page .gift-see-more-btn a {
    letter-spacing: 2px;
  }

  .gift-card-page
    .event-hero-section
    .restaurent-details-section
    .restaurent-hero-name,
  .gift-card-page
    .event-honeymoon-hero-section
    .restaurent-details-section
    .restaurent-hero-name {
    margin: 25px 0;
    letter-spacing: 1px;
  }

  .gift-card-page
    .event-honeymoon-hero-section
    .restaurent-details-section
    .restaurent-hero-details {
    max-height: none;
  }

  .gift-card-page
    .event-hero-section
    .restaurent-details-section
    .inner-content,
  .gift-card-page
    .event-honeymoon-hero-section
    .restaurent-details-section
    .inner-content {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 10px;
    max-height: none;
  }

  button.play-pause-btn {
    top: 45%;
    left: 10px;
    transform: translateY(-50%);
  }

  iframe.sustainability-banner-video {
    height: 230px;
  }

  .app-store-bottom .app-text {
    font-size: 1.4em;
    line-height: 30px;
  }

  .fairmont-heritage-place .event-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-container .mission .modal-download-btn {
    letter-spacing: 0.4px;
  }

  .find-reservation-container {
    margin-bottom: -40px;
    padding: 4px 16px 0;
  }

  .find-reservation-container .myFpcSignin #sign-in h1 {
    font-weight: 600 !important;
    line-height: 44px !important;
    letter-spacing: 0.3px !important;
  }

  .find-reservation-container .myFpcSignin #sign-in h2 {
    font-size: 1.563rem !important;
    letter-spacing: 0.3px !important;
    line-height: 28px !important;
    margin-top: 14px !important;
  }

  .find-reservation-container .myFpcSignin #sign-in p.ui-body-03 {
    margin: 24px 0 8px;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    .enrollDescription
    h2 {
    margin-top: 32px !important;
  }

  .find-reservation-container .btnCommon,
  .myFpcSignin #sign-in input,
  .myFpcSignin #sign-in label {
    max-width: 100%;
  }

  .more-number-container {
    padding: 30px 15px;
    font-size: 0.9375rem;
  }

  .more-number-container h1 {
    font-size: 1.5625rem;
  }

  .email-offers-page {
    margin-bottom: -40px;
  }

  .email-offers-page .email-offers-wrapper {
    padding: 20px 0;
    margin: 15px;
  }

  .email-offers-page
    .fieldWrapper.prefixWrapper
    .bootstrap-select.form-control {
    width: 100%;
  }

  .email-offers-page .chkPrivacyPolicyWrapper .fieldWrapper input {
    max-width: 10%;
    vertical-align: top;
  }

  .email-offers-page .chkPrivacyPolicyWrapper .fieldWrapper label {
    max-width: 90%;
    vertical-align: top;
  }

  .email-offers-page .fieldWrapper {
    max-width: 100%;
  }

  .join-us-section {
    width: 100%;
  }

  .fairmont-offer h2 .header-side-border {
    width: 25%;
    left: 87%;
  }

  .brand-destinations .brand-destinations-info {
    width: 100%;
    margin: 0 auto;
  }

  .brand-destination-img {
    margin: 0 3px;
  }

  .brand-destination-img .brand-destination-bg-img {
    width: 315px;
    min-width: 0;
    min-height: 2px;
  }

  .brand-destination-img .inner-content {
    max-width: 294px;
    padding: 13px 10px 12px;
  }

  .join-us-section .join-us-btn {
    width: 55%;
  }

  .your-fairmont-offer .fairmont-offer .welcom-to-section {
    padding-bottom: 0;
  }

  .events-at-fairmont .welcom-to-section {
    padding: 15px 15px 0;
  }

  .events-at-fairmont .fairmont-offer h2 {
    position: static;
    text-align: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .events-at-fairmont .fairmont-offer h2 .header-side-border {
    position: static;
    display: block;
    margin: 24px auto;
    width: 60px;
  }

  .events-at-fairmont .event-img-text-container {
    margin: 0 auto;
  }

  .events-at-fairmont .read-more-global {
    padding: 0 20px 24px;
    text-align: center;
  }

  .destnation-page-map .google-map,
  .google-map-container.destnation-page-map {
    height: 320px;
  }

  .sign-event-carousel-left .event-details {
    margin-bottom: 10px;
  }

  .page-container .page-section.green-partners .section-title,
  .page-container .page-section .section-title.wedding-page {
    width: 275px;
  }

  .page-section.green-partners.sustainaibility-partners .section-title {
    width: 100%;
    font-size: 1.75em;
  }

  .page-container
    .page-section.green-partners.sustainaibility-partners
    .section-title
    span.blue-underline {
    display: none;
  }

  .page-container
    .page-section.green-partners.sustainaibility-partners
    .section-title:after {
    left: 225px;
  }

  .brand-destination-scroll button.slick-next,
  .brand-destination-scroll button.slick-prev {
    top: auto;
    bottom: -38px;
  }

  .brand-destination-scroll button.slick-prev {
    left: 10%;
    fill: #fff;
  }

  .brand-destination-scroll button.slick-next {
    right: 10%;
    fill: #fff;
  }

  .contact-sections > div.list-benefite div {
    padding-top: 0;
  }

  .special-offer-content {
    padding: 0 40px;
  }

  .distination-lists-wrap {
    width: calc(100% - 20px);
    margin: 12px 10px 0;
  }

  .distination-lists-wrap .image-wrap {
    width: 100%;
  }

  .distination-lists-wrap .content-wrap {
    width: calc(100% - 40px);
    margin: 15px 0 0 10px;
  }

  .distination-lists-wrap .mainTitle {
    font-size: 1.5em;
  }

  .sticky-filter.b-meeting-sticky-filter {
    max-height: 76px;
  }

  .sticky-filter.google-map-mobile-fix {
    margin: 0;
  }

  .fixed-filter-pos {
    position: fixed;
    margin-top: 0;
    top: 0;
  }

  .fixed-filter-pos.b-meeting-sticky-filter {
    z-index: 1001;
  }

  .sticky-filter.b-meeting-sticky-filter .filter-button {
    margin: 15px auto;
  }

  .show-filter {
    display: block;
  }

  .hide-filter {
    display: none;
  }

  .filter-wrap
    .country-wrap.sorted-underline
    .dropdown-menu.inner
    li:nth-of-type(3) {
    border-bottom: 1px solid #c9c9c9;
  }

  .page-container .page-section .img-out-left,
  .page-container .page-section .img-out-right {
    width: 112%;
    margin: 0 -6% 20px;
  }

  .page-container .page-section .secion-desc .partners-wrapper {
    margin: 0;
  }

  .page-container .page-section .secion-desc .partners-wrapper .partner {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }

  .page-title {
    font-size: 2.5em;
  }

  .page-title.more-number-page-title {
    margin-top: 80px;
    margin-bottom: 10px;
  }

  .page-title span {
    max-width: 300px;
  }

  .fairmont-heritage-place .page-title {
    max-width: 300px;
    margin: 30px auto 0;
  }

  .page-container .page-section .secion-desc .bolder,
  .page-container .page-section .secion-desc .bolder p,
  .page-container .page-section .secion-desc p.bolder {
    padding: 0;
    font-size: 1.688em;
    text-align: center;
    margin: 20px 0;
  }

  .fairmont-heritage-place .page-container .page-section .secion-desc .bolder {
    margin: 30px 0;
  }

  .green-partners .secion-desc p:nth-child(2) {
    padding: 0 !important;
    font-size: 1.688em !important;
    text-align: center;
    margin: 20px 0;
  }

  .partners h2 {
    font-size: 1.438em;
    font-style: italic;
  }

  #EventInquiresBlock.bottom-hero-section .offer-hotel-details-section {
    min-height: 420px;
  }

  .accommodation-slick-wrapper.offer-page-section-block .accommodation-blocks {
    margin: 30px 0;
  }

  .accommodation-slick-wrapper.offer-page-section-block {
    padding: 0 15px;
  }

  .our-story-bottom-section.row,
  .our-story-hero-bottom-container-wrap.row,
  .our-story-info-wrapper.row,
  .our-story-intro2-section.row {
    padding: 0 25px;
  }

  .our-story-info-title {
    max-width: 100%;
    margin-top: 40px;
  }

  .our-story-hero-bottom-container .h2-heading {
    font-size: 1.75em;
    line-height: 40px;
  }

  .our-story-hero-bottom-container-wrap
    > .our-story-hero-bottom-container
    > .our-story-hero-content:first-child {
    margin-top: 30px;
  }

  .our-story-hero-bottom-container-wrap
    > .our-story-hero-bottom-container
    > .our-story-hero-content.our-story-hero2-content:first-child {
    margin-top: -40px;
  }

  .our-story-sec-intro .blue-underline {
    left: auto;
  }

  .our-story-hero-bottom-container .our-story-hero-content {
    padding: 15px;
  }

  .our-story-hero-bottom-container
    .our-story-hero-content.our-story-hero-bottom-content {
    padding: 25px;
  }

  .our-story-hero-bottom-container
    .our-story-hero-content.our-story-hero-last-content {
    margin: 30px 0 -40px;
    padding: 25px;
  }

  .our-story-hero-content .story-content-details a.morelink {
    position: static;
    text-align: center;
  }

  .our-story-hero-bottom-container .our-story-hero-bottom-content .h2-heading {
    width: 100%;
    font-size: 1.7em;
    line-height: 36px;
    margin: 10px auto 30px;
  }

  .our-story-bottom-section .bottom-hero-section,
  .our-story-hero-img,
  .our-story-info-wrapper .our-story-hero-img,
  .our-story-intro-img {
    margin: 0 -25px;
  }

  .our-story-hero-img-banner {
    margin: 0 auto;
  }

  .our-story-hero-bottom-container
    .our-story-hero-bottom-content
    .our-story-intro-desc,
  .our-story-hero-bottom-container .our-story-intro-desc {
    width: 100%;
    padding: 0;
  }

  .our-story-intro-desc {
    font-size: 0.85rem;
  }

  .our-story-hero-bottom-container
    .our-story-hero-bottom-content
    .our-story-intro-desc
    p {
    margin-bottom: 30px;
  }

  .our-story-two-img .our-story-two-img-wrap {
    margin: 0 -40px;
  }

  .our-story-two-img .our-story-two-img-desc {
    margin: 15px 0 30px;
  }

  .our-story-hero-bottom-container .our-story-two-img {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .our-story-hero-content.our-story-hero2-content .our-story-sec-intro {
    max-width: 80%;
  }

  .our-story-hero-content.our-story-hero2-content
    .our-story-sec-intro
    .blue-underline {
    left: 100%;
    width: 50px;
  }

  .our-story-bottom-section .bottom-hero-section .inner-content {
    padding: 30px;
  }

  .our-story-bottom-section
    .bottom-hero-section
    .inner-content
    div:nth-child(3) {
    margin-bottom: 0;
  }

  .our-story-hero-last-content .last-story-image {
    margin: 0 -50px;
  }

  .our-story-hero-bottom-container
    .our-story-hero-last-content
    .our-story-sec-intro
    .blue-underline {
    left: 90%;
  }

  .timeline-block:nth-child(2n)
    .timeline-row:nth-child(2n)
    .timeline-description-wrap,
  .timeline-block:nth-child(2n)
    .timeline-row:nth-child(2n)
    .timeline-image-wrap,
  .timeline-block:nth-child(2n)
    .timeline-row:nth-child(odd)
    .timeline-description-wrap,
  .timeline-block:nth-child(2n)
    .timeline-row:nth-child(odd)
    .timeline-image-wrap,
  .timeline-block:nth-child(odd)
    .timeline-row:nth-child(2n)
    > .timeline-description-wrap,
  .timeline-block:nth-child(odd)
    .timeline-row:nth-child(2n)
    > .timeline-image-wrap,
  .timeline-block:nth-child(odd)
    .timeline-row:nth-child(odd)
    > .timeline-description-wrap,
  .timeline-block:nth-child(odd)
    .timeline-row:nth-child(odd)
    > .timeline-image-wrap {
    float: none;
    padding: 0;
  }

  .timeline-block:nth-child(2n)
    .timeline-row:nth-child(2n)
    .timeline-description,
  .timeline-block:nth-child(2n)
    .timeline-row:nth-child(odd)
    .timeline-description,
  .timeline-block:nth-child(odd)
    .timeline-row:nth-child(2n)
    .timeline-description,
  .timeline-block:nth-child(odd)
    .timeline-row:nth-child(odd)
    .timeline-description {
    float: none;
    text-align: center;
    margin: 0 auto 20px;
  }

  .timeline-container
    .timeline-block
    .timeline-row-wrapper
    .timeline-row
    .timeline-description-wrap {
    padding: 0 15px;
    margin-bottom: 5px;
  }

  .timeline-container,
  .timeline-container .timeline-row,
  .timeline-container .timeline-row-wrapper {
    overflow: visible;
  }

  .timeline-block .timeline-row .timeline-image-wrap {
    text-align: center;
    margin: 0 -25px;
  }

  .timeline-block .timeline-row .timeline-image-wrap img {
    display: inline-block;
    width: 100%;
  }

  .timeline-year-wrap {
    margin-top: 10px;
  }

  .timeline-container .timeline-quote .h2-heading {
    padding: 0 20px;
    font-size: 1.75em;
    line-height: 36px;
    margin: 25px auto 15px;
  }

  .timeline-container .timeline-row + .timeline-row {
    margin-top: 0;
  }

  .timeline-block:last-child:after,
  .timeline-block:last-child:before,
  .timeline-block:nth-child(2n) .timeline-description-wrap:after,
  .timeline-container
    .timeline-block:first-child
    .timeline-row-wrapper:first-child:after,
  .timeline-container .timeline-row-wrapper:before,
  .timeline-description-wrap:before {
    display: none;
  }

  .timeline-block:after,
  .timeline-block:first-child
    .timeline-row:first-child
    .timeline-year-wrap:after,
  .timeline-image-wrap:before,
  .timeline-quote:before,
  .timeline-row:first-child:after {
    content: "";
    display: block;
    width: 1px;
    background: #393939;
    height: 55px;
    position: relative;
    top: 0;
    margin: 0 auto;
  }

  .timeline-hide .timeline-image-wrap:before {
    display: none;
  }

  .timeline-block:first-child
    .timeline-row:first-child
    .timeline-year-wrap:after {
    top: -5px;
  }

  .timeline-image-wrap:after {
    height: 20px;
  }

  .timeline-block:first-child
    .timeline-row:first-child
    .timeline-year-wrap
    .timeline-year {
    position: relative;
  }

  .timeline-block:first-child
    .timeline-row:first-child
    .timeline-year-wrap
    .timeline-year:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    display: block;
    left: 50%;
    top: 100%;
    border: 1px solid #393939;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    z-index: 1;
  }

  .timeline-block:first-child .timeline-row:first-child .blue-uppercase-text {
    margin-top: 15px;
  }

  .timeline-block .timeline-quote,
  .timeline-container .timeline-row {
    padding: 0;
  }

  .timeline-container {
    padding-bottom: 15px;
  }

  .timeline-block,
  .timeline-quote {
    position: relative;
  }

  .timeline-container .timeline-block + .timeline-block {
    margin-top: 0;
  }

  .timeline-container .timeline-row-wrapper {
    margin-bottom: 0;
  }

  .timeline-block:before,
  .timeline-block:last-child .timeline-quote:after,
  .timeline-row:first-child:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #393939;
    display: block;
    top: 100%;
    left: 50%;
    border: 1px solid #393939;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
  }

  .timeline-block:last-child .timeline-quote:after {
    top: 50px;
  }

  .our-story-bottom-section .bottom-hero-section img,
  .our-story-hero-img img,
  .our-story-intro-img img {
    width: 100%;
  }

  .proposals-slider-description-wrap {
    max-width: 100%;
    width: 100%;
    left: 0;
    top: auto !important;
    bottom: 45px;
    transform: translateY(0);
  }

  .proposals-slider-description-wrap .rfp-overlay-text {
    max-width: 100%;
    padding-left: 15px;
    background: none;
  }

  .proposals-slider-wrap .image-wrapper {
    padding-bottom: 133%;
  }

  .home .proposals-slider-wrap .image-wrapper {
    padding-bottom: 0;
  }

  .proposals-slider-wrap .rfp-overlay-text {
    top: 150px;
  }

  .proposals-slider-wrap .slick-dots {
    width: 100%;
    height: 30px;
    max-width: 100%;
    margin: 0 auto;
    top: auto;
    left: auto;
    bottom: -40px;
    border: 0;
  }

  .proposals-slider-wrap .slick-dots:after {
    content: "";
    position: absolute;
    width: 142px;
    height: 1px;
    margin: 0 auto;
    top: 15px;
    left: 50%;
    z-index: -1;
    border: 1px dotted #000;
    transform: translateX(-50%);
  }

  .proposals-slider-wrap .slick-dots li,
  .proposals-slider-wrap .slick-dots li.slick-active {
    position: static;
    margin: 0 8px;
  }

  .proposals-slider-wrap .slick-dots li.slick-active {
    border: 1px solid #000;
  }

  .proposals-slider-wrap .slick-dots li button {
    background: #000;
  }

  .brand-destinations {
    padding-bottom: 30px;
  }

  #honeymoon .page-container .section-title span {
    max-width: 200px;
  }

  #honeymoon .restaurent-hotel-image-wrap img {
    width: 100%;
  }

  .your-fairmont-offer div.accommodation-wrapper {
    overflow: hidden;
  }

  .welcome-container.logged-in-user-section {
    padding: 15px;
  }

  #accommodation.accommodation-list-page {
    margin: 30px 0 0;
  }

  .fairmont-heritage-place .section-description p.smaller-text {
    margin: 15px;
  }

  .fairmont-heritage-place .page-container .place-belong-section {
    margin-top: 0;
  }

  .fairmont-heritage-place
    .page-container
    .page-section.place-belong-section
    .section-title
    span {
    max-width: 170px;
  }

  .privacy-policy .page-title,
  .terms-and-conditions .page-title {
    padding: 0 15px;
  }

  #proposalSlider.temp-min-height,
  .home .proposals-slider-wrap .image-wrapper img {
    min-height: 130vw;
  }

  .bookStudioWrapper .bookStudioContainer {
    margin: 40px 16px !important;
    width: auto !important;
  }

  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioContent.make-a-wish-details-container.page-container.offer-details-container {
    padding: 0 !important;
  }

  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioContent
    .bookStudioDescSection
    .desc-content-container
    .expressive-heading-3 {
    margin-top: 40px !important;
  }

  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioContent
    .bookStudioDescSection
    .bookStudioContactBlock
    .bookStudioContactBlockContent {
    flex-direction: column;
  }

  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioCardsContent
    .bookStudioCardsSection,
  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioCardsContent
    .bookStudioCardsSection
    .vanity-container,
  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioContent
    .bookStudioDescSection
    .bookStudioContactBlock
    .bookStudioContactBlockContent
    .bookLabel,
  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioContent
    .bookStudioDescSection
    .bookStudioContactBlock
    .bookStudioContactBlockContent
    .bookLinks,
  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioContent
    .bookStudioDescSection
    .lineBreak {
    max-width: 100% !important;
    width: 100% !important;
  }

  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioContent
    .bookStudioDescSection
    .bookStudioContactBlock
    .bookStudioContactBlockContent
    .bookLabel {
    margin: 0 !important;
  }

  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioCardsContent
    .bookStudioCardsSection
    .vanity-container
    .vanity-card-img {
    height: auto !important;
  }

  .vanity-card .vanity-card-img img {
    width: 100% !important;
    height: auto !important;
  }

  .proposals-slider-wrap .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
  }

  .distination-lists-wrap .item a {
    display: block !important;
  }

  .accommodation-slick-wrapper .slick-arrow:after,
  .accommodation-slick-wrapper .slick-arrow svg,
  .accommodation-wrapper.offer-wrapper .slick-counter-holder p {
    margin-top: -2px !important;
  }

  .offer-list-page .section-heading-h1 {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 324px) {
  .brand-wedding-event-slider button.slick-arrow {
    top: 23.5%;
  }

  .meeting-event-slider button.slick-arrow {
    top: 23.7%;
  }

  .brand-meeting-carousel-slider button.slick-arrow {
    top: 30.5%;
  }
}

@media only screen and (min-width: 350px) and (max-width: 370px) {
  .brand-wedding-event-slider button.slick-arrow {
    top: 28.5%;
  }

  .meeting-event-slider button.slick-arrow {
    top: 29%;
  }

  .brand-meeting-carousel-slider button.slick-arrow {
    top: 35.5%;
  }
}

@media (max-width: 374px) {
  .find-reservation-container .myFpcSignin .appEnrollmentFmb .appEnrollment {
    max-height: 673px;
    overflow: hidden;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    .imgResponsiveAllEnroll {
    max-width: 280px;
    display: inline-block;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    .imgResponsiveAllEnroll
    img {
    max-width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 1024px) {
  .find-reservation-container .myFpcSignin .appEnrollmentFmb .appEnrollment {
    max-height: 655px;
    overflow: hidden;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    .imgResponsiveAllEnroll {
    max-width: 280px;
    display: inline-block;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    .imgResponsiveAllEnroll
    img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 411px) and (max-width: 420px) {
  .brand-wedding-event-slider button.slick-arrow {
    top: 34%;
  }

  .meeting-event-slider button.slick-arrow {
    top: 34.7%;
  }

  .brand-meeting-carousel-slider button.slick-arrow {
    top: 43%;
  }
}

@media only screen and (max-width: 990px) {
  .distination-lists-wrap .discover-hotel-wrap {
    display: block;
    float: right;
    margin-bottom: 15px;
  }

  .distination-lists-wrap .discover-hotel-text {
    position: static;
    margin-right: 20px;
  }
}

@media (max-width: 1023px) {
  .welcome-container.logged-in-user-section {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .page-container.more-number-section {
    padding: 30px 30px 50px;
  }

  .distination-lists-wrap .discover-hotel-text a {
    display: inline-block;
  }

  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioContent
    .bookStudioDescSection
    .bookStudioContactBlock
    .bookStudioContactBlockContent
    .bookLabel {
    margin-right: 10px !important;
  }

  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioCardsContent
    .bookStudioCardsSection,
  .bookStudioWrapper
    .bookStudioContainer
    .bookStudioCardsContent
    .bookStudioCardsSection
    .vanity-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 16px !important;
  }

  .your-fairmont-offer .fairmont-offer .welcom-to-section {
    padding-bottom: 0;
  }

  .your-fairmont-offer .fairmont-offer h2 {
    margin-bottom: 0;
  }

  .your-fairmont-offer .fairmont-offer .welcom-to-content {
    padding: 24px 20px 40px !important;
  }

  .find-reservation-container {
    padding: 4px 16px 0;
  }
}

#Offers .event-content h2.expressive-heading-3 {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 1024px) {
  .accommodation-slick-wrapper.offer-page-section-block {
    text-align: center;
  }

  .accommodation-slick-wrapper.offer-page-section-block .accommodation-blocks {
    text-align: left;
    max-width: 350px;
  }

  #Offers .event-details.text-center {
    min-height: 300px !important;
    height: auto !important;
    padding-bottom: 15px !important;
  }

  #Offers .event-all-info {
    display: flex !important;
    flex-direction: column !important;
  }

  #Offers .event-all-info p.event-small-title,
  #Offers h3.events-title {
    display: flex !important;
    justify-content: center !important;
    position: unset !important;
  }

  #Offers .event-all-info p.event-small-title {
    order: 1 !important;
    margin: 30px 0 0 !important;
    padding: 0 !important;
  }

  #Offers h3.events-title {
    order: 2 !important;
    margin: 40px 0 0 !important;
  }

  #Offers .underlined-link.zoomTextTargetElem {
    order: 3 !important;
  }
}

@media (max-width: 1025px) {
  .cookies-items li a:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .distination-lists-wrap .discover-hotel-wrap {
    display: block;
    bottom: 0;
    position: absolute;
    right: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .meeting-wedding-social-cards
    .other-activity-lists
    .other-activity-list
    + .other-activity-list {
    margin-left: auto;
  }

  .giftshop-second-row .restaurent-details-section {
    padding: 0 20px;
  }

  .giftshop-second-row .restaurent-details-section .restaurent-hero-details {
    max-height: 200px;
    overflow: auto;
  }

  .gift-card-page
    .event-honeymoon-hero-section.giftshop-first-row
    .restaurent-details-section
    .restaurent-hero-details {
    max-height: 275px;
    overflow: auto;
  }

  .giftshop-first-row .restaurent-details-section .restaurent-hero-details p {
    margin-bottom: 0;
  }

  .giftshop-first-row .restaurent-details-section .restaurent-hero-name,
  .giftshop-second-row .restaurent-details-section .restaurent-hero-name {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .our-story-hero-top-content .blue-underline {
    left: 70%;
  }

  .fairmont-offer .welcom-to-section {
    padding-left: 20px;
  }

  .events-at-fairmont .fairmont-offer .welcom-to-section {
    max-width: 100%;
    padding: 20px 50px 0;
  }

  .fairmont-offer .welcom-to-content {
    padding-top: 0;
  }

  .emergency-info-modal .modal-main-content {
    padding: 30px;
  }

  .event-description {
    margin-bottom: 15px;
  }

  #proposalSlider.temp-min-height {
    min-height: 600px;
  }

  .gift-card-page {
    margin-top: 0;
  }

  .gift-card-page .event-honeymoon-hero-section {
    padding-bottom: 45px;
  }

  .gift-card-page .event-honeymoon-hero-section .restaurent-details-section {
    height: auto;
    padding: 15px;
    min-height: 90%;
  }

  .gift-card-page .event-hero-section .restaurent-details-section {
    height: 98%;
  }

  .gift-card-page
    .event-honeymoon-hero-section
    .restaurent-details-section
    .inner-content {
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }

  .app-store-bottom .app-text {
    line-height: 1.2em;
  }

  iframe.sustainability-banner-video {
    height: 500px;
  }

  .sustainable-bottom-slider .slick-arrow {
    top: 25%;
  }

  .brand-destination-img {
    margin: 0 10px;
  }

  .brand-destination-img .brand-destination-bg-img {
    width: 750px;
    min-width: 0;
  }

  .destnation-page-map .google-map,
  .google-map-container.destnation-page-map {
    height: 450px;
  }

  .brand-destination-scroll button.slick-next,
  .brand-destination-scroll button.slick-prev {
    top: auto;
    bottom: -47px;
  }

  .brand-destination-scroll button.slick-prev {
    left: 30%;
    fill: #000;
  }

  .brand-destination-scroll button.slick-next {
    right: 30%;
    fill: #000;
  }

  .distination-lists-wrap .image-wrap {
    width: 38%;
  }

  .distination-lists-wrap .content-wrap {
    width: calc(62% - 35px);
    margin: 15px 0 0 15px;
  }

  .brand-destination-lists-wrap.distination-lists-wrap .content-wrap {
    margin: 15px 0 0 35px;
  }

  .distination-lists-wrap .content p {
    margin: 0;
  }

  .page-title {
    font-size: 2.188em;
  }

  .page-container .page-section .img-out-right {
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }

  .page-container .page-section .img-out-left {
    margin-left: 0;
    float: none;
    margin-bottom: 10px;
  }

  .page-container .page-section.ecosystem .img-out-left,
  .page-container .page-section.ecosystem .img-out-right {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .page-container .page-section .secion-desc .partners-wrapper {
    margin: 20px auto;
    width: 100%;
    text-align: center;
  }

  .page-container .page-section .secion-desc .partners-wrapper .partner {
    display: block;
    float: none;
    margin: 0 15px 20px;
    display: inline-block;
    width: auto;
  }

  .google-map-fix.filter-wrap {
    top: -10px;
  }

  .proposals-slider-wrap .image-wrapper {
    padding-bottom: 65%;
  }

  .home .proposals-slider-wrap .image-wrapper {
    padding-bottom: 0;
  }

  .dinning-list-wrap .filter-wrap .filter-by-btn-wrap {
    margin-right: 16px;
  }

  .dinning-list-wrap .filter-wrap .city-wrap,
  .dinning-list-wrap .filter-wrap .country-wrap,
  .dinning-list-wrap .filter-wrap .dinning-type-wrap,
  .dinning-list-wrap .filter-wrap .location-wrap {
    width: 20%;
    padding-left: 16px;
  }

  .fixed-destination-filter .title-wrapper .h2-heading {
    font-size: 1.4em;
  }

  .fairmont-gift-card {
    margin-top: 50px;
  }

  .event-all-info .event-small-title-new {
    top: 15px;
  }

  .events-at-fairmont .event-details {
    height: auto;
  }

  .events-at-fairmont .event-all-info h3.events-title,
  .events-at-fairmont .event-all-info p.event-small-title {
    position: unset;
  }

  .events-at-fairmont .event-all-info .underlined-link.zoomTextTargetElem {
    display: block;
    order: 3;
  }

  .events-at-fairmont .event-all-info {
    padding: 32px 24px !important;
    display: flex;
    flex-direction: column;
    font-size: 0;
    line-height: 0;
    align-items: center;
    justify-content: center;
  }

  .events-at-fairmont .event-all-info p.event-small-title {
    order: 1;
    margin: 0 !important;
    padding: 0 !important;
  }

  .events-at-fairmont .event-all-info h3.events-title {
    order: 2;
    margin: 24px 0 16px !important;
    padding: 0 !important;
  }

  .events-at-fairmont .event-all-info p.event-description {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 100%;
  }

  .events-at-fairmont .event-all-info .tertiary-button {
    margin: 38px 0 0 !important;
    font-size: 0;
    padding: 0 0 4px;
  }

  .find-reservation-container {
    margin-bottom: -75px;
  }

  .find-reservation-container .appEnrollmentFmb .appEnrollment ul.ui-body-1 {
    text-indent: 0.7em;
  }
}

@media (min-width: 768px) and (max-width: 1339px) {
  #proposalSlider.temp-min-height,
  .home .proposals-slider-wrap .image-wrapper img {
    min-height: 42vw;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .event-all-info .event-small-title-new {
    top: 20px;
  }
}

.your-fairmont-offer .fairmont-offer h2 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .home .proposals-slider-wrap.slick-dotted.slick-slider,
  .home .proposals-slider-wrap .slick-slide {
    max-height: 622px;
    min-height: 100%;
    height: 100%;
  }

  .home .proposals-slider-wrap .image-wrapper {
    height: 100%;
  }

  .your-fairmont-offer .fairmont-offer .welcom-to-content {
    padding: 24px 20px 40px !important;
  }

  .accommodation-wrapper .offer-slider-section {
    padding-bottom: 0;
  }

  .brand-destinations {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home.proposals-slider-content {
    min-height: unset;
  }

  .events-at-fairmont .fairmont-offer h2 {
    position: static;
    text-align: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .events-at-fairmont .fairmont-offer h2 .header-side-border {
    position: static;
    display: block !important;
    margin: 24px auto;
    width: 60px;
  }

  .events-at-fairmont .fairmont-offer .read-more-global {
    text-align: center;
  }

  .accommodation-wrapper .offer-slider-section {
    padding-bottom: 0;
  }

  .brand-destinations {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .home .proposals-slider-wrap.slick-dotted.slick-slider,
  .home .proposals-slider-wrap .slick-slide {
    max-height: 694px;
    min-height: 100%;
    height: 100%;
  }

  .home .proposals-slider-wrap .image-wrapper {
    height: 100%;
  }
}

@media (max-width: 1415px) and (min-width: 1025px) {
  .brand-destination-scroll button.slick-prev {
    top: auto;
    bottom: -37px;
    left: 30%;
  }

  .brand-destination-scroll button.slick-next {
    top: auto;
    bottom: -37px;
    right: 30%;
  }
}

@media only screen and (min-width: 768px) {
  button[data-id="hotel"] {
    width: 97% !important;
  }

  button[data-id="hotel"] .bs-caret {
    right: 2px;
  }

  .offer-list-page .hotel-heading-section {
    margin-bottom: 15px;
  }

  .page-section.green-partners.sustainaibility-partners .section-title:after {
    display: none;
  }

  .page-section.green-partners.sustainaibility-partners .section-title {
    width: 100%;
  }

  .page-section.green-partners.sustainaibility-partners .section-title span {
    font-size: 1.3em;
    max-width: 270px;
  }

  .join-us-section {
    margin-bottom: 70px;
  }

  .email-offers-page .email-offers-wrapper {
    padding: 50px;
    margin: 30px auto;
  }

  .our-story-hero-bottom-container
    .our-story-hero-top-content
    .story-content-details {
    width: 50%;
  }

  .our-story-hero-bottom-container .our-story-two-img > div:nth-child(odd) {
    padding: 0 25px 0 5px;
    margin-left: -3px;
  }

  .our-story-hero-bottom-container .our-story-two-img > div:nth-child(2n) {
    padding: 0 5px 0 25px;
    margin-right: -3px;
  }

  .timeline-hide .timeline-description-wrap .timeline-year-wrap {
    visibility: hidden;
    height: 10px;
  }

  .our-story-two-img {
    text-align: center;
  }

  .our-story-two-img > div {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }

  #Offers .event-img-text-container {
    margin-bottom: 56px !important;
  }

  .find-reservation-container .myFpcSignin #sign-in {
    display: flex;
  }

  .find-reservation-container .myFpcSignin #sign-in .appEnrollmentFmb {
    list-style-position: inside;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg {
    display: flex;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    .qrCodeFA
    p {
    padding: 16px 0 0;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .sustainable-bottom-slider {
    max-width: 1440px;
    margin: 0 auto -75px;
  }

  .proposals-slider-content .reservation-widget-container {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
  }

  .brand-meeting-container .distination-lists-wrap .content {
    width: 89.4%;
  }
}

@media (min-width: 1201px) {
  .accommodation-wrapper.offer-list-family-wrapper,
  .accommodation-wrapper.offer-list-wrapper {
    max-width: 100%;
  }

  .accommodation-wrapper.offer-list-family-wrapper .accommodation-slick-wrapper,
  .accommodation-wrapper.offer-list-wrapper .accommodation-slick-wrapper {
    margin: 0 auto;
    width: 1210px;
  }

  .offer-page-section-block .accommodation-blocks {
    margin: 30px 20px;
  }

  .accommodation-list-page .offer-slider-section {
    margin-left: -115px;
  }

  .accommodation-list-page {
    position: relative;
  }
}

#makeAWishStories .go-to-tab {
  margin: 40px auto;
}

#makeAWishStories .activities-tabs-wrap,
#makeAWishStories .activities-tabs-wrap1 {
  margin: 0 auto 24px;
  width: auto;
  padding: 0;
}

#makeAWishStories .activities-tabs-wrap-container {
  padding: 0;
}

#makeAWishStories .activities-wrap .main-heading {
  margin: 0 auto;
}

#makeAWishStories .activities-wrap .main-heading h2.expressive-heading-3 {
  margin-bottom: 16px;
  margin-top: 0;
}

#makeAWishStories .activities-wrap .main-heading .section-desc {
  display: block;
  margin-bottom: 24px !important;
}

#makeAWishStories .activities-tabs-wrap1 ul,
#makeAWishStories .activities-tabs-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
}

#makeAWishStories .activities-tabs-wrap1 div,
#makeAWishStories .activities-tabs-wrap div {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  max-height: 40px;
}

#makeAWishStories .activities-tabs-wrap1 button,
#makeAWishStories .activities-tabs-wrap button {
  color: #393939;
  font-size: 0.85rem;
  display: block;
  background: transparent;
  border: 0;
}

#makeAWishStories .activities-tabs-wrap1 div.active button,
#makeAWishStories .activities-tabs-wrap div.active button {
  color: #393939;
  border-bottom: 4px solid #393939;
}

#makeAWishStories div.activities-tabs-wrap span.separator {
  color: #c9c9c9;
  line-height: 10px;
  margin: 16px;
  display: inline-block;
  width: 2px;
}

#makeAWishStories .activities-wrap1 .list-wrap .list-item .forword-arrow,
#makeAWishStories .activities-wrap .list-wrap .list-item .forword-arrow {
  vertical-align: top;
  display: inline-block;
  width: 32px;
  height: 32px;
  float: right;
}

#makeAWishStories .activities-wrap .list-wrap .list-item .forword-arrow svg {
  float: right;
}

#makeAWishStories .activities-wrap1 .list-wrap .right-arrow,
#makeAWishStories .activities-wrap .list-wrap .right-arrow {
  width: 20px;
  height: 25px;
  fill: #393939;
}

#makeAWishStories .activities-wrap1 .list-wrap .image-wrapper,
#makeAWishStories .activities-wrap .list-wrap .image-wrapper {
  opacity: 1;
  width: 100%;
  height: 258px;
  transition: opacity 0.35s;
  overflow: hidden;
}

#makeAWishStories .activities-wrap1 .list-wrap,
#makeAWishStories .activities-wrap .list-wrap {
  max-width: 1180px;
  width: 100%;
  overflow: hidden;
}

#makeAWishStories .activities-wrap1 .list-wrap .list-item,
#makeAWishStories .activities-wrap .list-wrap .list-item {
  border: 0;
  padding: 0;
  width: 30.5%;
  max-width: 344px;
  margin: 0 48px 48px 0;
  float: left;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

#makeAWishStories .activities-wrap1 .list-wrap .list-item a,
#makeAWishStories .activities-wrap .list-wrap .list-item a,
#makeAWishStories .activities-wrap .list-wrap .list-item button,
#makeAWishStories .dinning-wrap .list-wrap .list-item a {
  display: block;
  border: none;
  text-align: left;
}

#makeAWishStories .activities-wrap1 .list-wrap .list-item.last,
#makeAWishStories .activities-wrap .list-wrap .list-item.last {
  margin-right: 0;
}

#makeAWishStories
  .activities-wrap1
  .list-wrap
  .list-item.big-tiles
  .image-wrapper,
#makeAWishStories
  .activities-wrap
  .list-wrap
  .list-item.big-tiles
  .image-wrapper {
  height: 467px;
}

#makeAWishStories
  .activities-wrap1
  .list-wrap
  .list-item.big-tiles
  .image-wrapper
  img,
#makeAWishStories
  .activities-wrap
  .list-wrap
  .list-item.big-tiles
  .image-wrapper
  img,
#makeAWishStories
  .dinning-wrap
  .list-wrap
  .list-item.big-tiles
  .image-wrapper
  img {
  margin-top: 0;
}

#makeAWishStories
  .activities-wrap1
  .list-wrap
  .list-item.big-tiles-last
  .image-wrapper,
#makeAWishStories
  .activities-wrap1
  .list-wrap
  .list-item.small-tiles-fifth
  .image-wrapper,
#makeAWishStories
  .activities-wrap
  .list-wrap
  .list-item.big-tiles-last
  .image-wrapper,
#makeAWishStories
  .activities-wrap
  .list-wrap
  .list-item.small-tiles-fifth
  .image-wrapper {
  margin-top: -217px;
}

#makeAWishStories .activities-wrap1 .list-wrap .list-item .heading-wrap,
#makeAWishStories .activities-wrap .list-wrap .list-item .heading-wrap {
  padding: 20px 28px 20px 20px;
  background: #fff;
  position: relative;
}

#makeAWishStories
  .activities-wrap1
  .list-wrap
  .list-item
  .heading-wrap
  .heading-wrap-child,
#makeAWishStories
  .activities-wrap
  .list-wrap
  .list-item
  .heading-wrap
  .heading-wrap-child {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
}

#makeAWishStories .heading-wrap .sub-title {
  position: absolute;
  top: -38px;
  padding: 3px 10px;
  min-width: 60px;
  background: #fff;
  text-transform: uppercase;
  display: block;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  font-family: ITCFranklinGothicStd;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #393939;
}

#makeAWishStories .heading-wrap .title {
  color: #000;
  display: block;
  margin-bottom: 0 !important;
}

#makeAWishStories .activities-wrap,
#makeAWishStories .activities-wrap1 {
  background: transparent;
  box-shadow: none;
  max-width: 1150px;
  margin: 0 auto 31px;
}

#makeAWishStories .activities-tabs-wrap,
#makeAWishStories .activities-tabs-wrap1 {
  background: none;
  box-shadow: none;
  display: table;
}

#makeAWishStories .heading-wrap .heading {
  width: 80%;
  float: left;
}

#makeAWishStories .activities-tabs-wrap button span.i-italic {
  color: #000;
  font-weight: 600 !important;
  display: inline-block;
  padding: 12px 0 8px;
}

#makeAWishStories .hotelActivitiesModel .modal-header {
  background: #f7f7f7;
  max-height: 415px;
}

#makeAWishStories
  .activity-popin-tab-content.tab-pane:nth-child(2n).active
  .activity-popin-icon-name {
  visibility: visible;
  animation-name: slideTop;
  -webkit-animation-name: slideTop;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

#makeAWishStories
  .activity-popin-tab-content.tab-pane:nth-child(odd).active
  .activity-popin-icon-name {
  visibility: visible;
  animation-name: slideBottom;
  -webkit-animation-name: slideBottom;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

#makeAWishStories .hotelActivitiesModelContent .activity-popin-top-desc {
  margin-top: 15px;
  color: #393939;
  overflow: hidden;
  width: 100%;
  font-weight: 700;
}

#makeAWishStories .hotelActivitiesModelContent .activity-popin-top-desc > span {
  font-size: 0.85em;
  color: #393939;
  position: relative;
  display: inline-block;
  margin-left: -5px;
  float: none;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-top-desc
  > span:nth-child(n + 2):before {
  content: "|";
  right: -1px;
  display: inline-block;
  height: 22px;
  width: 13px;
  opacity: 0.7;
  float: left;
}

#makeAWishStories .hotelActivitiesModelContent .activity-popin-bottom-desc {
  margin-top: 22px;
  line-height: 22px;
  font-size: 0.75em;
  text-align: left;
  color: #737373;
}

#makeAWishStories .hotelActivitiesModelContent .activity-popin-tab-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 55px;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  li {
  border-bottom: 1px solid #c9c9c9;
  font-family: FreightPro, sans-serif;
  font-style: italic;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  .tabs-list-container
  button.active,
#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  li.active {
  border-bottom: 1px solid #393939;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-in;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  li.slider-bar-trans {
  width: 50%;
  position: absolute;
  background: #393939;
  height: 3px;
  bottom: 0;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  li:nth-child(2).slider-bar-trans {
  width: 100%;
  margin: 0 auto;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  li.active
  ~ .slider-bar-trans {
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-in;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  li:first-child.active
  ~ .slider-bar-trans {
  left: 0;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  li:nth-child(2).active
  ~ .slider-bar-trans {
  left: 51.5%;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  a {
  padding: 20px 10px;
  display: block;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  .tabs-list-container
  button,
#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  li
  a {
  color: #393939;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  .tabs-list-container
  button.active,
#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .activity-popin-tab-list
  li.active
  a {
  color: #000;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .popin-course-list-wrap {
  padding: 20px 80px;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .popin-course-list-wrap
  li {
  float: none;
  width: 33.33%;
  max-width: 153px;
  margin-top: 35px;
  position: relative;
  vertical-align: top;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .popin-course-list-wrap
  > li:after {
  content: "";
  right: -1px;
  display: inline-block;
  height: 22px;
  width: 2px;
  opacity: 0.7;
  float: left;
  position: absolute;
  top: 0;
  background: #393939;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .popin-course-list-wrap
  > li:last-child:after {
  display: none;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .popin-course-list-wrap
  .activity-popin-icon-image {
  max-width: 27px;
  max-height: 27px;
  display: inline-block;
  clear: both;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .popin-course-list-wrap
  .activity-popin-icon-tag {
  text-transform: uppercase;
  font-weight: 700;
  color: #393939;
  font-size: 0.688em;
  margin-top: 25px;
  letter-spacing: 1px;
  clear: both;
  min-height: 31px;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-tab-wrapper
  .popin-course-list-wrap
  .activity-popin-icon-name {
  margin-top: 5px;
  color: #393939;
  letter-spacing: 0.5px;
  font-size: 0.85em;
  text-transform: capitalize;
}

#makeAWishStories .hotelActivitiesModelContent .activity-popin-bottom-desc b,
#makeAWishStories
  .hotelActivitiesModelContent
  .activity-popin-bottom-desc
  strong {
  color: #393939;
  font-weight: 700;
}

#makeAWishStories .tabs-list-container button,
#makeAWishStories .tabs-list-container h3 {
  font-family: FreightPro, sans-serif;
  font-style: italic;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  background: transparent;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 10px;
  margin-left: -5px !important;
  font-size: 1rem;
}

#makeAWishStories .tabs-list-container button:focus {
  outline-offset: -2px;
}

#makeAWishStories .hotelActivitiesModelContent .popin-activity-information p {
  margin: 40px 0 0;
  text-align: left;
  font-size: 0.85em;
  color: #393939;
  letter-spacing: 0.5px;
  line-height: 22px;
}

#makeAWishStories .hotelActivitiesModelContent .popin-activity-quote {
  color: #000;
  letter-spacing: 0.2px;
  font-size: 1.5em;
  font-family: FreightPro, sans-serif;
  font-weight: 700;
  text-align: left;
  margin-top: 45px;
  font-style: italic;
}

#makeAWishStories .hotelActivitiesModelContent .popin-activity-quote > p {
  margin: 0;
}

#makeAWishStories
  .hotelActivitiesModelContent
  .popin-activity-quote
  > p:before {
  content: open-quote;
}

#makeAWishStories .hotelActivitiesModelContent .popin-activity-quote > p:after {
  content: close-quote;
}

#makeAWishStories .hotelActivitiesModelContent .popin-activity-quote-author {
  text-align: left;
  color: #393939;
  font-size: 0.688em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}

#makeAWishStories .load-more-row button {
  padding-bottom: 3px !important;
  margin-top: 0;
}

@-moz-document url-prefix() {
  #modalHotelActivities-1 .share-link-container .copyLinkButton {
    bottom: 0 !important;
  }
}

#modalHotelActivities-1 .share-link-container .copyLinkButton {
  border: none;
  display: block;
  position: relative;
  text-decoration: none;
  background-color: transparent;
  color: #000;
  bottom: 19px;
}

#modalHotelActivities-1 .modal-dialog {
  margin: 0 auto;
}

#modalHotelActivities-1 .modal-body {
  background: #fff;
  padding: 30px 0 36px;
}

#modalHotelActivities-1 .modal-dialog .slick-counter-holder p {
  font-family: ITCFranklinGothicStd;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  letter-spacing: 0.5px !important;
  text-align: left;
  color: #393939 !important;
}

#modalHotelActivities-1 .modal-header .makeAWishClose {
  float: right;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  background: #393939;
  color: #fff;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: visible;
  border: 0;
  text-align: center;
  padding: 20px;
  margin-top: 0;
}

#modalHotelActivities-1 .modal-main-content {
  margin: 0 auto;
  padding: 0 100px;
}

#modalHotelActivities-1 p.sub-desc {
  margin-top: 19px;
  margin-bottom: 16px;
  color: #737373;
}

#modalHotelActivities-1 div.extras {
  margin-bottom: 40px;
  font-size: 0;
}

#modalHotelActivities-1 div.extras a {
  display: inline-block;
  padding: 0 12px;
  color: #000;
}

#modalHotelActivities-1 div.extras .middle {
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}

#modalHotelActivities-1 .main-desc {
  margin-bottom: 56px;
  padding: 0 86px;
}

#modalHotelActivities-1 .popin-slider {
  max-height: 415px;
}

#modalHotelActivities-1 .popin-slider + .slick-counter-holder {
  padding: 14px 0 0;
}

#modalHotelActivities-1 .share-link-container {
  padding-top: 56px;
  line-height: 0;
  font-size: 0;
  border-top: 1px solid #c9c9c9;
}

#modalHotelActivities-1 .share-link-container .share-heading {
  font-family: FreightPro;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.30000001192092896px;
  font-style: normal;
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
}

#modalHotelActivities-1 .share-link-container .share-list li {
  padding: 0 18px;
}

#modalHotelActivities-1 .share-link-container .share-list li span {
  padding-top: 8px;
  font-family: ITCFranklinGothicStd;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
}

#modalHotelActivities-1 .share-link-container .share-list li:nth-of-type(2) {
  padding-left: 17px;
  padding-right: 19px;
}

.bookStudioWrapper {
  position: relative;
  height: auto;
}

.bookStudioWrapper .bookStudioContainer {
  position: relative;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent.make-a-wish-details-container.page-container.offer-details-container {
  background: linear-gradient(180deg, #fff, #fff 68.75%, hsla(0, 0%, 100%, 0));
  padding: 56px 61px 0;
  margin: 56px auto 0;
  min-height: unset;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection {
  display: block;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .desc-content-container
  .expressive-heading-3 {
  text-align: center;
  color: #000;
  margin: 0;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .desc-content-container
  .gray-underline {
  background: #000;
  margin: 24px auto;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .desc-content-container
  .event-info {
  font-style: normal;
  color: #393939;
  margin: 24px auto 32px;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .lineBreak {
  width: 857px;
  height: 1px;
  background: #d8d8d8;
  margin: 24px 0;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .bookStudioContactBlock {
  display: block;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .bookStudioContactBlock
  .bookStudioContactBlockContent {
  display: flex;
  align-items: center;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .bookStudioContactBlock
  .bookStudioContactBlockContent
  .bookLabel {
  max-width: 394px;
  width: 394px;
  margin-right: 108px;
  font-size: 1.5rem;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .bookStudioContactBlock
  .bookStudioContactBlockContent
  .bookLabel
  h3 {
  font-family: FreightPro;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem !important;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #000;
  margin: 0;
  padding: 0;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .bookStudioContactBlock
  .bookStudioContactBlockContent
  .bookLinks {
  font-family: ITCFranklinGothicStd !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .bookStudioContactBlock
  .bookStudioContactBlockContent
  .bookLinks
  p,
.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .bookStudioContactBlock
  .bookStudioContactBlockContent
  .bookLinks
  span {
  font-family: ITCFranklinGothicStd !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000;
  margin: 0;
  padding: 0;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioContent
  .bookStudioDescSection
  .bookStudioContactBlock
  .bookStudioContactBlockContent
  .bookLinks
  p:nth-child(2) {
  text-decoration: underline;
}

.bookStudioWrapper .bookStudioContainer .bookStudioCardsContent {
  display: block;
  margin-top: 56px;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioCardsContent
  .bookStudioCardsSection {
  width: 1094px;
  max-width: 1094px;
  margin: 0 auto;
  padding: 0;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioCardsContent
  .bookStudioCardsSection
  .vanity-container {
  width: 1094px;
  max-width: 1094px;
  padding: 0;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioCardsContent
  .bookStudioCardsSection
  .vanity-container
  .vanity-card-img {
  height: 194px;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioCardsContent
  .bookStudioCardsSection
  .vanity-container
  .vanity-card-detail {
  margin-top: 32px;
  padding: 0 20px;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioCardsContent
  .bookStudioCardsSection
  .vanity-container
  .vanity-card-detail
  .vanity-card-title {
  margin: 0;
  padding: 0;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioCardsContent
  .bookStudioCardsSection
  .vanity-container
  .vanity-card-detail
  .vanity-card-description {
  padding: 16px 0 0;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioCardsContent
  .bookStudioCardsSection
  .vanity-container
  .load-more-content-wrap {
  margin-top: 4px;
}

.bookStudioWrapper
  .bookStudioContainer
  .bookStudioCardsContent
  .bookStudioCardsSection
  .vanity-container
  .load-more-content-wrap
  .load-more-content {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #000;
}

@media only screen and (min-width: 1024px) {
  #makeAWishStories .load-more-row {
    position: relative;
    top: -25px;
  }

  #modalHotelActivities-1 .hotelActivitiesModelContent.modal-main-content {
    padding: 0 98px;
    margin: 0 104px;
  }

  #modalHotelActivities-1 .modal-dialog {
    margin: 56px auto 205px;
  }

  .find-reservation-container .appEnrollmentFmb .appEnrollment .mobileAppLogo {
    display: none;
  }

  .find-reservation-container
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppLogo
    .qrCodeFA {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #Offers .event-all-info p.event-small-title {
    top: -30%;
  }

  #modalHotelActivities-1 .hotelActivitiesModelContent.modal-main-content {
    padding: 0 98px;
    margin: 0 auto;
  }

  #makeAWishStories .activities-tabs-wrap-container,
  #makeAWishStories .col-xs-12.text-center.section-one {
    padding: 0 16px;
  }

  #makeAWishStories .activities-wrap .list-wrap .list-item {
    margin: 0 4.2% 40px 0;
  }

  #makeAWishStories
    .activities-wrap
    .list-wrap
    .list-item
    .heading-wrap
    .heading-wrap-child {
    width: 80%;
  }

  #makeAWishStories
    .activities-wrap
    .list-wrap
    .list-item.big-tiles
    .image-wrapper {
    height: 290px;
  }

  #makeAWishStories .activities-wrap .list-wrap .image-wrapper {
    height: 180px;
  }

  #makeAWishStories .load-more-row {
    position: relative;
    top: -21px;
  }

  #makeAWishStories .activities-wrap .list-wrap .list-item.big-tiles-last,
  #makeAWishStories .activities-wrap .list-wrap .list-item.small-tiles-fifth {
    margin-top: 107px;
  }
}

@media only screen and (max-width: 767px) {
  .filter-by-btn-wrap .primary-button {
    width: 100%;
  }

  #makeAWishStories .activities-tabs-wrap-container,
  #makeAWishStories .col-xs-12.text-center.section-one {
    padding: 0 28px !important;
  }

  #makeAWishStories .activities-tabs-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  #makeAWishStories .activities-tabs-wrap div {
    max-width: 47%;
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
  }

  #makeAWishStories .activities-tabs-wrap button {
    min-height: 52px !important;
  }

  #makeAWishStories .activities-wrap {
    margin-bottom: 40px !important;
  }

  #makeAWishStories .activities-wrap .list-wrap .list-item {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #makeAWishStories .activities-wrap .list-wrap .list-item .image-wrapper {
    height: 0 !important;
  }

  #makeAWishStories .activities-wrap .list-wrap .list-item .heading-wrap {
    background: transparent;
    padding: 28px 28px 28px 20px !important;
    max-height: 80px;
  }

  #makeAWishStories .activities-wrap1 .list-wrap .list-item,
  #makeAWishStories .activities-wrap .list-wrap .list-item {
    box-shadow: none;
    max-height: 80px;
    border-bottom: 1px solid #c9c9c9;
    background: transparent;
    max-width: 100%;
  }

  #makeAWishStories div#activityLoadMore {
    margin-top: 27px;
  }

  #makeAWishStories .activities-tabs-wrap-container {
    padding: 0 16px;
  }

  #makeAWishStories .activities-wrap .list-wrap .list-item button {
    background: transparent;
  }

  #modalHotelActivities-1 .modal-body {
    margin-top: 50px;
    padding: 0;
  }

  #modalHotelActivities-1 .modal-header .count-slide,
  #modalHotelActivities-1 .modal-header .popin-slider {
    height: 480px;
  }

  #modalHotelActivities-1 .popin-slider + .slick-counter-holder {
    position: relative;
    bottom: -5px;
  }

  #modalHotelActivities-1 .modal-main-content {
    padding: 0 16px;
  }

  #modalHotelActivities-1 .modal-content .close {
    padding: 20px;
    width: 60px;
    height: 60px;
  }

  #modalHotelActivities-1 .popin-slider + .slick-counter-holder {
    padding: 6px 0 0;
  }

  #modalHotelActivities-1 .share-link-container {
    padding-top: 40px;
  }

  #modalHotelActivities-1 .share-link-container .share-heading {
    margin-bottom: 16px !important;
  }

  #modalHotelActivities-1 .share-link-container .share-list {
    padding-bottom: 4px !important;
  }

  #modalHotelActivities-1 .share-link-container .share-list li {
    padding: 16px !important;
  }

  #modalHotelActivities-1 .share-link-container .share-list li svg {
    height: 48px;
    width: 48px;
  }

  .hotelActivitiesModelContent p.sub-desc {
    margin-top: 24px !important;
  }

  .hotelActivitiesModelContent .main-desc {
    margin-bottom: 40px !important;
    padding: 0 !important;
  }

  .event-all-info .event-small-title-new {
    top: 65px;
  }
}

.spinner {
  content: "";
}

.spinner--visible {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-top-color: transparent;
  border-radius: 50%;
}

.spinner--visible,
.spinner--visible-dark {
  opacity: 1;
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
}

.spinner--visible-dark {
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 50%;
  vertical-align: text-top;
}

.spinner--visible-light {
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.offer-list-page .section-description {
  max-width: 1440px;
  margin-bottom: 17px;
}

.offer-list-page .section-description p {
  max-width: 500px;
  display: inline-block;
  text-align: center;
}

.offer-list-page .section-heading-h1 {
  margin-bottom: 40px;
}

.our-story-info-wrapper .header-history-description,
.section-description.activity.ui-body-1,
.section-description.destination,
.section-description.dining,
.vanity-heading-desc.offerDetails {
  margin-top: 40px;
}

.section-description.brand-meeting-section-description {
  margin-top: 30px;
}

.our-story-info-wrapper .header-history-description,
.section-description.activity.ui-body-1,
.section-description.brand-meeting-section-description,
.section-description.destination,
.section-description.dining,
.vanity-heading-desc.offerDetails,
.web-accessibilityHeading {
  margin-bottom: 32px;
}

.vanity-heading-desc.offerDetails p {
  margin-bottom: 8px;
}

.heading-requesinfo-popin {
  margin: 10px auto 30px;
}

.gift-card-page .event-info {
  margin-bottom: 32px;
}

.gift-card-page .new-headingForSeo {
  margin-top: 40px !important;
}

.web-accessibilityTitle .new-headingForSeo {
  margin-top: 26px !important;
  margin-bottom: 32px !important;
}

.sticky-activity-header .sticky-activity-title span:after {
  content: "-";
  padding: 0 0 0 5px;
}

.brand-meeting-heading.new-headingForSeo,
.offer-list-page .new-headingForSeo {
  margin-top: 100px !important;
}

#activityWrap .activityheading.new-headingForSeo,
.destinationDiv .new-headingForSeo,
.diningSection .new-headingForSeo,
.offerDetailsDiv .new-headingForSeo,
.our-story-info-wrapper .new-headingForSeo,
.weddingSection .brand-meeting-heading.new-headingForSeo {
  margin-top: 100px !important;
}

@media (max-width: 1024px) {
  .our-story-info-wrapper .header-history-description,
  .section-description.activity.ui-body-2,
  .section-description.destination,
  .section-description.dining,
  .vanity-heading-desc.offerDetails,
  description.activity.ui-body-1 {
    margin-top: 100px;
  }

  .section-description.brand-meeting-section-description {
    margin-top: 22px;
  }

  #activityWrap .activityheading.new-headingForSeo,
  .brand-meeting-heading.new-headingForSeo,
  .destinationDiv .new-headingForSeo,
  .diningSection .new-headingForSeo,
  .offer-list-page .new-headingForSeo,
  .offerDetailsDiv .new-headingForSeo,
  .our-story-info-wrapper .new-headingForSeo,
  .section-description.activity.ui-body-1,
  .web-accessibilityTitle .new-headingForSeo,
  .weddingSection .brand-meeting-heading.new-headingForSeo {
    margin-top: 32px !important;
  }

  .offer-list-page .section-heading-h1 {
    margin-bottom: 32px !important;
  }

  .find-reservation-container .myFpcSignin #sign-in {
    display: flex;
    flex-direction: column;
  }

  .find-reservation-container .myFpcSignin #sign-in h1.expressive-heading-2 {
    font-weight: 600 !important;
    line-height: 44px !important;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .find-reservation-filling-btn {
    margin-top: -11px;
  }
}

@media (max-width: 767px) {
  .vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #393939;
    border-bottom: 1px solid #c9c9c9;
    max-width: 95%;
    margin: 24px 8px 0;
    padding: 0 16px 16px;
  }

  .newh3-heading,
  .vanity-horizontal-card h4 {
    font-family: FreightPro, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5625rem !important;
    line-height: 28px !important;
    letter-spacing: 0.3px !important;
    color: #000;
    margin: 0 8px;
    padding: 16px !important;
    border: none;
  }

  .newh3-heading {
    margin-top: 0 !important;
  }

  .vanity-horizontal-card .vanity-card-details .vanity-card-desc {
    font-family: ITCFranklinGothicStd, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #393939;
    padding: 0 24px 46.5px;
    margin-bottom: 0;
  }

  .vanity-horizontal-card .tertiary-button {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 16px;
    color: #393939;
  }

  .vanity-horizontal-card .primary-button,
  .vanity-horizontal-card .tertiary-button {
    font-family: ITCFranklinGothicStd, sans-serif;
    font-style: normal;
    letter-spacing: 0.5px;
    bottom: 16px;
  }

  .vanity-horizontal-card .primary-button {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 20px;
    color: #fff;
    min-height: 40px;
    position: inherit;
  }

  .vanity-horizontal-card .vanity-details-btn {
    display: flex;
    order: 3;
    margin: 0 16px 16px;
    flex-direction: row;
    gap: 32px;
    justify-content: end;
  }

  .vanity-more-details {
    vertical-align: bottom;
    margin-top: 6px;
    display: inline-grid;
  }

  .vanity-book-now {
    display: inline-grid;
    width: 122px;
  }

  .vanity-horizontal-card {
    display: flex;
    flex-direction: column;
  }

  .vanity-horizontal-card .vanity-card-details {
    order: 2;
  }

  .vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 > span {
    order: 1;
    font-family: ITCFranklinGothicStd, sans-serif;
  }

  .vanity-horizontal-card .more-details {
    position: inherit;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .vanity-horizontal-card .tertiary-button {
    margin-left: 450px;
  }
}

@media (min-width: 1025px) {
  .tintup {
    width: 100% !important;
    margin: 0 auto;
  }

  .stay-iconic-top {
    width: 100%;
  }

  .find-reservation-container {
    margin: 24px 0 -51px;
  }

  .find-reservation-container .myFpcSignin h1 {
    font-weight: 500 !important;
    margin-bottom: 16px !important;
  }

  .find-reservation-container .myFpcSignin #sign-in p.ui-body-03 {
    margin: 16px 0 26.5px;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment {
    max-height: 550px;
    overflow: hidden;
    border-left: 1px solid #d9d9d9;
    padding: 0 0 0 56px;
    margin-left: 56px;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    h3 {
    margin: 0 0 16px !important;
    color: #000 !important;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    ul.ui-body-1 {
    text-indent: -1.35em;
    margin-left: 6%;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg {
    margin-top: 48px;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    .imgResponsiveAllEnroll {
    width: 280px;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    img {
    max-width: 100%;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    .qrCodeFA {
    align-self: center;
    padding: 0 0 72px 24px;
    align-items: center;
    margin-top: -68px;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    .qrCodeFA
    p {
    color: #000 !important;
    font-weight: 400 !important;
  }

  .find-reservation-container
    .myFpcSignin
    #sign-in
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppEnrollSvg
    .qrCodeFA
    img {
    width: 81.7px;
    height: 82.7px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1078px) {
  .find-reservation-container .myFpcSignin .appEnrollmentFmb .appEnrollment {
    max-height: 540px !important;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .qrCodeFA {
    margin-top: -211px !important;
  }
}

@media only screen and (min-width: 1079px) and (max-width: 1107px) {
  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .qrCodeFA {
    margin-top: -156px !important;
  }
}

@media only screen and (min-width: 1108px) and (max-width: 1203px) {
  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .qrCodeFA {
    margin-top: -142px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1364px) {
  .stay-iconic-top {
    padding: 0 60px;
  }
}

@media (min-width: 1365px) {
  .stay-iconic-top {
    padding: 0 60px;
  }
}

@media (min-width: 768px) {
  .vanity-horizontal-card .vanity-card-details h3,
  .vanity-horizontal-card h4 {
    font-family: FreightPro, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5625rem !important;
    line-height: 28px !important;
    letter-spacing: 0.3px !important;
    color: #000;
    padding: 16px 0 !important;
  }

  .vanity-horizontal-card .hotel1-discount.col-sm-2.col-sm-pull-7 > span {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #393939;
  }
}

.stay-iconic-wrap,
.stay-iconic-wrap-mobile {
  max-width: 1440px;
  background: #fff;
  height: 630px;
  margin: 0 -15px 120px;
  padding: 60px 104px;
}

.stay-iconic-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 32px !important;
  margin: 0 auto;
}

.stay-iconic-top h2 {
  position: relative;
  display: flex;
  gap: 16px;
  margin: 0 0 16px;
}

.stay-iconic-top .header-side-border {
  border-top: 2px solid #000;
  width: 60px;
  display: flex;
  align-self: center;
  gap: 32px;
}

.heading-text p {
  margin-bottom: 0;
}

.insta-icon-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
  align-items: end;
  color: #393939;
}

.insta-icon {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: flex;
}

.tint-bottom-image {
  display: none;
}

.copyLinkButtonOfferConference {
  border: none;
  display: block;
  position: relative;
  text-decoration: none;
  background-color: transparent;
  color: #000;
  bottom: 19px;
}

@media (max-width: 1024px) {
  .tint-bottom-image {
    display: block;
    height: 294px !important;
    margin-top: 24px;
  }

  .stay-iconic-wrap,
  .stay-iconic-wrap-mobile {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 24px 0;
  }

  .stay-iconic-wrap-mobile {
    margin-top: 42px !important;
    margin-bottom: -64px !important;
    margin: 0 auto;
  }

  .stay-iconic-top,
  .stay-iconic-top h2 {
    display: inline-block;
  }

  .header-side-border {
    display: block !important;
    margin: 24px auto;
  }

  .your-fairmont-offer h2 .header-side-border {
    display: block;
  }

  .insta-icon-section {
    justify-content: center;
    margin-top: 16px;
  }

  .stay-iconic-top {
    padding: 0 24px;
  }

  .find-reservation-container .myFpcSignin h1 {
    font-weight: 600 !important;
    line-height: 44px !important;
  }

  .find-reservation-container .myFpcSignin h2 {
    line-height: 28px !important;
    font-size: 1.563rem !important;
    margin-top: 14px !important;
  }

  .find-reservation-container .myFpcSignin p.ui-body-03 {
    margin: 24px 0 0 !important;
  }

  .find-reservation-container .myFpcSignin .appEnrollmentFmb {
    border-top: 1px solid #d9d9d9;
    margin-top: 32px;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .enrollDescription
    h2.expressive-heading-3 {
    font-size: 25px !important;
    margin: 32px 0 16px !important;
    line-height: 28px !important;
    letter-spacing: 0.3px !important;
    color: #000 !important;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .enrollDescription
    ul.ui-body-1 {
    font-size: 0.85rem !important;
    line-height: 20px !important;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppLogo {
    display: flex;
    font-size: 0;
    gap: 16px;
    margin: 32px 0;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .mobileAppLogo
    svg:first-child {
    width: 142px;
  }

  .find-reservation-container
    .myFpcSignin
    .appEnrollmentFmb
    .appEnrollment
    .qrCodeFA {
    display: none;
  }
}

.all-user-signin {
  display: flex;
  justify-content: center;
}

.container.alternate-blocks-container {
  background: #fff;
  padding: 0;
}

.container.alternate-blocks-container .ui-body-1 {
  font-family: ITC-Franklin-Gothic-Std-Book !important;
}

.container.alternate-blocks-container
  .alternate-block-card-col
  .alternate-block-card
  .alternate-block-card-detail
  .alternate-block-card-title {
  font-size: 1.25rem;
  margin: 0;
}

.container.alternate-blocks-container
  .alternate-block-card-col
  .alternate-block-card
  .alternate-block-card-detail
  .alternate-block-card-description {
  margin: 24px 0;
}

.container.alternate-blocks-container
  .alternate-block-card-col
  .alternate-block-card
  .alternate-block-card-detail
  .alternate-block-card-description
  p {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.container.alternate-blocks-container
  .alternate-block-card-col
  .alternate-block-card
  .alternate-block-card-detail
  .alternate-block-learn-more
  span {
  font-family: ITC-Franklin-Gothic-Std-Book !important;
}

@media (min-width: 1025px) {
  .offerDetailsDiv h1.summer-campaign-page-title {
    margin: 0 0 56px !important;
  }

  .container.alternate-blocks-container {
    width: 980px;
    max-width: 980px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .container.alternate-blocks-container .alternate-block-card-col {
    display: flex;
    margin: 0 0 56px;
    padding: 0;
  }

  .container.alternate-blocks-container .alternate-block-card-col:first-child {
    margin-top: 56px;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col:nth-child(odd) {
    margin-left: -85px;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col:nth-child(odd)
    .alternate-block-card-img {
    order: 1;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col:nth-child(odd)
    .alternate-block-card-detail {
    order: 2;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col:nth-child(2n) {
    margin-left: 85px;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col:nth-child(2n)
    .alternate-block-card-img {
    order: 2;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col:nth-child(2n)
    .alternate-block-card-detail {
    order: 1;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card {
    display: flex;
    width: 100%;
    height: auto;
    -moz-column-gap: 56px;
    column-gap: 56px;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-img
    img {
    width: 489px;
    height: 289px;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-detail {
    width: 463px;
    height: 272px;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-detail
    .alternate-block-card-title {
    font-weight: 400;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-detail
    .alternate-block-card-description {
    display: block;
    width: 460px;
    min-height: 144px;
    padding: 0;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-detail
    .alternate-block-card-description
    p {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-detail
    .alternate-block-learn-more {
    display: flex;
    width: 200px;
    height: 52px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .offerDetailsDiv h1.summer-campaign-page-title {
    margin: 32px 0 !important;
  }

  .container.alternate-blocks-container {
    background: #f7f7f7;
    width: auto;
    max-width: 100%;
    margin: 40px 16px;
  }

  .container.alternate-blocks-container .alternate-block-card-col {
    margin-bottom: 0;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card {
    background: #fff;
    padding: 24px 0;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-img {
    width: 100vw;
    margin: 0 0 0 -16px;
    padding: 0;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-img
    img {
    width: 100%;
    height: 221px;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-detail {
    background: #fff;
    width: 100%;
    padding: 24px 16px 8px;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-detail
    .alternate-block-card-title {
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .container.alternate-blocks-container .alternate-block-card-col {
    margin-bottom: 0;
  }

  .container.alternate-blocks-container
    .alternate-block-card-col
    .alternate-block-card
    .alternate-block-card-detail
    .alternate-block-learn-more {
    display: block;
    width: 100%;
    padding: 16px 24px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .alternate-block-card-img {
    text-align: center;
  }

  .alternate-block-card-img img {
    height: auto !important;
  }
}

.summer-campaign-destinations-carousel.brand-destinations
  .brand-destinations-content
  .brand-destinations-info {
  margin: 24px auto !important;
  padding: 0 !important;
}

.summer-campaign-destinations-carousel.brand-destinations
  .brand-destinations-content
  .view-all-destinations
  a {
  margin: 16px 0 !important;
  padding: 0 !important;
}

.summer-campaign-destinations-carousel.brand-destinations
  .brand-destination-scroll {
  margin-top: 24px !important;
}

.summer-campaign-destinations-carousel.brand-destinations
  .brand-destination-scroll
  .slick-track {
  padding: 0 !important;
}

.summer-campaign-destinations-carousel.brand-destinations
  .brand-destination-scroll
  .slick-track
  .brand-destination-img
  .inner-content {
  padding: 16px !important;
}

.summer-campaign-destinations-carousel.brand-destinations
  .brand-destination-scroll
  .slick-track
  .brand-destination-img
  .inner-content
  p {
  font-weight: 600 !important;
}

.summer-campaign-destinations-carousel.brand-destinations
  .brand-destination-scroll
  .slick-track
  .brand-destination-img
  .inner-content
  h3 {
  margin-bottom: 7px !important;
}

.summer-campaign-destinations-carousel.brand-destinations
  .brand-destination-scroll
  .slick-track
  .brand-destination-img
  .inner-content
  .brand-destination-link {
  font-weight: 500 !important;
  border-bottom: 4px solid #000;
  color: #393939;
}

.summer-campaign-destinations-carousel.brand-destinations
  .slick-counter-holder
  p {
  padding: 0 1px;
  font-weight: 500;
  line-height: 16px;
}

@media (min-width: 1025px) {
  .vanity-welcome-container.summer-campaign-page-overview {
    margin-top: 35px !important;
  }

  .summer-campaign-destinations-carousel.brand-destinations {
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destinations-content
    h2.expressive-heading-3 {
    font-weight: 700 !important;
    font-style: italic !important;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destinations-content
    .title-hr {
    display: none;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-track
    .brand-destination-img {
    padding: 16px 8px 9px;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-controls
    .slick-next,
  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-controls
    .slick-prev {
    top: 100%;
    bottom: 0;
    margin-top: 15px;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-controls
    .slick-next {
    right: 16px;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-controls
    .slick-prev {
    left: 16px;
  }
}

@media (max-width: 767px) {
  .summer-campaign-destinations-carousel.brand-destinations {
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 56px;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destinations-content
    h2.expressive-heading-3 {
    font-weight: 500 !important;
    font-weight: 400;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destinations-content
    .title-hr {
    width: 60px;
    height: 2px;
    background: #000;
    margin: 24px auto;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destinations-content
    .brand-destinations-info {
    margin-bottom: 32px !important;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll {
    margin-top: 0;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-track
    .brand-destination-img {
    margin: 0;
    padding: 0;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-track
    .brand-destination-img
    .brand-destination-bg-img {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-controls
    .slick-next,
  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-controls
    .slick-prev {
    bottom: -50px;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-controls
    .slick-next {
    right: 40px;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .brand-destination-scroll
    .slick-controls
    .slick-prev {
    left: 40px;
  }

  .summer-campaign-destinations-carousel.brand-destinations
    .slick-counter-holder {
    margin-top: 21px;
  }
}

@media (min-width: 768px) {
  .vanity-horizontal-card.offer-template-3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .vanity-horizontal-card.offer-template-3 .vanity-card-details {
    padding: 16px 24px;
  }

  .vanity-horizontal-card.offer-template-3 .vanity-details-btn {
    display: flex;
    align-items: flex-end;
    float: right;
    margin: 0;
  }

  .vanity-horizontal-card.offer-template-3
    .vanity-details-btn
    .vanity-more-details {
    margin-right: 32px;
  }

  .vanity-horizontal-card.offer-template-3
    .vanity-details-btn
    .vanity-more-details
    .more-details {
    position: unset;
    display: block;
    margin: 0;
  }

  .vanity-horizontal-card.offer-template-3 .vanity-details-btn .book-now-btn {
    position: unset;
    display: block;
  }

  .vanity-horizontal-card.offer-template-3 .vanity-card-separator {
    position: absolute;
    border-right: 1px solid #c9c9c9;
    top: 16px;
    bottom: 16px;
    left: 41.5%;
  }

  .vanity-horizontal-card.offer-template-3 .vanity-card-desc {
    padding-bottom: 1rem !important;
    margin: 0;
  }

  .vanity-horizontal-card.offer-template-3 h3,
  .vanity-horizontal-card.offer-template-3 h4,
  .vanity-horizontal-card.offer-template-3 p {
    margin: 0;
  }

  .vanity-horizontal-card.offer-template-3 h3,
  .vanity-horizontal-card.offer-template-3 h4 {
    padding: 0 0 16px !important;
  }

  .vanity-horizontal-card.offer-template-3 .hotel1-discount {
    border: 0 !important;
    padding: 0 24px 0 16px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vanity-horizontal-card.offer-template-3 {
    justify-content: unset;
  }

  .vanity-horizontal-card.offer-template-3 .vanity-card-details {
    width: 55% !important;
  }

  .vanity-horizontal-card.offer-template-3 .hotel1-discount {
    right: 55% !important;
  }
}

@media (max-width: 767px) {
  .vanity-horizontal-card.offer-template-3 .vanity-card-desc {
    padding: 0 24px 24px;
  }

  .vanity-horizontal-card.offer-template-3 .vanity-details-btn {
    justify-content: flex-end;
    gap: 0 !important;
    margin: 0 24px 24px;
  }

  .vanity-horizontal-card.offer-template-3 .vanity-details-btn .book-now-btn {
    position: unset !important;
    display: block;
  }

  .vanity-horizontal-card.offer-template-3 h3,
  .vanity-horizontal-card.offer-template-3 h4,
  .vanity-horizontal-card.offer-template-3 p {
    margin: 0;
  }

  .vanity-horizontal-card.offer-template-3 h3,
  .vanity-horizontal-card.offer-template-3 h4 {
    padding: 16px 24px 24px !important;
  }

  .vanity-horizontal-card.offer-template-3 .vanity-more-details {
    margin-right: 32px;
  }
}

.footer-container-wrapper {
  color: #fff;
  background: #393939;
}

.top-footer-container {
  padding-top: 30px;
}

.scrollTopBtn {
  display: none;
  min-height: 71px;
  width: 51px;
  background: #f7f7f7;
  border: 0;
  text-align: center;
  position: fixed;
  right: 65px;
  bottom: 80px;
  font-size: 0.85rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  color: #393939;
  z-index: 1;
  padding: 12px 8px 8px;
}

.scrollTopBtn span {
  display: block;
  font-size: 0.75rem;
  font-family: ITCFranklinGothicStd;
  line-height: 16px;
  margin-top: 1px;
}

.scrollTopBtn:hover {
  text-decoration: underline;
}

.scrollTopBtn:hover svg {
  transition: all 0.2s ease-in-out;
}

.footer-container-wrapper h2 {
  font-family: FreightPro, sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #fff;
}

.footer-container-wrapper h3.footer-link-heading {
  margin-top: 30px;
}

.footer-container-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-container-wrapper a:focus,
.footer-container-wrapper a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-container-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bottom-footer-container .footer-copyright,
.bottom-footer-container .footer-social-links,
.footer-container-wrapper .container-fluid,
.middle-footer-container .site-footer-brands-container,
.top-footer-container .footer-links-left,
.top-footer-container .footer-links-right,
.top-footer-container .footer-logo-container,
.top-footer-container .footer-newsletter-container {
  padding: 0;
}

.top-footer-container .footer-logo {
  overflow: hidden;
  padding: 5px;
}

.top-footer-container .footer-links {
  margin-top: 10px;
  font-size: 0.85em;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 26px;
}

.top-footer-container .footer-newsletter {
  margin: 30px 0 0;
  padding: 5px 0;
}

.bottom-footer-container,
.middle-footer-container,
.top-footer-container .footer-logo,
.top-footer-container .footer-newsletter {
  text-align: left;
}

.tollfree-number a {
  display: inline-block;
  font-size: 0.85em;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.footer-newsletter .footer-newsletter-link {
  display: inline-block;
  max-width: 315px;
  padding: 10px;
  text-align: center;
}

.footer-newsletter h3 {
  font-size: 1rem;
  margin-top: 0;
}

.footer-newsletter .footer-newsletter-link:focus,
.footer-newsletter .footer-newsletter-link:hover {
  text-decoration: none;
}

.middle-footer-container {
  background: #393939;
  line-height: 65px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 1440px;
  margin: 49px auto 0;
}

.footer-social-links {
  margin-top: 30px;
  padding: 0;
}

.footer-social-links .social-links-list {
  display: inline-block;
  margin: 0 35px 20px 0;
}

.footer-social-links .social-links-list a {
  display: inline-block;
}

.app-store-container {
  padding: 0;
}

.app-store-container .app-logo-container {
  text-align: left;
}

.app-store-container h3 {
  margin: 35px 0 15px;
}

.app-store-container .app-description {
  margin-bottom: 16px;
}

.app-store-container a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-decoration: none;
}

.app-store-container a:focus,
.app-store-container a:hover {
  text-decoration: none;
}

.app-store-container svg {
  max-width: 155px;
  height: 45px;
}

.site-footer-brands,
.site-footer-brands-container {
  display: block;
  padding: 0 45px;
  text-align: center;
}

.site-footer-brands-container .slick-track {
  padding: 5px 0;
}

.site-footer-brands-container .slick-slide {
  padding: 5px;
}

.site-footer-brands-container .slick-arrow {
  width: 30px;
  height: 30px;
}

.site-footer-brands-container .slick-arrow svg {
  fill: #fff;
}

.site-footer-brands-container .slick-next {
  right: -35px;
}

.site-footer-brands-container .slick-prev {
  left: -35px;
  z-index: 1;
}

.site-footer-brands-container a {
  display: inline-block;
}

.site-footer-brands-container a img {
  max-width: 100%;
  display: inline-block;
}

.bottom-footer-container .footer-copyright .copyright-link {
  margin-bottom: 8px;
}

.bottom-footer-container .footer-copyright p {
  font-family: ITCFranklinGothicStd, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.5px;
  line-height: 18px;
}

.bottm-footer-links {
  text-align: center;
  margin-bottom: 8px;
}

.bottm-footer-links li {
  display: inline-block;
  position: relative;
  font-size: 0.85em;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 26px;
  padding: 0 5px;
}

.bottm-footer-links li:after {
  content: "-";
  position: absolute;
  right: -5px;
  top: 0;
}

.bottm-footer-links li:last-of-type:after {
  display: none;
}

.logo-sprite {
  display: inline-block;
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.logo-sprite.sprite-25hourshomepage {
  width: 100px;
  height: 33px;
  background-position: -1px -539px;
}

.logo-sprite.sprite-adagiohomepage {
  width: 92px;
  height: 34px;
  background-position: -1px -574px;
}

.logo-sprite.sprite-angsanahomepage {
  width: 112px;
  height: 15px;
  background-position: -1px -48px;
}

.logo-sprite.sprite-artserieshomepage {
  width: 117px;
  height: 25px;
  background-position: -1px -302px;
}

.logo-sprite.sprite-banyantreehomepage {
  width: 100px;
  height: 50px;
  background-position: -1px -1055px;
}

.logo-sprite.sprite-breakfreehomepage {
  width: 142px;
  height: 23px;
  background-position: -1px -252px;
}

.logo-sprite.sprite-delanohomepage {
  width: 100px;
  height: 17px;
  background-position: -1px -65px;
}

.logo-sprite.sprite-facebook {
  width: 44px;
  height: 44px;
  background-position: -1px -725px;
}

.logo-sprite.sprite-faenahomepage {
  width: 108px;
  height: 25px;
  background-position: -1px -329px;
}

.logo-sprite.sprite-fairmonthomepage {
  width: 104px;
  height: 34px;
  background-position: -1px -610px;
}

.logo-sprite.sprite-grandmercurehomepage {
  width: 100px;
  height: 50px;
  background-position: -1px -1107px;
}

.logo-sprite.sprite-hotelf1homepage {
  width: 101px;
  height: 17px;
  background-position: -1px -84px;
}

.logo-sprite.sprite-hydehomepage {
  width: 95px;
  height: 22px;
  background-position: -1px -204px;
}

.logo-sprite.sprite-ibisbudgethomepage {
  width: 67px;
  height: 50px;
  background-position: -1px -1159px;
}

.logo-sprite.sprite-ibishomepage {
  width: 49px;
  height: 26px;
  background-position: -1px -356px;
}

.logo-sprite.sprite-ibisstyleshomepage {
  width: 68px;
  height: 46px;
  background-position: -1px -957px;
}

.logo-sprite.sprite-instagram {
  width: 44px;
  height: 45px;
  background-position: -1px -863px;
}

.logo-sprite.sprite-jojoehomepage {
  width: 63px;
  height: 51px;
  background-position: -1px -1315px;
}

.logo-sprite.sprite-mamashelterhomepage {
  width: 88px;
  height: 35px;
  background-position: -1px -646px;
}

.logo-sprite.sprite-mantishomepage {
  width: 99px;
  height: 26px;
  background-position: -1px -384px;
}

.logo-sprite.sprite-mantrahomepage {
  width: 89px;
  height: 23px;
  background-position: -1px -277px;
}

.logo-sprite.sprite-mercurehomepage {
  width: 98px;
  height: 14px;
  background-position: -1px -16px;
}

.logo-sprite.sprite-mgallerybysofitelhomepage {
  width: 39px;
  height: 53px;
  background-position: -1px -1368px;
}

.logo-sprite.sprite-mondrianhomepage {
  width: 100px;
  height: 13px;
  background-position: -1px -1px;
}

.logo-sprite.sprite-movenpickhomepage {
  width: 100px;
  height: 50px;
  background-position: -1px -1211px;
}

.logo-sprite.sprite-novotelhomepage {
  width: 137px;
  height: 17px;
  background-position: -1px -103px;
}

.logo-sprite.sprite-onefinestayhomepage {
  width: 100px;
  height: 19px;
  background-position: -1px -161px;
}

.logo-sprite.sprite-orientexpresshomepage {
  width: 100px;
  height: 32px;
  background-position: -1px -505px;
}

.logo-sprite.sprite-peppershomepage {
  width: 108px;
  height: 17px;
  background-position: -1px -122px;
}

.logo-sprite.sprite-pinterest {
  width: 44px;
  height: 44px;
  background-position: -1px -771px;
}

.logo-sprite.sprite-pullmanhomepage {
  width: 105px;
  height: 18px;
  background-position: -1px -141px;
}

.logo-sprite.sprite-raffleshomepage {
  width: 88px;
  height: 20px;
  background-position: -1px -182px;
}

.logo-sprite.sprite-rixoshomepage {
  width: 100px;
  height: 50px;
  background-position: -1px -1263px;
}

.logo-sprite.sprite-slshomepage {
  width: 82px;
  height: 30px;
  background-position: -1px -440px;
}

.logo-sprite.sprite-sofitelhomepage {
  width: 120px;
  height: 14px;
  background-position: -1px -32px;
}

.logo-sprite.sprite-sofitellegendhomepage {
  width: 85px;
  height: 26px;
  background-position: -1px -412px;
}

.logo-sprite.sprite-sohomepage {
  width: 53px;
  height: 31px;
  background-position: -1px -472px;
}

.logo-sprite.sprite-swissotelhomepage {
  width: 85px;
  height: 22px;
  background-position: -1px -228px;
}

.logo-sprite.sprite-thehouseoforiginalshomepage {
  width: 96px;
  height: 58px;
  background-position: -1px -1423px;
}

.logo-sprite.sprite-thesebelhomepage {
  width: 103px;
  height: 40px;
  background-position: -1px -683px;
}

.logo-sprite.sprite-tribehomepage {
  width: 80px;
  height: 48px;
  background-position: -1px -1005px;
}

.logo-sprite.sprite-x {
  width: 44px;
  height: 44px;
  background-position: -1px -817px;
}

.logo-sprite.sprite-youtube {
  width: 44px;
  height: 45px;
  background-position: -1px -910px;
}

@media (min-width: 768px) {
  .footer-container-wrapper {
    margin-top: 75px;
  }

  .footer-social-links {
    max-width: 80%;
  }

  .top-footer-container .footer-links ul {
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }

  .top-footer-container .footer-links li {
    display: block;
    margin: 10px 0;
  }

  .top-footer-container .footer-links-right {
    margin-left: 40px;
  }

  .footer-container-wrapper .footer-links li.visible-xs-block + li {
    margin-left: 0;
  }

  .bottom-footer-container {
    margin-top: 42px;
    padding-bottom: 42px;
  }

  .bottom-footer-container .footer-social-links {
    text-align: right;
    padding-right: 85px;
    margin-top: 5px;
  }

  .bottom-footer-container .footer-copyright {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .app-store-container a:first-child svg {
    width: 135px;
    margin-right: 5px;
  }

  .footer-logo .footer-logo-container {
    margin-top: 51px;
  }

  .footer-logo .footer-logo-container:first-of-type a {
    display: inline-block;
  }

  .footer-container-wrapper .app-store-container h2 {
    margin-top: 35px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .footer-newsletter .footer-newsletter-link {
    padding: 15px 5px;
  }

  .footer-social-links {
    max-width: 90%;
  }

  .app-store-container svg {
    width: 135px;
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-logo-container svg {
    max-width: 210px;
  }

  .footer-newsletter .footer-newsletter-link {
    padding: 15px 5px;
  }

  .top-footer-container .footer-links-right {
    margin-left: 0;
  }

  .bottom-footer-container {
    padding-bottom: 90px;
  }

  .footer-social-links {
    max-width: 100%;
  }

  .app-store-container svg {
    width: 134px;
    height: 42px;
  }

  .app-store-container a:first-child svg {
    width: 126px;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .top-footer-container .footer-links-right {
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .footer-social-links .social-links-list {
    margin-right: 25px;
  }

  .app-store-container a {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .tollfree-number a:last-child {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .site-footer-brands,
  .site-footer-brands-container {
    padding: 0;
  }

  .site-footer-brands,
  .site-footer-brands-container .slick-list {
    margin: 0 5px;
  }

  .site-footer-brands-container a img {
    max-width: none;
    display: inline-block;
  }

  .middle-footer-container .site-footer-brands {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .middle-footer-container .site-footer-brands-container {
    display: inline-flex;
  }

  .site-footer-brands-container a {
    margin: 0 6px;
  }

  .site-footer-brands-container li:last-child {
    padding-right: 25px;
  }

  .site-footer-brands-container > a:last-child {
    padding-right: 30px;
  }

  .site-footer-brands-container .slick-prev {
    left: 5px;
  }

  .site-footer-brands-container .slick-next {
    right: 5px;
    margin-right: 21px;
  }

  .site-footer-brands-container .slick-prev {
    margin-left: 21px;
  }
}

@media (max-width: 767px) {
  .footer-logo-img {
    display: inline-block;
  }

  .top-footer-container {
    padding: 15px 15px 0;
  }

  .flex-for-mobile {
    display: flex;
    flex-direction: column;
  }

  .flex-for-mobile > div:first-of-type {
    order: 2;
  }

  .flex-for-mobile > div:nth-of-type(2) {
    order: 1;
  }

  .flex-for-mobile > div:nth-of-type(3) {
    order: 3;
  }

  .footer-container-wrapper {
    padding: 0 0 33px;
    margin-top: 40px;
  }

  .top-footer-container .footer-logo {
    margin-top: 36px;
    padding: 0;
  }

  .app-store-container .app-logo-container {
    text-align: center;
  }

  .top-footer-container .footer-links {
    max-width: 300px;
    margin: 20px 0 0;
  }

  .footer-newsletter .footer-newsletter-link {
    padding: 15px 10px;
  }

  .top-footer-container .footer-newsletter {
    margin-top: 20px;
  }

  .top-footer-container .footer-links .footer-links-left {
    float: left;
    max-width: 45%;
  }

  .top-footer-container .footer-links .footer-links-left li {
    min-height: 24px;
    min-width: 145px;
  }

  .top-footer-container .footer-links .footer-links-right {
    float: right;
    max-width: 150px;
  }

  .footer-container-wrapper ul {
    max-width: 300px;
  }

  .top-footer-container .footer-links li {
    margin: 12px 0;
  }

  .bottm-footer-links a,
  .footer-container-wrapper a {
    font-size: 0.85rem;
  }

  .app-store-container svg {
    width: 145px;
  }

  .app-store-container .app-description {
    margin-bottom: 24px;
  }

  .middle-footer-container .site-footer-brands-container {
    line-height: 85px;
  }

  .bottom-footer-container .footer-social-links {
    margin: 40px 0 20px;
  }

  .bottm-footer-links {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 10px;
  }

  .bottom-footer-container .footer-copyright .copyright-link {
    padding: 0 30px;
    margin-bottom: 14px;
    line-height: 22px;
  }

  .bottom-footer-container {
    padding-bottom: 30px;
  }

  .footer-container-wrapper .bottm-footer-links ul {
    max-width: none;
  }

  .bottom-footer-container .footer-copyright .copyright-link {
    text-align: center;
  }

  .footer-container-wrapper .app-store-container h2 {
    margin: 42px 0 16px;
  }
}

.footer-copyright a {
  text-decoration: underline;
}

.footer-container-wrapper a:focus,
.footer-container-wrapper button:focus {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.footer-logo svg.arabic-logo *,
.footer-logo svg.chinese-logo * {
  fill: #fff !important;
}

.footer-container-wrapper .app-store-container h2 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.footer-container-wrapper .app-store-container .app-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.reservation-widget-container {
  background-color: #fff;
  min-height: 88px;
  max-width: 1092px;
  position: relative;
  margin: 0 auto -94px;
  z-index: 111;
}

.reservation-widget-wrap {
  padding: 8px 16px 8px 8px;
  width: 100%;
  min-height: 88px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.reservation-widget-wrap:after {
  content: "";
  clear: both;
  display: table;
}

.child-dd-container {
  padding: 0 2px;
}

.reservation-widget-container .reservation-widget-wrap label {
  color: #000;
  display: block;
  font-family: ITC-Franklin-Gothic-Std-Medium;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 8px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 16px;
  word-wrap: break-word;
  cursor: pointer;
}

.guest-rooms-wrap.model-popup label {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.rooms-guests-wrap .rooms-guests {
  display: block;
}

.booking_btn_wrapper .access-chkbox-container label {
  text-transform: capitalize;
  margin: 0;
  color: #393939;
  font-size: 0.85rem;
  font-weight: 400;
  position: relative;
  top: -2px;
  line-height: 16px;
}

.reservation-widget-container .city-wrap,
.reservation-widget-container .counrtry-wrap {
  width: 14%;
  border-right: 1px solid #c9c9c9;
}

.reservation-widget-container .hotel-wrap {
  width: 15%;
  padding: 0 15px;
}

.choose-destination-wrap .select-destination input,
.spl-rates-wrapper .choose-spl-rate input {
  border: 0;
  margin: 0;
  padding: 0;
}

.choose-destination-wrap .select-destination input:focus,
.spl-rates-wrapper .choose-spl-rate input:focus {
  outline: none;
  border: 0;
}

.choose-destination-wrap input:focus::-moz-placeholder {
  color: transparent !important;
}

.choose-destination-wrap input:focus:-ms-input-placeholder {
  color: transparent !important;
}

.choose-destination-wrap input:focus::placeholder {
  color: transparent !important;
}

.reservation-widget-container .choose-your-date-wrap .checkin-wrap,
.reservation-widget-container .choose-your-date-wrap .checkout-wrap {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  border: 0;
}

.reservation-widget-container .choose-your-date-wrap .checkin-wrap .date-hint,
.reservation-widget-container .choose-your-date-wrap .checkout-wrap .date-hint {
  font-size: 0.75rem;
  line-height: 12px;
}

.choose-destination-wrap .select-destination input,
.reservation-widget-container .choose-your-date-wrap input[type="text"],
.rooms-guests-wrap .rooms-guests,
.rooms-guests-wrap .rooms-guests .adults-numbers,
.rooms-guests-wrap .rooms-guests .room-numbers,
.spl-rates-wrapper .choose-spl-rate input {
  border: 0 !important;
  margin: 0;
  display: inline-block !important;
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-size: 0.85rem !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #393939;
}

.choose-destination-wrap .select-destination input::-moz-placeholder,
.reservation-widget-container
  .choose-your-date-wrap
  .checkin-wrap
  input::-moz-placeholder,
.reservation-widget-container
  .choose-your-date-wrap
  .checkout-wrap
  input::-moz-placeholder,
.spl-rates-wrapper .choose-spl-rate input::-moz-placeholder {
  color: #737373;
}

.choose-destination-wrap .select-destination input:-ms-input-placeholder,
.reservation-widget-container
  .choose-your-date-wrap
  .checkin-wrap
  input:-ms-input-placeholder,
.reservation-widget-container
  .choose-your-date-wrap
  .checkout-wrap
  input:-ms-input-placeholder,
.spl-rates-wrapper .choose-spl-rate input:-ms-input-placeholder {
  color: #737373;
}

.choose-destination-wrap .select-destination input::placeholder,
.reservation-widget-container
  .choose-your-date-wrap
  .checkin-wrap
  input::placeholder,
.reservation-widget-container
  .choose-your-date-wrap
  .checkout-wrap
  input::placeholder,
.spl-rates-wrapper .choose-spl-rate input::placeholder {
  color: #737373;
}

.rooms-guests-wrap a {
  color: #000;
  font: 600 0.975em FreightPro;
  width: 100%;
  display: block;
  font-style: italic;
}

.reservation-widget-container .choose-your-date-wrap .checkin-checkout-wrap,
.rooms-guests-wrap button.btn-room-guest-sel {
  color: #393939;
  font: 400 0.85rem ITCFranklinGothicStd;
  width: 100%;
  display: block;
  border: 0;
  background: none;
  line-height: 16px;
}

.widget-options-wrap .txt-iata-code,
.widget-options-wrap .txt-promo-code {
  border-radius: 0;
  min-height: 52px !important;
  text-align: left;
  background: transparent !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.wrapper-dropdown .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  word-break: break-word;
  white-space: normal;
}

@supports (-moz-osx-font-smoothing: auto) {
  .reservation-widget-container .choose-your-date-wrap .checkin-checkout-wrap,
  .rooms-guests-wrap a,
  .rooms-guests-wrap button.btn-room-guest-sel {
    color: #393939;
    font: 600 0.8em FreightPro;
  }
}

.reservation-widget-container
  .reservation-widget-wrap
  .bootstrap-select.btn-group
  .dropdown-menu.inner
  .dropdown-header {
  color: #000;
  line-height: 26px;
  font-style: italic;
  font-size: 1.625em;
  font-family: FreightPro, sans-serif;
  font-weight: 600;
}

.ui-datepicker-inline {
  padding: 15px;
}

a.ui-state-default {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header {
  width: auto;
  margin: 24px auto;
  margin-top: 9px !important;
  min-width: 200px;
  padding: 1px 0;
}

.ui-datepicker .ui-datepicker-today .ui-state-default {
  color: #393939;
}

.req-info-calander .ui-datepicker-current-day .ui-state-default {
  color: #fff;
  border: 1px solid #393939;
  background: #393939;
  border-radius: 4px;
}

.calender.model-popup {
  min-width: 350px;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
  background: #fff !important;
}

.calender .ui-datepicker.ui-datepicker-multi-2 {
  box-shadow: 0 0 0 #c9c9c9;
}

.noOfNightsBlocks,
.noOfNightsBlocksMobile {
  color: #393939;
  display: block;
  font-size: 0.75rem;
  line-height: 16px;
  margin: 0 20px;
  font-family: ITC-Franklin-Gothic-Std-Medium;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.noOfnightsMobile {
  position: absolute;
  bottom: 26px;
  left: 105px;
  color: #393939;
  display: block;
  font-size: 0.85rem;
  line-height: 12px;
  display: none;
}

.calender.model-popup thead tr,
.change-reservation-calender thead tr,
.find-reservation-container thead tr {
  padding: 10px;
}

.calender.model-popup tr,
.change-reservation-calender tr,
.find-reservation-container tr {
  padding-top: 10px;
}

.calender.model-popup tbody tr:first-child td,
.change-reservation-calender tbody tr:first-child td,
.find-reservation-container tbody tr:first-child td {
  border: 0;
  border-top: 1px dashed #e0e0e0;
  padding: 16px 0 2px;
}

#alert-modal .modal-content .modal-header button.close:focus {
  border: 1px solid red;
  outline-offset: 0;
}

.choose-your-date-wrap .ui-datepicker .ui-datepicker-next,
.choose-your-date-wrap .ui-datepicker .ui-datepicker-prev {
  top: 4px;
  width: 24px;
}

.choose-your-date-wrap .ui-datepicker .ui-datepicker-next span,
.choose-your-date-wrap .ui-datepicker .ui-datepicker-prev span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  transform: rotate(180deg);
}

.reservation-widget-container
  .reservation-widget-wrap
  .bootstrap-select
  .dropdown-toggle {
  color: #393939;
  padding-left: 0;
  font-family: ITCFranklinGothicStd, sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 16px;
  border: 0;
}

@media only screen and (min-width: 1024px) {
  .reservation-widget-container .btn-group.open .dropdown-toggle,
  .reservation-widget-container .form-control,
  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select
    .dropdown-toggle:active {
    min-height: 46px;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select
    .dropdown-toggle {
    border: none;
  }
}

.reservation-widget-container .btn-group.open .dropdown-toggle,
.reservation-widget-container .form-control,
.reservation-widget-container
  .reservation-widget-wrap
  .bootstrap-select
  .dropdown-toggle:active {
  box-shadow: none;
  background-color: #fff;
  min-height: 34px;
  height: auto;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #000 !important;
  outline-offset: 2px;
}

.reservation-widget-container
  .reservation-widget-wrap
  .bootstrap-select
  .dropdown-toggle
  .bs-caret {
  display: none;
}

.reservation-widget-container .book-btn-wrap .btnCommon {
  padding: 14px;
}

.reservation-widget-container .book-btn-wrap .btnCommon:hover {
  background: #fff;
  color: #393939;
}

.guest-rooms-wrap h2.lblConfirmRoomsHead,
.guest-rooms-wrap p {
  font: 600 1.25em/28px FreightPro, sans-serif;
  color: #000;
  padding: 0 0 20px;
  margin: 0;
  letter-spacing: 0.3px;
}

.guest-rooms-wrap .adult-wrap,
.guest-rooms-wrap .rooms-wrap {
  padding: 0;
  margin: 0;
}

.guest-rooms-wrap .input {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 16px;
  text-align: center;
  font-family: ITC-Franklin-Gothic-Std-Book !important;
  color: #393939;
  min-width: 10px;
  background: transparent !important;
  height: 24px !important;
}

.guest-rooms-wrap label {
  font-size: 1em;
  color: #000;
  letter-spacing: 1px;
  line-height: 16px;
}

.guest-rooms-wrap .room-container {
  padding: 0;
  overflow: hidden;
}

.guest-rooms-wrap .room-container button:focus {
  outline: 1px solid #000;
  outline-offset: 2px;
}

.accessible-preference-button-wrap label.accessible-checkbox-heading,
.bed-preference-button-wrap button,
.guest-rooms-wrap .room-container label span {
  display: block;
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #393939;
}

.accessible-preference-button-wrap label.accessible-checkbox-heading,
.bed-preference-button-wrap button {
  width: 100%;
  display: flex;
  background: transparent;
  border: 0;
  justify-content: space-between;
  text-transform: none;
}

.guest-rooms-wrap .room-container .room-access-holder {
  margin: 0 !important;
}

.guest-rooms-wrap .room-container .room-access-holder input,
.guest-rooms-wrap .room-container .room-access-holder label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 2px;
}

.guest-rooms-wrap .room-container .child-error-container {
  margin-top: 10px;
}

.guest-rooms-wrap .room-container .child-error-container span {
  display: block;
  font-size: 0.75rem;
  color: #ba1f1a;
}

.guest-rooms-wrap .room-container .room-access-holder input:focus {
  outline: 1px solid #000;
  outline-offset: 1px;
}

.guest-rooms-wrap .room-container:first-child {
  border-top: 0;
}

.guest-rooms-wrap .room-container .close-room-details {
  float: right;
  height: 28px;
  margin-right: 15px;
  opacity: 1;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  background: none;
  border: 0;
}

.guest-rooms-wrap .room-container .close:focus,
.guest-rooms-wrap .room-container .close:hover {
  color: #000;
}

.guest-rooms-wrap .validate-btn-container {
  padding: 20px 0 0;
  border-top: 1px solid #c9c9c9;
}

.guest-rooms-wrap .validate-btn-container .btnCommon {
  color: #393939;
  padding: 10px;
  max-width: 250px;
  font-size: 0.8125rem;
  margin: 0 auto;
  display: block;
  border: 1px solid #393939;
}

.guest-rooms-wrap .validate-btn-container .btnCommon:focus,
.guest-rooms-wrap .validate-btn-container .btnCommon:hover {
  color: #fff;
}

.guest-rooms-wrap .room-number-heading {
  color: #000;
  font-family: ITC-Franklin-Gothic-Std-Medium;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 4px 0;
}

.guest-rooms-wrap .child-options {
  float: left;
  width: 95px;
  margin: 0 16px 0 0;
}

.guest-rooms-wrap .child-options label {
  color: #393939;
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-size: 0.85rem;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 4px;
  text-transform: none;
  line-height: 20px;
}

.guest-rooms-wrap .child-options select {
  width: 95px;
  height: 46px;
  padding: 16px 16px 10px;
  background: unset;
  border: 1px solid #393939;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.guest-rooms-wrap .minus,
.guest-rooms-wrap .plus {
  position: relative;
  width: 36px;
  height: 36px;
  top: -5px;
  background: none;
  border: 1px solid #393939;
  border-radius: 50%;
}

.guest-rooms-wrap .minus {
  margin-right: 12px;
}

.guest-rooms-wrap .plus {
  margin-left: 12px;
}

.guest-rooms-wrap .plus:before {
  top: 35%;
  left: 50%;
  width: 2px;
  height: 30%;
  margin-left: -1px;
}

.guest-rooms-wrap .plus:after {
  top: 50%;
  left: 35%;
  width: 30%;
  height: 2px;
  margin-top: -1px;
}

.ui-datepicker td {
  padding-top: 0;
  padding-bottom: 2px;
  position: relative;
  background: #fff;
}

.ui-datepicker td:before {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  height: 0;
  top: -2px;
  left: -1px;
  right: -1px;
}

.ui-datepicker td.dp-highlight:after,
.ui-datepicker td.end-date:after {
  content: "";
  width: 3px;
  position: absolute;
  display: block;
  height: 44px;
  left: -1px;
  top: 10px;
  z-index: 9999;
  bottom: 0;
}

.calender.model-popup tbody tr:first-child td:before {
  height: 16px;
  top: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  padding: 5px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.ui-datepicker td.end-date .ui-state-default,
.ui-datepicker td.start-date .ui-state-default {
  background: #393939 !important;
  color: #fff;
  border: 0;
}

.ui-datepicker
  td.ui-datepicker-unselectable.ui-state-disabled
  .ui-state-default {
  background: transparent !important;
}

.hoverCheckIn,
.ui-datepicker td.start-date .ui-state-default {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.hoverCheckOut,
.ui-datepicker td.end-date .ui-state-default {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dp-highlight .ui-state-default {
  color: #474747;
  background: #f7f7f7;
}

.dp-highlight {
  background: #f7f7f7;
}

.end-date {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-background-neutral",endColorstr="$color-background-light",GradientType=1);
}

.start-date,
.ui-widget-content .start-date.ui-state-disabled {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-background-light",endColorstr="$color-background-neutral",GradientType=1);
  opacity: 1;
}

.widget-options-wrap {
  max-width: 1190px;
  margin: 0 auto;
}

.widget-options-wrap .widget-content {
  display: none;
  background: #fff;
}

.widget-options-wrap input[type="checkbox"] + label {
  font-size: 0.85rem;
  color: #393939;
  font-weight: 400;
  cursor: pointer;
}

.widget-options-wrap .dropdown-menu {
  border-radius: 0;
  border: 0;
  font-size: 1rem;
  margin-top: 0;
  padding: 0;
}

.widget-options-wrap .dropdown-menu > li > a {
  padding: 12px 24px;
  font-family: ITCFRANKLINGOTHICSTD, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.widget-options-wrap .bs-caret {
  display: none;
}

.widget-options-wrap .btn {
  border-radius: 0;
  min-height: 46px;
  max-height: 52px;
  text-align: left;
  padding: 16px !important;
}

.widget-options-wrap input.btn {
  cursor: default;
}

.widget-options-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder,
.widget-options-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.widget-options-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.widget-options-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #393939;
}

.widget-options-wrap .form-control::-webkit-input-placeholder {
  color: #393939;
}

.widget-options-wrap .form-control:-moz-placeholder,
.widget-options-wrap .form-control::-moz-placeholder {
  color: #393939;
}

.widget-options-wrap .form-control:-ms-input-placeholder {
  color: #393939;
}

.access-chkbox-container {
  position: absolute;
  right: 0;
  bottom: -25px;
  padding: 3px 30px 3px 10px;
  background-color: #fff;
  z-index: 100;
  transition: bottom 0.4s ease-in-out;
}

.brandpage-reservation-widget .access-chkbox-container {
  bottom: -1px;
}

.reservation-widget-container
  .reservation-widget-wrap
  .access-chkbox-container
  label {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  text-transform: capitalize;
  color: #393939;
}

.widget-options-wrap input.btn:hover {
  background-color: #fff;
}

.widget-options-wrap .widget-title {
  font-size: 0.75rem;
  min-height: 28px;
  max-width: 150px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  color: #393939;
  font-weight: 700;
  line-height: 1.75rem;
  padding: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.widget-options-wrap .widget-title button {
  color: #393939;
  width: 100%;
  text-transform: uppercase;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

.widget-title .less-opt-title {
  display: none;
}

.widget-options-wrap .widget-title .plus {
  float: right;
  width: 10px;
  height: 10px;
  top: 2px;
}

.widget-options-wrap .widget-title .plus:after,
.widget-options-wrap .widget-title .plus:before {
  background-color: #393939;
}

.widget-options-show.widget-options-wrap .plus:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.widget-options-show.widget-options-wrap .plus:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.widget-options-wrap .widget-content-row {
  position: relative;
  padding: 16px;
}

.widget-options-wrap .widget-content-row + .widget-content-row {
  padding: 0 30px 15px;
}

.widget-options-wrap
  .widget-content-row
  + .widget-content-row
  .widget-col
  input[type="checkbox"] {
  float: left;
  margin: 5px;
}

.widget-options-wrap .widget-content-row + .widget-content-row .widget-col {
  width: auto;
}

.widget-options-wrap
  .widget-content-row
  + .widget-content-row
  .widget-col
  + .widget-col:before {
  border-left: 1px solid #c9c9c9;
  margin: 0 15px;
  display: block;
  content: "";
  height: 25px;
  float: left;
}

.widget-options-wrap .widget-content .widget-col {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  float: none;
}

.widget-options-wrap .widget-content .widget-col .btn-group.bootstrap-select {
  width: 100%;
}

.widget-options-wrap
  .widget-content
  .widget-col
  .btn-group.bootstrap-select
  button {
  overflow: hidden;
}

.widget-options-wrap .widget-content-row .widget-col:last-child {
  float: none;
  font-size: 0;
  line-height: 0;
  margin-top: 24px;
}

.widget-col .widget-arrow {
  position: absolute;
  z-index: 5;
  top: 30%;
  right: 18px;
}

.widget-arrow .widget-down-arrow {
  width: 7px;
  fill: #000;
  height: 10px;
}

.hide-popup {
  display: none;
}

.show-popup {
  display: block;
  position: absolute;
  z-index: 101;
  top: 85px;
}

@supports (-webkit-touch-callout: none) {
  .guest-rooms-wrap .child-options select {
    background: url(/frhi/inc/img/select-arrow.png) no-repeat right 5px center !important;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {
  .reservation-widget-container .book-btn-wrap {
    width: 11.2%;
  }

  .reservation-widget-container .book-btn-wrap .btnCommon {
    padding: 10px 8px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .mac-os .guest-rooms-wrap {
    min-width: 369px !important;
    overflow-x: hidden;
  }

  .mac-os .reservation-widget-container .rooms-guests-wrap {
    width: auto !important;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  #sticky-menu-container
    .property-nav-be-container
    .reservation-widget-container.propertyHomepage {
    min-width: 100% !important;
  }
}

@media (min-width: 1025px) {
  .box-shadow-for-php {
    box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25) !important;
  }

  .down-animation-for-php {
    transform: translateY(0) !important;
    transition: transform 0.2s ease-in;
    height: auto;
  }

  .up-animation-for-php {
    transform: translateY(-68px);
    transition: transform 0.15s ease-out;
    height: 68px;
  }

  .propertyHomePage .property-scrollup-header {
    display: none !important;
  }

  body.propertyHomePage {
    padding-top: 0;
  }

  body.propertyHomePage .header-container {
    position: relative;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid:after,
  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid:before {
    content: unset;
    display: flex;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid {
    z-index: 1;
    max-width: 100%;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .container-fluid
    ol.sticky-scroll-menu {
    padding: 0 16px;
    font-size: 0;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .sticky-booknow.sticky-for-php
    .book-nowbtn {
    text-align: center;
    white-space: nowrap;
    height: 40px;
    position: absolute;
    right: 18px;
    top: 14px;
    padding: 10px 24px;
    font-size: 0.85rem;
    font-family: ITC-Franklin-Gothic-Std-Book;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    min-width: 140px;
  }

  #mainContent
    .sticky-menu-container.propertyHomeStickyContainer
    .sticky-booknow.sticky-for-php
    .reduce-nav-bw {
    color: #393939;
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-size: 0.75rem !important;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    background: #fff;
    height: 40px;
    border: 0;
    padding: 10px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }

  #sticky-menu-container .property-nav-be-container {
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: right;
    background: #fff;
    transform: translateY(-68px);
    pointer-events: none;
  }

  #sticky-menu-container .property-nav-be-container.border-top-dashed {
    border-top: 1px dashed #e0e0e0;
  }

  #sticky-menu-container
    .property-nav-be-container
    .reservation-widget-container.propertyHomepage {
    min-width: 1440px;
    align-self: flex-end;
    justify-content: right;
    min-height: unset;
    pointer-events: all;
  }

  #sticky-menu-container
    .property-nav-be-container
    .reservation-widget-container.propertyHomepage
    .property-logo-on-bw,
  #sticky-menu-container
    .property-nav-be-container
    .reservation-widget-container.propertyHomepage
    .reservation-widget-wrap
    .choose-destination-wrap
    + .vertical-separator {
    display: none;
  }

  #sticky-menu-container
    .property-nav-be-container
    .newBookingWidget
    .book-btn-wrap
    a,
  #sticky-menu-container
    .property-nav-be-container
    .newBookingWidget
    .book-btn-wrap
    input {
    min-width: 140px;
    padding: 10px 24px;
    height: 40px;
    letter-spacing: 0.5px;
    font-family: ITC-Franklin-Gothic-Std-Book;
  }

  .ui-datepicker td a,
  .ui-datepicker td span {
    font-size: 0.85rem;
    padding: 8px;
  }

  .choose-your-date-wrap .ui-datepicker.ui-datepicker-multi {
    width: 44em !important;
    max-width: 800px;
  }

  .brandpage-reservation-widget
    .choose-your-date-wrap
    .ui-datepicker.ui-datepicker-multi {
    height: 430px !important;
  }

  .choose-your-date-wrap .checkin-wrap input,
  .choose-your-date-wrap .checkout-wrap input {
    width: 100%;
    outline: none;
  }

  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: calc(50% - 10px);
    overflow: hidden;
  }

  .ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-last {
    margin-left: 20px;
  }

  .reservation-widget-container.divFactBookingEngine,
  .reservation-widget-container.propertyHomepage {
    max-width: 100%;
    margin: 0 !important;
    position: unset;
    display: flex;
    justify-content: space-between;
    min-height: 90px;
  }

  .reservation-widget-container.divFactBookingEngine
    .property-logo-on-bw
    .property-logo-hero,
  .reservation-widget-container.propertyHomepage
    .property-logo-on-bw
    .property-logo-hero {
    margin: 8px 0 8px 16px;
    width: 100%;
    height: 100%;
    max-width: 128px;
    max-height: 74px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .reservation-widget-container.divFactBookingEngine .reservation-widget-wrap,
  .reservation-widget-container.propertyHomepage .reservation-widget-wrap {
    min-width: 843px;
    justify-content: end;
  }

  .reservation-widget-container.divFactBookingEngine
    .reservation-widget-wrap
    .choose-destination-wrap,
  .reservation-widget-container.propertyHomepage
    .reservation-widget-wrap
    .choose-destination-wrap {
    display: none !important;
  }

  .reservation-widget-container .city-wrap .dropdown-menu,
  .reservation-widget-container .counrtry-wrap .dropdown-menu,
  .reservation-widget-container .hotel-wrap .dropdown-menu {
    max-height: 450px !important;
  }

  .brandpage-reservation-widget .reservation-widget-wrap {
    background: #fff;
  }

  .brandpage-reservation-widget .reservation-widget-wrap input {
    cursor: pointer;
  }

  .brandpage-reservation-widget .widget-options-wrap {
    position: absolute;
    border-radius: 2px;
  }

  .reservation-widget-container.accomodation-page-widget {
    margin: 0 auto;
    top: -75px;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select.btn-group
    .dropdown-menu.open {
    min-width: 176px;
    margin-left: -15px;
    border: 0;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select.btn-group
    .dropdown-menu
    ul.dropdown-menu
    li
    a {
    color: #393939;
    line-height: 20px;
    font-size: 0.85rem;
    font-family: ITCFranklinGothicStd, sans-serif;
    font-weight: 400;
    padding: 12px 24px;
    letter-spacing: 0.5px;
  }

  .brandpage-reservation-widget.reservation-widget-container
    .counrtry-wrap
    .dropdown-menu.inner
    li:nth-of-type(3):after,
  .reservation-widget-container:not(.brandpage-reservation-widget)
    .counrtry-wrap
    .dropdown-menu.inner
    li:nth-of-type(2):after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 90%;
    left: 5%;
    background: hsla(0, 0%, 46.3%, 0.64);
  }

  .widget-options-wrap {
    position: absolute;
    right: 0;
    top: 85px;
    z-index: 99;
    min-width: 287px;
  }

  .arrow-icon-wrap,
  .booking-widget-mobile-option-header,
  .rooms-guests .dash-mobile {
    display: none;
  }

  .rooms-guests-wrap,
  .spl-rates-wrapper {
    font-size: 0;
    line-height: 0;
    padding: 16px 8px;
  }

  .booking-widget-lookalike .choose-your-date-wrap.ig .checkin-wrap,
  .booking-widget-lookalike .choose-your-date-wrap.ig .checkout-wrap {
    position: relative;
  }

  .booking-widget-lookalike
    .choose-your-date-wrap.ig
    #arrivalDepartureDatePopup.show-popup {
    top: unset;
  }

  .booking-widget-lookalike .choose-your-date-wrap .checkin-wrap,
  .booking-widget-lookalike .choose-your-date-wrap .checkout-wrap {
    padding: 0;
    min-width: unset;
  }

  .choose-your-date-wrap {
    display: inline-flex;
    align-items: center;
    padding: 0;
    position: relative;
  }

  .choose-your-date-wrap label.mobile-dates-label {
    display: none;
  }

  .choose-your-date-wrap .arrow-icon {
    margin: 0 8px;
    font-size: 0;
  }

  .choose-your-date-wrap .arrow-icon svg {
    display: block;
  }

  .choose-your-date-wrap .checkin-wrap,
  .choose-your-date-wrap .checkout-wrap {
    padding: 16px 8px;
    min-width: 129px;
    border-right: 0;
  }

  .choose-your-date-wrap .checkin-wrap:hover,
  .choose-your-date-wrap .checkout-wrap:hover {
    border: none;
  }

  .choose-destination-wrap {
    width: 100%;
    max-width: 234px;
    margin-right: 8px;
  }

  .choose-destination-wrap .select-destination .destination-searchbar {
    width: 100%;
    cursor: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .choose-destination-wrap
    .select-destination
    .destination-searchbar.textLengthChangesOnHover {
    width: 186px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .choose-destination-wrap .input-search-btn-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .choose-destination-wrap .input-search-btn-container .dest-label-n-input {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .choose-destination-wrap.active-state-background
    .input-search-btn-container
    .clear-destination-input,
  .choose-destination-wrap:hover
    .input-search-btn-container
    .clear-destination-input {
    display: flex !important;
    position: relative;
  }

  .choose-destination-wrap
    .input-search-btn-container
    .clear-destination-input {
    position: relative;
  }

  .choose-destination-wrap
    .input-search-btn-container
    .clear-destination-input.hide-destn-cross-btn {
    display: none !important;
  }

  .choose-destination-wrap
    .input-search-btn-container
    .clear-destination-input
    button {
    display: flex;
    background: #fff;
    border-radius: 50px;
    border: 0;
    position: absolute;
    bottom: -3px;
    right: 0;
  }

  .guest-room-close-wrapper,
  .rooms-details-wrap,
  .spl-rate-heading {
    display: none;
  }

  .rooms-guests-wrap {
    min-width: 159px;
    position: relative;
  }

  .reservation-widget-wrap .active-state-background,
  .reservation-widget-wrap .active-state-background input {
    background: #f7f7f7;
  }

  .spl-rates-wrapper {
    min-width: 129px;
    position: relative;
  }

  .spl-rates-wrapper .choose-spl-rate input {
    width: 100%;
  }

  .spl-rates-wrapper .sticky-activity-header-wrap {
    display: none !important;
  }

  .vertical-separator {
    width: 1px;
    height: 56px;
    display: block;
    background: #f7f7f7;
    margin-right: 8px;
  }

  .choose-destination-wrap,
  .choose-your-date-wrap,
  .rooms-guests-wrap,
  .spl-rates-wrapper {
    margin-right: 8px;
  }

  .guest-rooms-wrap {
    background: #fff;
    min-width: 303px;
    min-height: 300px;
    padding: 0 0 16px;
    position: absolute;
    top: 85px;
    left: 0;
    border-radius: 2px;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
    max-height: 700px;
    height: auto;
    overflow-y: auto;
  }

  .room-container .child-error-container {
    display: none !important;
  }

  .room-container .room-header-wrap {
    background: #f7f7f7;
    padding: 12px 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .room-container .room-header-wrap .delete-room {
    border: none;
    display: block;
    background: transparent;
  }

  .room-container .adult-controller-wrap .increase,
  .room-container .adult-controller-wrap .reduce,
  .room-container .child-controller-wrap .increase,
  .room-container .child-controller-wrap .reduce {
    background: transparent;
    border: 0;
    opacity: 1;
  }

  .room-container .accessible-preference-container.main-container .buton-wraper,
  .room-container .bed-preference-container.main-container .buton-wraper {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .room-container .fields-wrapper {
    margin-top: 24px;
    padding: 0 16px 16px;
  }

  .room-container .fields-wrapper .adult-label-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .room-container .fields-wrapper .adult-label-wrap .child-age-till {
    color: #737373;
    text-transform: none;
    font-size: 0.75rem !important;
    line-height: 16px !important;
  }

  .room-container .fields-wrapper .adult-controller-wrap,
  .room-container .fields-wrapper .child-controller-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }

  .room-container .fields-wrapper .rows button[disabled] svg * {
    stroke: #c9c9c9;
  }

  .room-container .fields-wrapper .adult-wrap,
  .room-container .fields-wrapper .child-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .room-container .fields-wrapper .adult-wrap label,
  .room-container .fields-wrapper .child-wrap label {
    margin: 0;
  }

  .room-container .fields-wrapper .child-wrap {
    margin-top: 16px !important;
  }

  .room-container
    .fields-wrapper
    .child-dd-container
    .child-options
    .child-age-dd
    option {
    font-size: 1rem !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    font-family: ITC-FRANKLIN-GOTHIC-STD-BOOK;
    letter-spacing: 0.5px !important;
  }

  .room-container .fields-wrapper .main-container,
  .room-container .fields-wrapper .rows {
    width: 100%;
    margin: 0;
  }

  .room-container .fields-wrapper .bed-preference-container.main-container {
    margin-top: 24px;
  }

  .room-container
    .fields-wrapper
    .accessible-preference-container.main-container {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .room-container .fields-wrapper .main-container .inputs-section {
    margin: 16px 0 0;
    display: block;
    align-items: center;
  }

  .room-container .fields-wrapper .main-container .inputs-section label {
    margin: 0 !important;
    font-family: ITC-Franklin-Gothic-Std-Book;
    text-transform: unset;
    color: #393939;
  }

  .room-container
    .fields-wrapper
    .main-container
    .inputs-section
    .bed-radio-btn {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    width: 100%;
  }

  .room-container
    .fields-wrapper
    .main-container
    .inputs-section
    .bed-radio-btn:last-child {
    margin-right: 0 !important;
  }

  .room-container
    .fields-wrapper
    .main-container
    .inputs-section
    .bed-radio-btn
    input,
  .room-container
    .fields-wrapper
    .main-container
    .inputs-section
    input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    margin: 0 12px 0 0 !important;
  }

  .room-container
    .fields-wrapper
    .main-container
    .inputs-section
    input[type="checkbox"][disabled]:hover {
    cursor: not-allowed;
  }

  .rooms-wrap .rooms-controller-wrap {
    margin: 0 16px;
  }

  .rooms-wrap .rooms-controller-wrap .add {
    width: 100%;
    padding: 16px 24px;
    background: transparent;
    color: #393939 !important;
    border: 1px solid #393939;
    font-family: ITC-Franklin-Gothic-Std-Book;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0;
  }

  .rooms-wrap .rooms-controller-wrap .add:focus {
    color: #393939 !important;
  }

  .choose-destination-wrap:hover,
  .choose-your-date-wrap .checkin-wrap:hover,
  .choose-your-date-wrap .checkout-wrap:hover,
  .rooms-guests-wrap:hover,
  .spl-rates-wrapper:hover {
    background: #f7f7f7 !important;
    cursor: pointer;
  }

  .choose-destination-wrap:hover input,
  .choose-destination-wrap input:focus,
  .choose-your-date-wrap .checkin-wrap:hover input,
  .choose-your-date-wrap .checkin-wrap input:focus,
  .choose-your-date-wrap .checkout-wrap:hover input,
  .choose-your-date-wrap .checkout-wrap input:focus,
  .rooms-guests-wrap:hover input,
  .rooms-guests-wrap input:focus,
  .spl-rates-wrapper #splRates:focus,
  .spl-rates-wrapper:hover #splRates {
    background: #f7f7f7;
    cursor: pointer;
  }

  .choose-destination-wrap:has(input:focus),
  .choose-your-date-wrap .checkin-wrap:has(input:focus),
  .choose-your-date-wrap .checkout-wrap:has(input:focus),
  .rooms-guests-wrap:has(#roomGuestBtn:focus),
  .rooms-guests-wrap:has(input:focus),
  .spl-rates-wrapper:has(#splRates:focus) {
    background: #f7f7f7;
    cursor: pointer;
  }

  .reservation-widget-container .choose-your-date-wrap input[type="text"],
  .rooms-guests-wrap .rooms-guests,
  .spl-rates-wrapper .choose-spl-rate input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .rooms-guests-wrap .rooms-guests {
    width: 100%;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ui-datepicker td a,
  .ui-datepicker td span {
    font-size: 11px;
  }
}

@media (min-width: 1025px) and (max-width: 1250px) {
  .reservation-widget-container .choose-your-date-wrap .checkin-wrap .date-hint,
  .reservation-widget-container
    .choose-your-date-wrap
    .checkout-wrap
    .date-hint {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hide-popup,
  .widget-options-wrap {
    display: block !important;
    top: 0 !important;
    left: 100vw !important;
    position: absolute;
    transition: left 0.2s ease-in-out !important;
  }

  .show-popup,
  .widget-options-show {
    top: 0 !important;
    left: 0 !important;
    transition: left 0.2s ease-in-out !important;
  }

  .reservation-widget-container.hide-mobile {
    display: block;
    top: 100vh;
    left: 0;
  }

  .reservation-widget-wrap {
    display: block;
    overflow: hidden;
    padding: 0;
  }

  .reservation-widget-container .form-control {
    background: none;
  }

  .reservation-widget-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    background: #f7f7f7;
    z-index: 1000;
    opacity: 1;
    transform: translateZ(0);
    transition: top 0.2s ease-in-out;
  }

  .reservation-widget-container.freeze {
    overflow: hidden;
  }

  .reservation-widget-container
    .choose-your-date-wrap
    .checkin-wrap
    input[type="text"],
  .reservation-widget-container
    .choose-your-date-wrap
    .checkout-wrap
    input[type="text"] {
    width: 100%;
    max-width: 100%;
    background: none;
  }

  .reservation-widget-container .book-btn-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .reservation-widget-container .book-btn-wrap .btn-book-now {
    padding: 9px 0;
    width: 100%;
    height: 52px;
    font-family: ITC-Franklin-Gothic-Std-Book;
  }

  .reservation-widget-container .more-option-wrap-mobile {
    clear: both;
  }

  .reservation-widget-container .more-option-wrap-mobile button {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
  }

  .reservation-widget-container .choose-your-date-wrap,
  .reservation-widget-container .more-option-wrap-mobile,
  .reservation-widget-container .rooms-guests-wrap {
    background-position: right 20px bottom 26px;
    border-left: 0;
  }

  .reservation-widget-container .counrtry-wrap {
    margin-top: 10px;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select
    .dropdown-menu {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    max-height: 100% !important;
    min-height: 100% !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    transition-duration: 0.3s;
    transition-property: left;
    transition-timing-function: ease-in;
    transform: translateZ(0);
  }

  .calender.model-popup {
    min-width: 0;
  }

  .calender.model-popup,
  .widget-options-wrap .widget-content {
    min-height: 768px;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select.open
    .dropdown-menu {
    visibility: visible;
    opacity: 1;
    left: 0;
    margin: 0;
    padding: 0;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select.btn-group
    .dropdown-menu.inner {
    float: none;
    position: static;
    width: 100%;
    height: auto !important;
    overflow-y: auto !important;
    max-height: calc(100% - 90px) !important;
    min-height: calc(100% - 90px) !important;
    background: #fff;
    bottom: auto;
    -webkit-overflow-scrolling: touch;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select.btn-group
    .dropdown-menu.inner
    li {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #c9c9c9;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select.btn-group
    .dropdown-menu.inner
    li.divider {
    display: none;
  }

  .reservation-widget-container .reservation-widget-wrap .booking-widget-title {
    background: #fff;
    box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.17647058823529413);
    padding: 24px;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .booking-widget-title
    button.close {
    background: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    position: unset;
  }

  .booking-widget-mobile-option-header {
    background: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    top: 0;
    z-index: 1;
  }

  .booking-widget-mobile-option-header .ActionsHeader {
    width: 100%;
    height: 50px;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .booking-widget-mobile-option-header .ActionsHeader .BackLinkContainer {
    justify-content: flex-start;
    align-items: center;
    gap: 11px;
    display: flex;
    background: transparent;
    border: 0;
  }

  .booking-widget-mobile-option-header
    .ActionsHeader
    .BackLinkContainer
    .BackArrowIcon {
    width: 18px;
    height: 18px;
    position: relative;
  }

  .booking-widget-mobile-option-header
    .ActionsHeader
    .BackLinkContainer
    .BackLinkText {
    color: #393939;
    font-size: 0.75rem;
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.5px;
    word-wrap: break-word;
  }

  .booking-widget-mobile-option-header .ActionsHeader .CloseIcon {
    width: 18px;
    height: 18px;
    position: relative;
    background: transparent;
    border: 0;
  }

  .booking-widget-mobile-option-header .PageTitleContainer {
    width: 100%;
    height: 44px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
  }

  .booking-widget-mobile-option-header .PageTitleContainer .PageTitle {
    align-self: stretch;
    color: #000;
    font-size: 1.5625rem;
    font-family: FreightPro;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.3px;
    word-wrap: break-word;
    margin: 0;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .dropdown-menu.open
    .booking-widget-title {
    float: none;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #c9c9c9;
    -webkit-box-shadow: 0 0 20px #c9c9c9;
    -moz-box-shadow: 0 0 20px #c9c9c9;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .choose-your-date-wrap
    .booking-widget-title
    .heading,
  .reservation-widget-container
    .reservation-widget-wrap
    .dropdown-menu.open
    .booking-widget-title
    h2 {
    font-family: ITCFranklinGothicStd, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    margin-left: 10px;
    float: left;
    color: #393939;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .choose-your-date-wrap
    .booking-widget-title
    .heading {
    float: left;
    width: 100%;
    margin-left: 25px;
    font-size: 0.85rem;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .choose-your-date-wrap
    .booking-widget-title
    label {
    float: left;
    margin-left: 5px;
    font-size: 1.8125rem;
    line-height: 1.625rem;
    font-family: FreightPro;
  }

  .guest-details-mobile .back-btn.left-arrow,
  .reservation-widget-container
    .reservation-widget-wrap
    .booking-widget-title
    .left-arrow {
    width: 15px;
    height: 15px;
    float: left;
    margin: 4px 0 0;
    transform: rotate(180deg);
    background: none;
    border: 0;
  }

  .guest-details-mobile .back-btn.left-arrow svg,
  .reservation-widget-container
    .reservation-widget-wrap
    .booking-widget-title
    .left-arrow
    svg {
    width: 100%;
    height: 100%;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .booking-widget-title
    .heading {
    font-family: FreightPro, sans-serif;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.3px;
    text-align: left;
    margin: 0;
    color: #000;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .booking-widget-title
    .heading.mobile-booking-heading {
    font-style: normal;
    font-size: 0.85rem;
    float: left;
    margin-left: 10px;
    font-family: ITCFranklinGothicStd, sans-serif;
    margin-top: 5px;
    line-height: 16px;
    color: #393939;
  }

  .rooms-guests-wrap a {
    font-size: 1.2em;
  }

  arrow-icon-wrap {
    max-height: 16px;
    max-width: 16px;
  }

  .choose-your-date-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .choose-your-date-wrap label.mobile-dates-label {
    width: 100%;
    flex: 0 1 100%;
  }

  .choose-your-date-wrap .checkin-wrap,
  .choose-your-date-wrap .checkout-wrap {
    flex: 1 0 25%;
    padding: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .choose-your-date-wrap .checkin-wrap label,
  .choose-your-date-wrap .checkout-wrap label {
    display: none;
  }

  .choose-your-date-wrap .arrow-icon {
    max-height: 16px;
    margin: 0 16px;
  }

  .choose-your-date-wrap .arrow-icon-wrap {
    max-height: 16px;
    margin-top: -16px;
    margin-left: auto;
  }

  .choose-destination-wrap,
  .choose-your-date-wrap,
  .rooms-guests-wrap,
  .spl-rates-wrapper {
    padding: 24px 16px !important;
    margin: 24px 16px 0 !important;
    background: #fff;
    font-size: 0;
    line-height: 0;
  }

  .choose-destination-wrap,
  .rooms-guests-wrap,
  .spl-rates-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .choose-destination-wrap .select-destination,
  .choose-destination-wrap input,
  .rooms-guests-wrap .room-guest-block,
  .rooms-guests-wrap input,
  .spl-rates-wrapper .choose-spl-rate,
  .spl-rates-wrapper input {
    width: 100%;
  }

  .rooms-guests-wrap button.btn-room-guest-sel {
    margin-top: 0;
    text-align: left;
  }

  .reservation-widget-container .choose-your-date-wrap .checkin-wrap {
    border-right: 0;
    border-bottom: 0;
  }

  .rooms-details-wrap label {
    font-size: 0;
    line-height: 0;
    margin: 0 16px 16px !important;
  }

  .rooms-details-wrap label span {
    display: inline-block;
    color: #000;
    font-size: 1.5625rem;
    font-family: FreightPro;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
  }

  .room-container .room-header-wrap {
    background: #f7f7f7;
    padding: 12px 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .room-container .room-header-wrap .delete-room {
    border: none;
    display: block;
    background: transparent;
  }

  .room-container .adult-controller-wrap .increase,
  .room-container .adult-controller-wrap .reduce,
  .room-container .child-controller-wrap .increase,
  .room-container .child-controller-wrap .reduce {
    background: transparent;
    border: 0;
    opacity: 1;
  }

  .room-container .accessible-preference-container.main-container .buton-wraper,
  .room-container .bed-preference-container.main-container .buton-wraper {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .room-container .fields-wrapper {
    margin-top: 24px;
    padding: 0 24px;
  }

  .room-container .fields-wrapper .adult-label-wrap {
    margin: 0;
    padding: 0;
  }

  .room-container .fields-wrapper .adult-label-wrap .child-age-till {
    color: #737373;
    text-transform: none;
    font-size: 0.75rem;
    line-height: 16px;
  }

  .room-container .fields-wrapper .adult-controller-wrap,
  .room-container .fields-wrapper .child-controller-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }

  .room-container .fields-wrapper .rows button[disabled] svg * {
    stroke: #c9c9c9;
  }

  .room-container .fields-wrapper .adult-wrap,
  .room-container .fields-wrapper .child-wrap {
    display: flex;
    align-items: center;
  }

  .room-container .fields-wrapper .adult-wrap label,
  .room-container .fields-wrapper .child-wrap label {
    margin: 0;
  }

  .room-container .fields-wrapper .child-wrap {
    margin-top: 16px !important;
  }

  .room-container .fields-wrapper .main-container,
  .room-container .fields-wrapper .rows {
    width: 100%;
    margin: 0;
  }

  .room-container .fields-wrapper .bed-preference-container.main-container {
    margin-top: 24px;
  }

  .room-container
    .fields-wrapper
    .accessible-preference-container.main-container {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .room-container .fields-wrapper .main-container .inputs-section {
    margin: 16px 0 0;
    display: block;
  }

  .room-container .fields-wrapper .main-container .inputs-section label {
    margin: 0 !important;
    font-family: ITC-Franklin-Gothic-Std-Book;
    text-transform: unset;
    color: #393939;
  }

  .room-container
    .fields-wrapper
    .main-container
    .inputs-section
    .bed-radio-btn {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    width: 100%;
  }

  .room-container
    .fields-wrapper
    .main-container
    .inputs-section
    .bed-radio-btn:last-child {
    margin-right: 0 !important;
  }

  .room-container
    .fields-wrapper
    .main-container
    .inputs-section
    .bed-radio-btn
    input,
  .room-container
    .fields-wrapper
    .main-container
    .inputs-section
    input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    margin: 0 12px 0 0 !important;
  }

  .rooms-wrap .rooms-controller-wrap {
    margin: 0 24px;
  }

  .rooms-wrap .rooms-controller-wrap .add {
    width: 100%;
    padding: 16px 24px;
    background: transparent;
    color: #393939;
    border: 1px solid #393939;
    font-family: ITC-Franklin-Gothic-Std-Book;
    line-height: 20px;
    letter-spacing: 0;
  }

  .rooms-wrap .rooms-controller-wrap .add:focus {
    color: #393939 !important;
  }

  .delete-room,
  .room-number-heading {
    display: inline;
  }

  .delete-room {
    float: right;
  }

  .calender.model-popup,
  .guest-rooms-wrap.show-popup {
    width: 100%;
    box-shadow: none;
    position: absolute;
    z-index: 9;
    height: 100%;
    background: #f7f7f7;
    left: 0;
    top: 0;
    font-size: 1rem;
  }

  .guest-rooms-wrap.show-popup {
    background: #fff;
  }

  .guest-rooms-wrap .guest-rooms-content {
    max-width: 100%;
    margin: 0;
  }

  .calender.model-popup .ui-datepicker {
    max-width: 340px;
    margin: 0 auto;
  }

  .widget-options-wrap .widget-content .widget-col {
    width: 100%;
    float: none;
    display: block;
    margin: 0;
    max-width: 100%;
  }

  .mobile-no-scroll .widget-options-show .more-less-book-btn {
    position: fixed;
  }

  .widget-options-wrap
    .widget-content-row
    + .widget-content-row
    .widget-col
    + .widget-col:before {
    display: none;
  }

  .widget-options-wrap .widget-title.mobile-effect > span {
    display: inline-block;
  }

  .widget-title.mobile-effect .widget-mobile-arrow-wrap .widget-mobile-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    position: absolute;
    width: 7px;
    height: 10px;
    top: 8px;
  }

  .widget-title.mobile-effect
    .widget-mobile-arrow-wrap
    .widget-mobile-arrow
    .widget-down-arrow,
  .widget-title .widget-down-arrow {
    width: 10px;
    height: 12px;
  }

  .widget-title.mobile-effect .widget-mobile-arrow-wrap {
    width: 30px;
    height: 10px;
    position: relative;
  }

  .widget-options-wrap .widget-title {
    max-width: 100%;
    position: unset;
    padding: 0;
    margin: 0;
    text-align: left;
    min-height: unset;
  }

  .widget-options-wrap .widget-title .widget-arrow {
    float: right;
  }

  .widget-options-wrap .widget-title.mobile-effect {
    text-align: left;
    box-shadow: none;
  }

  .widget-options-wrap .widget-title.mobile-effect .widget-arrow {
    float: none;
  }

  .widget-options-wrap .widget-title.mobile-effect .widget-arrow button {
    background: none;
    border: 0;
  }

  .widget-options-wrap .widget-content#IDwidgetcontent {
    background: #fff;
  }

  .widget-options-wrap .widget-content#IDwidgetcontent .spl-rate-heading {
    margin: 0;
    color: #000;
    font-size: 1.5625rem;
    font-family: FreightPro;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.3px;
    word-wrap: break-word;
    text-transform: capitalize;
    padding: 0 16px 16px;
  }

  .widget-options-wrap .widget-content#IDwidgetcontent .spl-rate-heading span {
    display: inline-block;
  }

  .widget-options-wrap .widget-content#IDwidgetcontent .widget-content-row {
    padding: 32px 24px 16px;
    border-top: 1px solid #e0e0e0;
  }

  .left-widget-animation {
    position: fixed;
    left: 100vw;
    z-index: 99;
    display: block !important;
    top: 0;
    width: 100%;
    height: 100% !important;
    transition-duration: 0.2s;
    transition-property: left;
    transition-timing-function: ease-in-out;
  }

  .left-widget-animation.left-widget-animation-complete {
    left: 0;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 100;
    transition: left 0.2s ease-in-out;
  }

  .widget-options-wrap .btn-default {
    background: #fff;
  }

  .widget-options-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder,
  .widget-options-wrap
    .bootstrap-select
    > .dropdown-toggle.bs-placeholder:active,
  .widget-options-wrap
    .bootstrap-select
    > .dropdown-toggle.bs-placeholder:focus,
  .widget-options-wrap
    .bootstrap-select
    > .dropdown-toggle.bs-placeholder:hover,
  .widget-options-wrap input[type="checkbox"] + label {
    color: #000;
  }

  .widget-options-wrap .form-control::-webkit-input-placeholder {
    color: #000;
  }

  .widget-options-wrap .form-control:-moz-placeholder,
  .widget-options-wrap .form-control::-moz-placeholder {
    color: #000;
  }

  .widget-options-wrap .form-control:-ms-input-placeholder {
    color: #000;
  }

  .widget-title.desktop-effect {
    display: none;
  }

  .reservation-widget-container
    .sticky-activity-header-wrap.sticky-activity-header-visible {
    top: auto !important;
    bottom: 0;
  }

  .reservation-widget-container .sticky-activity-header .modal-book-btn {
    width: 100%;
  }

  .access-chkbox-container {
    position: static;
    clear: both;
    padding: 20px;
    margin: 0 20px;
    border-bottom: 1px solid #c9c9c9;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .calender.model-popup
    .booking-widget-title
    .left-arrow {
    width: auto;
    transform: none;
    margin-bottom: 18px;
    height: auto;
    margin-left: 30px;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .calender.model-popup
    .booking-widget-title
    .left-arrow
    svg {
    width: 10px;
    height: 10px;
    transform: rotate(180deg);
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .calender.model-popup
    .booking-widget-title
    .left-arrow
    span {
    line-height: 1rem;
    font-size: 0.75rem;
    font-family: ITCFranklinGothicStd;
    color: #393939;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 13px;
    position: relative;
    top: -1px;
  }

  .rooms-guests {
    font-size: 0 !important;
  }

  .rooms-guests .dash-desktop {
    display: none;
  }

  .rooms-guests .dash-mobile {
    font-size: 0.85rem;
  }

  .choose-destination-wrap
    #destination-list
    .input-search-btn-container
    .clear-destination-input,
  .room-container .child-error-container {
    display: none !important;
  }

  #destination-popup-content
    .destination-list-searchbar-wrap
    .clear-destination-search-on-mobile {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: transparent;
  }
}

@media (max-width: 1024px) {
  .destinationErrorSection {
    margin: 0 24px 24px !important;
  }

  #hypBookNowSticky {
    border: 0 !important;
  }

  .date-err-msg {
    width: auto !important;
    max-width: 263px !important;
    margin-top: -10px !important;
    margin-bottom: 16px;
    padding-left: 20px !important;
  }

  .checkout-wrap {
    position: relative;
  }

  .noOfNightsBlocks,
  .noOfnightsMobile {
    display: none;
  }

  .noOfnightsMobile.stepOne {
    bottom: 13px;
    left: 85px;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .bootstrap-select.btn-group
    .dropdown-menu.inner
    li
    a {
    word-break: break-word;
    white-space: normal;
  }

  .reservation-widget-container .guest-rooms-wrap {
    padding: 0;
  }

  .reservation-widget-container
    .guest-rooms-wrap
    .booking-widget-mobile-option-header {
    border-bottom: 1px solid #e0e0e0;
  }

  .guest-rooms-wrap .guest-rooms-content {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: calc(100% - 178px);
  }

  .reservation-widget-container
    .guest-rooms-wrap
    .guest-details-mobile
    .count-wrap {
    color: #393939;
  }

  .reservation-widget-container .guest-rooms-wrap .guest-select-button-mobile {
    width: calc(100% - 32px);
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    background: #fff;
    height: 68px;
    box-shadow: none;
    margin: 16px auto 0;
  }

  .reservation-widget-container
    .guest-rooms-wrap
    .guest-select-button-mobile
    button {
    width: 100%;
    height: 52px;
    padding: 16px 24px;
    font-family: ITC-FRANKLIN-GOTHIC-STD-BOOK;
    letter-spacing: 0;
    border: 0;
  }

  .guest-details-mobile .rooms-details-wrap {
    width: 90%;
    float: left;
  }

  .widget-options-wrap:not(.widget-options-show) .more-less-book-btn {
    position: static;
  }

  .mobile-no-scroll .widget-options-show .more-less-book-btn {
    position: fixed;
  }

  .reservation-widget-container .guest-rooms-wrap.show-popup {
    display: block;
    position: absolute;
    z-index: 100;
    height: 100%;
    overflow: auto;
  }

  .widget-title.desktop-effect {
    display: none;
  }

  .mobile-no-scroll {
    overflow: hidden;
  }

  #form-body
    .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists
    .country-list
    .city-list {
    display: block;
  }

  .destination-popup-wrap {
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .destination-popup-wrap .destination-popup-header {
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
  }

  .destination-popup-wrap
    .destination-popup-header
    .destination-popup-back-btn {
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  .destination-popup-wrap
    .destination-popup-header
    .destination-popup-back-btn
    button {
    background: none;
    border: none;
  }

  .destination-popup-wrap
    .destination-popup-header
    .destination-popup-close-wrapper {
    display: inline-block;
    float: right;
  }

  .destination-popup-wrap
    .destination-popup-header
    .destination-popup-close-wrapper
    button {
    background: none;
    border: none;
  }

  .destination-popup-wrap
    .destination-popup-header
    .destination-popup-heading-wrap {
    margin: 16px 0 0;
    padding: 0;
  }

  .destination-popup-wrap
    .destination-popup-header
    .destination-popup-heading-wrap
    h3 {
    margin: 0;
    padding: 0;
    font-family: FreightPro;
    font-size: 1.563rem;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.3px;
  }

  .destination-popup-wrap .destination-popup-content {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0e0e0;
  }

  .destination-popup-wrap
    .destination-popup-content
    .destination-list-searchbar-wrap {
    margin: 32px 24px;
    padding: 16px 16px 10px;
    position: relative;
    border: 1px solid #393939;
  }

  .destination-popup-wrap
    .destination-popup-content
    .destination-list-searchbar-wrap
    .destination-list-searchbar {
    border: 0 !important;
    margin: 0;
    display: inline-block;
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #737373;
    width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .destination-popup-wrap
    .destination-popup-content
    .destination-list-searchbar-wrap
    .destination-list-searchbar:focus {
    outline: none;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper {
    margin-top: 0;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container {
    margin: 0;
    padding: 0;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container:first-child
    .region-name {
    padding-top: 0;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name {
    background: none;
    border: none;
    padding: 8px 24px;
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: left;
    width: 100%;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name.open
    .plus-minus:before {
    transform: rotate(90deg);
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name.open
    .plus-minus:after {
    transform: rotate(180deg);
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name.open
    span {
    font-weight: 700;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name
    span {
    color: #3e3d48;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name
    .fold-unfold-container {
    float: right;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name
    .fold-unfold-container
    .plus-minus {
    display: block;
    height: 12px;
    width: 12px;
    fill: #3e3d48;
    margin-top: 5px;
    position: relative;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name
    .fold-unfold-container
    .plus-minus:after,
  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name
    .fold-unfold-container
    .plus-minus:before {
    content: "";
    position: absolute;
    background-color: #3e3d48;
    transition: transform 0.25s ease-out;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name
    .fold-unfold-container
    .plus-minus:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .region-name
    .fold-unfold-container
    .plus-minus:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper {
    display: none;
    background: #f7f7f7;
    margin: 0;
    padding: 24px 32px;
    width: 100%;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists {
    margin-bottom: 32px;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists:last-child {
    margin-bottom: 0;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists
    .country-name {
    display: block;
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists
    .country-list {
    list-style-type: none;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists
    .country-list
    .city-list {
    list-style-type: none;
    margin: 16px 0 0;
    padding: 0;
    display: block;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists
    .country-list
    .city-list
    .hotel-location,
  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists
    .country-list
    .city-list
    .hotel-name {
    display: block;
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists
    .country-list
    .city-list
    .hotel-name {
    font-size: 1rem;
    line-height: 24px;
    color: #3e3d48;
  }

  .destination-popup-wrap
    .destination-popup-content
    .property-list-mobile-wrapper
    .property-list-mobile-container
    .region-list-container
    .property-lists-wrapper
    .property-lists
    .country-list
    .city-list
    .hotel-location {
    font-size: 0.85rem;
    line-height: 20px;
    color: #737373;
  }

  .destination-popup-wrap #destination-popup-content .list {
    position: absolute;
    z-index: 100;
    background: #fff;
    border: 1px solid;
    height: 400px;
    overflow: scroll;
    min-width: 358px;
    font-family: ITC-Franklin-Gothic-Std-Medium;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
  }

  .destination-popup-wrap .destination-popup-button-mobile {
    background: #fff;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 16px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.17);
  }

  .destination-popup-wrap
    .destination-popup-button-mobile
    .destination-continue-btn {
    width: 100%;
    height: 52px;
  }

  .reservation-widget-container-step1
    .destination-popup-wrap
    .destination-popup-content
    .destination-list-searchbar-wrap {
    padding: 0;
  }

  .reservation-widget-container-step1
    .destination-popup-wrap
    .destination-popup-content
    .destination-list-searchbar-wrap
    .destination-list-searchbar {
    width: 85% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .reservation-widget-container .guest-rooms-wrap {
    padding: 0;
    display: none;
  }

  .checkout-wrap {
    position: relative;
  }

  .noOfnightsMobile {
    display: inline;
  }

  .noOfNightsBlocks.homepage,
  .noOfnightsMobile.stepOne {
    display: none;
  }

  .reservation-widget-container .guest-rooms-wrap .guest-details-mobile {
    height: 50px;
    background: #fff;
    width: 100%;
    box-shadow: none;
    padding: 10px 25px;
  }

  .guest-rooms-wrap .guest-rooms-content {
    margin: 0;
    padding: 0;
  }

  .reservation-widget-container
    .guest-rooms-wrap
    .guest-details-mobile
    .count-wrap {
    font: 600 1.5em/37px FreightPro, sans-serif;
    color: #393939;
    letter-spacing: 1px;
  }

  .guest-details-mobile .rooms-details-wrap {
    width: 90%;
    float: left;
  }

  .reservation-widget-container .guest-rooms-wrap.show-popup {
    display: block;
    position: absolute;
    z-index: 100;
    overflow: auto;
  }

  .rooms-guests-wrap .rooms-guests {
    font-size: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .mac-os .reservation-widget-container .rooms-guests-wrap {
    width: 13.8%;
  }
}

.ui-datepicker .ui-datepicker-title {
  font-family: FreightPro;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #000;
}

.guest-rooms-wrap .room-container .room-access-holder label {
  color: #393939;
  font-size: 0.85rem;
  line-height: 20px;
  font-weight: 400;
}

.guest-rooms-wrap .room-container .child-age-label {
  color: #737373;
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}

button#buttonRateTypeBook > span {
  width: 237px !important;
}

.date-err-msg {
  font-family: ITCFranklinGothicStd;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  color: #ba1f1a;
  margin-top: 9px;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 0 17px;
}

.widget-options-wrap
  .widget-content
  .widget-col
  .btn-group.bootstrap-select
  button:focus {
  background-color: #e6e6e6;
}

.widget-options-wrap
  .widget-content
  .widget-col
  .btn-group.bootstrap-select.open
  button {
  background-color: #c9c9c9;
}

.widget-options-wrap
  .widget-content
  .widget-col
  .btn-group.bootstrap-select
  button:active,
.widget-options-wrap
  .widget-content
  .widget-col
  .btn-group.bootstrap-select
  button:hover {
  background-color: #c9c9c9;
  box-shadow: none;
}

.widget-options-wrap
  .widget-content
  .widget-col
  .btn-group.bootstrap-select.open
  button:hover {
  background-color: #d4d4d4 !important;
}

.widget-options-wrap
  .widget-content
  .widget-col
  .btn-group.bootstrap-select
  button
  span {
  letter-spacing: 0.5px !important;
}

@media (min-width: 1025px) {
  .newBookingWidget
    .reservation-widget-container
    .reservation-widget-wrap
    label {
    font-family: ITCFranklinGothicStd;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #737373;
  }

  .newBookingWidget
    .reservation-widget-container
    .reservation-widget-wrap
    button
    span {
    color: #393939;
  }

  .reservation-widget-container .rooms-guests-wrap button {
    text-align: left;
    outline: none;
  }

  .newBookingWidget .reservation-widget-container {
    width: 1260px;
  }

  .newBookingWidget .book-btn-wrap a,
  .newBookingWidget .book-btn-wrap input {
    min-width: 200px;
    height: 52px;
    padding: 16px 7px;
    letter-spacing: 0;
  }

  .newBookingWidget .book-btn-wrap {
    right: 60px;
  }

  .newBookingWidget .hotel-wrap {
    width: 12%;
  }

  .newBookingWidget .choose-your-date-wrap {
    color: #393939;
  }

  .bed-preference-inputs .bed-radio-btn input[type="radio"],
  .widget-options-wrap
    .widget-content#IDwidgetcontent
    .spl-rate-list
    div
    input[type="radio"],
  .widget-options-wrap
    .widget-content#IDwidgetcontent
    .spl-rate-list
    table
    div
    input[type="radio"],
  .widget-options-wrap
    .widget-content#IDwidgetcontent
    .spl-rate-list
    table
    td
    input[type="radio"] {
    width: 23px;
  }

  .bed-preference-inputs .bed-radio-btn input[type="radio"]:before,
  .widget-options-wrap
    .widget-content#IDwidgetcontent
    .spl-rate-list
    div
    input[type="radio"]:before,
  .widget-options-wrap
    .widget-content#IDwidgetcontent
    .spl-rate-list
    table
    div
    input[type="radio"]:before,
  .widget-options-wrap
    .widget-content#IDwidgetcontent
    .spl-rate-list
    table
    td
    input[type="radio"]:before {
    position: fixed;
  }
}

@media (max-width: 1024px) {
  .reservation-widget-container .book-btn-wrap {
    height: 84px !important;
    padding: 16px;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176471);
  }

  .reservation-widget-container .book-btn-wrap .btn-book-now {
    padding: 16px 24px;
  }

  #hypBookNowStickyProperty {
    border: 0;
  }

  #hypBookNowSticky {
    border: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #hypBookNowStickyProperty {
    padding: 16px 24px !important;
    border: 0;
  }
}

@media (max-width: 767px) {
  .sticky-activity-header .modal-book-btn {
    margin: 0 !important;
    height: auto;
  }

  .sticky-activity-header .modal-book-btn a {
    padding: 16px 24px;
  }

  .sticky-activity-header {
    padding: 0;
  }

  .sticky-activity-header-wrap.sticky-activity-header-visible {
    height: 84px !important;
    padding: 16px;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.17647058823529413);
  }

  .choose-destination-wrap .select-destination input,
  .rooms-guests-wrap .rooms-guests,
  .spl-rates-wrapper .choose-spl-rate input {
    width: 279px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.ui-datepicker .ui-state-hover:not(.ui-corner-all) {
  background: rgba(0, 0, 0, 0.08);
}

.ui-state-default {
  font-size: 1em;
  line-height: 14px;
  color: #393939;
}

.btnCLear,
.btnClearMobile,
.ui-state-default {
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-style: normal;
  font-weight: 400;
}

.btnCLear,
.btnClearMobile {
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #737373;
  background: none;
  border: 0;
  pointer-events: none;
}

.btnCLear-inactive {
  color: #393939 !important;
  pointer-events: visible;
}

.calendar-footer {
  margin: 9px 0 24px 32px;
  display: inline-block;
  width: calc(95% - 32px);
}

.calendar-footer .noOfNightsBlocks {
  float: right;
  margin: 4px 0;
}

.ui-state-disabled span {
  color: #c9c9c9 !important;
}

.ui-datepicker-calendar thead {
  margin-bottom: 6px;
}

.end-date .ui-state-default,
.start-date .ui-state-default {
  background: #00f;
  color: #fff;
}

.dp-highlight1,
.dp-highlight1 .ui-state-default {
  color: #474747;
  background: #f7f7f7;
}

@media (max-width: 1024px) {
  .change-reservation-calender.ui-datepicker .ui-datepicker-title,
  .find-reservation-container .ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
    text-align: center !important;
  }

  .actual-list-shown {
    display: none !important;
  }

  .TabDateSelector {
    width: 100%;
    height: 52px;
    padding: 16px;
    border-bottom: 2px solid #e0e0e0;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: inline-flex;
    position: relative;
    background: #fff;
  }

  .left-0 {
    left: 0;
  }

  .right-0,
  .right-1 {
    right: 0;
  }

  .highLight {
    width: 50vw;
    height: 2px;
    position: absolute;
    top: 50px;
    background: #393939;
  }

  .CheckInDate,
  .CheckOutDate {
    width: 146px;
    text-align: center;
    color: #393939;
    word-wrap: break-word;
    position: relative;
  }

  .ArrowUpIcon {
    width: 18px;
    display: flex;
    height: 18px;
    flex-shrink: 0;
    gap: 16px;
  }

  .check-in-date,
  .check-out-date {
    display: flex;
    width: 146px;
    flex-direction: column;
    flex-shrink: 0;
    font-family: ITC-Franklin-Gothic-Std-Book;
  }

  .ui-datepicker .ui-datepicker-title {
    color: #000;
    font-size: 1.25rem !important;
    font-family: FreightPro;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-right: 1em;
    margin-left: 1em;
  }

  .WeekInfo {
    background: #fff;
    border-bottom: 0.5px dashed #e0e0e0;
    width: 100%;
    position: fixed;
    z-index: 999;
  }

  .dayNameStyle,
  .WeekInfo {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .dayNameStyle {
    width: 44px;
    height: 44px;
    padding: 8px;
    flex-direction: column;
    gap: 8px;
  }

  .dayShortNameStyle {
    text-align: center;
    color: #737373;
    font-size: 0.75em;
    font-family: ITC-Franklin-Gothic-Std-Book;
    font-weight: 400;
    line-height: 14px;
    word-wrap: break-word;
  }

  .calender.model-popup tbody tr:first-child td {
    border: 0;
  }

  .ui-datepicker-calendar thead {
    border-bottom: 0.5px dashed #e0e0e0;
  }

  .change-reservation-calender.ui-datepicker thead,
  .find-reservation-container .ui-datepicker-calendar thead {
    display: contents !important;
  }

  .calender.model-popup .ui-datepicker {
    height: calc(100% - 51px);
    margin-top: 22px;
    display: flex !important;
    flex-direction: column;
  }

  .StickyButton {
    width: 100%;
    padding: 16px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }

  .BottomInfo,
  .StickyButton {
    gap: 8px;
    display: inline-flex;
  }

  .BottomInfo {
    width: 124px;
    align-self: stretch;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .NumberOfNight {
    height: 16px;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .XNights {
    margin: 0;
  }

  .ClearCta,
  .XNights {
    display: inline-flex;
  }

  .ClearCta {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }

  .ClearCta button.btnCLear.btnCLear-inactive {
    color: #000 !important;
  }

  .ui-datepicker .ui-datepicker-header {
    margin-bottom: 24px;
    margin-top: 24px !important;
    width: 100%;
    max-width: 100%;
  }

  .change-reservation-calender.ui-datepicker .ui-datepicker-next,
  .change-reservation-calender.ui-datepicker .ui-datepicker-prev,
  .find-reservation-container .ui-datepicker .ui-datepicker-next,
  .find-reservation-container .ui-datepicker .ui-datepicker-prev {
    display: block !important;
  }

  .ui-datepicker-inline {
    padding: 0 16px;
  }

  .ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto !important;
  }

  .btnContinueMobileWrapper {
    flex: 1 1 0;
    height: 52px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .btnContinueMobile {
    width: 100%;
  }

  .calender.model-popup {
    overflow: hidden;
    max-height: 768px !important;
    min-height: 0;
  }

  .reservation-widget-container
    .reservation-widget-wrap
    .model-popup.hide-onload,
  .reservation-widget-container .widget-options-wrap.hide-onload {
    display: none !important;
  }

  .find-reservation-calander .ui-datepicker-next,
  .find-reservation-calander .ui-datepicker-prev {
    display: block !important;
  }

  .find-reservation-calander .ui-datepicker-title {
    margin: 0 !important;
    text-align: center;
  }
}

@media (min-width: 550px) and (max-width: 649px) {
  .highLight {
    width: 30%;
  }

  .left-0 {
    left: 20%;
  }

  .right-0,
  .right-1 {
    right: 20%;
  }
}

@media (min-width: 650px) and (max-width: 767px) {
  .highLight {
    width: 25%;
  }

  .left-0 {
    left: 25%;
  }

  .right-0,
  .right-1 {
    right: 25%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .TabDateSelector {
    justify-content: center;
  }

  .ui-datepicker .ui-datepicker-title {
    margin: 0 auto;
  }

  .change-reservation-calender.ui-datepicker .ui-datepicker-title,
  .find-reservation-container .ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
    text-align: center !important;
  }

  .highLight {
    width: 20%;
  }

  .right-0,
  .right-1 {
    right: 30%;
  }

  .left-0 {
    left: 30%;
  }

  .StickyButton {
    width: 100%;
  }

  .btnContinueMobileWrapper {
    justify-content: flex-end;
  }

  .btnContinueMobile {
    max-width: 211px;
  }

  .calender.model-popup {
    max-height: 1024px !important;
  }
}

.room-container .fields-wrapper .main-container .inputs-section input {
  accent-color: #393939;
}

.room-container .fields-wrapper .main-container .inputs-section input:focus {
  outline: 1px solid #000;
  outline-offset: 2px;
}

.bed-preference-inputs .bed-radio-btn input[type="radio"],
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .spl-rate-list
  div
  input[type="radio"],
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .spl-rate-list
  table
  div
  input[type="radio"],
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .spl-rate-list
  table
  td
  input[type="radio"] {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 20px;
  margin-right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bed-preference-inputs .bed-radio-btn input[type="radio"]:before,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .spl-rate-list
  div
  input[type="radio"]:before,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .spl-rate-list
  table
  div
  input[type="radio"]:before,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .spl-rate-list
  table
  td
  input[type="radio"]:before {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.5" stroke="gray"/></svg>');
  top: 0;
  left: -1px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: static;
}

.bed-preference-inputs .bed-radio-btn input[type="radio"]:checked:after,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .spl-rate-list
  div
  input[type="radio"]:checked:after,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .spl-rate-list
  table
  div
  input[type="radio"]:checked:after,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .spl-rate-list
  table
  td
  input[type="radio"]:checked:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="20" height="20" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.5" stroke="%23000"/><circle cx="10" cy="10" r="5.714" fill="%23000"/></svg>');
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.widget-options-wrap .widget-content#IDwidgetcontent {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
}

.widget-options-wrap .widget-content#IDwidgetcontent .codes-heading,
.widget-options-wrap .widget-content#IDwidgetcontent .special-rates-heading {
  color: #393939;
  font-size: 0.75rem;
  font-family: ITC-Franklin-Gothic-Std-Medium;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  margin: 0 0 16px;
}

.widget-options-wrap .widget-content#IDwidgetcontent .spl-rate-list table {
  width: 100%;
  margin: 0;
}

.widget-options-wrap .widget-content#IDwidgetcontent .spl-rate-list div,
.widget-options-wrap .widget-content#IDwidgetcontent .spl-rate-list td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 12px;
}

.widget-options-wrap .widget-content#IDwidgetcontent .spl-rate-list div label,
.widget-options-wrap .widget-content#IDwidgetcontent .spl-rate-list td label {
  display: inline !important;
  width: 100%;
  color: #393939;
  font-size: 0.85rem;
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  text-transform: capitalize;
  cursor: pointer;
  margin: 4px 0 0;
}

.widget-options-wrap .widget-content#IDwidgetcontent .iata-code-container input,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .promo-code-container
  input {
  width: 100%;
  color: #393939;
  font-size: 0.85rem;
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  padding: 16px 16px 10px;
  min-height: 46px !important;
  height: 48px;
}

.widget-options-wrap
  .widget-content#IDwidgetcontent
  .iata-code-container
  input::-moz-placeholder,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .promo-code-container
  input::-moz-placeholder {
  color: #737373;
  line-height: 20px !important;
}

.widget-options-wrap
  .widget-content#IDwidgetcontent
  .iata-code-container
  input:-ms-input-placeholder,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .promo-code-container
  input:-ms-input-placeholder {
  color: #737373;
  line-height: 20px !important;
}

.widget-options-wrap
  .widget-content#IDwidgetcontent
  .iata-code-container
  input::placeholder,
.widget-options-wrap
  .widget-content#IDwidgetcontent
  .promo-code-container
  input::placeholder {
  color: #737373;
  line-height: 20px !important;
}

.ui-datepicker-today1 .ui-state-hover {
  background: transparent;
}

#destination-list .list {
  display: none !important;
}

.actual-list-shown {
  position: absolute;
  margin: 8px 0 0 -16px;
  background: #fff;
  width: 304px;
  max-height: 360px;
  height: auto;
  overflow-y: auto;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 78.8%, 0.25);
}

.actual-list-shown h4 {
  width: 100%;
  padding: 16px 12px;
  background: #f7f7f7;
  font-size: 0.75rem;
  font-family: ITC-Franklin-Gothic-Std-Medium;
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.actual-list-shown h4,
.dump-here {
  color: #393939;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.dump-here {
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0 !important;
}

.dump-here li {
  border-bottom: 1px solid #f7f7f7 !important;
  padding: 16px 12px;
  margin: 0 !important;
  cursor: pointer;
  display: block !important;
}

.dump-here li:hover {
  background: #f7f7f7;
}

.dump-here li.selected {
  outline: 0;
  background: #f7f7f7;
}

.dump-here li:last-of-type {
  border: 0;
}

.dump-here p {
  margin: 0;
}

.property-name,
.subtitle {
  font-size: 0.85rem;
  font-family: ITC-Franklin-Gothic-Std-Book;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}

.subtitle {
  color: #737373;
  text-transform: capitalize;
  margin-bottom: 4px !important;
}

.subtitle .cityname-highlighted {
  color: #393939;
  font-family: ITC-Franklin-Gothic-Std-Medium;
  font-weight: 500;
  text-transform: uppercase;
}

.property-name {
  color: #393939;
}

.widgetOnBottom {
  top: unset;
  bottom: 88px;
}

.widgetOnTop {
  top: 88px;
  bottom: unset;
}

.actual-list-shown.widgetOnBottom {
  margin-bottom: 8px;
}

.actual-list-shown.widgetOnTop {
  margin-top: 8px;
}

.visibility-hidden {
  visibility: hidden;
}

.child-error-container span,
.dateErrorMessage,
.dateErrorMessage405 .err405days,
.destinationError,
.expandList p,
.spl-rates-error {
  font-size: 0.85rem;
  line-height: 20px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  padding: 16px;
  display: block;
}

.child-error-container,
.child-error-container span,
.dateErrorMessage,
.dateErrorMessage405,
.dateErrorMessage405 .err405days,
.dateErrorMessage p,
.destinationError,
.spl-rates-error {
  font-weight: 400;
  color: #ba1f1a;
  background: #fbe6e7;
  line-height: 20px;
  margin: 0;
}

.child-error-container span {
  width: 100%;
  display: inline-block;
}

.expandList p {
  color: #393939;
  font-weight: 500;
  font-family: ITC-Franklin-Gothic-Std-Medium;
  height: 47px;
}

.expandList p svg {
  float: right;
}

#destination-list {
  line-height: 0;
}

.choose-destination-wrap {
  padding: 16px 8px;
}

.propertyHomePage .actual-list-shown {
  top: 83px;
}

.ui-button,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  background: 0 !important;
}

.new-step1-arrow-icon {
  display: none;
}

@-moz-document url-prefix() {
  .widgetOnTop {
    top: 5.45rem;
    bottom: unset;
  }

  .reservation-widget-container .reservation-widget-wrap label {
    line-height: 0.8125rem !important;
    -moz-appearance: none;
  }
}

@media (max-width: 1000px) and (max-height: 680px) {
  .reservation-widget-container-step1 .reservation-widget-wrap {
    height: auto;
    overflow: hidden;
  }

  .reservation-widget-wrap {
    height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .calender.model-popup .ui-datepicker {
    height: calc(100% - 251px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (orientation: landscape) and (max-width: 1000px) and (max-height: 680px) {
  .widget-options-wrap .widget-content#IDwidgetcontent .widget-content-row {
    height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (orientation: portrait) and (max-width: 1000px) and (max-height: 600px) {
  .widget-options-wrap .widget-content#IDwidgetcontent .widget-content-row {
    height: 57vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.newEffectTr,
.reservation-widget-wrap {
  transition: background 0.15s ease-out;
}

.brandpage-reservation-widget {
  transition: background-color 0.15s ease-out;
}

.hover-effect-hovered {
  background-color: rgba(0, 0, 0, 0.2);
}

.bookingEngineImmersive {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.scroll-to-discover-cta-link .ui-body-3 {
  padding: 4px 8px;
}

.overlay-booking-widget {
  z-index: 1001;
}

a:focus,
a:active {
  outline: none !important;
  border: none !important;
}
.privacy-policy-content {
  max-width: 1038px;
  margin: 0 auto;
  padding: 15px;
}
.privacy-policy-content p {
  font-family: ITCFranklinGothicStd;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.privacy-policy-content ul {
  padding-left: 20px;
  list-style-type: disc;
}
.privacy-policy-content ul li {
  font-family: ITCFranklinGothicStd;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.privacy-policy-content ul li span {
  font-weight: bold;
}
.privacy-policy-content h4 {
  font-family: FreightPro !important;
  font-size: 1.25rem;
  letter-spacing: 0.2px;
  font-weight: 600 !important;
  text-transform: capitalize;
}
.leisure-left {
  max-width: 40%;
  float: right !important;
}
.leisure-right {
  max-width: 40%;
  float: left !important;
}
