/*
    COLORS
*/
/* 
    Strawberry
*/
/* 
    Inputs
*/
/*
    New identity colors
*/
/* 
    Fonts
*/
/*
    Link Text 
*/
/* 
    Backgrounds
*/
/* Buttons */
/* Search Buttons */
/* NCC Buttons */
/* 
    Other 
*/
/*
    Breakpoints
*/
/*
    Mixins
*/
/*
    Extended Classes
*/
/*
    Easing animations
*/
.list-with-icon .list-with-icon {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.6s;
}

.list-with-icon .list-with-icon.active {
  opacity: 1;
  max-height: 2000px; /* approximate max height */
  transition-property: all;
  transition-duration: 0.6s;
}

.collapsable-mode {
  overflow: hidden;
}
.collapsable-mode__content {
  max-height: 0;
  overflow: hidden;
  transform: translateY(-100%);
  transition: all 400ms ease-in-out 0s;
}
.collapsable-mode--expand .collapsable-mode__content {
  max-height: 10000px;
  transform: translateY(0);
}

.ff-slide-show {
  overflow: hidden;
  position: relative;
}
.ff-slide-show .slide-show {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.ff-slide-show li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ff-slide-show img {
  display: block;
  width: 100%;
}
.ff-slide-show .arrow {
  position: absolute;
  top: 0;
  color: #000;
  text-decoration: none;
  width: 60px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.ff-slide-show .arrow:hover, .ff-slide-show .arrow:focus {
  background: rgba(0, 0, 0, 0.25);
}
.ff-slide-show.hide-arrows-outline .arrow:focus {
  outline: none;
}
.ff-slide-show .back {
  left: 0;
}
.ff-slide-show .forward {
  right: 0;
}
.ff-slide-show .nch-icon-arrow-narrow-left,
.ff-slide-show .nch-icon-arrow-narrow-right {
  color: #fff;
  font-size: 40px;
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ff-slide-show__video {
  cursor: pointer;
}
.ff-slide-show__video .nch-icon-play {
  content: "\e65e";
  font-family: "nch-icons";
  font-size: 64px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin: -32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  text-shadow: 0 0 15px #000;
  z-index: 1;
  cursor: pointer;
}

.infoBox > img {
  position: absolute !important;
  top: -15px !important;
  right: -15px !important;
  background: #fff;
  z-index: 1;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 2px solid #CACACA;
}
.infoBox .google-map-contener {
  overflow: hidden;
}
.infoBox .google-map-contener:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #fff;
  margin: 0 auto;
}
.infoBox .explore__card {
  height: 233px;
}
.infoBox .conf-hotel-card {
  margin-bottom: 0;
}
.infoBox .conf-google-map {
  position: relative;
  bottom: 0;
}

.infoBox-title {
  background: #fff;
  padding: 5px;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #004054;
  font-size: 14px;
  line-height: 1.5;
}
.infoBox-title:before, .infoBox-title:after {
  position: absolute;
  bottom: -11px;
  left: 13px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid #004054;
  margin: 0 auto;
}
.infoBox-title:after {
  left: 15px;
  bottom: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
}

@media only screen and (min-width: 1024px) {
  .infoBox > img {
    display: none;
  }
  .infoBox .explore__card {
    height: 368px;
  }
}
.filters-list {
  padding: 0;
  list-style: none;
}
.filters-list__group-name {
  margin: 0 0 10px 0;
}
.filters-list__group {
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;
  font-size: 0;
  border-bottom: 1px solid #e8f1f4;
}
.filters-list__group__item {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 30px 0 0;
  font-size: 16px;
  vertical-align: top;
}
.filters-list__label {
  height: 40px;
  display: table-cell;
  vertical-align: bottom;
  line-height: 1.2;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 500;
}
.filters-list .disabled-label {
  text-decoration: line-through;
  cursor: default;
  opacity: 0.4;
}

@media screen and (min-width: 481px) {
  .filters-list__group__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .filters-list__group__item {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .filters-list__group__item {
    width: 25%;
  }
}
.list-with-icon {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  display: inline-block;
}
.list-with-icon__el {
  position: relative;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 2px 0 0 37px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  list-style: none;
}
.list-with-icon__icon {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  height: 32px;
  width: 32px;
  color: #18a752;
}
.list-with-icon__text {
  overflow: hidden;
  display: block;
  padding: 2px 0;
}
.list-with-icon__no-active {
  text-decoration: line-through;
}
.list-with-icon--in-row {
  display: block;
  margin: 10px 20px;
}
.list-with-icon--in-row .list-with-icon__el {
  display: inline-block;
  margin: 0 30px 10px 0;
}
@media only screen and (max-width: 480px) {
  .list-with-icon--in-row .list-with-icon__el {
    display: block;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 481px) {
  .list-with-icon--in-row {
    margin: 10px 0;
  }
}
.accordion {
  position: relative;
  border-bottom: 1px solid #ccd9dd;
}
.accordion__title {
  cursor: pointer;
  font-weight: 500;
  padding: 16px 0 12px 0;
}
.accordion__title:focus {
  box-shadow: 0 0 2px 1px #83bffc;
}
.accordion__title .nch-icon-arrow-down-filled {
  font-size: 20px;
  margin: 0 12px;
}
.accordion__content {
  display: none;
}
.accordion__content.active {
  display: block;
}

.lightbox-gallery__wrapper {
  margin: 0 -20px;
  padding: 15px 30px 0;
  max-width: 1280px;
  box-sizing: border-box;
}
.lightbox-gallery__nav {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  overflow: hidden;
}
.lightbox-gallery__nav li {
  float: left;
}
.lightbox-gallery__btn {
  border: none;
  color: #99b3bb;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  padding: 8px 0 3px 0;
  margin: 0;
}
.lightbox-gallery__btn [class^=nch-icon-], .lightbox-gallery__btn [class*=" nch-icon-"] {
  font-size: 26px;
  padding: 0 2px 0 0;
}
.lightbox-gallery__btn:focus {
  color: #ccd9dd;
  border-bottom: 1px solid #ccd9dd;
  box-shadow: none;
}
.lightbox-gallery__btn:hover {
  border-bottom: 1px solid #ccd9dd;
  color: #ccd9dd;
}
.lightbox-gallery__header {
  color: #fff;
  font-weight: 500;
  padding: 0 0 20px;
  display: block;
  font-size: 20px;
  line-height: 26px;
}
.lightbox-gallery__header__logo {
  float: left;
  margin: 2px 20px 0 0;
}
.lightbox-gallery__header__address {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
}
.lightbox-gallery__counter {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.lightbox-gallery .ff-crop-img {
  overflow: hidden;
  text-align: center;
  display: block;
  position: relative;
  height: 0;
  padding-top: 55%;
}
.lightbox-gallery .ff-crop-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-gallery .slide-show .ff-cimg {
  margin-top: 27.5%;
  position: absolute;
}
.lightbox-gallery .slide-show .arrow:hover {
  background: transparent;
}
.lightbox-gallery__slider {
  position: relative;
}
.lightbox-gallery__slider .arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  color: #fff;
  text-decoration: none;
}
.lightbox-gallery__slider .forward {
  right: -30px;
}
.lightbox-gallery__slider .back {
  left: -30px;
}
.lightbox-gallery__footer {
  margin: 20px 0;
}
.lightbox-gallery__footer .btn-primary {
  margin: 20px 0 0 0;
}
.lightbox-gallery__grid {
  margin: 0 0 20px 0;
}
.lightbox-gallery__grid__crop {
  width: 100%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
  padding-bottom: 55%;
  position: relative;
}
.lightbox-gallery__grid__img {
  display: block;
  width: 100%;
  height: auto;
}
.lightbox-gallery__grid__video {
  position: relative;
  height: 100%;
}
.lightbox-gallery__grid .nch-icon-play {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  font-size: 64px;
  z-index: 10;
}

.slider-video-player {
  position: relative;
}

.slider-video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.slider-video-close:before {
  display: block;
  margin: -9px;
  color: #002F3D;
}

.slider-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  /*top: 50%;
  margin-top: -28.125%;*/
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.slider-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width:0em) and (max-width:767px) {
  .lightbox-gallery__header {
    font-size: 18px;
    line-height: 1.2;
  }
  .lightbox-gallery__header__logo {
    margin: 0 10px 0 0;
  }
  .lightbox-gallery__header__logo img {
    display: block;
  }
}
@media only screen and (min-width: 481px) {
  .lightbox-gallery .reveal-modal {
    padding: 25px 20px;
  }
  .lightbox-gallery .reveal-modal .reveal-modal__close {
    top: 45px;
  }
  .lightbox-gallery__footer .btn-primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .lightbox-gallery__nav {
    padding: 40px 0 10px;
  }
  .lightbox-gallery__nav li {
    float: right;
  }
  .lightbox-gallery__wrapper {
    padding: 0 100px;
    margin: 0 auto;
  }
  .lightbox-gallery .reveal-modal .reveal-modal__close {
    top: 35px;
  }
  .lightbox-gallery__slider .arrow {
    margin-top: -32px;
  }
  .lightbox-gallery__slider .arrow [class^=nch-icon-], .lightbox-gallery__slider .arrow [class*=" nch-icon-"] {
    font-size: 64px;
  }
  .lightbox-gallery__slider .forward {
    right: -80px;
  }
  .lightbox-gallery__slider .back {
    left: -80px;
  }
}
@media only screen and (min-width: 1024px) {
  .lightbox-gallery__wrapper {
    padding: 0 145px;
  }
}
.pagination {
  display: inline-block;
  padding: 0;
}
.pagination__item {
  display: inline-block;
}

.conf__heading {
  margin: 30px auto 20px;
  font-weight: 400;
}
.conf__heading--snd {
  margin: 30px 0;
  font-weight: 500;
}
.conf__intro {
  margin: 30px 0;
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .conf__intro {
    margin: 30px 0 40px 0;
  }
}
.capacity-list {
  padding: 0;
}
.capacity-list__item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  text-align: left;
  border-bottom: 1px solid #ccd9dd;
}
.capacity-list__item__icon {
  margin: 0 20px 0 0;
  font-size: 86px;
  fill: #00aa50;
  vertical-align: middle;
}
.capacity-list__item__descript {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}
.capacity-list__item__descript small {
  display: block;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}
.capacity-list.one-item tr {
  text-align: center;
}
.capacity-list.one-item .capacity-list__item {
  border-right: 0 none;
}

@media only screen and (min-width: 1024px) {
  .capacity-list__item {
    display: table-cell;
    width: 50%;
    padding: 20px;
    vertical-align: top;
  }
  .capacity-list__item:nth-child(2n) {
    border-left: 1px solid #ccd9dd;
  }
  .capacity-list__item__icon {
    float: left;
    padding: 0 20px 0 0;
    border-right: 1px solid #ccd9dd;
  }
  .capacity-list__item__descript {
    display: block;
    float: left;
    width: calc(100% - 105px);
  }
}
.hotel-equipment {
  margin: 30px 0;
  padding: 10px 0;
  border-top: 1px solid #D8D4D0;
  border-bottom: 1px solid #D8D4D0;
}
.hotel-equipment__table {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.hotel-equipment__td {
  margin: 32px 0;
  text-align: center;
  vertical-align: top;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hotel-equipment__td img {
  width: 26px;
  height: 26px;
}
.hotel-equipment__icon {
  display: block;
  margin: 0 auto;
  font-size: 64px;
  color: #00aa50;
  vertical-align: middle;
}
.hotel-equipment__count {
  display: inline-block;
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  vertical-align: bottom;
  margin-top: 4px;
}
.hotel-equipment__description {
  display: block;
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

@media only screen and (max-width: 768px) {
  .hotel-equipment__table {
    flex-direction: column;
  }
  .hotel-equipment__td {
    flex-direction: row;
    margin: 24px 0;
  }
  .hotel-equipment__count {
    margin-top: 0px;
    margin-left: 12px;
  }
  .hotel-equipment__description {
    margin-top: 0px;
    margin-left: 8px;
  }
}
.room-details {
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ccd9dd;
  border-bottom: 1px solid #ccd9dd;
  padding: 10px 0 0;
  list-style: none;
  overflow: hidden;
}
.room-details__item {
  float: left;
  margin: 0 0 10px 0;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #ccd9dd;
  line-height: 36px;
  box-sizing: border-box;
}
.room-details__item:last-child {
  float: none;
  border: none;
}
.room-details__item .room-details {
  padding: 10px 0 0 0;
  margin: 0 0 0 -7px;
  border: 0;
}
.room-details__item .room-details__item {
  float: left;
  border: 0;
}
.room-details__icon {
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
}

.room-details-explication {
  text-align: right;
}
.room-details-explication__box {
  text-align: left;
}
.room-details-explication__box--facilities {
  background: #fff8cc;
}
.room-details-explication__box__wrapper {
  padding: 20px;
}
.room-details-explication .btn-close {
  margin: 10px 3px 0 0;
  padding-top: 0;
  border: 0 none;
}
.room-details-explication .btn-close .nch-icon-close-x {
  font-size: 20px;
  font-weight: bold;
}
.room-details-explication .list-with-icon__el {
  box-sizing: border-box;
  width: 100%;
}
.room-details-explication .list-with-icon__no-active {
  line-height: 1;
}

@media only screen and (min-width: 481px) {
  .room-details {
    border-bottom: 0 none;
  }
  .room-details-explication .list-with-icon {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 768px) {
  .room-details .room-details {
    padding: 0;
  }
  .room-details-explication {
    position: relative;
    display: table;
    width: 100%;
    direction: rtl;
    margin-left: -10px;
  }
  .room-details-explication__box {
    display: table-cell;
    direction: ltr;
    width: 50%;
  }
  .room-details-explication__box__wrapper {
    padding: 30px;
  }
  .room-details-explication__box__title {
    margin: 0 0 30px 0;
  }
  .room-details-explication__box--facilities {
    padding-left: 10px;
  }
  .room-details-explication .btn-close {
    position: absolute;
    top: 0;
    right: 20px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .room-details__item:last-child {
    float: right;
  }
  .room-details__item .room-details {
    margin: 0;
  }
  .room-details__item .room-details__item {
    padding-right: 12px;
  }
  .room-details__intro {
    margin: 0 0 20px 0;
  }
  .room-details-explication {
    table-layout: fixed;
  }
  .room-details-explication .list-with-icon {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.conference-hotel {
  /*margin-top: 112px;*/
}
.conference-hotel .hero-image__img {
  border-radius: 0px;
}
.conference-hotel .hero-image-gallery-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 5.625rem;
  position: absolute;
  bottom: 24px;
  left: 24px;
  cursor: pointer;
}
.conference-hotel .hero-image-gallery-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.25rem;
  height: 2.25rem;
  transform: translate(-50%, -50%);
  background: url("../../Images/conference-hotel/gallery-button.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.conference-hotel .hero-image__content .reveal-modal__close {
  color: white;
}
.conference-hotel .hero-image__content .hero-image__subheading__hotel {
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.conference-hotel .hero-image__content .hero-image__heading, .conference-hotel .hero-image__content .hero-image__heading--dark-text {
  font-family: StrawberrySansDisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 8px;
}
.conference-hotel .hero-image__content__bg {
  padding: 32px 64px;
  background: #F7F5F3;
  border-radius: 16px;
}
.conference-hotel .see-all-link {
  margin-top: 24px;
}
.conference-hotel .conf-contact__box {
  font-family: StrawberrySansDisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
}
.conference-hotel .strawberry-link {
  display: flex;
  align-items: center;
}
.conference-hotel .strawberry-link.back-link a {
  margin-left: 16px;
}
.conference-hotel .strawberry-link.text-center {
  justify-content: center;
}
.conference-hotel .strawberry-link a {
  display: inline-block;
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.conference-hotel .checkbox-container, .conference-hotel .facility-container {
  display: flex;
  align-items: center;
}
.conference-hotel .checkbox-container img, .conference-hotel .facility-container img {
  width: 16px;
  height: 16px;
}
.conference-hotel .list-with-icon__text, .conference-hotel .list-with-icon__no-active {
  margin-left: 8px;
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.conference-hotel p {
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.conference-hotel p.conf-contact__intro {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.conference-hotel p.selling-point__intro, .conference-hotel p.conf__intro {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.conference-hotel .conf__heading--snd, .conference-hotel .selling-point__heading {
  font-family: StrawberrySansDisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0px;
}
.conference-hotel .conf-facilities__col-name {
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.conference-hotel .conf-room .collapsable-mode {
  border-top-style: none;
}
.conference-hotel .conf-room__info {
  margin: 0px;
  padding: 0px;
}
.conference-hotel .conf-room__info-container {
  padding-left: 24px;
}
.conference-hotel .conf-room__info__heading {
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.conference-hotel .conf-room__img {
  background-size: cover;
  border-radius: 16px;
}
.conference-hotel .conf-room__img .hero-image-gallery-icon {
  left: 12px;
  bottom: 12px;
}
.conference-hotel .conf-room__bg {
  padding-bottom: 48px;
}
.conference-hotel .conf-hotel-card {
  border: none;
}
.conference-hotel .conf-hotel-card:hover, .conference-hotel .conf-hotel-card.active {
  background: #FFF;
}
.conference-hotel .conf-hotel-card .ff-cimg {
  border-radius: 16px;
}
.conference-hotel .conf-hotel-card .arrow.back {
  border-radius: 16px 0 0 16px;
}
.conference-hotel .conf-hotel-card .arrow.forward {
  border-radius: 0 16px 16px 0;
}
.conference-hotel .conf-hotel-card .conf-hotel-card__wrapper {
  display: flex;
  justify-content: space-between;
}
.conference-hotel .conf-hotel-card .conf-hotel-card-item__description {
  font-family: StrawberrySansText;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.conference-hotel .conf-hotel-card h4.h3 {
  font-family: StrawberrySansText;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.conference-hotel .conf-hotel-card .conf-hotel-card__text__location div, .conference-hotel .conf-hotel-card .conf-hotel-card__text__location span {
  font-family: StrawberrySansText;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.conference-hotel .room-details {
  border-top: 1px solid #D8D4D0;
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.conference-hotel .room-details .facility-container {
  margin-right: 37px;
}
.conference-hotel .room-details-explication {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #D8D4D0;
}
.conference-hotel .room-details-explication__box--facilities {
  background: #FFF;
}
.conference-hotel .room-details-explication__box--facilities .list-with-icon__el {
  padding: 0px;
  color: #000;
}
.conference-hotel .room-details-explication__box__title {
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.conference-hotel .room-details-explication__box__wrapper {
  border-bottom: 1px solid #D8D4D0;
  margin-bottom: 24px;
  padding: 0;
}
.conference-hotel .facilities-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.conference-hotel .facilities-list .facilities-list-item {
  margin-right: 32px;
}
.conference-hotel .capacity-list {
  display: flex;
  flex-wrap: wrap;
}
.conference-hotel .capacity-list__item {
  display: flex;
  border-bottom: none;
  align-items: center;
  width: 50%;
}
.conference-hotel .capacity-list__item-no-active {
  text-decoration: line-through;
  font-size: 12px;
}
.conference-hotel .capacity-list__item img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.conference-hotel .capacity-list__item:nth-child(2n) {
  border-left: none;
}
.conference-hotel .capacity-list__item__icon {
  float: unset;
  border-right: none;
}
.conference-hotel .capacity-list__item__descript {
  float: unset;
  text-transform: none;
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.conference-hotel .capacity-list__item__descript small {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.conference-hotel .meeting-room-container .reveal-modal__close {
  color: white;
}

@media only screen and (max-width: 481px) {
  .conference-hotel .hero-image-gallery-icon {
    bottom: 8px;
    left: 8px;
  }
  .conference-hotel .hero-image__content .hero-image__heading, .conference-hotel .hero-image__content .hero-image__heading--dark-text {
    margin-bottom: 5px !important;
  }
  .conference-hotel #all-facilities .grid .grid__item {
    justify-content: center;
    display: flex;
  }
  .conference-hotel #all-facilities .grid .grid__item .facility-column {
    max-width: 50vw;
    text-align: left;
  }
  .conference-hotel #all-facilities .grid .grid__item .facility-column .list-with-icon__el {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .conference-hotel .selling-point, .conference-hotel .meeting-room-container {
    margin-left: 16px;
    margin-right: 16px;
  }
  .conference-hotel .hero-image__content .hero-image__heading, .conference-hotel .hero-image__content .hero-image__heading--dark-text {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .conference-hotel .hero-image__content__bg {
    padding: 32px 24px;
  }
  .conference-hotel .conf-contact__box {
    font-size: 24px;
    line-height: 32px;
  }
  .conference-hotel p {
    font-size: 14px;
    line-height: 20px;
  }
  .conference-hotel p.conf-contact__intro {
    font-size: 16px;
    line-height: 24px;
  }
  .conference-hotel .conf__heading--snd, .conference-hotel .selling-point__heading {
    font-size: 24px;
    line-height: 32px;
  }
  .conference-hotel .facilities-list .facilities-list-item {
    width: 50%;
    margin-right: 0px;
  }
  .conference-hotel .conf-room__info-container {
    padding-left: 0px;
    margin-top: 24px;
  }
  .conference-hotel .conf-room__info-container .room-details {
    border-bottom-style: none;
  }
}
.conf-head {
  position: relative;
  background: #FFF;
}
.conf-head__navigation {
  padding: 10px 0;
  margin: 0 0 5px;
}

@media only screen and (min-width: 768px) {
  .conf-head__navigation {
    padding: 10px;
    margin: 0;
  }
  .conf-head__navigation:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .conf-head .conf-hotel-name {
    float: left;
    text-align: left;
  }
}
.conf-nav {
  text-align: right;
  overflow: hidden;
  margin: 10px 0 0;
}
.conf-nav__list {
  display: inline-block;
}
.conf-nav__list__link {
  font-size: 16px;
  text-decoration: none;
}
.conf-nav__list__link.active {
  padding: 0 0 8px;
  border-bottom: 3px solid currentColor;
}

@media only screen and (max-width: 480px) {
  .conf-nav__list {
    overflow: hidden;
    display: block;
  }
  .conf-nav__list li {
    margin: 0 0 0 10px;
    display: inline-block;
    float: none;
  }
  .conf-nav__list li:first-child {
    margin: 0;
  }
  .conf-nav__list__link {
    font-size: 14px;
  }
  .conf-nav__list__link.active {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .conf-nav {
    float: right;
    margin: 11px 0 0 0;
  }
}
.conf-contact {
  padding: 20px 0;
  background: #fff;
}
.conf-contact__intro {
  margin: 30px 0 20px 0;
  font-size: 22px;
  font-weight: 400;
}
.conf-contact .module--text__more {
  margin: 10px 0 40px 0;
}
.conf-contact .text-link--color .nch-icon-chevron-left {
  position: relative;
  top: -1px;
  margin: 0 8px 0 0;
  font-size: 18px;
}
.conf-contact .btn {
  margin-bottom: 20px;
}
.conf-contact__map {
  min-height: 200px;
  margin-bottom: 16px;
}
.conf-contact__map-image {
  display: block;
  background-image: url(../../Images/conference-hotel/map2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 200px;
  border-radius: 16px;
}
.conf-contact__table {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.conf-contact__table__cell {
  width: 100%;
}
.conf-contact h4.h3 {
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.conf-contact li {
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.conf-contact li span, .conf-contact li a {
  font-family: StrawberrySansText;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width:481px) and (max-width:1023px) {
  .conf-contact__map {
    text-align: center;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .conf-contact__map-image {
    margin-right: 16px;
  }
  .conf-contact__table {
    flex-direction: row;
  }
  .conf-contact__table__cell {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .conf-contact .module--text__more {
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .conf-contact {
    padding: 30px 0 20px 0;
  }
  .conf-contact__box {
    padding: 0 20px 0 0;
  }
  .conf-contact__table {
    margin-bottom: 60px;
  }
}
.destination-page {
  position: relative;
}
.destination-page .collapse-expand-button {
  display: none;
}
.destination-page #js-conference-google-map {
  width: 100%;
  height: 100%;
}
.destination-page__content {
  position: relative;
  background: #FFFFFF;
}
.destination-page__content__wrapper {
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 0px;
}
.destination-page__description {
  padding: 40px 30px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.destination-page__description__heading {
  margin: 0 0 20px 0;
  font-weight: 400;
}
.destination-page__description__subtitle {
  margin: 30px 0 0 0;
  font-weight: 500;
}
.destination-page__description__link {
  margin: 10px 0 0 0;
  font-weight: 400;
}
.destination-page__contact__list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.destination-page__contact__link {
  font-weight: 400;
}
.destination-page__map {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.destination-page__map.js-full-screen {
  display: block;
  z-index: 1005;
  visibility: visible;
  width: 100%;
  height: 100%;
}
.destination-page__map__title {
  display: none;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  background: #002F3D;
  color: #fff;
  line-height: 1.2;
  padding: 12px 35px 12px 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.destination-page__map__title .nch-icon-NCH_cross-simple {
  position: absolute;
  top: 6px;
  right: 5px;
  color: #fff;
}
.destination-page__map .infoBox > img {
  top: -30px !important;
}
.destination-page__show-map {
  display: inline-block;
  margin: 20px 4px;
  text-align: center;
  background: url("../../Images/map-link.png") no-repeat;
  background-size: cover;
  border: 1px solid #BBBBBB;
  border-radius: 1px;
}
.destination-page__show-map__text {
  display: inline-block;
  margin: 10px;
  padding: 3px 4px 2px 4px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1px;
}
.destination-page__hotels {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.destination-page__hotels__heading {
  font-weight: 500;
}
.destination-page__hotels__list {
  margin: 30px 0 30px -20px;
  overflow: hidden;
}
.destination-page__filters__pagination {
  margin: 20px 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e8f1f4;
}
.destination-page__filters__more {
  margin: 20px 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e8f1f4;
}
.destination-page__filters--footer {
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.destination-page__filters-link {
  margin: 20px 0;
}
.destination-page__banner {
  background: #edf5f7;
  padding: 30px 20px;
}

@media only screen and (max-width: 481px) {
  .destination-page__content__wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .js-is-filter-list-visible {
    overflow: hidden;
  }
  .js-is-filter-list-visible .conf-basket {
    display: none;
  }
  .js-is-filter-list-visible .destination-page__filters {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1006;
    background: #fff;
    overflow-y: auto;
    padding: 0 20px 60px;
    box-sizing: border-box;
  }
  .js-is-filter-list-visible .destination-page__filters--footer {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 481px) {
  .destination-page__content__button {
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    min-width: 320px;
    max-width: 880px;
    padding: 0 20px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .destination-page__content__button {
    bottom: 30px;
  }
  .destination-page__contact a[href^=tel] {
    text-decoration: none;
    cursor: text;
  }
  .destination-page__contact a[href^=tel]:hover {
    color: inherit;
  }
  .destination-page__contact a[href^=tel]:after {
    display: none;
  }
  .js-is-filter-list-visible .destination-page__elements,
  .js-is-filter-list-visible .destination-page__map {
    position: relative;
  }
  .js-is-filter-list-visible .destination-page__elements:before,
  .js-is-filter-list-visible .destination-page__map:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000;
  }
}
@media only screen and (min-width: 1024px) {
  .destination-page {
    margin: 0 auto;
  }
  .destination-page__content {
    float: left;
    width: 65%;
    max-width: 1000px;
  }
  .destination-page__content__wrapper {
    padding: 0 20px;
  }
  .destination-page__sidebar {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
    max-width: calc(100% - 1000px);
    min-width: 35%;
  }
  .destination-page__description {
    box-sizing: border-box;
  }
  .destination-page__description__box {
    max-width: 540px;
  }
  .destination-page__map {
    display: block;
    position: relative;
    visibility: visible;
    width: 100%;
    min-width: 35%;
    height: 100vh;
    box-sizing: border-box;
    z-index: 1;
  }
  .destination-page__map.is-map-expand {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    z-index: 100;
  }
  .destination-page__map.is-map-expand .collapse-expand-button {
    top: 60px;
  }
  .destination-page__map.is-map-expand .collapse-expand-button:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .destination-page__map.js-map-fixed {
    position: fixed;
    max-width: calc(100% - 1000px);
    padding-top: 60px;
  }
  .destination-page__map.js-map-fixed.is-map-expand {
    max-width: 100%;
  }
  .destination-page__map.js-map-fixed .collapse-expand-button {
    top: 60px;
  }
  .destination-page__show-map {
    display: none;
  }
  .destination-page__hotels {
    margin: 40px 0 0 0;
  }
  .destination-page .collapse-expand-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    width: 30px;
    height: 60px;
  }
  .destination-page .collapse-expand-button:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #666;
    border-bottom: 7px solid transparent;
    margin: 0 11px;
    -webkit-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
  }
  #explorer .destination-page__map.js-map-fixed {
    padding-top: 116px;
  }
  #explorer .destination-page__map.js-map-fixed .collapse-expand-button {
    top: 116px;
  }
  #explorer .destination-page__map.is-map-expand {
    padding-top: 116px;
    z-index: 1000;
  }
  #explorer .destination-page__map.is-map-expand .collapse-expand-button {
    top: 116px;
  }
  #explorer .destination-page__map.is-map-expand .collapse-expand-button:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.hero-image {
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
.hero-image__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 200px;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.hero-image__img__btn {
  position: relative;
  height: 100%;
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
}
.hero-image__img.img-palm-only {
  display: none;
}
.hero-image__img.img-nopalm-only {
  display: block;
}
.hero-image__img-background-fade {
  width: 100%;
  height: 100%;
}
.hero-image__more-box {
  margin: 20px 0 0 0;
}
.hero-image__heading, .hero-image__heading--dark-text {
  margin: 15px 0 0 0;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}
.hero-image__heading--dark-text {
  color: #000;
}
.hero-image__intro {
  font-size: 22px;
}
.hero-image__subheading, .hero-image__subheading--dark-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.hero-image__subheading--dark-text {
  color: #000;
}
.hero-image__subheading__hotel {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.hero-image__subheading__first {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  margin: 5px 0;
}
.hero-image__subheading__snd {
  font-size: 20px;
  font-weight: 500;
}
.hero-image__columns {
  margin: 20px 0 10px;
}
.hero-image .btn-on-photo {
  position: absolute;
  bottom: 10px;
}
.hero-image .list-with-icon {
  margin: 20px auto;
}
.hero-image__content__bg {
  background: #FFFFFF;
  padding: 30px 0;
  text-align: center;
}

.hero-image--bottom-content .hero-image__content {
  position: relative;
  margin-top: 120px;
}
.hero-image--bottom-content .btn-on-photo {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 20px 0;
}
.hero-image--bottom-content .hero-image__content__bg__heading {
  margin: 0 0 20px 0;
}
.hero-image--bottom-content .hero-image__content__bg__intro {
  font-weight: normal;
  font-size: 22px;
}

.hero-image--start-page .hero-image__content {
  position: relative;
  margin-top: 10px;
}
.hero-image--start-page .hero-image__content__bg {
  padding: 0 0 80px 0;
}
.hero-image--start-page .btn-on-photo {
  position: static;
  margin: 10px 0 20px;
}

.hero-image--conference-hotelpage {
  background: #fff;
}
.hero-image--conference-hotelpage .hero-image__subheading, .hero-image--conference-hotelpage .hero-image__subheading--dark-text {
  font-size: 18px;
}
.hero-image--conference-hotelpage .hero-image__content .text-center {
  margin-top: 50px;
}

.hero-image--destination-page .hero-image__heading, .hero-image--destination-page .hero-image__heading--dark-text {
  font-size: 32px;
}
.hero-image--destination-page .hero-image__img {
  position: relative;
  min-height: 0;
  height: 0;
  padding-top: 41%;
}
.hero-image--destination-page p.hero-image__subheading span, .hero-image--destination-page p.hero-image__subheading--dark-text span {
  color: #fff;
}
.hero-image--destination-page .hero-image__content {
  margin-top: 0;
  padding-top: 40px;
}

@media only screen and (max-width: 480px) {
  .hero-image .btn-on-photo {
    font-size: 16px;
  }
  .hero-image__img.img-nopalm-only {
    display: none;
  }
  .hero-image__img.img-palm-only {
    display: block;
  }
  .hero-image--destination-page .hero-image__subheading, .hero-image--destination-page .hero-image__subheading--dark-text,
  .hero-image--destination-page .hero-image__heading,
  .hero-image--destination-page .hero-image__heading--dark-text {
    color: #002F3D;
  }
  .hero-image--destination-page .btn-on-photo {
    bottom: 10px;
    left: 0px;
  }
}
@media only screen and (min-width:0em) and (max-width:767px) {
  .hero-image--start-page .conf-search__title {
    min-height: 105px;
  }
  .hero-image--start-page .conf-search__wrapper {
    margin: 115px 0 0 0;
  }
  .hero-image--start-page .btn-on-photo {
    position: absolute;
    bottom: initial;
    top: 125px;
    margin: 0;
  }
  .hero-image__intro {
    font-size: 20px;
  }
  .hero-image--start-page .conf__heading {
    font-size: 28px;
  }
  .hero-image--start-page .hero-image__content__bg {
    padding: 0 0 25px 0;
  }
}
@media only screen and (min-width: 481px) {
  .hero-image {
    min-height: 390px;
  }
  .hero-image__img {
    max-height: 390px;
  }
  .hero-image__content {
    margin-top: 120px;
  }
  .hero-image__heading, .hero-image__heading--dark-text {
    font-size: 44px;
  }
  .hero-image--bottom-content .hero-image__content {
    margin-top: 220px;
  }
  .hero-image--start-page .hero-image__content {
    margin-top: 50px;
  }
  .hero-image--start-page .btn-on-photo {
    top: 155px;
  }
  .hero-image--destination-page {
    min-height: 0;
  }
  .hero-image--destination-page .hero-image__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    height: 100%;
    box-sizing: border-box;
  }
  .hero-image--destination-page .hero-image__heading, .hero-image--destination-page .hero-image__heading--dark-text {
    margin-top: 5%;
  }
  .hero-image--destination-page .hero-image__subheading__first {
    margin: 10px 0;
  }
  .hero-image--destination-page .btn-on-photo {
    bottom: 0;
  }
  .hero-image--conference-hotelpage .hero-image__subheading, .hero-image--conference-hotelpage .hero-image__subheading--dark-text {
    font-size: 24px;
  }
  .hero-image--conference-hotelpage .hero-image__content .text-center {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero-image {
    min-height: 500px;
  }
  .hero-image__img {
    max-height: 500px;
  }
  .hero-image__content {
    margin-top: 160px;
  }
  .hero-image__heading, .hero-image__heading--dark-text {
    font-size: 64px;
    line-height: 1;
    margin: 25px 0;
  }
  .hero-image .btn-on-photo {
    bottom: 30px;
  }
  .hero-image--bottom-content .hero-image__content {
    margin-top: 280px;
  }
  .hero-image--bottom-content .btn-on-photo {
    bottom: auto;
  }
  .hero-image--start-page .hero-image__content {
    margin-top: 80px;
  }
  .hero-image--destination-page {
    min-height: 0;
  }
  .hero-image--destination-page .hero-image__content {
    margin-top: 0;
    padding-top: 40px;
  }
  .hero-image--destination-page .hero-image__subheading__first {
    margin: 20px 0;
    font-size: 64px;
  }
  .hero-image--destination-page .btn-on-photo {
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-image {
    min-height: 600px;
  }
  .hero-image__img {
    max-height: 600px;
    border-radius: 24px;
  }
  .hero-image__columns {
    margin: 20px 0 35px;
    columns: 2;
    text-align: left;
  }
  .hero-image--start-page .conf__heading {
    margin: 60px 0 20px 0;
  }
  .hero-image--bottom-content .hero-image__content {
    margin-top: 350px;
  }
  .hero-image--bottom-content .btn-on-photo {
    bottom: auto;
  }
  .hero-image--destination-page {
    min-height: 0;
  }
  .hero-image--destination-page .hero-image__heading, .hero-image--destination-page .hero-image__heading--dark-text {
    margin: 20px 0;
    font-size: 44px;
  }
}
.conf-hotel-name {
  display: table;
  max-width: 290px;
}
.conf-hotel-name__logo {
  display: table-cell;
  padding: 0 15px 0 0;
  vertical-align: middle;
  height: 72px;
}
.conf-hotel-name__logo__img {
  display: block;
  max-height: 100%;
}
.conf-hotel-name__name {
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}
.conf-hotel-name__place {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (min-width:0em) and (max-width:767px) {
  .conf-hotel-name {
    max-width: unset;
  }
  .conf-hotel-name__name, .conf-hotel-name__logo {
    vertical-align: top;
  }
}
.selling-point {
  padding: 30px 0;
  text-align: center;
}
.selling-point__heading {
  margin: 25px 0 30px 0;
  font-weight: 500;
}
.selling-point__intro {
  margin: 0 0 30px 0;
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (min-width: 1024px) {
  .selling-point__heading {
    margin: 110px 0 30px 0;
  }
  .selling-point__intro {
    margin: 0 0 60px 0;
  }
  .selling-point .list-with-icon {
    margin: 20px 0;
  }
}
.conf-room {
  margin: 0 0 48px 0;
  padding: 0;
  background: #fff;
}
.conf-room .collapsable-mode {
  margin: 20px -20px 0 -20px;
  border-top: 2px solid #E8F1F4;
}
.conf-room__img {
  position: relative;
  height: 0;
  margin: 0 -20px;
  padding: 0 0 56.4% 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.conf-room__img .btn-on-photo {
  position: absolute;
  top: 10px;
  right: 10px;
}
.conf-room__info {
  padding: 15px 0 0 0;
}
.conf-room__info__heading {
  margin: 0 0 10px 0;
}
.conf-room--more {
  margin-bottom: 110px;
}

@media only screen and (min-width: 481px) {
  .conf-room__info__intro {
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .conf-room {
    padding: 0;
    background: none;
  }
  .conf-room__bg {
    background: #fff;
  }
  .conf-room__img {
    margin: 0;
  }
  .conf-room .module--text__more {
    margin: 0 0 20px 0;
  }
  .conf-room .collapsable-mode {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .conf-room {
    position: relative;
  }
  .conf-room:first-child {
    margin-top: 0;
  }
  .conf-room__img {
    background-size: cover;
  }
  .conf-room__img .btn-on-photo {
    top: 20px;
    right: 20px;
  }
  .conf-room__info {
    margin: 30px 0 0 0;
    padding: 0 20px 0 0;
  }
  .conf-room--more {
    margin: 40px 0 110px 0;
  }
}
.special-facilies {
  background: #FFFFFF;
  padding: 30px 20px 5px 20px;
}
.special-facilies__item {
  margin: 0 0 35px 0;
  text-align: center;
  vertical-align: top;
}
.special-facilies__img {
  margin: 0 auto 20px;
  width: 200px;
  height: 200px;
  background-size: cover;
  border-radius: 50%;
}
.special-facilies__content {
  padding: 0 20px 5px 20px;
  overflow: hidden;
}
.special-facilies__content__heading {
  margin: 0 0 20px 0;
}
.special-facilies__content__intro {
  margin: 20px 0;
}
.special-facilies .btn {
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.wecare .special-facilies {
  background: unset;
}
.wecare .hero-image__content__bg div {
  background: unset;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .special-facilies {
    overflow: hidden;
  }
  .special-facilies__item {
    text-align: left;
    margin: 0 0 40px 0;
  }
  .special-facilies__img {
    float: left;
    margin: 0 20px 0 0;
  }
  .special-facilies__content {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .special-facilies {
    padding: 80px 20px 40px;
    overflow: hidden;
    text-align: center;
  }
  .special-facilies__item {
    display: inline-block;
  }
  .special-facilies__img {
    height: 260px;
    width: 260px;
  }
  .special-facilies__content {
    padding: 0 30px 5px 30px;
  }
  .special-facilies.three-items .special-facilies__item {
    width: 33%;
  }
  .special-facilies.two-items .special-facilies__item {
    width: 40%;
  }
  .special-facilies.one-items .special-facilies__item {
    text-align: left;
  }
  .special-facilies.one-items .special-facilies__img {
    float: left;
    height: 200px;
    width: 200px;
    margin: 0 20px 0 0;
  }
  .special-facilies.one-items .special-facilies__content {
    padding: 0;
  }
}
.conf-facilities {
  margin: 90px 0 110px 0;
  overflow: hidden;
  padding: 30px 0;
  background: #fff;
}
.conf-facilities__col-name {
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: 400;
  font-size: 24px;
  display: table-cell;
  height: 48px;
  line-height: 1;
  vertical-align: bottom;
}
.conf-facilities .list-with-icon {
  margin: 0;
}
.conf-facilities__link {
  margin: 0 0 40px 0;
}

@media only screen and (min-width: 768px) {
  .conf-facilities {
    margin-top: 110px;
  }
  .conf-facilities__link {
    margin: 20px 0 50px 0;
  }
}
.conf-special-offer {
  background: #FFFFFF;
  padding-bottom: 20px;
  min-height: 320px;
}
.conf-special-offer__image {
  position: relative;
  height: 0;
  padding: 0 0 56.4% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 72px 0;
}
.conf-special-offer__content {
  padding: 20px;
}
.conf-special-offer__content .small {
  margin: 0 0 15px;
  display: block;
}
.conf-special-offer__content .h3 {
  font-weight: 500;
  margin: 0 0 20px;
}
.conf-special-offer__content .btn {
  margin: 25px 0 0 0;
}
.conf-special-offer__splash {
  padding: 25px;
  box-sizing: border-box;
  position: absolute;
  bottom: -72px;
  width: 100%;
}
.conf-special-offer__splash__txt {
  font-family: "Manus";
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.conf-special-offer__splash__svg {
  display: none;
}

@media only screen and (min-width:0em) and (max-width:767px) {
  .conf-special-offer__image {
    margin: 0;
  }
}
@media only screen and (min-width: 481px) {
  .conf-special-offer__splash__txt {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .conf-special-offer__content {
    padding: 10px 20px 20px;
  }
  .conf-special-offer__image {
    margin: 0;
  }
  .conf-special-offer__splash {
    background: none !important;
    width: 50%;
    height: 100%;
    max-width: 360px;
    max-height: 316px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .conf-special-offer__splash__txt {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    width: calc(100% - 60px);
    font-size: 4vw;
  }
  .conf-special-offer__splash__svg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .conf-special-offer--rev .conf-special-offer__splash {
    right: 0;
  }
  .conf-special-offer--rev .conf-special-offer__splash__svg {
    right: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .conf-special-offer {
    padding-bottom: 0;
  }
  .conf-special-offer__image {
    margin-bottom: 20px;
  }
  .conf-special-offer__content {
    padding: 30px 20px 20px;
  }
}
.conf-cities {
  margin: 30px 0;
}
.conf-cities__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
  letter-spacing: -0.31em;
  line-height: 0;
}
.conf-cities__grid__item {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}
.conf-cities__img {
  display: block;
  position: relative;
  height: 0;
  padding: 0 0 56.25% 0;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.conf-cities__img:focus {
  outline: 4px solid #83bffc;
}
.conf-cities__btn-wrapper {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .conf-cities__grid__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .conf-cities {
    margin: 80px 0 110px 0;
  }
  .conf-cities__grid {
    margin-top: 30px;
  }
  .conf-cities__grid__item:nth-child(4n+1), .conf-cities__grid__item:nth-child(4n+4) {
    width: 58.333%;
  }
  .conf-cities__grid__item:nth-child(4n+2), .conf-cities__grid__item:nth-child(4n+3) {
    width: 41.666%;
  }
  .conf-cities__img.item-first, .conf-cities__img.item-fourth {
    padding: 0 0 39.75% 0;
  }
  .conf-cities__btn-wrapper {
    margin: 10px 0 0 0;
  }
}
.conf-cities-text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 500;
  color: #f3f3f3;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.conf-cities-text-center__city {
  line-height: 45px;
  font-size: 40px;
  color: #fff;
}
.conf-cities-text-center__country {
  letter-spacing: 4.7px;
}
.conf-cities-text-center span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .conf-cities-text-center {
    font-size: 28px;
  }
  .conf-cities-text-center__city {
    line-height: 60px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .conf-cities-text-center__city {
    line-height: 70px;
    font-size: 65px;
  }
}
.conf-brand {
  margin: 20px 0;
}
.conf-brand__element {
  margin: 40px 0 30px 0;
}
.conf-brand__element__img {
  position: relative;
  height: 0;
  padding: 0 0 56.4% 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.conf-brand__element__heading {
  display: table;
  margin: 10px 0;
}
.conf-brand__element__logo {
  display: table-cell;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.conf-brand__element__name {
  display: table-cell;
  font-weight: 400;
  vertical-align: middle;
}
.conf-brand__element__intro {
  margin: 15px 0 0 0;
}
.conf-brand__element p {
  font-size: 18px;
}
.conf-brand__element .btn-secondary-rev {
  text-transform: uppercase;
}
.conf-brand__element .btn-on-photo {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.wecare .conf-brand__element__img, .wecare .conf-special-offer__image {
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .conf-brand__element {
    margin: 40px 0;
  }
  .conf-brand__element__img {
    background-size: cover;
  }
  .conf-brand__element__heading {
    margin: 0 0 10px;
  }
  .conf-brand__element__logo {
    margin: 0 20px 0 0;
  }
  .conf-brand__element__intro {
    margin: 20px 10px 20px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .conf-brand {
    margin: 80px 0;
  }
  .conf-brand__element__heading {
    margin: 30px 0 10px;
  }
  .conf-brand__element__intro {
    margin: 20px 20px 20px 0;
  }
  .conf-brand__element .btn-on-photo {
    bottom: 20px;
    left: 20px;
  }
}
.conf-all-destination {
  margin: 40px 0 0 0;
  padding: 40px 0 40px 0;
  background: #fff;
}
.conf-all-destination__list {
  position: relative;
  padding: 0 0 40px 0;
  list-style-type: none;
  -moz-columns: 2;
  columns: 2;
}
.conf-all-destination__list__el {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.conf-all-destination__link {
  display: inline;
  padding: 0 0 2px 0;
  line-height: 28px;
  text-decoration: none;
  border-bottom: 1px solid #2ebd59;
}
.conf-all-destination__link:focus {
  outline: 2px solid #83bffc;
  outline-offset: 1px;
}

@media only screen and (min-width: 768px) {
  .conf-all-destination {
    margin: 60px 0 0 0;
  }
  .conf-all-destination__heading {
    padding: 30px 0;
  }
  .conf-all-destination__list {
    -moz-columns: 3;
    columns: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .conf-all-destination {
    margin: 110px 0 0 0;
    padding-bottom: 110px;
  }
  .conf-all-destination__heading {
    padding: 50px 0;
  }
  .conf-all-destination__list {
    -moz-columns: 6;
    columns: 6;
  }
}
.conf-rooms-list {
  width: 100%;
  padding: 10px 0 5px;
  border-collapse: separate;
  border-bottom: 1px solid rgba(0, 47, 60, 0.1);
}
.conf-rooms-list__td {
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: top;
  border-right: 1px solid rgba(0, 47, 60, 0.1);
}
.conf-rooms-list__td:first-child {
  padding-left: 0;
}
.conf-rooms-list__td:last-child {
  border-right: 0 none;
}
.conf-rooms-list__td__icon {
  display: block;
  color: #18a752;
}
.conf-rooms-list__td__count {
  color: #000;
  line-height: 1;
  font-size: 18px;
  vertical-align: bottom;
}
.conf-rooms-list__td__description {
  display: block;
  letter-spacing: -0.5px;
  margin: 5px 0 0 0;
}

@media only screen and (min-width: 481px) {
  .conf-rooms-list__td {
    text-align: left;
  }
  .conf-rooms-list__td__count {
    display: inline-block;
  }
}
.conf-hotel-card {
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #e7f1f4;
}
.conf-hotel-card:hover, .conf-hotel-card.active {
  background: #EEFBFC;
}
.conf-hotel-card__img li {
  height: auto;
  overflow: hidden;
}
.conf-hotel-card .ff-crop-img {
  height: 0;
  padding-top: 55%;
  position: relative;
}
.conf-hotel-card .ff-cimg {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 0;
}
.conf-hotel-card__link {
  text-decoration: none;
  display: block;
}
.conf-hotel-card__link:focus {
  outline: none;
  box-shadow: inset 0 0 1px 3px #83bffc;
}
.conf-hotel-card__wrapper {
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.conf-hotel-card__text {
  min-height: 105px;
  padding: 0 15px 15px 15px;
}
.conf-hotel-card__text__hotel {
  display: inline;
  border-bottom: 1px solid #00aa50;
  font-weight: 500;
}
.conf-hotel-card__text__location {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.conf-hotel-card__text__location .small {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.conf-hotel-card__btn {
  margin: 0 10px 10px;
}
.conf-hotel-card__btn .btn-add {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .conf-hotel-card__btn .btn-add {
    font-size: 15px;
  }
}
.conf-search {
  margin: 0 0 20px;
}
.conf-search__title {
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin: 10px;
}
.conf-search__search {
  position: relative;
}
.conf-search__wrapper {
  text-align: center;
}
.conf-search__wrapper__item {
  display: inline-block;
  vertical-align: top;
}
.conf-search__content {
  background: #fff;
  padding: 15px;
}
.conf-search__persons {
  margin: 0 5px 0 0;
}
.conf-search .input {
  min-height: 50px;
  padding: 5px 10px 4px 10px;
  font-size: 16px;
}
.conf-search .btn {
  height: 50px;
  font-size: 18px;
  padding-top: 11px;
  margin: 0 0 0 5px;
  width: calc(100% - 5px);
}
.conf-search .input,
.conf-search .btn {
  border-radius: 0;
}
.conf-search .input:focus {
  box-shadow: 0 0 0 3px #83bffc inset;
  outline: none;
  border-color: #83bffc;
}
.conf-search .dropdown {
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .conf-search__search {
    margin: 0 0 15px 0;
  }
}
.conf-search-destination.conf-search {
  margin: 15px 0 5px;
}

.conf-search__breadcrumb {
  margin: 20px -20px;
  border-top: 2px solid #E8F1F4;
  border-bottom: 2px solid #E8F1F4;
  padding: 0 20px;
}
@media only screen and (min-width: 481px) {
  .conf-search__breadcrumb {
    border: none;
  }
}

@media only screen and (min-width: 481px) {
  .conf-search__title {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .conf-search__wrapper__item {
    width: 100%;
  }
  .conf-search__content {
    background: transparent;
    padding: 0;
    min-height: 100px;
    position: relative;
  }
  .conf-search__persons {
    margin: 0 1px;
  }
  .conf-search .ff-error {
    position: absolute;
    z-index: 10;
  }
  .conf-search .btn {
    margin: 0;
    width: 100%;
  }
  .conf-search .input {
    border-color: transparent;
  }
  .conf-search .ui-autocomplete,
  .conf-search .dropdown__box {
    position: absolute;
    z-index: 200;
    border-radius: 2px;
    margin: 5px 0;
    min-width: 280px;
  }
  .conf-search-destination .conf-search__persons {
    margin: 0;
  }
  .conf-search-destination .conf-search__persons .input {
    border-right: 0 none;
    border-left: 0 none;
  }
  .conf-search-destination .input {
    border: 1px solid #668c98;
  }
  .conf-search-destination .btn {
    border: 1px solid #668c98;
  }
}
@media only screen and (min-width: 768px) {
  .conf-search {
    margin: 0 0 100px 0;
  }
  .conf-search__wrapper__item {
    width: 90%;
  }
  .conf-search .conf-search__title {
    font-size: 64px;
    margin-bottom: 40px;
  }
  .conf-search .input {
    padding: 5px 20px 4px 20px;
    font-size: 18px;
  }
  .conf-search-destination .conf-search__wrapper__item {
    width: 100%;
  }
}
.wecare .conf-search__title {
  font-family: StrawberrySansDisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 68px;
}

@media only screen and (min-width: 1024px) {
  .conf-search {
    margin: 0 0 160px 0;
  }
  .conf-search__wrapper__item {
    width: 70%;
  }
  .conf-search-destination .conf-search__wrapper__item {
    width: 100%;
  }
  .wecare .conf-search__title {
    font-size: 72px;
    line-height: 100px;
    margin-top: 25px;
  }
}
.conf-no-results__p {
  margin: 0 0 15px 0;
}
.conf-no-results .nch-icon-i {
  color: #5ADAE9;
  font-size: 32px;
  border: 4px solid #5ADAE9;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
}
.conf-no-results .nch-icon-i:before {
  margin-left: 2px;
}

@media only screen and (min-width: 768px) {
  .conf-no-results {
    max-width: 700px;
    padding: 0 20px 0 0;
  }
  .conf-no-results__send {
    margin-top: 30px;
  }
}
.conf-request-form {
  width: 100%;
  max-width: 790px;
  margin: 20px auto;
  background: #fff;
}
.conf-request-form--transparent {
  background: transparent;
}
.conf-request-form .form {
  padding: 40px 20px;
}
.conf-request-form__header {
  padding: 30px 20px 10px 20px;
  font-size: 24px;
  font-weight: 500;
}
.conf-request-form__add {
  padding: 15px 30px 10px;
}
.conf-request-form__sub-header {
  padding: 30px 30px 20px 30px;
  font-size: 24px;
  font-weight: 500;
  background: #CEF3F8;
}
.conf-request-form__sub-header .input {
  height: auto;
}
.conf-request-form__calendar {
  position: relative;
}
.conf-request-form__calendar .dropdown {
  position: relative;
  z-index: 2;
}
.conf-request-form__calendar .input {
  background-color: transparent;
}
.conf-request-form__calendar .nch-icon-calendar {
  position: absolute;
  top: 3px;
  right: 0;
}

.is-fixed-worning-message {
  padding-top: 130px;
}
.is-fixed-worning-message .maintenance-warning-message {
  position: absolute;
  top: 60px;
  z-index: 10;
}
.is-fixed-worning-message .maintenance-warning-message.js-conference-worning-message {
  position: fixed;
  top: 0;
}

.request-was-send:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
.request-was-send .notification.notification--visible {
  z-index: 1001;
}

@media only screen and (min-width: 768px) {
  .conf-request-form__sub-header {
    padding: 30px 30px 10px 30px;
  }
  .conf-request-form .form {
    padding: 40px 30px;
  }
  .is-fixed-worning-message .maintenance-warning-message.js-conference-worning-message {
    top: 60px;
  }
}
.conf-request-hotel {
  background: #eefbfc;
  list-style: none;
  padding: 0;
}
.conf-request-hotel__wrapper {
  position: relative;
}
.conf-request-hotel__wrapper__btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #336676;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.conf-request-hotel__wrapper__btn:before {
  color: #fff;
  display: block;
  margin: -7px;
  font-size: 22px;
}

.conf-request-list {
  margin: 10px 0 30px;
  list-style: none;
  padding: 0;
}
.conf-request-list--columns {
  overflow: hidden;
}
.conf-request-list__li {
  overflow: hidden;
  padding: 15px 4px 10px 4px;
  border-bottom: 1px solid #e4e9ea;
  font-size: 18px;
  line-height: 24px;
}
.conf-request-list__li .label-checkbox {
  margin: 0;
}
.conf-request-list__buttons {
  float: right;
}
.conf-request-list__buttons__btn {
  border: none;
  color: #336676;
  padding: 0;
  vertical-align: middle;
}
.conf-request-list__buttons__btn:disabled {
  color: #C9D6DA;
}
.conf-request-list__buttons__nr {
  font-weight: 500;
}
.conf-request-list__for-input {
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #e4e9ea;
  font-size: 18px;
  line-height: 40px;
}
.conf-request-list__input {
  float: right;
  width: 80px;
  margin: 0 5px;
}
.conf-request-list__input-number {
  display: inline-block;
  width: 48px;
  margin: 0;
  text-align: center;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

@media only screen and (min-width: 481px) {
  .conf-request-list--columns .conf-request-list__li {
    width: 46%;
    margin: 0 2%;
    float: left;
    box-sizing: border-box;
  }
  .conf-request-list--fullwidth .conf-request-list__li {
    width: 96%;
    margin: 0 2% 30px 2%;
    float: left;
    box-sizing: border-box;
  }
}
.conf-confirmation-box {
  padding: 20px;
  border-bottom: 1px solid #99b3bb;
  margin: 0;
}
.conf-confirmation-box .conf-request-hotel {
  background: transparent;
  margin: 0 0 20px 0;
}
.conf-confirmation-box .request-box__item {
  padding: 20px 60px 20px 0;
}
.conf-confirmation-box__heading {
  font-size: 20px;
  line-height: 1.5;
  margin: 5px 0 10px 0;
}
.conf-confirmation-box__table {
  table-layout: fixed;
  vertical-align: middle;
  max-width: 400px;
}
.conf-confirmation-box__p {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}
.conf-confirmation-box__list {
  margin: 10px 0;
}

@media only screen and (min-width: 481px) {
  .conf-confirmation-box {
    padding: 30px 100px;
  }
}
.conf-send-box {
  max-width: 320px;
  margin: auto;
  padding: 40px 0;
  text-align: center;
}
.conf-send-box .btn-primary {
  max-width: 250px;
  margin-bottom: 40px;
}
.conf-send-box__desc {
  font-size: 14px;
}
.conf-send-box__desc p {
  font-size: 14px;
}
.conf-send-box__cancel {
  font-size: 14px;
  margin-top: 50px;
}

@media only screen and (min-width: 481px) {
  .conf-send-box {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .conf-send-box {
    padding: 100px 0 150px;
  }
}
.conf-nearby {
  margin: 0 0 110px 0;
}
.conf-nearby .conf__heading--snd {
  margin-bottom: 60px;
}
.conf-nearby .conf-hotel-card__text {
  padding-bottom: 30px;
}

/*# sourceMappingURL=CONFERENCE.css.map */
