/* ==========================================================================
   BTOB LESS
   ========================================================================== */
/* Variables
   ========================================================================== */
/* ==========================================================================
   GLOBAL VARIABLES
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Header - Footer
   ========================================================================== */
/* Map vars
   ========================================================================== */
/*@mapEdgeTop     : 0px;
@mapEdgeRight   : 10px;
@mapEdgeBottom  : 0px;
@mapEdgeLeft    : 10px;*/
/* Fonts
   ========================================================================== */
@font-face {
  font-family: 'Notera';
  src: url('/fonts/notera.woff2') format('woff2'), url('/fonts/notera.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Z-index
   ========================================================================== */
/* Media-Queries
   ========================================================================== */
/* Mixins
   ========================================================================== */
/* ==========================================================================
   HELPERS
   ========================================================================== */
/* Clearer
   ========================================================================== */
/* Uc first
   ========================================================================== */
/* mixin svg color
   ========================================================================== */
/* ==========================================================================
   Margin
   ========================================================================== */
/* ==========================================================================
   Fonts // use if needed
   ========================================================================== */
/* ==========================================================================
   Max height line // use if needed
   ========================================================================== */
/* ==========================================================================
   Base64 SVG with fillColor from a svg file
   ========================================================================== */
/* Title */
/* Title helpers - Font Family */
/* Title helpers - Color */
/* Title helpers - Font weight */
/* Title helpers - Font style */
/* Title helpers - Font size */
/* Zoom
   ========================================================================== */
/* Sizers */
.mxw-33 {
  max-width: 33%;
}
.no-decorate {
  text-decoration: none;
}
.noMargin {
  margin: 0 !important;
}
.noPadding {
  padding: 0 !important;
}
/* Layout
   ========================================================================== */
.company-response-inner {
  text-align: center;
}
.btobLogged {
  /* BtoB header
     ========================================================================== */
  /* ==========================================================================
    LOGO
  ========================================================================== */
  /* BtoB Home
     ========================================================================== */
  /* Menu Expanded TRUE (Home)
   ========================================================================== */
}
[data-menuExpanded="false"].btobLogged .btobLogoDesc {
  display: none;
}
[data-menuExpanded="true"].btobLogged #logo {
  width: auto;
  height: 8rem;
  margin: 5px auto 10px;
  /*font-size: 0;
      > span {
        //vertical-align: middle;
      }*/
}
@media screen and (max-width: 1024px) {
  [data-menuExpanded="true"].btobLogged #logo {
    margin: 12px auto 10px;
  }
}
[data-menuExpanded="true"].btobLogged #logo figure {
  pointer-events: auto;
  width: 80%;
  position: absolute;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  [data-menuExpanded="true"].btobLogged #logo figure {
    position: relative;
    width: 100%;
  }
}
[data-menuExpanded="true"].btobLogged .btobLogoDesc {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 1.1;
}
[data-menuExpanded="true"].btobLogged .btobLogoDesc em {
  font-style: normal;
  font-weight: 700;
  color: #056da9;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  [data-menuExpanded="true"].btobLogged .btobLogoDesc {
    display: none;
  }
}
.btobLogged .header > .grid,
.btobLogged .header .col-1-1 {
  pointer-events: none;
}
.btobLogged .header .col-1-1 > * {
  pointer-events: auto;
}
.btobLogged #render-searchengine {
  pointer-events: none;
}
.btobLogged #render-searchengine .fastTrack {
  pointer-events: auto;
}
.btobLogged .username > .icon {
  background: #056da9;
}
[data-menuExpanded="false"].btobLogged .username > .icon {
  border: 0;
}
.btobLogged .username > em {
  color: #056da9;
}
.no-touchevents.is-not-phone .btobLogged[data-menuExpanded="true"] nav > ul > li:hover .subMenu,
.no-touchevents.is-not-phone .btobLogged[data-menuExpanded="true"] nav > ul > li:not(.firstLevel):hover .subMenu,
.is-not-phone .btobLogged[data-menuExpanded="true"] nav > ul > li:not(.firstLevel).focus .subMenu {
  -webkit-transition: 0s .2s;
          transition: 0s .2s;
  visibility: visible;
  opacity: 1;
}
.is-not-phone .btobLogged[data-menuExpanded="true"] .subMenu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s 0s;
          transition: 0s 0s;
}
.is-not-phone .btobLogged[data-menuExpanded="true"] .subMenu.open {
  -webkit-transition: .1s .2s;
          transition: .1s .2s;
  opacity: 1;
  visibility: visible;
}
.btobLogged[data-fastTrackExpanded="true"] .fastTrack {
  top: 9.9rem;
}
.btobLogged .fastTrackHomeWrapper .fastTrack {
  top: 0;
}
.btobLogged #homeMedia {
  height: -webkit-calc(100vh - 13rem - 4.4rem);
  height: calc(100vh - 13rem - 4.4rem);
}
.is-phone .btobLogged #homeMedia {
  height: -webkit-calc(100vh - 6rem);
  height: calc(100vh - 6rem);
  max-height: -webkit-calc(100vw - 6rem);
  max-height: calc(100vw - 6rem);
}
.btobLogged .userMenuMobile {
  background: #056da9;
}
.btobLogged .userMenuMobile a {
  color: #ffffff !important;
  border-bottom-color: #022d46;
}
.btobLogged .showRooms .specialOfferTag {
  background: #056da9;
}
@media screen and (min-width: 1401px) {
  .btobLogged .showRooms {
    text-align: right;
  }
}
.btobLogged .propertyRate {
  min-height: 200px;
}
.btobLogged .btobRatesLegalTerms {
  margin: 30px 0;
  padding-top: 10px;
  border-top: 0.1rem solid #d9dbdd;
}
.btobLogged .btobRatesLegalTerms a {
  font-style: italic;
  color: #bd9e56;
}
/* BtoB Nav
   ========================================================================== */
.btobNav {
  background: #056da9;
  border-top: 0.8rem solid #056da9;
  min-width: 768px;
  position: relative;
  z-index: 2;
  /* DISPLAY MSG FIXED UP THE HEADER */
}
.error-isvisible .btobNav {
  margin-top: 6rem;
}
.btobNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.btobNav li {
  display: inline-block;
}
.btobNav li:hover a {
  border-color: #e2f4fe;
}
.btobNav .icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: .2rem;
}
.btobNav a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: .7rem 1.4rem .5rem;
  border-bottom: 0.5rem solid #056da9;
}
@media screen and (max-width: 1400px) {
  .btobNav a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .btobNav a {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 1.2rem;
  }
}
.btobNav .active {
  background: #ffffff;
  color: #056da9;
}
.btobNav .active .icon {
  fill: #056da9;
  stroke: transparent;
}
.btobNav .active .icon path {
  fill: #056da9;
  stroke: transparent;
}
.btobNav .active a {
  border-color: #fff !important;
}
/* BtoB Footer
   ========================================================================== */
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .btobFooterPhone .mainTitle1 {
    width: 50%;
  }
}
.btobFooterPhone .btnCall {
  color: #ffffff;
  border-color: #056da9;
  background: #056da9;
}
@media screen and (max-width: 1024px) {
  .btobFooterPhone .btnCall {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1240px) {
  .overmapFooter .col-1-3 .btobFooterPhone .btnCall {
    margin-top: 15px;
  }
}
/* Tag rate
   ========================================================================== */
.btobRateTag {
  color: #056da9;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}
.btobRateTag .btnBlueBtob {
  color: #ffffff;
}
.showRates .btobRateTag {
  margin-top: 20px;
}
.showRooms .btobRateTag {
  display: block;
  margin-top: 10px;
}
.btobRateTag .btn {
  vertical-align: middle;
  margin: 0 0 0 -0.1rem;
}
.btobRateTag .tag {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  background: #ffffff;
  color: #000;
  border: 0.1rem solid #056da9;
  height: 5rem;
  line-height: 4.8rem;
  padding: 0 2rem;
}
.btobRateTag .tagLabel {
  font-size: 1.8rem;
  color: #056da9;
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px;
}
/* BtoB Hotel
   ========================================================================== */
.btobTagPriceAdvantageWrapper {
  margin-top: 10px;
  border-bottom: 1px solid #056da9;
  text-align: right;
  font-size: 0;
}
.btobTagPriceAdvantageWrapper .btobTagPriceAdvantage {
  display: inline-block;
}
.btobTagPriceAdvantage {
  background: #056da9;
  color: #ffffff;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 5px;
  font-size: 2.1rem;
  /* ==========================================================================
    PRICE BUTTON (hotel)
  ========================================================================== */
}
.btobTagPriceAdvantage strong {
  font-family: Arial;
  font-weight: 700;
}
.header .priceTag .btobTagPriceAdvantage {
  display: none;
}
.blocHotelGds {
  margin-top: 30px;
  color: #056da9;
  font-weight: 700;
}
.blocHotelGds strong {
  font-weight: 400;
}
.blocHotelGds em {
  text-transform: uppercase;
  font-style: normal;
}
/* ==========================================================================
  Reservation
========================================================================== */
.btobTotalRate {
  background: #056da9;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.btobTotalRate strong {
  font-weight: 400;
  font-size: 2.2rem;
}
.btobTotalRate i {
  font-size: 1.6rem;
  font-style: normal;
}
.basketBottomTotal .btobTotalRate,
.accordionResa .blocResaList .resaListFooter .btobTotalRate {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  padding: 10px 30px;
}
.accordionResa .blocResaList .resaListFooter .btobTotalRate {
  float: right;
}
.b2bWrapperEditQuote {
  position: relative;
}
.b2bWrapperEditQuote .basketAsideToolTip {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btobLegalTerms {
  border: solid #bd9e56;
  border-width: 1px 0;
  padding: 10px 0;
}
.btobReservationDesc a {
  color: #bd9e56;
  font-style: italic;
}
.btobTravelAgentID {
  margin-top: 30px;
  padding: 10px 20px;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #d9b56e;
  text-transform: uppercase;
}
.btobTravelAgentID strong {
  font-family: Arial;
  color: #bd9e56;
}
.btobResaListHeaderGuest {
  float: right;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
}
/* ==========================================================================
  Quotes
========================================================================== */
.btobQuotesId {
  position: relative;
  padding: 20px 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  color: #1c1c1b;
  font-size: 2.4rem;
  border-top: 1px solid #d9b56e;
}
.btobQuotesId > div {
  font-family: Arial;
  font-size: 2.1rem;
  color: #bd9e56;
  font-weight: 700;
  float: right;
  padding-left: 20px;
  max-width: 250px;
}
.btobQuotesId > div.btobQuotesIcons {
  letter-spacing: 10px;
}
.btobQuotesId > div.btobQuotesIcons > a {
  text-decoration: none;
}
.btobQuotesId strong {
  font-family: Arial;
  font-size: 2.1rem;
  color: #bd9e56;
}
.btobQuotesId span {
  font-family: Arial;
  font-size: 1.6rem;
}
.btobQuotesId .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: .2rem;
  fill: #5d676f;
}
.btobQuoteDetail {
  border: 1px solid #d9b56e;
  padding: 30px;
  margin-bottom: 20px;
}
.btobQuoteDetail .marginTop {
  margin-top: 10rem;
}
@media screen and (max-width: 760px) {
  .btobQuoteDetail {
    padding: 8px;
  }
}
.btobQuoteDetail .margin-title {
  margin-left: 10px;
}
.btobQuoteDetail .center-content {
  text-align: center;
}
.btobQuoteDetail .table-collapse {
  border-collapse: collapse;
  margin: 30px 10px;
}
table.btobQuoteDetail {
  border: none;
}
table.btobQuoteDetail * {
  overflow: visible !important;
}
table.btobQuoteDetail,
.btobQuoteDetail table {
  border-collapse: separate;
  border-spacing: 20px;
  width: 100%;
  padding: 0px !important;
}
.btobQuoteDetail .keepTogether {
  page-break-inside: avoid;
}
.btobQuoteDetail .page-breaker {
  page-break-after: always;
}
.btobQuoteDetail .basketItemRate .priceTag {
  top: 1rem;
}
.btobQuoteDetail .basketItemRate .priceTag .tag {
  font-weight: bold;
  color: #1c1c1b;
}
.recapTable {
  border-collapse: collapse !important;
  margin-bottom: 20px;
  margin-left: 10px;
}
.recapTable tr {
  border-bottom: 1px solid #1c1c1b;
}
.recapTable tr:last-child {
  border-bottom: none;
}
.recapTable tr td {
  padding: 15px 0;
}
.recapTable thead tr {
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #1c1c1b !important;
}
.recapTable thead tr th {
  padding: 15px 0;
}
.btobQuoteLogos {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .btobQuoteLogos .btobQuoteLogo {
    top: 0;
  }
  .btobQuoteLogos > div:first-child {
    padding-right: 0 !important;
  }
  .btobQuoteLogos > div:last-child {
    padding-left: 0 !important;
  }
}
.btobQuoteLogos > div:first-child {
  padding-right: 4rem;
}
.btobQuoteLogos > div:last-child {
  padding-left: 4rem;
  text-align: right;
}
.btobQuoteLogos > div:last-child img {
  max-width: 200px;
  max-height: 100px;
  height: auto;
  width: auto;
  vertical-align: middle;
  margin: 0 10px;
}
.btobQuoteLogos > div:last-child img + img {
  margin-left: 20px;
}
.btobQuoteLogo {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.3rem;
  height: 7rem;
}
.btobQuoteLogo img {
  width: 100%;
}
.btobQuoteImg {
  position: relative;
  overflow: hidden;
}
.btobQuoteImg img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btobQuoteGalleryMain {
  height: 560px;
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .btobQuoteGalleryMain {
    height: -webkit-calc(100vw - 150px);
    height: calc(100vw - 150px);
    max-height: 300px;
  }
}
.btobQuoteGalleryThumbs {
  margin: 10px 0;
}
.btobQuoteGalleryThumb {
  height: 180px;
}
.btobQuoteRoomInfo {
  margin-bottom: 40px;
}
.btobQuoteRoomInfo .btobQuoteImg {
  height: 275px;
  margin-top: 30px;
}
.btobQuoteServices {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .btobQuoteServices {
    width: 100%;
  }
}
.btobQuoteServices .col-1-2 {
  margin-top: 20px;
  border: solid #ffffff;
  border-width: 0 10px;
}
.btobLocationContent {
  margin-bottom: 50px;
}
.btobLocationContent .btobQuoteMap {
  height: 56rem;
  margin-bottom: 20px;
  background: transparent;
}
.btobLocationContent .btobQuoteMap img {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 760px) {
  .btobLocationContent .btobQuoteMap {
    height: -webkit-calc(100vw - 150px);
    height: calc(100vw - 150px);
    max-height: 300px;
  }
}
.btobHotelLocation {
  border-left: 1px solid #aeb3b7;
  padding-left: 2rem;
}
@media screen and (max-width: 760px) {
  .btobHotelLocation {
    margin-top: 20px;
  }
}
.btobQuotesBottomTotal {
  text-align: left;
  background: #eef0f0;
  padding: 10px 0;
  margin-bottom: 20px;
}
.btobQuotesBottomTotal > * {
  display: inline-block;
  vertical-align: middle;
}
.btobQuotesBottomTotal > span {
  padding-left: 10px;
}
.btobQuotesBottomTotal span {
  font-weight: bold;
  width: 20%;
}
.btobQuotesBottomTotal .priceTag {
  font-weight: bold;
  width: 79%;
  text-align: right;
}
.btobQuotesBottomTotal .priceTag .price {
  font-size: 1.6rem;
}
.quoteBasketItemRate .priceTag {
  position: relative;
  float: right;
  top: auto;
  right: auto;
}
.quoteBasketItemRate .price-detail table {
  table-layout: inherit;
}
/* BASKET Editing quote
   ========================================================================== */
.quote-header {
  font-size: 1.6rem;
}
.quote-show-price-input,
.quote-without-total-input {
  position: absolute;
  left: -9999em;
}
.quote-show-price input[type=checkbox] + label:before,
.quote-without-total input[type=checkbox] + label:before {
  margin-right: 1rem;
}
.quote-show-price input:checked + label:after,
.quote-without-total input:checked + label:after {
  top: 1.2rem;
  left: 2.5rem;
}
.quote-show-price-label,
.quote-without-total-label {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 1.2rem 2.5rem;
  border: 1px solid #bd9e56;
  font-weight: bold;
}
/* ==========================================================================
  partners Offers
========================================================================== */
.btobPartnersOffers .blocEngagement > .content .innerContent a {
  color: #bd9e56;
  font-weight: 400;
  font-style: italic;
}
/* ==========================================================================
  Contacts
========================================================================== */
.btobContact {
  border: 1px solid #d9b56e;
  padding: 40px;
  min-height: 245px;
  margin-bottom: 20px;
}
.btobContact:after,
.btobContact:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btobContact:after {
  clear: both;
}
.btobContact > div {
  float: left;
}
@media screen and (max-width: 520px) {
  .btobContact > div {
    float: none;
  }
}
.btobContact > div:first-child {
  border: 1px solid #d9dbdd;
  height: 162px;
  width: 162px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.btobContact > div:first-child img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
.btobContact .locationContact {
  width: -webkit-calc(100% - 162px - 100px);
  width: calc(100% - 162px - 100px);
}
@media screen and (max-width: 520px) {
  .btobContact .locationContact {
    width: auto;
    margin-top: 20px;
  }
}
