.button, .Button {
  text-align: center;
  border-radius: 2px;
  padding: 14px 20px;
  line-height: 1;
  border: 1px solid transparent;
  color: #fff;
  float: none !important;
  font-size: 14px;
  font-weight: 700;
  font-family: Source Sans Pro, sans-serif;
  cursor: pointer;
  display: inline-block
}

.button[type=submit], .Button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.button[disabled], .Button[disabled] {
  cursor: unset
}

@media only screen and (max-width: 767px) {
  .button, .Button {
    width: 100%
  }
}

.button:hover:enabled, .Button:hover:enabled {
  text-decoration: none
}

.button--small, .Button--small {
  padding: 10.5px 15px;
  font-size: 12px
}

.button--xsmall, .Button--xsmall {
  padding: 4.5px 10px;
  font-size: 12px
}

.button--primary, .Button--primary {
  background-color: #bd1343;
  transition: all .1s ease-out;
  color: #fff
}

.button--primary:hover:enabled, .Button--primary:hover:enabled {
  color: #fff;
  transition: all .2s ease-out;
  background-color: #a5113a
}

.button--secondary, .Button--secondary {
  background-color: #8a8a8a;
  transition: all .1s ease-out;
  color: #fff
}

.button--secondary:hover:enabled, .Button--secondary:hover:enabled {
  transition: all .2s ease-out;
  background-color: #666;
  color: #fff
}

.button--white, .Button--white {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--white:hover:enabled, .Button--white:hover:enabled {
  transition: all .2s ease-out;
  color: #666;
  border-color: #8a8a8a
}

.button--transparent, .Button--transparent {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--transparent:hover:enabled, .Button--transparent:hover:enabled {
  transition: all .2s ease-out;
  border-color: #8a8a8a
}

.button--dark, .Button--dark {
  background-color: #1d1d1d;
  transition: all .1s ease-out
}

.button--dark:hover:enabled, .Button--dark:hover:enabled {
  transition: all .2s ease-out;
  background-color: #000
}

.button--light, .Button--light {
  background-color: #eee;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--light:hover:enabled, .Button--light:hover:enabled {
  transition: all .2s ease-out;
  background-color: #d3d3d3;
  border-color: #afafaf
}

.button--disabled, .Button--disabled {
  background-color: #eee;
  color: #d3d3d3;
  cursor: unset
}

.button--link, .Button--link {
  color: #666;
  text-decoration: underline;
  border-color: transparent;
  font-weight: 700
}

.button--link:hover:enabled, .Button--link:hover:enabled {
  text-decoration: none;
  color: #1d1d1d
}

.button--append, .Button--append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px
}

.button--dropdown, .Button--dropdown {
  padding-right: 42px;
  position: relative
}

.button--dropdown .icon, .Button--dropdown .icon {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px
}

.button--dropdown .isSelected, .Button--dropdown .isSelected, .expanded .button--dropdown:not(.button--dropdownSubLevel), .expanded .Button--dropdown:not(.button--dropdownSubLevel), .expanded_sublevel .button--dropdown, .expanded_sublevel .Button--dropdown {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--dropdown .isSelected:hover, .Button--dropdown .isSelected:hover, .expanded .button--dropdown:not(.button--dropdownSubLevel):hover, .expanded .Button--dropdown:not(.button--dropdownSubLevel):hover, .expanded_sublevel .button--dropdown:hover, .expanded_sublevel .Button--dropdown:hover {
  transition: all .2s ease-out;
  color: #414141;
  border-color: #8a8a8a;
  background-color: #fff
}

.button--dropdown .isSelected .icon, .Button--dropdown .isSelected .icon, .expanded .button--dropdown:not(.button--dropdownSubLevel) .icon, .expanded .Button--dropdown:not(.button--dropdownSubLevel) .icon, .expanded_sublevel .button--dropdown .icon, .expanded_sublevel .Button--dropdown .icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.button--noPadding, .Button--noPadding {
  padding: 0
}

.button--noDecoration, .Button--noDecoration {
  text-decoration: none
}

@media only screen and (max-width: 767px) {
  .button--autoWidthMobile, .Button--autoWidthMobile {
    width: auto
  }
}

#crossSaleCarousel {
  max-width: 980px;
  width: 100%;
  margin: 0 auto
}

@media only screen and (min-width: 1400px) {
  #crossSaleCarousel {
    max-width: 1200px
  }
}

.WrapperLogin__login-form__checkbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.WrapperLogin__login-form__checkbox:hover input ~ .checkmark {
  background-color: #fff
}

.WrapperLogin__login-form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.WrapperLogin__login-form__checkbox input:checked ~ .checkmark {
  background-color: #bd1343
}

.WrapperLogin__login-form__checkbox input:checked ~ .checkmark:after {
  display: block
}

.WrapperLogin__login-form__checkbox .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 14px;
  min-width: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 2px
}

.WrapperLogin__login-form__checkbox .checkmark.active {
  border: 1px solid transparent
}

.WrapperLogin__login-form__checkbox .checkmark.error {
  display: inline-block;
  border: 1px solid #bd1343
}

.WrapperLogin__login-form__checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4.5px;
  top: .5px;
  width: 3.5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.WrapperLogin__login-form__checkbox label {
  margin-left: 8px;
  -webkit-flex: 1;
  flex: 1
}

.WrapperLogin__login-form__checkbox label.error {
  display: inline-block;
  color: #bd1343
}

.WrapperLogin__login-form__checkbox label.error .cookie-usage, .WrapperLogin__login-form__checkbox label.error a {
  color: #bd1343
}

.WrapperLogin__login-form__checkbox .cookie-usage {
  color: #1d1d1d
}

.translation-testimonials {
  padding-top: 20px
}

.translation-testimonials .notice {
  color: #2c2c2c;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 4px
}

.translation-testimonials .traduction {
  font-weight: 700;
  color: #000;
  font-size: 12px;
  display: table-cell;
  padding-right: 7px;
  vertical-align: middle
}

.translation-testimonials .google {
  background: url("s/images/google-icon.jpg");
  background-repeat: no-repeat;
  display: table-cell;
  height: 21px;
  width: 57px
}

.review_loading {
  position: relative;
  left: 42%;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  cursor: pointer;
  overflow: hidden
}

.review_loading img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  max-height: 100%
}

#sale-content #sale-container-bottom {
  width: 100%;
  height: 320px;
  margin-top: 20px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #btn-back-showroom {
    width: 50%
  }

  #modal-favorite .modal-inner {
    width: 600px;
    margin-left: -300px;
    left: 50%
  }

  #header.logged .header-menu-mobile {
    display: none
  }
}

@media only screen and (max-width: 1024px) {
  .page-center {
    padding: 0
  }

  body {
    overflow-x: hidden;
  }
}

@media (max-width: 550px) {
  .bx-wrapper {
    max-width: 150px !important
  }

  .bx-viewport {
    padding: 0
  }
}

@media only screen and (max-width: 767px) {
  #btn-back-showroom {
    width: 75%
  }

  #header.logged .header-menu-mobile {
    display: none
  }
}

.seeMore .hidden, .vp-configurator {
  display: none
}

.vp-month-bar {
  width: 100%;
  display: table;
  table-layout: fixed
}

.vp-month-bar .disabled {
  color: #ccc
}

.vp-month-bar__prev {
  border-right: 2px solid #fff;
  background-position: 0 5px
}

.vp-month-bar__next, .vp-month-bar__prev {
  /*background-image: url("/s/images/visual/offer_block/month-bar__prev-next.png")
*/}

.vp-month-bar__next {
  background-position: 0 -26px;
  border-left: 2px solid #fff
}

.vp-month-bar__next, .vp-month-bar__prev {
  width: 25px
}

.vp-month-bar__month, .vp-month-bar__next, .vp-month-bar__prev {
  display: table-cell;
  background-color: #e6e6e6;
  text-align: center;
  color: #636363;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer;
  line-height: 14px
}

.vp-month-bar__month:hover, .vp-month-bar__next:hover, .vp-month-bar__prev:hover {
  background-color: #dadada
}

.vp-month-bar__month {
  text-transform: uppercase
}

.vp-month-text {
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px
}

.vp-month-text--selected {
  position: relative
}

.vp-month-text--selected, .vp-month-text--selected:hover {
  background-color: #2c2c2c;
  color: #fff
}

.vp-month-text--selected:after {
  content: "";
  border: 4px solid transparent;
  border-top-color: #1e1e1e;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -8px
}

.vp-calendar-list {
  margin-top: 2px;
  margin-bottom: 16px;
  padding: 0;
  border: 1px solid #e7e7e7;
  list-style: none;
  overflow: auto;
  max-height: 300px;
  color: #1e1e1e;
  font-size: 13px;
  -webkit-overflow-scrolling: touch
}

.vp-calendar-list__item {
  padding: 2px;
  border-bottom: 1px solid #e7e7e7;
  display: none
}

.vp-calendar-list__item:last-child {
  border-bottom: none
}

.vp-calendar-list .loader {
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: hsla(0, 0%, 100%, .9);
 /* background-image: url("/s/images/visual/offer_block/loading-spining_mini.svg");
  */min-height: 300px
}

.vp-calendar-shortcut {
  text-align: center;
  font-weight: 700;
  background-color: #e7e7e7;
  padding: 3px 0
}

.vp-calendar-block {
  min-width: 42px;
  padding: 4px;
  background-color: #e7e7e7
}

.vp-calendar-block--highlight {
  background-color: #26b895;
  color: #fff
}

.vp-calendar-block--muted {
  background-color: #f5f5f5;
  color: #e7e7e7
}

.vp-calendar-block__date, .vp-calendar-block__day, .vp-calendar-block__month {
  text-align: center
}

.vp-calendar-block__date, .vp-calendar-block__month {
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase
}

.vp-calendar-block__day {
  font-size: 16px;
  font-weight: 700
}

.vp-calendar-text__price {
  font-size: 18px;
  color: #bd1f45
}

.vp-calendar-text__original-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #636363
}

.vp-calendar-text__info {
  font-size: 11px;
  font-weight: 700
}

.vp-calendar-text__info--highlight {
  color: #f99b1c
}

.vp-calendar-text__info--soldOut {
  color: #636363
}

.vp-calendar-text__precision {
  font-size: 12px;
  color: #bd1f45
}

.no-stay .scarcity {
  width: 20%;
  line-height: 11px;
  text-align: center
}

.vp-calendar-text--muted .vp-calendar-text__info, .vp-calendar-text--muted .vp-calendar-text__original-price, .vp-calendar-text--muted .vp-calendar-text__precision, .vp-calendar-text--muted .vp-calendar-text__price {
  color: #e7e7e7
}

@media screen and (max-width: 399px) {
  .vp-calendar-text__price {
    font-size: 16px
  }

  .vp-calendar-text__info {
    font-size: 10px
  }
}

.vp-flag {
  display: table
}

.vp-flag__body, .vp-flag__media {
  display: table-cell
}

.vp-flag__body {
  vertical-align: middle;
  width: 100%
}

.vp-flag__body--padded {
  padding-left: 12px;
  padding-right: 6px
}

.vp-price__info {
  font-family: Georgia, Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400
}

@media screen and (max-width: 399px) {
  .vp-price__label, .vp-price__price {
    font-size: 17px
  }

  .vp-price__info {
    font-size: 11px
  }
}

.noavailable, .noavailable div, .noavailable span {
  color: #888 !important;
  cursor: default
}

.vp-hoverable {
  cursor: pointer
}

.vp-hoverable:hover {
  background-color: #f5f5f5
}

.vp-hoverable--active, .vp-hoverable--active:hover {
  background-color: #e7e7e7
}

.vp-pull-right {
  float: right
}

.vp-pull-left {
  float: left
}

.alternative-dispo {
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  padding: 2px;
  display: table
}

.alternative-dispo .date-segment {
 /* background-image: url("/s/images/visual/offer_block/indispo_date.jpg");
  */background-repeat: no-repeat;
  background-position: 0 -3px;
  background-color: #e7e7e7;
  display: table-cell
}

.alternative-dispo .vp-calendar-block {
  background: transparent;
  display: block
}

.alternative-dispo .other-duration {
  font-family: Source Sans Pro, sans-serif;
  background: none repeat scroll 0 0 #e6e6e6;
  border-left: 4px solid #fff;
  color: #888;
  display: table-cell;
  font-size: 16px;
  font-weight: 600;
  height: 93px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding-left: 10px;
  cursor: pointer
}

.grouped-two-rows .date-segment {
  background-image: none
}

.grouped-two-rows .vp-calendar-block:first-child {
  border-bottom: 4px solid #fff
}

.vp-calendar-list .other-duration .vp-calendar-text {
  background: none repeat scroll 0 0 #e6e6e6;
  font-size: 16px;
  font-weight: 600;
  color: #888;
  font-family: Source Sans Pro, sans-serif;
  border-left: 4px solid #fff
}

.popup {
  background: none repeat scroll 0 0 #fff;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1500;
  margin: 10px;
  padding: 10px !important
}

.popup.offerCalendar {
  padding: 10px
}

.popup.offerCalendar .popup-body {
  height: calc(100% - 90px)
}

.popup .vp-calendar-list {
  max-height: none;
  height: 100%
}

.popup .titlepopup {
  color: #666;
  font-family: Georgia, Times, serif;
  font-size: 16px
}

.calendar-popup-header {
  padding: 10px 3px;
  position: relative
}

.popup .popup-close {
  cursor: pointer;
  float: right;
 /* background-image: url("/s/images/visual/offer_block/calendar_close.jpg");
  */background-repeat: no-repeat;
  background-position: 50%;
  width: 50px;
  height: 38px;
  position: absolute;
  top: -5px;
  right: 0
}

.popup-opener {
  display: none
}

@media only screen and (max-width: 767px) {
  .popup-opener {
    display: block;
    background-color: #e6e6e6;
    margin: 20px 1px 10px;
    line-height: 42px;
    width: 100%;
    color: #1e1e1e;
    position: relative;
    cursor: pointer;
    padding-left: 10px
  }

  .popup-opener :after {
    position: absolute;
    content: "";
    margin: auto;
    border: 6px solid transparent;
    border-top-color: #1e1e1e;
    border-bottom: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 20px;
    top: 0;
    width: 6px;
    bottom: 0;
    height: 0
  }

  .popup-opener .button {
    display: none
  }
}

.isWebApp {
  margin-top: 60px
}

#overlayMenuPopup {
  background-color: #666;
  bottom: 0;
  left: 0;
  opacity: .8;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 102;
  display: none
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .popup.offerCalendar {
    width: 50%;
    height: 80%;
    overflow: hidden;
    margin: auto
  }
}

@media only screen and (max-width: 767px) {
  .popup.offerCalendar {
    top: 55px
  }
}

.offer-box-details {
  transition: max-height .5s;
  padding: 15px 15px 10px
}

#detailsprice h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700
}

#detailsprice a {
  text-decoration: none;
  color: #666;
  cursor: pointer
}

.collapsible-body {
  display: none;
  transition: max-height .5s;
  padding: 0 20px 10px
}

.collapsible-head {
  overflow: hidden;
  cursor: pointer;
  padding: 0 20px
}

.offer-price {
  font-size: 26px;
  font-weight: 600;
  font-family: Source Sans Pro, sans-serif;
  color: #bd1343
}

.offers-header {
  border-bottom: 4px solid #ddd;
  text-align: center;
  background: #2c2c2c;
  color: #ddd;
  width: 100%;
  position: relative
}

.offers-header .parcelado {
  background-color: #bd1343;
  padding: 0 15px 0 20px;
  text-align: center;
  display: inline-block;
  top: 16px;
  bottom: 16px;
  right: 0;
  position: absolute;
  color: #000;
  font-style: italic;
  font-size: 14px
}

.offers-header .parcelado .right-arrow {
  border-width: 11px 0 10px 7px;
  border-left-color: #2c2c2c;
  position: absolute;
  left: 0
}

.offers-header h2, .offers-header span.sidebarTitle {
  display: inline-block;
  padding: 17px;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.seo-light .offers-header h2 {
  width: 100%
}

.hasParcelado .offers-header {
  text-align: left
}

.offers-header #price-sale-percent {
  display: none
}

.details-right img {
  vertical-align: -5px
}

.block-details-double .details-price {
  margin-left: 0
}

.details-price {
  font-size: 25px;
  float: left;
  padding-right: 5px;
  margin-left: 3px
}

.details-price .chf {
  font-size: 16px;
  font-weight: 600
}

.vp-price {
  overflow: auto;
  margin-top: 24px;
  padding-bottom: 10px
}

.vp-price .real-price {
  font-size: 13px
}

.vp-price .real-price span {
  font-weight: 700;
  text-decoration: line-through;
  color: #1e1e1e
}

.vp-price .price-type {
  margin-top: 14px
}

.price-type {
  float: left;
  color: #bd1343;
  margin-top: 7px
}

.price-type-details {
  display: none;
  clear: both
}

.price-type-details i {
  color: #777;
  line-height: 14px;
  font-size: 11px
}

.show-sections-button {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  margin: 15px
}

.catalog #sale-content .price-box .price-details h5, .price-box .price-details h5 {
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700
}

.price-box .offer-button {
  padding: 3% 0;
  margin-left: 15px;
  width: 45%
}

.total-price-details {
  margin-top: 10px;
  display: block
}

.clear-both {
  clear: both
}

.catalog .price-details, .total-price-details .price-details {
  display: none
}

.show-offer-details {
  border-bottom: 1px solid #ccc
}

.heading-bar-info.no-choice {
  color: #636363
}

.heading-bar-info span.fromPrice {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #666
}

.heading-bar-info span.fromPrice span {
  color: #1d1d1d
}

.heading-bar-info span.fromPrice.lowestPrice span {
  color: #bd1343
}

.heading-bar-button {
  display: none;
  position: absolute;
  top: 16px;
  right: 0;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 9px;
  text-decoration: none;
  width: auto
}

.heading-bar-button:hover {
  background-color: #e7e7e7
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.offer-block-list, .offer-block-list-hidden {
  padding: 0;
  margin: 10px 8px 14px 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  list-style: disc
}

.offer-block-list-hidden {
  margin-top: 0;
  display: none
}

.offer-block-list-item {
  color: #2c2c2c;
  padding: 4px 0 0;
  margin: 0 0 0 12px;
  list-style-position: outside
}

.show-sale-block-options {
  margin-top: 10px;
  display: block;
  cursor: pointer;
  text-decoration: underline;
  color: #bd1343
}

.offer-block-list-hidden .offer-block-list-item:first-child, .offer-price-list .offer-block-list-item:first-child {
  font-weight: 400
}

.vp-fixed {
  position: fixed;
  top: 20px;
  z-index: 1040;
  width: 350px
}

.block-hidden {
  display: none
}

.block-visible {
  display: block
}

.offerCalendar {
  padding-top: 10px
}

.no-stay {
  padding: 0
}

.section-datedepart .vp-distributed-bar {
  margin: 0;
  padding: 15px 0 0
}

.vp-distributed-bar {
  display: table;
  font-size: 14px;
  margin-bottom: 12px;
  width: 100%
}

.vp-distributed-bar__item {
  float: left;
  max-width: 45%;
  vertical-align: top;
  white-space: nowrap;
  padding: 0 2px
}

.vp-button-radio {
  position: relative
}

.vp-button-radio__facade {
  background-color: #e6e6e6;
  color: #1e1e1e;
  display: block;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vp-button-radio__form-control {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.vp-button-radio:hover .vp-button-radio__facade {
  background-color: #dadada
}

.vp-button-radio--checked .vp-button-radio__facade, .vp-button-radio--checked:hover .vp-button-radio__facade {
  background-color: #2c2c2c;
  color: #fff
}

.section-datedepart .vp-distributed-bar__item.vp-distributed-bar__item--full {
  padding-left: 2px;
  width: 29%
}

.section-datedepart .duration-tooltip {
  display: none;
  position: absolute;
  min-width: 110px;
  margin-top: -35px;
  padding: 4px 6px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  background: none repeat scroll 0 0 #000;
  opacity: .8;
  z-index: 1
}

.section-datedepart .duration-tooltip:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border: 6px solid transparent;
  border-top-color: #000;
  bottom: -12px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute
}

.vp-distributed-bar__item.vp-distributed-bar__item--full {
  max-width: 55%
}

.section-datedepart .selectricWrapper .selectric {
  margin: 0
}

.vp-select {
  display: block;
  width: 100%;
  position: relative
}

.vp-select:hover .vp-select__facade {
  background-color: #dadada
}

.vp-select--checked .vp-select__facade, .vp-select--checked:hover .vp-select__facade {
  background-color: #2c2c2c;
  color: #fff
}

.vp-select--checked .vp-select__facade:after, .vp-select--checked:hover .vp-select__facade:after {
  border-top-color: #fff
}

.vp-select__form-control {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.ellipsis .vp-select__form-control {
  height: 42px
}

.vp-select__facade {
  width: 100%;
  text-decoration: none;
  display: inline-block;
  padding: 12px;
  background-color: #e6e6e6;
  color: #1e1e1e;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ellipsis .vp-select__facade {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px
}

.visible {
  display: inline
}

.offer-button {
  overflow: hidden;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  color: #1e1e1e;
  background-color: #e6e6e6;
  transition-property: max-height, padding;
  transition-duration: .5s;
  max-height: 40px;
  text-align: center;
  cursor: pointer
}

.offer-button:hover {
  background-color: #d9d9d9
}

.offer-button--primary {
  color: #fff;
  background-color: #bd1343
}

.offer-box .offer-button--primary:hover {
  background-color: #a71b3d;
  color: #fff
}

.offer-button--block {
  text-align: center;
  display: block
}

.offer-button--disabled, .offer-button--disabled:hover {
  color: #636363;
  background-color: #e6e6e6;
  cursor: default
}

.new-offer-bloc, .offer-box {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 1px
}

.offer-box-heading {
  border-bottom: 1px solid #d7d6d6;
  margin-bottom: 8px;
  padding-bottom: 10px
}

.offer-box-heading h3 {
  font-size: 18px;
  line-height: 1.14em;
  color: #2c2c2c;
  font-family: Georgia, Times New Roman, Times, serif;
  padding: 0
}

.details-left, .details-right {
  width: 48%;
  display: block;
  color: #333;
  float: left
}

.details-right {
  padding-left: 10px;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.border-left {
  border-left: 1px solid #ddd
}

.details-left h4, .details-right h4 {
  line-height: 21px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase
}

.block-details-container {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd
}

.block-details-container.multiblock {
  border-bottom: 0
}

.block-durations-container {
  border-bottom: 1px solid #ddd;
  margin-right: 15px;
  padding: 10px
}

.block-durations-container .icon-filtre-horaires {
  font-size: 1.42em;
  color: #1d1d1d;
  float: left;
  margin-top: -2px;
  margin-right: 10px
}

.block-durations-container span {
  color: #1d1d1d;
  font-weight: 600
}

.price-stack {
  padding: 15px;
  overflow: hidden;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#sale-content #sale-container-right.no-stack {
  display: block;
  position: relative
}

#sale-content #sale-container-right #block_offers {
  position: relative;
  height: 100%
}

#sale-content #sale-container-right.no-stack #price-stack {
  position: absolute;
  bottom: 0;
  right: 0;
  top: inherit
}

.block-details-double .details-left, .block-details-double .details-right {
  width: 48%
}

.block-details-single .details-left, .block-details-single .details-right {
  width: 100%
}

.block-details-single .offer-label {
  float: left;
  font-size: 13px;
  padding: 13px 0 0
}

.block-details-single .offer-price {
  padding-top: 10px
}

.block-details-double .offer-label {
  display: block;
  font-size: 13px;
  padding: 13px 0 0;
  min-width: 65px
}

.block-details-double .offer-label:first-letter {
  text-transform: uppercase
}

.block-details-double .offer-price {
  padding-top: 2px
}

#price-stack .price-stack-title {
  background-color: #1d1d1d;
  border-bottom: 4px solid #e6e6e6;
  color: #fff;
  padding: 15px 20px
}

#price-stack .offer-button {
  margin-top: 5px
}

#price-stack .vp-title {
  text-transform: uppercase
}

#price-stack .vp-text {
  float: right;
  line-height: 16px
}

#price-stack .vp-text span {
  font-size: 1.14em;
  font-weight: 600
}

.vp-bare-list__item.first {
  height: 40px
}

.section-transport .vp-bare-list__item {
  margin: 15px 0 0;
  padding: 0
}

.section-transport .vp-distributed-bar__item {
  width: 33%;
  padding-left: 22px;
  color: #1e1e1e
}

.section-transport .vp-distributed-bar__item:first-child {
  padding-left: 0
}

.vp-distributed-bar__item--radio {
  display: block;
  min-width: 20px
}

.vp-radio {
  cursor: pointer;
  position: relative
}

.vp-radio__form-control {
  cursor: pointer;
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 0
}

.vp-radio__facade, .vp-radio__form-control {
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px
}

.vp-radio__facade {
 /* background-image: url("/s/images/radio.png")*/
}

.vp-bare-list {
  list-style: outside none none
}

.section-transport .vp-distributed-bar__item.vp-distributed-bar__item--full {
  width: 50%;
  padding: 0 0 0 20px
}

.vp-radio--checked .vp-radio__facade {
  background-position: -16px 0
}

.vp-radio--checked:hover .vp-radio__facade {
  background-position: -16px -16px
}

.vp-select__facade:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-width: 6px;
  border-color: #1e1e1e transparent transparent;
  -o-border-image: none;
  border-image: none;
  border-left-width: 6px;
  border-right: 6px solid transparent;
  border-top-width: 6px;
  content: "";
  position: absolute;
  right: 12px;
  top: 18px
}

.selectricWrapper {
  width: 100%
}

.selectricWrapper.selectricDisabled .selectric:hover {
  cursor: default
}

.selectricWrapper .selectric, .selectricWrapper.selectricDisabled .selectric:hover {
  background-color: #e6e6e6;
  border: 0;
  border-radius: 0;
  color: #1e1e1e;
  height: 42px;
  text-decoration: none
}

.selectricWrapper .selectric:hover {
  background-color: #dadada
}

.selectricWrapper .selectric .label {
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-bottom: 12px;
  font-size: 14px;
  color: #1e1e1e
}

.selectricWrapper .selectric.vp-select--checked .label, .selectricWrapper.selectricDisabled .selectric.vp-select--checked .label:hover {
  color: #000
}

.selectricWrapper .selectric .button, .selectricWrapper .selectric .label {
  padding-top: 12px
}

.selectricWrapper .selectric.vp-select--checked, .selectricWrapper.selectricDisabled .selectric.vp-select--checked:hover {
  background-color: #2c2c2c;
  color: #000
}

.selectricWrapper .selectric.vp-select--checked .fromPrice {
  display: none
}

.sections-separator {
  background: url("s/images/_separator.jpg") top no-repeat;
  content: "";
  display: block;
  padding-top: 25px
}

.selectricWrapper .selectric.vp-select--checked:after {
  border-color: #000
}

.selectricWrapper .selectric .button:after {
  border: 6px solid transparent;
  border-top-color: #1e1e1e;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  right: 8px;
  top: 8px;
  width: 6px
}

.selectricWrapper .selectric.vp-select--checked .button:after {
  border-color: #000 transparent transparent
}

.selectricWrapper .selectricItems {
  overflow: hidden;
  width: auto
}

.selectricWrapper .selectricItems li {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d0d0d0;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 1.14em;
  margin: 0;
  padding: 10px 8px
}

.secondary-section input[type=radio] {
  background: none
}

.secondary-section .vp-distributed-bar__item {
  width: 33%;
  color: #1e1e1e
}

.secondary-section .vp-distributed-bar__item strong {
  padding-left: 22px
}

.secondary-section .vp-distributed-bar__item--full {
  text-align: right;
  float: right;
  font-weight: 700;
  font-size: 14px;
  color: #aaa
}

.secondary-section .vp-distributed-bar__item--full .price-by {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-top: -3px;
  margin-bottom: 8px
}

.secondary-section .vp-bare-list__item label {
  display: table-row
}

.secondary-section .vp-bare-list__item label .vp-distributed-bar__item {
  display: table-cell;
  float: none;
  width: auto;
  padding: 0 10px 10px;
  white-space: normal
}

.secondary-section .vp-bare-list__item label .vp-distributed-bar__item.vp-distributed-bar__item--radio {
  max-width: none;
  min-width: 0;
  width: 16px;
  padding: 1px 0 0
}

.secondary-section .vp-bare-list__item label .vp-distributed-bar__item.vp-distributed-bar__item--full {
  width: auto;
  padding: 0;
  white-space: nowrap
}

.secondary-section .vp-bare-list__item label .vp-distributed-bar__item strong {
  padding: 0;
  white-space: normal
}

.secondary-section .soldout .vp-distributed-bar__item {
  color: #aaa
}

.secondary-section .selected {
  color: #bd1343
}

.completedSection .collapsible-body {
  display: none
}

.completedSection .heading-bar-button, .completedSection .heading-bar-info {
  display: block;
  margin-left: 40px
}

.completedSection h5 {
  margin-top: 0
}

.activeSection h5, .completedSection h5 {
  color: #636363
}

.activeSection .collapsible-body {
  display: block
}

.activeSection.completedSection .etape, .activeSection .etape {
  background: #2c2c2c;
  color: #fff
}

.heading-bar-info:first-letter {
  text-transform: uppercase
}

.selectricDisabled {
  opacity: .6
}

.selectricWrapper.participants-select .selectric {
  margin-top: 4px
}

.participants-section-body .vp-select-label {
  font-weight: 600
}

.participants-section-body .vp-distributed-bar__item.capacity, .participants-section-body .vp-distributed-bar__item.child-ages {
  padding: 0 5% 0 0;
  width: 30%
}

.participants-section-body .vp-distributed-bar__item.capacity:nth-child(3n), .participants-section-body .vp-distributed-bar__item.child-ages:nth-child(3n) {
  padding-right: 0
}

.participants-section-body .participants-container {
  margin-bottom: 10px
}

.collapsible-body.secondary-section.participants-section-body > p {
  color: #1e1e1e;
  font-weight: 600;
  padding-top: 10px
}

.vp-distributed-bar__item .selectricWrapper.participants-select.selectricResponsive {
  margin-bottom: 0
}

.vp-distributed-bar__item.child-ages {
  margin-bottom: 10px
}

.vp-distributed-bar__item.child-ages .child-nb-label {
  font-size: 12px
}

.child-ages-container > p {
  color: #1e1e1e;
  font-weight: 700
}

.participants-section-body small.vp-select-label__info {
  color: #636363;
  font-size: 11px;
  font-weight: 400
}

.section-transport .selectricWrapper.selectricDisabled {
  opacity: 1
}

.section-transport .selectricDisabled .button {
  display: none
}

.section-transport .selectricWrapper.selectricDisabled .selectric {
  background-color: #f1f1f1
}

.section-transport .selectricWrapper.selectricDisabled .selectric.vp-select--checked, .section-transport .selectricWrapper.selectricDisabled .selectric.vp-select--checked:hover {
  opacity: .6;
  background-color: #2c2c2c
}

.price-box .price-box-details, .price-box .total-price-continue {
  display: block
}

.vp-price .submit-loader {
  width: 45%
}

.vp-price .pull-right img.loader {
  border: 0 none;
  display: block;
  height: 24px;
  width: 24px;
  margin: 10% auto auto;
  vertical-align: middle
}

.vp-price .icon-info {
  font-size: 24px;
  position: absolute;
  margin-top: 7px
}

.vp-price .icon-info, .vp-price .info-text {
  float: left;
  color: #1e1e1e;
  display: inline-block
}

.vp-price .info-text {
  font-size: 12px;
  line-height: 15px;
  padding-top: 2%;
  margin-left: 10%;
  width: 40%
}

.vp-price .submit-notice {
  display: none
}

#sale-content {
  width: 100%;
  display: block;
  margin: 0 0 15px
}

.section-datedepart .vp-distributed-bar {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  table-layout: fixed;
  width: 100%;
  margin: 15px 0 0;
  padding: 0
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item {
  display: table-cell;
  vertical-align: middle;
  height: 42px;
  margin: 0;
  padding: 0;
  background-color: #666;
  float: none
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item.durationBtnPrototype, .section-datedepart .vp-distributed-bar .vp-distributed-bar__item.hidden {
  display: none
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item.vp-button-radio--checked, .section-datedepart .vp-distributed-bar .vp-distributed-bar__item.vp-button-radio--checked:hover {
  background: #2c2c2c
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item .vp-button-radio .vp-button-radio__facade {
  width: auto;
  padding: 0;
  text-overflow: ellipsis;
  line-height: 16px;
  overflow: hidden;
  background: none
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item .vp-button-radio:hover .vp-button-radio__facade {
  background: none
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item .selectricWrapper {
  margin: 0
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item:hover {
  background-color: #dadada
}

.section-datedepart .vp-distributed-bar.duration-button-half-width {
  width: 50%
}

#sale-description {
  display: inline-block;
  background-color: #fff
}

@media only screen and (max-width: 767px) {
  #sale-description {
    width: 100%
  }
}

#sale-description * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#sale-description .sale-percent, #sale-description .sale-sell-favorite-share {
  height: 100%;
  display: inline-block;
  float: left
}

#sale-description.sale-light-closed .sale-sell-favorite-share {
  padding-top: 5px;
  width: 36%;
  border-right: 0
}

#sale-description.sale-light-closed .cta.btn {
  padding: 0 15px;
  margin-top: 3px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  display: inline-block
}

#sale-description.sale-light-opened .sale-sell-favorite-share {
  padding: 0 3px 0 15px;
  width: 23% !important
}

#sale-description.sale-light-opened .btn-container {
  height: 65px;
  width: 24%;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  font-size: 13px;
  border-left: 1px solid #ccc
}

#sale-description.sale-light-closed .btn.pink, #sale-description.sale-light-opened .btn.pink {
  color: #fff
}

#sale-description .btn-container {
  display: none
}

#sale-description .sale-sell-favorite-share .sale-favorite, #sale-description .sale-sell-favorite-share .sale-share {
  float: right;
  padding: 22px 7px 22px 4px
}

#sale-description .sale-sell-favorite-share .sale-favorite #open-favorite {
  display: block
}

#sale-description .sale-sell-favorite-share .sale-favorite .icon-fav {
  color: #000;
  font-size: 19px;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000
}

#sale-description .sale-sell-favorite-share .sale-favorite .isFavorite .icon-fav {
  color: #bd1343;
  text-shadow: 2px 0 0 #bd1343, -2px 0 0 #bd1343, 0 2px 0 #bd1343, 0 -2px 0 #bd1343, 1px 1px #bd1343, -1px -1px 0 #bd1343, 1px -1px 0 #bd1343, -1px 1px 0 #bd1343
}

#sale-description .sale-sell-favorite-share .sale-share .icon-share {
  display: block !important;
  font-size: 22px
}

#sale-description .sale-sell-favorite-share .sale-light {
  text-align: center
}

#sale-description .sale-percent {
  display: table-cell;
  vertical-align: middle;
  width: 10.5%;
  padding: 12px 0;
  color: #bd1343;
  text-align: center;
  min-width: 65px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-description .sale-percent {
    width: 12.5%
  }
}

#sale-description .sale-percent .offer-price-tag-middle {
  font-weight: 600
}

#sale-description .sale-percent .offer-price-tag-middle > .ribbon-content > span:first-child {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap
}

#sale-description .sale-favorite {
  float: right;
  padding: 21px 8px 0
}

#sale-description .sale-favorite a {
  display: block
}

#sale-description .sale-favorite .icon-fav {
  color: #000;
  font-size: 22px;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000
}

.lt-ie9 #sale-description .sale-favorite .icon-fav {
  color: #000
}

#sale-description .ribbon-txt-2 {
  font-size: 28px
}

#sale-description .ribbon-txt-2.medium_text {
  font-size: 25px
}

#sale-description .ribbon-txt-2.small_text {
  font-size: 22px
}

#sale-description .ribbon-txt-3 {
  font-size: 20px;
  white-space: nowrap
}

#sale-description .ribbon-txt-3.medium_text {
  font-size: 22px
}

#sale-description .ribbon-txt-4 {
  font-size: 18px;
  line-height: 36px
}

#sale-description .ribbon-txt-5 {
  width: 100%;
  margin-top: -10px;
  white-space: normal;
  display: block;
  line-height: 1;
  font-size: 13px;
  padding: 7px 10px 3px
}

#slider-mobile-bottom {
  position: relative
}

#slider-mobile-bottom > div {
  position: absolute;
  bottom: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: #000;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .4));
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0)
}

#slider-mobile-bottom.sale-light > div {
  background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .5))
}

#slider-mobile-bottom .sale-sell-favorite-share {
  font-size: 16px
}

#slider-mobile-bottom .sale-sell {
  float: left
}

#slider-mobile-bottom .sale-share {
  margin-right: 10px
}

#slider-mobile-bottom .sale-favorite .icon-fav, #slider-mobile-bottom .sale-share .icon-share {
  color: #000
}

#slider-mobile-bottom .sale-favorite .isFavorite .icon-fav {
  color: #bd1343
}

#slider-mobile-bottom .sale-light, #slider-mobile-bottom.sale-light .sale-map {
  float: none;
  text-align: center;
  vertical-align: middle
}

#slider-mobile-bottom.sale-light .sale-map {
  margin-top: 5px
}

#slider-mobile-bottom .sale-light .line-icon-clock {
  vertical-align: middle
}

#page-container .derived-sale-title, #page-container .intro-bloc {
  padding-top: 1%;
  color: #1d1d1d;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  text-align: center
}

#page-container .intro-bloc a {
  text-decoration: none;
  border-bottom: 1px solid #666
}

#tab-viewer li:nth-child(3) {
  padding: 0
}

#popupCP {
  background-color: #000;
  padding: 20px;
  width: 390px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  color: #1d1d1d;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#popupCP * {
  line-height: normal;
  margin: 13px 0
}

#popupCP h1 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: 400;
  font-size: 20px
}

#popupCP h1 span {
  display: block;
  color: #bd1343;
  margin-top: 0
}

#popupCP .legend {
  font-size: 12px
}

#popupCP .legend a {
  text-decoration: underline
}

#popupCP .mfp-close {
  margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-description .sale-title.withmap {
    width: 47.5%
  }

  #sale-description .sale-title.withoutmap {
    width: 58.5%
  }

  .catalog #sale-description .sale-title.withmap {
    width: 53%
  }

  .catalog #sale-description .sale-title.withoutmap {
    width: 64%
  }

  .catalog #sale-description .catalog-title {
    font-size: 2.2vw
  }

  #sale-description .sale-sell-favorite-share {
    width: 29%
  }

  .not-logged #sale-description.sale-light-closed .sale-sell-favorite-share {
    width: 40% !important
  }

  .not-logged #sale-description.sale-light-closed .sale-title.withoutmap {
    width: 60%
  }

  .not-logged #sale-description.sale-light-opened .btn.pink {
    padding: 0
  }

  .block-details-container, .leading-price {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .section-transport .vp-distributed-bar__item, .section-transport .vp-distributed-bar__item.vp-distributed-bar__item--full {
    width: 100%;
    max-width: 100%
  }

  .section-transport .vp-distributed-bar__item.vp-distributed-bar__item--full {
    padding: 25px 0 0
  }

  .vp-fixed {
    right: inherit;
    width: 315px
  }

  .details-price {
    font-size: 1.7em
  }

  .popup.offerCalendar {
    margin: 7% 25%
  }

  .nativeapp .popup.offerCalendar {
    height: 430px;
    top: auto;
    margin: auto;
    display: block
  }

  .nativeapp .select-plane.mfp-popup {
    top: auto;
    display: block
  }
}

@media only screen and (max-width: 767px) {
  html.map {
    overflow: hidden
  }

  #tab-viewer .parcelado {
    text-transform: none !important;
    display: inline-block;
    width: 100%
  }

  .section-transport .vp-distributed-bar__item, .section-transport .vp-distributed-bar__item.vp-distributed-bar__item--full {
    width: 100%;
    max-width: 100%
  }

  .section-transport .vp-distributed-bar__item.vp-distributed-bar__item--full {
    padding: 25px 0 0
  }

  #tab-viewer li:first-child .tab {
    background-color: #2c2c2c
  }

  #tab-viewer li:first-child .tab i {
    border-top-color: #2c2c2c
  }

  #tab-viewer li:first-child .tab:hover {
    background-color: #2c2c2c
  }

  #tab-viewer li:first-child .tab:hover i {
    border-top-color: #bd1343
  }

  #tab-viewer li.highlightTab .tab {
    background-color: #2c2c2c
  }

  #tab-viewer li.highlightTab .tab i {
    border-top-color: #bd1343
  }

  #tab-viewer li.highlightTab .tab:hover {
    background-color: #bd1343
  }

  #tab-viewer li.highlightTab .tab:hover i {
    border-top-color: #bd1343
  }

  #slider-sale .rsDefault .rsArrow {
    display: none !important
  }

  #sale-content {
    margin: 0 0 15px
  }

  .offers-header {
    display: none
  }

  #sale-content #sale-container-right {
    display: none;
    margin-top: 0;
    width: 97%;
    margin-left: 1.5%
  }

  #sale-content #sale-container-right.open {
    display: block
  }

  #sale-description {
    height: auto
  }

  #sale-description .ribbon-txt-5 {
    width: auto;
    margin-top: 0
  }

  #sale-description .sale-sell-favorite-share {
    display: none
  }

  #sale-description.sale-light-closed .cta.btn {
    width: 83px;
    height: auto;
    line-height: 15px;
    margin: 13px 9px 13px 0;
    font-size: .93em;
    padding: 9px 4px;
    float: right
  }

  #sale-description .sale-percent {
    width: 29%;
    padding: 0;
    border: 0
  }

  #sale-description .sale-percent .offer-price-tag-middle {
    margin: 10px;
    padding: 10px;
    color: #1d1d1d;
    background-color: #e6e6e6;
    line-height: 23px
  }

  #sale-description .sale-percent .offer-price-tag-middle .ribbon-txt-2 {
    font-size: 25px;
    font-weight: 700
  }

  .details-price {
    font-size: 1.7em
  }

  #page-container .intro-bloc {
    padding: 12px 17px 6.5px 18px;
    font-size: 12px;
    line-height: 11px;
    font-family: Georgia, Times New Roman, Times, serif;
    font-style: italic;
    font-weight: 400;
    color: #1d1d1d;
    text-align: center
  }

  #page-container .intro-bloc:after {
    display: block;
    content: "";
    border-bottom: 1px solid #bd1343;
    margin: auto;
    padding-top: 5.5px;
    width: 10px
  }

  #page-container .derived-sale-title {
    padding-top: 2%
  }

  #page-container .hidden-mobile, #sale-description.sale-light-opened .btn-container {
    display: none
  }

  .derived-sale-title-mobile {
    background-color: #000;
    padding: 15px 10px 10px;
    text-align: center
  }

  .derived-sale-title-mobile h2 {
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
  }
}

@media only screen and (max-width: 350px) {
  #sale-description .ribbon-txt-3 .chf {
    font-size: 13px
  }
}

@media only screen and (min-width: 1025px) {
  #sale-light-derived-block .sale, #sale-light-derived-block .sale .sale-figure {
    position: relative
  }

  #sale-light-derived-block .sale i.line-icon-clock {
    color: #666;
    margin-right: 5px
  }

  #sale-light-derived-block .ribbon {
    max-height: 66px;
    min-height: 66px;
    height: 66px
  }

  #sale-light-derived-block .sale .hotel-name {
    display: none
  }

  #sale-light-derived-block .sale.next a.next-sale-btn {
    top: 181px
  }

  #page-container .hidden-desktop, .section-transport .selectricWrapper .selectricItems li .fromPrice {
    display: none
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page-container .intro-bloc {
    padding-top: 2%;
    padding-bottom: 2%
  }

  #page-container .hidden-tablet {
    display: none
  }

  #sale-description.sale-light-opened .btn-container {
    width: 22%
  }
}

@media only screen and (min-width: 1025px) {
  #sale-light-derived-block .sale .hotel-name, #sale-light-derived-block .sale .sale-time-remaining {
    display: inline-block
  }

  #sale-light-derived-block .sale, #sale-light-derived-block .sale .sale-figure {
    position: relative
  }

  #sale-light-derived-block .sale .sale-figure {
    max-height: 244px;
    overflow: hidden
  }

  #sale-light-derived-block .sale i.line-icon-clock {
    color: #666;
    margin-right: 5px
  }

  #page-container .hidden-desktop {
    display: none
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #sale-light-derived-block .sale .hotel-name, #sale-light-derived-block .sale .sale-time-remaining {
    display: none
  }

  #sale-light-derived-block .sale .sale_content i.line-icon-clock {
    color: #666
  }

  #sale-light-derived-block .ribbon {
    max-height: 66px;
    min-height: 66px;
    height: 66px
  }

  #sale-light-derived-block .sale .sale-name {
    font-size: 14px
  }

  #sale-light-derived-block .sale .hotel-name, #sale-light-derived-block .sale .sale-name {
    font-weight: 600
  }

  #sale-light-derived-block .sale .sale-destination, #sale-light-derived-block .sale .sale-name {
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 19px
  }
}

@media only screen and (max-width: 1024px) {
  #sale-light-derived-block .sale .hotel-name {
    display: none
  }

  #sale-light-derived-block .ribbon {
    max-height: 66px;
    min-height: 66px;
    height: 66px
  }

  #sale-light-derived-block .sale .hotel-name, #sale-light-derived-block .sale .sale-name {
    font-weight: 400
  }

  #sale-light-derived-block .sale .sale-destination, #sale-light-derived-block .sale .sale-name {
    font-size: 14px;
    white-space: nowrap;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 19px
  }

  #sale-light-derived-block .sale .sale_content {
    width: 78%
  }

  #sale-light-derived-block .sale.next a.next-sale-btn {
    top: unset;
    bottom: 85px
  }

  #sale-light-derived-block .sale, #sale-light-derived-block .sale-figure {
    position: relative
  }

  #sale-light-derived-block .sale .sale_content i.line-icon-clock {
    color: #666
  }

  #sale-light-derived-block .sale i.line-icon-clock {
    margin-right: 0;
    font-size: 12px
  }
}

@media only screen and (max-width: 767px) {
  #sale-light-derived-block .sale .sale_content {
    width: 68%
  }

  #sale-light-derived-block .offers-header span.sidebarTitle {
    display: none
  }

  #sale-description .sale-percent .offer-price-tag-middle .ribbon-txt-2, .catalog .sale-sell-favorite-share .catalog-title {
    font-size: 5vw
  }

  #sale-description .sale-percent .offer-price-tag-middle .ribbon-txt-5 {
    padding: 0
  }
}

.preview-overaly {
  background-color: #ccc;
  height: 100%;
  opacity: .6;
  position: fixed;
  width: 100%;
  z-index: 99999
}

.last-places {
  color: #f99c45;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase
}

.offer-box .soldout-sale-figure {
  top: 0;
  left: 0;
  position: absolute;
  width: 42%
}

.offer-box .overlay {
  background-color: #eaeaea;
  height: 100%;
  width: 100%;
  opacity: .5;
  position: absolute;
  z-index: 9999
}

.offer-box .last-places.hide, .offer-box .overlay.hide, .offer-box figure.hide, .participants-section-body .selectricItems li:first-child, .section-datedepart .selectricItems li:first-child, .section-transport .selectricItems li:first-child {
  display: none
}

.offer-box .submit-offer-disabled, .offer-box .submit-offer-disabled:hover {
  background-color: #555
}

#price-stack .price-type-details, #price-stack .price-type span {
  display: block
}

#sale-light-derived-block .sale img {
  width: 100%;
  height: auto
}

#sale-light-derived-block .sale .sale-figure {
  background: url("statics/images/visual/load-img.png") no-repeat 0 0
}

#sale-light-derived-block .sale .sale-image {
  background: no-repeat 0 0
}

#sale-light-derived-block .sale .sale_content i.line-icon-clock {
  font-size: 14px
}

#sale-light-derived-block .sale i.line-icon-clock {
  margin-right: 5px
}

#sale-light-derived-block .sale .sale_content {
  width: 78%;
  float: left;
  background: #fff;
  padding: 12px 0 12px 2%;
  line-height: 1.2em;
  height: 100%;
  min-height: 56px;
  max-height: 56px
}

#sale-light-derived-block .sale .sale-destination, #sale-light-derived-block .sale .sale-name {
  padding: 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 17px
}

#sale-light-derived-block .sale .hotel-name, #sale-light-derived-block .sale .sale-name, #sale-light-derived-block .sale .sale-time-remaining {
  font-size: 14px;
  font-family: Source Sans Pro, sans-serif;
  color: #666;
  display: inline-block;
  width: 100%
}

#sale-light-derived-block .sale .sale-time-remaining {
  font-size: 12px
}

#sale-light-derived-block .sale .sale-name {
  height: auto
}

#sale-light-derived-block .sale .sale-destination {
  display: inline-block;
  font-size: 16px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  color: #1d1d1d;
  width: 97.9591836734694%;
  margin-bottom: 5px
}

#sale-light-derived-block .sale .hotel-name, #sale-light-derived-block .sale .sale-time-remaining {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px
}

#sale-light-derived-block .sale .sale_price_separator {
  width: 2%;
  background: #666;
  height: 60px;
  float: left;
  margin: 4px 0
}

#sale-light-derived-block .sale .sale_price {
  width: 20%;
  background: #fff;
  float: left;
  height: 100%;
  min-height: 66px;
  max-height: none;
  padding: 0
}

#sale-light-derived-block .sdv-section .container_12 .sale-article {
  margin-bottom: 20% !important
}

#sale-light-derived-block .sale .ribbon {
  max-height: 80px;
  min-height: 80px;
  height: 80px;
  border-left: 1px solid #e6e6e6;
  width: 100%
}

#sale-light-derived-block .ribbon-content .ribbon-txt-2, #sale-light-derived-block .ribbon-content .ribbon-txt-3, #sale-light-derived-block .ribbon-content .ribbon-txt-3.medium_text {
  font-size: 28px;
  line-height: 23px;
  font-weight: 400
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-light-derived-block .ribbon-content .ribbon-txt-2, #sale-light-derived-block .ribbon-content .ribbon-txt-3, #sale-light-derived-block .ribbon-content .ribbon-txt-3.medium_text {
    font-size: 19px
  }
}

#sale-light-derived-block .ribbon-content .ribbon-txt-4 {
  font-size: 14px;
  text-transform: uppercase
}

#sale-light-derived-block .sale.next a {
  background: #666;
  padding: 0;
  cursor: pointer
}

#sale-light-derived-block .sale.next .sale-bottom {
  border-top-color: #000;
  padding: 5px 0 7px;
  margin: 0
}

#sale-light-derived-block .sale.next a.next-sale-btn {
  position: absolute;
  right: 5px;
  float: none;
  display: inline-block;
  width: auto;
  background: none repeat scroll 0 0
}

#sale-light-derived-block .sale.next a.next-sale-btn span.btn {
  font-size: 14px;
  padding: 0 15px;
  background: rgba(189, 19, 67, .8)
}

#sale-light-derived-block .sale.next .sale_price_separator {
  width: 2%;
  background: #d6d6d6;
  float: left;
  margin: 4px 0
}

#sale-light-derived-block .ribbon {
  display: table;
  text-align: center;
  margin: 0 auto;
  color: #bd1343;
  max-height: 70px;
  min-height: 70px;
  width: 98%;
  height: 70px
}

#sale-light-derived-block .ribbon-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

#sale-light-derived-block .ribbon-content .ribbon-txt-1 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin: 0;
  padding-right: 5px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-light-derived-block .ribbon-content .ribbon-txt-1 {
    display: block
  }
}

#sale-light-derived-block .ribbon-content .ribbon-txt-2 {
  line-height: 18px;
  font-weight: 400;
  margin: 0
}

#sale-light-derived-block .ribbon-content .ribbon-txt-2.small_text {
  font-size: 17px
}

#sale-light-derived-block .ribbon-content .ribbon-txt-3.small_text {
  font-size: 13px
}

#sale-light-derived-block .ribbon-content .ribbon-txt-4 {
  line-height: 40px;
  font-weight: 400;
  margin: 0
}

#sale-light-derived-block .ribbon-content .ribbon-txt-5 {
  font-size: 12px;
  display: block;
  line-height: 14px;
  font-weight: 400;
  margin: 0
}

#sale-light-derived-block .ribbon-black {
  background-color: #000
}

#sale-light-derived-block .derived .ribbon-txt-2, #sale-light-derived-block .ribbon-content .ribbon-txt-2, #sale-light-derived-block .ribbon-content .ribbon-txt-3, #sale-light-derived-block .ribbon-content .ribbon-txt-3.medium_text {
  font-size: 1.5em;
  line-height: 24px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-light-derived-block .derived .ribbon-txt-2, #sale-light-derived-block .ribbon-content .ribbon-txt-2, #sale-light-derived-block .ribbon-content .ribbon-txt-3, #sale-light-derived-block .ribbon-content .ribbon-txt-3.medium_text {
    display: block;
    font-size: 19px
  }
}

#sale-light-derived-block .sale .cta-container {
  position: absolute;
  left: 50%;
  bottom: 10px
}

#sale-light-derived-block .sale .cta {
  font-size: 14px;
  background: #bd1343;
  opacity: 1%;
  position: relative;
  left: -50%
}

#sale-light-derived-block .sale .cta:hover {
  opacity: 1%
}

#price-stack .vp-fixed.block-details-double {
  background: none
}

#price-stack .price-stack-body {
  padding-bottom: 5px;
  background: #fff
}

#sale-container-right .help {
  margin-top: 10px
}

#popupCP {
  max-width: 100%;
  padding: 1px 20px
}

.expert .phone-widget {
  margin-left: 55px
}

#gMap3-overlay {
  z-index: 10000
}

.nativeapp #back-showroom, .nativeapp #sale-description, .nativeapp #slider-mobile-bottom {
  display: none
}

.nativeapp .sale-archive #sale-description, .nativeapp .sale-archive #slider-mobile-bottom, .nativeapp .sale-archive #slider-sale {
  display: block
}

#mapContainerElement .title {
  border-top: none;
  padding: 0;
  margin: 0
}

#mapContainerElement .cluster > div {
  font-size: 13px !important
}

.flexSideBar {
  display: -webkit-flex;
  display: flex
}

@media only screen and (min-width: 1025px) {
  .sideBarBlock {
    position: relative;
    height: 100%;
    z-index: 2147483647;
    background: #fff
  }

  .sideBarBlock .nearHotel {
    height: 25px;
    width: 190px;
    left: 120px;
    top: 140px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    color: #1d1d1d;
    padding: 40px 0 23px 20px
  }

  .sideBarBlock .nearSale {
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    padding: 25px 0 15px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
  }

  .sideBarBlock .separator {
    margin: 0 0 28px 20px
  }
}

.relativeContent {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex
}

.Mapbox .marker {
  left: 3px
}

.Mapbox .marker.cluster span {
  position: absolute;
  left: 25%;
  right: 25%;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: 64px;
  color: #000
}

.Mapbox .marker .isNext {
  opacity: .7
}

.Mapbox .mapboxgl-ctrl-style button {
  width: 80px;
  display: inline-block;
  color: #000
}

.Mapbox .mapboxgl-ctrl-style button.active {
  font-weight: 600
}

.Mapbox .mapboxgl-ctrl-style button + button {
  border-top: none;
  border-left: 1px solid #ddd
}

.Mapbox .mapboxgl-ctrl-bottom-right {
  display: none
}

.Mapbox .mapboxgl-popup {
  z-index: 100000
}

@media only screen and (min-width: 1025px) {
  .Mapbox .mapboxgl-interest-point {
    left: -3px
  }
}

@media only screen and (max-width: 1024px) {
  .Mapbox .mapboxgl-interest-point, .Mapbox .mapboxgl-pin {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 1000000
  }
}

.Mapbox .mapboxgl-popup-content {
  padding: 0 0 10px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .12), 0 10px 10px -5px rgba(0, 0, 0, .15);
  border-radius: 2px
}

.Mapbox .mapboxgl-popup-content .map-tooltip.specific-not-near {
  padding: 10px 10px 0
}

.Mapbox .mapboxgl-popup-content .map-tooltip .map-title {
  font-size: 15px
}

.Mapbox .mapboxgl-popup-content .map-tooltip .map-subtitle {
  font-size: 13px
}

.Mapbox .mapboxgl-popup-content .map-tooltip .space-around {
  padding: 10px 0
}

.Mapbox .mapboxgl-popup-content .map-tooltip .ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.Mapbox .mapboxgl-popup-content .map-tooltip .map-sale .sale-time-remaining {
  font-size: 14px
}

.Mapbox .mapboxgl-popup-content .map-tooltip .map-sale .icon-fav {
  font-size: 15px !important
}

.Mapbox .mapboxgl-popup-content .map-tooltip .map-sale .ribbon-content {
  font-size: 12px !important
}

.Mapbox .mapboxgl-popup-content .map-tooltip .map-offers .block-durations-container {
  font-size: 11px !important
}

.Mapbox .mapboxgl-popup-content .map-tooltip .map-offers .offers-subdetail {
  font-size: 10.5px !important
}

.Mapbox .mapboxgl-popup-content .map-tooltip .map-offers .sale-button {
  font-size: 15px !important
}

.Mapbox .distanceOrCategory {
  position: absolute;
  top: 10px;
  left: 14px;
  border-radius: 2px;
  background-color: #1d1d1d;
  color: #fff;
  padding: 7px 8px;
  opacity: .95;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center
}

.Mapbox .distanceOrCategory__mapSDV {
  background-color: #fff;
  color: #1d1d1d
}

@media only screen and (max-width: 1024px) {
  .Mapbox .distanceOrCategory {
    position: -webkit-sticky;
    position: sticky;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
    left: 20px
  }
}

@media only screen and (max-width: 1024px) {
  .Mapbox .no-image-block {
    margin-top: 124px
  }
}

.Mapbox .closeMapPoint {
  padding: 0;
  position: absolute;
  top: 0;
  font-size: 20px;
  color: #fff
}

@media only screen and (min-width: 1025px) {
  .Mapbox .closeMapPoint {
    right: 10px;
    top: 10px
  }
}

.Mapbox .closeMap {
  padding: 10px 10px 8px;
  background: rgba(0, 0, 0, .2);
  border-radius: 2px
}

.Mapbox .closeMap:hover {
  transition: all .5s ease;
  background: rgba(0, 0, 0, .3)
}

.z-index-max {
  z-index: 1000
}

.preview-arrow {
  left: 10px;
  top: 10px;
  border-radius: 2px;
  padding: 15px 17px 13px;
  position: absolute;
  background-color: rgba(29, 29, 29, .3)
}

.preview-arrow .line-icon-arrow-left {
  font-size: 23px;
  color: #fff
}

@media only screen and (min-width: 1025px) {
  .sideBarBlock {
    position: relative;
    width: 365px;
    height: 100%;
    z-index: 100000000000
  }

  .sideBarBlock .nearHotel {
    height: 25px;
    width: 190px;
    left: 120px;
    top: 140px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    color: #1d1d1d;
    padding: 40px 0 23px 20px
  }

  .sideBarBlock .separator {
    height: 3px;
    width: 20px;
    left: 120px;
    top: 188px;
    display: block;
    background-color: #bd1343;
    margin: 0 0 28px 20px
  }
}

@media only screen and (min-width: 1025px) {
  .sizingSideBarList {
    position: absolute;
    height: calc(100% - 120px);
    z-index: 100000000000;
    background: #fff;
    margin: 0 20px;
    display: inline-block
  }
}

@media only screen and (max-width: 1024px) {
  .sizingSideBarList {
    position: absolute;
    border-top: 1px solid #e6e6e6;
    bottom: 30px
  }
}

.scrollableSideBar {
  height: 100%;
  width: 345px;
  z-index: 10000;
  overflow-y: scroll;
  scroll-padding: 0 0 0 0;
  -webkit-scroll-snap-type: both mandatory;
  -ms-scroll-snap-type: both mandatory;
  scroll-snap-type: both mandatory
}

@media only screen and (max-width: 1024px) {
  .scrollableSideBar {
    overflow-x: scroll;
    overflow-y: unset;
    display: -webkit-flex;
    display: flex;
    width: 100vw;
    scroll-padding: 0 0 0 6%
  }
}

@media only screen and (max-width: 1024px) {
  .scrollableSideBar::-webkit-scrollbar {
    display: none
  }
}

.scrollableSideBar.safari {
  position: relative
}

.frameBlockContent:hover {
  border: 1px solid #1d1d1d
}

.activeBlockContent {
  border: 2px solid #9b9b9b !important
}

.frameBlockContent, .spaceMobSideBar {
  scroll-margin-block: 0;
  scroll-padding-block: 0;
  scroll-snap-align: start;
  scroll-snap-stop: revert
}

.frameBlockContent {
  z-index: 100000;
  height: 98px;
  width: 318px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: -webkit-flex;
  display: flex
}

@media only screen and (min-width: 1025px) {
  .frameBlockContent {
    left: 20px;
    top: 20px;
    margin-bottom: 10px
  }
}

@media only screen and (max-width: 1024px) {
  .frameBlockContent {
    background-color: #fff;
    margin: 12px;
    position: relative;
    float: left
  }
}

.frameBlockContent .textSideBarBlock {
  width: 215px
}

.frameBlockContent .nameSideBarBlock {
  height: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1d1d1d;
  padding: 32.5px 0 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden
}

.frameBlockContent .distanceSideBarBlock {
  height: 15px;
  width: 185px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: left;
  color: #666;
  padding: 0 0 32.5px 20px
}

.frameBlockContent .iconCategoryInterestPoint {
  margin: auto;
  width: 100px;
  text-align: center
}

.frameBlockContent .imageCategorySideBarBlock {
  text-align: center;
  width: 105px
}

#mapContainerElement .map-tooltip {
  color: #1d1d1d;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600
}

#mapContainerElement .map-tooltip .tooltip-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px
}

#mapContainerElement .map-tooltip .tooltip-title i {
  font-size: 14px;
  padding-right: 5px
}

#mapContainerElement .map-tooltip .tooltip-address {
  font-size: 12px
}

#mapContainerElement .map-tooltip .separator {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #bd1343;
  margin: 10px 0 5px
}

.userSelectZone {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: default
}

.map-tooltip-clearfix {
  color: #1d1d1d;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  width: 300px
}

@media only screen and (max-width: 1024px) {
  .map-tooltip-clearfix {
    width: 100vw;
    height: 100vh
  }
}

.map-tooltip-clearfix .tooltip-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  margin-bottom: 10px
}

.map-tooltip-clearfix .tooltip-title i {
  font-size: 14px;
  padding-right: 5px
}

.map-tooltip-clearfix .tooltip-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #666;
  margin-bottom: 10px
}

.map-tooltip-clearfix .tooltip-address {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #666;
  margin-bottom: 10px
}

.map-tooltip-clearfix .tooltip-address i {
  font-size: 14px;
  margin-right: 6px
}

.map-tooltip-clearfix .interest-point-line-icon-times {
  color: #1d1d1d
}

.map-tooltip-clearfix .separator {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #bd1343;
  margin: 10px 0 5px
}

.mapContainer {
  height: 100%;
  position: relative
}

@media only screen and (max-width: 1024px) {
  .mapContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000
  }
}

.mapContainer .mapContainerWithClose {
  height: 100%
}

@media only screen and (max-width: 1024px) {
  .mapContainer .mapContainerWithClose {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto
  }
}

.mapContainer .mapContainerWithClose .close {
  background-color: rgba(0, 0, 0, .6);
  cursor: pointer;
  padding: 18px;
  position: absolute;
  right: 10px;
  top: 10px
}

@media only screen and (max-width: 1024px) {
  .mapContainer .mapContainerWithClose .close {
    z-index: 10002
  }
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  height: 450px;
  float: left;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.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-slide .caption {
  max-width: 420px;
  padding: 20px 15px;
  color: #000;
  font-style: italic
}

.slick-slide .caption p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-next, .slick-prev {
  z-index: 1;
  position: absolute;
  display: block;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
  height: 40px;
  margin-top: -20px;
  width: 40px;
  line-height: 40px;
  font-size: 25px
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  opacity: 1;
  outline: none;
  background: #1d1d1d;
  color: 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: .25
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: 0
}

[dir=rtl] .slick-prev {
  left: auto;
  right: 0
}

.slick-prev:before {
  content: "\E60B";
  font-family: vpgseticon
}

[dir=rtl] .slick-prev:before {
  content: "\E60A"
}

.slick-next {
  right: 0
}

[dir=rtl] .slick-next {
  left: 0;
  right: auto
}

.slick-next:before {
  content: "\E60A";
  font-family: vpgseticon
}

[dir=rtl] .slick-next:before {
  content: "\E60B"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}

.slick-dots li, .slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

#PPslider {
  width: 1024px;
  max-width: 100vw;
  margin-left: -22px;
  padding: 0;
  overflow: hidden
}

@media only screen and (max-width: 1024px) {
  #PPslider {
    margin: 0;
    max-width: 100vw
  }
}

@media only screen and (max-width: 767px) {
  #PPslider {
    height: 395px
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #PPslider {
    height: 191px
  }
}

@media only screen and (min-width: 1025px) {
  #PPslider .slick-slider {
    height: 523px
  }
}

#PPslider .slick-slider article figure img {
  pointer-events: none
}

#PPslider .slide-description, #PPslider .slide-description-mosaic {
  position: absolute;
  bottom: 0;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: auto;
  max-width: 60%;
  max-width: calc(100% - 407px);
  height: 45px;
  line-height: 45px;
  margin: 15px 0 15px 20px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: left;
  z-index: 999
}

#PPslider .slide-description-mosaic .number-legend, #PPslider .slide-description .number-legend {
  font-size: 14px;
  font-weight: 700;
  font-family: Source Sans Pro, Times, serif;
  font-style: normal
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #PPslider .slide-description, #PPslider .slide-description-mosaic {
    max-width: 54%;
    margin: 11px 15px;
    height: 48px
  }
}

@media only screen and (max-width: 767px) {
  #PPslider .slide-description, #PPslider .slide-description-mosaic {
    display: none !important
  }
}

@media only screen and (min-width: 768px) {
  #PPslider .slide-description-mosaic .slide-pagination, #PPslider .slide-description .slide-pagination {
    font-weight: 600
  }

  #PPslider .slide-description-mosaic .slide-pagination:after, #PPslider .slide-description .slide-pagination:after {
    content: "-";
    padding: 0 10px
  }
}

#PPslider .slide-description-mosaic .slide-pagination i, #PPslider .slide-description .slide-pagination i {
  font-size: 20px
}

#PPslider .slide-description-mosaic .image-description, #PPslider .slide-description .image-description {
  line-height: 16px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic
}

@media only screen and (max-width: 767px) {
  #PPslider .slide-description-mosaic .image-description, #PPslider .slide-description .image-description {
    display: block
  }
}

#PPslider .slide-description-mosaic {
  margin-left: 100px;
  cursor: pointer
}

#PPslider .slick-slide {
  position: relative;
  height: auto;
  text-align: center;
  overflow: hidden
}

@media only screen and (min-width: 1025px) {
  #PPslider .slick-slide {
    height: 523px
  }
}

#PPslider .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

#PPslider .slick-arrow {
  line-height: 0;
  height: 54px;
  width: 54px;
  background-color: rgba(0, 0, 0, .3);
  margin-top: 0;
  position: absolute;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  padding: 11px;
  border-radius: 2px;
  gap: 10px;
  margin: 10px;
  transition: background-color .3s ease
}

@media only screen and (max-width: 767px) {
  #PPslider .slick-arrow {
    top: 50vh
  }
}

#PPslider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, .5) !important
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #PPslider .slick-arrow {
    top: 50%
  }
}

#PPslider .slick-arrow:before {
  opacity: 1;
  font-size: 32px;
  font-family: VP-Icon-Line, sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#PPslider .slick-arrow.slick-prev {
  padding-left: 10px;
  text-align: left;
  left: 0;
}

#PPslider .slick-arrow.slick-prev:before {
  content: "\E91B"
}

#PPslider .slick-arrow.slick-next {
  padding-right: 10px;
  text-align: right;
  right: 0;
}

#PPslider .slick-arrow.slick-next:before {
  content: "\E91C"
}

#PPslider .indent-alt {
  text-indent: -9999px
}

#PPslider .slick-dots {
  top: 0;
  height: 20px;
  display: none !important
}

@media only screen and (max-width: 767px) {
  #PPslider .slick-dots {
    display: block !important;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .3));
    height: 64px;
    top: 0;
    padding: 15px
  }
}

#PPslider .slick-dots li {
  margin: 0;
  width: 15px
}

#PPslider .slick-dots li.hide {
  visibility: hidden
}

#PPslider .slick-dots li button:before {
  font-size: 25px;
  color: #fff;
  transition: all .5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

#PPslider .slick-dots li.little button:before {
  -webkit-transform: scale(.7);
  transform: scale(.7);
  color: #fff;
  transition: all .5s ease
}

#PPslider .slick-dots li.scale-hidden {
  display: none
}

#PPslider .slick-dots li.scale-hidden button:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .5s ease
}

#PPslider .slick-dots li.slick-active button:before {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  color: #fff;
  transition: all .5s ease
}

#FSslider {
  position: relative
}

#FSslider .slick-slider {
  transition-property: all;
  transition-delay: 0s;
  transition-duration: .1s;
  transition-timing-function: linear
}

#turn-your-phone {
  display: none
}

#FSslider.open {
  transition-property: all;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-timing-function: linear;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  z-index: 2000;
  top: 0
}

#FSslider.open .content-slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

#FSslider.open .slick-slider {
  transition: none;
  width: 100%
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #FSslider.open #turn-your-phone {
    display: block;
    text-align: center;
    margin-top: -25%;
    font-size: 36px;
    color: #fff;
    opacity: .6;
    transition: opacity .5s linear
  }

  #FSslider.open #turn-your-phone.hide {
    opacity: 0
  }
}

#FSslider.open .close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  z-index: 1000
}

#FSslider.open .close i:before {
  text-shadow: 0 2px 4px rgba(0, 0, 0, .7)
}

#FSslider.open #fs-slide-description {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 16px;
  color: #fff
}

#FSslider.open #fs-slide-description .slide-pagination {
  font-weight: 600;
  margin-bottom: 5px
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #FSslider.open #fs-slide-description .slide-pagination {
    display: block
  }
}

#FSslider.open #fs-slide-description .image-description {
  margin-left: 10px;
  font-style: italic
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #FSslider.open #fs-slide-description .image-description {
    display: block;
    margin-left: 0
  }
}

#FSslider.open #mask {
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
  position: absolute;
  bottom: 0
}

#FSslider.open .slick-dots {
  display: none !important
}

#FSslider.open .slick-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100vw;
  height: 100vh;
  max-height: -webkit-fill-available
}

#FSslider.open .slick-slide .slide-description {
  display: none
}

#slider-mobile-bottom > div {
  padding-bottom: 15px
}

#slider-mobile-bottom i {
  vertical-align: bottom;
  margin-right: 5px;
  font-weight: 600
}

#slider-mobile-bottom i.line-icon-clock {
  font-weight: 400
}

#slider-mobile-bottom .sale-favorite {
  margin-right: 0
}

.sale-share-fav {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 0;
  color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-share-fav {
    top: 15px;
    right: 15px
  }
}

@media only screen and (max-width: 767px) {
  .sale-share-fav {
    top: 5px;
    right: 20px;
    /*        margin-right:-50px;*/
  }

  .tooltip:after, [data-tooltip]:after {
    display: none;
  }
}

.sale-share-fav > * {
  float: left;
  margin-left: 20px;
  background: rgba(0, 0, 0, .3);
  padding: 12px 10px !important;
  height: 54px;
  width: 54px;
  text-align: center;
  border-radius: 2px;
  transition: background-color .3s ease
}

.sale-share-fav > :hover {
  background-color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width: 767px) {
  .sale-share-fav > * {
    background: none;
    margin: 0;
    padding: 5px 0 0 !important;
    width: 40px
  }
}

.sale-share-fav > * [data-tooltip]:after, .sale-share-fav > * [data-tooltip]:before {
  bottom: 90%
}

.sale-share-fav button {
  color: #fff
}

.sale-share-fav .sale-share {
  position: relative
}

.sale-share-fav .sale-share i {
  font-size: 25px
}

.sale-share-fav .sale-favorite {
  padding-top: 15px !important
}

@media only screen and (max-width: 767px) {
  .sale-share-fav .sale-favorite {
    padding-top: 5px !important
  }
}

.sale-share-fav .sale-favorite i {
  font-size: 25px
}

.sale-share-fav .sale-favorite:before {
  margin-left: 30px
}

#left-panel, #sale-banner {
  margin-top: 20px
}

@media only screen and (max-width: 1024px) {
  #sale-banner {
    margin-top: 0
  }
}

#sale-banner #slider-sale {
  border: 0 !important
}

.sale-title {
  color: #1d1d1d
}

.sale-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700
}

.sale-title h1 {
  font-size: 20px;
  margin-top: 5px
}

@media only screen and (max-width: 767px) {
  .sale-title h1 {
    font-size: 18px;
    line-height: 18px
  }
}

#sale-description .sale-time-price, #slider-mobile-bottom .sale-time-price {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 20px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-description .sale-time-price, #slider-mobile-bottom .sale-time-price {
    padding-right: 10px
  }
}

@media only screen and (max-width: 767px) {
  #sale-description .sale-time-price, #slider-mobile-bottom .sale-time-price {
    width: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
    color: #fff !important;
    padding: 10px;
    height: 45px
  }
}

#sale-description .sale-time-remaining, #slider-mobile-bottom .sale-time-remaining {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  height: 100%;
  color: #1d1d1d
}

@media only screen and (max-width: 767px) {
  #sale-description .sale-time-remaining, #slider-mobile-bottom .sale-time-remaining {
    color: #fff;
    line-height: 12px;
    position: relative
  }
}

#sale-description .sale-time-remaining i, #slider-mobile-bottom .sale-time-remaining i {
  margin: 0 10px 0 -5px;
  font-size: 22px
}

@media only screen and (max-width: 767px) {
  #sale-description .sale-time-remaining i, #slider-mobile-bottom .sale-time-remaining i {
    font-size: 19px;
    float: left;
    font-weight: 100;
    margin: 0 5px 0 0
  }
}

#sale-description .sale-time-remaining .sale-schedule, #slider-mobile-bottom .sale-time-remaining .sale-schedule {
  display: block;
  float: left;
  margin-top: 0
}

#sale-description .sale-time-remaining .sale-schedule > *, #slider-mobile-bottom .sale-time-remaining .sale-schedule > * {
  display: block
}

#sale-description .sale-time-remaining .time, #slider-mobile-bottom .sale-time-remaining .time {
  font-weight: 600;
  font-size: 16px
}

@media only screen and (max-width: 767px) {
  #sale-description .sale-time-remaining .time, #slider-mobile-bottom .sale-time-remaining .time {
    font-size: 14px
  }
}

#sale-description .sale-time-remaining .time-notice, #slider-mobile-bottom .sale-time-remaining .time-notice {
  color: #666;
  font-size: 12px;
  line-height: 15px
}

@media only screen and (max-width: 767px) {
  #sale-description .sale-time-remaining .time-notice, #slider-mobile-bottom .sale-time-remaining .time-notice {
    color: #fff;
    font-size: 11px
  }
}

#sale-description .offer-price-tag-middle, #slider-mobile-bottom .offer-price-tag-middle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 1024px) {
  #sale-description .offer-price-tag-middle, #slider-mobile-bottom .offer-price-tag-middle {
    text-align: center
  }
}

#sale-description .offer-price-tag-middle .ribbon-content > span, #slider-mobile-bottom .offer-price-tag-middle .ribbon-content > span {
  display: inline !important;
  color: #bd1343 !important;
  font-size: 14px !important
}

@media only screen and (max-width: 767px) {
  #sale-description .offer-price-tag-middle .ribbon-content > span, #slider-mobile-bottom .offer-price-tag-middle .ribbon-content > span {
    color: #fff !important
  }
}

@media only screen and (max-width: 767px) {
  #sale-description .offer-price-tag-middle .ribbon-content .label, #slider-mobile-bottom .offer-price-tag-middle .ribbon-content .label {
    font-size: 11px !important;
    font-weight: 700
  }
}

#sale-description .offer-price-tag-middle .ribbon-content .price.ribbon-txt-2, #sale-description .offer-price-tag-middle .ribbon-content .price.ribbon-txt-3, #slider-mobile-bottom .offer-price-tag-middle .ribbon-content .price.ribbon-txt-2, #slider-mobile-bottom .offer-price-tag-middle .ribbon-content .price.ribbon-txt-3 {
  font-weight: 700;
  font-size: 16px !important
}

#sale-description .offer-price-tag-middle .ribbon-content .price.exclusive, #slider-mobile-bottom .offer-price-tag-middle .ribbon-content .price.exclusive {
  text-transform: uppercase;
  font-weight: 600
}

@media only screen and (max-width: 767px) {
  #sale-description .offer-price-tag-middle, #slider-mobile-bottom .offer-price-tag-middle {
    height: 44px;
    width: auto;
    max-width: 50%;
    padding: 10px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #bd1343
  }
}

#sale-description .offer-price-tag-middle .tooltip-info, #slider-mobile-bottom .offer-price-tag-middle .tooltip-info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-description .offer-price-tag-middle .tooltip-info, #slider-mobile-bottom .offer-price-tag-middle .tooltip-info {
    line-height: 10px
  }
}

#sale-description .offer-price-tag-middle .tooltip-info i, #slider-mobile-bottom .offer-price-tag-middle .tooltip-info i {
  color: #bd1343;
  font-size: 22px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-description .offer-price-tag-middle .tooltip-info i, #slider-mobile-bottom .offer-price-tag-middle .tooltip-info i {
    font-size: 16px;
    margin-left: 0
  }
}

@media only screen and (max-width: 767px) {
  #sale-description .offer-price-tag-middle .tooltip-info i, #slider-mobile-bottom .offer-price-tag-middle .tooltip-info i {
    color: #fff;
    font-size: 18px
  }
}

#sale-description .offer-price-tag-middle .tooltip-info i:before, #slider-mobile-bottom .offer-price-tag-middle .tooltip-info i:before {
  cursor: pointer
}

#sale-description .offer-price-tag-middle .tooltip-info:before, #slider-mobile-bottom .offer-price-tag-middle .tooltip-info:before {
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 5px;
  bottom: 0;
  border: 5px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  box-shadow: -4px 4px 6px rgba(0, 0, 0, .2);
  left: 50%;
  transition: none !important;
  margin-top: 4px
}

#sale-description .offer-price-tag-middle .tooltip-info:after, #slider-mobile-bottom .offer-price-tag-middle .tooltip-info:after {
  text-align: left;
  color: #1d1d1d;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  margin-bottom: -30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
  transition: none !important;
  margin-left: -90px
}

@media only screen and (max-width: 1150px) {
  #sale-description .offer-price-tag-middle .tooltip-info:after, #slider-mobile-bottom .offer-price-tag-middle .tooltip-info:after {
    margin-left: 0;
    left: auto;
    right: 0
  }
}

.sale-map {
  font-weight: 700;
  color: #bd1343;
  border: 0;
  cursor: pointer
}

@media only screen and (max-width: 1024px) {
  .sale-map {
    margin-right: 10px
  }
}

.sale-map span {
  text-decoration: underline
}

.sale-map i {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle
}

@media only screen and (min-width: 1025px) {
  .modal--map .modal-dialog {
    width: 93%;
    height: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin: 0 auto
  }
}

.modal--map div {
  border-radius: 2px
}

@media only screen and (min-width: 1025px) {
  .modal--map .modal-content .close {
    padding: 0;
    position: absolute;
    top: -24px;
    font-size: 14px;
    color: #fff
  }

  .modal--map .modal-content .close i, .modal--map .modal-content .close span {
    font-weight: 700;
    line-height: 17px
  }

  .modal--map .modal-content .close i {
    vertical-align: middle
  }
}

@media only screen and (max-width: 1024px) {
  .fullscreen-modal {
    margin: 0 !important;
    height: 100%
  }

  .fullscreen-modal .close {
    z-index: 100000 !important
  }

  .fullscreen-modal .hideArrow {
    z-index: 1 !important
  }
}

.preview-arrow-mobile {
  left: 10px;
  top: 10px;
  border-radius: 2px;
  padding: 15px 17px 13px;
  position: absolute;
  background-color: rgba(29, 29, 29, .3)
}

.preview-arrow-mobile .line-icon-arrow-left {
  font-size: 23px;
  color: #fff
}

.modal-backdrop {
  opacity: .85
}

#sale-banner {
  position: relative
}

#sale-banner .sale-helmet-left {
  padding: 20px 24px 20px 0
}

@media only screen and (min-width: 1025px) {
  #sale-banner .sale-helmet-left {
    width: 628px;
    height: 125px;
    padding-right: 10px
  }

  .event #sale-banner .sale-helmet-left {
    height: 161px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-banner .sale-helmet-left {
    background: #fff;
    padding-right: 44%;
    padding-left: 20px
  }
}

@media only screen and (max-width: 767px) {
  #sale-banner .sale-helmet-left {
    padding-left: 15px
  }
}

#sale-banner .sale-helmet-left__links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width: 1024px) {
  #sale-banner .sale-helmet-left__links {
    margin-top: 15px;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

@media only screen and (min-width: 1025px) {
  #sale-banner .sale-helmet-left__links {
    position: absolute;
    bottom: 15px
  }
}

#sale-banner .sale-helmet-left .label-tag {
  margin-bottom: 10px
}

.sale-helmet-offer-bloc {
  margin-top: -60px
}

.sale-helmet-right {
  z-index: 1;
  position: absolute;
  right: 0;
  height: 60px;
  width: 35.894736842%;
  float: right
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-helmet-right {
    width: calc(43% - 13px);
    right: 10px
  }
}

@media only screen and (max-width: 767px) {
  .sale-helmet-right {
    width: 100%;
    height: 45px;
    margin-top: -45px
  }
}

.sale-helmet-right .sale-closed {
  color: #1d1d1d;
  font-size: 16px;
  height: 54px;
  width: 100%;
  text-align: center;
  display: block
}

.sale-helmet-right .cta-pink {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #bd1343;
  font-size: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  height: 54px;
  border-radius: 2px
}

.closed-sale .sale-helmet-right {
  margin-top: 0;
  line-height: 50px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .closed-sale .sale-helmet-right {
    padding-right: 10px;
    width: calc(43% - 11px)
  }
}

.label-tag {
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  width: auto;
  border-radius: 2px;
  padding: 0 10px;
  display: inline-block
}

#slider-mobile-bottom .slick-dots {
  top: 15px !important
}

#slider-mobile-bottom > div {
  padding: 10px 10px 5px
}

.has-overlay > body {
  height: 100%
}

.semantic-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  color: #1d1d1d;
  line-height: 1.3;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.open-modal.semantic-content:target {
  opacity: 1
}

.open-modal.is-active.semantic-content, .open-modal.semantic-content:target {
  display: block
}

.semantic-content .modal-inner {
  position: absolute;
  top: 15%;
  left: 50%;
  z-index: 20;
  margin-left: -390px;
  width: 750px;
  overflow-x: hidden;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px #4d4d4d
}

.semantic-content .modal-inner em {
  color: #e3262e;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-family: Georgia, Times New Roman, Times, serif
}

#modal-trailer.semantic-content .modal-inner {
  top: 15%
}

#modal-message.semantic-content .modal-inner {
  padding-bottom: 10px;
  padding-top: 15px;
  top: 25%;
  width: 375px;
  margin-left: -187px;
  left: 50%
}

.semantic-content .modal-inner > iframe, .semantic-content .modal-inner > img, .semantic-content .modal-inner > video {
  width: 100%;
  height: auto;
  min-height: 300px
}

.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%
}

.semantic-content header {
  margin: 20px 0 0;
  padding: 0 1.2em;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: Georgia, Times New Roman, Times, serif;
  position: relative
}

.semantic-content header > h2 {
  margin: .5em 0
}

.semantic-content .modal-content {
  padding: 10px;
  text-align: center
}

#modal-trailer.semantic-content .modal-content {
  text-align: left
}

.semantic-content .modal-content > * {
  max-width: 100%
}

.semantic-content footer {
  border-top: 1px solid #fff;
  padding: 0 1.2em 18px;
  background: #e6e6e6;
  border-radius: 2px
}

.semantic-content .modal-close {
  display: block;
  text-indent: -100px;
  overflow: hidden
}

.semantic-content .modal-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==")
}

.semantic-content .modal-close:after {
  content: "";
  position: absolute;
  top: 54px;
  left: 50%;
  z-index: 20;
  margin-left: 315px;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 24px;
  text-decoration: none;
  text-indent: 0
}

.semantic-content .modal-content .btn.btn-dark-gray {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  margin: 0 10px;
  min-width: 70px;
  padding: 0 10px
}

.semantic-content .modal-content .btn.btn-dark-gray:hover {
  color: #fff
}

.semantic-content .modal-inner .close {
  position: absolute;
  right: 0;
  padding: 8px
}

#modal-share .modal-inner {
  width: 450px;
  margin-left: -225px;
  left: 50%
}

#modal-share-fb .modal-inner {
  width: 625px;
  margin-left: -310px
}

#modal-share-fb.semantic-content header {
  margin: 0
}

#modal-share-fb.semantic-content .modal-content {
  padding: 0
}

#modal-share-fb.semantic-content .modal-content #share_facebook {
  padding-bottom: 25px
}

#modal-share-fb .head {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  height: 125px;
  width: 100%
}

#modal-share-fb .head img {
  float: left;
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 20px
}

#modal-share-fb .head p.top_pop_up {
  font-family: Georgia, Times New Roman, Times, serif;
  float: left;
  font-size: 18px;
  position: absolute;
  top: 35px;
  left: 150px;
  line-height: 20px;
  text-align: left
}

#modal-share-fb .head p.top_pop_up .rose {
  color: #bd1343
}

#modal-share-fb .facebook_loading {
  position: relative;
  width: 100%;
  height: 48px;
  text-align: center;
  margin-top: 30px
}

#modal-share-fb .facebook_loading img {
  width: 48px;
  height: 48px
}

#modal-share-fb #facebookPartOne {
  display: none;
  margin: 15px auto;
  width: 565px
}

#modal-share-fb #facebookPartOne .menu_share_fb {
  display: block;
  width: 100%;
  height: 35px
}

#modal-share-fb #facebookPartOne #facebook_lists {
  border: 1px solid #e6e6e6;
  float: right;
  width: 30%
}

#modal-share-fb #facebookPartOne .choose_category {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  float: left;
  width: 60%
}

#modal-share-fb form {
  position: relative;
  min-height: 285px;
  display: inline-block
}

#modal-share-fb #facebookPartOne #facebook_friends {
  border: 1px solid #e6e6e6;
  height: 235px;
  overflow: auto;
  margin-top: 14px;
  padding: 0 11px;
  width: 541px;
  display: inline-block
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend {
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 18px;
  margin: 9px 2px 21px;
  width: 170px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend .left_content {
  float: left;
  display: inline-block;
  width: 50px;
  margin-right: 14px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend .right_content {
  display: inline-block;
  float: left;
  width: 106px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend h4 {
  display: inline-block;
  height: 30px;
  line-height: 14px;
  width: 100%;
  text-align: left
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend img {
  margin-right: 14px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend input {
  float: left;
  margin: -1px 5px 0 1px;
  vertical-align: middle
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend label {
  float: left;
  color: #666;
  font-size: 11px;
  margin: -3px 0 0 3px
}

#modal-share-fb #facebookPartOne .facebookPartOneSubmit {
  cursor: pointer;
  bottom: -27px;
  position: absolute;
  right: 0;
  font-size: 12px
}

#modal-share-fb #facebookPartOne .facebookPartOneSubmit.disabled span {
  cursor: default;
  color: #e6e6e6;
  background: #a7a7a7
}

.modal-fullnopwd .modal-inner, .modal-guest .modal-inner {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 0;
  box-shadow: none;
  width: 333px;
  margin-left: -166px
}

.modal-fullnopwd .modal-inner .close, .modal-guest .modal-inner .close {
  color: #fff;
  padding-right: 15px;
  padding-top: 12px
}

.modal-fullnopwd .modal-inner .close i, .modal-guest .modal-inner .close i {
  font-size: 12px
}

.modal-fullnopwd .modal-inner header#modal-label, .modal-guest .modal-inner header#modal-label {
  margin-top: 15px
}

.modal-fullnopwd .modal-content, .modal-guest .modal-content {
  padding: 0;
  text-align: left
}

.modal-content .outer-form-container div.form-container {
  background-color: #fff
}

.modal-content .outer-form-container div.form-container-select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  width: 50%;
  float: left
}

.modal-content .outer-form-container div.form-container select {
  background-color: #fff;
  width: 100%
}

.modal-content .outer-form-container div.form-container .outer-form-container-select {
  background-color: transparent;
  padding: 0
}

.modal-content .outer-form-container .mandatory-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding: 0 0 0 30px;
  line-height: 16px;
  font-size: .88em
}

.modal-content .outer-form-container div.form-container label {
  width: 40%;
  margin: 0
}

.modal-content .outer-form-container div.form-container input {
  width: 60%
}

.modal-content .outer-form-container div.form-container .form-email-label, .modal-content .outer-form-container div.form-container .form-password-label {
  display: none
}

.modal-content .outer-form-container div.form-container input {
  float: right;
  background-color: #fff;
  height: 35px
}

.modal-content .outer-form-container .form-container #login-form-email, .modal-content .outer-form-container .form-container #login-form-password, .modal-content .outer-form-container .form-container #signup-form-email, .modal-content .outer-form-container .form-container #signup-form-password {
  width: 100%;
  padding-left: 10px
}

.modal-content .outer-form-container .login-form, .modal-content .outer-form-container .registration-form {
  float: right;
  padding: 20px;
  margin: 10px 0 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.modal-content .outer-form-container .registration-form {
  clear: both;
  border-top: 1px dashed #666;
  margin-top: 0;
  padding-top: 10px
}

.modal-content .outer-form-container .login-form .separator-with-text {
  color: #666;
  height: 40px;
  line-height: 40px
}

.modal-content .outer-form-container .login-form .forgotten-password {
  display: inline-block;
  margin: 10px 0;
  color: #fff;
  text-decoration: underline;
  font-size: 14px
}

.modal-content .outer-form-container .login-form .save-account-container {
  margin: 10px 0 20px
}

.modal-content .outer-form-container .login-form .save-account-container #save-account {
  margin: -4px 5px 0 0
}

.modal-content .outer-form-container .login-form .save-account-container label {
  display: inline-block;
  color: #fff;
  font-size: 16px
}

.modal-content .outer-form-container .registration-form .not-yet-member {
  margin: 0 0 10px;
  color: #fff;
  text-align: center;
  font-size: 18px
}

.modal-content .outer-form-container .login-form .forgotPassword h2, .modal-content .outer-form-container .login-form .resetPassword h2, .modal-content .outer-form-container .login-form .savePassword h2 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 300
}

.modal-content .outer-form-container .login-form .savePassword h2 {
  font-weight: 600
}

.modal-content .outer-form-container .login-form .resetPassword h2 {
  margin: 0 0 5px
}

.modal-content .outer-form-container .login-form .forgotPassword p, .modal-content .outer-form-container .login-form .resetPassword p, .modal-content .outer-form-container .login-form .savePassword p {
  margin: 0 0 15px;
  color: #fff
}

.modal-content .outer-form-container .login-form .resetPassword p {
  text-align: center
}

.modal-content .outer-form-container .login-form .forgotPassword p.email {
  font-size: 16px;
  margin: 0 0 25px
}

.modal-content .outer-form-container .login-form #forgotPassword-form input[type=submit], .modal-content .outer-form-container .login-form #resetPassword-form input[type=submit] {
  margin: 10px 0 15px;
  display: inline-block
}

.modal-content .outer-form-container .login-form #savePassword-form p.password-spec {
  color: #fff;
  text-align: center;
  margin: 0 0 10px
}

.modal-content .outer-form-container .login-form a.already-member, .modal-content .outer-form-container .login-form a.not-member {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-decoration: underline
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container {
  position: relative;
  margin: 20px 0;
  font-size: 14px;
  color: #fff
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container input {
  position: absolute;
  top: 2px
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container label {
  display: block;
  padding: 0 20px 0 25px
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container a {
  color: #fff
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container .icon-info {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 18px
}

.modal-content .outer-form-container .login-form a.already-member {
  margin: 0 0 15px
}

.modal-content .outer-form-container .login-form #signup-form a.already-member {
  margin: 15px 0
}

.modal-content .outer-form-container .login-form #signup-form h1.sponsor-title, .modal-content .outer-form-container .login-form h1.guest-title {
  color: #fff;
  margin: 0 0 10px 10px;
  font-size: 16px;
  line-height: 18px
}

.modal-content .outer-form-container .login-form #signup-form #signup-form-civilite {
  color: #666;
  padding: 5px
}

.modal-content .outer-form-container .login-form #signup-form h1.optional {
  color: #666;
  display: inline-block;
  margin: 0 0 10px 10px;
  font-size: 16px
}

.modal-content .outer-form-container .login-form .form-container {
  font-size: 1.14em
}

.modal-content .outer-form-container .login-form input.btn {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.modal-content .outer-form-container a.btn:hover {
  color: #fff
}

.modal-content .outer-form-container div.form-container input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50%
}

.modal-content .outer-form-container div.form-container label.date {
  width: 50%
}

.modal-content .outer-form-container .login-form .form-container-select {
  padding-left: 0;
  font-size: 16px;
  background-color: #fff;
  margin: 0 0 10px;
  min-height: 35px
}

.modal-content .outer-form-container .login-form .form-container-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 35px;
  width: 100%
}

.modal-content .outer-form-container .form-container #login-form-email-save-pwd {
  width: 100%;
  padding: 0;
  color: #666;
  background-color: #e6e6e6;
  cursor: default
}

.modal-content .outer-form-container #savePassword-form .form-container.form-container-readonly {
  background-color: #e6e6e6
}

.modal-content .outer-form-container .error, .modal-content .outer-form-container .error a, .modal-content .outer-form-container .form-container > label.error, .modal-content .outer-form-container .gray .form-container label.error {
  color: red
}

.modal-content .outer-form-container .error a {
  text-decoration: underline;
  display: block;
  width: 97.863152588%
}

.modal-content .outer-form-container .errorMessage {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center
}

.modal-content .outer-form-container input.error, .modal-content .outer-form-container select.error, .modal-content .outer-form-container textarea.error {
  border: 1px solid #e3262e
}

.modal-content .outer-form-container .login-form .flashMessage.error {
  background: none;
  color: inherit
}

.modal-content .outer-form-container .login-form .flashMessage {
  margin: 0 0 10px;
  padding: 0
}

.cgdvPopup .modal-inner {
  height: 500px;
  overflow: auto;
  margin-top: 5%
}

.cgdvPopup .modal-inner em {
  text-align: left;
  line-height: .2em
}

.cgdvPopup .modal-inner .cmsParagraphs {
  text-align: left
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #modal-message.semantic-content .modal-inner {
    padding-bottom: 10px;
    padding-top: 15px;
    top: 25%;
    width: 375px;
    margin-left: -187px
  }

  #modal-share-fb .modal-inner {
    margin-left: 0;
    width: auto;
    left: 20px;
    right: 20px
  }

  #modal-share-fb .head p.top_pop_up {
    padding-right: 20px
  }

  #modal-share-fb #facebookPartOne #facebook_friends {
    width: auto
  }

  #modal-share-fb #facebookPartOne {
    margin: 15px 0 15px 1.3%;
    width: 97.5%
  }
}

@media only screen and (max-width: 1024px) {
  .semantic-content .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0
  }

  .modal-fullnopwd .modal-inner, .modal-guest .modal-inner {
    width: 333px;
    margin-left: -166px;
    left: 50%
  }

  .modal-content .outer-form-container div.form-container label {
    height: 35px;
    line-height: 35px
  }
}

@media only screen and (max-width: 767px) {
  #modal-share.semantic-content .modal-inner {
    margin-left: 0;
    width: auto;
    left: 20px;
    max-height: 95%
  }

  #modal-message.semantic-content .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0
  }

  #modal-share-fb .modal-inner {
    margin-left: 0;
    width: auto;
    left: 20px
  }

  #modal-share-fb .head p.top_pop_up {
    font-size: 12px;
    padding-right: 10px;
    line-height: 1.2em
  }

  #modal-share-fb #facebookPartOne {
    width: 100%
  }

  #modal-share-fb #facebookPartOne .choose_category {
    padding-left: 11px;
    height: 50px;
    line-height: 50px
  }

  #modal-share-fb #facebookPartOne #facebook_lists {
    margin-right: 3.5%
  }

  #modal-share-fb #facebookPartOne #facebook_friends {
    width: auto;
    padding: 0 11px
  }

  #modal-share-fb #facebookPartOne #facebook_friends .cell_friend {
    width: 48%;
    margin: 9px 1% 21px
  }

  #modal-share-fb #facebookPartOne #facebook_friends .cell_friend .left_content {
    width: 19%;
    margin-right: 5%
  }

  #modal-share-fb #facebookPartOne #facebook_friends .cell_friend .right_content {
    width: 76%
  }

  #modal-share-fb #facebookPartOne .facebookPartOneSubmit {
    right: 10px
  }

  .modal-fullnopwd .modal-inner, .modal-guest .modal-inner {
    width: auto;
    right: 0;
    left: 0;
    margin-left: 0;
    height: 100%;
    top: 0
  }

  .modal-fullnopwd .modal-inner .btn, .modal-guest .modal-inner .btn {
    height: 50px;
    line-height: 50px
  }

  #login-container-form .icon-twitter, .modal-fullnopwd .modal-inner .icon-facebook, .modal-guest .modal-inner .icon-facebook {
    line-height: 50px;
    width: 50px
  }

  .modal-fullnopwd .modal-inner .guest-title, .modal-guest .modal-inner .guest-title {
    text-align: center
  }

  .modal-content .outer-form-container div.form-container-select, .modal-content .outer-form-container div.form-container input, .modal-content .outer-form-container div.form-container label {
    height: 50px;
    line-height: 50px
  }
}

@media only screen and (max-width: 1024px) {
  .modalV2 .modal-content .close {
    right: unset !important
  }
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80)
}

.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure, img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-ie7 .mfp-img {
  padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
  padding: 0
}

.mfp-ie7 .mfp-content {
  padding-top: 44px
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0
}

.full-content-mosaic {
  position: relative;
  background-color: #fff
}

.full-content-mosaic .header {
  position: relative;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .04);
  background-color: #fff;
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

.full-content-mosaic .header .content-actions {
  position: relative;
  overflow: hidden
}

.full-content-mosaic .header .content-actions .left {
  float: left;
  text-align: left;
  padding: 14px 22px 8px;
  cursor: pointer
}

.full-content-mosaic .header .content-actions .left .line-icon-arrow-left {
  color: #000;
  font-size: 24px
}

.full-content-mosaic .header .content-actions .right {
  float: right;
  text-align: right;
  padding: 14px 22px 8px
}

.full-content-mosaic .header .content-actions .right > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 20px
}

.full-content-mosaic .header .content-actions .right i {
  font-weight: 400;
  color: #000
}

.full-content-mosaic .header .page-center {
  overflow: hidden
}

.full-content-mosaic .header .page-center.modal-content-tabs {
  position: relative;
  text-align: left
}

.full-content-mosaic .header .page-center.modal-content-tabs .tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 14px 20px 10px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  font-family: Source Sans Pro, sans-serif;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  float: none;
  scroll-snap-align: start
}

.full-content-mosaic .header .page-center.modal-content-tabs .tab.mhmt {
  border-color: #c1c1c1
}

@media (hover: hover) {
  .full-content-mosaic .header .page-center.modal-content-tabs .tab:hover {
    border-color: #bd1343
  }
}

.full-content-mosaic .header .page-center.modal-content-tabs .tab.active {
  border-color: #bd1343
}

.full-content-mosaic .header .page-center.modal-content-tabs .tab:last-child {
  scroll-snap-align: end
}

@media (max-width: 760px) {
  .full-content-mosaic .header .page-center.modal-content-tabs .tab {
    padding: 11px 20px 7px
  }
}

.full-content-mosaic .header .page-center .slick2 {
  display: block;
  width: 20px;
  top: 100%;
  bottom: -100%;
  text-align: center;
  color: #1d1d1d;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  background-color: #fff
}

.full-content-mosaic .header .page-center .slick-next:before {
  content: "\E60A";
  font-family: vpgseticon;
  color: #000
}

.full-content-mosaic .content-section-mosaic {
  padding-bottom: 50px
}

.full-content-mosaic .content-section-mosaic .section-mosaic {
  padding-top: 50px
}

.full-content-mosaic .content-section-mosaic .section-mosaic h4 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #1d1d1d;
  margin-bottom: 20px;
  text-align: left
}

@media (max-width: 1030px) {
  .full-content-mosaic .content-section-mosaic .section-mosaic h4 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
    font-size: 25px;
    padding: 0 25px
  }
}

.full-content-mosaic .content-section-mosaic .section-mosaic h5 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  color: #1d1d1d;
  margin-bottom: 15px;
  text-align: left
}

@media (max-width: 1030px) {
  .full-content-mosaic .content-section-mosaic .section-mosaic h5 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 0 25px
  }
}

.full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid + h5 {
  padding-top: 20px
}

.full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr)
}

@media (max-width: 1020px) {
  .full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid {
    padding: 0 20px
  }
}

.full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid .item:nth-child(8n+1), .full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid .item:nth-child(8n+4), .full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid.last-big .item:last-child {
  grid-column: auto/span 2;
  grid-row: auto/span 2
}

.full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid .item img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
  cursor: pointer
}

@media (max-width: 760px) {
  .full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr)
  }

  .full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid .item, .full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid .item:nth-child(8n+1), .full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid .item:nth-child(8n+4), .full-content-mosaic .content-section-mosaic .section-mosaic .mosaic-grid.last-big .item:last-child {
    grid-column: auto/span 1;
    grid-row: auto/span 1
  }
}

.modal-backdrop.no-backdrop {
  background-color: transparent
}

@-webkit-keyframes mosaicModalAnimationShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes mosaicModalAnimationShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes mosaicModalAnimationHide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@keyframes mosaicModalAnimationHide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

.modal-animated-from-bottom {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.modal-animated-from-bottom.opened {
  -webkit-animation-name: mosaicModalAnimationShow;
  animation-name: mosaicModalAnimationShow
}

.modal-animated-from-bottom.closed {
  -webkit-animation-name: mosaicModalAnimationHide;
  animation-name: mosaicModalAnimationHide
}

@-webkit-keyframes showAfter300ms {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes showAfter300ms {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.show-after-300ms {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-name: showAfter300ms;
  animation-name: showAfter300ms
}

#modal-mosaic {
  background-color: #fff;
  text-align: center
}

#modal-mosaic .modal-dialog {
  margin: 0;
  -webkit-transform: none !important;
  transform: none !important
}

#modal-mosaic .mosaic-tabs {
  position: absolute;
  top: -62px;
  height: 62px;
  background: #fff
}

#modal-mosaic .mosaic-tabs__link {
  display: inline-block;
  padding: 22px 20px 20px;
  line-height: 20px;
  font-size: 16px
}

@media only screen and (max-width: 767px) {
  #modal-mosaic .mosaic-tabs__link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px
  }
}

@media only screen and (max-width: 365px) {
  #modal-mosaic .mosaic-tabs__link {
    font-size: 12px
  }
}

#modal-mosaic .mosaic-tabs__link__active {
  padding-bottom: 18px;
  border-bottom: 2px solid #bd1343;
  color: #bd1343;
  font-weight: 600
}

#modal-mosaic #modal-content-tabs {
  display: -webkit-flex;
  display: flex;
  margin: 20px 0;
  width: 100%;
  touch-action: manipulation;
  background: #fff;
  overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #modal-mosaic #modal-content-tabs {
    margin: 10px 0
  }
}

@media only screen and (max-width: 767px) {
  #modal-mosaic #modal-content-tabs {
    display: block;
    margin: 20px 0 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden
  }

  #modal-mosaic #modal-content-tabs::-webkit-scrollbar {
    display: none
  }
}

#modal-mosaic #modal-content-tabs .tab {
  padding: 0
}

@media only screen and (max-width: 767px) {
  #modal-mosaic #modal-content-tabs .tab {
    display: inline-block;
    float: none
  }
}

#modal-mosaic #modal-content-tabs .tab .tab-button {
  font-family: Source Sans Pro, sans-serif;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 40px;
  border-bottom: 4px solid transparent;
  -ms-overflow-style: none;
  scrollbar-width: none
}

@media only screen and (max-width: 767px) {
  #modal-mosaic #modal-content-tabs .tab .tab-button {
    padding: 16px 20px
  }
}

#modal-mosaic #modal-content-tabs .tab .tab-button.open {
  color: #bd1343;
  border-color: #bd1343
}

@media only screen and (min-width: 1025px) {
  #modal-mosaic #content-tabs-stacked {
    z-index: 10 !important;
    touch-action: manipulation;
    width: 100%;
    top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    right: 0
  }

  #modal-mosaic #content-tabs-stacked .tab {
    padding: 0
  }

  #modal-mosaic #content-tabs-stacked .tab .tab-button {
    font-family: Source Sans Pro, sans-serif;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 40px;
    border-bottom: 4px solid transparent;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  #modal-mosaic #content-tabs-stacked .tab .tab-button.open {
    color: #bd1343;
    border-color: #bd1343
  }
}

#modal-mosaic .modal-open .modalV2 {
  overflow-x: hidden;
  overflow-y: auto
}

#modal-mosaic .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: .7
}

@media only screen and (min-width: 1025px) {
  #modal-mosaic .modal--mosaic .modal-dialog {
    width: 93%;
    height: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin: 0 auto
  }
}

#modal-mosaic .modal--mosaic div {
  border-radius: 2px
}

@media only screen and (min-width: 1025px) {
  #modal-mosaic .modal--mosaic .modal-content .close {
    padding: 0;
    position: absolute;
    top: -24px;
    font-size: 14px;
    color: #fff
  }

  #modal-mosaic .modal--mosaic .modal-content .close i, #modal-mosaic .modal--mosaic .modal-content .close span {
    font-weight: 700;
    line-height: 17px
  }

  #modal-mosaic .modal--mosaic .modal-content .close i {
    vertical-align: middle
  }
}

#modal-mosaic .modal--mosaic .modal-content .closeInterestPoint {
  padding: 0;
  position: absolute;
  top: 0;
  font-size: 20px;
  color: #fff
}

@media only screen and (min-width: 1025px) {
  #modal-mosaic .modal--mosaic .modal-content .closeInterestPoint {
    right: 10px;
    top: 10px
  }
}

.full-content-mosaic-slider {
  position: fixed;
  background-color: rgba(0, 0, 0, .95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999
}

.full-content-mosaic-slider .header, .full-content-mosaic-slider .header .content-actions {
  position: relative
}

.full-content-mosaic-slider .header .content-actions .left {
  position: absolute;
  text-align: left;
  padding: 22px;
  cursor: pointer;
  z-index: 10;
  left: 0;
  top: 0
}

.full-content-mosaic-slider .header .content-actions .left .line-icon-arrow-left {
  color: #fff;
  font-size: 24px
}

.full-content-mosaic-slider .header .content-actions .right {
  position: absolute;
  text-align: right;
  padding: 22px;
  z-index: 10;
  right: 0;
  top: 0
}

.full-content-mosaic-slider .header .content-actions .right > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 20px
}

.full-content-mosaic-slider .header .content-actions .right i {
  color: #fff
}

.full-content-mosaic-slider .content-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column
}

.full-content-mosaic-slider .content-slider .page-center {
  max-width: calc(100% - 200px)
}

.full-content-mosaic-slider .content-slider .page-center .content-image {
  outline: none
}

.full-content-mosaic-slider .content-slider .page-center .slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 54px !important
}

.full-content-mosaic-slider .content-slider .page-center .slick-slider .slick-slide {
  height: auto
}

.full-content-mosaic-slider .content-slider .page-center .slick-slider img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100vw;
  max-height: 100vh;
  max-height: -webkit-fill-available
}

@media (max-width: 900px) {
  .full-content-mosaic-slider .content-slider .page-center .slick-slider img {
    height: 100vh
  }
}

.full-content-mosaic-slider .content-slider .page-center .slick-slider .slick-next, .full-content-mosaic-slider .content-slider .page-center .slick-slider .slick-prev {
  margin-top: 0
}

@media (max-width: 900px) {
  .full-content-mosaic-slider .content-slider .page-center {
    max-width: 100%
  }

  .full-content-mosaic-slider .content-slider .page-center .slick-slider {
    padding: 0 !important
  }

  .full-content-mosaic-slider .content-slider .page-center .slick-slider .slick-next, .full-content-mosaic-slider .content-slider .page-center .slick-slider .slick-prev {
    display: none !important
  }
}

.full-content-mosaic-slider .content-slider .content-legend {
  position: relative;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 50px;
  color: #fff;
  line-height: 1.2
}

@media (max-width: 900px) {
  .full-content-mosaic-slider .content-slider .content-legend {
    position: absolute;
    text-align: left
  }
}

.full-content-mosaic-slider .content-slider .content-legend .number {
  font-family: Source Sans Pro, Times, serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  padding-right: 5px
}

.full-content-mosaic-slider .content-slider .content-legend .label {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px
}

.full-content-mosaic-slider .content-slider .slick-dots {
  top: 0;
  height: 20px;
  display: none !important
}

@media (max-width: 900px) {
  .full-content-mosaic-slider .content-slider .slick-dots {
    display: block !important;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .3));
    height: 64px;
    top: 0;
    padding: 20px 0;
    z-index: 9;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    width: auto
  }
}

.full-content-mosaic-slider .content-slider .slick-dots li {
  margin: 0;
  width: 15px
}

.full-content-mosaic-slider .content-slider .slick-dots li.hide {
  visibility: hidden
}

.full-content-mosaic-slider .content-slider .slick-dots li button:before {
  font-size: 25px;
  color: #fff;
  transition: all .5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.full-content-mosaic-slider .content-slider .slick-dots li.little button:before {
  -webkit-transform: scale(.7);
  transform: scale(.7);
  color: #fff;
  transition: all .5s ease
}

.full-content-mosaic-slider .content-slider .slick-dots li.scale-hidden {
  display: none
}

.full-content-mosaic-slider .content-slider .slick-dots li.scale-hidden button:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .5s ease
}

.full-content-mosaic-slider .content-slider .slick-dots li.slick-active button:before {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  color: #fff;
  transition: all .5s ease
}

.full-content-mosaic-slider.mobile .content-slider .page-center {
  max-width: 100%;
  overflow: hidden
}

.full-content-mosaic-slider.mobile .content-slider .page-center .slick-slider {
  padding: 0 !important
}

.full-content-mosaic-slider.mobile .content-slider .page-center .slick-slider img {
  height: 100vh
}

.full-content-mosaic-slider.mobile .content-slider .page-center .slick-slider .slick-next, .full-content-mosaic-slider.mobile .content-slider .page-center .slick-slider .slick-prev {
  display: none !important
}

.full-content-mosaic-slider.mobile .content-slider .content-legend {
  position: absolute;
  text-align: left
}

.full-content-mosaic-slider.mobile .content-slider .slick-dots {
  display: block !important;
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .3));
  height: 64px;
  top: 0;
  padding: 20px 0;
  z-index: 9;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  width: auto
}

.mosaic-tab-slider .full-content-tabs {
  position: relative;
  overflow: hidden
}

.mosaic-tab-slider .full-content-tabs .arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: calc(100% - 4px);
  z-index: 3;
  background-color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 4px solid #fff;
  cursor: pointer
}

.mosaic-tab-slider .full-content-tabs .arrow:before {
  opacity: 1;
  font-family: VP-Icon-Line, sans-serif;
  color: #000;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.mosaic-tab-slider .full-content-tabs .arrow.prev {
  left: 0
}

.mosaic-tab-slider .full-content-tabs .arrow.prev:before {
  content: "\E91B"
}

.mosaic-tab-slider .full-content-tabs .arrow.next {
  right: 0
}

.mosaic-tab-slider .full-content-tabs .arrow.next:before {
  content: "\E91C"
}

.mosaic-tab-slider .full-content-tabs .arrow.disabled {
  display: none
}

.mosaic-tab-slider .full-content-tabs .all-tabs {
  position: relative;
  font-size: 0;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.mosaic-tab-slider .full-content-tabs .all-tabs .tab {
  width: auto !important;
  max-width: calc(100vw - 60px)
}

.mosaic-tab-slider .full-content-tabs .all-tabs .tab span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block
}

.mosaic-tab-slider .content-scrollable {
  position: relative;
  scroll-behavior: smooth;
  font-size: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.mosaic-tab-slider .content-scrollable::-webkit-scrollbar {
  display: none
}

.mosaic-tab-slider .full-content-tabs .arrow.prev:not(.disabled) + .content-scrollable {
  margin-left: 30px
}

.mosaic-tab-slider.hide-arrows .arrow {
  display: none !important
}

.mosaic-tab-slider .slick-arrow {
  top: 0;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
  background-color: #fff;
  width: 30px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 4px solid #fff
}

.mosaic-tab-slider .slick-arrow.slick-disabled {
  display: none !important
}

.mosaic-tab-slider .slick-arrow:before {
  color: #000;
  font-size: 16px
}

#turn-your-phone-mosaic-slider {
  display: none
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #turn-your-phone-mosaic-slider {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #fff;
    opacity: .6;
    transition: opacity .5s linear;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0
  }

  #turn-your-phone-mosaic-slider.hide {
    opacity: 0
  }
}

.slick-disabled {
  cursor: no-drop;
  opacity: .5;
  pointer-events: none
}

.section-loader {
  display: block;
  margin: 70px auto;
  text-align: center
}

.section-loader .loader_txt {
  display: block;
  margin-top: 10px
}

.offerblock-header {
  display: table;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #2c2c2c;
  color: #fff;
  text-align: left
}

.offerblock-header > * {
  display: table-cell;
  width: auto;
  vertical-align: middle
}

.offerblock-header h2 {
  text-transform: uppercase
}

.offerblock-header .vp-text {
  font-size: 16px;
  font-weight: 600;
  text-align: right
}

@media only screen and (min-width: 768px) {
  .offer_sections {
    position: relative;
    margin-top: 10px;
    border-top: 2px solid #e6e6e6
  }
}

.offer_sections:after, .offer_sections:before {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -2px
}

@media only screen and (min-width: 768px) {
  .offer_sections:before {
    border-top-color: #e6e6e6;
    border-width: 19px;
    margin-left: -19px
  }
}

.offer_sections:after {
  border-top-color: #fff;
  border-width: 16px;
  margin-left: -16px
}

@media only screen and (min-width: 768px) {
  .head {
    cursor: pointer
  }
}

.head .heading-bar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.head .heading-bar .heading-bar-head, .head .heading-bar .heading-bar-info {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px
}

.head .heading-bar .heading-bar-head {
  color: #d3d3d3;
  text-transform: uppercase
}

.head .heading-bar .heading-bar-info {
  color: #1d1d1d;
  margin-left: 0;
  font-weight: 700;
  transition: max-height .5s;
  font-size: 14px;
  line-height: 15px
}

.head .heading-bar .etape {
  background: transparent;
  color: #d3d3d3;
  font-size: 14px
}

.head .heading-bar .infos-disable {
  position: absolute;
  top: 12px;
  z-index: 1;
  width: calc(100% - 35px);
  padding: 12px 0;
  background: #000;
  opacity: .8;
  font-size: 12px;
  text-align: center;
  color: #fff
}

.head .heading-bar .infos-disable:after, .head .heading-bar .infos-disable:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border: 0
}

.head .heading-bar .infos-disable:before {
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: #000
}

.head .heading-bar .infos-disable:after {
  bottom: -12px
}

.box-section {
  position: relative;
  padding: 18px 15px;
  border-bottom: 1px solid #d7d6d6
}

.box-section.activeSection h5, .box-section.completedSection h5 {
  color: #8a8a8a !important
}

.box-section.activeSection .etape, .box-section.completedSection .etape {
  color: #afafaf !important
}

.box-section:last-child {
  border-bottom: none
}

.new-offer-bloc button.continue {
  background-color: #bd1343;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  max-height: 40px;
  text-decoration: none;
  text-align: center;
  margin: 15px 5%;
  width: 90%
}

.new-offer-bloc button.continue:hover {
  background-color: #a71b3d;
  color: #fff
}

.Select {
  position: relative
}

.expandUp .Select-menu-outer {
  position: absolute !important;
  top: auto !important;
  bottom: calc(100% - 1px) !important;
  border-radius: 5px 5px 0 0 !important
}

.expandUp .is-open .Select-control {
  border-radius: 0 0 5px 5px !important
}

.Select, .Select div, .Select input, .Select span {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9
}

.Select.is-disabled > .Select-control:hover {
  box-shadow: none
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: .35
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%
}

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
}

.Select-control .Select-input:focus {
  outline: none
}

.is-searchable.is-open > .Select-control {
  cursor: text
}

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px
}

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text
}

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1)
}

.Select--single > .Select-control .Select-value, .Select-placeholder {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px
}

.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label, .has-value.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333
}

.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label, .has-value.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none
}

.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover, .has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover {
  color: #007eff;
  outline: none;
  text-decoration: underline
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  padding: 8px 0 12px;
  -webkit-appearance: none
}

.is-focused .Select-input > input {
  cursor: text
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  text-align: center
}

.Select-loading, .Select-loading-zone {
  position: relative;
  vertical-align: middle;
  width: 16px
}

.Select-loading {
  -webkit-animation: Select-animation-spin .4s infinite linear;
  animation: Select-animation-spin .4s infinite linear;
  height: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn .2s;
  animation: Select-animation-fadeIn .2s;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px
}

.Select-clear-zone:hover {
  color: #d0021b
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1
}

.Select--multi .Select-clear-zone {
  width: 17px
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative
}

.is-open .Select-arrow, .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block
}

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left
}

@-webkit-keyframes Select-animation-fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes Select-animation-fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto
}

.Select-option {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.Select-option.is-selected {
  color: #333
}

.Select-option.is-focused {
  background-color: #f5f5f5;
  color: #333
}

.Select-option.is-disabled {
  color: #ccc;
  cursor: default
}

.Select-noresults {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0
}

.Select--multi.has-value .Select-input {
  margin-left: 5px
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, .08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, .24);
  color: #007eff;
  display: inline-block;
  font-size: .9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top
}

.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, .24);
  padding: 1px 5px 3px
}

.Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
  background-color: #d8eafd;
  background-color: rgba(0, 113, 230, .08);
  color: #0071e6
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  background-color: rgba(0, 126, 255, .24)
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:hover {
  background-color: #fcfcfc
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn)
  }
}

.Select {
  display: inline-block;
  float: right;
  text-align: left
}

.Select.is-open .Select-arrow {
  border-bottom-color: #1d1d1d
}

.Select .Select-menu, .Select .Select-menu-outer {
  max-height: unset;
  z-index: 10
}

.Select .Select-option {
  min-height: 40px;
  color: #2c2c2c;
  border-bottom: 1px solid #d0d0d0;
  line-height: 1.14em;
  padding: 8px 10px
}

@media only screen and (max-width: 767px) {
  .Select .Select-option {
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0
  }
}

.Select-control {
  height: 44px;
  border: 0;
  border-radius: 2px;
  background: #fff
}

.Select-control:hover {
  background: #d9d9d9
}

.Select-control .Select-placeholder, .Select-control .Select-value {
  padding-right: 25px;
  line-height: 44px !important
}

.Select-control .Select-arrow, .Select-control .Select-placeholder {
  color: #1d1d1d;
  border-top-color: #1d1d1d
}

.Select.Select-control {
  padding: 10px;
  background: #f1f1f1
}

@media only screen and (max-width: 1024px) {
  .select-button {
    display: block;
    position: relative;
    width: 100%;
    background: #e6e6e6;
    padding: 12px;
    border-radius: 2px;
    margin: 20px 0;
    text-align: left;
    font-family: Source Sans Pro, sans-serif
  }

  .select-button.single {
    background: #f1f1f1
  }

  .select-button:not(.single):after {
    position: absolute;
    content: "";
    margin: auto;
    border: 6px solid transparent;
    border-top-color: #1e1e1e;
    border-bottom: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 20px;
    top: 0;
    width: 6px;
    bottom: 0;
    height: 0
  }
}

@media only screen and (max-width: 767px) {
  .modal.modal-calendar, .modal.pax, .modal.transport {
    top: 50px;
    height: 90%;
    height: calc(100% - 50px)
  }
}

.modal.modal-calendar .modal-header, .modal.pax .modal-header, .modal.transport .modal-header {
  color: #1d1d1d;
  text-transform: uppercase;
  font-weight: 700;
  border-color: #d0d0d0
}

.modal.modal-calendar .modal-header .close, .modal.pax .modal-header .close, .modal.transport .modal-header .close {
  font-size: 25px;
  margin-top: -4px;
  margin-right: 3px
}

.modal.modal-calendar .modal-dialog, .modal.pax .modal-dialog, .modal.transport .modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto
}

.modal.modal-calendar .modal-dialog .modal-content, .modal.pax .modal-dialog .modal-content, .modal.transport .modal-dialog .modal-content {
  margin: 0 10px;
  overflow: auto
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal.modal-calendar .modal-dialog .modal-content, .modal.pax .modal-dialog .modal-content, .modal.transport .modal-dialog .modal-content {
    max-height: 97vh;
    max-height: calc(100vh - 300px)
  }
}

@media only screen and (max-width: 767px) {
  .modal.modal-calendar .modal-dialog .modal-content, .modal.pax .modal-dialog .modal-content, .modal.transport .modal-dialog .modal-content {
    max-height: 85vh;
    max-height: calc(100vh - 200px)
  }
}

@media (orientation: landscape) {
  .modal.modal-calendar .modal-dialog .modal-content, .modal.pax .modal-dialog .modal-content, .modal.transport .modal-dialog .modal-content {
    max-height: calc(100vh - 20px)
  }
}

.modal.modal-calendar .modal-dialog .modal-body, .modal.pax .modal-dialog .modal-body, .modal.transport .modal-dialog .modal-body {
  padding: 0
}

.modal.modal-calendar .modal-option, .modal.pax .modal-option, .modal.transport .modal-option {
  font-size: 12px
}

@media only screen and (max-width: 1024px) {
  .modal.modal-calendar .modal-option, .modal.pax .modal-option, .modal.transport .modal-option {
    min-height: 40px;
    color: #2c2c2c;
    border-bottom: 1px solid #d0d0d0;
    line-height: 1.14em;
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 17px 15px
  }
}

.new-offer-bloc .offer-box-details .list-title {
  text-transform: uppercase;
  color: #1d1d1d;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: block
}

.new-offer-bloc .offer-box-details em {
  color: #bd1343;
  display: block;
  font-size: 44px
}

.new-offer-bloc .offer-box-details .block-details-container {
  margin-right: 0
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details h4 {
  font-size: 16px;
  font-weight: 700
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-label {
  color: #8a8a8a;
  font-size: 12px
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-price {
  color: #bd1343;
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .price-type {
  color: #bd1343;
  font-size: 13px
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-departureCity, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-departureDate, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-duration, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-insteadOf {
  margin: 0;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 15px
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-departureCity del, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-departureCity span, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-departureCity strong, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-departureDate del, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-departureDate span, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-departureDate strong, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-duration del, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-duration span, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-duration strong, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-insteadOf del, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-insteadOf span, .new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-insteadOf strong {
  color: #000;
  font-weight: 700
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-moreduration-img {
  width: 60px;
  margin-left: calc(50% - 30px)
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details .best-price-details .offer-moreduration-label {
  color: #8a8a8a;
  font-size: 12px;
  text-align: center;
  display: block
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details i {
  margin-left: 5px
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details .Loader {
  margin: 20px 0;
  text-align: center
}

.new-offer-bloc .offer-box-details .block-details-container .block-details .details .Loader__text {
  margin-top: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1d1d1d
}

.new-offer-bloc .offer-box-details .block-details-container .block-details.block-details-double .details {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.new-offer-bloc .offer-box-details .block-details-container .block-details.block-details-double .details.details-right {
  padding-left: 10px;
  border-left: 1px solid #ddd
}

.new-offer-bloc .offer-box-details .block-details-container .PriceNotification {
  color: #1d1d1d;
  border: 1px solid #d3d3d3;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px;
  margin-bottom: 20px;
  display: none;
  opacity: 0;
  border-left: 4px solid #bd1343;
  border-radius: 2px;
  transition: opacity .2s ease
}

.new-offer-bloc .offer-box-details .block-details-container .PriceNotification.animation-enter {
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px)
}

.new-offer-bloc .offer-box-details .block-details-container .PriceNotification.animation-enter-active {
  opacity: 1;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.new-offer-bloc .offer-box-details .block-details-container .PriceNotification.animation-enter-done {
  display: -webkit-flex;
  display: flex;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.new-offer-bloc .offer-box-details .block-details-container .PriceNotification:after, .new-offer-bloc .offer-box-details .block-details-container .PriceNotification:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.new-offer-bloc .offer-box-details .block-details-container .PriceNotification:after {
  border-color: hsla(0, 0%, 100%, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px
}

.new-offer-bloc .offer-box-details .block-details-container .PriceNotification:before {
  border-color: hsla(0, 0%, 83%, 0);
  border-top-color: #d3d3d3;
  border-width: 8px;
  margin-left: -8px
}

.new-offer-bloc .offer-box-details .block-details-container .PriceNotification .icon {
  font-size: 24px;
  margin-right: 9px;
  color: #bd1343
}

.new-offer-bloc .offer-box-details .block-details-container .PriceNotification span {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2
}

.new-offer-bloc .offer-box-details .block-durations-container {
  padding: 10px 0;
  margin-right: 0;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 17px
}

.new-offer-bloc .offer-box-details .block-durations-container i {
  margin-right: 10px
}

@media only screen and (max-width: 767px) {
  .new-offer-bloc .offer-box-details .offer-block-list {
    line-height: 14px
  }
}

.new-offer-bloc .offer-box-details .offer-block-list .item-title {
  font-weight: 700;
  color: #1d1d1d
}

.new-offer-bloc .offer-box-details .offer-block-list .item-blank-line, .new-offer-bloc .offer-box-details .offer-block-list .item-title {
  list-style: none;
  margin: 5px 0
}

@media only screen and (max-width: 767px) {
  .new-offer-bloc .offer-box-details .last-places {
    margin-top: 10px
  }
}

.box-section .transport {
  min-height: 40px
}

.box-section .transport .transport-type {
  height: auto;
  min-height: 50px;
  color: #1d1d1d
}

@media only screen and (max-width: 1024px) {
  .box-section .transport .transport-type {
    margin-bottom: 10px;
    min-height: 30px
  }
}

.box-section .transport .transport-type.without_transport label {
  width: 80%;
  width: calc(100% - 25px);
  padding: 10px 0
}

.box-section .transport .transport-type input.choice {
  vertical-align: text-bottom
}

.box-section .transport .transport-type label {
  display: inline-block;
  margin-left: 5px;
  overflow: hidden;
  vertical-align: middle;
  font-weight: 700
}

.box-section .transport .transport-type .Select {
  display: block;
  float: none;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #e6e6e6
}

.box-section .transport .transport-type .Select.has-value .Select-control {
  background-color: #fff !important
}

.box-section .transport .transport-type .Select.has-value.is-open .Select-arrow {
  border-bottom-color: #fff
}

.box-section .transport .transport-type .Select .Select-option {
  border-bottom: 0
}

@media only screen and (min-width: 1025px) {
  .box-section .transport .transport-type .Select .Select-option.is-disabled {
    border-top: 1px solid #d0d0d0;
    font-size: 12px;
    padding-top: 15px
  }

  .box-section .transport .transport-type .Select .Select-option.is-disabled:hover {
    cursor: default;
    background: #fff
  }
}

@media only screen and (max-width: 1024px) {
  .box-section .transport .transport-type .Select .Select-option.is-disabled {
    font-size: 12px;
    font-style: italic
  }
}

@media only screen and (max-width: 1024px) {
  .box-section .transport .transport-type button.departure-city-select.selected .departure-city-select {
    color: #fff;
    background: #1d1d1d !important
  }

  .box-section .transport .transport-type button.departure-city-select.selected .departure-city-select.single {
    opacity: .6
  }

  .box-section .transport .transport-type button.departure-city-select.selected .departure-city-select:after {
    border-top-color: #fff !important
  }
}

.transport-option .city {
  font-weight: 600
}

.transport-option .price-block {
  font-size: 12px
}

.transport-option .price-block .price {
  font-weight: 700;
  color: #1d1d1d !important
}

.transport-option .price-block .price.best {
  color: #bd1343 !important
}

.transport-option.no-price {
  line-height: 22px;
  padding-top: 2px
}

.section-warning {
  margin: 10px 0 15px;
  color: #555;
  font-size: 11px;
  font-style: italic
}

.transport-screen .magic-option-block {
  margin: 20px 20px 0;
  border-top: 1px solid #d3d3d3
}

.transport-screen .transport-item [class^=line-icon-] {
  float: left;
  margin: 10px 20px;
  font-size: 16px
}

.transport-screen .transport-item .transport-option {
  height: 42px;
  margin-bottom: 10px;
  display: table-cell;
  vertical-align: middle
}

.transport-screen .transport-item .transport-option .city {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400
}

.transport-screen .transport-item .transport-option .price-block {
  font-size: 14px;
  color: #666
}

.transport-screen .transport-item .transport-option.disabled {
  border: none;
  padding: 10px 15px 0;
  color: #666;
  font-size: 14px;
  font-style: italic;
  line-height: 18px
}

.transport-screen .transport-item .transport-option.no-price {
  padding: 0
}

@media only screen and (min-width: 1025px) {
  .transport-screen .transport-item.transport-selected, .transport-screen .transport-item:hover {
    background: hsla(0, 0%, 90%, .3)
  }
}

.transport-screen .transport-item.transport-item-not-found {
  padding: 10px 20px 0
}

.transport-screen .magic-option-title {
  color: #1d1d1d;
  margin: 20px 0
}

.transport-screen .magic-option-search {
  margin: 10px 20px;
  border: 1px solid #d3d3d3;
  border-radius: 2px
}

.transport-screen .magic-option-search [class^=line-icon-] {
  font-size: 20px;
  color: #1d1d1d;
  margin: 15px;
  vertical-align: middle
}

.transport-screen .magic-option-search .magic-option-search-input {
  font-size: 14px;
  line-height: 54px;
  height: 54px;
  width: calc(100% - 50px)
}

.transport-screen .magic-option-search .magic-option-search-input::-ms-clear {
  display: none
}

@media only screen and (max-width: 1024px) {
  .transport-screen .magic-option-search .magic-option-search-input {
    font-size: 16px
  }
}

@media only screen and (min-width: 1025px) {
  .fullscreen {
    position: relative
  }

  .fullscreen #fh-title {
    display: none
  }

  .fullscreen .search-result-dashboard {
    display: none !important
  }

  .fullscreen.open .fh-close-popup {
    position: absolute;
    z-index: 5;
    top: 500px;
    left: 10px;
    float: left;
    padding: 15px;
    font-size: 24px;
    line-height: 1
  }

  .fullscreen.open .fh-close-popup.mode-close {
    left: auto;
    right: 10px
  }

  .fullscreen.open .fh-close-popup i {
    vertical-align: middle
  }

  .fullscreen.open #fh-title {
    display: block;
    padding: 20px 40px;
    text-align: center;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    z-index: 4;
    width: calc(100% - 20px);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background: #fff;
    top: 500px;
    left: 10px;
    right: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3)
  }

  .fullscreen.open .search-result-dashboard {
    display: block !important
  }

  .fullscreen.open .transport-screen {
    position: absolute;
    z-index: 6;
    background: #fff;
    left: 10px;
    right: 10px;
    top: 559px;
    max-height: 420px;
    padding: 20px 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .3)
  }

  .fullscreen.open .transport-screen .transport-item {
    cursor: pointer
  }
}

.duration {
  margin-bottom: 20px;
  padding-top: 18px
}

.duration .duration-title {
  color: #1d1d1d;
  font-weight: 600;
  margin-bottom: 10px
}

.duration .duration-subtitle {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px
}

.duration .durations-buttons-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 15px
}

.duration .durations-buttons-list:after {
  height: 0;
  width: 30%;
  content: ""
}

.duration .durations-buttons-list .duration-button {
  border: 1px solid #e7e7e7;
  padding: 5px 0;
  width: 23.5%;
  margin: 0 2% 6px 0;
  text-align: center;
  color: #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 365px), only screen and (min-width: 768px) and (max-width: 850px) {
  .duration .durations-buttons-list .duration-button {
    width: 31.5%
  }
}

.duration .durations-buttons-list .duration-button:nth-child(4n) {
  margin-right: 0
}

@media only screen and (max-width: 365px), only screen and (min-width: 768px) and (max-width: 850px) {
  .duration .durations-buttons-list .duration-button:nth-child(4n) {
    margin-right: 2%
  }

  .duration .durations-buttons-list .duration-button:nth-child(3n) {
    margin-right: 0
  }
}

.duration .durations-buttons-list .duration-button .nights {
  font-weight: 700;
  font-size: 14px
}

.duration .durations-buttons-list .duration-button .price {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.3
}

.duration .durations-buttons-list .duration-button .price .label {
  color: #a7a7a7;
  text-transform: lowercase
}

.duration .durations-buttons-list .duration-button .price .amount {
  font-weight: 600;
  white-space: nowrap
}

.duration .durations-buttons-list .duration-button .price .amount .duration-price-type {
  font-size: 9px
}

.duration .durations-buttons-list .duration-button.not-packaged {
  padding: 15px 0
}

@media only screen and (min-width: 1025px) {
  .duration .durations-buttons-list .duration-button:hover {
    background-color: #e6e6e6
  }
}

.duration .durations-buttons-list .duration-button.selected-duration {
  background-color: #e6e6e6
}

.duration .durations-buttons-list .duration-button.best-price .amount {
  color: #bd1343
}

.react-calendar {
  background: #e6e6e6
}

@media only screen and (min-width: 1025px) {
  .react-calendar {
    margin-bottom: 20px
  }
}

.react-calendar .year {
  text-align: center;
  padding: 5px 0 7px;
  font-weight: 600;
  font-size: 12px;
  color: #9b9b9b
}

.react-calendar .months-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #2c2c2c;
  font-size: 12px
}

.react-calendar .months-list .month-nav {
  margin: 0 5px
}

.react-calendar .months-list .month {
  width: 20%;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px
}

.react-calendar .months-list .month:hover {
  background-color: #dadada
}

.react-calendar .months-list .month.selected {
  background: inherit;
  border-bottom: 2px solid #bd1343
}

.react-calendar .date-list-container {
  background: #fff;
  height: calc(100% - 106px);
  border: 1px solid #e7e7e7
}

@media only screen and (max-width: 1024px) {
  .react-calendar .date-list-container {
    max-height: 53vh;
    max-height: calc(100vh - 345px);
    overflow-y: auto
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .react-calendar .date-list-container {
    max-height: calc(100vh - 482px)
  }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .react-calendar .date-list-container {
    max-height: calc(100vh - 215px)
  }
}

.react-calendar .date-list-container .date-list {
  position: relative;
  background-color: #e6e6e6;
  overflow: auto;
  color: #1e1e1e;
  font-size: 13px
}

@media only screen and (min-width: 1025px) {
  .react-calendar .date-list-container .date-list {
    max-height: 300px
  }
}

.react-calendar .date-list-container .date-list .calendar-shortcut {
  padding: 2px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  background-color: #e6e6e6
}

.react-calendar .date-list-container .date-list .calendar-shortcut:first-of-type {
  border-top: 1px solid #fff
}

.react-calendar .date-list-container .date-list .calendar-date {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 40px;
  padding: 2px;
  margin: 1px;
  background-color: #fff
}

.react-calendar .date-list-container .date-list .calendar-date .bestPrice {
  background-image: url("../images/best-price-ribbon.png");
  background-repeat: no-repeat
}

.react-calendar .date-list-container .date-list .calendar-date .date-merged {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-image: url("../images/indispo_date.jpg");
  background-repeat: no-repeat;
  background-position: 0 -3px;
  background-color: #e6e6e6
}

.react-calendar .date-list-container .date-list .calendar-date .date-merged .date-start {
  background: none
}

.react-calendar .date-list-container .date-list .calendar-date .date-start {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-width: 42px;
  padding: 6px 4px;
  background-color: #e6e6e6;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  font-weight: 700
}

.react-calendar .date-list-container .date-list .calendar-date .date-start.noavailable {
  color: #a7a7a7
}

.react-calendar .date-list-container .date-list .calendar-date .date-start .date-day {
  font-size: 16px;
  font-weight: 700
}

.react-calendar .date-list-container .date-list .calendar-date .date-content {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 6px 0 12px
}

.react-calendar .date-list-container .date-list .calendar-date .date-content:hover {
  background: #f5f5f5
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .price-label .price {
  color: #bd1343
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .price-label .price .price-num {
  font-size: 22px
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .price-label .price .price-type {
  margin-left: 3px;
  float: inherit;
  font-size: 12px
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .price-label .price.with-original {
  padding-top: 14px
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .price-label .price-original {
  font-size: 12px;
  line-height: 1
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .price-label .price-original .old-price {
  text-decoration: line-through
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .price-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .other-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .more-info {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  text-align: right
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .more-info .last-room {
  position: absolute;
  right: 6px;
  bottom: 0;
  color: #f99b1c;
  font-weight: 600;
  width: 100px
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .more-info .last-room:first-letter {
  text-transform: capitalize
}

.react-calendar .date-list-container .date-list .calendar-date .date-content .more-info .return-date {
  top: 0;
  color: #666
}

.react-calendar .date-list-container .date-list .calendar-date .date-content.soldout {
  background: #f5f5f5;
  color: #9b9b9b
}

.react-calendar .date-list-container .date-list .calendar-date .date-content.soldout .price, .react-calendar .date-list-container .date-list .calendar-date .date-content.soldout .price-type {
  color: #9b9b9b
}

.react-calendar .date-list-container .date-list .calendar-date .date-content.soldout .sold-out {
  font-size: 18px
}

.react-calendar .date-list-container .date-list .calendar-date .date-content.soldout .more-info .sold-out {
  position: absolute;
  display: block;
  right: 6px;
  bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap
}

.react-calendar .date-list-container .date-list .calendar-date .date-content.soldout .suggestions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.react-calendar .date-list-container .date-list .calendar-date .date-content.soldout .suggestions .duration {
  font-weight: 600
}

.react-calendar .date-list-container .date-list .calendar-date .date-content.soldout .suggestions .duration > .duration {
  text-decoration: underline;
  color: #1d1d1d
}

.modal-calendar .modal-content {
  overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-calendar .modal-header {
    padding-bottom: 0;
    border-bottom: 0
  }
}

.modal-calendar .modal-header .duration-reminder {
  display: block;
  text-transform: lowercase
}

.modal-calendar .modal-body {
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-calendar .modal-body {
    padding: 15px !important
  }
}

.modal-calendar .modal-body .date-list-container {
  max-height: 53vh;
  max-height: calc(100vh - 345px);
  overflow-y: auto
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-calendar .modal-body .date-list-container {
    max-height: calc(100vh - 482px)
  }
}

@media (orientation: landscape) {
  .modal-calendar .modal-body .date-list-container {
    max-height: calc(100vh - 215px)
  }
}

.dynamic {
  display: table;
  width: 100%;
  margin-bottom: 10px
}

.dynamic .option {
  display: table-row;
  padding: 10px 0;
  font-weight: 700
}

.dynamic .option > * {
  display: table-cell;
  vertical-align: middle
}

.dynamic .input {
  width: 13px
}

.dynamic label {
  padding: 10px;
  color: #000
}

.dynamic label .name {
  width: 80%;
  display: table-cell
}

.dynamic label .price {
  width: 26%;
  float: right;
  vertical-align: middle;
  text-align: right;
  color: #aaa;
  line-height: 1
}

.dynamic label .price .price_type {
  font-size: 10px
}

.dynamic .selected .price {
  color: #bd1343
}

.dynamic .soldout label .name {
  color: #aaa
}

.pax .pax-selectors-container {
  margin-top: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.pax .pax-selectors-container .pax-type {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 10px
}

.pax .pax-selectors-container .pax-type .pax-type-label {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700
}

.pax .pax-selectors-container .pax-type .pax-type-label .age-details {
  color: #666;
  font-size: 11px;
  font-weight: 400
}

.pax .pax-selectors-container .pax-type .number-picker {
  color: #000
}

@media only screen and (max-width: 1024px) {
  .pax .pax-selectors-container .pax-type .number-picker {
    float: right
  }

  .pax .pax-selectors-container .pax-type .number-picker .increase {
    margin-right: 0 !important
  }
}

.pax .pax-selectors-container .pax-type .number-picker button.decrease, .pax .pax-selectors-container .pax-type .number-picker button.increase {
  display: inline-block;
  border: 1px solid #e6e6e6;
  height: 36px;
  width: 36px !important;
  font-size: 20px;
  text-align: center !important;
  margin: 0 15px;
  padding-bottom: 0;
  border-radius: 2px;
  color: #1d1d1d
}

.pax .pax-selectors-container .pax-type .number-picker button.decrease.decrease, .pax .pax-selectors-container .pax-type .number-picker button.increase.decrease {
  font-size: 25px
}

.pax .pax-selectors-container .pax-type .number-picker .value {
  margin: 0 2.5px !important;
  font-weight: 700;
  vertical-align: middle !important;
  color: #1d1d1d;
  width: 14px;
  display: inline-block;
  text-align: center
}

.pax .child-age-container {
  background-color: #f8f8f8;
  position: relative;
  margin: 20px 0;
  left: -15px;
  width: calc(100% + 30px)
}

.pax .child-age-container .child-age-content {
  padding: 18px 20px 10px
}

.pax .child-age-container .child-age-content span {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700
}

.pax .child-age-container .child-age-content .child-age-selector-container {
  margin-top: 17px;
  padding-left: 10px
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-detail {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select {
  display: block;
  float: right;
  height: 35px
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-control {
  background-color: #f8f8f8;
  position: relative;
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  height: 36px;
  width: 110px
}

@media only screen and (max-width: 1024px) {
  .pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-control {
    width: 114px
  }
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-arrow-zone {
  position: absolute;
  width: 100%;
  top: 0
}

@media only screen and (min-width: 1025px) {
  .pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-arrow-zone {
    height: 100%
  }
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-arrow-zone .Select-arrow {
  position: absolute;
  right: 3px;
  top: 9px;
  width: 20px;
  height: 20px;
  border: 0
}

@media only screen and (max-width: 1024px) {
  .pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-arrow-zone .Select-arrow {
    top: 10px;
    right: 8px
  }
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-arrow-zone .Select-arrow:after {
  content: "\E91A";
  font-family: VP-Icon-Line !important;
  font-size: 23px;
  font-weight: 400;
  color: #afafaf
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .is-open .Select-arrow:after {
  content: "\E91D"
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-menu-outer {
  border: 1px solid #e6e6e6;
  border-radius: 2px
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-option {
  padding: 0 15px 0 0;
  color: #1d1d1d;
  font-size: 14px;
  text-align: right;
  line-height: 29px
}

@media only screen and (max-width: 1024px) {
  .pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-option {
    padding-right: 20px
  }
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-value {
  text-align: center;
  padding-right: 24px !important;
  padding-left: 8px !important;
  line-height: 34px !important
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-value-label {
  padding-bottom: 5px;
  font-weight: 700;
  color: #1d1d1d
}

.pax .child-age-container .child-age-content .child-age-selector-container .children-age-selector .children-age-select.Select .Select-menu {
  max-height: 178px
}

.price-box {
  overflow: hidden;
  padding: 0 20px 10px
}

.price-box .offer-price {
  font-size: 28px;
  float: left;
  padding-right: 5px;
  line-height: 40px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-box .offer-price {
    font-size: 23px
  }
}

@media only screen and (max-width: 767px) {
  .price-box .offer-price {
    font-size: 25px
  }
}

@media only screen and (max-width: 350px) {
  .price-box .offer-price {
    font-size: 22px
  }
}

.price-box .price-details {
  font-size: 14px;
  color: #1e1e1e;
  transition: 1s;
  max-height: 0
}

.price-box .price-details.expanded {
  max-height: 1000px;
  transition: 1s
}

.price-box .show-price-details {
  font-family: Source Sans Pro, sans-serif;
  color: #666;
  font-size: 12px;
  cursor: pointer;
  display: block;
  margin-bottom: 12px;
  margin-top: 2px
}

.price-box .show-price-details .sign {
  padding-right: 5px
}

.price-box .show-price-details .label {
  border-bottom: 1px solid #ccc
}

.price-box input.submit {
  background: #bd1343;
  font-weight: 700;
  color: #fff;
  padding: 3% 0;
  margin-left: 15px;
  width: 45%;
  float: right
}

.price-box input.submit.disabled {
  background: #eee;
  color: #a7a7a7;
  font-weight: 400;
  cursor: inherit
}

.price-box .mdp input.submit {
  width: 100%
}

.price-box .vp-price form .continue-loader {
  width: 45%;
  float: right
}

@media only screen and (max-width: 767px) {
  .price-box .vp-price form .continue-loader {
    height: 51px
  }
}

.price-box .vp-price form .continue-loader .ajax-loader {
  position: relative !important;
  height: 25px !important;
  width: auto !important;
  margin: auto !important;
  top: 6px;
  left: auto
}

@media only screen and (max-width: 767px) {
  .price-box .vp-price form .continue-loader .ajax-loader {
    top: 12px
  }
}

.price-box #price-type-label {
  margin-top: 0
}

.price-box #price-type-label div {
  text-align: left;
  color: #666
}

.active-credit {
  padding: 0 20px 20px
}

.active-credit__box {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px dashed #d3d3d3
}

.active-credit__amount, .active-credit__box {
  display: -webkit-flex;
  display: flex;
  color: #666;
  font-family: Source Sans Pro, sans-serif
}

.active-credit__amount {
  font-size: 32px;
  line-height: 40px;
  background-color: #eee;
  text-align: center;
  white-space: nowrap;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 77px;
  padding: 0 4px
}

.active-credit__desc {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 7px 14px;
  background-color: #eee
}

.active-credit__notice {
  padding: 5px 0;
  display: -webkit-flex;
  display: flex
}

.active-credit__notice i {
  color: #bd1343;
  padding: 7px
}

.active-credit__notice p {
  font-size: 11px;
  line-height: 13px
}

.active-credit__title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase
}

.active-credit__subtitle {
  display: block;
  font-size: 12px;
  line-height: 15px
}

.active-credit__subtext {
  font-size: 11px;
  line-height: 14px;
  margin-top: 7px
}

.completedSection .price-block {
  font-weight: 400;
  color: #666
}

.completedSection .price-block .price {
  color: #1d1d1d
}

.completedSection .price-block .price.best {
  color: #bd1343
}

.completedSection .last-room {
  color: #f99b1c;
  font-size: 12px;
  font-weight: 700
}

.completedSection .last-room:first-letter {
  text-transform: capitalize
}

.submit-inactive {
  background: #ddd !important;
  color: #424242 !important;
  opacity: .5
}

.submit-inactive:hover {
  cursor: default
}

#price-type-label {
  margin-top: -18px
}

#price-type-label div {
  text-align: right;
  color: #a7a7a7;
  font-size: 12px
}

#offer-box-catalog .offer-block-list .title-block {
  list-style: none
}

#offer-box-catalog .box-section .heading-bar-head {
  font-weight: 600
}

#right-panel {
  position: relative
}

#right-panel .right-panel-stacked-desktop {
  position: fixed;
  width: 352px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #right-panel .right-panel-stacked-desktop {
    width: calc(42% - 10px)
  }
}

#right-panel .right-panel-stacked-desktop .offerblock-header {
  background: #fff;
  margin-bottom: 0;
  padding: 15px 15px 5px
}

#right-panel .right-panel-stacked-desktop .offerblock-header h2 {
  font-weight: 700;
  color: #1d1d1d;
  font-size: 16px
}

#right-panel .right-panel-stacked-desktop .block-details-container {
  border-bottom: 0
}

#right-panel .right-panel-stacked-desktop .occupancy {
  font-style: italic;
  font-size: 11px;
  color: #555
}

#right-panel .right-panel-stacked-desktop #react-shareButton {
  margin-bottom: 0
}

#right-panel .right-panel-stacked-desktop .hidden-panel {
  visibility: hidden
}

#right-panel .right-panel-stacked-desktop.un-fixed {
  position: absolute;
  bottom: 0;
  top: auto !important
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #right-panel .right-panel-stacked-desktop.un-fixed {
    width: 100%
  }
}

#right-panel .right-panel-stacked-desktop.stacked-logged {
  top: 74px
}

#right-panel .right-panel-stacked-desktop.stacked-ppl {
  top: 100px
}

#right-panel .right-panel-stacked-desktop .best-price-stacked {
  background-color: #fff;
  padding: 15px 15px 10px
}

.hidden-panel {
  visibility: hidden
}

.offerblock__notice {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  margin-bottom: 7px;
  display: block;
  color: #2c2c2c
}

.offerblock__notice-outside {
  text-align: left;
  color: #a7a7a7;
  font-size: 12px;
  display: block
}

.offerblock__notice-outside.first {
  margin-top: -18px
}

.show-price-details {
  margin-left: auto;
  margin-right: auto
}

.price-box .vp-price {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 13px;
  padding-bottom: 17px
}

.price-box .vp-price .price-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.price-box .vp-price .price-container .price-block {
  text-align: center;
  -webkit-order: 1;
  order: 1
}

.price-box .vp-price .price-container .price-block .offer-price, .price-box .vp-price .price-container .price-block .price-type {
  float: none
}

@media only screen and (max-width: 1024px) {
  .price-box .vp-price .price-container .price-block .offer-price {
    font-size: 28px
  }
}

.price-box .vp-price .price-container .real-price {
  -webkit-order: 2;
  order: 2;
  text-align: center;
  line-height: 2.2em
}

.price-box .vp-price form {
  -webkit-order: 3;
  order: 3;
  margin-top: 15px
}

.price-box .vp-price form input.submit {
  float: none;
  width: 100%;
  margin-left: 0;
  padding: 13px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700
}

.price-box .vp-price form .continue-loader {
  width: auto;
  float: none
}

.section-datedepart .vp-distributed-bar {
  border-spacing: 2px 0
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item {
  display: block;
  height: 65px;
  width: 25%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #e6e6e6
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item:hover {
  background-color: #e6e6e6
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item--full {
  position: relative
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item--full .label {
  margin-right: 0;
  padding: 9px 17px 0 10px;
  color: #1d1d1d;
  font-weight: 600;
  text-align: center
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item--full .label .fromPrice {
  display: block;
  width: 60px;
  margin-left: -7px;
  text-align: center;
  font-weight: 400
}

@media only screen and (min-width: 370px) and (max-width: 767px) {
  .section-datedepart .vp-distributed-bar .vp-distributed-bar__item--full .label .fromPrice {
    margin-left: 0;
    padding-top: 4px
  }
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item--full .button {
  width: 20px
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item--full .button:after {
  top: 0;
  right: 0
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item.vp-button-radio--checked, .section-datedepart .vp-distributed-bar .vp-distributed-bar__item.vp-button-radio--checked:hover {
  background: #e6e6e6
}

.section-datedepart .vp-distributed-bar .vp-distributed-bar__item.vp-button-radio--checked .vp-button-radio__facade {
  color: #1d1d1d
}

.section-datedepart .vp-distributed-bar .vp-select {
  position: absolute;
  top: 0;
  height: 100%
}

.section-datedepart .vp-distributed-bar .selectricWrapper .selectric {
  background-color: transparent
}

.section-datedepart .vp-distributed-bar .selectricWrapper .selectric.vp-select--checked {
  height: 100%;
  background: #e6e6e6
}

.section-datedepart .vp-distributed-bar .selectricWrapper .selectric.vp-select--checked .label {
  color: #1d1d1d;
  padding-top: 0
}

.section-datedepart .vp-distributed-bar .selectricWrapper .selectric.vp-select--checked .label .duration {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50px
}

.section-datedepart .vp-distributed-bar .selectricWrapper .selectric.vp-select--checked .button:after {
  border-color: #1d1d1d transparent transparent;
  top: 4px;
  right: 0
}

.section-datedepart .vp-distributed-bar .selectricItems {
  width: 75px;
  margin-left: -1px;
  border: 0
}

.section-datedepart .vp-distributed-bar .selectricItems li {
  padding: 0;
  text-align: center
}

.section-datedepart .vp-distributed-bar .duration {
  display: block;
  font-weight: 600;
  padding-top: 10px
}

.section-datedepart .vp-distributed-bar .fromPrice {
  font-size: 10px;
  line-height: 12px;
  display: block;
  padding: 5px 0
}

.section-datedepart .vp-distributed-bar .fromPrice .amount {
  font-size: 12px
}

.section-datedepart .vp-distributed-bar .fromPrice.bestPrice .price {
  color: #bd1343
}

.section-datedepart .offerCalendar {
  padding: 0
}

@media only screen and (min-width: 1025px) {
  .section-datedepart .offerCalendar {
    margin: -1px 2px 0;
    background: #e6e6e6
  }
}

.section-datedepart .offerCalendar .vp-year-bar {
  text-align: center;
  padding: 10px 0 5px;
  font-weight: 600;
  font-size: 13px;
  color: #a7a7a7
}

.section-datedepart .offerCalendar .vp-month-bar__prev {
  border: 0;
  background-position: 0 0
}

.section-datedepart .offerCalendar .vp-month-bar__next {
  border: 0;
  background-position: 0 -30px
}

.section-datedepart .offerCalendar .vp-month-bar__month, .section-datedepart .offerCalendar .vp-month-bar__next, .section-datedepart .offerCalendar .vp-month-bar__prev, .section-datedepart .offerCalendar .vp-month-text--selected {
  color: #1d1d1d;
  background-color: #e6e6e6 !important
}

.section-datedepart .offerCalendar .vp-month-bar__month.disabled, .section-datedepart .offerCalendar .vp-month-bar__next.disabled, .section-datedepart .offerCalendar .vp-month-bar__prev.disabled, .section-datedepart .offerCalendar .vp-month-text--selected.disabled {
  color: #a7a7a7
}

.section-datedepart .offerCalendar .vp-month-text--selected {
  background: inherit;
  border-bottom: 2px solid #bd1343
}

.section-datedepart .offerCalendar .vp-month-text--selected:after {
  border: 0
}

.section-datedepart .offerCalendar .popup-body {
  height: calc(100% - 106px);
  background: #fff
}

.section-datedepart .offerCalendar .popup-body .vp-calendar-list {
  margin-top: 0
}

.section-datedepart .offerCalendar .popup-body .vp-calendar-list__item:not(.calendar-shortcut) {
  background: #fff
}

.section-datedepart .offerCalendar .popup-body .calendar-shortcut {
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  border-top: 1px solid #fff
}

.section-datedepart .offerCalendar .popup-body .vp-calendar-list__item + .calendar-shortcut {
  border-top: 0
}

.section-datedepart .offerCalendar .popup-body .vp-calendar-block.bestPrice {
 /* background-image: url("/s/images/best-price-ribbon.png");*/
  background-repeat: no-repeat
}

.section-datedepart .offerCalendar .popup-body .vp-calendar-text__price {
  font-size: 22px
}

.section-datedepart .offerCalendar .popup-body .instead-of {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #1d1d1d
}

.section-datedepart .offerCalendar .popup-body .instead-of .vp-calendar-text__original-price {
  color: #1d1d1d
}

.section-datedepart .offerCalendar .popup-body .vp-flag__body {
  position: relative
}

.section-datedepart .offerCalendar .popup-body .vp-flag__body .vp-calendar-text__info {
  position: absolute;
  bottom: 0;
  right: 5px
}

.section-datedepart .offerCalendar .popup-body .vp-flag__body .vp-calendar-text__info:not(.scarcity) {
  font-weight: 400;
  color: #666;
  position: absolute;
  top: 3px;
  bottom: inherit
}

.section-datedepart .offerCalendar .popup-body .vp-flag__body .vp-calendar-text__info:not(.scarcity).soldout {
  font-weight: 700;
  top: inherit;
  right: 5px;
  bottom: 5px
}

.mfp-popup.other-duration-1 li:first-child .fromPrice {
  display: none
}

.mfp-popup.other-duration-1 .fromPrice {
  margin-top: -7px
}

#react-offerblocks {
  min-height: 146px
}

@media only screen and (max-width: 767px) {
  #react-offerblocks {
    padding: 20px
  }
}

@media only screen and (max-width: 365px) {
  #react-offerblocks {
    padding: 10px
  }
}

#react-offerblocks img.ajax-loader {
  display: block;
  position: inherit;
  height: 35px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0
}

@media only screen and (max-width: 1024px) {
  #react-offerblocks .open #fh-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
  }

  #react-offerblocks .open #fh-content {
    padding: 60px 0 10px
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #react-offerblocks .open #fh-content {
    padding-bottom: 0
  }
}

.offer-block {
  position: relative
}

.offer-block .overlay {
  background-color: #eaeaea;
  height: 100%;
  width: 100%;
  opacity: .5;
  position: absolute;
  z-index: 2
}

.offer-block figure {
  top: 0;
  position: absolute;
  width: 42%;
  z-index: 1
}

.offer-block figure.soldout {
  left: 0
}

.offer-block figure.archive {
  right: 0
}

.offer-block .legal-notice-ppl {
  text-align: right;
  font-size: 12px;
  color: #a7a7a7;
  font-weight: 700;
  margin-top: -10px
}

#best-offer {
  display: none
}

@media only screen and (max-width: 767px) {
  #best-offer {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #bd1343;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px
  }
}

.catalog #react-shareButton {
  margin-top: 20px
}

#react-shareButton {
  margin-bottom: 10px
}

#react-shareButton .share-button {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 21px 0
}

@media only screen and (max-width: 767px) {
  #react-shareButton .share-button {
    margin-top: -7px
  }
}

#react-shareButton .share-button:after {
  margin-left: -25%
}

#react-shareButton .share-button i {
  color: #555;
  font-size: 24px;
  vertical-align: sub
}

#react-shareButton .share-button span {
  font-size: 14px;
  color: #555;
  line-height: 32px;
  position: relative
}

@media only screen and (max-width: 767px) {
  #header-right-mobile .share-button {
    margin-top: -7px
  }
}

@media only screen and (max-width: 767px) {
  #header-right-mobile .share-button .icon-shared {
    font-size: 30px;
    color: #fff;
    height: 22px;
    display: block
  }
}

@media only screen and (max-width: 1024px) {
  .fullscreen #fh-title {
    display: none
  }

  .fullscreen .search-result-dashboard {
    display: none !important
  }

  .fullscreen.open {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 500;
    overflow-y: auto
  }

  .fullscreen.open .search-result-dashboard.state-open {
    display: block !important;
    padding-bottom: 150px;
    padding-top: 10px;
    min-height: calc(100vh - 230px);
    background-color: #fff
  }

  .fullscreen.open .fh-close-popup {
    position: fixed;
    z-index: 5;
    left: 0;
    float: left;
    padding: 15px 10px 15px 15px;
    font-size: 25px;
    line-height: 1;
    border-right: 1px solid #fff
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .fullscreen.open .fh-close-popup {
    padding: 22px 10px 15px 20px
  }
}

@media only screen and (max-width: 1024px) {
  .fullscreen.open .fh-close-popup.mode-close {
    left: auto;
    right: 0
  }

  .fullscreen.open .fh-close-popup.safari {
    padding: 14px 10px 15px 15px
  }

  .fullscreen.open .fh-close-popup i {
    vertical-align: middle;
    color: #000
  }

  .fullscreen.open #fh-title, .fullscreen.open .dropdown-section-title {
    display: block;
    padding: 20px 40px;
    margin: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6
  }

  .fullscreen.open .dropdown-section-title_message {
    display: block;
    padding: 20px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    font-family: Source Sans Pro, sans-serif;
    color: #666;
    white-space: normal;
    line-height: 1.4
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .fullscreen.open .dropdown-section-title_message {
    text-align: center
  }
}

@media only screen and (max-width: 1024px) {
  .fullscreen.open #fh-title {
    position: fixed;
    z-index: 4;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background: #fff
  }

  .fullscreen.open #fh-title.smd {
    border: none
  }

  .fullscreen.open #fh-content {
    padding: 60px 10px 10px
  }

  .fullscreen.open .dashboardButton {
    display: block;
    height: 55px;
    min-width: 290px;
    border: 1px solid #e6e6e6;
    margin: 10px 0
  }
}

@media only screen and (max-width: 1024px) and (max-height: 540px) {
  .fullscreen.open .dashboardButton {
    height: 40px
  }
}

@media only screen and (max-width: 1024px) {
  .fullscreen.open .dashboardButton:first-child {
    margin-top: 0
  }

  .fullscreen.open .dashboardButton button {
    display: inline-block;
    width: calc(100% - 40px);
    text-align: left;
    font-family: Source Sans Pro, sans-serif;
    line-height: 18px
  }

  .fullscreen.open .dashboardButton button i {
    display: inline-block;
    max-width: 25px;
    font-size: 25px;
    margin: 15px;
    vertical-align: top;
    color: #000 !important
  }
}

@media only screen and (max-width: 1024px) and (max-height: 540px) {
  .fullscreen.open .dashboardButton button i {
    margin-top: 10px;
    margin-bottom: 10px
  }
}

@media only screen and (max-width: 1024px) {
  .fullscreen.open .dashboardButton button .textButton {
    display: inline-block;
    margin-top: 12px;
    width: calc(100% - 55px)
  }
}

@media only screen and (max-width: 1024px) and (max-height: 540px) {
  .fullscreen.open .dashboardButton button .textButton {
    margin-top: 5px
  }
}

@media only screen and (max-width: 1024px) {
  .fullscreen.open .dashboardButton button .textButton span.label {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 600
  }

  .fullscreen.open .dashboardButton button .textButton span.description {
    display: block;
    height: 15px;
    font-style: italic;
    color: #a7a7a7;
    line-height: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .fullscreen.open .dashboardButton.activated {
    background: #f2f2f2;
    border-color: #f2f2f2
  }

  .fullscreen.open .dashboardButton.activated .description {
    color: #1d1d1d !important;
    font-style: normal !important
  }

  .fullscreen.open .dashboardButton.activated .clearButton {
    height: 55px;
    width: 30px;
    float: right
  }

  .fullscreen.open .dashboardButton.activated .clearButton.hidden {
    display: none
  }

  .fullscreen.open .dashboardButton.activated .clearButton i {
    font-size: 10px;
    line-height: 55px;
    vertical-align: middle
  }

  .fullscreen.open .dashboardCheckbox {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .fullscreen.open .dashboardCheckbox .sm-checkbox {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .fullscreen.open .dashboardCheckbox__content {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .fullscreen.open .dashboardCheckbox__title {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 600
  }

  .fullscreen .dropdown-section-option {
    display: block;
    height: 34px;
    font-size: 14px;
    color: #000;
    padding: 5px
  }

  .fullscreen .dropdown-section-option i {
    display: inline-block;
    text-align: center;
    width: 31px;
    font-size: 30px
  }

  .fullscreen .dropdown-section-option i.icon-natural {
    font-size: 18px;
    line-height: 1.7
  }

  .fullscreen .dropdown-section-option i.icon-weather-snow {
    margin-top: -2px
  }

  .fullscreen .dropdown-section-option i.icon-weather-snow:before {
    content: "\E972";
    font-family: VP-Icon-Line !important;
    font-size: 20px;
    margin: 0 5px
  }

  .fullscreen .dropdown-section-option span {
    vertical-align: top;
    font-size: 13px;
    margin-left: 5px;
    line-height: 30px
  }

  .fullscreen .dropdown-section-option.inactive *, .fullscreen .dropdown-section-option button.inactive {
    color: #a7a7a7 !important
  }

  .fullscreen .duration-picker .dropdown-section-option i {
    font-size: 16px;
    /*color: #000*/
  }

  .fullscreen .duration-picker .dropdown-section-option span {
    line-height: 16px;
    /* color: #1d1d1d*/
  }

  .fullscreen .stay-type-list .stay-type-button {
    display: block;
    width: 100%;
    text-align: left;
    color: #1d1d1d
  }

  .fullscreen .stay-type-list .stay-type-button i.icon-svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #000;
    -webkit-mask-position: center;
    mask-position: center
  }
/*
  .fullscreen .stay-type-list .stay-type-button i.icon-svg.line-icon-adult-only {
    -webkit-mask-image: url("/s/images/sdv/filters/stay-type-adult-only.svg");
    mask-image: url("/s/images/sdv/filters/stay-type-adult-only.svg")
  }
*/
  .fullscreen .stay-type-list .stay-type-button.selected i, .fullscreen .stay-type-list .stay-type-button:hover i {
    color: #bd1343
  }

  .fullscreen .stay-type-list .stay-type-button.selected i.icon-svg, .fullscreen .stay-type-list .stay-type-button:hover i.icon-svg {
    background-color: #bd1343
  }

  .fullscreen .stay-type-list .dropdown-section-option i {
    font-size: 18px;
    vertical-align: middle;
    width: 19px;
    margin: 5px 0
  }

  .fullscreen .city-list {
    padding-bottom: 70px
  }

  .fullscreen .city-list .dropdown-section-option {
    height: 25px
  }

  .fullscreen .city-list .dropdown-section-option input {
    display: none
  }

  .fullscreen .city-list .dropdown-section-option .city-checkbox {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 13px 15px 0 5px;
    border: 1px solid #000;
    border-radius: 3px
  }

  .fullscreen .city-list .dropdown-section-option .city-label {
    height: 40px;
    padding: 10px 0 10px 35px
  }

  .fullscreen .city-list .dropdown-section-option.inactive .city-checkbox {
    border: 1px solid #a7a7a7
  }

  .fullscreen .city-list .dropdown-section-option.selected .city-checkbox {
    border-color: #bd1343;
    background: #bd1343
  }

  .fullscreen .sm-list input {
    display: none
  }

  .fullscreen .sm-list .sm-checkbox {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 3px 15px 0 5px;
    border: 1px solid #8a8a8a;
    border-radius: 3px
  }

  .fullscreen .sm-list .sm-label {
    padding: 10px 0
  }

  .fullscreen .sm-list.inactive .sm-checkbox {
    border: 1px solid #a7a7a7
  }

  .fullscreen .sm-list.selected .sm-checkbox {
    background: #bd1343
  }

  .fullscreen button.submit {
    width: 100%;
    background: #bd1343;
    color: #fff;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 -25px 18px -5px hsla(0, 0%, 100%, .97)
  }

  .fullscreen button.submit.disabled {
    background-color: #f3f3f3;
    color: #666
  }

  .fullscreen .stacked-bottom {
    position: fixed;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px) !important;
    border-bottom: 10px solid #fff
  }

  .search-result-dashboard.state-open {
    padding-bottom: 0 !important
  }

  .hideFullscreen {
    display: none
  }

  .fullscreen.open {
    z-index: 99999999;
    min-width: 100%;
    top: 0;
    left: 0
  }
}

.sale-page #arrow-top {
  visibility: hidden
}

@media only screen and (min-width: 1025px) {
  .sale-page #page-container {
    background: #fff;
    background: linear-gradient(180deg, #fff 668px, #e6e6e6 0)
  }

  .sale-page #page-container.event {
    background: linear-gradient(180deg, #fff 704px, #e6e6e6 0)
  }

  .sale-page #page-container.not-logged {
    background: linear-gradient(180deg, #fff 714px, #e6e6e6 0)
  }

  .sale-page #page-container.not-logged.event {
    background: linear-gradient(180deg, #fff 750px, #e6e6e6 0)
  }
}

.sale-page #right-panel.appnative {
  margin-top: 15px !important
}

@media only screen and (min-width: 768px) {
  .sale-page #right-panel {
    margin-top: -125px
  }
}

@media only screen and (min-width: 1025px) {
  .sale-page .event #right-panel {
    margin-top: -162px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sale-page .event #right-panel {
    margin-top: -175px
  }
}

@media only screen and (min-width: 768px) {
  .sale-page .not-logged #right-panel {
    margin-top: 0
  }
}

@media only screen and (min-width: 768px) {
  .sale-page .closed-sale #right-panel {
    margin-top: 20px
  }
}

@media only screen and (max-width: 1024px) {
  .sale-page #header {
    position: relative
  }

  .sale-page .page-center {
    max-width: none
  }
}

.adminDisplayBloc {
  position: relative;
  display: inline-block;
  min-height: 20px;
  padding: 3px;
  width: 100%;
  border: 1px solid #349534
}

.adminDisplayBloc__tooltip {
  display: none;
  width: 200px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  text-transform: none;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.adminDisplayBloc:hover .adminDisplayBloc__tooltip {
  display: block
}

.admin-msg-box .show-more-sale-details {
  text-decoration: underline;
  font-size: 12px
}

.admin-msg-box .sale_admin_content {
  display: -ms-grid;
  display: grid
}

.admin-msg-box .sale_admin_content div span.left {
  width: 50%;
  float: left;
  text-align: right
}

.admin-msg-box .sale_admin_content div span.right {
  width: 49%;
  float: right;
  text-align: left;
  padding-left: 1%
}

#sale-banner .sale-favorite {
  line-height: 1
}

@media only screen and (min-width: 1025px) {
  #sale-banner #sale-description {
    background: transparent
  }
}

#sale-banner #sale-description .sale-sell-favorite-share .sale-favorite .vpgTooltip-link {
  position: relative;
  overflow: visible
}

#sale-banner #sale-description .sale-sell-favorite-share .sale-favorite .vpgTooltip-link span {
  position: relative
}

#sale-banner .sale-percent {
  position: relative;
  color: #bd1343
}

#sale-banner .sale-percent .offer-price-tag-middle {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  color: #bd1343
}

@media only screen and (max-width: 767px) {
  #sale-banner .sale-percent .offer-price-tag-middle {
    margin-right: 10px;
    background-color: transparent;
    margin-left: 0;
    padding-left: 0
  }
}

#sale-banner .sale-percent .ribbonChild .ribbon-content > span {
  display: block
}

#sale-banner .sale-percent.closed-sale .sale-sell-favorite-share {
  padding-top: 5px;
  width: 36%;
  border-right: 0
}

#sale-banner .sale-percent.closed-sale .sale-sell-favorite-share .sale-sell {
  text-align: center
}

#sale-banner .sale-percent.closed-sale .sale-sell-favorite-share .sale-sell .sale-closed {
  display: block;
  float: none;
  margin: auto 0;
  vertical-align: middle;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #000
}

#sale-banner .sale-percent.closed-sale .sale-sell-favorite-share .sale-sell .cta {
  color: #fff;
  padding: 0 15px;
  margin-top: 3px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  display: inline-block
}

@media only screen and (max-width: 767px) {
  #sale-banner .sale-percent.closed-sale .cta.only-mobile, #sale-banner .sale-percent.closed-sale .sale-sell-favorite-share .sale-sell .cta {
    width: 83px;
    height: auto;
    line-height: 15px;
    margin: 13px 9px 13px 0;
    font-size: .93em;
    padding: 9px 4px;
    float: right
  }

  #sale-banner .sale-percent.closed-sale .cta.only-mobile {
    color: #fff
  }
}

#sale-banner .sale-percent.sale-light-closed .cta.only-mobile {
  display: none
}

@media only screen and (max-width: 767px) {
  #sale-banner .sale-percent.sale-light-closed .cta.only-mobile {
    display: inline-block
  }
}

#sale-banner .favorite-loader {
  position: relative;
  width: 21px;
  height: 18px
}

#sale-banner .favorite-loader .ajax-loader {
  position: relative !important;
  top: auto;
  left: auto;
  margin: 0;
  width: 21px;
  height: 21px
}

#sale-banner #slider-mobile-bottom .sale-favorite {
  height: 19px
}

#sale-banner #slider-mobile-bottom .vpgTooltip-link {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 21px
}

#sale-banner #slider-mobile-bottom .favorite-loader {
  width: 21px;
  height: 19px
}

#sale-banner #slider-mobile-bottom .favorite-loader .ajax-loader {
  width: 17px;
  height: 17px;
  margin-left: -1px;
  vertical-align: middle;
  display: inline-block
}

.sale_details .opinion div.content_welike h4 {
  display: block !important
}

#back-showroom {
  display: -webkit-flex;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  position: relative
}

@media only screen and (max-width: 767px) {
  #back-showroom {
    padding: 0
  }
}

#back-showroom button {
  padding: 0 15px;
  height: 44px
}

#back-showroom a, #back-showroom button {
  margin: 20px auto 0;
  background: #1d1d1d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: normal
}

#back-showroom a {
  padding: 13px 20px;
  border-radius: 2px;
  height: 12px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sale-content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
  }

  #sale-content #content-panel #left-panel {
    width: calc(57% - 5px);
    margin: 15px 0 0
  }

  #sale-content #content-panel #right-panel {
    width: calc(43% - 6px);
    float: right
  }
}

#slider-sale {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border-top: 20px solid transparent
}

#slider-sale, .sliderContainer {
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 1024px) {
  #slider-sale {
    border: 0 none
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sliderContainer {
    background: url("https://images1.bovpg.net/fw/back/fr/ppPlaceholder.jpg") no-repeat 50%;
    background-size: cover
  }
}

@media only screen and (max-width: 767px) {
  #overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10000
  }

  #slider-sale {
    height: auto
  }

  .sliderContainer {
    background: url("https://images1.bovpg.net/r/back/fr/ppPlaceholderMobile.jpg") no-repeat 50%;
    background-size: cover
  }
}

.header-container-not-logged .btn.facebook {
  background: #1976f2
}

.vp-fixed.saleLight {
  top: 85px
}

.vp-fixed.saleLight.no-stackLight {
  z-index: 1
}

#sale-content #sale-container-right.no-stack > .help {
  display: none
}

.help .badge .badge_text {
  color: #555
}

.text_block {
  text-align: center;
  margin: 7%;
  font-size: 12px
}

#sale-content #sale-container-right #price-stack.no-stackLight {
  position: absolute;
  bottom: 0;
  right: 0;
  top: inherit
}

#price-stack-light-sale .price-stack-title {
  background-color: #1d1d1d;
  border-bottom: 4px solid #e6e6e6;
  color: #fff;
  padding: 15px 20px
}

#price-stack-light-sale.vp-title {
  text-transform: uppercase
}

#price-stack-light-sale .vp-text {
  float: right;
  line-height: 16px
}

#slider-mobile-bottom.sale-light > div {
  background: none;
  padding: 16px
}

#slider-mobile-bottom .sale-share {
  float: right
}

#slider-mobile-bottom.sale-light .sale-map {
  text-align: center;
  vertical-align: middle
}

@media only screen and (max-width: 767px) {
  #sale-description.sale-light-closed {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  #sale-description.sale-light-closed > :first-child {
    -webkit-order: 1;
    order: 1
  }

  #sale-description.sale-light-closed > :nth-child(2) {
    -webkit-order: 3;
    order: 3
  }

  #sale-description.sale-light-closed > :nth-child(3) {
    -webkit-order: 2;
    order: 2
  }

  #sale-description.sale-light-closed .sale-helmet-right {
    float: left;
    position: relative;
    height: auto
  }
}

#sale-description.cat-sale-light .btn-container {
  display: block;
  float: right;
  margin-top: 15px;
  width: 21%;
  padding: 0 10px
}

.sale-light .sale-sell-favorite-share .catalog-title {
  text-align: center
}

#price-stack-light-sale .price-type-details {
  display: block
}

.sale-figure .cta-container {
  position: absolute;
  left: 50%;
  bottom: 10px;
  opacity: .8
}

.sale-figure .cta-container .cta {
  position: relative;
  left: -50%;
  font-size: 14px !important;
  zoom: 1;
  height: 35px
}

#price-stack-light-sale .price-stack-body {
  padding-bottom: 5px;
  background: #fff
}

.seo-light #sharer-ppl {
  max-width: 960px;
  padding: 10px;
  width: 100%;
  min-height: 50px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 15px solid #e6e6e6;
  position: relative
}

.seo-light #sharer-ppl:after {
  top: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: hsla(0, 0%, 100%, 0);
  border-top-color: #fff;
  border-width: 9px
}

.seo-light #sharer-ppl #link-subscribe {
  text-decoration: underline;
  cursor: pointer
}

.seo-light #sharer-ppl .ico-facebook {
  float: left;
  width: 5.209%;
  height: 50px;
  margin-right: 1.5%;
  background-color: #f2f2f2;
  overflow: hidden
}

.seo-light #sharer-ppl .ico-facebook .icon-profil {
  font-size: 50px;
  color: #d6d6d6;
  line-height: 65px
}

.seo-light #sharer-ppl .description {
  float: left;
  min-height: 50px;
  line-height: 50px;
  width: 93.291%;
  font-size: 16px;
  font-style: italic
}

.seo-light #sharer-ppl .description .description-vc {
  display: inline-block;
  line-height: normal
}

.seo-light #sharer-ppl .description .description-vc .advantages {
  font-weight: 700;
  color: #000
}

@media only screen and (min-width: 1025px) {
  .catalog #sale-description.cat-sale-light .sale-title {
    width: 31% !important
  }

  .catalog #sale-description.cat-sale-light .btn-container {
    width: 22%
  }

  #btn-back-showroom {
    display: block;
    margin: 20px auto 0;
    width: 40%;
    background: #1d1d1d;
    font-size: 1.28em
  }

  .vp-fixed.saleLight {
    z-index: 1
  }

  .btn.pink.seo-signup {
    margin: 7%;
    cursor: pointer
  }
}

@media only screen and (max-width: 767px) {
  #sale-description.sale-light-opened .sale-title, .catalog #sale-description.cat-sale-light .sale-title {
    width: 71%
  }

  .cross-sale-content {
    overflow: hidden
  }

  #slider-mobile-bottom .sale-sell {
    float: left
  }

  #slider-mobile-bottom.sale-light .sale-map {
    float: right
  }

  .catalog .sale-light .sale-sell-favorite-share .catalog-title {
    width: 60%;
    text-align: center
  }

  .sale-light .sale-sell-favorite-share .catalog-title {
    width: 100%;
    text-align: center
  }

  .btn {
    display: block;
    min-height: 35px;
    line-height: 35px;
    padding: 0 20px;
    color: #fff;
    font-size: 1.1em !important;
    text-align: center;
    height: auto
  }

  #sale-content #sale-container-bottom {
    width: 100%;
    min-height: 320px;
    margin-top: 20px;
    height: auto
  }

  #cross-sale-full-width-slider .sale .sale_content {
    width: 71%;
    display: inline-block;
    padding: 15px 0 3px 2%;
    line-height: 1.5em;
    height: 100%
  }

  #btn-back-showroom {
    width: 83%;
    font-size: 14px
  }

  .sale-figure .cta-container .cta {
    min-width: 90%;
    left: -60%
  }

  .seo-light #sharer-ppl {
    margin-bottom: 15px;
    width: 90%
  }

  .seo-light #sharer-ppl .ico-facebook {
    border-radius: 50%;
    width: 50px;
    position: absolute
  }

  .seo-light #sharer-ppl .description {
    width: 100%;
    padding-left: 60px;
    font-size: 13px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none
  }

  .seo-light #sharer-ppl .description .description-vc {
    display: block
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .catalog #sale-description .sale-title.withmap {
    width: 32% !important
  }

  .catalog #sale-description.cat-sale-light .btn-container {
    display: block;
    float: right;
    margin-top: 15px;
    width: 25%;
    padding: 0 10px
  }

  .catalog #sale-description .catalog-title {
    border-right: 0;
    width: 26%;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 65px;
    font-style: italic
  }

  .seo-light #sharer-ppl {
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 767px) {
  .modalV2.share {
    z-index: 9999;
    background-color: #fff
  }
}

.modalV2.share .modal-dialog {
  width: 480px
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%
  }
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content h1 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    line-height: 40px
  }
}

.modalV2.share .modal-content .close {
  color: #fff
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .close {
    color: #000
  }
}

.modalV2.share .modal-content .modal-body {
  padding-top: 246px
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body {
    padding-top: 0
  }
}

.modalV2.share .modal-content .modal-body .share-title {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 20px;
  margin-top: 87px;
  line-height: 27px;
  top: 0;
  left: 0;
  right: 0
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .share-title {
    position: inherit;
    margin: 0;
    display: block;
    color: #000;
    font-family: Source Sans Pro, sans-serif;
    font-style: normal;
    font-size: 14px;
    top: auto;
    line-height: 18px
  }
}

.modalV2.share .modal-content .modal-body .share-title .share-tooltip .icon-info {
  font-size: 20px;
  margin-left: 5px;
  cursor: pointer
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .share-title .share-tooltip .icon-info {
    font-size: 15px
  }
}

.modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip-bottom:focus:after, .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip-bottom:focus:before, .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip-bottom:hover:after, .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip-bottom:hover:before {
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip:after, .modalV2.share .modal-content .modal-body .share-title .share-tooltip[data-tooltip]:after {
  width: 340px;
  background-color: rgba(0, 0, 0, .8);
  line-height: 18px;
  font-family: Source Sans Pro, sans-serif;
  font-style: normal;
  font-size: 12px;
  padding: 5px
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip:after, .modalV2.share .modal-content .modal-body .share-title .share-tooltip[data-tooltip]:after {
    width: 99%
  }
}

.modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip-bottom:before {
  border-bottom-color: rgba(0, 0, 0, .8)
}

.modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip-top:after, .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip:after, .modalV2.share .modal-content .modal-body .share-title .share-tooltip[data-tooltip]:after {
  margin-left: -170px
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip-top:after, .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip:after, .modalV2.share .modal-content .modal-body .share-title .share-tooltip[data-tooltip]:after {
    margin-left: -51%
  }
}

.modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip-top:before, .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip:before, .modalV2.share .modal-content .modal-body .share-title .share-tooltip[data-tooltip]:before {
  margin-left: 147px
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip-top:before, .modalV2.share .modal-content .modal-body .share-title .share-tooltip.tooltip:before, .modalV2.share .modal-content .modal-body .share-title .share-tooltip[data-tooltip]:before {
    margin-left: 93px
  }
}

.modalV2.share .modal-content .modal-body figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body figure {
    position: inherit;
    margin-top: 15px
  }
}

.modalV2.share .modal-content .modal-body figure .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .25)
}

.modalV2.share .modal-content .modal-body figure .sale-time-remaining {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .75));
  z-index: 1;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 95px 0 15px 15px;
  line-height: 1
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body figure .sale-time-remaining {
    padding: 17% 0 10px 10px
  }
}

.modalV2.share .modal-content .modal-body figure .sale-time-remaining .line-icon-clock {
  margin: -1px 7px 0 0;
  float: left;
  font-size: 16px
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body figure .sale-time-remaining .line-icon-clock {
    font-size: 18px
  }
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body figure .sale-time-remaining .time {
    font-size: 16px
  }
}

.modalV2.share .modal-content .modal-body .sale-destination {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 18px;
  color: #9b9b9b;
  padding: 15px 0 5px
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .sale-destination {
    font-weight: 700;
    color: #1d1d1d;
    font-family: Source Sans Pro, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    padding: 5px
  }
}

.modalV2.share .modal-content .modal-body .hotel-name {
  color: #1d1d1d;
  font-weight: 600
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .hotel-name {
    color: #666;
    font-weight: 400;
    padding: 0 5px
  }
}

.modalV2.share .modal-content .modal-body .sale-name {
  font-weight: 600;
  color: #1d1d1d;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .sale-name {
    color: #666;
    font-weight: 400;
    padding: 0 5px 5px
  }
}

.modalV2.share .modal-content .modal-body .hotel-name, .modalV2.share .modal-content .modal-body .sale-destination, .modalV2.share .modal-content .modal-body .sale-name {
  display: block;
  width: 80%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
  white-space: nowrap
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .hotel-name, .modalV2.share .modal-content .modal-body .sale-destination, .modalV2.share .modal-content .modal-body .sale-name {
    font-size: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    width: 70%;
    max-width: 70%
  }
}

.modalV2.share .modal-content .modal-body .ribbon-content {
  display: table-cell;
  vertical-align: middle;
  color: #bd1343;
  height: 84px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  width: 20%
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .ribbon-content {
    width: 30%;
    height: 69px;
    border-right: 1px solid #e6e6e6
  }
}

.modalV2.share .modal-content .modal-body .ribbon-content .label {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  margin: 0
}

.modalV2.share .modal-content .modal-body .ribbon-content .label.catalog {
  display: block
}

.modalV2.share .modal-content .modal-body .ribbon-content .label.exclusive {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .ribbon-content .label {
    font-weight: 400;
    display: block
  }
}

.modalV2.share .modal-content .modal-body .ribbon-content .ribbon-txt-2, .modalV2.share .modal-content .modal-body .ribbon-content .ribbon-txt-3 {
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  font-size: 28px
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body .ribbon-content .ribbon-txt-2, .modalV2.share .modal-content .modal-body .ribbon-content .ribbon-txt-3 {
    font-weight: 400
  }
}

.modalV2.share .modal-content .modal-body .ribbon-content .ribbon-txt-6 {
  font-size: 11px;
  line-height: 1;
  display: inline-block
}

.modalV2.share .modal-content .modal-body button {
  width: 30.333333%;
  line-height: 43px;
  text-align: left
}

@media only screen and (max-width: 767px) {
  .modalV2.share .modal-content .modal-body button {
    width: 100%;
    border-top: 1px solid #e6e6e6
  }

  .modalV2.share .modal-content .modal-body button.first {
    border-top: none;
    margin-top: 10px
  }

  .modalV2.share .modal-content .modal-body button.checked .icon-check {
    float: right;
    font-size: 20px;
    margin: 12px 5px 0 0
  }

  .modalV2.share .modal-content .modal-body button.checked:after {
    display: none
  }

  .modalV2.share .modal-content .modal-body button:after {
    font-family: vpgseticon;
    content: "\E617";
    font-size: 14px;
    float: right;
    margin-right: 10px
  }
}

.modalV2.share .modal-content .modal-body button i {
  font-size: 22px;
  float: left;
  margin: 10px
}

.modalV2.share .modal-content .modal-body button .button-text {
  float: left
}

.modalV2.share .modal-content .modal-body button .icon-check {
  font-size: 10px;
  float: left;
  margin: 17px 0 0 2px
}

.modalV2.share .modal-content .modal-body .separator-with-text {
  display: block;
  color: #9b9b9b;
  font-size: 14px;
  margin: -10px 0 5px
}

.modalV2.share .modal-content .modal-body .separator-with-text:after, .modalV2.share .modal-content .modal-body .separator-with-text:before {
  background-color: #e6e6e6
}

.modalV2.share .modal-content .modal-body .error, .modalV2.share .modal-content .modal-body .success {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  line-height: 17px
}

.modalV2.share .modal-content .modal-body .send {
  color: #000
}

.modalV2.share .modal-content .modal-body .send-notice {
  color: #9b9b9b
}

.modalV2.share .modal-content .modal-body .input-email {
  margin-top: 5px;
  float: left;
  width: 66.66666666%
}

.modalV2.share .modal-content .modal-body .submit {
  float: left;
  border: 1px solid #bd1343;
  background-color: #bd1343;
  color: #fff;
  text-align: center;
  margin: 5px 0 0 2%;
  width: 31.333333%;
  line-height: 32px
}

.modalV2.share .modal-content .modal-body .submit.email-sent {
  border-color: #000;
  color: #000;
  background-color: #fff
}

.modalV2.share .modal-content .modal-body .submit.email-sent i {
  float: none;
  font-size: 14px;
  margin: 0 5px 0 0
}

.modalV2.share .modal-content .modal-body .add-message {
  float: left;
  width: 100%;
  line-height: 1;
  padding-top: 15px
}

.modalV2.share .modal-content .modal-body .add-message i {
  font-size: 13px;
  font-weight: 700;
  margin: 0 8px 5px 0
}

.modalV2.share .modal-content .modal-body textarea {
  resize: none;
  text-align: left;
  background-color: #e6e6e6;
  color: #000;
  margin-top: 10px;
  font-size: 14px;
  width: 100%;
  float: left
}

.modal--login .modal-content {
  height: auto !important
}

.modal--login .modal-dialog {
  margin: 0 auto !important;
  max-width: 440px
}

@media only screen and (min-width: 768px) {
  .modal--login .modal-dialog {
    top: 100px;
    width: 520px !important;
    max-width: 520px
  }
}

.modal--login .modal-header {
  border-bottom: none !important;
  padding: 30px 30px 0 !important
}

@media only screen and (min-width: 768px) {
  .modal--login .modal-header {
    padding: 40px 70px 0 !important
  }
}

.modal--login .modal-body {
  padding: 30px
}

@media only screen and (min-width: 768px) {
  .modal--login .modal-body {
    padding: 25px 0 20px !important
  }
}

.WrapperLogin__close {
  position: fixed;
  right: 0;
  top: -20px;
  font-size: 14px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width: 767px) {
  .WrapperLogin__close {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: .9;
    line-height: 16px;
    font-size: 16px;
    color: #666
  }
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__close {
    padding: 0
  }
}

.WrapperLogin__close span {
  position: relative;
  top: -2px;
  left: -6px
}

.WrapperLogin__header {
  text-align: center
}

.WrapperLogin__header__title {
  display: block;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: #000
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__header__title {
    font-size: 28px;
    line-height: 1.2;
    color: #1d1d1d
  }
}

.WrapperLogin__header__title:after {
  display: block;
  content: "";
  border-bottom: 3px solid #bd1343;
  margin: 15px auto 20px;
  width: 20px;
  opacity: .9
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__header__title:after {
    margin: 15px auto 25px
  }
}

.WrapperLogin__header__subtitle {
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000
}

.WrapperLogin__header__subtitle .bold, .WrapperLogin__header__subtitle .subtitle-hotel {
  font-weight: 700
}

.WrapperLogin__header__subtitle .subtitle-hotel {
  color: #bd1343
}

.WrapperLogin__body__forms {
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__body__forms {
    margin: 0 auto 20px;
    width: 380px
  }
}

.WrapperLogin__body__alreadyMember {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #1d1d1d;
  text-decoration: underline;
  margin: 15px 0 10px
}

.WrapperLogin__body__alreadyMember .bold {
  font-weight: 700
}

.WrapperLogin__social-networks .separator-with-text {
  font-size: 14px;
  margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
  .WrapperLogin__social-networks .separator-with-text {
    font-weight: 700
  }
}

.WrapperLogin__social-networks__connectors {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.WrapperLogin__social-networks__connectors .SocialLoginGoogle, .WrapperLogin__social-networks__connectors .WrapperLogin__facebook-form {
  margin-bottom: 10px
}

.WrapperLogin__social-networks__connectors .ShowMoreSocialLoginsButton, .WrapperLogin__social-networks__connectors .ShowMoreSocialLoginsButton:hover:enabled {
  color: #1d1d1d
}

.WrapperLogin__social-networks__connectors .SocialLoginApple {
  border: 1px solid #d3d3d3
}

.WrapperLogin__login-form {
  margin-bottom: 15px
}

.WrapperLogin__login-form .form-group:first-of-type {
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__login-form .form-group:first-of-type {
    margin-bottom: 7px
  }
}

.WrapperLogin__login-form .form-group:nth-child(2) {
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__login-form .form-group:nth-child(2) {
    margin-bottom: 17px
  }
}

.WrapperLogin__login-form .form-group input[type=email] {
  width: 100%;
  height: 44px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 13px 17px;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #666;
  font-weight: 700
}

.WrapperLogin__login-form .form-group input[type=email].error {
  display: inline-block;
  border: 1px solid #bd1343
}

.WrapperLogin__login-form .form-group input[type=submit] {
  width: 100%;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff
}

.WrapperLogin__facebook-form, .WrapperLogin__google-form {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto
}

.WrapperLogin__facebook-form__fb-group, .WrapperLogin__facebook-form__google-group, .WrapperLogin__google-form__fb-group, .WrapperLogin__google-form__google-group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  border-radius: 2px;
  cursor: pointer
}

.WrapperLogin__facebook-form__fb-group__cta-text, .WrapperLogin__facebook-form__google-group__cta-text, .WrapperLogin__google-form__fb-group__cta-text, .WrapperLogin__google-form__google-group__cta-text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: inherit;
  font-weight: 700;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  color: #fff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 20px
}

@media only screen and (max-width: 365px) {
  .WrapperLogin__facebook-form__fb-group__cta-text, .WrapperLogin__facebook-form__google-group__cta-text, .WrapperLogin__google-form__fb-group__cta-text, .WrapperLogin__google-form__google-group__cta-text {
    font-size: 12px;
    padding-right: 15px
  }
}

.WrapperLogin__facebook-form__fb-group {
  background-color: #1976f2
}

.WrapperLogin__facebook-form__fb-group__icon {
  padding: 10px
}

.WrapperLogin__facebook-form__fb-group__icon--mask {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 2px
}

.WrapperLogin__facebook-form__fb-group__icon i {
  position: relative;
  left: 5px;
  top: 5px;
  font-size: 20px
}

.WrapperLogin__facebook-form__fb-group__icon i:before {
  color: #1976f2
}

.WrapperLogin__facebook-form__button {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  height: 40px;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 3px;
  text-align: center;
  width: 100%;
  border: 1px solid #d3d3d3
}

.WrapperLogin__facebook-form__button:hover {
  opacity: .99
}

.WrapperLogin__facebook-form__icon {
  -webkit-flex: 0 0 32px;
  flex: 0 0 32px;
  background-color: #fff;
  text-align: right
}

.WrapperLogin__facebook-form__icon img {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 18px;
  height: 18px
}

.WrapperLogin__facebook-form__text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #414141;
  white-space: nowrap;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 8px
}

.WrapperLogin__facebook-form__text--short {
  display: none
}

.WrapperLogin__facebook-form__text--long {
  display: inline
}

.WrapperLogin__google-form__google-group {
  background-color: #4285f4
}

.WrapperLogin__google-form__google-group__icon {
  padding: 3px 10px 3px 3px
}

.WrapperLogin__google-form__google-group__icon--mask {
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 2px;
  background-color: #fff
}

.WrapperLogin__google-form__google-group__icon i {
  position: relative;
  left: 8px;
  top: 9px
}

.WrapperLogin__google-form__google-group__icon i:before {
  color: #fff;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgoKIDxnPgogIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4KICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyBzdHJva2U9Im51bGwiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgaWQ9Ikdvb2dsZS1CdXR0b24iPgogICA8ZyBzdHJva2U9Im51bGwiIGlkPSI5LVBBVENIIi8+CiAgIDxnIHN0cm9rZT0ibnVsbCIgaWQ9ImJ0bl9nb29nbGVfbGlnaHRfbm9ybWFsIj4KICAgIDxnIHN0cm9rZT0ibnVsbCIgZmlsdGVyPSJ1cmwoI2ZpbHRlci0xKSIgaWQ9ImJ1dHRvbiI+CiAgICAgPGcgc3Ryb2tlPSJudWxsIiBpZD0iYnV0dG9uLWJnIj4KICAgICAgPHVzZSBzdHJva2U9Im51bGwiIHRyYW5zZm9ybT0ibWF0cml4KDEuMDU1NTU1NTQyNDcwMzA1OCwwLDAsMS4xMTExMTExNTA1MzA2NjMsLTEzLjc3Nzc3NzM1NjE2NTcwMiwtMTYuNTU1NTU2ODIyNjg1MDIpICIgaWQ9InN2Z18xIiB4PSIzIiB5PSIzLjkiIHhsaW5rOmhyZWY9IiNwYXRoLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIvPgogICAgICA8dXNlIHN0cm9rZT0ibnVsbCIgdHJhbnNmb3JtPSJtYXRyaXgoMS4wNTU1NTU1NDI0NzAzMDU4LDAsMCwxLjExMTExMTE1MDUzMDY2MywtMTMuNzc3Nzc3MzU2MTY1NzAyLC0xNi41NTU1NTY4MjI2ODUwMikgIiBpZD0ic3ZnXzIiIHg9IjMiIHk9IjMuOSIgeGxpbms6aHJlZj0iI3BhdGgtMiIgZmlsbD0ibm9uZSIvPgogICAgICA8dXNlIHN0cm9rZT0ibnVsbCIgdHJhbnNmb3JtPSJtYXRyaXgoMS4wNTU1NTU1NDI0NzAzMDU4LDAsMCwxLjExMTExMTE1MDUzMDY2MywtMTMuNzc3Nzc3MzU2MTY1NzAyLC0xNi41NTU1NTY4MjI2ODUwMikgIiBpZD0ic3ZnXzMiIHg9IjMiIHk9IjMuOSIgeGxpbms6aHJlZj0iI3BhdGgtMiIgZmlsbD0ibm9uZSIvPgogICAgICA8dXNlIHN0cm9rZT0ibnVsbCIgdHJhbnNmb3JtPSJtYXRyaXgoMS4wNTU1NTU1NDI0NzAzMDU4LDAsMCwxLjExMTExMTE1MDUzMDY2MywtMTMuNzc3Nzc3MzU2MTY1NzAyLC0xNi41NTU1NTY4MjI2ODUwMikgIiBpZD0ic3ZnXzQiIHg9IjMiIHk9IjMuOSIgeGxpbms6aHJlZj0iI3BhdGgtMiIgZmlsbD0ibm9uZSIvPgogICAgIDwvZz4KICAgIDwvZz4KICAgIDxnIHN0cm9rZT0ibnVsbCIgaWQ9ImxvZ29fZ29vZ2xlZ180OGRwIj4KICAgICA8cGF0aCBzdHJva2U9Im51bGwiIGZpbGw9IiM0Mjg1RjQiIGlkPSJTaGFwZSIgZD0ibTE5LjYyLDEwLjIyNzI3N2MwLC0wLjcwOTEgLTAuMDYwNDUyLC0xLjM5MDkxMSAtMC4xNzI3MzEsLTIuMDQ1NDU2bC04Ljk0NzI2OSwwbDAsMy44NjgxNzhsNS4xMTI3MzEsMGMtMC4yMjAyMzEsMS4yNSAtMC44ODk1NDgsMi4zMDkwODkgLTEuODk1NjgzLDMuMDE4MTc4bDAsMi41MDkxbDMuMDcwMjIxLDBjMS43OTYzNjYsLTEuNzQwOTExIDIuODMyNzMxLC00LjMwNDU1NiAyLjgzMjczMSwtNy4zNWwwLDB6Ii8+CiAgICAgPHBhdGggc3Ryb2tlPSJudWxsIiBmaWxsPSIjMzRBODUzIiBpZD0iU2hhcGUiIGQ9Im0xMC41LDIwYzIuNTY1LDAgNC43MTU0NTIsLTAuODk1NDU2IDYuMjg3MjY5LC0yLjQyMjcyMmwtMy4wNzAyMjEsLTIuNTA5MWMtMC44NTA2ODMsMC42IC0xLjkzODg2NiwwLjk1NDU0NCAtMy4yMTcwNDgsMC45NTQ1NDRjLTIuNDc0MzE3LDAgLTQuNTY4NjM0LC0xLjc1OTA4OSAtNS4zMTU2ODMsLTQuMTIyNzIybC0zLjE3Mzg2NiwwbDAsMi41OTA5MTFjMS41NjMxODMsMy4yNjgxNzggNC43NzU5MTQsNS41MDkwODkgOC40ODk1NDgsNS41MDkwODlsMCwweiIvPgogICAgIDxwYXRoIHN0cm9rZT0ibnVsbCIgZmlsbD0iI0ZCQkMwNSIgaWQ9IlNoYXBlIiBkPSJtNS4xODQzMTcsMTEuOWMtMC4xOSwtMC42IC0wLjI5Nzk1MiwtMS4yNDA5MTEgLTAuMjk3OTUyLC0xLjljMCwtMC42NTkwODkgMC4xMDc5NTIsLTEuMyAwLjI5Nzk1MiwtMS45bDAsLTIuNTkwOTExbC0zLjE3Mzg2NiwwYy0wLjY0MzQwMywxLjM1IC0xLjAxMDQ1MiwyLjg3NzI3OCAtMS4wMTA0NTIsNC40OTA5MTFjMCwxLjYxMzYzMyAwLjM2NzA0OCwzLjE0MDkxMSAxLjAxMDQ1Miw0LjQ5MDkxMWwzLjE3Mzg2NiwtMi41OTA5MTFsMCwweiIvPgogICAgIDxwYXRoIHN0cm9rZT0ibnVsbCIgZmlsbD0iI0VBNDMzNSIgaWQ9IlNoYXBlIiBkPSJtMTAuNSwzLjk3NzI3N2MxLjM5NDc2OSwwIDIuNjQ3MDQ4LDAuNTA0NTQ0IDMuNjMxNTg2LDEuNDk1NDQ0bDIuNzI0Nzc5LC0yLjg2ODE3OGMtMS42NDUyMzEsLTEuNjEzNjMzIC0zLjc5NTY4MywtMi42MDQ1NDUgLTYuMzU2MzY1LC0yLjYwNDU0NWMtMy43MTM2MzQsMCAtNi45MjYzNjUsMi4yNDA5MTEgLTguNDg5NTQ4LDUuNTA5MDg5bDMuMTczODY2LDIuNTkwOTExYzAuNzQ3MDQ4LC0yLjM2MzYzMyAyLjg0MTM2NiwtNC4xMjI3MjIgNS4zMTU2ODMsLTQuMTIyNzIybDAsMHoiLz4KICAgICA8cGF0aCBzdHJva2U9Im51bGwiIGlkPSJTaGFwZSIgZD0ibTEsLTAuMDAwMDAxbDE5LDBsMCwyMC4wMDAwMDFsLTE5LDBsMCwtMjAuMDAwMDAxeiIvPgogICAgPC9nPgogICAgPGcgc3Ryb2tlPSJudWxsIiBpZD0iaGFuZGxlc19zcXVhcmUiLz4KICAgPC9nPgogIDwvZz4KIDwvZz4KPC9zdmc+")
}

.WrapperLogin__footer {
  padding: 10px 17px
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__footer {
    padding: 20px 0 15px
  }
}

.WrapperLogin__footer__reassurance {
  text-align: center
}

.WrapperLogin__footer__reassurance__advantages, .WrapperLogin__footer__reassurance__title {
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  color: #666
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__footer__reassurance__advantages, .WrapperLogin__footer__reassurance__title {
    font-size: 14px;
    line-height: 18px
  }
}

.WrapperLogin__footer__reassurance__title {
  display: block;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 5px
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__footer__reassurance__title {
    margin-bottom: 10px
  }
}

.WrapperLogin__footer__reassurance__advantages {
  line-height: 15px
}

.WrapperLogin__footer--gray {
  background-color: #e6e6e6
}

.WrapperLogin__legal {
  font-size: 12px;
  text-align: center;
  margin: 10px 0;
  line-height: 1.2
}

@media only screen and (min-width: 768px) {
  .WrapperLogin__legal {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto
  }
}

.WrapperLoginCompact {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 1042;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #fff
}

.WrapperLoginCompact__button {
  border-radius: 2px 2px 0 0
}

#checkbox-text, .cookie-usage {
  font-weight: 400 !important;
  font-size: 12px !important
}

.error a {
  display: inline
}

#crossSaleCarouselLight .sale {
  margin: 1%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e6e6e6;
  cursor: pointer
}

#crossSaleCarouselLight .sale a {
  margin: 0;
  text-decoration: none;
  cursor: pointer
}

#crossSaleCarouselLight .sale img {
  width: 100%;
  height: auto
}

#crossSaleCarouselLight .sale .trailer-link {
  z-index: 10;
  position: absolute;
  width: 50px;
  text-align: right;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 45px;
  background: none;
  display: none \9
}

#crossSaleCarouselLight .sale .trailer-link i {
  font-size: 20px;
  color: #fff;
  padding-right: 15%;
  vertical-align: middle
}

#crossSaleCarouselLight .sale .sale-image {
  background: #d6d6d6 no-repeat 0 0
}

#crossSaleCarouselLight .sale .tag {
  color: #fff;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px
}

#crossSaleCarouselLight .sale .sale-time-remaining {
  margin: 5px 0 0
}

#crossSaleCarouselLight .sale.col-6 .sale-time-remaining {
  top: 203px;
  position: absolute;
  left: 0
}

#crossSaleCarouselLight .sale.col-12 .sale-time-remaining {
  top: 378px
}

#crossSaleCarouselLight .sale .sale_content {
  width: 78%;
  float: left;
  background: #fff;
  padding: 12px 0 12px 2%;
  line-height: 1.2em;
  height: 100%;
  min-height: 56px;
  max-height: 56px
}

#crossSaleCarouselLight .sale .sale_content i.line-icon-clock {
  font-size: 14px;
  margin: 0 10px;
  color: #fff
}

#crossSaleCarouselLight .sale .sale-destination, #crossSaleCarouselLight .sale .sale-name {
  padding: 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 17px
}

#crossSaleCarouselLight .sale .hotel-name, #crossSaleCarouselLight .sale .sale-name {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 100%
}

#crossSaleCarouselLight .sale .sale-name {
  height: auto
}

#crossSaleCarouselLight .sale .sale-destination {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  color: #1d1d1d;
  width: 97.9591836734694%;
  margin-bottom: 5px
}

#crossSaleCarouselLight .sale .hotel-name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px
}

#crossSaleCarouselLight .sale .sale_price_separator {
  width: 2%;
  background: #e6e6e6;
  height: 60px;
  float: left;
  margin: 4px 0
}

#crossSaleCarouselLight .sale .sale_price {
  width: 20%;
  background: #fff;
  float: left;
  height: 100%;
  min-height: 66px;
  max-height: none;
  padding: 0
}

#crossSaleCarouselLight .sale .ribbon {
  max-height: 80px;
  min-height: 80px;
  height: 80px;
  border-left: 1px solid #e6e6e6;
  width: 100%
}

#crossSaleCarouselLight .sale .ribbon .label {
  display: block
}

#crossSaleCarouselLight .sale .next a {
  padding: 0;
  cursor: pointer
}

#crossSaleCarouselLight .sale .next a.next-sale-btn {
  position: absolute;
  right: 5px;
  float: none;
  display: inline-block;
  width: auto;
  background: none repeat scroll 0 0
}

#crossSaleCarouselLight .sale .next a.next-sale-btn span.btn {
  font-size: 14px;
  padding: 0 15px;
  background: rgba(189, 19, 67, .8)
}

#crossSaleCarouselLight .sale .next .sale_price_separator {
  width: 2%;
  background: #d6d6d6;
  float: left;
  margin: 4px 0
}

#crossSaleCarouselLight .sale .sale-bottom {
  display: block;
  border-top: 1px solid #e6e6e6;
  margin: 15px 0 0;
  padding: 5px 0;
  width: 100%;
  position: relative;
  height: 28px;
  line-height: 28px
}

#crossSaleCarouselLight .sale .sale-end {
  display: inline-block;
  color: #666;
  vertical-align: middle
}

#crossSaleCarouselLight .sale .sale-end .icon-watch {
  vertical-align: middle;
  margin: -2px 0 0
}

#crossSaleCarouselLight .sale .icon-event1, #crossSaleCarouselLight .sale .icon-event2, #crossSaleCarouselLight .sale .icon-event3, #crossSaleCarouselLight .sale .icon-event4, #crossSaleCarouselLight .sale .icon-new {
  position: absolute;
  top: 0;
  left: 0;
  display: block
}

#crossSaleCarouselLight .sale .picto-event {
  display: block;
  color: #fff;
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0
}

#crossSaleCarouselLight .ribbonChild .ribbon-content > span {
  display: block
}

#crossSaleCarouselLight .lt-ie8 .sale .sale-end {
  float: left
}

#crossSaleCarouselLight .ribbon {
  display: table;
  text-align: center;
  margin: 0 auto;
  color: #bd1343;
  max-height: 70px;
  min-height: 70px;
  width: 98%;
  height: 70px
}

#crossSaleCarouselLight .ribbon .ribbon-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

#crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-1 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin: 0
}

#crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-2, #crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-3, #crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-3.medium_text {
  font-size: 28px;
  line-height: 23px;
  font-weight: 400
}

#crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-2 {
  line-height: 22px;
  font-weight: 400;
  margin: 0
}

#crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-2 .small_text {
  font-size: 17px
}

#crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-3.chf {
  font-size: 14px !important
}

#crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-3 .small_text {
  font-size: 13px
}

#crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  display: block;
  padding: 5px
}

#crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-5 {
  font-size: 12px;
  display: block;
  line-height: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0 20% 5px
}

#crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-5 + .ribbon-txt-2 {
  font-size: 24px
}

#crossSaleCarouselLight .ribbon-black {
  background-color: #000
}

@media only screen and (min-width: 1025px) {
  #crossSaleCarouselLight .sale {
    position: relative
  }

  #crossSaleCarouselLight .sale .sale-time-remaining {
    margin: 5px 0 0
  }

  #crossSaleCarouselLight .sale .hotel-name, #crossSaleCarouselLight .sale .trailer-link {
    display: inline-block
  }

  #crossSaleCarouselLight .sale .sale-figure {
    position: relative;
    max-height: 244px;
    overflow: hidden
  }

  #crossSaleCarouselLight .sale i.line-icon-clock {
    color: #fff;
    margin: 0 10px
  }

  #crossSaleCarouselLight .sale .sale-time-remaining {
    position: absolute;
    top: 205px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    color: #fff
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #crossSaleCarouselLight .sale .sale-name {
    font-size: 14px
  }

  #crossSaleCarouselLight .sale .hotel-name, #crossSaleCarouselLight .sale .sale-name {
    font-weight: 600
  }

  #crossSaleCarouselLight .sale .sale-destination, #crossSaleCarouselLight .sale .sale-name {
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 17px
  }

  #crossSaleCarouselLight .sale .ribbon {
    max-height: 66px;
    min-height: 66px;
    height: 66px
  }
}

@media only screen and (max-width: 1024px) {
  #crossSaleCarouselLight .sale {
    position: relative
  }

  #crossSaleCarouselLight .sale.col-6 .sale-time-remaining {
    bottom: 80px;
    top: inherit;
    color: #fff;
    margin: 0;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    background-size: auto 37px
  }

  #crossSaleCarouselLight .sale.catalog .sale_content .sale-time-remaining {
    top: inherit
  }

  #crossSaleCarouselLight .sale .ribbon {
    max-height: 66px;
    min-height: 66px;
    height: 66px
  }

  #crossSaleCarouselLight .sale .hotel-name, #crossSaleCarouselLight .sale .sale-name {
    font-weight: 400
  }

  #crossSaleCarouselLight .sale .sale-destination, #crossSaleCarouselLight .sale .sale-name {
    font-size: 14px;
    white-space: nowrap;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 17px
  }

  #crossSaleCarouselLight .sale .sale_content {
    width: 78%
  }

  #crossSaleCarouselLight .sale.next a.next-sale-btn {
    top: unset;
    bottom: 85px
  }

  #crossSaleCarouselLight .sale .sale-figure {
    position: relative
  }

  #crossSaleCarouselLight .sale .sale-bottom {
    height: 40px;
    line-height: 40px
  }

  #crossSaleCarouselLight .sale .trailer-link i {
    padding-right: 10%
  }
}

@media only screen and (min-width: 768px) {
  #crossSaleCarouselLight .sale-time-remaining {
    background: linear-gradient(180deg, transparent 1%, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75));
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000", GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000", GradientType=0)
  }
}

@media only screen and (min-width: 1025px) {
  #crossSaleCarouselLight .push-promo, #crossSaleCarouselLight .sale, #crossSaleCarouselLight .sale .sale-figure {
    position: relative
  }

  #crossSaleCarouselLight .sale i.line-icon-clock {
    margin: 0 10px
  }

  #crossSaleCarouselLight .sale .sale-time-remaining {
    margin: 1px 0 0
  }

  #crossSaleCarouselLight .sale .sale_price_separator {
    height: 58px;
    margin: 6px 0
  }

  #crossSaleCarouselLight .ribbon {
    max-height: 66px;
    min-height: 66px;
    height: 66px
  }

  #crossSaleCarouselLight .sale.next a.next-sale-btn {
    top: 205px
  }
}

#content-panel #left-panel {
  width: 62%;
  margin-right: 1%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: auto
}

#content-panel #content-tabs {
  display: -webkit-flex;
  display: flex;
  margin: 20px 0;
  width: 100%;
  touch-action: manipulation;
  background: #fff;
  overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content-panel #content-tabs {
    margin: 10px 0
  }
}

@media only screen and (max-width: 767px) {
  #content-panel #content-tabs {
    display: block;
    margin: 20px 0 5px;
    /*        position: -webkit-sticky;*/
    /*        position: sticky;*/
    top: 0;
    z-index: 4;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  #content-panel #content-tabs::-webkit-scrollbar {
    display: none
  }

  .pax .pax-selectors-container .pax-type .number-picker button.decrease, .pax .pax-selectors-container .pax-type .number-picker button.increase {
    margin: 0 6px !important;
  }
}

#content-panel #content-tabs .tab {
  padding: 0
}

@media only screen and (max-width: 767px) {
  #content-panel #content-tabs .tab {
    display: inline-block;
    float: none
  }

  html, body {
    height: 100%;
  }

  .item {
    /*        max-width: 95%!important;*/
  }

  #modal-mosaic {
    padding-left: 0px !important;
  }
}

#content-panel #content-tabs .tab .tab-button {
  font-family: Source Sans Pro, sans-serif;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 40px;
  border-bottom: 4px solid transparent;
  -ms-overflow-style: none;
  scrollbar-width: none
}

@media only screen and (max-width: 767px) {
  #content-panel #content-tabs .tab .tab-button {
    padding: 16px 10px
  }
}

#content-panel #content-tabs .tab .tab-button.open {
  color: #bd1343;
  border-color: #bd1343
}

@media only screen and (min-width: 768px) {
  #content-panel #content-tabs-stacked {
    z-index: 9999 !important;
    touch-action: manipulation;
    width: 100%;
    top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    right: 0
  }

  #content-panel #content-tabs-stacked .tab {
    padding: 0
  }

  #content-panel #content-tabs-stacked .tab .tab-button {
    font-family: Source Sans Pro, sans-serif;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 22px 40px;
    border-bottom: 4px solid transparent;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  #content-panel #content-tabs-stacked .tab .tab-button.open {
    color: #bd1343;
    border-color: #bd1343
  }
}

#content-panel #right-panel {
  width: 35.894736842%;
  margin-left: 1.052631579%;
  float: left;
  position: relative
}

@media only screen and (max-width: 767px) {
  #content-panel #right-panel {
    margin-top: 0;
    width: 97%;
    margin-left: 1.5%;
    padding: 0
  }
}

#content-panel .tab-content {
  background-color: #fff;
  padding: 0 3.125%;
  display: none
}

#content-panel .tab-content.tab-active {
  display: block
}

@media only screen and (max-width: 767px) {
  #content-panel .tab-content.offers {
    background-color: inherit
  }
}

#content-panel .slick-slider .slick-arrow {
  background: none
}

#content-panel .slick-slider .slick-slide {
  height: auto
}

#content-panel .slick-slider .slick-next, #content-panel .slick-slider .slick-prev {
  margin-top: 0
}

.mapZoom {
  height: auto;
  width: auto;
  padding: 0 21.5px;
  bottom: 30px;
  right: 10px;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #d3d3d3;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  z-index: 1;
  position: absolute;
  cursor: pointer
}

@media only screen and (max-width: 767px) {
  .mapZoom {
    bottom: 10px
  }
}

.tab-content.details .clearfix, .tab-content.formalities .clearfix, .tab-content.presentation .clearfix {
  clear: both
}

.tab-content.details .paragraphs > div, .tab-content.formalities .paragraphs > div, .tab-content.presentation .paragraphs > div {
  font-size: 14px;
  color: #2c2c2c;
  height: auto;
  display: block;
  width: 100%
}

.tab-content.details .paragraphs > div:first-child h4, .tab-content.formalities .paragraphs > div:first-child h4, .tab-content.presentation .paragraphs > div:first-child h4 {
  border: none;
  margin-top: 0
}

.tab-content.details .left, .tab-content.formalities .left, .tab-content.presentation .left {
  float: left
}

.tab-content.details .right, .tab-content.formalities .right, .tab-content.presentation .right {
  display: inline
}

.tab-content.details .title-only, .tab-content.formalities .title-only, .tab-content.presentation .title-only {
  margin-bottom: -15px
}

.tab-content.details .title-with-triplabel, .tab-content.formalities .title-with-triplabel, .tab-content.presentation .title-with-triplabel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.tab-content.details .title-with-triplabel img, .tab-content.formalities .title-with-triplabel img, .tab-content.presentation .title-with-triplabel img {
  height: 60px
}

.tab-content.details h4, .tab-content.formalities h4, .tab-content.presentation h4 {
  text-align: left;
  font-size: 22px;
  margin: 10px 0 0;
  line-height: 22px;
  width: 100%;
  border-top: 1px dashed #666;
  color: #2c2c2c;
  padding: 20px 0 5px;
  font-family: Georgia, Times New Roman, Times, serif
}

.tab-content.details h4 em, .tab-content.formalities h4 em, .tab-content.presentation h4 em {
  color: #bd1343;
  display: block
}

.tab-content.details .p span.block, .tab-content.formalities .p span.block, .tab-content.presentation .p span.block {
  display: block;
  color: #666
}

.tab-content.details .p span.block strong, .tab-content.formalities .p span.block strong, .tab-content.presentation .p span.block strong {
  color: #1d1d1d
}

.tab-content.details .subtitle, .tab-content.formalities .subtitle, .tab-content.presentation .subtitle {
  vertical-align: middle;
  margin: 0;
  font-weight: 700
}

.tab-content.details .subtitle2, .tab-content.formalities .subtitle2, .tab-content.presentation .subtitle2 {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  font-family: Georgia, Times New Roman, Times, serif
}

.tab-content.details .subtitle2.text, .tab-content.formalities .subtitle2.text, .tab-content.presentation .subtitle2.text {
  padding-bottom: 5px
}

.tab-content.details figure.icon.mapPicture, .tab-content.formalities figure.icon.mapPicture, .tab-content.presentation figure.icon.mapPicture {
  margin: 0 20px 5px 0
}

.tab-content.details figure.icon:not(.mapPicture), .tab-content.formalities figure.icon:not(.mapPicture), .tab-content.presentation figure.icon:not(.mapPicture) {
  margin: 10px 10px 10px 0;
  width: 50px
}

@media only screen and (max-width: 767px) {
  .tab-content.details figure.icon:not(.mapPicture), .tab-content.formalities figure.icon:not(.mapPicture), .tab-content.presentation figure.icon:not(.mapPicture) {
    width: 40px;
    margin: 10px 0 5px
  }
}

.tab-content.details figure.icon, .tab-content.formalities figure.icon, .tab-content.presentation figure.icon {
  line-height: 17px;
  text-align: center;
  background: none;
  height: auto
}

@media only screen and (max-width: 767px) {
  .tab-content.details figure.icon, .tab-content.formalities figure.icon, .tab-content.presentation figure.icon {
    text-align: left;
    padding-left: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

.tab-content.details figure.icon i, .tab-content.formalities figure.icon i, .tab-content.presentation figure.icon i {
  color: #2c2c2c;
  line-height: 26px;
  font-size: 22px
}

.tab-content.details button.link-pdf, .tab-content.formalities button.link-pdf, .tab-content.presentation button.link-pdf {
  color: #1d1d1d;
  display: inline;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  vertical-align: baseline
}

.tab-content.details .paragraph-info .p, .tab-content.details .paragraph-note .p, .tab-content.formalities .paragraph-info .p, .tab-content.formalities .paragraph-note .p, .tab-content.presentation .paragraph-info .p, .tab-content.presentation .paragraph-note .p {
  font-weight: 400;
  line-height: 22px;
  color: #666
}

.tab-content.details .paragraph-address .p, .tab-content.formalities .paragraph-address .p, .tab-content.presentation .paragraph-address .p {
  padding: 0 0 15px
}

.tab-content.details .paragraph-textBulletPoints .p, .tab-content.details .paragraph-textBulletPointsColumns .p, .tab-content.details .welike .p, .tab-content.formalities .paragraph-textBulletPoints .p, .tab-content.formalities .paragraph-textBulletPointsColumns .p, .tab-content.formalities .welike .p, .tab-content.presentation .paragraph-textBulletPoints .p, .tab-content.presentation .paragraph-textBulletPointsColumns .p, .tab-content.presentation .welike .p {
  font-weight: 700
}

.tab-content.details .paragraph-textBulletPointsColumns ul, .tab-content.details .paragraph-textBulletPoints ul, .tab-content.details .welike ul, .tab-content.formalities .paragraph-textBulletPointsColumns ul, .tab-content.formalities .paragraph-textBulletPoints ul, .tab-content.formalities .welike ul, .tab-content.presentation .paragraph-textBulletPointsColumns ul, .tab-content.presentation .paragraph-textBulletPoints ul, .tab-content.presentation .welike ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.tab-content.details .paragraph-textBulletPointsColumns ul li, .tab-content.details .paragraph-textBulletPoints ul li, .tab-content.details .welike ul li, .tab-content.formalities .paragraph-textBulletPointsColumns ul li, .tab-content.formalities .paragraph-textBulletPoints ul li, .tab-content.formalities .welike ul li, .tab-content.presentation .paragraph-textBulletPointsColumns ul li, .tab-content.presentation .paragraph-textBulletPoints ul li, .tab-content.presentation .welike ul li {
  margin-bottom: 8px;
  list-style: disc outside;
  margin-left: 17px;
  line-height: 22px
}

@media only screen and (min-width: 768px) {
  .tab-content.details .paragraph-textBulletPointsColumns ul, .tab-content.formalities .paragraph-textBulletPointsColumns ul, .tab-content.presentation .paragraph-textBulletPointsColumns ul {
    float: left;
    width: 50%
  }
}

.tab-content.details .paragraph-imageText .p, .tab-content.details .paragraph-subtitle2ImageText .p, .tab-content.details .paragraph-titleImageText .p, .tab-content.details .paragraph-titleSubtitle2ImageText .p, .tab-content.formalities .paragraph-imageText .p, .tab-content.formalities .paragraph-subtitle2ImageText .p, .tab-content.formalities .paragraph-titleImageText .p, .tab-content.formalities .paragraph-titleSubtitle2ImageText .p, .tab-content.presentation .paragraph-imageText .p, .tab-content.presentation .paragraph-subtitle2ImageText .p, .tab-content.presentation .paragraph-titleImageText .p, .tab-content.presentation .paragraph-titleSubtitle2ImageText .p {
  display: inline
}

.tab-content.details .paragraph-imageText .image, .tab-content.details .paragraph-subtitle2ImageText .image, .tab-content.details .paragraph-titleImageText .image, .tab-content.details .paragraph-titleSubtitle2ImageText .image, .tab-content.formalities .paragraph-imageText .image, .tab-content.formalities .paragraph-subtitle2ImageText .image, .tab-content.formalities .paragraph-titleImageText .image, .tab-content.formalities .paragraph-titleSubtitle2ImageText .image, .tab-content.presentation .paragraph-imageText .image, .tab-content.presentation .paragraph-subtitle2ImageText .image, .tab-content.presentation .paragraph-titleImageText .image, .tab-content.presentation .paragraph-titleSubtitle2ImageText .image {
  width: 207px;
  padding: 0;
  padding-top: 8px
}

.tab-content.details .paragraph-imageText .image.left, .tab-content.details .paragraph-subtitle2ImageText .image.left, .tab-content.details .paragraph-titleImageText .image.left, .tab-content.details .paragraph-titleSubtitle2ImageText .image.left, .tab-content.formalities .paragraph-imageText .image.left, .tab-content.formalities .paragraph-subtitle2ImageText .image.left, .tab-content.formalities .paragraph-titleImageText .image.left, .tab-content.formalities .paragraph-titleSubtitle2ImageText .image.left, .tab-content.presentation .paragraph-imageText .image.left, .tab-content.presentation .paragraph-subtitle2ImageText .image.left, .tab-content.presentation .paragraph-titleImageText .image.left, .tab-content.presentation .paragraph-titleSubtitle2ImageText .image.left {
  padding-right: 20px
}

.tab-content.details .paragraph-imageText .image.right, .tab-content.details .paragraph-subtitle2ImageText .image.right, .tab-content.details .paragraph-titleImageText .image.right, .tab-content.details .paragraph-titleSubtitle2ImageText .image.right, .tab-content.formalities .paragraph-imageText .image.right, .tab-content.formalities .paragraph-subtitle2ImageText .image.right, .tab-content.formalities .paragraph-titleImageText .image.right, .tab-content.formalities .paragraph-titleSubtitle2ImageText .image.right, .tab-content.presentation .paragraph-imageText .image.right, .tab-content.presentation .paragraph-subtitle2ImageText .image.right, .tab-content.presentation .paragraph-titleImageText .image.right, .tab-content.presentation .paragraph-titleSubtitle2ImageText .image.right {
  float: right;
  padding-left: 20px
}

.tab-content.details .paragraph-imageText .image img, .tab-content.details .paragraph-subtitle2ImageText .image img, .tab-content.details .paragraph-titleImageText .image img, .tab-content.details .paragraph-titleSubtitle2ImageText .image img, .tab-content.formalities .paragraph-imageText .image img, .tab-content.formalities .paragraph-subtitle2ImageText .image img, .tab-content.formalities .paragraph-titleImageText .image img, .tab-content.formalities .paragraph-titleSubtitle2ImageText .image img, .tab-content.presentation .paragraph-imageText .image img, .tab-content.presentation .paragraph-subtitle2ImageText .image img, .tab-content.presentation .paragraph-titleImageText .image img, .tab-content.presentation .paragraph-titleSubtitle2ImageText .image img {
  padding-bottom: 20px
}

@media only screen and (max-width: 767px) {
  .tab-content.details .paragraph-imageText .image img, .tab-content.details .paragraph-subtitle2ImageText .image img, .tab-content.details .paragraph-titleImageText .image img, .tab-content.details .paragraph-titleSubtitle2ImageText .image img, .tab-content.formalities .paragraph-imageText .image img, .tab-content.formalities .paragraph-subtitle2ImageText .image img, .tab-content.formalities .paragraph-titleImageText .image img, .tab-content.formalities .paragraph-titleSubtitle2ImageText .image img, .tab-content.presentation .paragraph-imageText .image img, .tab-content.presentation .paragraph-subtitle2ImageText .image img, .tab-content.presentation .paragraph-titleImageText .image img, .tab-content.presentation .paragraph-titleSubtitle2ImageText .image img {
    padding-bottom: 0
  }
}

.tab-content.details .paragraph-quote, .tab-content.formalities .paragraph-quote, .tab-content.presentation .paragraph-quote {
  position: relative
}

.tab-content.details .paragraph-quote i, .tab-content.formalities .paragraph-quote i, .tab-content.presentation .paragraph-quote i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  font-size: 2.5em;
  color: #a7a7a7
}

.tab-content.details .paragraph-quote .quote-container, .tab-content.formalities .paragraph-quote .quote-container, .tab-content.presentation .paragraph-quote .quote-container {
  width: 100%;
  float: left;
  margin-bottom: 15px
}

.tab-content.details .paragraph-quote .quote-container .quote-content, .tab-content.formalities .paragraph-quote .quote-container .quote-content, .tab-content.presentation .paragraph-quote .quote-container .quote-content {
  color: #888;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 100;
  line-height: 31px;
  padding: 0 0 15px;
  margin-left: 55px
}

.tab-content.details .paragraph-quote .quote-container .quote-author, .tab-content.formalities .paragraph-quote .quote-container .quote-author, .tab-content.presentation .paragraph-quote .quote-container .quote-author {
  text-align: right;
  color: #555
}

.tab-content.details .paragraph-quote .quote-container .quote-author .name, .tab-content.formalities .paragraph-quote .quote-container .quote-author .name, .tab-content.presentation .paragraph-quote .quote-container .quote-author .name {
  font-weight: 700
}

.tab-content.details .paragraph-quote .quote-container .quote-author .job, .tab-content.formalities .paragraph-quote .quote-container .quote-author .job, .tab-content.presentation .paragraph-quote .quote-container .quote-author .job {
  font-size: 12px
}

.tab-content.details .paragraph-occupancy .occupancy-paxs, .tab-content.formalities .paragraph-occupancy .occupancy-paxs, .tab-content.presentation .paragraph-occupancy .occupancy-paxs {
  display: inline-block;
  margin-top: 10px
}

.tab-content.details .paragraph-occupancy .occupancy-separator, .tab-content.formalities .paragraph-occupancy .occupancy-separator, .tab-content.presentation .paragraph-occupancy .occupancy-separator {
  margin: 5px 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700
}

.tab-content.details .paragraph-occupancy .block .occupancy-separator, .tab-content.formalities .paragraph-occupancy .block .occupancy-separator, .tab-content.presentation .paragraph-occupancy .block .occupancy-separator {
  display: block;
  margin: 5px 0
}

.tab-content.details .paragraph-occupancy .pax-name, .tab-content.formalities .paragraph-occupancy .pax-name, .tab-content.presentation .paragraph-occupancy .pax-name {
  font-weight: 700;
  margin-left: 3px
}

.tab-content.details .paragraph-occupancy .plus, .tab-content.formalities .paragraph-occupancy .plus, .tab-content.presentation .paragraph-occupancy .plus {
  margin: 0 5px;
  color: #666
}

.tab-content.details .paragraph-occupancy i, .tab-content.formalities .paragraph-occupancy i, .tab-content.presentation .paragraph-occupancy i {
  color: #bebebe
}

.tab-content.details .paragraph-occupancy .icon-adult, .tab-content.formalities .paragraph-occupancy .icon-adult, .tab-content.presentation .paragraph-occupancy .icon-adult {
  font-size: 22px;
  width: 26px;
  margin: -5px 0 0;
  padding: 0
}

.tab-content.details .paragraph-occupancy .icon-baby, .tab-content.details .paragraph-occupancy .icon-child, .tab-content.formalities .paragraph-occupancy .icon-baby, .tab-content.formalities .paragraph-occupancy .icon-child, .tab-content.presentation .paragraph-occupancy .icon-baby, .tab-content.presentation .paragraph-occupancy .icon-child {
  font-size: 18px
}

.tab-content.details .paragraph-weather .slick-slider, .tab-content.formalities .paragraph-weather .slick-slider, .tab-content.presentation .paragraph-weather .slick-slider {
  position: relative;
  display: block;
  height: 40px;
  width: 90%;
  margin: 0 5%
}

.tab-content.details .paragraph-weather .slick-arrow, .tab-content.formalities .paragraph-weather .slick-arrow, .tab-content.presentation .paragraph-weather .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: 0;
  height: 100%;
  width: 10%;
  -webkit-transform: none;
  transform: none;
  background: none
}

.tab-content.details .paragraph-weather .slick-arrow:before, .tab-content.formalities .paragraph-weather .slick-arrow:before, .tab-content.presentation .paragraph-weather .slick-arrow:before {
  color: #1d1d1d;
  font-size: 28px;
  opacity: 1
}

.tab-content.details .paragraph-weather .slick-arrow.slick-prev, .tab-content.formalities .paragraph-weather .slick-arrow.slick-prev, .tab-content.presentation .paragraph-weather .slick-arrow.slick-prev {
  left: -40px
}

@media only screen and (max-width: 767px) {
  .tab-content.details .paragraph-weather .slick-arrow.slick-prev, .tab-content.formalities .paragraph-weather .slick-arrow.slick-prev, .tab-content.presentation .paragraph-weather .slick-arrow.slick-prev {
    left: -25px
  }
}

.tab-content.details .paragraph-weather .slick-arrow.slick-next, .tab-content.formalities .paragraph-weather .slick-arrow.slick-next, .tab-content.presentation .paragraph-weather .slick-arrow.slick-next {
  right: -40px
}

@media only screen and (max-width: 767px) {
  .tab-content.details .paragraph-weather .slick-arrow.slick-next, .tab-content.formalities .paragraph-weather .slick-arrow.slick-next, .tab-content.presentation .paragraph-weather .slick-arrow.slick-next {
    right: -25px
  }
}

.tab-content.details .paragraph-weather .slick-slide, .tab-content.formalities .paragraph-weather .slick-slide, .tab-content.presentation .paragraph-weather .slick-slide {
  position: relative;
  height: 40px;
  text-align: center
}

.tab-content.details .paragraph-weather .month, .tab-content.formalities .paragraph-weather .month, .tab-content.presentation .paragraph-weather .month {
  display: inline;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #000;
  font-size: 2.5em;
  font-style: italic;
  margin-top: 5px;
  letter-spacing: -3px;
  margin-left: 4px;
  text-transform: capitalize
}

.tab-content.details .paragraph-weather .weather-separator, .tab-content.formalities .paragraph-weather .weather-separator, .tab-content.presentation .paragraph-weather .weather-separator {
  display: inline-block;
  border-left: 1px solid #000;
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
  height: 37px;
  margin-left: 19px;
  vertical-align: bottom
}

.tab-content.details .paragraph-weather .temperatures, .tab-content.formalities .paragraph-weather .temperatures, .tab-content.presentation .paragraph-weather .temperatures {
  display: inline-block
}

.tab-content.details .paragraph-weather .temperatures .temperature, .tab-content.formalities .paragraph-weather .temperatures .temperature, .tab-content.presentation .paragraph-weather .temperatures .temperature {
  display: block;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  font-size: 11px;
  line-height: 1
}

.tab-content.details .paragraph-weather .temperatures .temperature.max, .tab-content.formalities .paragraph-weather .temperatures .temperature.max, .tab-content.presentation .paragraph-weather .temperatures .temperature.max {
  margin-left: 10px
}

.tab-content.details .paragraph-weather .temperatures .temperature span, .tab-content.formalities .paragraph-weather .temperatures .temperature span, .tab-content.presentation .paragraph-weather .temperatures .temperature span {
  font-weight: 700;
  font-size: 12px
}

.tab-content.details .paragraph-formality, .tab-content.formalities .paragraph-formality, .tab-content.presentation .paragraph-formality {
  color: #666
}

.tab-content.details .paragraph-hiddenText .p, .tab-content.formalities .paragraph-hiddenText .p, .tab-content.presentation .paragraph-hiddenText .p {
  max-height: 70px;
  overflow: hidden
}

@media only screen and (min-width: 1025px) {
  .tab-content.details .paragraph-hiddenText .p, .tab-content.formalities .paragraph-hiddenText .p, .tab-content.presentation .paragraph-hiddenText .p {
    transition: all .5s
  }
}

.tab-content.details .paragraph-hiddenText .p.full, .tab-content.formalities .paragraph-hiddenText .p.full, .tab-content.presentation .paragraph-hiddenText .p.full {
  display: inline;
  max-height: 10000px
}

@media only screen and (min-width: 1025px) {
  .tab-content.details .paragraph-hiddenText .p.full, .tab-content.formalities .paragraph-hiddenText .p.full, .tab-content.presentation .paragraph-hiddenText .p.full {
    transition: all .5s
  }
}

.tab-content.details .paragraph-hiddenText button, .tab-content.formalities .paragraph-hiddenText button, .tab-content.presentation .paragraph-hiddenText button {
  color: #666;
  font-size: 14px;
  font-family: Source Sans Pro, sans-serif;
  margin: 5px 0 20px;
  text-decoration: underline
}

.tab-content {
  padding: 0 !important
}

.tab-content li {
  list-style: none !important;
  margin-left: 20px !important;
  margin-bottom: 0 !important
}

.tab-content li:before {
  content: ".";
  position: relative;
  top: -2px;
  font-size: 35px;
  margin-right: 10px;
  margin-left: -20px
}

.tab-content .paragraphs > * {
  padding: 20px 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-content .paragraphs > * {
    border-top-width: 10px;
    padding: 20px 25px !important
  }
}

@media only screen and (max-width: 767px) {
  .tab-content .paragraphs > * {
    border-top-width: 5px;
    padding: 30px 20px !important
  }
}

.tab-content .paragraphs > :first-of-type {
  border-top: none !important;
  margin-top: 0 !important
}

.tab-content .paragraphs .subtitle2, .tab-content .paragraphs h4 {
  padding: 0;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
  border-top: 0;
  margin-top: 0
}

@media only screen and (max-width: 767px) {
  .tab-content .paragraphs .subtitle2, .tab-content .paragraphs h4 {
    font-size: 20px;
    line-height: 22px
  }
}

.tab-content .paragraphs .subtitle2 em, .tab-content .paragraphs .subtitle2:after, .tab-content .paragraphs h4 em, .tab-content .paragraphs h4:after {
  font-size: 35px;
  font-weight: bolder;
  font-style: normal
}

.tab-content .paragraphs .subtitle2:after {
  content: "\2014";
  display: block;
  color: #bd1343
}

.tab-content .paragraphs .image, .tab-content .paragraphs .video {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 10px !important
}

@media only screen and (max-width: 767px) {
  .tab-content .paragraphs .image, .tab-content .paragraphs .video {
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
    padding: 0 !important
  }
}

@media only screen and (max-width: 767px) {
  .tab-content .paragraphs .video {
    margin: 0;
    width: calc(100% + 0px) !important;
    padding: 0 !important
  }
}

.tab-content .paragraphs .image img, .tab-content .paragraphs .video img {
  width: 100% !important
}

.tab-content .paragraphs .image img + img, .tab-content .paragraphs .video img + img {
  margin-top: 10px
}

.tab-content .paragraphs .paragraph-formality, .tab-content .paragraphs .paragraph-menu, .tab-content .paragraphs .paragraph-subtitle2, .tab-content .paragraphs .paragraph-subtitle2Text, .tab-content .paragraphs .paragraph-title, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText {
  border-top: 20px solid #e6e6e6;
  padding: 30px 40px 20px !important
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-content .paragraphs .paragraph-formality, .tab-content .paragraphs .paragraph-menu, .tab-content .paragraphs .paragraph-subtitle2, .tab-content .paragraphs .paragraph-subtitle2Text, .tab-content .paragraphs .paragraph-title, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText {
    padding: 25px !important;
    margin-top: 0;
    border-width: 15px
  }
}

@media only screen and (max-width: 767px) {
  .tab-content .paragraphs .paragraph-formality, .tab-content .paragraphs .paragraph-menu, .tab-content .paragraphs .paragraph-subtitle2, .tab-content .paragraphs .paragraph-subtitle2Text, .tab-content .paragraphs .paragraph-title, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText {
    padding: 20px !important;
    margin-top: 0;
    border-width: 5px
  }
}

.tab-content .paragraphs .paragraph-address, .tab-content .paragraphs .paragraph-hiddenText, .tab-content .paragraphs .paragraph-imageText, .tab-content .paragraphs .paragraph-info, .tab-content .paragraphs .paragraph-justForYou, .tab-content .paragraphs .paragraph-note, .tab-content .paragraphs .paragraph-occupancy, .tab-content .paragraphs .paragraph-quote, .tab-content .paragraphs .paragraph-subtitle, .tab-content .paragraphs .paragraph-subtitle2ImageText, .tab-content .paragraphs .paragraph-subtitleText, .tab-content .paragraphs .paragraph-text, .tab-content .paragraphs .paragraph-textBulletPoints, .tab-content .paragraphs .paragraph-textBulletPointsColumns {
  border-top: 0;
  padding-top: 0
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-content .paragraphs .paragraph-address, .tab-content .paragraphs .paragraph-hiddenText, .tab-content .paragraphs .paragraph-imageText, .tab-content .paragraphs .paragraph-info, .tab-content .paragraphs .paragraph-justForYou, .tab-content .paragraphs .paragraph-note, .tab-content .paragraphs .paragraph-occupancy, .tab-content .paragraphs .paragraph-quote, .tab-content .paragraphs .paragraph-subtitle, .tab-content .paragraphs .paragraph-subtitle2ImageText, .tab-content .paragraphs .paragraph-subtitleText, .tab-content .paragraphs .paragraph-text, .tab-content .paragraphs .paragraph-textBulletPoints, .tab-content .paragraphs .paragraph-textBulletPointsColumns {
    padding: 10px 25px 20px !important
  }
}

@media only screen and (max-width: 767px) {
  .tab-content .paragraphs .paragraph-address, .tab-content .paragraphs .paragraph-hiddenText, .tab-content .paragraphs .paragraph-imageText, .tab-content .paragraphs .paragraph-info, .tab-content .paragraphs .paragraph-justForYou, .tab-content .paragraphs .paragraph-note, .tab-content .paragraphs .paragraph-occupancy, .tab-content .paragraphs .paragraph-quote, .tab-content .paragraphs .paragraph-subtitle, .tab-content .paragraphs .paragraph-subtitle2ImageText, .tab-content .paragraphs .paragraph-subtitleText, .tab-content .paragraphs .paragraph-text, .tab-content .paragraphs .paragraph-textBulletPoints, .tab-content .paragraphs .paragraph-textBulletPointsColumns {
    padding: 10px 20px 20px !important
  }
}

.tab-content .paragraphs .paragraph-title + .paragraph-subtitle2 .subtitle2, .tab-content .paragraphs .paragraph-title + .subtitle2, .tab-content .paragraphs .title-with-triplabel + .paragraph-subtitle2 .subtitle2, .tab-content .paragraphs .title-with-triplabel + .subtitle2, .tab-content .paragraphs h4 + .paragraph-subtitle2 .subtitle2, .tab-content .paragraphs h4 + .subtitle2 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-family: Source Sans Pro, sans-serif
}

.tab-content .paragraphs .paragraph-title + .paragraph-subtitle2 .subtitle2:after, .tab-content .paragraphs .paragraph-title + .subtitle2:after, .tab-content .paragraphs .title-with-triplabel + .paragraph-subtitle2 .subtitle2:after, .tab-content .paragraphs .title-with-triplabel + .subtitle2:after, .tab-content .paragraphs h4 + .paragraph-subtitle2 .subtitle2:after, .tab-content .paragraphs h4 + .subtitle2:after {
  content: none
}

.tab-content .paragraphs .paragraph-title + .paragraph-subtitle2, .tab-content .paragraphs .title-with-triplabel + .paragraph-subtitle2, .tab-content .paragraphs h4 + .paragraph-subtitle2 {
  border-top: 0;
  margin: -20px 0
}

.tab-content .paragraphs .paragraph-title + .left.image, .tab-content .paragraphs .paragraph-title + .video, .tab-content .paragraphs .title-with-triplabel + .left.image, .tab-content .paragraphs .title-with-triplabel + .video, .tab-content .paragraphs h4 + .left.image, .tab-content .paragraphs h4 + .video {
  margin-top: 10px
}

.tab-content .paragraphs div[class*=paragraph-]:empty {
  display: none
}

.tab-content .paragraphs .paragraph-subtitle {
  text-transform: uppercase
}

.tab-content .paragraphs .paragraph-subtitle2 + .paragraph-hiddenText, .tab-content .paragraphs .paragraph-subtitle2 + .paragraph-imageText, .tab-content .paragraphs .paragraph-subtitle2 + .paragraph-text, .tab-content .paragraphs .paragraph-subtitle + .paragraph-hiddenText, .tab-content .paragraphs .paragraph-subtitle + .paragraph-imageText, .tab-content .paragraphs .paragraph-subtitle + .paragraph-text {
  margin-top: -10px
}

@media only screen and (max-width: 1024px) {
  .tab-content .paragraphs .paragraph-subtitle2 + .paragraph-hiddenText, .tab-content .paragraphs .paragraph-subtitle2 + .paragraph-imageText, .tab-content .paragraphs .paragraph-subtitle2 + .paragraph-text, .tab-content .paragraphs .paragraph-subtitle + .paragraph-hiddenText, .tab-content .paragraphs .paragraph-subtitle + .paragraph-imageText, .tab-content .paragraphs .paragraph-subtitle + .paragraph-text {
    margin-top: -20px
  }
}

.tab-content .paragraphs .paragraph-subtitle2ImageText .subtitle2, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .subtitle2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  margin-bottom: 0
}

@media only screen and (min-width: 1025px) {
  .tab-content .paragraphs .paragraph-subtitle2ImageText .subtitle2, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .subtitle2 {
    float: right;
    width: 55%
  }
}

.tab-content .paragraphs .paragraph-subtitle2ImageText .subtitle2:after, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .subtitle2:after {
  content: none
}

@media only screen and (min-width: 1025px) {
  .tab-content .paragraphs .paragraph-subtitle2ImageText .image, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .image {
    float: left;
    width: 42% !important;
    margin-right: 15px;
    margin-bottom: 0 !important;
    padding: 5px 0 !important
  }
}

.tab-content .paragraphs .paragraph-subtitle2ImageText .image img, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .image img {
  padding-bottom: 0
}

@media only screen and (min-width: 1025px) {
  .tab-content .paragraphs .paragraph-subtitle2ImageText .image img, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .image img {
    height: 137px
  }
}

.tab-content .paragraphs .paragraph-subtitle2ImageText .block, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .block {
  line-height: 18px;
  color: #666;
  padding-top: 5px
}

@media only screen and (max-width: 1024px) {
  .tab-content .paragraphs .paragraph-subtitle2ImageText .block, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .block {
    padding-top: 0
  }
}

@media only screen and (max-width: 1024px) {
  .tab-content .paragraphs .paragraph-subtitle2ImageText .left.image, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .left.image {
    width: 50% !important;
    margin-left: 0;
    margin-right: 10px
  }

  .tab-content .paragraphs .paragraph-subtitle2ImageText .left .icon, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .left .icon {
    margin-right: 0 !important
  }
}

.tab-content .paragraphs .paragraph-imageText {
  color: #666;
  padding-bottom: 20px
}

.tab-content .paragraphs .paragraph-imageText .left.image {
  width: 100%;
  overflow: hidden
}

@media only screen and (min-width: 768px) {
  .tab-content .paragraphs .paragraph-imageText .left.image, .tab-content .paragraphs .paragraph-subtitle2ImageText .left.image, .tab-content .paragraphs .paragraph-titleImageText .left.image, .tab-content .paragraphs .paragraph-titleSubtitle2ImageText .left.image {
    margin-bottom: 0 !important
  }
}

.tab-content .paragraphs .paragraph-textBulletPoints .p, .tab-content .paragraphs .paragraph-textBulletPointsColumns .p {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px
}

.tab-content .paragraphs .paragraph-textBulletPointsColumns li, .tab-content .paragraphs .paragraph-textBulletPoints li {
  color: #666;
  margin-bottom: 10px
}

.tab-content .paragraphs .paragraph-quote .icon-citation {
  display: none
}

.tab-content .paragraphs .paragraph-quote .quote-content {
  color: #666 !important;
  font-size: 14px !important;
  font-style: italic !important;
  line-height: 20px !important;
  padding: 0 !important;
  margin: 0 !important
}

.tab-content .paragraphs .paragraph-quote .quote-content:before {
  content: "\AB\A0"
}

.tab-content .paragraphs .paragraph-quote .quote-content:after {
  content: " \BB"
}

.tab-content .paragraphs .paragraph-quote .quote-author {
  color: #1d1d1d !important;
  line-height: 18px
}

.tab-content .paragraphs button.read-more {
  color: #1d1d1d;
  font-weight: 700;
  text-decoration: none
}

.tab-content .paragraphs .BulletExpandPanel .subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px
}

.tab-content .paragraphs .BulletExpandPanel .top-content {
  margin-bottom: 10px
}

.tab-content .paragraphs .BulletExpandPanel .bottom-content {
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
  line-height: 15px
}

.tab-content .paragraphs .BulletExpandPanel .ExpandItem {
  padding: 10px 20px;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3
}

.tab-content .paragraphs .BulletExpandPanel .ExpandItem__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700
}

.tab-content .paragraphs .BulletExpandPanel .ExpandItem__header i {
  margin-left: auto;
  font-size: 20px;
  line-height: 20px
}

.tab-content .paragraphs .BulletExpandPanel .ExpandItem__header img {
  margin-right: 20px
}

.tab-content .paragraphs .BulletExpandPanel .ExpandItem__details {
  color: #666;
  margin-left: 40px
}

.tab-content .paragraphs .BulletExpandPanel .ExpandItem:first-child {
  border-top: 1px solid #d3d3d3;
  border-radius: 2px 2px 0 0
}

.tab-content .paragraphs .BulletExpandPanel .ExpandItem:last-child {
  border-radius: 0 0 2px 2px
}

#commitments, #helpMe {
  padding: 30px 40px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 20px solid #e6e6e6;
  width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #commitments, #helpMe {
    border-top-width: 10px;
    padding: 20px 25px !important
  }
}

@media only screen and (max-width: 767px) {
  #commitments, #helpMe {
    border-top-width: 5px;
    padding: 30px 20px !important
  }
}

#commitments .section-title, #helpMe .section-title {
  padding: 0;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
  #commitments .section-title, #helpMe .section-title {
    font-size: 20px;
    line-height: 22px
  }
}

#commitments .section-title:after, #helpMe .section-title:after {
  font-size: 35px;
  font-weight: bolder;
  content: "\2014";
  display: block;
  color: #bd1343
}

.paragraph-justForYou {
  position: relative;
  border: 40px solid #fff !important;
  border-top-width: 0 !important;
  border-bottom-width: 20px !important;
  padding: 20px !important;
  box-shadow: inset 0 0 0 1px #d3d3d3;
  color: #1d1d1d
}

@media only screen and (max-width: 1024px) {
  .paragraph-justForYou {
    border-width: 20px !important;
    border-top-width: 0 !important;
    padding: 0 0 10px !important
  }
}

.paragraph-justForYou:after, .paragraph-justForYou:before {
  right: 100%;
  right: calc(100% - 1px);
  top: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.paragraph-justForYou:after {
  border-color: hsla(0, 0%, 100%, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px
}

.paragraph-justForYou:before {
  border-color: hsla(0, 0%, 83%, 0);
  border-right-color: #d3d3d3;
  border-width: 11px;
  margin-top: -11px
}

.paragraph-justForYou .just-for-you {
  display: inline-block;
  float: left;
  margin: 0 10px 0 -5px;
  font-size: 20px
}

.paragraph-justForYou .justForYou-title {
  font-weight: 700;
  margin-bottom: 10px
}

.paragraph-justForYou .block {
  color: #1d1d1d !important
}

.paragraph-justForYou li {
  line-height: 25px
}

.tab-content.presentation .paragraph-menu {
  border: 40px solid #fff !important;
  padding: 0 20px 20px !important;
  box-shadow: inset 0 0 0 2px #eee;
  text-align: center !important
}

@media only screen and (max-width: 1024px) {
  .tab-content.presentation .paragraph-menu {
    border-width: 20px !important;
    padding: 0 0 10px !important
  }
}

.tab-content.presentation .paragraph-menu h4 {
  background: #fff;
  width: auto !important;
  display: inline-block !important;
  margin: -14px auto 0;
  padding: 0 10px;
  font-size: 20px;
  vertical-align: top
}

.tab-content.presentation .paragraph-menu h4 em {
  display: none !important
}

.tab-content.presentation .paragraph-menu .course-name {
  font-size: 12px;
  color: #afafaf;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px
}

.tab-content.presentation .paragraph-menu .p {
  padding: 20px;
  color: #666
}

.tab-content.presentation .paragraph-menu .menu-item {
  font-family: Georgia, Times New Roman, Times, serif;
  text-align: center;
  margin-bottom: 15px;
  line-height: 18px;
  font-style: italic
}

.tab-content.presentation .paragraph-menu .menu-item strong {
  font-family: Source Sans Pro, sans-serif;
  color: #afafaf;
  font-size: 10px;
  font-style: normal;
  margin: 10px 0;
  display: block
}

.tab-content.presentation .paragraph-menu .menu-item strong:after, .tab-content.presentation .paragraph-menu .menu-item strong:before {
  content: "\2014";
  margin: 0 5px
}

.tab-content.presentation .paragraph-menu .menu-item.icon, .tab-content.presentation .paragraph-menu .menu-item strong + br, .tab-content.presentation .paragraph-menu .menu-item strong br {
  display: none
}

.paragraph-eventImageText {
  background: #fff;
  margin-top: 20px;
  min-height: 150px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 767px) {
  .paragraph-eventImageText {
    margin: 15px;
    padding: 20px
  }
}

@media only screen and (max-width: 767px) {
  .paragraph-eventImageText .image {
    width: 80px;
    float: left;
    margin-right: 15px
  }
}

.paragraph-eventImageText .image.left {
  float: left
}

.paragraph-eventImageText .image.paragraphIsExpanded {
  margin-bottom: 10px
}

.paragraph-eventImageText img {
  width: 100%
}

@media only screen and (min-width: 768px) {
  .paragraph-eventImageText img {
    height: 150px;
    width: 130px;
    float: left;
    margin: 0 20px 0 0
  }
}

.paragraph-eventImageText .subtitle {
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #000
}

@media only screen and (min-width: 768px) {
  .paragraph-eventImageText .subtitle {
    margin-top: 20px
  }
}

.paragraph-eventImageText .p {
  height: 53px;
  overflow: hidden;
  margin: 10px 0 0
}

@media only screen and (min-width: 768px) {
  .paragraph-eventImageText .p {
    margin: 10px 20px 0
  }
}

.paragraph-eventImageText .p.full {
  overflow: initial;
  height: auto
}

.paragraph-eventImageText .read-more {
  color: #1d1d1d;
  font-weight: 700;
  text-decoration: none;
  margin: 10px 0 0
}

@media only screen and (min-width: 768px) {
  .paragraph-eventImageText .read-more.expanded {
    margin: 10px 0 20px 20px
  }
}

.presentation .paragraph-occupancy .block {
  color: #1d1d1d !important;
  font-weight: 700
}

.presentation .paragraph-occupancy .pax i {
  font-size: 23px;
  color: #1d1d1d !important;
  vertical-align: bottom
}

.presentation .paragraph-occupancy .pax i:not(:last-of-type) {
  letter-spacing: -10px
}

.presentation .paragraph-occupancy .pax .pax-name {
  font-weight: 400 !important
}

.presentation .paragraph-occupancy .plus {
  font-weight: 700
}

.presentation .paragraph-occupancy .occupancy-separator {
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 14px !important
}

.paragraph-weather .slick-arrow:before {
  font-size: 16px !important
}

@media only screen and (max-width: 767px) {
  #opinion {
    padding: 0 15px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #opinion {
    margin-top: 10px
  }
}

.welike {
  padding: 30px 40px;
  overflow: hidden;
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff
}

@media only screen and (max-width: 1024px) {
  .welike {
    padding: 20px !important
  }
}

.welike h4 {
  color: #1d1d1d;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 4px;
  line-height: 21px
}

.welike h4 em {
  display: block;
  color: #bd1343;
  font-size: 35px;
  font-style: normal;
  line-height: 0;
  margin-top: 14px
}

.welike h4 em, .welike ul {
  font-family: Georgia, Times New Roman, Times, serif
}

.welike ul {
  list-style: disc;
  margin-top: 20px
}

.welike ul li {
  margin-left: 22px;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 22px;
  padding-left: 11px
}

@media only screen and (max-width: 767px) {
  .welike ul li {
    margin: 0 0 15px 27px;
    padding-left: 15px
  }

  .welike ul li:last-child {
    margin-bottom: 0
  }
}

#messageQuote {
  background-color: #e6e6e6;
  overflow: hidden
}

#quote-bar {
  font-size: 16px;
  margin: 20px auto 12px;
  max-width: 980px;
  background-color: #fff;
  position: relative
}

@media only screen and (max-width: 767px) {
  #quote-bar {
    margin-left: 20px;
    margin-right: 20px
  }
}

#quote-bar .icon-close {
  float: right;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -8px 15px 0 0
}

#quote-bar .quote-msg {
  padding: 30px;
  text-align: center;
  color: #000;
  background-color: #fff;
  position: relative
}

@media only screen and (max-width: 767px) {
  #quote-bar .quote-msg {
    padding: 15px 30px
  }
}

#quote-bar .quote-msg a {
  text-decoration: underline
}

#quote-bar .quote-msg .icon-info {
  margin-right: 10px
}

#quote-bar .quote-msg:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 12px hsla(0, 0%, 100%, 0);
  border-top-color: #fff;
  margin-left: -12px
}

.paragraph-quote {
  background: #fff;
  padding: 0 40px 30px
}

.paragraph-quote .icon-citation {
  display: none
}

.paragraph-quote .quote-content {
  color: #666 !important;
  font-family: Georgia, Times New Roman, Times, serif !important;
  font-size: 14px !important;
  font-style: italic !important;
  line-height: 20px !important;
  padding: 0 !important;
  margin: 0 !important
}

.paragraph-quote .quote-content:before {
  content: "\AB\A0"
}

.paragraph-quote .quote-content:after {
  content: " \BB"
}

.paragraph-quote .quote-author {
  text-align: right;
  color: #1d1d1d !important;
  line-height: 18px
}

.paragraph-quote .quote-author .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px
}

.help {
  text-align: center;
  color: #555;
  padding: 0 20px
}

@media only screen and (max-width: 767px) {
  .help {
    background: #e6e6e6;
    padding: 20px 20px 50px
  }
}

.help .security {
  padding-bottom: 10px
}

.help .commitment-title, .help .need-help-title, .help .security-title {
  display: inline-block;
  color: #1d1d1d;
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0 10px;
  width: 100%
}

.help .commitment-title i, .help .need-help-title i, .help .security-title i {
  display: block;
  margin-bottom: 10px;
  font-size: 24px
}

.help .tel {
  border-bottom: 1px dashed #a7a7a7;
  border-top: 1px dashed #a7a7a7;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-align: center
}

.help .phone-widget, .help .tel-hours {
  display: block
}

.help .badge img {
  margin-top: 30px;
  height: 60px
}

.help .badge .badge_text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px
}

.productReassuranceBloc__button {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#commitments {
  display: block;
  background-color: #fff;
  margin-top: 4px;
  padding: 20px 3.125%;
  line-height: 25px;
  float: left
}

#commitments h4 {
  color: #2c2c2c;
  font-size: 25px;
  line-height: 21px;
  text-align: left
}

#commitments .right-content {
  width: 85%
}

#commitments .commitments-figure {
  float: left;
  margin-top: 7px;
  width: 11%
}

#commitments .bullet-points {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 20px;
  width: 89%;
  color: #666
}

#commitments .more-text-container .commitments-guideline-expend {
  color: #bd1343;
  font-weight: 600;
  font-size: 15px;
  margin-left: 83px;
  margin-top: 20px
}

#commitments .more-text-container .moreCommitmentsText {
  margin-top: 20px;
  float: left;
  text-align: left
}

#helpMe {
  background-color: #fff;
  margin-top: 4px;
  padding: 20px 3.125%;
  float: left
}

#helpMe h4 {
  color: #2c2c2c;
  font-size: 25px;
  line-height: 21px;
  text-align: left
}

#helpMe .left-content {
  float: left;
  margin-right: 20px;
  line-height: 54px
}

#helpMe .left-content .line-icon-phone {
  font-size: 24px;
  color: #2c2c2c;
  vertical-align: middle
}

#helpMe .right-content {
  float: left;
  width: 90%
}

#helpMe .right-content .text-content {
  color: #555;
  font-size: 14px;
  line-height: 18px
}

#helpMe .right-content .text-content strong {
  font-size: 18px;
  color: #2c2c2c
}

#helpMe .right-content .phone-widget {
  display: block
}

.reviews {
  background: #fff;
  margin-bottom: 20px;
  padding: 30px 40px
}

@media only screen and (max-width: 1024px) {
  .reviews {
    padding: 0 20px 20px;
    margin-bottom: 0 !important
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .reviews {
    padding-top: 20px
  }
}

@media only screen and (max-width: 365px) {
  .reviews {
    padding: 10px;
    margin-top: 1px
  }
}

.reviews .reviews-details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 365px) {
  .reviews .reviews-details {
    text-align: center
  }
}

.reviews .review-summary.notEn, .reviews .tripadvisor-summary {
  -webkit-flex-basis: 55%;
  flex-basis: 55%
}

.reviews .review-summary.notEn .review-summary-globalmark, .reviews .tripadvisor-summary .review-summary-globalmark {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 365px) {
  .reviews .review-summary.notEn .review-summary-globalmark, .reviews .tripadvisor-summary .review-summary-globalmark {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.reviews .review-summary, .reviews .tripadvisor-summary, .reviews .vp-reviews-click {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  min-height: 24px;
  cursor: pointer
}

@media only screen and (max-width: 365px) {
  .reviews .review-summary, .reviews .tripadvisor-summary, .reviews .vp-reviews-click {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 50%
  }
}

.reviews .review-summary .v, .reviews .tripadvisor-summary .v, .reviews .vp-reviews-click .v {
  opacity: .2;
  margin-bottom: -5px
}

@media only screen and (max-width: 767px) {
  .reviews .review-summary .v, .reviews .tripadvisor-summary .v, .reviews .vp-reviews-click .v {
    width: auto;
    height: 14px
  }
}

.reviews .review-summary .average-note, .reviews .tripadvisor-summary .average-note, .reviews .vp-reviews-click .average-note {
  color: #bd1343;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 22px;
  padding-left: 10px
}

@media only screen and (max-width: 1024px) {
  .reviews .review-summary .average-note, .reviews .tripadvisor-summary .average-note, .reviews .vp-reviews-click .average-note {
    font-size: 16px;
    line-height: 19px
  }
}

@media only screen and (max-width: 365px) {
  .reviews .review-summary .average-note, .reviews .tripadvisor-summary .average-note, .reviews .vp-reviews-click .average-note {
    vertical-align: super
  }
}

.reviews .review-summary .link, .reviews .tripadvisor-summary .link, .reviews .vp-reviews-click .link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #666;
  line-height: 19px;
  padding-left: 15px;
  font-family: Source Sans Pro, sans-serif
}

.reviews .review-summary .link__txt, .reviews .tripadvisor-summary .link__txt, .reviews .vp-reviews-click .link__txt {
  text-decoration: underline;
  font-size: 13px
}

.reviews .review-summary .link__icon, .reviews .tripadvisor-summary .link__icon, .reviews .vp-reviews-click .link__icon {
  font-size: 14px;
  color: #666
}

.reviews .review-summary .new-text, .reviews .review-summary .not-enough-text, .reviews .tripadvisor-summary .new-text, .reviews .tripadvisor-summary .not-enough-text, .reviews .vp-reviews-click .new-text, .reviews .vp-reviews-click .not-enough-text {
  padding-left: 10px
}

.reviews .review-summary .new-text, .reviews .tripadvisor-summary .new-text, .reviews .vp-reviews-click .new-text {
  color: #bd1343;
  font-style: italic;
  font-size: 20px;
  font-family: Georgia, Times New Roman, Times, serif;
  line-height: 19px;
  text-align: center
}

.reviews .review-summary .new-text span, .reviews .tripadvisor-summary .new-text span, .reviews .vp-reviews-click .new-text span {
  display: block;
  font-size: 12px;
  font-family: Source Sans Pro, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #666
}

.reviews .review-summary .noTrip-txt, .reviews .tripadvisor-summary .noTrip-txt, .reviews .vp-reviews-click .noTrip-txt {
  display: none
}

.reviews .noTrip .review-summary {
  width: 100%;
  border: 0;
  text-align: center;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto
}

@media only screen and (max-width: 767px) {
  .reviews .noTrip .review-summary {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (max-width: 767px) {
  .reviews .noTrip .new-text {
    padding: 0 25px
  }
}

.reviews .noTrip .noTrip-txt {
  display: block;
  font-style: italic;
  -webkit-flex: 1;
  flex: 1;
  text-align: left
}

@media only screen and (min-width: 768px) {
  .reviews .noTrip .noTrip-txt {
    margin-left: 35px
  }
}

@media only screen and (max-width: 768px) {
  .reviews .vp-reviews-click {
    width: 100%;
    flex-direction: row;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .reviews-comment {
    margin-top: 30px
  }
}

.reviews .reviews-comment .main-review {
  color: #1d1d1d;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 19px;
  margin-bottom: 10px
}

.reviews .reviews-comment .date {
  color: #666;
  font-size: 12px;
  line-height: 15px
}

@media only screen and (max-width: 365px) {
  .reviews .review-summary {
    border-right: 1px solid #e6e6e6
  }
}

.reviews .review-summary .vp-reviews {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 365px) {
  .reviews .tripadvisor-summary img {
    padding: 3px 0 2px
  }
}

#reviews {
  padding: 10px 0 30px
}

@media only screen and (max-width: 767px) {
  #reviews {
    padding-top: 0
  }
}

#reviews .reviews-tab-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

#reviews .reviews-tab-container .reviews-tab {
  text-align: center;
  cursor: pointer;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 2px solid #e6e6e6;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  font-family: Source Sans Pro, sans-serif
}

#reviews .reviews-tab-container .reviews-tab.active {
  color: #bd1343;
  cursor: default;
  border-bottom: 2px solid #bd1343 !important;
  border-bottom: 0;
  font-weight: 700
}

#reviews .reviews-tab-container .reviews-tab.inactive:hover {
  background: #f1f1f1;
  border-bottom: 2px solid #bd1343
}

#reviews .reviews-content .review-title {
  text-align: left;
  font-size: 22px;
  color: #2c2c2c;
  margin: 10px 0 0;
  line-height: 22px;
  width: 100%;
  padding: 20px 0 5px;
  font-family: Georgia, Times New Roman, Times, serif
}

#reviews .reviews-content .review-title em {
  color: #bd1343;
  display: block
}

#reviews .reviews-content-vp .review-summary {
  border-bottom: 1px dotted #a7a7a7;
  overflow: hidden;
  padding: 20px 0 30px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

#reviews .reviews-content-vp .review-summary .review-summary-block {
  background-color: #e6e6e6;
  border-radius: 4px;
  display: inline-block;
  padding: 10px
}

@media only screen and (max-width: 1024px) {
  #reviews .reviews-content-vp .review-summary .review-summary-block {
    padding: 5px
  }
}

#reviews .reviews-content-vp .review-summary .review-average {
  width: 20%;
  text-align: center;
  height: 55px
}

@media only screen and (max-width: 1024px) {
  #reviews .reviews-content-vp .review-summary .review-average {
    width: 25%
  }
}

#reviews .reviews-content-vp .review-summary .review-average .review-average-title {
  font-weight: 700;
  line-height: 14px;
  font-size: 14px;
  color: #2c2c2c
}

@media only screen and (max-width: 1024px) {
  #reviews .reviews-content-vp .review-summary .review-average .review-average-title {
    line-height: 12px;
    font-size: 12px
  }
}

#reviews .reviews-content-vp .review-summary .review-average .review-average-score {
  color: #bd1343;
  font-size: 35px;
  font-style: italic;
  font-weight: 100;
  line-height: 40px;
  font-family: Georgia, Times New Roman, Times, serif
}

@media only screen and (max-width: 1024px) {
  #reviews .reviews-content-vp .review-summary .review-average .review-average-score {
    font-size: 21px;
    font-style: normal
  }
}

#reviews .reviews-content-vp .review-summary .review-recommendation {
  width: 71%;
  color: #2c2c2c;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 55px;
  padding: 10px
}

@media only screen and (max-width: 1024px) {
  #reviews .reviews-content-vp .review-summary .review-recommendation {
    width: 71%;
    padding: 0;
    height: 65px
  }
}

#reviews .reviews-content-vp .review-summary .review-recommendation .review-recommendation-score {
  font-size: 35px;
  line-height: 45px;
  padding-left: 3%;
  padding-right: 30px;
  font-family: Georgia, Times New Roman, Times, serif
}

@media only screen and (max-width: 1024px) {
  #reviews .reviews-content-vp .review-summary .review-recommendation .review-recommendation-score {
    font-size: 28px;
    padding-left: 10px;
    padding-right: 15px
  }
}

#reviews .reviews-content-vp .review-summary .review-recommendation .review-recommendation-title {
  font-weight: 700;
  line-height: 17px
}

@media only screen and (max-width: 1024px) {
  #reviews .reviews-content-vp .review-summary .review-recommendation .review-recommendation-title {
    font-size: 12px
  }
}

#reviews .reviews-content-vp .review-summary .review-guideline {
  margin-top: 10px;
  padding: 15px 15px 10px;
  min-height: 55px;
  width: 100%
}

#reviews .reviews-content-vp .review-summary .review-guideline .review-guideline-title {
  color: #555;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 20px
}

#reviews .reviews-content-vp .review-summary .review-guideline .review-guideline-content, #reviews .reviews-content-vp .review-summary .review-guideline .review-guideline-content-preview {
  margin-top: 10px;
  font-style: italic
}

#reviews .reviews-content-vp .review-summary .review-guideline .review-guideline-expend {
  width: 100%;
  text-align: right;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  color: #555;
  font-family: Source Sans Pro, sans-serif
}

#reviews .reviews-content-vp .review-details {
  font-size: 17px;
  overflow: hidden;
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px dotted #a7a7a7
}

#reviews .reviews-content-vp .review-details .review-repartition {
  width: 50%
}

@media only screen and (max-width: 767px) {
  #reviews .reviews-content-vp .review-details .review-repartition {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px dotted #a7a7a7
  }
}

#reviews .reviews-content-vp .review-details .review-repartition .review-rep-title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #2c2c2c
}

#reviews .reviews-content-vp .review-details .review-repartition .review-rep-stats .review-rep-stat {
  font-size: 17px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 4px
}

#reviews .reviews-content-vp .review-details .review-repartition .review-rep-stats .review-rep-stat .review-rep-stat-title {
  font-size: .85em;
  width: 26%;
  color: #2c2c2c
}

#reviews .reviews-content-vp .review-details .review-repartition .review-rep-stats .review-rep-stat .review-rep-stat-score-container {
  background: none repeat scroll 0 0 #e6e6e6;
  height: 9px;
  margin-top: 7px;
  width: 60%
}

#reviews .reviews-content-vp .review-details .review-repartition .review-rep-stats .review-rep-stat .review-rep-stat-score-container .review-rep-stat-score-progression {
  height: 100%;
  background: none repeat scroll 0 0 #bd1343;
  border-radius: 4px;
  transition: width 1s ease-in-out
}

#reviews .reviews-content-vp .review-details .review-repartition .review-rep-stats .review-rep-stat .review-rep-stat-nb {
  color: #2c2c2c;
  font-size: .85em;
  font-weight: 700;
  margin-left: 3%;
  width: 10.5%
}

#reviews .reviews-content-vp .review-details .review-global-details {
  width: 50%
}

@media only screen and (max-width: 767px) {
  #reviews .reviews-content-vp .review-details .review-global-details {
    width: 100%;
    padding-top: 30px
  }
}

#reviews .reviews-content-vp .review-details .review-global-details .review-global-details-title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #2c2c2c
}

#reviews .reviews-content-vp .review-details .review-global-details .review-global-details-cat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: .85em;
  line-height: 26px;
  padding: 0 12px
}

#reviews .reviews-content-vp .review-details .review-global-details .review-global-details-cat.odd {
  background-color: #e6e6e6;
  border-radius: 4px
}

#reviews .reviews-content-vp .review-details .review-global-details .review-global-details-cat .review-global-details-cat-label {
  color: #2c2c2c
}

#reviews .reviews-content-vp .review-details .review-global-details .review-global-details-cat .review-global-details-cat-mark {
  color: #bd1343;
  font-weight: 700;
  text-align: right
}

@media only screen and (max-width: 767px) {
  #reviews .reviews-content-vp .review-details .review-global-comment-container {
    margin-top: 30px;
    border-top: 1px dotted #a7a7a7
  }
}

#reviews .reviews-content-vp .review-details .review-global-comment-container .review-global-comment {
  margin-top: 30px;
  background-color: #e6e6e6;
  padding: 20px;
  font-size: 14px
}

#reviews .reviews-content-vp .review-details .review-global-comment-container .review-global-comment-title {
  color: #1d1d1d;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic
}

#reviews .reviews-content-vp .review-details .review-global-comment-container em {
  color: #bd1343;
  display: block
}

#reviews .reviews-content-vp .review-testimonials {
  font-size: 17px;
  padding: 30px 0
}

#reviews .reviews-content-vp .review-testimonials .review-testimonials-title {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 20px;
  color: #2c2c2c
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial {
  display: -webkit-flex;
  display: flex;
  border-top: 1px dotted #a7a7a7;
  overflow: hidden;
  padding: 30px 0
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial:first-child {
  border-top: none
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-summary {
  margin-right: 3%;
  background: #e6e6e6;
  border-radius: 70px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  padding: 17px 0 0;
  text-align: center;
  min-width: 70px
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-summary .review-testimonial-summary-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #2c2c2c;
  text-transform: uppercase
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-summary .review-testimonial-summary-mark {
  color: #bd1343;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 23px;
  font-style: italic;
  line-height: 23px
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-details .review-testimonial-details-comment {
  line-height: 17px;
  padding: 0 0 15px
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-details .review-testimonial-details-comment .review-testimonial-details-comment-label {
  color: #bd1343;
  font-size: 17px;
  font-weight: 700
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-details .review-testimonial-details-comment .review-testimonial-details-comment-content {
  font-size: 14px;
  color: #2c2c2c
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-details .review-testimonial-details-nocomment {
  height: 70px;
  color: #2c2c2c;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-details em {
  color: #bd1343;
  display: block
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-details .review-testimonial-customer {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 17px;
  padding: 10px 0 0;
  font-size: 14px;
  margin-right: 5px
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-details .review-testimonial-comment-date {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  display: block
}

#reviews .reviews-content-vp .review-testimonials .review-testimonial .review-testimonial-details .review-testimonial-translate-button {
  font-size: 12px;
  display: inline-block;
  background-color: #e6e6e6;
  color: #1d1d1d;
  padding: 3px 15px;
  cursor: pointer;
  margin-top: 4px
}

#reviews .reviews-content-vp #testimonials-more-button {
  width: 100%
}

#reviews .reviews-content-ta .review-summary {
  font-family: Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  padding-top: 20px
}

#reviews .reviews-content-ta .review-summary .review-summary-globalinfo .review-summary-name {
  font-size: 24px;
  line-height: 1
}

#reviews .reviews-content-ta .review-summary .review-summary-globalinfo .review-summary-address {
  font-size: 13px;
  margin: 5px 0 15px
}

#reviews .reviews-content-ta .review-summary .review-summary-globalmark {
  margin: 10px 0
}

#reviews .reviews-content-ta .review-summary .review-summary-globalmark span {
  font-size: 13px;
  vertical-align: sub
}

#reviews .reviews-content-ta .review-summary .review-summary-globalranking {
  font-size: 13px
}

#reviews .reviews-content-ta .review-summary .review-summary-awards {
  font-size: 11px;
  margin: 10px 0
}

#reviews .reviews-content-ta .review-summary .review-summary-awards img {
  margin-left: -5px
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-title {
  font-size: 18px;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 5px
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-subratings {
  width: 50%
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-subratings .review-summary-scores-subrating {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #e6e6e6;
  min-height: 18px
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-subratings .review-summary-scores-subrating .review-summary-scores-subrating-title {
  font-size: 11px;
  width: 50%;
  display: block;
  line-height: 1;
  padding-top: 3px
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-subratings .review-summary-scores-subrating .review-summary-scores-subrating-img {
  height: 15px
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-repartition {
  width: 50%
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-repartition .review-summary-scores-repartition-stat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 14px;
  padding-left: 10px
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-repartition .review-summary-scores-repartition-stat .review-summary-scores-repartition-stat-title {
  width: 40%;
  font-size: 11px;
  display: block;
  line-height: 1;
  padding-top: 3px
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-repartition .review-summary-scores-repartition-stat .review-summary-scores-repartition-stat-container {
  width: 40%;
  height: 12px;
  background: #e9e9e9
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-repartition .review-summary-scores-repartition-stat .review-summary-scores-repartition-stat-container .review-summary-scores-repartition-stat-progression {
  width: 55%;
  background: #00a680;
  height: 100%;
  transition: width 1s ease-in-out
}

#reviews .reviews-content-ta .review-summary .review-summary-scores .review-summary-scores-container .review-summary-scores-repartition .review-summary-scores-repartition-stat .review-summary-scores-repartition-stat-nb {
  font-size: 11px;
  color: #00a680;
  padding-left: 5px
}

#reviews .reviews-content-ta .review-summary .review-vp-container {
  border-bottom: 1px dotted #a7a7a7;
  margin-bottom: 20px;
  padding-bottom: 20px
}

#reviews .reviews-content-ta .review-summary .review-vp-container .review-vp {
  background-color: #e6e6e6;
  padding: 20px
}

#reviews .reviews-content-ta .review-summary .review-vp-container .review-vp .review-vp-title {
  color: #1d1d1d;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic
}

#reviews .reviews-content-ta .review-summary .review-vp-container .review-vp em {
  color: #bd1343;
  display: block
}

#reviews .reviews-content-ta .review-summary .review-vp-container .review-vp .review-content {
  padding-top: 5px
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-title {
  font-size: 18px;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 5px
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 2px solid #e6e6e6;
  font-size: 12px
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container:last-child {
  padding-bottom: 0;
  border-bottom: 0
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container .review-lastreviews-review-prez {
  width: 30%;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container .review-lastreviews-review-prez .customer-info .customer-info-name {
  font-weight: 700
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container .review-lastreviews-review-prez .travel-type {
  margin-top: 15px
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container .review-lastreviews-review-prez .travel-type .travel-type-label {
  font-weight: 700
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container .review-lastreviews-review-content {
  width: 70%
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container .review-lastreviews-review-content .review-lastreviews-review-content-title {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container .review-lastreviews-review-content .review-score {
  margin-bottom: 10px
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container .review-lastreviews-review-content .review-score img {
  margin-right: 5px
}

#reviews .reviews-content-ta .review-summary .review-lastreviews-container .review-lastreviews-review-container .review-lastreviews-review-content .review-content .content-link {
  color: #1976f2;
  cursor: pointer
}

#reviews .reviews-content-ta .review-summary .testimonials-see-vp-reviews {
  text-align: center;
  width: 100%;
  margin: 45px 0
}

#reviews .reviews-loader {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto
}

#reviews .reviews-loader .ajax-loader {
  position: relative !important;
  top: auto;
  left: auto;
  margin: 0;
  width: 80px;
  height: 80px
}

@media only screen and (max-width: 767px) {
  .review-modal-header + #reviews {
    padding-top: 85px
  }
}

@media only screen and (min-width: 768px) {
  .modal-reviews .modal-dialog {
    height: 80vh !important;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
  }
}

@media only screen and (min-width: 1025px) {
  .modal-reviews .modal-dialog {
    width: 770px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-reviews .modal-dialog {
    height: 90vh !important;
    max-height: 90vh
  }
}

@media only screen and (max-width: 767px) {
  .modal-reviews .modal-dialog {
    max-height: 100vh;
    top: 0;
    margin: 0;
    -webkit-transform: none !important;
    transform: none !important
  }
}

.modal-reviews .modal-dialog .modal-content .modal-body {
  max-height: 80vh;
  overflow-y: auto
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-reviews .modal-dialog .modal-content .modal-body {
    max-height: 100%;
    margin-top: 0
  }
}

@media only screen and (max-width: 767px) {
  .modal-reviews .modal-dialog .modal-content .modal-body {
    max-height: 100vh;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 768px) {
  .modal-reviews .modal-dialog .modal-content .close {
    padding: 0;
    position: absolute;
    right: 0;
    top: -28px;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    font-size: 14px
  }
}

@media only screen and (max-width: 767px) {
  .modal-reviews .modal-dialog .modal-content .close {
    position: fixed;
    padding: 10px;
    font-size: 18px;
    right: 10px
  }
}

@media only screen and (max-width: 767px) {
  .modal-reviews .modal-dialog .modal-content .close .hidden-mobile {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  .modal-reviews .modal-dialog .modal-content .close i, .modal-reviews .modal-dialog .modal-content .close span {
    display: inline-block;
    vertical-align: middle
  }
}

@media only screen and (min-width: 768px) {
  .modal-reviews .modal-dialog .modal-content .close i {
    margin-top: 2px;
    margin-left: 6px;
    font-size: 16px
  }
}

.modal-reviews .modal-dialog .modal-body {
  color: #1d1d1d;
  padding: 40px
}

@media only screen and (max-width: 767px) {
  .modal-reviews .modal-dialog .modal-body {
    padding: 20px
  }
}

.modal-reviews .modal-dialog .modal-body .review-modal-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .modal-reviews .modal-dialog .modal-body .review-modal-header {
    position: fixed;
    width: calc(100% - 40px);
    background: #fff;
    top: 0;
    padding: 35px 0 10px
  }
}

.modal-reviews .modal-dialog .modal-body .review-modal-header .reviews-modal-title {
  max-width: 100%;
  color: #1d1d1d;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 25px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.modal-reviews .modal-dialog .modal-body .review-modal-header em {
  color: #bd1343;
  font-size: 35px;
  font-weight: 700
}

#cross_link_left {
  margin-left: 0;
  width: 23px
}

#cross-sale-full-width-slider .sale_price .ribbon {
  margin-top: 3px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cross-sale-content {
    overflow: hidden
  }

  .cross-sale-content #cross-sale-full-width-slider {
    height: 220px
  }

  .cross-sale-content #cross-sale-full-width-slider .sale-figure {
    height: auto
  }
}

#crossSaleCarousel .slick-slide, #crossSaleCarouselLight .slick-slide, #pplIndexPage .slick-slide, #sectionOfferIndexPage .slick-slide {
  height: auto;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#crossSaleCarousel .slick-slider, #crossSaleCarouselLight .slick-slider, #pplIndexPage .slick-slider, #sectionOfferIndexPage .slick-slider {
  width: auto;
  margin: 0 40px
}

#crossSaleCarousel .slick-slider .slick-arrow, #crossSaleCarouselLight .slick-slider .slick-arrow, #pplIndexPage .slick-slider .slick-arrow, #sectionOfferIndexPage .slick-slider .slick-arrow {
  top: 55%
}

#crossSaleCarousel .slick-slider .slick-arrow.slick-prev, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-prev, #pplIndexPage .slick-slider .slick-arrow.slick-prev, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-prev {
  /*left: -40px*/
}

#crossSaleCarousel .slick-slider .slick-arrow.slick-next, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-next, #pplIndexPage .slick-slider .slick-arrow.slick-next, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-next {
  /*right: -40px*/
}

#crossSaleCarousel .slick-slider .slick-arrow.slick-next, #crossSaleCarousel .slick-slider .slick-arrow.slick-next:focus, #crossSaleCarousel .slick-slider .slick-arrow.slick-next:hover, #crossSaleCarousel .slick-slider .slick-arrow.slick-prev, #crossSaleCarousel .slick-slider .slick-arrow.slick-prev:focus, #crossSaleCarousel .slick-slider .slick-arrow.slick-prev:hover, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-next, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-next:focus, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-next:hover, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-prev, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-prev:focus, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-prev:hover, #pplIndexPage .slick-slider .slick-arrow.slick-next, #pplIndexPage .slick-slider .slick-arrow.slick-next:focus, #pplIndexPage .slick-slider .slick-arrow.slick-next:hover, #pplIndexPage .slick-slider .slick-arrow.slick-prev, #pplIndexPage .slick-slider .slick-arrow.slick-prev:focus, #pplIndexPage .slick-slider .slick-arrow.slick-prev:hover, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-next, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-next:focus, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-next:hover, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-prev, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-prev:focus, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-prev:hover {
  background: none
}

#crossSaleCarousel .slick-slider .slick-arrow.slick-next:before, #crossSaleCarousel .slick-slider .slick-arrow.slick-prev:before, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-next:before, #crossSaleCarouselLight .slick-slider .slick-arrow.slick-prev:before, #pplIndexPage .slick-slider .slick-arrow.slick-next:before, #pplIndexPage .slick-slider .slick-arrow.slick-prev:before, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-next:before, #sectionOfferIndexPage .slick-slider .slick-arrow.slick-prev:before {
  color: #666
}

#crossSaleCarousel .slick-slider article, #crossSaleCarouselLight .slick-slider article, #pplIndexPage .slick-slider article, #sectionOfferIndexPage .slick-slider article {
  margin: 0;
  overflow: hidden;
  width: 100%
}

#crossSaleCarousel .slick-slider article figure img, #crossSaleCarouselLight .slick-slider article figure img, #pplIndexPage .slick-slider article figure img, #sectionOfferIndexPage .slick-slider article figure img {
  height: 158px
}

#crossSaleCarousel .slick-slider article .sale_content, #crossSaleCarouselLight .slick-slider article .sale_content, #pplIndexPage .slick-slider article .sale_content, #sectionOfferIndexPage .slick-slider article .sale_content {
  width: 71%;
  padding: 7px 0 3px 2%;
  min-height: 42px
}

#crossSaleCarousel .slick-slider article .sale_content .sale-destination, #crossSaleCarouselLight .slick-slider article .sale_content .sale-destination, #pplIndexPage .slick-slider article .sale_content .sale-destination, #sectionOfferIndexPage .slick-slider article .sale_content .sale-destination {
  line-height: 1em;
  font-size: 16px;
  margin: 0
}

#crossSaleCarousel .slick-slider article .sale_content .sale-time-remaining, #crossSaleCarouselLight .slick-slider article .sale_content .sale-time-remaining, #pplIndexPage .slick-slider article .sale_content .sale-time-remaining, #sectionOfferIndexPage .slick-slider article .sale_content .sale-time-remaining {
  top: auto;
  bottom: 52px
}

#crossSaleCarousel .slick-slider article .sale_content .hotel-name, #crossSaleCarouselLight .slick-slider article .sale_content .hotel-name, #pplIndexPage .slick-slider article .sale_content .hotel-name, #sectionOfferIndexPage .slick-slider article .sale_content .hotel-name {
  display: none
}

#crossSaleCarousel .slick-slider article .sale_price, #crossSaleCarouselLight .slick-slider article .sale_price, #pplIndexPage .slick-slider article .sale_price, #sectionOfferIndexPage .slick-slider article .sale_price {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 27%;
  min-height: 52px
}

#crossSaleCarousel .slick-slider article .ribbon, #crossSaleCarouselLight .slick-slider article .ribbon, #pplIndexPage .slick-slider article .ribbon, #sectionOfferIndexPage .slick-slider article .ribbon {
  margin-top: 8px;
  min-height: 0;
  max-height: none;
  height: auto
}

#crossSaleCarousel .slick-slider article .ribbon .ribbon-content, #crossSaleCarouselLight .slick-slider article .ribbon .ribbon-content, #pplIndexPage .slick-slider article .ribbon .ribbon-content, #sectionOfferIndexPage .slick-slider article .ribbon .ribbon-content {
  display: block
}

#crossSaleCarousel .slick-slider article .ribbon .ribbon-content .ribbon-txt-1, #crossSaleCarouselLight .slick-slider article .ribbon .ribbon-content .ribbon-txt-1, #pplIndexPage .slick-slider article .ribbon .ribbon-content .ribbon-txt-1, #sectionOfferIndexPage .slick-slider article .ribbon .ribbon-content .ribbon-txt-1 {
  font-size: 12px;
  line-height: 12px
}

#crossSaleCarousel .slick-slider article .ribbon .ribbon-content .ribbon-txt-2, #crossSaleCarouselLight .slick-slider article .ribbon .ribbon-content .ribbon-txt-2, #pplIndexPage .slick-slider article .ribbon .ribbon-content .ribbon-txt-2, #sectionOfferIndexPage .slick-slider article .ribbon .ribbon-content .ribbon-txt-2 {
  font-size: 20px;
  line-height: 18px
}

#crossSaleCarousel .slick-slider article .ribbon .ribbon-content .ribbon-txt-3.medium_text, #crossSaleCarouselLight .slick-slider article .ribbon .ribbon-content .ribbon-txt-3.medium_text, #pplIndexPage .slick-slider article .ribbon .ribbon-content .ribbon-txt-3.medium_text, #sectionOfferIndexPage .slick-slider article .ribbon .ribbon-content .ribbon-txt-3.medium_text {
  white-space: nowrap;
  font-size: 23px
}

#crossSaleCarousel .slick-slider article .ribbon .ribbon-content .ribbon-txt-4, #crossSaleCarouselLight .slick-slider article .ribbon .ribbon-content .ribbon-txt-4, #pplIndexPage .slick-slider article .ribbon .ribbon-content .ribbon-txt-4, #sectionOfferIndexPage .slick-slider article .ribbon .ribbon-content .ribbon-txt-4 {
  font-size: 13px
}

#crossSaleCarousel .slick-slider article .ribbon--hidden, #crossSaleCarouselLight .slick-slider article .ribbon--hidden, #pplIndexPage .slick-slider article .ribbon--hidden, #sectionOfferIndexPage .slick-slider article .ribbon--hidden {
  visibility: hidden
}

.sale-crosssell-header {
  margin: 0 0 20px;
  font-size: 16px;
  text-align: center;
  color: #000;
  font-family: Georgia, Times New Roman, Times, serif;
  padding: 0 10px
}

@media only screen and (max-width: 767px) {
  #crossSaleCarousel .slick-slider, #crossSaleCarouselLight .slick-slider {
    padding-left: 0 !important
  }

  #crossSaleCarousel .slick-slider .slick-list .slick-slide article, #crossSaleCarouselLight .slick-slider .slick-list .slick-slide article {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #crossSaleCarousel .slick-slider .slick-list .slick-slide article .sale_content, #crossSaleCarouselLight .slick-slider .slick-list .slick-slide article .sale_content {
    max-height: 70px;
    min-height: 56px
  }

  #crossSaleCarousel .slick-slider .slick-list .slick-slide article .sale_content .sale-time-remaining, #crossSaleCarouselLight .slick-slider .slick-list .slick-slide article .sale_content .sale-time-remaining {
    top: auto;
    color: #666;
    bottom: 0;
    padding-bottom: 3px
  }

  #crossSaleCarousel .slick-slider .slick-list .slick-slide article .sale_content .sale-time-remaining i, #crossSaleCarouselLight .slick-slider .slick-list .slick-slide article .sale_content .sale-time-remaining i {
    color: #666;
    margin: 0 5px
  }

  #crossSaleCarousel .slick-slider .slick-list .slick-slide article .sale_price, #crossSaleCarouselLight .slick-slider .slick-list .slick-slide article .sale_price {
    min-height: 66px
  }

  #crossSaleCarousel .slick-slider .slick-list .slick-slide article .ribbon, #crossSaleCarouselLight .slick-slider .slick-list .slick-slide article .ribbon {
    margin-top: 20px
  }
}

@media (min-width: 1335px) {
  #crossSaleCarousel .slick-slider, #crossSaleCarouselLight .slick-slider {
    padding-left: 130px
  }

  .page-center .slick-slider {
    padding-left: 0 !important
  }
}

@media only screen and (max-width: 1024px) {
  #crossSaleCarousel .slick-slider .slick-list article, #crossSaleCarouselLight .slick-slider .slick-list article {
    max-width: 100%
  }

  #crossSaleCarousel .slick-slider .slick-list article figure, #crossSaleCarouselLight .slick-slider .slick-list article figure {
    overflow: hidden
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #crossSaleCarousel .slick-slider figure, #crossSaleCarouselLight .slick-slider figure {
    height: auto
  }
}

@media (min-width: 690px) and (max-width: 900px) {
  #crossSaleCarousel .slick-slider .slick-list, #crossSaleCarouselLight .slick-slider .slick-list {
    padding-left: 0 !important
  }

  #crossSaleCarousel .disable-backbutton .slick-prev, #crossSaleCarouselLight .disable-backbutton .slick-prev {
    pointer-events: none
  }
}

@media (max-width: 689px) {
  #crossSaleCarousel .slick-slider, #crossSaleCarouselLight .slick-slider {
    margin: 0
  }
}

@media only screen and (max-width: 767px) {
  #crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-3, #crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-3 {
    font-size: 20px
  }
}

@media only screen and (max-width: 365px) {
  #crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-3, #crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-3 {
    font-size: 14px
  }

  #crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-4, #crossSaleCarouselLight .ribbon .ribbon-content .ribbon-txt-4 {
    font-size: 10px !important
  }
}

.modal--cross-sell .modal-dialog {
  width: 735px !important;
  margin-top: 126px !important
}

@media only screen and (max-height: 910px) {
  .modal--cross-sell .modal-dialog {
    margin-top: 40px
  }
}

.modal--cross-sell .modal-dialog header {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 28px;
  color: #1d1d1d;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center
}

.modal--cross-sell .modal-dialog header:after {
  content: "\2014";
  display: block;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #bd1343;
  opacity: .9;
  font-size: 25px;
  font-weight: 700
}

.modal--cross-sell .modal-dialog main article {
  width: 338px
}

.modal--cross-sell .modal-dialog main article .sale_content {
  min-height: 36px;
  max-height: 36px;
  width: 74%
}

.modal--cross-sell .modal-dialog main article .sale_content .sale-destination {
  font-size: 14px;
  margin-bottom: 0
}

.modal--cross-sell .modal-dialog main article .sale_content .sale-name {
  display: none
}

.modal--cross-sell .modal-dialog main article .sale_content .hotel-name {
  font-size: 12px
}

.modal--cross-sell .modal-dialog main article .sale_content .sale-time-remaining {
  top: 135px
}

.modal--cross-sell .modal-dialog main article .sale_price {
  min-height: 46px;
  width: 24%
}

.modal--cross-sell .modal-dialog main article .sale_price .ribbon {
  max-height: 60px;
  min-height: 60px;
  height: 60px
}

.modal--cross-sell .modal-dialog main article .sale_price .ribbon .exclusive.ribbon-txt-4 {
  font-size: 15px
}

.modal--cross-sell .modal-dialog main article .sale_price .ribbon .price.ribbon-txt-3 {
  font-size: 25px
}

.modal--cross-sell .modal-dialog footer {
  text-align: center;
  margin: 20px 0 15px
}

.modal--cross-sell .modal-dialog footer .button {
  text-align: center;
  border-radius: 2px;
  padding: 13px 20px;
  line-height: 1;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: Source Sans Pro, sans-serif;
  cursor: pointer;
  display: inline-block
}

.modal--cross-sell .modal-dialog footer .button--light {
  background-color: #eee;
  border: 1px solid #d3d3d3;
  color: #797979;
  transition: all .1s ease-out
}

.modal--cross-sell .modal-dialog footer .button--light:hover {
  transition: all .2s ease-out;
  background-color: #d3d3d3;
  color: #666
}

.modal--cross-sell .modal-dialog .close {
  position: absolute;
  right: 0;
  top: -28px;
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 0
}

.modal--cross-sell .modal-dialog .close i, .modal--cross-sell .modal-dialog .close span {
  display: inline-block;
  vertical-align: middle
}

.modal--cross-sell .modal-dialog .close i {
  margin-top: 2px;
  margin-left: 6px;
  font-size: 16px
}

.cross-sale-button {
  width: auto;
  margin: 15px auto;
  cursor: pointer;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  border-radius: 2px
}

#crossSaleCarousel .sale, .modal--cross-sell .sale {
  margin: 1%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  cursor: pointer
}

#crossSaleCarousel .sale a, .modal--cross-sell .sale a {
  margin: 0;
  text-decoration: none;
  cursor: pointer
}

#crossSaleCarousel .sale img, .modal--cross-sell .sale img {
  width: 100%;
  height: auto
}

#crossSaleCarousel .sale .trailer-link, .modal--cross-sell .sale .trailer-link {
  z-index: 10;
  position: absolute;
  width: 50px;
  text-align: right;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 45px;
  background: none;
  display: none \9
}

#crossSaleCarousel .sale .trailer-link i, .modal--cross-sell .sale .trailer-link i {
  font-size: 20px;
  color: #fff;
  padding-right: 15%;
  vertical-align: middle
}

#crossSaleCarousel .sale .sale-image, .modal--cross-sell .sale .sale-image {
  background: #d6d6d6 no-repeat 0 0
}

#crossSaleCarousel .sale .tag, .modal--cross-sell .sale .tag {
  color: #fff;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px
}

#crossSaleCarousel .sale .sale-time-remaining, .modal--cross-sell .sale .sale-time-remaining {
  margin: 5px 0 0
}

#crossSaleCarousel .sale.col-6 .sale-time-remaining, .modal--cross-sell .sale.col-6 .sale-time-remaining {
  top: 203px;
  position: absolute;
  left: 0
}

#crossSaleCarousel .sale.col-12 .sale-time-remaining, .modal--cross-sell .sale.col-12 .sale-time-remaining {
  top: 378px
}

#crossSaleCarousel .sale .sale_content, .modal--cross-sell .sale .sale_content {
  width: 78%;
  float: left;
  background: #fff;
  padding: 12px 0 12px 2%;
  line-height: 1.2em;
  height: 100%;
  min-height: 56px;
  max-height: 56px
}

#crossSaleCarousel .sale .sale_content i.line-icon-clock, .modal--cross-sell .sale .sale_content i.line-icon-clock {
  font-size: 14px;
  margin: 0 10px;
  color: #fff
}

#crossSaleCarousel .sale .sale-destination, #crossSaleCarousel .sale .sale-name, .modal--cross-sell .sale .sale-destination, .modal--cross-sell .sale .sale-name {
  padding: 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 17px
}

#crossSaleCarousel .sale .hotel-name, #crossSaleCarousel .sale .sale-name, .modal--cross-sell .sale .hotel-name, .modal--cross-sell .sale .sale-name {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 100%
}

#crossSaleCarousel .sale .sale-name, .modal--cross-sell .sale .sale-name {
  height: auto
}

#crossSaleCarousel .sale .sale-destination, .modal--cross-sell .sale .sale-destination {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  color: #1d1d1d;
  width: 97.9591836734694%;
  margin-bottom: 5px
}

#crossSaleCarousel .sale .hotel-name, .modal--cross-sell .sale .hotel-name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px
}

#crossSaleCarousel .sale .sale_price_separator, .modal--cross-sell .sale .sale_price_separator {
  width: 2%;
  background: #e6e6e6;
  height: 60px;
  float: left;
  margin: 4px 0
}

#crossSaleCarousel .sale .sale_price, .modal--cross-sell .sale .sale_price {
  width: 20%;
  background: #fff;
  float: left;
  height: 100%;
  min-height: 66px;
  max-height: none;
  padding: 0
}

#crossSaleCarousel .sale .ribbon, .modal--cross-sell .sale .ribbon {
  max-height: 80px;
  min-height: 80px;
  height: 80px;
  border-left: 1px solid #e6e6e6;
  width: 100%
}

#crossSaleCarousel .sale .ribbon .label, .modal--cross-sell .sale .ribbon .label {
  display: block
}

#crossSaleCarousel .sale .next a, .modal--cross-sell .sale .next a {
  padding: 0;
  cursor: pointer
}

#crossSaleCarousel .sale .next a.next-sale-btn, .modal--cross-sell .sale .next a.next-sale-btn {
  position: absolute;
  right: 5px;
  float: none;
  display: inline-block;
  width: auto;
  background: none repeat scroll 0 0
}

#crossSaleCarousel .sale .next a.next-sale-btn span.btn, .modal--cross-sell .sale .next a.next-sale-btn span.btn {
  font-size: 14px;
  padding: 0 15px;
  background: rgba(189, 19, 67, .8)
}

#crossSaleCarousel .sale .next .sale_price_separator, .modal--cross-sell .sale .next .sale_price_separator {
  width: 2%;
  background: #d6d6d6;
  float: left;
  margin: 4px 0
}

#crossSaleCarousel .sale .sale-bottom, .modal--cross-sell .sale .sale-bottom {
  display: block;
  border-top: 1px solid #e6e6e6;
  margin: 15px 0 0;
  padding: 5px 0;
  width: 100%;
  position: relative;
  height: 28px;
  line-height: 28px
}

#crossSaleCarousel .sale .sale-end, .modal--cross-sell .sale .sale-end {
  display: inline-block;
  color: #666;
  vertical-align: middle
}

#crossSaleCarousel .sale .sale-end .icon-watch, .modal--cross-sell .sale .sale-end .icon-watch {
  vertical-align: middle;
  margin: -2px 0 0
}

#crossSaleCarousel .sale .icon-event1, #crossSaleCarousel .sale .icon-event2, #crossSaleCarousel .sale .icon-event3, #crossSaleCarousel .sale .icon-event4, #crossSaleCarousel .sale .icon-new, .modal--cross-sell .sale .icon-event1, .modal--cross-sell .sale .icon-event2, .modal--cross-sell .sale .icon-event3, .modal--cross-sell .sale .icon-event4, .modal--cross-sell .sale .icon-new {
  position: absolute;
  top: 0;
  left: 0;
  display: block
}

#crossSaleCarousel .sale .picto-event, .modal--cross-sell .sale .picto-event {
  display: block;
  color: #fff;
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0
}

#crossSaleCarousel .ribbonChild .ribbon-content > span, .modal--cross-sell .ribbonChild .ribbon-content > span {
  display: block
}

#crossSaleCarousel .lt-ie8 .sale .sale-end, .modal--cross-sell .lt-ie8 .sale .sale-end {
  float: left
}

#crossSaleCarousel .ribbon, .modal--cross-sell .ribbon {
  display: table;
  text-align: center;
  margin: 0 auto;
  color: #bd1343;
  max-height: 70px;
  min-height: 70px;
  width: 98%;
  height: 70px
}

#crossSaleCarousel .ribbon .ribbon-content, .modal--cross-sell .ribbon .ribbon-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

#crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-1, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-1 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin: 0
}

#crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-2, #crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-3, #crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-3.medium_text, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-2, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-3, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-3.medium_text {
  font-size: 28px;
  line-height: 23px;
  font-weight: 400
}

#crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-2, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-2 {
  line-height: 22px;
  font-weight: 400;
  margin: 0
}

#crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-2 .small_text, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-2 .small_text {
  font-size: 17px
}

@media only screen and (max-width: 767px) {
  #crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-3, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-3 {
    font-size: 20px;
    white-space: nowrap
  }
}

#crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-3.chf, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-3.chf {
  font-size: 14px !important
}

#crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-3 .small_text, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-3 .small_text {
  font-size: 13px
}

#crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-4, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  display: block;
  padding: 5px
}

#crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-5, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-5 {
  font-size: 12px;
  display: block;
  line-height: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0 20% 5px
}

#crossSaleCarousel .ribbon .ribbon-content .ribbon-txt-5 + .ribbon-txt-2, .modal--cross-sell .ribbon .ribbon-content .ribbon-txt-5 + .ribbon-txt-2 {
  font-size: 24px
}

#crossSaleCarousel .ribbon-black, .modal--cross-sell .ribbon-black {
  background-color: #000
}

@media only screen and (min-width: 1025px) {
  #crossSaleCarousel .sale, .modal--cross-sell .sale {
    position: relative
  }

  #crossSaleCarousel .sale .sale-time-remaining, .modal--cross-sell .sale .sale-time-remaining {
    margin: 5px 0 0;
    position: absolute;
    top: 205px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    color: #fff
  }

  #crossSaleCarousel .sale .hotel-name, #crossSaleCarousel .sale .trailer-link, .modal--cross-sell .sale .hotel-name, .modal--cross-sell .sale .trailer-link {
    display: inline-block
  }

  #crossSaleCarousel .sale .sale-figure, .modal--cross-sell .sale .sale-figure {
    position: relative;
    max-height: 244px;
    overflow: hidden
  }

  #crossSaleCarousel .sale i.line-icon-clock, .modal--cross-sell .sale i.line-icon-clock {
    color: #fff;
    margin: 0 10px
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #crossSaleCarousel .sale .sale-name, .modal--cross-sell .sale .sale-name {
    font-size: 14px
  }

  #crossSaleCarousel .sale .hotel-name, #crossSaleCarousel .sale .sale-name, .modal--cross-sell .sale .hotel-name, .modal--cross-sell .sale .sale-name {
    font-weight: 600
  }

  #crossSaleCarousel .sale .sale-destination, #crossSaleCarousel .sale .sale-name, .modal--cross-sell .sale .sale-destination, .modal--cross-sell .sale .sale-name {
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 17px
  }

  #crossSaleCarousel .sale .ribbon, .modal--cross-sell .sale .ribbon {
    max-height: 66px;
    min-height: 66px;
    height: 66px
  }
}

@media only screen and (max-width: 1024px) {
  #crossSaleCarousel .sale, .modal--cross-sell .sale {
    position: relative
  }

  #crossSaleCarousel .sale.col-6 .sale-time-remaining, .modal--cross-sell .sale.col-6 .sale-time-remaining {
    bottom: 80px;
    top: inherit;
    color: #fff;
    margin: 0;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    background-size: auto 37px
  }

  #crossSaleCarousel .sale.catalog .sale_content .sale-time-remaining, .modal--cross-sell .sale.catalog .sale_content .sale-time-remaining {
    top: inherit
  }

  #crossSaleCarousel .sale .ribbon, .modal--cross-sell .sale .ribbon {
    max-height: 66px;
    min-height: 66px;
    height: 66px
  }

  #crossSaleCarousel .sale .hotel-name, #crossSaleCarousel .sale .sale-name, .modal--cross-sell .sale .hotel-name, .modal--cross-sell .sale .sale-name {
    font-weight: 400
  }

  #crossSaleCarousel .sale .sale-destination, #crossSaleCarousel .sale .sale-name, .modal--cross-sell .sale .sale-destination, .modal--cross-sell .sale .sale-name {
    font-size: 14px;
    white-space: nowrap;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 17px
  }

  #crossSaleCarousel .sale .sale_content, .modal--cross-sell .sale .sale_content {
    width: 78%
  }

  #crossSaleCarousel .sale.next a.next-sale-btn, .modal--cross-sell .sale.next a.next-sale-btn {
    top: unset;
    bottom: 85px
  }

  #crossSaleCarousel .sale .sale-figure, .modal--cross-sell .sale .sale-figure {
    position: relative
  }

  #crossSaleCarousel .sale .sale-bottom, .modal--cross-sell .sale .sale-bottom {
    height: 40px;
    line-height: 40px
  }

  #crossSaleCarousel .sale .trailer-link i, .modal--cross-sell .sale .trailer-link i {
    padding-right: 10%
  }
}

@media only screen and (min-width: 768px) {
  #crossSaleCarousel .sale-time-remaining, .modal--cross-sell .sale-time-remaining {
    background: linear-gradient(180deg, transparent 1%, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75));
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000", GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000", GradientType=0)
  }
}

@media only screen and (min-width: 1025px) {
  #crossSaleCarousel .push-promo, #crossSaleCarousel .sale, #crossSaleCarousel .sale .sale-figure, .modal--cross-sell .push-promo, .modal--cross-sell .sale, .modal--cross-sell .sale .sale-figure {
    position: relative
  }

  #crossSaleCarousel .sale i.line-icon-clock, .modal--cross-sell .sale i.line-icon-clock {
    margin: 0 10px
  }

  #crossSaleCarousel .sale .sale-time-remaining, .modal--cross-sell .sale .sale-time-remaining {
    margin: 1px 0 0
  }

  #crossSaleCarousel .sale .sale_price_separator, .modal--cross-sell .sale .sale_price_separator {
    height: 58px;
    margin: 6px 0
  }

  #crossSaleCarousel .ribbon, .modal--cross-sell .ribbon {
    max-height: 66px;
    min-height: 66px;
    height: 66px
  }

  #crossSaleCarousel .sale.next a.next-sale-btn, .modal--cross-sell .sale.next a.next-sale-btn {
    top: 205px
  }
}

#derived-sales .section-derived {
  display: block !important;
  width: 100%
}

#derived-sales .section-derived #derived-sales {
  width: 100%
}

#derived-sales .sale {
  width: 100%;
  margin: auto 0 !important;
  margin-top: 4% !important
}

#derived-sales .seo-signup {
  display: block;
  margin: 7% auto;
  font-family: Source Sans Pro, sans-serif
}

@media only screen and (max-width: 1024px) {
  #derived-sales button.seo-signup {
    width: 100%
  }
}

#crossSaleCarousel {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

@media only screen and (min-width: 768px) {
  #crossSaleCarousel .slick-slider {
    margin: 0 25px
  }
}

#crossSaleCarousel .slick-slider .slick-slide {
  padding: 0 5px
}

#crossSaleCarousel .sale-figure .sale-image {
  height: 190px;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center
}

#crossSaleCarousel .sale-time-remaining {
  display: none !important
}

#crossSaleCarousel .sale_content, #crossSaleCarousel .sale_price {
  position: absolute;
  margin-top: -100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  height: 100px !important;
  max-height: 100px !important;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8)) !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#crossSaleCarousel .sale_content {
  width: 71%;
  padding: 0 0 15px 10px !important
}

#crossSaleCarousel .sale_content .sale-destination, #crossSaleCarousel .sale_content .sale-name {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  color: #fff !important;
  font-family: Source Sans Pro, sans-serif
}

#crossSaleCarousel .sale_content .sale-destination {
  width: 100%;
  height: auto;
  margin-top: auto !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px !important;
  text-transform: uppercase
}

#crossSaleCarousel .sale_price {
  right: 0;
  width: 29% !important;
  -webkit-justify-content: end;
  justify-content: end;
  padding: 0 10px 15px !important
}

#crossSaleCarousel .sale_price .ribbon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 !important;
  height: 45px !important;
  border: 0;
  background: #bd1343;
  color: #fff
}

.single-item img {
  height: auto !important;
}

.tag-locationMapPicture .image {
  position: relative;
}

.sale-container h4 em {
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
}

.welike h4 em {
  margin-top: 14px;
}

.room-slider img {
  height: 322px;
}

@media only screen and (max-width: 1024px) {
  .room-slider img {
    height: auto;
  }
}

.paragraph-hiddenText .hide-read {
  display: none;
}

.inline-block {
  display: inline;
}

.weather-slider .slick-arrow:before {
  color: #1d1d1d;
  font-size: 28px;
  opacity: 1;
  padding-left: 17px;
}

.tab-content.details .paragraph-weather .month {
  display: inline;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  margin-top: 5px;
  letter-spacing: -2px;
  margin-left: 4px;
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

#commitments .section-title {
  text-align: left;
}

.moreCommitmentsText {
  display: none;
}

#helpMe .section-title {
  text-align: left;
}

.block-details-container {

}

.price-box .price-details {
  /*display: none;*/
}

#content-tabs-stacked {
  display: none;
}

#crossSaleCarousel .exclusive-offers-slider .slick-arrow.slick-prev {
  left: -20px;
}

.modal-backdrop {
  z-index: 99991;
}

.modalV2 {
  display: block;
  z-index: 99992;
}

@media only screen and (max-width: 767px) {
  .modalV2.share {
    z-index: 99992;
    background-color: #fff;
  }

  #content-panel #left-panel {
    width: 100%;
    margin-right: 0px;
  }

  #content-panel {
    display: flex;
    flex-wrap: wrap;
  }

  #left-panel {
    order: 2;
  }

  #right-panel {
    order: 1;
  }
}

.dialog-share {
  display: none;
}

.modal--mosaic {
  overflow: auto;
}

.dialog-galery {
  display: none;
}

.open-modal--mosaic {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  #navigationBar {
    display: none;
  }

  #PPslider .slick-arrow {
    top: 190px;
  }

  .review-dialog {
    display: none;
  }

}

@media only screen and (max-width: 768px) {
  #content-tabs-stacked {
    display: none !important;
  }

  .review-dialog {
    display: none;
  }
}

.review-dialog {
  display: none;
}

.review-guideline-content {
  display: none;
}

@media only screen and (max-width: 500px) {
  /* #PPslider .slick-arrow.slick-prev {
     display: none !important;
   }

   #PPslider .slick-arrow.slick-next {
     display: none !important;
   })*/
  #PPslider .slick-arrow {
    top: 100px;
  }

  #PPslider {
    /*height: 100%;*/
  }

  .exclusive-offers-slider .sale-figure .sale-image {
    width: 100% !important;
  }

  .slick-next::before, .slick-prev::before {
    margin-left: 10px;
  }

  .weather-slider .slick-arrow::before {
    padding-left: 0px;
  }
}
