@charset "UTF-8";
:root {
  --baseline: 1.75;
  line-height: 1.75;
  line-height: var(--baseline); }

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url("/fonts/raleway-v14-latin-regular.woff2") format("woff2"), url("/fonts/raleway-v14-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("/fonts/raleway-v14-latin-600.woff2") format("woff2"), url("/fonts/raleway-v14-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url("/fonts/raleway-v14-latin-700.woff2") format("woff2"), url("/fonts/raleway-v14-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */
.priority-nav {
  white-space: nowrap;
  /*
    * Makes sure the menu's are inline-block so they don't take up
    * the entire width of its parent. This will break the plugin.
    */ }

.priority-nav > ul {
  display: inline-block; }

.priority-nav > ul > li {
  display: inline-block; }

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative; }

.priority-nav__wrapper {
  position: relative; }

.priority-nav__dropdown {
  position: absolute;
  visibility: hidden; }

.priority-nav__dropdown.show {
  visibility: visible; }

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute; }

.priority-nav-is-visible {
  visibility: visible; }

.priority-nav-is-hidden {
  visibility: hidden; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

body.gallery-open #olark-wrapper {
  opacity: 0;
  pointer-events: none; }

body #olark-wrapper {
  transition: all 0.3s ease-in-out; }

.margin-left-1x {
  margin-left: calc(1.75 * 1 * 16px); }

.margin-left-half {
  margin-left: calc(1.75 * 0.5 * 16px); }

.margin-right-quarter {
  margin-right: calc(1.75 * 0.25 * 16px); }

.margin-trailer-half {
  margin-bottom: calc(1.75 * 0.5 * 16px); }

@media (min-width: 1024px) {
  .margin-leader-half_tablet-landscape-up {
    margin-top: calc(1.75 * 0.5 * 16px); } }

@media (min-width: 1024px) {
  .margin-left-1x_tablet-landscape-up {
    margin-left: calc(1.75 * 1 * 16px); } }

@media (min-width: 1024px) {
  .margin-left-half_tablet-landscape-up {
    margin-left: calc(1.75 * 0.5 * 16px); } }

.no-margin-trailer {
  margin-bottom: 0; }

@media (max-width: 1023px) {
  .hidden_tablet-landcape-down {
    display: none; } }

.align-right {
  float: right; }

.box-shadow {
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2); }

.u-brand-color-courchevel {
  color: #e53c2e !important; }

.u-brand-color-meribel {
  color: #ff661b !important; }

.u-brand-color-val-thorens {
  color: #f9b500 !important; }

@-webkit-keyframes fadeInGrow {
  0% {
    transform: rotateY(-20deg);
    opacity: 0;
    visibility: hidden; }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible; } }

@keyframes fadeInGrow {
  0% {
    transform: rotateY(-20deg);
    opacity: 0;
    visibility: hidden; }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

a img {
  border: 0; }

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.row {
  clear: both;
  float: left;
  width: 100%; }

.onecol {
  width: 4.34783%;
  float: left;
  margin-right: 4.34783%; }

.twocol {
  width: 13.04348%;
  float: left;
  margin-right: 4.34783%; }

.threecol {
  width: 21.73913%;
  float: left;
  margin-right: 4.34783%; }

.fourcol {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%; }

.fivecol {
  width: 39.13043%;
  float: left;
  margin-right: 4.34783%; }

.sixcol {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%; }

.sevencol {
  width: 56.52174%;
  float: left;
  margin-right: 4.34783%; }

.eightcol {
  width: 65.21739%;
  float: left;
  margin-right: 4.34783%; }

.ninecol {
  width: 73.91304%;
  float: left;
  margin-right: 4.34783%; }

.tencol {
  width: 82.6087%;
  float: left;
  margin-right: 4.34783%; }

.elevencol {
  width: 91.30435%;
  float: left;
  margin-right: 4.34783%; }

.twelvecol {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  position: relative; }
  @media (max-width: 800px) {
    .onecol,
    .twocol,
    .threecol,
    .fourcol,
    .fivecol,
    .sixcol,
    .sevencol,
    .eightcol,
    .ninecol,
    .tencol,
    .elevencol,
    .twelvecol {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .onecol.last,
  .twocol.last,
  .threecol.last,
  .fourcol.last,
  .fivecol.last,
  .sixcol.last,
  .sevencol.last,
  .eightcol.last,
  .ninecol.last,
  .tencol.last,
  .elevencol.last,
  .twelvecol.last {
    margin-right: 0; }

@media (max-width: 800px) {
  .header .fourcol {
    width: 21.73913%;
    float: left;
    margin-right: 4.34783%; }
  .header .eightcol {
    width: 73.91304%;
    float: left;
    margin-right: 4.34783%;
    margin-right: 0; } }

img,
object,
embed {
  max-width: 100%; }

img {
  height: auto; }

body {
  font: 16px "Raleway", sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  color: #212221; }

h1 {
  font-size: 56px;
  line-height: 70px;
  font-weight: 700; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 42px;
      line-height: 56px; } }

h2 {
  font-size: 42px;
  line-height: 56px;
  font-weight: 700; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 28px;
      line-height: 35px; } }

.bf-news-article-list header.title,
.bf-news-article header.title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700; }

h3 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700; }

h4 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700; }

h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700; }

p, .bf-site form span.note,
.bf-site form > em, .bf-site form span.error, .bf-site form label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400; }

a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  color: #e53c2e;
  text-decoration: none;
  cursor: pointer; }
  body .wrapper.meribel_chalets_apartments a {
    color: #ff661b; }
  body .wrapper.val_thorens_chalets_apartments a {
    color: #f9b500; }
  a:hover {
    color: #e53c2e; }
    body .wrapper.meribel_chalets_apartments a:hover {
      color: #ff661b; }
    body .wrapper.val_thorens_chalets_apartments a:hover {
      color: #f9b500; }

b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

small {
  font-size: 14px;
  line-height: 28px; }

i {
  color: #ccc; }

.t-raleway__semibold {
  font-weight: 600; }

.c-btn,
a.c-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #e53c2e;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  outline: none; }
  body .meribel_chalets_apartments .c-btn, body .meribel_chalets_apartments
  a.c-btn {
    background-color: #ff661b;
    color: #fff; }
  body .val_thorens_chalets_apartments .c-btn, body .val_thorens_chalets_apartments
  a.c-btn {
    background-color: #f9b500;
    color: #fff; }
  .c-btn:hover,
  a.c-btn:hover {
    color: #fff; }
    body .meribel_chalets_apartments .c-btn:hover, body .meribel_chalets_apartments
    a.c-btn:hover {
      color: #fff; }
    body .val_thorens_chalets_apartments .c-btn:hover, body .val_thorens_chalets_apartments
    a.c-btn:hover {
      color: #fff; }
  .c-btn:focus,
  a.c-btn:focus {
    outline: none; }
  .c-btn i,
  a.c-btn i {
    margin-right: 7px;
    color: #fff; }
  .c-btn.white,
  a.c-btn.white {
    background-color: #fff;
    color: #212221; }
    body .meribel_chalets_apartments .c-btn.white, body .meribel_chalets_apartments
    a.c-btn.white {
      background-color: #fff;
      color: #212221; }
    body .val_thorens_chalets_apartments .c-btn.white, body .val_thorens_chalets_apartments
    a.c-btn.white {
      background-color: #fff;
      color: #212221; }
    .c-btn.white:hover,
    a.c-btn.white:hover {
      box-shadow: 0 0 calc(1.75 * 0.75 * 16px) 0 rgba(49, 49, 49, 0.25); }
  .c-btn.read-more:after,
  a.c-btn.read-more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    color: #fff;
    margin-left: 10px; }
  .c-btn.read-more::after,
  a.c-btn.read-more::after {
    font-family: "Font Awesome 5 Pro", sans-serif; }
  .c-btn.transparent,
  a.c-btn.transparent {
    background: none;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px);
    font-size: 16px;
    letter-spacing: normal;
    text-transform: none;
    color: #212221; }
    body .wrapper.meribel_chalets_apartments .c-btn.transparent, body .wrapper.meribel_chalets_apartments
    a.c-btn.transparent {
      background: none;
      color: #212221; }
    body .wrapper.val_thorens_chalets_apartments .c-btn.transparent, body .wrapper.val_thorens_chalets_apartments
    a.c-btn.transparent {
      background: none;
      color: #212221; }
    .c-btn.transparent i,
    a.c-btn.transparent i {
      color: #e53c2e; }
      body .meribel_chalets_apartments .c-btn.transparent i, body .meribel_chalets_apartments
      a.c-btn.transparent i {
        color: #ff661b; }
      body .val_thorens_chalets_apartments .c-btn.transparent i, body .val_thorens_chalets_apartments
      a.c-btn.transparent i {
        color: #f9b500; }
    .c-btn.transparent::after,
    a.c-btn.transparent::after {
      margin-left: 7px;
      color: #ccc; }

#header {
  position: relative;
  width: 100%;
  margin-bottom: calc(1.75 * 1.5 * 16px);
  background: #fff;
  z-index: 1001;
  left: 0;
  padding: 0; }
  @media (max-width: 1023px) {
    #header {
      padding: calc(1.75 * 0.25 * 16px) 0; } }
  body.has-banner #header {
    margin-bottom: 0; }
  #header .inner-wrapper {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box; }

.logo {
  width: 106px;
  max-height: 98px;
  transition: .3s ease-in-out; }
  @media (max-width: 1023px) {
    .logo {
      width: calc(1.75 * 3 * 16px);
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .logo {
      position: absolute;
      top: calc(1.75 * -2 * 16px); } }

.logo-image {
  width: auto;
  height: 98px;
  transition: .3s ease-in-out; }

.branding {
  position: relative;
  font-size: 0;
  margin: 0;
  padding: 18px 0 17px;
  text-align: right; }
  @media (max-width: 1023px) {
    .branding {
      display: none; } }

.trustpilot-widget,
.branding__tel {
  display: inline-block;
  vertical-align: middle; }

.buttons {
  float: right;
  clear: right; }
  .buttons a {
    display: block;
    padding: 20px 0 21px;
    line-height: 28px;
    text-decoration: none; }
    .buttons a:hover {
      color: #e53c2e; }
      body .wrapper.meribel_chalets_apartments .buttons a:hover {
        color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .buttons a:hover {
        color: #f9b500; }
  .buttons .enquire {
    float: left;
    clear: none;
    margin-right: calc(1.75 * 1.5 * 16px); }
  .buttons .shortlist {
    float: left;
    clear: none; }
    @media (max-width: 480px) {
      .buttons .shortlist span {
        display: none; } }
    .buttons .shortlist .bf-accom-shortlist-icon.active {
      color: #e53c2e;
      font-weight: 900; }
      body .wrapper.meribel_chalets_apartments .buttons .shortlist .bf-accom-shortlist-icon.active {
        color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .buttons .shortlist .bf-accom-shortlist-icon.active {
        color: #f9b500; }

.top-row {
  box-shadow: inset 0 -1px 0 0 #ccc; }

.sticky {
  background: #fff;
  transition: .3s ease-in-out; }

@media (min-width: 1024px) {
  .is-sticky .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #ccc;
    z-index: 1001; }
    .is-sticky .sticky .logo-image {
      width: auto;
      height: calc(1.75 * 3 * 16px); }
    .is-sticky .sticky .branding,
    .is-sticky .sticky .buttons a {
      padding-top: calc(1.75 * 0.5 * 16px);
      padding-bottom: calc(1.75 * 0.5 * 16px); } }

@media (min-width: 1024px) {
  .is-sticky + .content {
    padding-top: calc(1.75 * 4.75 * 16px); } }

#footer {
  background: #212221;
  width: 100%;
  padding: 80px 0 50px;
  color: #fff;
  float: left;
  clear: both; }
  @media (max-width: 1280px) {
    #footer {
      padding: 80px 20px 50px; } }
  #footer h4 {
    color: #fff; }
  #footer p,
  #footer a {
    color: #fff; }
  #footer ul {
    padding-left: 0; }
    #footer ul li {
      list-style-type: none; }
  #footer .inner-wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto; }
  #footer .row.top {
    padding-bottom: calc(1.75 * 1.5 * 16px);
    margin-bottom: calc(1.75 * 1.5 * 16px);
    position: relative; }
    #footer .row.top .fourcol.last {
      position: static; }
  #footer .navigation {
    clear: both;
    line-height: 28px; }
    #footer .navigation .bl-menu-cont ul li {
      display: inline-block;
      padding-right: 5px;
      border-right: 1px solid #fff;
      margin: 0 5px 5px 0;
      font-size: 14px;
      line-height: 14px; }
      #footer .navigation .bl-menu-cont ul li a {
        color: #fff;
        font-weight: 400; }
      #footer .navigation .bl-menu-cont ul li:last-child {
        margin-right: 0;
        border-right: 0;
        padding-right: 0; }
  #footer .sites {
    font-size: 0; }
    #footer .sites div {
      display: inline-block;
      max-width: 74px;
      margin-top: 50px;
      margin: 0 10px; }
      #footer .sites div:first-child {
        margin-left: 0; }
      #footer .sites div:last-child {
        margin-right: 0; }
  #footer .contact p {
    margin-bottom: 0; }
  #footer .social {
    margin-bottom: calc(1.75 * 1 * 16px);
    text-align: center; }
    #footer .social ul {
      margin: calc(1.75 * 1 * 16px) auto 0;
      text-align: center; }
      #footer .social ul li {
        display: inline-block;
        margin-right: calc(1.75 * 2 * 16px); }
        @media (max-width: 767px) {
          #footer .social ul li {
            margin-right: calc(1.75 * 1 * 16px); } }
        #footer .social ul li:last-child {
          margin-right: 0; }
  #footer .copy {
    text-align: center;
    margin-top: calc(1.75 * 1.5 * 16px); }
    #footer .copy p {
      font-size: 10px;
      line-height: 14px; }
  #footer .language {
    min-height: calc(1.75 * 1.5 * 16px);
    margin-bottom: calc(1.75 * 2.5 * 16px); }
  #footer .skiptranslate {
    color: #212221;
    white-space: normal; }
    #footer .skiptranslate * {
      display: none; }
  #footer .skiptranslate div,
  #footer .skiptranslate select,
  #footer .skiptranslate option {
    display: block; }
  #footer .skiptranslate select {
    width: 100%;
    margin: 0; }
  #footer a.icon {
    display: block;
    width: calc(1.75 * 1 * 16px);
    height: calc(1.75 * 1 * 16px);
    text-align: center;
    line-height: 28px; }
    #footer a.icon:hover {
      color: #fff; }
    #footer a.icon i {
      font-size: 21px;
      color: #fff; }

.navigation-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }
  .navigation-mobile .button {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: calc(1.75 * 1 * 16px);
    margin: calc(1.75 * 1.25 * 16px) 0 0 20px;
    cursor: pointer;
    z-index: 1; }
    .navigation-mobile .button span {
      transition: all .3s ease;
      display: block;
      float: left;
      clear: both;
      width: 100%;
      margin: 4px 0;
      height: 2px;
      background: #e53c2e; }
      body .wrapper.meribel_chalets_apartments .navigation-mobile .button span {
        background: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .navigation-mobile .button span {
        background: #f9b500; }
      .navigation-mobile .button span:nth-child(2n+2) {
        width: 80%; }

.navigation > li {
  line-height: 28px;
  font-size: 16px;
  list-style-type: none; }

.navigation a {
  font-weight: 600;
  color: #212221; }
  body .wrapper.meribel_chalets_apartments .navigation a {
    color: #212221; }
  body .wrapper.val_thorens_chalets_apartments .navigation a {
    color: #212221; }

@media (min-width: 1024px) {
  .menu {
    margin-top: 0;
    margin-left: 154px; } }

.menu .bl-menu-cont > ul {
  margin: 0;
  padding-left: 0; }
  .menu .bl-menu-cont > ul > li {
    position: relative;
    clear: none;
    display: inline-block;
    margin-right: calc(1.75 * 0.75 * 16px);
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    list-style-type: none; }
    .menu .bl-menu-cont > ul > li.active > a,
    .menu .bl-menu-cont > ul > li.active:hover > a {
      color: #e53c2e; }
      .wrapper.meribel_chalets_apartments .menu .bl-menu-cont > ul > li.active > a, .wrapper.meribel_chalets_apartments
      .menu .bl-menu-cont > ul > li.active:hover > a {
        color: #ff661b; }
      .wrapper.val_thorens_chalets_apartments .menu .bl-menu-cont > ul > li.active > a, .wrapper.val_thorens_chalets_apartments
      .menu .bl-menu-cont > ul > li.active:hover > a {
        color: #f9b500; }
    .menu .bl-menu-cont > ul > li > a {
      display: block;
      padding: calc(1.75 * 0.75 * 16px) calc(1.75 * 0.75 * 16px) calc(1.75 * 0.75 * 16px) 0;
      text-decoration: none; }
      .is-sticky .menu .bl-menu-cont > ul > li > a {
        padding-top: calc(1.75 * 0.5 * 16px);
        padding-bottom: calc(1.75 * 0.5 * 16px); }
    .menu .bl-menu-cont > ul > li.active > a,
    .menu .bl-menu-cont > ul > li.active:hover > a,
    .menu .bl-menu-cont > ul > li:hover > a {
      color: #e53c2e; }
      body .wrapper.meribel_chalets_apartments .menu .bl-menu-cont > ul > li.active > a, body .wrapper.meribel_chalets_apartments
      .menu .bl-menu-cont > ul > li.active:hover > a, body .wrapper.meribel_chalets_apartments
      .menu .bl-menu-cont > ul > li:hover > a {
        color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .menu .bl-menu-cont > ul > li.active > a, body .wrapper.val_thorens_chalets_apartments
      .menu .bl-menu-cont > ul > li.active:hover > a, body .wrapper.val_thorens_chalets_apartments
      .menu .bl-menu-cont > ul > li:hover > a {
        color: #f9b500; }
    @media (max-width: 1023px) {
      .menu .bl-menu-cont > ul > li {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0; } }
    .menu .bl-menu-cont > ul > li > ul {
      padding: calc(1.75 * 0.5 * 16px);
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
      position: absolute;
      white-space: nowrap;
      left: 0;
      background-color: #fff;
      transition: all 0.3s ease-in-out;
      transform-origin: center top;
      transform: rotateY(-20deg);
      opacity: 0;
      visibility: hidden;
      box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2); }
      .menu .bl-menu-cont > ul > li > ul::after {
        font-size: 28px;
        position: absolute;
        top: -7px;
        color: #fff;
        right: 25px;
        line-height: 9px; }
      .menu .bl-menu-cont > ul > li > ul > li {
        color: #212221;
        font-weight: 600;
        clear: both;
        margin-right: 0;
        list-style-type: none; }
        .menu .bl-menu-cont > ul > li > ul > li a {
          display: block;
          color: inherit;
          white-space: nowrap;
          margin: 7px 0;
          padding: 0 14px;
          font-size: 14px; }
          @media (max-width: 1023px) {
            .menu .bl-menu-cont > ul > li > ul > li a {
              padding: 10px 15px; } }
        .menu .bl-menu-cont > ul > li > ul > li.active > a,
        .menu .bl-menu-cont > ul > li > ul > li.active:hover > a,
        .menu .bl-menu-cont > ul > li > ul > li:hover a {
          color: #e53c2e; }
          body .wrapper.meribel_chalets_apartments .menu .bl-menu-cont > ul > li > ul > li.active > a, body .wrapper.meribel_chalets_apartments
          .menu .bl-menu-cont > ul > li > ul > li.active:hover > a, body .wrapper.meribel_chalets_apartments
          .menu .bl-menu-cont > ul > li > ul > li:hover a {
            color: #ff661b; }
          body .wrapper.val_thorens_chalets_apartments .menu .bl-menu-cont > ul > li > ul > li.active > a, body .wrapper.val_thorens_chalets_apartments
          .menu .bl-menu-cont > ul > li > ul > li.active:hover > a, body .wrapper.val_thorens_chalets_apartments
          .menu .bl-menu-cont > ul > li > ul > li:hover a {
            color: #f9b500; }
    .menu .bl-menu-cont > ul > li:hover > ul {
      transform: rotateY(0deg);
      opacity: 1;
      visibility: visible; }

.menu .priority-nav {
  width: calc(100% - 310px); }

.menu .priority-nav__dropdown-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: inline-block;
  border: none;
  background: none;
  font-weight: 600;
  color: #212221;
  padding: calc(1.75 * 0.75 * 16px) calc(1.75 * 0.75 * 16px) calc(1.75 * 0.75 * 16px) 0;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .menu .priority-nav__dropdown-toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    color: #ccc;
    margin-left: 10px; }
  .menu .priority-nav__dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro", sans-serif; }
  .is-sticky .menu .priority-nav__dropdown-toggle {
    padding-top: calc(1.75 * 0.5 * 16px);
    padding-bottom: calc(1.75 * 0.5 * 16px); }
  @media (min-width: 1024px) {
    .menu .priority-nav__dropdown-toggle.is-open + .nav__dropdown {
      transform: rotateY(0deg);
      opacity: 1;
      visibility: visible; } }

.menu .nav__dropdown {
  padding: calc(1.75 * 0.5 * 16px);
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  white-space: nowrap;
  left: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform-origin: center top;
  transform: rotateY(-20deg);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2); }
  .menu .nav__dropdown.show {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible; }
  .menu .nav__dropdown li {
    color: #212221;
    font-weight: 600;
    clear: both;
    margin-right: 0;
    line-height: 28px;
    list-style-type: none; }
    .menu .nav__dropdown li a {
      display: block;
      color: inherit;
      white-space: nowrap;
      margin: 7px 0;
      padding: 0 14px;
      font-size: 14px; }
    .menu .nav__dropdown li.active > a,
    .menu .nav__dropdown li.active:hover > a,
    .menu .nav__dropdown li:hover > a {
      color: #e53c2e; }
      body .wrapper.meribel_chalets_apartments .menu .nav__dropdown li.active > a, body .wrapper.meribel_chalets_apartments
      .menu .nav__dropdown li.active:hover > a, body .wrapper.meribel_chalets_apartments
      .menu .nav__dropdown li:hover > a {
        color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .menu .nav__dropdown li.active > a, body .wrapper.val_thorens_chalets_apartments
      .menu .nav__dropdown li.active:hover > a, body .wrapper.val_thorens_chalets_apartments
      .menu .nav__dropdown li:hover > a {
        color: #f9b500; }

.bf-site form fieldset,
.bf-site form .mc-field-group {
  border: 0; }

.bf-site form span.note,
.bf-site form > em {
  float: left;
  clear: both;
  width: 100%; }

.bf-site form .field_group {
  float: left;
  clear: both;
  width: 100%; }

.bf-site form span.error {
  float: right;
  clear: both;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #e53c2e; }
  .bf-site .wrapper.meribel_chalets_apartments .bf-site form span.error {
    color: #ff661b; }
  .bf-site .wrapper.val_thorens_chalets_apartments .bf-site form span.error {
    color: #f9b500; }

.bf-site form label {
  box-sizing: border-box;
  font-weight: 700;
  float: left;
  clear: left;
  width: 40%;
  text-align: left;
  padding-right: 30px;
  line-height: 40px;
  margin-bottom: 10px; }

.bf-site form input[type="text"],
.bf-site form input[type="email"],
.bf-site form textarea {
  float: left;
  clear: right;
  width: 60%;
  margin-bottom: 10px; }
  .bf-site form input[type="text"].error,
  .bf-site form input[type="email"].error,
  .bf-site form textarea.error {
    border: 1px solid #e53c2e; }
    .bf-site .wrapper.meribel_chalets_apartments .bf-site form input[type="text"].error, .bf-site .wrapper.meribel_chalets_apartments
    .bf-site form input[type="email"].error, .bf-site .wrapper.meribel_chalets_apartments
    .bf-site form textarea.error {
      border-color: #ff661b; }
    .bf-site .wrapper.val_thorens_chalets_apartments .bf-site form input[type="text"].error, .bf-site .wrapper.val_thorens_chalets_apartments
    .bf-site form input[type="email"].error, .bf-site .wrapper.val_thorens_chalets_apartments
    .bf-site form textarea.error {
      border-color: #f9b500; }

.bf-site form textarea {
  height: 100px;
  margin-bottom: 10px;
  resize: none; }

.bf-site form select {
  float: left;
  margin-bottom: calc(1.75 * 0.5 * 16px); }

.bf-site form input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #e53c2e;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  outline: none;
  float: right;
  clear: both; }
  body .wrapper.meribel_chalets_apartments .bf-site form input[type="submit"] {
    background-color: #ff661b;
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .bf-site form input[type="submit"] {
    background-color: #f9b500;
    color: #fff; }
  .bf-site form input[type="submit"]:hover {
    color: #fff; }
    body .meribel_chalets_apartments .bf-site form input[type="submit"]:hover {
      color: #fff; }
    body .val_thorens_chalets_apartments .bf-site form input[type="submit"]:hover {
      color: #fff; }
  .bf-site form input[type="submit"]:focus {
    outline: none; }
  .bf-site form input[type="submit"] i {
    color: #fff; }

.bf-site .wrapper.meribel_chalets_apartments form input[type="submit"] {
  background-color: #ff661b !important; }

.bf-site .wrapper.val_thorens_chalets_apartments form input[type="submit"] {
  background-color: #f9b500 !important; }

.bf-site form .g-recaptcha {
  float: right; }

fieldset {
  padding: 0; }

.bf-contact-widget,
.bf-accom-enquire,
.snippet.mailchimp,
div.bf-accom-sendtoafriend {
  margin-bottom: calc(1.75 * 1 * 16px);
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 100%;
  background: #e5e5e5;
  padding: calc(1.75 * 1.5 * 16px) calc(1.75 * 1.5 * 16px) calc(1.75 * 0.75 * 16px);
  border-radius: 38px; }

#bf-shortlist-sendtoafriend-modal div.bf-accom-sendtoafriend {
  min-width: 280px;
  max-width: 600px;
  padding: calc(1.75 * 0.75 * 16px); }
  #bf-shortlist-sendtoafriend-modal div.bf-accom-sendtoafriend fieldset {
    margin-top: 10px; }

.bf-accom-enquire .multipass {
  clear: both;
  margin-bottom: 28px; }
  .bf-accom-enquire .multipass .title {
    margin-bottom: calc(1.75 * 1 * 16px);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700; }
  .bf-accom-enquire .multipass ul {
    margin: 0;
    padding: 0; }
  .bf-accom-enquire .multipass li {
    font-size: 16px;
    line-height: 28px;
    position: relative;
    height: calc(1.75 * 1.5 * 16px);
    margin: 0 0 10px;
    list-style-type: none; }
  .bf-accom-enquire .multipass a {
    color: #212221; }
    .bf-accom-enquire .multipass a:hover {
      color: #e53c2e; }
      body .wrapper.meribel_chalets_apartments .bf-accom-enquire .multipass a:hover {
        color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .bf-accom-enquire .multipass a:hover {
        color: #f9b500; }
    .bf-accom-enquire .multipass a.remove::after {
      margin: 0; }
  .bf-accom-enquire .multipass .remove {
    border-radius: 2px;
    position: absolute;
    background: #e53c2e;
    z-index: 1000;
    right: 0;
    margin: 0;
    top: 0;
    display: block;
    width: calc(1.75 * 1.5 * 16px);
    height: calc(1.75 * 1.5 * 16px);
    text-indent: -9999px;
    overflow: hidden; }
    .bf-accom-enquire .multipass .remove:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      margin-left: 10px; }
    .bf-accom-enquire .multipass .remove::after {
      font-family: "Font Awesome 5 Pro", sans-serif; }
    body .wrapper.meribel_chalets_apartments .bf-accom-enquire .multipass .remove {
      background: #ff661b; }
    body .wrapper.val_thorens_chalets_apartments .bf-accom-enquire .multipass .remove {
      background: #f9b500; }
    .bf-accom-enquire .multipass .remove::after {
      color: #fff;
      line-height: calc(1.75 * 1.5 * 16px);
      width: calc(1.75 * 1.5 * 16px);
      display: block;
      text-align: center;
      position: absolute;
      text-indent: 0;
      font-size: 28px;
      z-index: 1000000;
      top: 0; }

#colorbox {
  box-sizing: content-box; }

body > #bf-shortlist-sendtoafriend-modal {
  display: none; }

div.bf-accom-sendtoafriend .thank-you {
  display: none;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700; }

.bf-slideshow .rslides img {
  max-width: none;
  width: auto;
  min-width: 100%; }

.rslides_tabs {
  position: absolute;
  bottom: 0;
  z-index: 100;
  padding-left: calc(1.75 * 1.5 * 16px); }
  .rslides_tabs li {
    float: left;
    clear: none;
    margin: 0 calc(1.75 * 1.5 * 16px) calc(1.75 * 1.5 * 16px) 0;
    list-style: none; }
    .rslides_tabs li a {
      border-radius: 8px;
      border: 2px solid #e53c2e;
      display: block;
      width: 16px;
      height: 16px;
      text-indent: -9999px;
      overflow: hidden; }
      body .wrapper.meribel_chalets_apartments .rslides_tabs li a {
        border-color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .rslides_tabs li a {
        border-color: #f9b500; }
    .rslides_tabs li.rslides_here a {
      background: #e53c2e; }
      body .wrapper.meribel_chalets_apartments .rslides_tabs li.rslides_here a {
        background: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .rslides_tabs li.rslides_here a {
        background: #f9b500; }

.rslides_nav {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: calc(1.75 * 1.75 * 16px);
  height: calc(1.75 * 1.5 * 16px);
  background: rgba(50, 50, 50, 0.6);
  line-height: calc(1.75 * 1.5 * 16px);
  color: #fff;
  text-indent: -9999px; }
  .rslides_nav.prev {
    left: 0; }
    .rslides_nav.prev:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      margin-left: 10px; }
    .rslides_nav.prev::after {
      font-family: "Font Awesome 5 Pro", sans-serif; }
    .rslides_nav.prev::after {
      left: calc(1.75 * 0.75 * 16px);
      margin-left: 0; }
  .rslides_nav.next {
    right: 0; }
    .rslides_nav.next:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      margin-left: 10px; }
    .rslides_nav.next::after {
      font-family: "Font Awesome 5 Pro", sans-serif; }
    .rslides_nav.next::after {
      right: calc(1.75 * 0.75 * 16px); }
  .rslides_nav::after {
    color: #fff;
    display: block;
    width: 10px;
    font-size: 21px;
    position: absolute;
    text-indent: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%); }
  .rslides_nav:hover {
    background: #e53c2e; }
    body .wrapper.meribel_chalets_apartments .rslides_nav:hover {
      background: #ff661b; }
    body .wrapper.val_thorens_chalets_apartments .rslides_nav:hover {
      background: #f9b500; }

.documentList .folder {
  float: left;
  clear: both;
  width: 100%; }
  .documentList .folder h2 {
    display: none; }
  .documentList .folder ul {
    padding: 0; }
    .documentList .folder ul li {
      position: relative;
      list-style-type: none;
      float: left;
      clear: both;
      width: 100%;
      margin-bottom: 10px; }
      .documentList .folder ul li::after {
        position: absolute;
        right: 10px;
        top: calc(1.75 * 0.5 * 16px);
        color: #fff;
        font-size: 28px; }
      .documentList .folder ul li .date {
        display: none; }
      .documentList .folder ul li .name a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.3s ease-in-out;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 25px;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        background-color: #e53c2e;
        border: 0;
        padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.12rem;
        line-height: 21px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        cursor: pointer;
        outline: none;
        text-align: left;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 0; }
        body .wrapper.meribel_chalets_apartments .documentList .folder ul li .name a {
          background-color: #ff661b;
          color: #fff; }
        body .wrapper.val_thorens_chalets_apartments .documentList .folder ul li .name a {
          background-color: #f9b500;
          color: #fff; }
        .documentList .folder ul li .name a:hover {
          color: #fff; }
          body .meribel_chalets_apartments .documentList .folder ul li .name a:hover {
            color: #fff; }
          body .val_thorens_chalets_apartments .documentList .folder ul li .name a:hover {
            color: #fff; }
        .documentList .folder ul li .name a:focus {
          outline: none; }
        .documentList .folder ul li .name a i {
          color: #fff; }
        .documentList .folder ul li .name a:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 16px;
          font-weight: normal;
          content: "";
          vertical-align: middle;
          margin-left: 10px; }
        .documentList .folder ul li .name a::after {
          font-family: "Font Awesome 5 Pro", sans-serif; }
        .documentList .folder ul li .name a::after {
          float: right; }
      .documentList .folder ul li .tags {
        display: none; }

@media (max-width: 480px) {
  .bf-carousel,
  .bf-offer-top-list {
    overflow: hidden;
    margin-bottom: calc(1.75 * 0.75 * 16px); } }

.bf-carousel .bx-viewport,
.bf-offer-top-list .bx-viewport {
  box-shadow: none;
  border-style: none;
  left: 0; }
  @media (max-width: 480px) {
    .bf-carousel .bx-viewport,
    .bf-offer-top-list .bx-viewport {
      box-sizing: content-box;
      padding-bottom: 80px; } }

.bf-carousel div.item,
.bf-offer-top-list div.item {
  padding: 0 10px;
  position: relative; }
  .bf-carousel div.item > br,
  .bf-offer-top-list div.item > br {
    display: none; }

.bf-carousel .caption,
.bf-carousel .bf-offer-title,
.bf-offer-top-list .caption,
.bf-offer-top-list .bf-offer-title {
  position: absolute;
  bottom: 0;
  background: rgba(50, 50, 50, 0.6);
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 !important;
  padding: 10px calc(1.75 * 0.75 * 16px); }
  body .wrapper.meribel_chalets_apartments .bf-carousel .caption, body .wrapper.meribel_chalets_apartments
  .bf-carousel .bf-offer-title, body .wrapper.meribel_chalets_apartments
  .bf-offer-top-list .caption, body .wrapper.meribel_chalets_apartments
  .bf-offer-top-list .bf-offer-title {
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .bf-carousel .caption, body .wrapper.val_thorens_chalets_apartments
  .bf-carousel .bf-offer-title, body .wrapper.val_thorens_chalets_apartments
  .bf-offer-top-list .caption, body .wrapper.val_thorens_chalets_apartments
  .bf-offer-top-list .bf-offer-title {
    color: #fff; }

.bf-carousel .intro,
.bf-offer-top-list .intro {
  display: none; }

.bf-carousel .bx-controls-direction,
.bf-offer-top-list .bx-controls-direction {
  position: relative; }
  @media (max-width: 480px) {
    .bf-carousel .bx-controls-direction,
    .bf-offer-top-list .bx-controls-direction {
      bottom: calc(1.75 * 1.5 * 16px); } }
  @media (min-width: 481px) {
    .bf-carousel .bx-controls-direction,
    .bf-offer-top-list .bx-controls-direction {
      display: none; } }
  .bf-carousel .bx-controls-direction a,
  .bf-offer-top-list .bx-controls-direction a {
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -rhythm(0.75);
    display: block;
    width: 55px;
    height: calc(1.75 * 1.5 * 16px);
    line-height: calc(1.75 * 1.5 * 16px);
    color: #888;
    text-indent: -9999px;
    background: none; }
    .bf-carousel .bx-controls-direction a.bx-prev,
    .bf-offer-top-list .bx-controls-direction a.bx-prev {
      left: 0; }
      .bf-carousel .bx-controls-direction a.bx-prev:after,
      .bf-offer-top-list .bx-controls-direction a.bx-prev:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        font-weight: normal;
        content: "";
        vertical-align: middle;
        margin-left: 10px; }
      .bf-carousel .bx-controls-direction a.bx-prev::after,
      .bf-offer-top-list .bx-controls-direction a.bx-prev::after {
        font-family: "Font Awesome 5 Pro", sans-serif; }
      .bf-carousel .bx-controls-direction a.bx-prev::after,
      .bf-offer-top-list .bx-controls-direction a.bx-prev::after {
        left: calc(1.75 * 0.75 * 16px); }
    .bf-carousel .bx-controls-direction a.bx-next,
    .bf-offer-top-list .bx-controls-direction a.bx-next {
      right: 0; }
      .bf-carousel .bx-controls-direction a.bx-next:after,
      .bf-offer-top-list .bx-controls-direction a.bx-next:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        font-weight: normal;
        content: "";
        vertical-align: middle;
        margin-left: 10px; }
      .bf-carousel .bx-controls-direction a.bx-next::after,
      .bf-offer-top-list .bx-controls-direction a.bx-next::after {
        font-family: "Font Awesome 5 Pro", sans-serif; }
      .bf-carousel .bx-controls-direction a.bx-next::after,
      .bf-offer-top-list .bx-controls-direction a.bx-next::after {
        right: calc(1.75 * 0.75 * 16px); }
    .bf-carousel .bx-controls-direction a::after,
    .bf-offer-top-list .bx-controls-direction a::after {
      color: #888;
      display: block;
      width: 10px;
      font-size: 28px !important;
      position: absolute;
      text-indent: 0;
      text-align: center;
      top: 0; }
    .bf-carousel .bx-controls-direction a:hover,
    .bf-offer-top-list .bx-controls-direction a:hover {
      color: #e53c2e; }
      body .wrapper.meribel_chalets_apartments .bf-carousel .bx-controls-direction a:hover, body .wrapper.meribel_chalets_apartments
      .bf-offer-top-list .bx-controls-direction a:hover {
        color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .bf-carousel .bx-controls-direction a:hover, body .wrapper.val_thorens_chalets_apartments
      .bf-offer-top-list .bx-controls-direction a:hover {
        color: #f9b500; }

.bf-carousel .bx-wrapper,
.bf-offer-top-list .bx-wrapper {
  margin-bottom: 0; }
  .bf-carousel .bx-wrapper .bx-pager,
  .bf-offer-top-list .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0;
    padding: calc(1.75 * 1 * 16px) 0; }
    .bf-carousel .bx-wrapper .bx-pager a,
    .bf-offer-top-list .bx-wrapper .bx-pager a {
      border-radius: 8px;
      background: #fff;
      width: 16px;
      height: 16px;
      border: 2px solid #e53c2e;
      margin: 0 calc(1.75 * 0.5 * 16px); }
      body .wrapper.meribel_chalets_apartments .bf-carousel .bx-wrapper .bx-pager a, body .wrapper.meribel_chalets_apartments
      .bf-offer-top-list .bx-wrapper .bx-pager a {
        border-color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .bf-carousel .bx-wrapper .bx-pager a, body .wrapper.val_thorens_chalets_apartments
      .bf-offer-top-list .bx-wrapper .bx-pager a {
        border-color: #f9b500; }
      .bf-carousel .bx-wrapper .bx-pager a.active, .bf-carousel .bx-wrapper .bx-pager a.active:hover,
      .bf-offer-top-list .bx-wrapper .bx-pager a.active,
      .bf-offer-top-list .bx-wrapper .bx-pager a.active:hover {
        background: #e53c2e; }
        body .wrapper.meribel_chalets_apartments .bf-carousel .bx-wrapper .bx-pager a.active, body .wrapper.meribel_chalets_apartments .bf-carousel .bx-wrapper .bx-pager a.active:hover, body .wrapper.meribel_chalets_apartments
        .bf-offer-top-list .bx-wrapper .bx-pager a.active, body .wrapper.meribel_chalets_apartments
        .bf-offer-top-list .bx-wrapper .bx-pager a.active:hover {
          background: #ff661b; }
        body .wrapper.val_thorens_chalets_apartments .bf-carousel .bx-wrapper .bx-pager a.active, body .wrapper.val_thorens_chalets_apartments .bf-carousel .bx-wrapper .bx-pager a.active:hover, body .wrapper.val_thorens_chalets_apartments
        .bf-offer-top-list .bx-wrapper .bx-pager a.active, body .wrapper.val_thorens_chalets_apartments
        .bf-offer-top-list .bx-wrapper .bx-pager a.active:hover {
          background: #f9b500; }
      .bf-carousel .bx-wrapper .bx-pager a:hover,
      .bf-offer-top-list .bx-wrapper .bx-pager a:hover {
        background: #fff; }

@media (max-width: 480px) {
  .bf-offer-top-list .bx-controls-direction > a {
    display: block; } }

body .bf-accom-search-widget {
  margin-bottom: calc(1.75 * 1 * 16px);
  width: 100%;
  clear: both;
  transition: all 0.3s ease-in-out; }
  html.loading body .bf-accom-search-widget {
    opacity: 0;
    pointer-events: none; }
  body .bf-accom-search-widget form > fieldset {
    padding: calc(1.75 * 0.5 * 16px);
    background-color: #fff;
    border-radius: 38px;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
    clear: both; }
  body .bf-accom-search-widget .mobile-toggles {
    display: none; }
    body .bf-accom-search-widget .mobile-toggles button {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.3s ease-in-out;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border-radius: 25px;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      background-color: #e5e5e5;
      border: 0;
      padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.12rem;
      line-height: 21px;
      text-align: center;
      text-transform: uppercase;
      color: #6D6D6D;
      cursor: pointer;
      outline: none; }
      body .wrapper.meribel_chalets_apartments body .bf-accom-search-widget .mobile-toggles button {
        background-color: #ff661b;
        color: #fff; }
      body .wrapper.val_thorens_chalets_apartments body .bf-accom-search-widget .mobile-toggles button {
        background-color: #f9b500;
        color: #fff; }
      body .bf-accom-search-widget .mobile-toggles button:hover {
        color: #fff; }
        body .meribel_chalets_apartments body .bf-accom-search-widget .mobile-toggles button:hover {
          color: #fff; }
        body .val_thorens_chalets_apartments body .bf-accom-search-widget .mobile-toggles button:hover {
          color: #fff; }
      body .bf-accom-search-widget .mobile-toggles button:focus {
        outline: none; }
      body .bf-accom-search-widget .mobile-toggles button i {
        color: #fff; }
      body .wrapper.meribel_chalets_apartments body .bf-accom-search-widget .mobile-toggles button {
        background-color: #e5e5e5;
        color: #6D6D6D; }
      body .wrapper.val_thorens_chalets_apartments body .bf-accom-search-widget .mobile-toggles button {
        background-color: #e5e5e5;
        color: #6D6D6D; }
      body .bf-accom-search-widget .mobile-toggles button:hover {
        color: #6D6D6D; }
        body .meribel_chalets_apartments body .bf-accom-search-widget .mobile-toggles button:hover {
          color: #6D6D6D; }
        body .val_thorens_chalets_apartments body .bf-accom-search-widget .mobile-toggles button:hover {
          color: #6D6D6D; }
      body .bf-accom-search-widget .mobile-toggles button.show {
        background: #e53c2e;
        color: #fff; }
        body .wrapper.meribel_chalets_apartments body .bf-accom-search-widget .mobile-toggles button.show {
          background: #ff661b;
          color: #fff; }
        body .wrapper.val_thorens_chalets_apartments body .bf-accom-search-widget .mobile-toggles button.show {
          background: #f9b500;
          color: #fff; }
  body .bf-accom-search-widget .bf-title,
  body .bf-accom-search-widget label,
  body .bf-accom-search-widget br {
    display: none; }
  body .bf-accom-search-widget select {
    float: left;
    clear: none; }
  body .bf-accom-search-widget input[type="checkbox"] {
    float: left;
    clear: none; }
  body .bf-accom-search-widget input[type="submit"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 25px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background-color: #e53c2e;
    border: 0;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12rem;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    outline: none;
    clear: none; }
    @media (max-width: 767px) {
      body .bf-accom-search-widget input[type="submit"] {
        float: none;
        display: block;
        width: 50%;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      body .bf-accom-search-widget input[type="submit"] {
        width: 48%; } }
    @media (min-width: 1024px) {
      body .bf-accom-search-widget input[type="submit"] {
        width: auto;
        float: right;
        margin-bottom: 0;
        clear: none; } }
    body .wrapper.meribel_chalets_apartments body .bf-accom-search-widget input[type="submit"] {
      background-color: #ff661b;
      color: #fff; }
    body .wrapper.val_thorens_chalets_apartments body .bf-accom-search-widget input[type="submit"] {
      background-color: #f9b500;
      color: #fff; }
    body .bf-accom-search-widget input[type="submit"]:hover {
      color: #fff; }
      body .meribel_chalets_apartments body .bf-accom-search-widget input[type="submit"]:hover {
        color: #fff; }
      body .val_thorens_chalets_apartments body .bf-accom-search-widget input[type="submit"]:hover {
        color: #fff; }
    body .bf-accom-search-widget input[type="submit"]:focus {
      outline: none; }
    body .bf-accom-search-widget input[type="submit"] i {
      color: #fff; }
    body .bf-accom-search-widget input[type="submit"]:hover {
      cursor: pointer; }
  body .bf-accom-search-widget .filters {
    float: left;
    clear: both;
    width: 100%; }
  body .bf-accom-search-widget .extra-filters {
    margin-bottom: calc(1.75 * 1 * 16px);
    clear: both; }
    @media (max-width: 767px) {
      body .bf-accom-search-widget .extra-filters {
        padding: calc(1.75 * 0.5 * 16px);
        background-color: #fff;
        border-radius: 38px;
        box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
        float: left; } }
  body .bf-accom-search-widget .filter {
    float: left;
    clear: none;
    width: 25%; }
    body .bf-accom-search-widget .filter label {
      word-break: break-all;
      font-size: 16px;
      line-height: 28px;
      display: block;
      float: none;
      clear: none;
      font-weight: 400;
      line-height: calc(1.75 * 1.5 * 16px);
      margin-bottom: calc(1.75 * 0.5 * 16px);
      margin-left: 10px;
      padding: 0;
      color: #212221;
      width: auto;
      text-indent: 10px;
      cursor: pointer; }
  body .bf-accom-search-widget .clearsearch,
  body .bf-accom-search-widget .clearfilters {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background: none;
    border: 0;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 21px;
    text-transform: capitalize;
    color: #212221;
    cursor: pointer;
    outline: none;
    float: left;
    clear: none; }
    body .bf-accom-search-widget .clearsearch:after,
    body .bf-accom-search-widget .clearfilters:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      color: #ccc;
      margin-left: 10px; }
    body .bf-accom-search-widget .clearsearch::after,
    body .bf-accom-search-widget .clearfilters::after {
      font-family: "Font Awesome 5 Pro", sans-serif; }
    body .wrapper.meribel_chalets_apartments body .bf-accom-search-widget .clearsearch, body .wrapper.meribel_chalets_apartments
    body .bf-accom-search-widget .clearfilters {
      background: none;
      color: #212221; }
    body .wrapper.val_thorens_chalets_apartments body .bf-accom-search-widget .clearsearch, body .wrapper.val_thorens_chalets_apartments
    body .bf-accom-search-widget .clearfilters {
      background: none;
      color: #212221; }
  body .bf-accom-search-widget .togglefilters {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background: none;
    border: 0;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 21px;
    text-transform: capitalize;
    color: #212221;
    cursor: pointer;
    outline: none;
    float: left;
    clear: none; }
    body .bf-accom-search-widget .togglefilters:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      color: #ccc;
      margin-left: 10px; }
    body .bf-accom-search-widget .togglefilters::after {
      font-family: "Font Awesome 5 Pro", sans-serif; }
    body .wrapper.meribel_chalets_apartments body .bf-accom-search-widget .togglefilters {
      background: none;
      color: #212221; }
    body .wrapper.val_thorens_chalets_apartments body .bf-accom-search-widget .togglefilters {
      background: none;
      color: #212221; }
    body .bf-accom-search-widget .togglefilters.show::after {
      content: "\f077"; }
  body .bf-accom-search-widget #filterSubmit {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 25px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background-color: #e53c2e;
    border: 0;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12rem;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    outline: none;
    float: left;
    clear: none;
    width: auto; }
    body .wrapper.meribel_chalets_apartments body .bf-accom-search-widget #filterSubmit {
      background-color: #ff661b;
      color: #fff; }
    body .wrapper.val_thorens_chalets_apartments body .bf-accom-search-widget #filterSubmit {
      background-color: #f9b500;
      color: #fff; }
    body .bf-accom-search-widget #filterSubmit:hover {
      color: #fff; }
      body .meribel_chalets_apartments body .bf-accom-search-widget #filterSubmit:hover {
        color: #fff; }
      body .val_thorens_chalets_apartments body .bf-accom-search-widget #filterSubmit:hover {
        color: #fff; }
    body .bf-accom-search-widget #filterSubmit:focus {
      outline: none; }
    body .bf-accom-search-widget #filterSubmit i {
      color: #fff; }
  body .bf-accom-search-widget select,
  body .bf-accom-search-widget input[type="text"],
  body .bf-accom-search-widget .select2-container {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      body .bf-accom-search-widget select,
      body .bf-accom-search-widget input[type="text"],
      body .bf-accom-search-widget .select2-container {
        width: 48%;
        margin-right: 4%; }
        body .bf-accom-search-widget select#searchAccomType, body .bf-accom-search-widget select#searchDate,
        body .bf-accom-search-widget input[type="text"]#searchAccomType,
        body .bf-accom-search-widget input[type="text"]#searchDate,
        body .bf-accom-search-widget .select2-container#searchAccomType,
        body .bf-accom-search-widget .select2-container#searchDate {
          margin-right: 0; } }
    @media (max-width: 767px) {
      body .bf-accom-search-widget select,
      body .bf-accom-search-widget input[type="text"],
      body .bf-accom-search-widget .select2-container {
        width: 100%; } }
    @media (max-width: 1023px) {
      body .bf-accom-search-widget select,
      body .bf-accom-search-widget input[type="text"],
      body .bf-accom-search-widget .select2-container {
        margin-bottom: calc(1.75 * 0.5 * 16px); } }
    @media (min-width: 1024px) {
      body .bf-accom-search-widget select,
      body .bf-accom-search-widget input[type="text"],
      body .bf-accom-search-widget .select2-container {
        width: 16.675%;
        margin-top: 4px;
        margin-right: calc(1.75 * 0.25 * 16px); } }
  @media (min-width: 1024px) {
    body .bf-accom-search-widget select#searchId {
      margin-right: 0; } }
  body .bf-accom-search-widget .extra-filters .title {
    display: none; }
  body .bf-accom-search-widget .controls {
    margin-bottom: calc(1.75 * 1 * 16px); }
  body .bf-accom-search-widget .controls,
  body .bf-accom-search-widget .filters-submit {
    float: right;
    clear: both;
    width: auto;
    margin-top: calc(1.75 * 0.75 * 16px); }

@media (max-width: 1023px) {
  body .default .bf-accom-search-widget .filters .extra-filters .filter {
    width: 33%;
    margin-right: 0; }
  body .default .bf-accom-search-widget .filters .extra-filters select {
    width: 33%;
    margin-right: 0; } }

@media (max-width: 767px) {
  body .default .bf-accom-search-widget .mobile-toggles {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: calc(1.75 * 0.75 * 16px);
    clear: both; }
    body .default .bf-accom-search-widget .mobile-toggles button {
      width: 48%;
      margin-right: 4%;
      float: left;
      clear: none; }
      body .default .bf-accom-search-widget .mobile-toggles button:nth-child(2n+2) {
        margin-right: 0; }
      body .default .bf-accom-search-widget .mobile-toggles button::after {
        display: none; }
  body .default .bf-accom-search-widget fieldset {
    margin-top: calc(1.75 * 0.5 * 16px); }
  body .default .bf-accom-search-widget fieldset,
  body .default .bf-accom-search-widget .controls {
    display: none; }
    body .default .bf-accom-search-widget fieldset .togglefilters,
    body .default .bf-accom-search-widget .controls .togglefilters {
      display: none; }
  body .default .bf-accom-search-widget .controls {
    width: 48%;
    float: left;
    margin-right: 0;
    margin-top: calc(1.75 * -2.25 * 16px); }
    body .default .bf-accom-search-widget .controls button {
      width: 100%;
      margin-right: 0; }
  body .default .bf-accom-search-widget .filters .extra-filters .filter {
    width: 48%;
    margin-right: 4%; }
    body .default .bf-accom-search-widget .filters .extra-filters .filter:nth-child(2n+2) {
      margin-right: 0; }
  body .default .bf-accom-search-widget .filters .extra-filters select {
    width: 48%; }
  body .default .bf-accom-search-widget .filters .extra-filters .filters-submit {
    width: 100%; }
    body .default .bf-accom-search-widget .filters .extra-filters .filters-submit button,
    body .default .bf-accom-search-widget .filters .extra-filters .filters-submit #filterSubmit {
      width: 48%;
      margin-right: 4%; }
    body .default .bf-accom-search-widget .filters .extra-filters .filters-submit #filterSubmit {
      margin-right: 0; } }

.sidebar .bf-accom-search-widget {
  margin-bottom: 0; }
  .sidebar .bf-accom-search-widget fieldset {
    padding-top: calc(1.75 * 1 * 16px); }
  .sidebar .bf-accom-search-widget .select2-container {
    margin-bottom: calc(1.75 * 0.5 * 16px); }
    @media (min-width: 1024px) {
      .sidebar .bf-accom-search-widget .select2-container {
        width: 100%; } }

.bf-accom-shortlist.fullview .list .info {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #e53c2e;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  outline: none;
  width: 100%;
  margin-bottom: calc(1.75 * 1.5 * 16px); }
  body .wrapper.meribel_chalets_apartments .bf-accom-shortlist.fullview .list .info {
    background-color: #ff661b;
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .bf-accom-shortlist.fullview .list .info {
    background-color: #f9b500;
    color: #fff; }
  .bf-accom-shortlist.fullview .list .info:hover {
    color: #fff; }
    body .meribel_chalets_apartments .bf-accom-shortlist.fullview .list .info:hover {
      color: #fff; }
    body .val_thorens_chalets_apartments .bf-accom-shortlist.fullview .list .info:hover {
      color: #fff; }
  .bf-accom-shortlist.fullview .list .info:focus {
    outline: none; }
  .bf-accom-shortlist.fullview .list .info i {
    color: #fff; }

.bl-no-results {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #e53c2e;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  outline: none;
  width: 100%; }
  body .wrapper.meribel_chalets_apartments .bl-no-results {
    background-color: #ff661b;
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .bl-no-results {
    background-color: #f9b500;
    color: #fff; }
  .bl-no-results:hover {
    color: #fff; }
    body .meribel_chalets_apartments .bl-no-results:hover {
      color: #fff; }
    body .val_thorens_chalets_apartments .bl-no-results:hover {
      color: #fff; }
  .bl-no-results:focus {
    outline: none; }
  .bl-no-results i {
    color: #fff; }

.bf-accom-shortlist.fullview .list .info a {
  color: #fff;
  text-decoration: underline; }

.bf-accom-results .bf-accom-search-widget,
.bf-accom-shortlist.fullview .bf-accom-search-widget {
  margin-top: calc(1.75 * 1.5 * 16px); }

.bf-accom-results .bf-filters,
.bf-accom-shortlist.fullview .bf-filters {
  display: none; }

.bf-accom-results > .bf-title,
.bf-accom-shortlist.fullview > .bf-title {
  font-size: 56px;
  line-height: 70px;
  font-weight: 700;
  display: inline-block; }
  @media (max-width: 1023px) {
    .bf-accom-results > .bf-title,
    .bf-accom-shortlist.fullview > .bf-title {
      font-size: 42px;
      line-height: 56px; } }

.bf-accom-results > .bf-num-results,
.bf-accom-shortlist.fullview > .bf-num-results {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: calc(1.75 * 1 * 16px); }
  .bf-accom-results > .bf-num-results .prefix,
  .bf-accom-shortlist.fullview > .bf-num-results .prefix {
    display: none; }

.bf-accom-results > .bf-title,
.bf-accom-results > .bf-num-results,
.bf-accom-results .bf-results,
.bf-accom-shortlist.fullview > .bf-title,
.bf-accom-shortlist.fullview > .bf-num-results,
.bf-accom-shortlist.fullview .bf-results {
  transition: all 0.3s ease-in-out; }
  html.loading .bf-accom-results > .bf-title, html.loading
  .bf-accom-results > .bf-num-results, html.loading
  .bf-accom-results .bf-results, html.loading
  .bf-accom-shortlist.fullview > .bf-title, html.loading
  .bf-accom-shortlist.fullview > .bf-num-results, html.loading
  .bf-accom-shortlist.fullview .bf-results {
    opacity: 0;
    pointer-events: none; }

.bf-accom-results .bf-results,
.bf-accom-results .list-nav,
.bf-accom-shortlist.fullview .bf-results,
.bf-accom-shortlist.fullview .list-nav {
  float: left;
  clear: both;
  width: 100%; }
  .bf-accom-results .bf-results ul,
  .bf-accom-results .list-nav ul,
  .bf-accom-shortlist.fullview .bf-results ul,
  .bf-accom-shortlist.fullview .list-nav ul {
    float: left;
    clear: both;
    width: 100%;
    padding-left: 0; }
  .bf-accom-results .bf-results li,
  .bf-accom-results .list-nav li,
  .bf-accom-shortlist.fullview .bf-results li,
  .bf-accom-shortlist.fullview .list-nav li {
    background-color: #fff;
    border-radius: calc(1.75 * 0.75 * 16px);
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: calc(1.75 * 0.75 * 16px);
    list-style-type: none;
    position: relative; }
  .bf-accom-results .bf-results > ul > li,
  .bf-accom-results .list-nav > ul > li,
  .bf-accom-shortlist.fullview .bf-results > ul > li,
  .bf-accom-shortlist.fullview .list-nav > ul > li {
    overflow: hidden; }
  .bf-accom-results .bf-results .bf-result-thumb,
  .bf-accom-results .bf-results .accom-img,
  .bf-accom-results .list-nav .bf-result-thumb,
  .bf-accom-results .list-nav .accom-img,
  .bf-accom-shortlist.fullview .bf-results .bf-result-thumb,
  .bf-accom-shortlist.fullview .bf-results .accom-img,
  .bf-accom-shortlist.fullview .list-nav .bf-result-thumb,
  .bf-accom-shortlist.fullview .list-nav .accom-img {
    position: absolute;
    left: 0;
    top: 0; }
    .bf-accom-results .bf-results .bf-result-thumb a, .bf-accom-results .bf-results .bf-result-thumb img,
    .bf-accom-results .bf-results .accom-img a,
    .bf-accom-results .bf-results .accom-img img,
    .bf-accom-results .list-nav .bf-result-thumb a,
    .bf-accom-results .list-nav .bf-result-thumb img,
    .bf-accom-results .list-nav .accom-img a,
    .bf-accom-results .list-nav .accom-img img,
    .bf-accom-shortlist.fullview .bf-results .bf-result-thumb a,
    .bf-accom-shortlist.fullview .bf-results .bf-result-thumb img,
    .bf-accom-shortlist.fullview .bf-results .accom-img a,
    .bf-accom-shortlist.fullview .bf-results .accom-img img,
    .bf-accom-shortlist.fullview .list-nav .bf-result-thumb a,
    .bf-accom-shortlist.fullview .list-nav .bf-result-thumb img,
    .bf-accom-shortlist.fullview .list-nav .accom-img a,
    .bf-accom-shortlist.fullview .list-nav .accom-img img {
      display: block; }
  .bf-accom-results .bf-results .bf-result-detail,
  .bf-accom-results .bf-results .accom-detail,
  .bf-accom-results .list-nav .bf-result-detail,
  .bf-accom-results .list-nav .accom-detail,
  .bf-accom-shortlist.fullview .bf-results .bf-result-detail,
  .bf-accom-shortlist.fullview .bf-results .accom-detail,
  .bf-accom-shortlist.fullview .list-nav .bf-result-detail,
  .bf-accom-shortlist.fullview .list-nav .accom-detail {
    float: left;
    clear: right;
    padding: calc(1.75 * 0.75 * 16px) calc(1.75 * 1 * 16px) calc(1.75 * 0.5 * 16px) 430px;
    width: 100%;
    min-height: 225px;
    color: #212221;
    box-sizing: border-box; }
  .bf-accom-results .bf-results .bf-result-title,
  .bf-accom-results .bf-results .accom-name,
  .bf-accom-results .list-nav .bf-result-title,
  .bf-accom-results .list-nav .accom-name,
  .bf-accom-shortlist.fullview .bf-results .bf-result-title,
  .bf-accom-shortlist.fullview .bf-results .accom-name,
  .bf-accom-shortlist.fullview .list-nav .bf-result-title,
  .bf-accom-shortlist.fullview .list-nav .accom-name {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    float: left;
    clear: left;
    margin-bottom: 14px; }
    @media (max-width: 1023px) {
      .bf-accom-results .bf-results .bf-result-title,
      .bf-accom-results .bf-results .accom-name,
      .bf-accom-results .list-nav .bf-result-title,
      .bf-accom-results .list-nav .accom-name,
      .bf-accom-shortlist.fullview .bf-results .bf-result-title,
      .bf-accom-shortlist.fullview .bf-results .accom-name,
      .bf-accom-shortlist.fullview .list-nav .bf-result-title,
      .bf-accom-shortlist.fullview .list-nav .accom-name {
        margin-bottom: 0; } }
    .bf-accom-results .bf-results .bf-result-title a,
    .bf-accom-results .bf-results .accom-name a,
    .bf-accom-results .list-nav .bf-result-title a,
    .bf-accom-results .list-nav .accom-name a,
    .bf-accom-shortlist.fullview .bf-results .bf-result-title a,
    .bf-accom-shortlist.fullview .bf-results .accom-name a,
    .bf-accom-shortlist.fullview .list-nav .bf-result-title a,
    .bf-accom-shortlist.fullview .list-nav .accom-name a {
      color: #212221;
      float: left;
      clear: none;
      display: block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      body.bf-site .wrapper.meribel_chalets_apartments .bf-accom-results .bf-results .bf-result-title a, body.bf-site .wrapper.meribel_chalets_apartments
      .bf-accom-results .bf-results .accom-name a, body.bf-site .wrapper.meribel_chalets_apartments
      .bf-accom-results .list-nav .bf-result-title a, body.bf-site .wrapper.meribel_chalets_apartments
      .bf-accom-results .list-nav .accom-name a, body.bf-site .wrapper.meribel_chalets_apartments
      .bf-accom-shortlist.fullview .bf-results .bf-result-title a, body.bf-site .wrapper.meribel_chalets_apartments
      .bf-accom-shortlist.fullview .bf-results .accom-name a, body.bf-site .wrapper.meribel_chalets_apartments
      .bf-accom-shortlist.fullview .list-nav .bf-result-title a, body.bf-site .wrapper.meribel_chalets_apartments
      .bf-accom-shortlist.fullview .list-nav .accom-name a {
        color: #212221; }
      body.bf-site .wrapper.val_thorens_chalets_apartments .bf-accom-results .bf-results .bf-result-title a, body.bf-site .wrapper.val_thorens_chalets_apartments
      .bf-accom-results .bf-results .accom-name a, body.bf-site .wrapper.val_thorens_chalets_apartments
      .bf-accom-results .list-nav .bf-result-title a, body.bf-site .wrapper.val_thorens_chalets_apartments
      .bf-accom-results .list-nav .accom-name a, body.bf-site .wrapper.val_thorens_chalets_apartments
      .bf-accom-shortlist.fullview .bf-results .bf-result-title a, body.bf-site .wrapper.val_thorens_chalets_apartments
      .bf-accom-shortlist.fullview .bf-results .accom-name a, body.bf-site .wrapper.val_thorens_chalets_apartments
      .bf-accom-shortlist.fullview .list-nav .bf-result-title a, body.bf-site .wrapper.val_thorens_chalets_apartments
      .bf-accom-shortlist.fullview .list-nav .accom-name a {
        color: #212221; }
  .bf-accom-results .bf-results .location-link,
  .bf-accom-results .bf-results .accom-location,
  .bf-accom-results .list-nav .location-link,
  .bf-accom-results .list-nav .accom-location,
  .bf-accom-shortlist.fullview .bf-results .location-link,
  .bf-accom-shortlist.fullview .bf-results .accom-location,
  .bf-accom-shortlist.fullview .list-nav .location-link,
  .bf-accom-shortlist.fullview .list-nav .accom-location {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .bf-accom-results .bf-results .country-link,
  .bf-accom-results .bf-results .accom-country,
  .bf-accom-results .list-nav .country-link,
  .bf-accom-results .list-nav .accom-country,
  .bf-accom-shortlist.fullview .bf-results .country-link,
  .bf-accom-shortlist.fullview .bf-results .accom-country,
  .bf-accom-shortlist.fullview .list-nav .country-link,
  .bf-accom-shortlist.fullview .list-nav .accom-country {
    display: none; }

.bf-accom-results .bf-results .bf-result-accom,
.bf-accom-shortlist.fullview .bf-results .bf-result-accom {
  position: relative;
  float: left;
  width: 100%;
  clear: both; }

.bf-accom-results .bf-results .slideshow,
.bf-accom-shortlist.fullview .bf-results .slideshow {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .bf-accom-results .bf-results .slideshow,
    .bf-accom-shortlist.fullview .bf-results .slideshow {
      position: relative;
      width: 100%; }
      .bf-accom-results .bf-results .slideshow img,
      .bf-accom-shortlist.fullview .bf-results .slideshow img {
        width: 100%;
        height: auto; } }
    @media (max-width: 1023px) and (max-width: 480px) {
      .bf-accom-results .bf-results .slideshow img,
      .bf-accom-shortlist.fullview .bf-results .slideshow img {
        min-width: auto;
        margin-left: 0; } }
  .bf-accom-results .bf-results .slideshow .rslides_nav + .inner-wrapper,
  .bf-accom-shortlist.fullview .bf-results .slideshow .rslides_nav + .inner-wrapper {
    display: none; }
  .bf-accom-results .bf-results .slideshow li,
  .bf-accom-shortlist.fullview .bf-results .slideshow li {
    width: 100%;
    margin: 0; }
  @media (min-width: 1024px) {
    .bf-accom-results .bf-results .slideshow .ci-image-wrapper,
    .bf-accom-shortlist.fullview .bf-results .slideshow .ci-image-wrapper {
      width: 400px;
      max-height: 225px; } }
  .bf-accom-results .bf-results .slideshow .bf-pricecol:first-child,
  .bf-accom-shortlist.fullview .bf-results .slideshow .bf-pricecol:first-child {
    border-width: 1px 1px 0 0; }
  .bf-accom-results .bf-results .slideshow .bf-pricecol:first-child,
  .bf-accom-shortlist.fullview .bf-results .slideshow .bf-pricecol:first-child {
    border-width: 1px 0 0 1px; }

.bf-accom-results .bf-results .bf-result-type,
.bf-accom-shortlist.fullview .bf-results .bf-result-type {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 185px;
  color: #fff;
  background: rgba(50, 50, 50, 0.6);
  padding: 6px calc(1.75 * 0.75 * 16px);
  margin-bottom: 0;
  z-index: 999; }

.bf-accom-results .bf-results .bf-result-accom-details,
.bf-accom-shortlist.fullview .bf-results .bf-result-accom-details {
  float: left;
  clear: both; }
  .bf-accom-results .bf-results .bf-result-accom-details > div,
  .bf-accom-shortlist.fullview .bf-results .bf-result-accom-details > div {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #212221; }
    .bf-accom-results .bf-results .bf-result-accom-details > div span,
    .bf-accom-shortlist.fullview .bf-results .bf-result-accom-details > div span {
      font-weight: 700; }
    .bf-accom-results .bf-results .bf-result-accom-details > div sup,
    .bf-accom-shortlist.fullview .bf-results .bf-result-accom-details > div sup {
      top: 0;
      margin: 0;
      float: right;
      font-size: 12px;
      line-height: 14px; }
    .bf-accom-results .bf-results .bf-result-accom-details > div:last-child,
    .bf-accom-shortlist.fullview .bf-results .bf-result-accom-details > div:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }

.bf-accom-results .bf-results .bf-result-attributes,
.bf-accom-shortlist.fullview .bf-results .bf-result-attributes {
  float: left;
  clear: both;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 10px; }
  @media (max-width: 1023px) {
    .bf-accom-results .bf-results .bf-result-attributes,
    .bf-accom-shortlist.fullview .bf-results .bf-result-attributes {
      margin-top: 0; } }
  .bf-accom-results .bf-results .bf-result-attributes span,
  .bf-accom-shortlist.fullview .bf-results .bf-result-attributes span {
    font-weight: 700; }

.bf-accom-results .bf-results .bf-result-quicklinks,
.bf-accom-shortlist.fullview .bf-results .bf-result-quicklinks {
  float: left;
  clear: both;
  margin-top: calc(1.75 * 0.5 * 16px); }
  @media (max-width: 1023px) {
    .bf-accom-results .bf-results .bf-result-quicklinks,
    .bf-accom-shortlist.fullview .bf-results .bf-result-quicklinks {
      margin-bottom: 0; } }
  > .bf-accom-results .bf-results .bf-result-quicklinks:last-child, >
  .bf-accom-shortlist.fullview .bf-results .bf-result-quicklinks:last-child {
    margin-right: 0; }

.bf-accom-results .bf-results .bf-result-desc,
.bf-accom-results .bf-results .bf-result-from,
.bf-accom-shortlist.fullview .bf-results .bf-result-desc,
.bf-accom-shortlist.fullview .bf-results .bf-result-from {
  display: none; }

.bf-accom-results .list-nav .bf-result-enquire,
.bf-accom-shortlist.fullview .list-nav .bf-result-enquire {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #e53c2e;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  outline: none;
  float: left;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999; }
  body .wrapper.meribel_chalets_apartments .bf-accom-results .list-nav .bf-result-enquire, body .wrapper.meribel_chalets_apartments
  .bf-accom-shortlist.fullview .list-nav .bf-result-enquire {
    background-color: #ff661b;
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .bf-accom-results .list-nav .bf-result-enquire, body .wrapper.val_thorens_chalets_apartments
  .bf-accom-shortlist.fullview .list-nav .bf-result-enquire {
    background-color: #f9b500;
    color: #fff; }
  .bf-accom-results .list-nav .bf-result-enquire:hover,
  .bf-accom-shortlist.fullview .list-nav .bf-result-enquire:hover {
    color: #fff; }
    body .meribel_chalets_apartments .bf-accom-results .list-nav .bf-result-enquire:hover, body .meribel_chalets_apartments
    .bf-accom-shortlist.fullview .list-nav .bf-result-enquire:hover {
      color: #fff; }
    body .val_thorens_chalets_apartments .bf-accom-results .list-nav .bf-result-enquire:hover, body .val_thorens_chalets_apartments
    .bf-accom-shortlist.fullview .list-nav .bf-result-enquire:hover {
      color: #fff; }
  .bf-accom-results .list-nav .bf-result-enquire:focus,
  .bf-accom-shortlist.fullview .list-nav .bf-result-enquire:focus {
    outline: none; }
  .bf-accom-results .list-nav .bf-result-enquire i,
  .bf-accom-shortlist.fullview .list-nav .bf-result-enquire i {
    color: #fff; }

.bf-accom-results .list-nav .accom-summary,
.bf-accom-shortlist.fullview .list-nav .accom-summary {
  float: left;
  clear: both;
  max-height: 85px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  overflow: hidden; }
  .bf-accom-results .list-nav .accom-summary:after,
  .bf-accom-shortlist.fullview .list-nav .accom-summary:after {
    content: "...";
    display: block;
    float: right; }

.bf-accom-results .list-nav .accom-location,
.bf-accom-shortlist.fullview .list-nav .accom-location {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 14px; }

.bf-accom-results .list-nav .remove,
.bf-accom-shortlist.fullview .list-nav .remove {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #e5e5e5;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #6D6D6D;
  cursor: pointer;
  outline: none;
  width: calc(1.75 * 1.75 * 16px);
  margin: 0 calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px) 0;
  position: absolute;
  z-index: 1000;
  right: 0;
  margin: 10px;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #e53c2e; }
  body .wrapper.meribel_chalets_apartments .bf-accom-results .list-nav .remove, body .wrapper.meribel_chalets_apartments
  .bf-accom-shortlist.fullview .list-nav .remove {
    background-color: #ff661b;
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .bf-accom-results .list-nav .remove, body .wrapper.val_thorens_chalets_apartments
  .bf-accom-shortlist.fullview .list-nav .remove {
    background-color: #f9b500;
    color: #fff; }
  .bf-accom-results .list-nav .remove:hover,
  .bf-accom-shortlist.fullview .list-nav .remove:hover {
    color: #fff; }
    body .meribel_chalets_apartments .bf-accom-results .list-nav .remove:hover, body .meribel_chalets_apartments
    .bf-accom-shortlist.fullview .list-nav .remove:hover {
      color: #fff; }
    body .val_thorens_chalets_apartments .bf-accom-results .list-nav .remove:hover, body .val_thorens_chalets_apartments
    .bf-accom-shortlist.fullview .list-nav .remove:hover {
      color: #fff; }
  .bf-accom-results .list-nav .remove:focus,
  .bf-accom-shortlist.fullview .list-nav .remove:focus {
    outline: none; }
  .bf-accom-results .list-nav .remove i,
  .bf-accom-shortlist.fullview .list-nav .remove i {
    color: #fff; }
  body .wrapper.meribel_chalets_apartments .bf-accom-results .list-nav .remove, body .wrapper.meribel_chalets_apartments
  .bf-accom-shortlist.fullview .list-nav .remove {
    background-color: #e5e5e5;
    color: #6D6D6D; }
  body .wrapper.val_thorens_chalets_apartments .bf-accom-results .list-nav .remove, body .wrapper.val_thorens_chalets_apartments
  .bf-accom-shortlist.fullview .list-nav .remove {
    background-color: #e5e5e5;
    color: #6D6D6D; }
  .bf-accom-results .list-nav .remove:hover,
  .bf-accom-shortlist.fullview .list-nav .remove:hover {
    color: #6D6D6D; }
    body .meribel_chalets_apartments .bf-accom-results .list-nav .remove:hover, body .meribel_chalets_apartments
    .bf-accom-shortlist.fullview .list-nav .remove:hover {
      color: #6D6D6D; }
    body .val_thorens_chalets_apartments .bf-accom-results .list-nav .remove:hover, body .val_thorens_chalets_apartments
    .bf-accom-shortlist.fullview .list-nav .remove:hover {
      color: #6D6D6D; }
  .bf-accom-results .list-nav .remove:after,
  .bf-accom-shortlist.fullview .list-nav .remove:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    color: #fff;
    margin-left: 10px; }
  .bf-accom-results .list-nav .remove::after,
  .bf-accom-shortlist.fullview .list-nav .remove::after {
    font-family: "Font Awesome 5 Pro", sans-serif; }
  body.bf-site .wrapper.meribel_chalets_apartments .bf-accom-results .list-nav .remove, body.bf-site .wrapper.meribel_chalets_apartments
  .bf-accom-shortlist.fullview .list-nav .remove {
    background-color: #ff661b; }
  body.bf-site .wrapper.val_thorens_chalets_apartments .bf-accom-results .list-nav .remove, body.bf-site .wrapper.val_thorens_chalets_apartments
  .bf-accom-shortlist.fullview .list-nav .remove {
    background-color: #f9b500; }
  .bf-accom-results .list-nav .remove::after,
  .bf-accom-shortlist.fullview .list-nav .remove::after {
    position: absolute;
    width: calc(1.75 * 1.75 * 16px);
    margin: 0;
    padding: calc(1.75 * 0.5 * 16px);
    top: 0;
    right: 0;
    text-indent: 0; }

.bf-accom-results .end-links,
.bf-accom-shortlist.fullview .end-links {
  float: right;
  clear: both;
  width: auto;
  margin-bottom: calc(1.75 * 1.5 * 16px); }
  .bf-accom-results .end-links a,
  .bf-accom-shortlist.fullview .end-links a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 25px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background-color: #e53c2e;
    border: 0;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12rem;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    outline: none;
    float: left;
    margin-left: calc(1.75 * 0.75 * 16px);
    color: #fff; }
    body .wrapper.meribel_chalets_apartments .bf-accom-results .end-links a, body .wrapper.meribel_chalets_apartments
    .bf-accom-shortlist.fullview .end-links a {
      background-color: #ff661b;
      color: #fff; }
    body .wrapper.val_thorens_chalets_apartments .bf-accom-results .end-links a, body .wrapper.val_thorens_chalets_apartments
    .bf-accom-shortlist.fullview .end-links a {
      background-color: #f9b500;
      color: #fff; }
    .bf-accom-results .end-links a:hover,
    .bf-accom-shortlist.fullview .end-links a:hover {
      color: #fff; }
      body .meribel_chalets_apartments .bf-accom-results .end-links a:hover, body .meribel_chalets_apartments
      .bf-accom-shortlist.fullview .end-links a:hover {
        color: #fff; }
      body .val_thorens_chalets_apartments .bf-accom-results .end-links a:hover, body .val_thorens_chalets_apartments
      .bf-accom-shortlist.fullview .end-links a:hover {
        color: #fff; }
    .bf-accom-results .end-links a:focus,
    .bf-accom-shortlist.fullview .end-links a:focus {
      outline: none; }
    .bf-accom-results .end-links a i,
    .bf-accom-shortlist.fullview .end-links a i {
      color: #fff; }

.bf-accom-shortlist.fullview .bf-shortlist-url {
  margin-bottom: calc(1.75 * 1.5 * 16px); }

.bf-accom-shortlist.fullview .accom-detail .accom-summary {
  display: none; }

.bf-accom-shortlist.fullview a.floorplans::before {
  content: "";
  background-image: url("/images/floorplan-icon.svg");
  background-size: 100%;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
  margin-right: 10px; }

body .wrapper.meribel_chalets_apartments .bf-accom-shortlist.fullview a.floorplans::before {
  background-image: url("/images/floorplan-icon-meribel.svg"); }

body .wrapper.val_thorens_chalets_apartments .bf-accom-shortlist.fullview a.floorplans::before {
  background-image: url("/images/floorplan-icon-val-thorens.svg"); }

.bf-priceavail .bf-offer {
  float: left;
  clear: both;
  width: 100%;
  background: #e53c2e;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.75 * 16px);
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body .wrapper.meribel_chalets_apartments .bf-priceavail .bf-offer {
    background: #ff661b; }
  body .wrapper.val_thorens_chalets_apartments .bf-priceavail .bf-offer {
    background: #f9b500; }

.bf-priceavail .bf-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  box-sizing: border-box;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  background: #6D6D6D;
  color: #fff;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.75 * 16px);
  margin-bottom: 0; }

.bf-priceavail .horizontal-grid {
  float: left;
  clear: both;
  width: 100%;
  overflow-x: auto; }
  .bf-priceavail .horizontal-grid table {
    min-width: 100%; }
    .bf-priceavail .horizontal-grid table th,
    .bf-priceavail .horizontal-grid table .bf-monthcol {
      margin-bottom: 0;
      padding: 10px;
      background: #F1F1F1;
      font-size: 16px;
      font-weight: 700;
      color: #212221;
      line-height: calc(1.75 * 0.5 * 16px);
      border: 1px solid #E1E1E1;
      text-align: center;
      vertical-align: middle; }
    .bf-priceavail .horizontal-grid table .bf-datecol {
      font-size: 28px;
      font-weight: 400;
      color: #212221;
      border: 1px solid #E1E1E1;
      text-align: center;
      padding: calc(1.75 * 0.5 * 16px); }
    .bf-priceavail .horizontal-grid table td,
    .bf-priceavail .horizontal-grid table .bf-pricecol {
      padding: 10px 5px;
      line-height: 12px;
      font-size: 12px;
      font-weight: 700;
      color: #212221;
      text-align: center;
      border: 1px solid #E1E1E1;
      vertical-align: top; }
      .bf-priceavail .horizontal-grid table td.poa,
      .bf-priceavail .horizontal-grid table .bf-pricecol.poa {
        color: #86a80c; }
        body .wrapper.meribel_chalets_apartments .bf-priceavail .horizontal-grid table td.poa a, body .wrapper.meribel_chalets_apartments
        .bf-priceavail .horizontal-grid table .bf-pricecol.poa a {
          color: #86a80c; }
        body .wrapper.val_thorens_chalets_apartments .bf-priceavail .horizontal-grid table td.poa, body .wrapper.val_thorens_chalets_apartments
        .bf-priceavail .horizontal-grid table .bf-pricecol.poa {
          color: #86a80c; }
      .bf-priceavail .horizontal-grid table td.booked,
      .bf-priceavail .horizontal-grid table .bf-pricecol.booked {
        color: #7e7e7e; }
        body .wrapper.meribel_chalets_apartments .bf-priceavail .horizontal-grid table td.booked, body .wrapper.meribel_chalets_apartments
        .bf-priceavail .horizontal-grid table .bf-pricecol.booked {
          color: #7e7e7e; }
        body .wrapper.val_thorens_chalets_apartments .bf-priceavail .horizontal-grid table td.booked, body .wrapper.val_thorens_chalets_apartments
        .bf-priceavail .horizontal-grid table .bf-pricecol.booked {
          color: #7e7e7e; }
      .bf-priceavail .horizontal-grid table td a,
      .bf-priceavail .horizontal-grid table .bf-pricecol a {
        color: inherit; }
        body .wrapper.meribel_chalets_apartments .bf-priceavail .horizontal-grid table td a, body .wrapper.meribel_chalets_apartments
        .bf-priceavail .horizontal-grid table .bf-pricecol a {
          color: #212221; }
        body .wrapper.val_thorens_chalets_apartments .bf-priceavail .horizontal-grid table td a, body .wrapper.val_thorens_chalets_apartments
        .bf-priceavail .horizontal-grid table .bf-pricecol a {
          color: #212221; }
      .bf-priceavail .horizontal-grid table td span,
      .bf-priceavail .horizontal-grid table .bf-pricecol span {
        float: left;
        clear: both;
        width: 100%;
        text-align: center; }
        .bf-priceavail .horizontal-grid table td span span,
        .bf-priceavail .horizontal-grid table .bf-pricecol span span {
          display: none; }
        .bf-priceavail .horizontal-grid table td span.now,
        .bf-priceavail .horizontal-grid table .bf-pricecol span.now {
          color: #e53c2e;
          margin-top: 5px; }
          body .wrapper.meribel_chalets_apartments .bf-priceavail .horizontal-grid table td span.now, body .wrapper.meribel_chalets_apartments
          .bf-priceavail .horizontal-grid table .bf-pricecol span.now {
            color: #ff661b; }
            body .wrapper.meribel_chalets_apartments .bf-priceavail .horizontal-grid table td span.now a, body .wrapper.meribel_chalets_apartments
            .bf-priceavail .horizontal-grid table .bf-pricecol span.now a {
              color: #ff661b; }
          body .wrapper.val_thorens_chalets_apartments .bf-priceavail .horizontal-grid table td span.now, body .wrapper.val_thorens_chalets_apartments
          .bf-priceavail .horizontal-grid table .bf-pricecol span.now {
            color: #f9b500; }
            body .wrapper.val_thorens_chalets_apartments .bf-priceavail .horizontal-grid table td span.now a, body .wrapper.val_thorens_chalets_apartments
            .bf-priceavail .horizontal-grid table .bf-pricecol span.now a {
              color: #f9b500; }

.bf-result-priceavails, .accom .offers {
  float: left;
  clear: both;
  width: 100%; }
  .bf-result-priceavails .bf-result-priceavail-offers,
  .bf-result-priceavails .bf-accom-priceavail-offers, .accom .offers .bf-result-priceavail-offers,
  .accom .offers .bf-accom-priceavail-offers {
    float: left;
    clear: both;
    width: 100%; }
  .bf-result-priceavails .bf-result_priceavail-offer,
  .bf-result-priceavails .bf-accom_priceavail-offer, .accom .offers .bf-result_priceavail-offer,
  .accom .offers .bf-accom_priceavail-offer {
    float: left;
    clear: both;
    width: 100%;
    background: #e53c2e;
    padding: 5px calc(1.75 * 0.75 * 16px);
    color: #fff;
    font-size: 14px;
    line-height: 28px; }
    body .wrapper.meribel_chalets_apartments .bf-result-priceavails .bf-result_priceavail-offer, body .wrapper.meribel_chalets_apartments
    .bf-result-priceavails .bf-accom_priceavail-offer, body .wrapper.meribel_chalets_apartments .accom .offers .bf-result_priceavail-offer, body .wrapper.meribel_chalets_apartments
    .accom .offers .bf-accom_priceavail-offer {
      background: #ff661b; }
    body .wrapper.val_thorens_chalets_apartments .bf-result-priceavails .bf-result_priceavail-offer, body .wrapper.val_thorens_chalets_apartments
    .bf-result-priceavails .bf-accom_priceavail-offer, body .wrapper.val_thorens_chalets_apartments .accom .offers .bf-result_priceavail-offer, body .wrapper.val_thorens_chalets_apartments
    .accom .offers .bf-accom_priceavail-offer {
      background: #f9b500; }
  .bf-result-priceavails .bf-result-priceavail-offer-label,
  .bf-result-priceavails .bf-accom-priceavail-offer-label, .accom .offers .bf-result-priceavail-offer-label,
  .accom .offers .bf-accom-priceavail-offer-label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    float: left;
    clear: none;
    margin-right: 5px; }
  .bf-result-priceavails .title, .accom .offers .title {
    float: left;
    clear: none;
    margin-right: 5px; }
  .bf-result-priceavails .description, .accom .offers .description {
    float: left;
    clear: none; }

.accom .bf-accom-floorplan-document {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #e53c2e;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  outline: none;
  color: #fff;
  width: 100%;
  position: relative;
  margin-bottom: calc(1.75 * 0.75 * 16px); }
  body .wrapper.meribel_chalets_apartments .accom .bf-accom-floorplan-document {
    background-color: #ff661b;
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .accom .bf-accom-floorplan-document {
    background-color: #f9b500;
    color: #fff; }
  .accom .bf-accom-floorplan-document:hover {
    color: #fff; }
    body .meribel_chalets_apartments .accom .bf-accom-floorplan-document:hover {
      color: #fff; }
    body .val_thorens_chalets_apartments .accom .bf-accom-floorplan-document:hover {
      color: #fff; }
  .accom .bf-accom-floorplan-document:focus {
    outline: none; }
  .accom .bf-accom-floorplan-document i {
    color: #fff; }
  .accom .bf-accom-floorplan-document:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    margin-left: 10px; }
  .accom .bf-accom-floorplan-document::after {
    font-family: "Font Awesome 5 Pro", sans-serif; }
  body .wrapper.meribel_chalets_apartments .accom .bf-accom-floorplan-document {
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .accom .bf-accom-floorplan-document {
    color: #fff; }
  .accom .bf-accom-floorplan-document:after {
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    font-size: 28px; }

.accom #page-content.details {
  padding-top: 0; }

.accom .banner .bf-gallery.simplebox {
  position: relative;
  border-radius: 50px;
  overflow: hidden; }
  .accom .banner .bf-gallery.simplebox ul li {
    position: relative;
    margin: 0;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .accom .banner .bf-gallery.simplebox ul li {
        width: 100% !important;
        padding-bottom: 40%; }
        .accom .banner .bf-gallery.simplebox ul li:nth-child(2), .accom .banner .bf-gallery.simplebox ul li:nth-child(3) {
          display: none !important; } }
    @media (max-width: 767px) {
      .accom .banner .bf-gallery.simplebox ul li {
        padding-bottom: 56.25%; } }
    @media (min-width: 1024px) {
      .accom .banner .bf-gallery.simplebox ul li {
        width: 34.75% !important;
        max-height: 240px; }
        .accom .banner .bf-gallery.simplebox ul li:nth-child(1) {
          width: 65.25% !important;
          max-height: none;
          padding-bottom: 33.33333%;
          border-right: 2px solid #fff; }
        .accom .banner .bf-gallery.simplebox ul li:nth-child(2) {
          padding-bottom: calc(16.666665% - 1px);
          border-bottom: 1px solid #fff; }
        .accom .banner .bf-gallery.simplebox ul li:nth-child(3) {
          padding-bottom: calc(16.666665% - 1px);
          border-top: 1px solid #fff; } }
    .accom .banner .bf-gallery.simplebox ul li .ci-image-wrapper {
      position: static;
      overflow: visible; }
    .accom .banner .bf-gallery.simplebox ul li img {
      position: absolute;
      display: block;
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      transform: translateY(-50%); }
  .accom .banner .bf-gallery.simplebox .all-photos-btn {
    position: absolute;
    bottom: calc(1.75 * 1 * 16px);
    margin-right: calc(1.75 * 1 * 16px); }
    @media (max-width: 1023px) {
      .accom .banner .bf-gallery.simplebox .all-photos-btn {
        right: 0; } }
    @media (min-width: 1024px) {
      .accom .banner .bf-gallery.simplebox .all-photos-btn {
        right: 34.75%; } }

.accom .floorplans .bf-gallery.simplebox ul li {
  width: 47.5% !important;
  margin-right: 5%;
  margin-bottom: 5%;
  float: left;
  clear: none; }

.accom #location {
  position: relative;
  max-width: 1440px;
  margin: 0 auto calc(1.75 * 1.75 * 16px);
  padding-right: calc(1.75 * 0.75 * 16px);
  padding-left: calc(1.75 * 0.75 * 16px);
  clear: both;
  box-sizing: content-box; }
  .accom #location .bf-google-map {
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0; }
    @media (max-width: 1023px) {
      .accom #location .bf-google-map {
        padding-bottom: 40%; } }
    @media (max-width: 767px) {
      .accom #location .bf-google-map {
        padding-bottom: 56.25%; } }
    @media (min-width: 1024px) {
      .accom #location .bf-google-map {
        padding-bottom: 33.33333%; } }

.accom .inner-wrapper .row {
  margin-bottom: calc(1.75 * 2 * 16px); }

.accom .sidebar .video {
  position: relative;
  margin-bottom: calc(1.75 * 1.75 * 16px); }
  .accom .sidebar .video img {
    display: block; }
  .accom .sidebar .video a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgba(50, 50, 50, 0.6); }
    .accom .sidebar .video a:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      margin-left: 10px; }
    .accom .sidebar .video a::after {
      font-family: "Font Awesome 5 Pro", sans-serif;
      font-weight: 900; }
    .accom .sidebar .video a:after {
      width: 60px;
      height: 60px;
      position: absolute;
      top: 50%;
      margin-top: calc(1.75 * -1 * 16px);
      left: 50%;
      margin-left: calc(1.75 * -1 * 16px);
      color: #fff;
      font-size: 60px;
      line-height: 60px;
      text-align: center; }
    .accom .sidebar .video a:hover:after {
      color: #e53c2e; }
      body .wrapper.meribel_chalets_apartments .accom .sidebar .video a:hover:after {
        color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .accom .sidebar .video a:hover:after {
        color: #f9b500; }

.accom .enquire a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #e53c2e;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  outline: none; }
  body .wrapper.meribel_chalets_apartments .accom .enquire a {
    background-color: #ff661b;
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .accom .enquire a {
    background-color: #f9b500;
    color: #fff; }
  .accom .enquire a:hover {
    color: #fff; }
    body .meribel_chalets_apartments .accom .enquire a:hover {
      color: #fff; }
    body .val_thorens_chalets_apartments .accom .enquire a:hover {
      color: #fff; }
  .accom .enquire a:focus {
    outline: none; }
  .accom .enquire a i {
    color: #fff; }
  body .wrapper.meribel_chalets_apartments .accom .enquire a {
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .accom .enquire a {
    color: #fff; }

.accom a.backtosearch {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #e5e5e5;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #6D6D6D;
  cursor: pointer;
  outline: none;
  width: auto;
  float: left;
  clear: none; }
  body .wrapper.meribel_chalets_apartments .accom a.backtosearch {
    background-color: #ff661b;
    color: #fff; }
  body .wrapper.val_thorens_chalets_apartments .accom a.backtosearch {
    background-color: #f9b500;
    color: #fff; }
  .accom a.backtosearch:hover {
    color: #fff; }
    body .meribel_chalets_apartments .accom a.backtosearch:hover {
      color: #fff; }
    body .val_thorens_chalets_apartments .accom a.backtosearch:hover {
      color: #fff; }
  .accom a.backtosearch:focus {
    outline: none; }
  .accom a.backtosearch i {
    color: #fff; }
  body .wrapper.meribel_chalets_apartments .accom a.backtosearch {
    background-color: #e5e5e5;
    color: #6D6D6D; }
  body .wrapper.val_thorens_chalets_apartments .accom a.backtosearch {
    background-color: #e5e5e5;
    color: #6D6D6D; }
  .accom a.backtosearch:hover {
    color: #6D6D6D; }
    body .meribel_chalets_apartments .accom a.backtosearch:hover {
      color: #6D6D6D; }
    body .val_thorens_chalets_apartments .accom a.backtosearch:hover {
      color: #6D6D6D; }

.accom .main .details {
  position: relative;
  float: left;
  clear: both;
  width: 100%; }
  .accom .main .details > div, .accom .main .details div.attributegroup {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: calc(1.75 * 0.75 * 16px); }
    .accom .main .details > div .accom-section-title, .accom .main .details div.attributegroup .accom-section-title {
      display: none; }
    .accom .main .details > div a, .accom .main .details div.attributegroup a {
      color: inherit; }
  .accom .main .details ul {
    clear: right;
    width: 100%;
    margin-left: 200px;
    box-sizing: border-box; }
    .accom .main .details ul li {
      float: left;
      clear: none;
      width: 35%;
      list-style-type: disc;
      margin-right: calc(1.75 * 0.75 * 16px);
      font-size: 16px;
      line-height: 28px;
      font-weight: 400; }
      .accom .main .details ul li p {
        font-size: inherit;
        margin-bottom: 0; }

.accom .main .details label,
.accom .details .sidebar label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  float: left;
  margin-right: 10px; }

.accom .main .details label {
  width: 170px; }

.accom .navigation {
  margin-bottom: calc(1.75 * 1 * 16px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: calc(1.75 * 0.5 * 16px) 0;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 1023px) {
    .accom .navigation {
      padding: calc(1.75 * 0.75 * 16px) 0; } }

.accom .quicklinks {
  flex: 1 0 auto; }
  @media (max-width: 1023px) {
    .accom .quicklinks {
      flex: 100%;
      margin: 0 0 calc(1.75 * 0.5 * 16px); } }

.accom .navigation.keepinsight-clone {
  display: none;
  background: #fff; }

.accom .description {
  margin-bottom: calc(1.75 * 1.5 * 16px); }
  .accom .description .offers, .accom .description .description {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: calc(1.75 * 1.5 * 16px); }
    .accom .description .offers > .bf-offer, .accom .description .description > .bf-offer {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: left;
      clear: both;
      width: 100%;
      background: #e53c2e;
      padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.75 * 16px);
      color: #fff;
      font-weight: 700;
      line-height: 28px; }
      body .wrapper.meribel_chalets_apartments .accom .description .offers > .bf-offer, body .wrapper.meribel_chalets_apartments .accom .description .description > .bf-offer {
        background: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .accom .description .offers > .bf-offer, body .wrapper.val_thorens_chalets_apartments .accom .description .description > .bf-offer {
        background: #f9b500; }
    .accom .description .offers .description, .accom .description .description .description {
      margin-bottom: 0; }
  .accom .description ul li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400; }
    .accom .description ul li p {
      font-size: inherit; }

@media (min-width: 1024px) {
  .accom .sidebar {
    margin-top: calc(1.75 * 1.25 * 16px); } }

.accom .sidebar > div {
  margin-bottom: calc(1.75 * 0.75 * 16px);
  float: left;
  clear: both;
  width: 100%; }
  .accom .sidebar > div.keyattributes {
    margin-bottom: 0; }

.accom .sidebar span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  display: block;
  clear: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0; }
  .accom .sidebar span p {
    font-size: inherit;
    margin-bottom: 0; }

.accom .sidebar label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  clear: left;
  display: block;
  width: 50%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0; }

.accom .sidebar .accom-section-title {
  display: none; }

.accom .sidebar.specialnotice label {
  width: auto;
  margin-right: 10px; }

.accom .sidebar.specialnotice span {
  float: none;
  width: auto;
  font-size: inherit; }

.accom .sidebar .attributegroup {
  margin: 0 0 calc(1.75 * 0.75 * 16px);
  float: left;
  clear: both; }
  .accom .sidebar .attributegroup label {
    width: auto;
    margin-right: 10px; }
  .accom .sidebar .attributegroup ul {
    padding-left: 0; }
    .accom .sidebar .attributegroup ul li {
      float: left;
      clear: none;
      margin-right: 5px;
      margin-bottom: 0;
      list-style-type: none;
      position: relative;
      padding-right: 5px; }
      .accom .sidebar .attributegroup ul li p {
        margin-bottom: 0; }
      .accom .sidebar .attributegroup ul li span {
        font-size: inherit;
        display: inline;
        float: none; }
        .accom .sidebar .attributegroup ul li span:after {
          display: none; }
      .accom .sidebar .attributegroup ul li:after {
        content: ",";
        position: absolute;
        top: 5px;
        right: 2px; }
      .accom .sidebar .attributegroup ul li:last-child:after {
        display: none; }

.accom .bf-gallery.simplebox ul {
  padding-left: 0; }
  .accom .bf-gallery.simplebox ul li {
    list-style-type: none; }
    .accom .bf-gallery.simplebox ul li:nth-child(2n+2) {
      margin-right: 0; }

.accom .bf-accom-details-show-all {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background: none;
  border: 0;
  padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 21px;
  text-transform: capitalize;
  color: #212221;
  cursor: pointer;
  outline: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: none; }
  .accom .bf-accom-details-show-all:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    color: #ccc;
    margin-left: 10px; }
  .accom .bf-accom-details-show-all::after {
    font-family: "Font Awesome 5 Pro", sans-serif; }
  body .wrapper.meribel_chalets_apartments .accom .bf-accom-details-show-all {
    background: none;
    color: #212221; }
  body .wrapper.val_thorens_chalets_apartments .accom .bf-accom-details-show-all {
    background: none;
    color: #212221; }
  .accom .bf-accom-details-show-all:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    margin-right: 10px; }
  .accom .bf-accom-details-show-all::before {
    font-family: "Font Awesome 5 Pro", sans-serif; }

.accom .rslides_tabs {
  padding-left: 0; }

.bf-gallery.simplebox ul li {
  float: left;
  clear: none; }
  .bf-gallery.simplebox ul li img {
    width: 100%; }

body .bf-gallery-light {
  top: 0;
  background: rgba(33, 34, 33, 0.5); }
  body .bf-gallery-light .close {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background: none;
    border: 0;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 21px;
    text-transform: capitalize;
    color: #212221;
    cursor: pointer;
    outline: none;
    position: absolute;
    width: calc(1.75 * 1.75 * 16px);
    height: calc(1.75 * 1.75 * 16px);
    top: calc(1.75 * 0.5 * 16px);
    right: calc(1.75 * 0.5 * 16px);
    cursor: pointer;
    z-index: 100000; }
    body .bf-gallery-light .close:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      color: #fff;
      margin-left: 10px; }
    body .bf-gallery-light .close::after {
      font-family: "Font Awesome 5 Pro", sans-serif;
      font-weight: 300; }
    body .wrapper.meribel_chalets_apartments body .bf-gallery-light .close {
      background: none;
      color: #212221; }
    body .wrapper.val_thorens_chalets_apartments body .bf-gallery-light .close {
      background: none;
      color: #212221; }
    body .bf-gallery-light .close::after {
      margin-left: 0; }
  body .bf-gallery-light .next,
  body .bf-gallery-light .previous {
    width: auto;
    height: calc(1.75 * 1.75 * 16px);
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    cursor: pointer;
    z-index: 100000; }
    @media (max-width: 1023px) {
      body .bf-gallery-light .next,
      body .bf-gallery-light .previous {
        top: auto;
        bottom: 0; } }
    body .bf-gallery-light .next span,
    body .bf-gallery-light .previous span {
      display: none; }
  body .bf-gallery-light .previous {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background: none;
    border: 0;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 21px;
    text-transform: capitalize;
    color: #212221;
    cursor: pointer;
    outline: none;
    position: absolute;
    left: calc(1.75 * 0.5 * 16px); }
    body .bf-gallery-light .previous:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      color: #fff;
      margin-right: 10px; }
    body .bf-gallery-light .previous::before {
      font-family: "Font Awesome 5 Pro", sans-serif; }
    body .wrapper.meribel_chalets_apartments body .bf-gallery-light .previous {
      background: none;
      color: #212221; }
    body .wrapper.val_thorens_chalets_apartments body .bf-gallery-light .previous {
      background: none;
      color: #212221; }
    body .bf-gallery-light .previous::after {
      content: "Prev";
      color: #fff; }
  body .bf-gallery-light .next {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background: none;
    border: 0;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 21px;
    text-transform: capitalize;
    color: #212221;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: calc(1.75 * 0.5 * 16px); }
    body .bf-gallery-light .next:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      color: #fff;
      margin-left: 10px; }
    body .bf-gallery-light .next::after {
      font-family: "Font Awesome 5 Pro", sans-serif; }
    body .wrapper.meribel_chalets_apartments body .bf-gallery-light .next {
      background: none;
      color: #212221; }
    body .wrapper.val_thorens_chalets_apartments body .bf-gallery-light .next {
      background: none;
      color: #212221; }
    body .bf-gallery-light .next::before {
      content: "Next";
      color: #fff; }
  body .bf-gallery-light .img {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 56.25%; }
    body .bf-gallery-light .img img {
      width: auto;
      max-height: 92vh;
      margin: 0 auto; }
      @media (max-width: 1023px) {
        body .bf-gallery-light .img img {
          margin: auto; } }
  body .bf-gallery-light ul {
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0; }
    body .bf-gallery-light ul li {
      display: inline-block;
      list-style: none;
      width: 80px;
      max-height: calc(1.75 * 1.75 * 16px);
      margin: 7px;
      vertical-align: top;
      overflow: hidden; }
      @media (max-width: 1023px) {
        body .bf-gallery-light ul li {
          display: none; } }
      body.no-cdn .bf-gallery-light ul li {
        list-style-type: none;
        border-radius: 50px;
        overflow: hidden; }
        @media (max-width: 1023px) {
          body.no-cdn .bf-gallery-light ul li {
            padding-bottom: 40%;
            border-radius: 50px 50px 0 0; } }
        @media (max-width: 767px) {
          body.no-cdn .bf-gallery-light ul li {
            padding-bottom: 56.25%; } }
        @media (min-width: 1024px) {
          body.no-cdn .bf-gallery-light ul li {
            padding-bottom: 33.33333%; } }
        body.no-cdn .bf-gallery-light ul li img {
          position: absolute;
          display: block;
          top: 50%;
          left: 0;
          width: 100%;
          height: auto;
          transform: translateY(-50%); }
      body .bf-gallery-light ul li .ci-image-wrapper {
        background: #212221 !important; }
      body .bf-gallery-light ul li a {
        float: left; }
        body .bf-gallery-light ul li a.current img {
          opacity: 1; }
      body .bf-gallery-light ul li img {
        opacity: .5;
        transition: opacity .3s ease-in-out; }
  body .bf-gallery-light > .ci-image-wrapper::before {
    content: "";
    opacity: 0; }
  body .bf-gallery-light > .ci-image-wrapper.image-loading::before {
    -webkit-animation-name: spin;
            animation-name: spin;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.98, 0.26, 0.2, 0.46);
            animation-timing-function: cubic-bezier(0.98, 0.26, 0.2, 0.46);
    border-radius: 100%;
    -webkit-animation-duration: 700ms;
            animation-duration: 700ms;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border: 3px solid transparent;
    border-top-color: #fff;
    position: fixed;
    opacity: 1;
    transition: opacity .5s ease;
    transition-delay: 1s; }

.bf-content-navigate {
  position: relative;
  opacity: 1;
  transition: all 0.3s ease-in-out; }
  html.loading .bf-content-navigate {
    opacity: 0;
    pointer-events: none; }
  .bf-content-navigate header {
    display: none;
    text-align: center; }
    .bf-content-navigate header .title {
      font-size: 28px;
      line-height: 35px;
      font-weight: 700; }
  .bf-content-navigate nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0; }
    @media (max-width: 480px) {
      .bf-content-navigate nav ul {
        margin-bottom: 0; } }
    .bf-content-navigate nav ul li {
      margin-bottom: calc(1.75 * 1 * 16px);
      display: inline-block;
      list-style-type: none; }
      @media (max-width: 1023px) {
        .bf-content-navigate nav ul li {
          width: 30.5%; }
          .bf-content-navigate nav ul li:last-child {
            margin-right: 34.5%; } }
      @media (max-width: 800px) {
        .bf-content-navigate nav ul li {
          width: 48%; }
          .bf-content-navigate nav ul li:last-child {
            margin-right: 0; } }
      @media (max-width: 480px) {
        .bf-content-navigate nav ul li {
          width: 100%; } }
      @media (min-width: 1024px) {
        .bf-content-navigate nav ul li {
          width: 100%; } }
      @media (min-width: 1280px) {
        .bf-content-navigate nav ul li {
          width: 48%; } }
      .bf-content-navigate nav ul li a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.3s ease-in-out;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 25px;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        background-color: #e5e5e5;
        border: 0;
        padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px);
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.12rem;
        line-height: 21px;
        text-align: center;
        text-transform: uppercase;
        color: #6D6D6D;
        cursor: pointer;
        outline: none;
        width: 100%;
        text-align: center; }
        body .wrapper.meribel_chalets_apartments .bf-content-navigate nav ul li a {
          background-color: #ff661b;
          color: #fff; }
        body .wrapper.val_thorens_chalets_apartments .bf-content-navigate nav ul li a {
          background-color: #f9b500;
          color: #fff; }
        .bf-content-navigate nav ul li a:hover {
          color: #fff; }
          body .meribel_chalets_apartments .bf-content-navigate nav ul li a:hover {
            color: #fff; }
          body .val_thorens_chalets_apartments .bf-content-navigate nav ul li a:hover {
            color: #fff; }
        .bf-content-navigate nav ul li a:focus {
          outline: none; }
        .bf-content-navigate nav ul li a i {
          color: #fff; }
        body .wrapper.meribel_chalets_apartments .bf-content-navigate nav ul li a {
          background-color: #e5e5e5;
          color: #6D6D6D; }
        body .wrapper.val_thorens_chalets_apartments .bf-content-navigate nav ul li a {
          background-color: #e5e5e5;
          color: #6D6D6D; }
        .bf-content-navigate nav ul li a:hover {
          color: #6D6D6D; }
          body .meribel_chalets_apartments .bf-content-navigate nav ul li a:hover {
            color: #6D6D6D; }
          body .val_thorens_chalets_apartments .bf-content-navigate nav ul li a:hover {
            color: #6D6D6D; }
  .bf-content-navigate nav ul li:first-child a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    margin-right: 10px; }
  .bf-content-navigate nav ul li:first-child a::before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900; }
  .bf-content-navigate nav ul li:nth-child(0n+2) a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    margin-right: 10px; }
  .bf-content-navigate nav ul li:nth-child(0n+2) a::before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900; }
  .bf-content-navigate nav ul li:nth-child(0n+3) a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    margin-right: 10px; }
  .bf-content-navigate nav ul li:nth-child(0n+3) a::before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 400; }
  .bf-content-navigate nav ul li:nth-child(0n+4) a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    margin-right: 10px; }
  .bf-content-navigate nav ul li:nth-child(0n+4) a::before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900; }
  .bf-content-navigate nav ul li:last-child a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    margin-right: 10px; }
  .bf-content-navigate nav ul li:last-child a::before {
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900; }
  .bf-content-navigate .enquire {
    position: relative;
    width: 48%;
    right: 0;
    bottom: calc(1.75 * 1 * 16px);
    text-align: center; }
    @media (max-width: 1023px) {
      .bf-content-navigate .enquire {
        width: 30.5%; } }
    @media (max-width: 800px) {
      .bf-content-navigate .enquire {
        width: 48%; } }
    @media (max-width: 480px) {
      .bf-content-navigate .enquire {
        position: static;
        width: 100%; } }
    @media (min-width: 1024px) {
      .bf-content-navigate .enquire {
        width: 100%; } }
    @media (min-width: 1280px) {
      .bf-content-navigate .enquire {
        width: 48%; } }
    .bf-content-navigate .enquire a {
      width: 100%; }

#matterport {
  margin-bottom: calc(1.75 * 1.75 * 16px); }

.matterport-embed {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .matterport-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.bf-news-article-list article,
.bf-news-article article {
  margin-bottom: calc(1.75 * 1 * 16px);
  overflow: hidden;
  clear: both; }

.bf-news-article-list header.title,
.bf-news-article header.title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: calc(1.75 * 1 * 16px);
  font-family: "Raleway", sans-serif;
  margin: 0; }

.bf-news-article-list .date,
.bf-news-article .date {
  margin-bottom: 14px; }

.bf-news-article-list .bf-news-small-pic,
.bf-news-article .bf-news-small-pic {
  float: left;
  max-width: 250px;
  margin: 0 28px 14px 0; }
  @media (max-width: 480px) {
    .bf-news-article-list .bf-news-small-pic,
    .bf-news-article .bf-news-small-pic {
      width: 100%;
      max-width: none; }
      .bf-news-article-list .bf-news-small-pic img,
      .bf-news-article .bf-news-small-pic img {
        width: 100%;
        height: auto; } }

.bf-news-article-list .content,
.bf-news-article .content {
  width: auto;
  float: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  clear: none; }
  @media (max-width: 480px) {
    .bf-news-article-list .content,
    .bf-news-article .content {
      clear: both; } }

.bf-news-article-list .more-link::before,
.bf-news-article .more-link::before {
  content: "... ";
  color: #212221; }

.bf-news-article header.title {
  font-size: 42px;
  line-height: 56px;
  font-weight: 700; }
  @media (max-width: 1023px) {
    .bf-news-article header.title {
      font-size: 28px;
      line-height: 35px; } }

.bf-news-article .social-share-buttons,
.bf-news-article .bf-news-left-col {
  margin-bottom: calc(1.75 * 1 * 16px); }

.bf-news-article .bf-news-right-col p {
  text-align: left !important; }

.bf-news-article .bf-news-right-col iframe {
  margin-top: calc(1.75 * 1 * 16px);
  margin-bottom: calc(1.75 * 1 * 16px); }

.ui-widget-content {
  color: #212221; }

.ui-datepicker {
  padding: 3px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeInGrow .3s ease-in-out;
          animation: fadeInGrow .3s ease-in-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  transform-origin: center top;
  width: 280px;
  border: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 28px;
  box-sizing: content-box; }
  .ui-datepicker .ui-datepicker-header,
  .ui-datepicker th {
    background: none;
    border: 0;
    color: #212221;
    font-weight: 600; }
  .ui-datepicker th {
    font-size: 12px; }
  .ui-datepicker .ui-state-hover {
    background: none;
    border: 0;
    color: #212221;
    text-align: center; }
    .ui-datepicker .ui-state-hover.ui-datepicker-prev-hover {
      top: 2px;
      left: 2px; }
    .ui-datepicker .ui-state-hover.ui-datepicker-next-hover {
      top: 2px;
      right: 2px; }
  .ui-datepicker > * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.ui-datepicker-calendar td {
  width: 14.2857143%;
  max-width: 39px;
  height: 39px;
  padding: 3px; }

.ui-datepicker-calendar td,
.ui-datepicker-calendar td span {
  background: none;
  border: 0;
  text-align: center; }
  .ui-datepicker-calendar td .ui-state-default,
  .ui-datepicker-calendar td .ui-state-disabled .ui-state-default,
  .ui-datepicker-calendar td span .ui-state-default,
  .ui-datepicker-calendar td span .ui-state-disabled .ui-state-default {
    background: none;
    border: 0;
    color: #212221;
    text-align: center;
    border-radius: 20px; }
  .ui-datepicker-calendar td .ui-state-highlight,
  .ui-datepicker-calendar td span .ui-state-highlight {
    border: 0;
    color: #e53c2e;
    text-align: center; }
    body.meribel_chalets_apartments .ui-datepicker-calendar td .ui-state-highlight, body.meribel_chalets_apartments
    .ui-datepicker-calendar td span .ui-state-highlight {
      color: #ff661b; }
    body.val_thorens_chalets_apartments .ui-datepicker-calendar td .ui-state-highlight, body.val_thorens_chalets_apartments
    .ui-datepicker-calendar td span .ui-state-highlight {
      color: #f9b500; }
  .ui-datepicker-calendar td .ui-state-hover,
  .ui-datepicker-calendar td span .ui-state-hover {
    background-color: #e5e5e5; }
  .ui-datepicker-calendar td .ui-state-active,
  .ui-datepicker-calendar td .ui-state-active.ui-state-hover,
  .ui-datepicker-calendar td span .ui-state-active,
  .ui-datepicker-calendar td span .ui-state-active.ui-state-hover {
    background: #e53c2e;
    border: 0;
    color: #fff;
    text-align: center; }
    body.meribel_chalets_apartments .ui-datepicker-calendar td .ui-state-active, body.meribel_chalets_apartments
    .ui-datepicker-calendar td .ui-state-active.ui-state-hover, body.meribel_chalets_apartments
    .ui-datepicker-calendar td span .ui-state-active, body.meribel_chalets_apartments
    .ui-datepicker-calendar td span .ui-state-active.ui-state-hover {
      background: #ff661b; }
    body.val_thorens_chalets_apartments .ui-datepicker-calendar td .ui-state-active, body.val_thorens_chalets_apartments
    .ui-datepicker-calendar td .ui-state-active.ui-state-hover, body.val_thorens_chalets_apartments
    .ui-datepicker-calendar td span .ui-state-active, body.val_thorens_chalets_apartments
    .ui-datepicker-calendar td span .ui-state-active.ui-state-hover {
      background: #f9b500; }

.pagination {
  clear: both;
  padding: calc(1.75 * 1 * 16px) 0; }
  .pagination span,
  .pagination a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 25px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background-color: #e5e5e5;
    border: 0;
    padding: calc(1.75 * 0.5 * 16px);
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12rem;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #6D6D6D;
    cursor: pointer;
    outline: none;
    min-width: calc(1.75 * 1.75 * 16px);
    margin: 0 calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px) 0;
    text-align: center;
    clear: none; }
    body .wrapper.meribel_chalets_apartments .pagination span, body .wrapper.meribel_chalets_apartments
    .pagination a {
      background-color: #ff661b;
      color: #fff; }
    body .wrapper.val_thorens_chalets_apartments .pagination span, body .wrapper.val_thorens_chalets_apartments
    .pagination a {
      background-color: #f9b500;
      color: #fff; }
    .pagination span:hover,
    .pagination a:hover {
      color: #fff; }
      body .meribel_chalets_apartments .pagination span:hover, body .meribel_chalets_apartments
      .pagination a:hover {
        color: #fff; }
      body .val_thorens_chalets_apartments .pagination span:hover, body .val_thorens_chalets_apartments
      .pagination a:hover {
        color: #fff; }
    .pagination span:focus,
    .pagination a:focus {
      outline: none; }
    .pagination span i,
    .pagination a i {
      color: #fff; }
    body .wrapper.meribel_chalets_apartments .pagination span, body .wrapper.meribel_chalets_apartments
    .pagination a {
      background-color: #e5e5e5;
      color: #6D6D6D; }
    body .wrapper.val_thorens_chalets_apartments .pagination span, body .wrapper.val_thorens_chalets_apartments
    .pagination a {
      background-color: #e5e5e5;
      color: #6D6D6D; }
    .pagination span:hover,
    .pagination a:hover {
      color: #6D6D6D; }
      body .meribel_chalets_apartments .pagination span:hover, body .meribel_chalets_apartments
      .pagination a:hover {
        color: #6D6D6D; }
      body .val_thorens_chalets_apartments .pagination span:hover, body .val_thorens_chalets_apartments
      .pagination a:hover {
        color: #6D6D6D; }
    .pagination span.current,
    .pagination a.current {
      background-color: #e53c2e;
      color: #fff; }
      body.bf-site .wrapper.meribel_chalets_apartments .pagination span.current.current, body.bf-site .wrapper.meribel_chalets_apartments
      .pagination a.current.current {
        background-color: #ff661b;
        color: #fff; }
      body.bf-site .wrapper.val_thorens_chalets_apartments .pagination span.current.current, body.bf-site .wrapper.val_thorens_chalets_apartments
      .pagination a.current.current {
        background-color: #f9b500;
        color: #fff; }
    .pagination span.prev,
    .pagination a.prev {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.3s ease-in-out;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      background: none;
      border: 0;
      padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px);
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: normal;
      line-height: 21px;
      text-transform: capitalize;
      color: #212221;
      cursor: pointer;
      outline: none;
      margin-right: 0; }
      .pagination span.prev:before,
      .pagination a.prev:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        font-weight: normal;
        content: "";
        vertical-align: middle;
        color: #ccc;
        margin-right: 10px; }
      .pagination span.prev::before,
      .pagination a.prev::before {
        font-family: "Font Awesome 5 Pro", sans-serif; }
      body .wrapper.meribel_chalets_apartments .pagination span.prev, body .wrapper.meribel_chalets_apartments
      .pagination a.prev {
        background: none;
        color: #212221; }
      body .wrapper.val_thorens_chalets_apartments .pagination span.prev, body .wrapper.val_thorens_chalets_apartments
      .pagination a.prev {
        background: none;
        color: #212221; }
    .pagination span.next,
    .pagination a.next {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.3s ease-in-out;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      background: none;
      border: 0;
      padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.5 * 16px);
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: normal;
      line-height: 21px;
      text-transform: capitalize;
      color: #212221;
      cursor: pointer;
      outline: none; }
      .pagination span.next:after,
      .pagination a.next:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        font-weight: normal;
        content: "";
        vertical-align: middle;
        color: #ccc;
        margin-left: 10px; }
      .pagination span.next::after,
      .pagination a.next::after {
        font-family: "Font Awesome 5 Pro", sans-serif; }
      body .wrapper.meribel_chalets_apartments .pagination span.next, body .wrapper.meribel_chalets_apartments
      .pagination a.next {
        background: none;
        color: #212221; }
      body .wrapper.val_thorens_chalets_apartments .pagination span.next, body .wrapper.val_thorens_chalets_apartments
      .pagination a.next {
        background: none;
        color: #212221; }

body.has-banner .banner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto calc(1.75 * 2.25 * 16px);
  padding: 0 calc(1.75 * 0.75 * 16px);
  box-sizing: content-box; }
  @media (min-width: 1024px) {
    body.has-banner .banner {
      margin-bottom: calc(1.75 * 4.5 * 16px); } }
  body.has-banner .banner .bf-slideshow {
    padding: 0; }
  body.has-banner .banner ul.rslides {
    overflow: hidden;
    padding: 0;
    font-size: 0; }
    body.no-cdn .banner ul.rslides li {
      list-style-type: none;
      border-radius: 50px;
      overflow: hidden; }
      @media (max-width: 1023px) {
        body.no-cdn .banner ul.rslides li {
          padding-bottom: 40%;
          border-radius: 50px 50px 0 0; } }
      @media (max-width: 767px) {
        body.no-cdn .banner ul.rslides li {
          padding-bottom: 56.25%; } }
      @media (min-width: 1024px) {
        body.no-cdn .banner ul.rslides li {
          padding-bottom: 33.33333%; } }
      body.no-cdn .banner ul.rslides li img {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        transform: translateY(-50%); }
    body.has-banner .banner ul.rslides .ci-image-wrapper {
      list-style-type: none;
      border-radius: 50px;
      overflow: hidden; }
      @media (max-width: 1023px) {
        body.has-banner .banner ul.rslides .ci-image-wrapper {
          padding-bottom: 40%;
          border-radius: 50px 50px 0 0; } }
      @media (max-width: 767px) {
        body.has-banner .banner ul.rslides .ci-image-wrapper {
          padding-bottom: 56.25%; } }
      @media (min-width: 1024px) {
        body.has-banner .banner ul.rslides .ci-image-wrapper {
          padding-bottom: 33.33333%; } }
      body.has-banner .banner ul.rslides .ci-image-wrapper img {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        transform: translateY(-50%); }
    body.has-banner .banner ul.rslides li {
      display: inline-block;
      vertical-align: top; }
    body.has-banner .banner ul.rslides p.caption {
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      text-align: left;
      width: 50%;
      color: #fff;
      margin-bottom: 0; }
      @media (max-width: 1023px) {
        body.has-banner .banner ul.rslides p.caption {
          left: calc(1.75 * 2 * 16px);
          font-size: 42px;
          line-height: 56px; } }
      @media (max-width: 767px) {
        body.has-banner .banner ul.rslides p.caption {
          font-size: 28px;
          line-height: 35px; } }
      @media (min-width: 1024px) {
        body.has-banner .banner ul.rslides p.caption {
          left: calc(1.75 * 3.5 * 16px);
          font-size: 56px;
          line-height: 70px; } }

body.property-page .banner {
  margin-bottom: 0; }

form .select2-container {
  float: left;
  clear: left; }
  form .select2-container:focus > * {
    outline: none; }
  form .select2-container .select2-selection {
    transform: translate3d(0, 0, 0);
    box-shadow: none;
    background-image: none;
    width: 100%;
    height: 42px;
    text-align: left;
    line-height: 21px; }
    form .select2-container .select2-selection .select2-selection__rendered {
      color: #212221;
      padding-left: 0;
      padding-right: 50px;
      line-height: 20px; }
      form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder,
      form .select2-container .select2-selection .select2-selection__rendered input::-webkit-input-placeholder {
        color: #212221;
        font-size: 16px;
        line-height: 21px; }
      form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder,
      form .select2-container .select2-selection .select2-selection__rendered input::-moz-placeholder {
        color: #212221;
        font-size: 16px;
        line-height: 21px; }
      form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder,
      form .select2-container .select2-selection .select2-selection__rendered input:-ms-input-placeholder {
        color: #212221;
        font-size: 16px;
        line-height: 21px; }
      form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder,
      form .select2-container .select2-selection .select2-selection__rendered input::-ms-input-placeholder {
        color: #212221;
        font-size: 16px;
        line-height: 21px; }
      form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder,
      form .select2-container .select2-selection .select2-selection__rendered input::placeholder {
        color: #212221;
        font-size: 16px;
        line-height: 21px; }
    form .select2-container .select2-selection ul.select2-selection__rendered {
      padding: 0;
      vertical-align: top;
      text-overflow: unset; }
      form .select2-container .select2-selection ul.select2-selection__rendered li.select2-selection__choice {
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        line-height: 28px;
        background: none;
        box-sizing: border-box;
        cursor: default; }
        form .select2-container .select2-selection ul.select2-selection__rendered li.select2-selection__choice + .select2-selection__choice {
          padding-left: 14px; }
          form .select2-container .select2-selection ul.select2-selection__rendered li.select2-selection__choice + .select2-selection__choice::before {
            position: absolute;
            bottom: 0;
            left: 0;
            content: ","; }
        form .select2-container .select2-selection ul.select2-selection__rendered li.select2-selection__choice:first-child {
          margin-left: 0; }
        form .select2-container .select2-selection ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
          position: absolute;
          top: 0;
          left: 0;
          width: 28px;
          height: 31px;
          font-size: 0;
          cursor: pointer; }
    form .select2-container .select2-selection .select2-selection__arrow {
      display: none; }
    form .select2-container .select2-selection .select2-selection__clear {
      position: absolute;
      background: none;
      right: 30px;
      height: 20px;
      font-size: 0; }
      form .select2-container .select2-selection .select2-selection__clear:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: #ccc;
        font-weight: normal;
        content: "";
        vertical-align: middle;
        margin-right: 10px; }
      form .select2-container .select2-selection .select2-selection__clear::before {
        font-family: "Font Awesome 5 Pro", sans-serif; }
      form .select2-container .select2-selection .select2-selection__clear::before {
        font-size: 16px; }
    form .select2-container .select2-selection.select2-selection--multiple {
      padding: calc(1.75 * 0.25 * 16px) calc(1.75 * 0.5 * 16px); }
      form .select2-container .select2-selection.select2-selection--multiple:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        font-weight: normal;
        content: "";
        vertical-align: middle;
        color: #ccc;
        margin-right: 10px; }
      form .select2-container .select2-selection.select2-selection--multiple::before {
        font-family: "Font Awesome 5 Pro", sans-serif; }
      form .select2-container .select2-selection.select2-selection--multiple::before {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        width: 16px;
        right: 11px;
        margin-right: 0;
        pointer-events: none;
        font-size: 16px;
        font-style: normal;
        z-index: 2; }
      form .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered {
        max-height: 28px;
        vertical-align: top;
        line-height: 21px;
        overflow-x: scroll;
        overflow-y: hidden;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none; }
        form .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered .select2-selection__clear {
          margin: 5px 0 0;
          z-index: 2; }
        form .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered .select2-search.select2-search--inline {
          float: none;
          width: 0;
          display: inline-block;
          vertical-align: top; }
        form .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered::-webkit-scrollbar {
          width: 0;
          height: 0; }
        form .select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 80px;
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 25%);
          z-index: 1; }
    form .select2-container .select2-selection abbr {
      top: 14px;
      right: 40px; }
  form .select2-container.select2-container--focus .select2-selection {
    border: 0;
    outline: none; }
  form .select2-container.select2-container--open .select2-selection {
    border: 0; }
  form .select2-container.select2-drop-above .select2-choice {
    background-image: none;
    border: 0; }
    form .select2-container.select2-drop-above .select2-choice .select2-arrow:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      color: #ccc;
      margin-right: 10px; }
    form .select2-container.select2-drop-above .select2-choice .select2-arrow::before {
      font-family: "Font Awesome 5 Pro", sans-serif; }
    form .select2-container.select2-drop-above .select2-choice .select2-arrow::before {
      margin-right: 0; }
  form .select2-container.select2-dropdown-open .select2-choice {
    border-radius: 0;
    border: 0; }
  form .select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
    border-radius: 0;
    border: 0; }

.select2-dropdown {
  padding: calc(1.75 * 0.75 * 16px);
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeInGrow .3s ease-in-out;
          animation: fadeInGrow .3s ease-in-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  transform-origin: center top;
  position: absolute;
  min-width: 210px;
  white-space: nowrap;
  left: 0;
  background-color: #fff;
  margin-top: -1px;
  border: 0;
  z-index: 9999999; }
  .select2-dropdown .select2-search {
    display: none; }
  .select2-dropdown .select2-results {
    margin: 0;
    padding: 0;
    background: #fff; }
    .select2-dropdown .select2-results .select2-results__options {
      padding: 0; }
      .select2-dropdown .select2-results .select2-results__options .select2-results__option {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: none;
        overflow: hidden;
        margin: 7px 0;
        padding: 0;
        font-size: 14px;
        line-height: 28px;
        transition: all 0.3s ease-in-out; }
        .select2-dropdown .select2-results .select2-results__options .select2-results__option > * {
          display: block; }
        .select2-dropdown .select2-results .select2-results__options .select2-results__option .description,
        .select2-dropdown .select2-results .select2-results__options .select2-results__option .account-name {
          margin-left: 10px; }
        .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted, .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
          color: #e53c2e; }
          body .wrapper.meribel_chalets_apartments .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted, body .wrapper.meribel_chalets_apartments .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
            color: #ff661b; }
          body .wrapper.val_thorens_chalets_apartments .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted, body .wrapper.val_thorens_chalets_apartments .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
            color: #f9b500; }
          .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .title,
          .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .description,
          .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .full-name,
          .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .account-name, .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .title,
          .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .description,
          .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .full-name,
          .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .account-name {
            color: #e53c2e; }
            body .wrapper.meribel_chalets_apartments .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .title, body .wrapper.meribel_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .description, body .wrapper.meribel_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .full-name, body .wrapper.meribel_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .account-name, body .wrapper.meribel_chalets_apartments .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .title, body .wrapper.meribel_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .description, body .wrapper.meribel_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .full-name, body .wrapper.meribel_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .account-name {
              color: #ff661b; }
            body .wrapper.val_thorens_chalets_apartments .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .title, body .wrapper.val_thorens_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .description, body .wrapper.val_thorens_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .full-name, body .wrapper.val_thorens_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted .account-name, body .wrapper.val_thorens_chalets_apartments .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .title, body .wrapper.val_thorens_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .description, body .wrapper.val_thorens_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .full-name, body .wrapper.val_thorens_chalets_apartments
            .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] .account-name {
              color: #f9b500; }
        .select2-dropdown .select2-results .select2-results__options .select2-results__option img {
          float: left;
          width: 72px;
          height: 42px;
          background-color: #fff;
          margin: 0 10px 0 0; }
    .select2-dropdown .select2-results .select2-result-label {
      padding: 4px 7px; }
    .select2-dropdown .select2-results .select2-no-results,
    .select2-dropdown .select2-results .select2-more-results,
    .select2-dropdown .select2-results .select2-ajax-error {
      background: #fff;
      padding: 4px 7px; }
    .select2-dropdown .select2-results .select2-ajax-error {
      background-color: red; }
  .select2-dropdown.select2-dropdown--above {
    margin-top: 1px;
    border-bottom: 0; }

body.home #header {
  margin-bottom: 0; }

body.home .content {
  margin-bottom: 0; }

@media (max-width: 1023px) {
  body.home .banner {
    margin-bottom: 0; }
    body.home .banner ul.rslides li {
      border-radius: 50px 50px 0 0; } }

body.home .search {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

body.home .bf-accom-search-widget {
  position: relative;
  margin: calc(1.75 * 1 * 16px) 0 calc(1.75 * 2 * 16px);
  padding: 0 calc(1.75 * 0.75 * 16px);
  transition: all 0.3s ease-in-out;
  opacity: 1; }
  @media (max-width: 1023px) {
    body.home .bf-accom-search-widget {
      margin-top: 0; }
      body.home .bf-accom-search-widget form > fieldset {
        border-radius: 0 0 38px 38px; } }
  @media (min-width: 1024px) {
    body.home .bf-accom-search-widget {
      position: absolute;
      width: auto;
      top: -164px;
      right: 0;
      left: 0;
      margin: 0;
      box-sizing: content-box;
      z-index: 10; } }
  html.loading body.home .bf-accom-search-widget {
    opacity: 0;
    pointer-events: none; }

body.home .video-container {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  body.home .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

body.home .fivecol {
  margin-bottom: calc(1.75 * 3 * 16px); }
  body.home .fivecol.last {
    float: right; }
    @media (max-width: 800px) {
      body.home .fivecol.last {
        float: left; } }
    body.home .fivecol.last .trustpilot-widget {
      width: 100%; }

body.home .bf-news-top-list header {
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: calc(1.75 * 1 * 16px); }
  @media (max-width: 1023px) {
    body.home .bf-news-top-list header {
      font-size: 28px;
      line-height: 35px; } }

body.home .bf-news-top-list ul {
  padding: 0; }

body.home .bf-news-top-list li {
  margin-bottom: calc(1.75 * 1.5 * 16px);
  list-style: none; }
  body.home .bf-news-top-list li .bf-news-small-pic {
    width: 180px;
    height: 180px;
    margin-bottom: calc(1.75 * 0.75 * 16px);
    border-radius: calc(1.75 * 0.75 * 16px);
    overflow: hidden; }
    @media (max-width: 800px) {
      body.home .bf-news-top-list li .bf-news-small-pic {
        width: 250px;
        height: 250px; }
        body.home .bf-news-top-list li .bf-news-small-pic .ci-image-wrapper {
          width: 250px;
          height: 250px; } }
    @media (min-width: 1024px) {
      body.home .bf-news-top-list li .bf-news-small-pic {
        float: left;
        margin-right: calc(1.75 * 1 * 16px); } }
  @media (min-width: 1024px) {
    body.home .bf-news-top-list li > .headline {
      margin-left: 208px; } }
  @media (min-width: 1024px) {
    body.home .bf-news-top-list li:nth-of-type(even) .bf-news-small-pic {
      float: right;
      margin-right: 0; }
    body.home .bf-news-top-list li:nth-of-type(even) > .headline,
    body.home .bf-news-top-list li:nth-of-type(even) .intro {
      margin-right: 208px;
      margin-left: 0; } }
  body.home .bf-news-top-list li:last-child {
    margin-bottom: 0; }

body.home .bf-news-top-list .headline {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: calc(1.75 * 0.75 * 16px);
  color: #212221; }

@media (min-width: 1024px) {
  body.home .bf-news-top-list .intro {
    margin-left: 208px; } }

body.home .bf-news-top-list .intro a {
  display: block;
  white-space: nowrap; }

body.home .bf-news-top-list .date,
body.home .bf-news-top-list br {
  display: none; }

body.bf-edit .wrapper {
  margin-top: 50px; }

body.bf-edit p img.editable {
  width: 100%;
  height: auto; }

body.bf-edit p.editor-note {
  margin-bottom: 10px;
  padding: 10px;
  color: #d64937; }

body.bf-edit .bf-accom-search-widget {
  position: static; }

body.bf-edit .bl-panel-toolbar * {
  box-sizing: content-box; }

body.bf-edit .bl-ui {
  font-family: Arial, Helvetica, Sans-serif; }
  body.bf-edit .bl-ui p {
    color: #ddd;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 20px; }
  body.bf-edit .bl-ui h1,
  body.bf-edit .bl-ui h2,
  body.bf-edit .bl-ui h3,
  body.bf-edit .bl-ui h4,
  body.bf-edit .bl-ui h5 {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #fff;
    font-family: Arial, Helvetica, Sans-serif;
    text-transform: none;
    margin-bottom: 15px; }
  body.bf-edit .bl-ui.bl-page-toolbar * {
    box-sizing: content-box; }
  body.bf-edit .bl-ui.bl-section-bar {
    z-index: 100;
    text-align: left; }
    body.bf-edit .bl-ui.bl-section-bar a {
      color: #fff; }
    body.bf-edit .bl-ui.bl-section-bar div.bl-section-options {
      position: relative; }
      body.bf-edit .bl-ui.bl-section-bar div.bl-section-options ul {
        font-size: 12px;
        margin: 0; }
      body.bf-edit .bl-ui.bl-section-bar div.bl-section-options li {
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        float: none;
        width: auto;
        background-image: none;
        list-style: none;
        margin-bottom: 0;
        padding: 3px 5px;
        font-size: 12px;
        line-height: 20px; }
        body.bf-edit .bl-ui.bl-section-bar div.bl-section-options li a {
          -webkit-font-smoothing: subpixel-antialiased;
          -moz-osx-font-smoothing: auto;
          font-size: inherit;
          color: #fff; }
  body.bf-edit .bl-ui.bl-section-add {
    position: relative;
    z-index: 11;
    color: #666;
    text-align: left; }
  body.bf-edit .bl-ui .bl-msg {
    padding: 10px 10px 10px 60px; }
    body.bf-edit .bl-ui .bl-msg.error {
      background-image: url("/images/layout/bluefox-ui/bl_msg_error.png");
      background-repeat: no-repeat;
      background-color: #fc575e; }
      body.bf-edit .bl-ui .bl-msg.error::before {
        display: none; }
    body.bf-edit .bl-ui .bl-msg.success::before {
      display: none; }
  body.bf-edit .bl-ui .bl-loader-close {
    top: -24px; }
  body.bf-edit .bl-ui #bl-gallery-images ul li {
    clear: none; }
  body.bf-edit .bl-ui #bl-slideshow-images ul li {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    color: #fff; }
  body.bf-edit .bl-ui ul.bl-layout-list {
    display: flex; }
    body.bf-edit .bl-ui ul.bl-layout-list li {
      height: auto;
      list-style: none; }

body.bf-edit .bl-widget-tool label,
body.bf-edit .bl-widget-tool input {
  box-shadow: none; }

body.bf-edit .bl-widget-tool select {
  height: auto; }

body.bf-edit .bl-widget-tool form input[type="text"]:focus,
body.bf-edit .bl-widget-tool form input[type="email"]:focus,
body.bf-edit .bl-widget-tool form input[type="password"]:focus {
  color: #2a3333; }

body.bf-edit .bl-widget-tool #bl-carousel-image-library {
  height: 100%;
  overflow: scroll !important; }
  body.bf-edit .bl-widget-tool #bl-carousel-image-library .bl-lib-img-list {
    height: auto; }

body.bf-edit .bl-widget-tool #bl-accom-gallery-list ul li {
  clear: none; }

body.bf-edit .bl-button,
body.bf-edit input.bl-form input[type="submit"],
body.bf-edit .bl-form input[type="button"],
body.bf-edit input#bl-lib-addsel {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .2em;
  outline: none;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  background-color: #d64937;
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none; }

body.bf-edit .bl-loader {
  overflow: visible !important; }
  body.bf-edit .bl-loader.bl-widget-toolbar {
    overflow: scroll !important; }

body.bf-edit table.cke_dialog {
  width: auto; }

#footer a.icon span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#footer .skiptranslate select, .bf-site form select, body .bf-accom-search-widget select, form .select2-container .select2-selection {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("/images/ui/fontawesome/angle-down2x.png") 100% 50% no-repeat;
  background-size: calc(1.75 * 1.5 * 16px);
  line-height: 21px;
  padding: 11px calc(1.75 * 0.5 * 16px);
  border-radius: calc(1.75 * 0.75 * 16px);
  border-style: none;
  float: left;
  clear: none;
  height: calc(1.75 * 1.5 * 16px);
  font-size: 16px;
  color: #212221; }

.bf-site form input[type="text"],
.bf-site form input[type="email"],
.bf-site form textarea, body .bf-accom-search-widget input[type="text"] {
  box-sizing: border-box;
  line-height: 21px;
  padding: 11px calc(1.75 * 0.5 * 16px);
  border-radius: calc(1.75 * 0.75 * 16px);
  border-style: none;
  float: left;
  clear: none;
  height: calc(1.75 * 1.5 * 16px);
  font-size: 16px;
  color: #212221; }
  .bf-site form input[type="text"]::-webkit-input-placeholder,
  .bf-site form input[type="email"]::-webkit-input-placeholder,
  .bf-site form textarea::-webkit-input-placeholder, body .bf-accom-search-widget input[type="text"]::-webkit-input-placeholder {
    color: #212221; }
  .bf-site form input[type="text"]::-moz-placeholder,
  .bf-site form input[type="email"]::-moz-placeholder,
  .bf-site form textarea::-moz-placeholder, body .bf-accom-search-widget input[type="text"]::-moz-placeholder {
    color: #212221; }
  .bf-site form input[type="text"]:-ms-input-placeholder,
  .bf-site form input[type="email"]:-ms-input-placeholder,
  .bf-site form textarea:-ms-input-placeholder, body .bf-accom-search-widget input[type="text"]:-ms-input-placeholder {
    color: #212221; }
  .bf-site form input[type="text"]::-ms-input-placeholder,
  .bf-site form input[type="email"]::-ms-input-placeholder,
  .bf-site form textarea::-ms-input-placeholder, body .bf-accom-search-widget input[type="text"]::-ms-input-placeholder {
    color: #212221; }
  .bf-site form input[type="text"]::placeholder,
  .bf-site form input[type="email"]::placeholder,
  .bf-site form textarea::placeholder, body .bf-accom-search-widget input[type="text"]::placeholder {
    color: #212221; }
  .bf-site form input.hasDatepicker[type="text"],
  .bf-site form input.hasDatepicker[type="email"],
  .bf-site form textarea.hasDatepicker, body .bf-accom-search-widget input.hasDatepicker[type="text"] {
    background: #fff url("/images/ui/fontawesome/angle-down2x.png") 100% 50% no-repeat;
    background-size: calc(1.75 * 1.5 * 16px); }

body .bf-accom-search-widget input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(1.75 * 1.25 * 16px);
  height: calc(1.75 * 1.25 * 16px);
  background: #e5e5e5;
  border-radius: calc(1.75 * 0.75 * 16px);
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  margin: 0;
  border-style: none; }

body .bf-accom-search-widget input:checked[type="checkbox"] {
  background: #e53c2e;
  line-height: 35px; }
  body .bf-accom-search-widget input[type="checkbox"]:checked:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: normal;
    content: "";
    vertical-align: middle;
    color: #fff;
    margin-right: 10px; }
  body .bf-accom-search-widget input[type="checkbox"]:checked::before {
    font-family: "Font Awesome 5 Pro", sans-serif; }
  body .wrapper.meribel_chalets_apartments .bf-accom-search-widget input:checked[type="checkbox"], body .bf-accom-search-widget .wrapper.meribel_chalets_apartments input:checked[type="checkbox"] {
    background: #ff661b; }
  body .wrapper.val_thorens_chalets_apartments .bf-accom-search-widget input:checked[type="checkbox"], body .bf-accom-search-widget .wrapper.val_thorens_chalets_apartments input:checked[type="checkbox"] {
    background: #f9b500; }
  body .bf-accom-search-widget input[type="checkbox"]:checked::before {
    margin: 0; }

ul {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: calc(1.75 * 1 * 16px);
  padding-left: calc(1.75 * 0.75 * 16px);
  line-height: 28px; }
  ul li {
    list-style-type: disc; }
    ul li li {
      list-style-type: circle; }
      ul li li li {
        list-style-type: disc; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  background: #fff;
  color: #212221; }

#bl-shortlist-msg,
.bf-form-error {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(1.75 * 0.75 * 16px);
  background: #e53c2e;
  color: #fff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 1px rgba(50, 50, 50, 0.3);
  position: fixed;
  padding: 10px calc(1.75 * 0.75 * 16px);
  margin: 0 auto;
  width: 300px;
  margin-left: -150px; }
  .wrapper.meribel_chalets_apartments + #bl-shortlist-msg,
  .wrapper.meribel_chalets_apartments + .bf-form-error {
    background: #ff661b; }
  .wrapper.val_thorens_chalets_apartments + #bl-shortlist-msg,
  .wrapper.val_thorens_chalets_apartments + .bf-form-error {
    background: #f9b500; }
  #bl-shortlist-msg a,
  .bf-form-error a {
    color: inherit;
    border-bottom: 1px solid #fff; }

.bf-form-error {
  border-radius: 0;
  font-size: 16px;
  line-height: 28px;
  position: static;
  width: 100%;
  margin-left: 0;
  padding: calc(1.75 * 0.75 * 16px) calc(1.75 * 1.5 * 16px); }
  .wrapper.meribel_chalets_apartments .bf-form-error {
    background: #ff661b; }
  .wrapper.val_thorens_chalets_apartments .bf-form-error {
    background: #f9b500; }

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.content {
  width: 100%;
  float: left;
  clear: both;
  color: #212221;
  margin-bottom: calc(1.75 * 3 * 16px); }
  .content .inner-wrapper,
  .content .bf-error {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 calc(1.75 * 0.75 * 16px);
    clear: both;
    box-sizing: content-box; }
    @media (max-width: 1023px) {
      .content .inner-wrapper,
      .content .bf-error {
        padding: 0 calc(1.75 * 1.25 * 16px); } }
  .content .row {
    float: left;
    clear: both;
    width: 100%; }
    .content .row .section {
      margin-bottom: calc(1.75 * 2 * 16px); }
  .content .bf-basic-content {
    clear: both; }
  .content .side_bar {
    float: left;
    clear: both;
    width: 100%;
    background: #fff; }
  .content .sidebar {
    box-sizing: border-box;
    float: left;
    clear: right;
    width: 32%; }
    .content .sidebar .section {
      margin-bottom: calc(1.75 * 2 * 16px);
      float: left;
      clear: both;
      width: 100%; }
    .content .sidebar .bf-accom-search-widget select,
    .content .sidebar .bf-accom-search-widget input[type="text"] {
      width: 100%;
      margin-bottom: calc(1.75 * 0.5 * 16px); }
    .content .sidebar .bf-accom-search-widget input[type="submit"] {
      width: auto;
      float: right; }
    .content .sidebar .bf-accom-search-widget .bf-title {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 35px;
      font-weight: 700;
      margin-bottom: calc(1.75 * 1 * 16px);
      display: block;
      width: 100%;
      text-align: center; }
    .content .sidebar .bf-gallery.thumblist ul li {
      width: 47.5% !important;
      margin-right: 5%;
      margin-bottom: 5%;
      float: left;
      clear: none; }
      @media (max-width: 1023px) {
        .content .sidebar .bf-gallery.thumblist ul li {
          width: 28% !important;
          margin-right: 8%;
          margin-left: 0;
          margin-bottom: 2%; }
          .content .sidebar .bf-gallery.thumblist ul li:nth-child(3n) {
            margin-right: 0; } }
      @media (min-width: 1024px) {
        .content .sidebar .bf-gallery.thumblist ul li:nth-child(even) {
          margin-right: 0; } }
  .content table {
    min-width: 100%; }
    .content table th,
    .content table .bf-monthcol {
      margin-bottom: 0;
      padding: 10px;
      background: #F1F1F1;
      font-size: 16px;
      font-weight: 700;
      color: #212221;
      line-height: calc(1.75 * 0.5 * 16px);
      border: 1px solid #E1E1E1;
      text-align: center;
      vertical-align: middle; }
    .content table .bf-datecol {
      font-size: 28px;
      font-weight: 400;
      color: #212221;
      border: 1px solid #E1E1E1;
      text-align: center;
      padding: calc(1.75 * 0.5 * 16px); }
    .content table td,
    .content table .bf-pricecol {
      padding: 10px 5px;
      line-height: 12px;
      font-size: 12px;
      font-weight: 700;
      color: #212221;
      text-align: center;
      border: 1px solid #E1E1E1;
      vertical-align: top; }
      .content table td.poa,
      .content table .bf-pricecol.poa {
        color: #86a80c; }
        body .wrapper.meribel_chalets_apartments .content table td.poa a, body .wrapper.meribel_chalets_apartments
        .content table .bf-pricecol.poa a {
          color: #86a80c; }
        body .wrapper.val_thorens_chalets_apartments .content table td.poa, body .wrapper.val_thorens_chalets_apartments
        .content table .bf-pricecol.poa {
          color: #86a80c; }
      .content table td.booked,
      .content table .bf-pricecol.booked {
        color: #7e7e7e; }
        body .wrapper.meribel_chalets_apartments .content table td.booked, body .wrapper.meribel_chalets_apartments
        .content table .bf-pricecol.booked {
          color: #7e7e7e; }
        body .wrapper.val_thorens_chalets_apartments .content table td.booked, body .wrapper.val_thorens_chalets_apartments
        .content table .bf-pricecol.booked {
          color: #7e7e7e; }
      .content table td a,
      .content table .bf-pricecol a {
        color: inherit; }
        body .wrapper.meribel_chalets_apartments .content table td a, body .wrapper.meribel_chalets_apartments
        .content table .bf-pricecol a {
          color: #212221; }
        body .wrapper.val_thorens_chalets_apartments .content table td a, body .wrapper.val_thorens_chalets_apartments
        .content table .bf-pricecol a {
          color: #212221; }
      .content table td span,
      .content table .bf-pricecol span {
        float: left;
        clear: both;
        width: 100%;
        text-align: center; }
        .content table td span span,
        .content table .bf-pricecol span span {
          display: none; }
        .content table td span.now,
        .content table .bf-pricecol span.now {
          color: #e53c2e;
          margin-top: 5px; }
          body .wrapper.meribel_chalets_apartments .content table td span.now, body .wrapper.meribel_chalets_apartments
          .content table .bf-pricecol span.now {
            color: #ff661b; }
            body .wrapper.meribel_chalets_apartments .content table td span.now a, body .wrapper.meribel_chalets_apartments
            .content table .bf-pricecol span.now a {
              color: #ff661b; }
          body .wrapper.val_thorens_chalets_apartments .content table td span.now, body .wrapper.val_thorens_chalets_apartments
          .content table .bf-pricecol span.now {
            color: #f9b500; }
            body .wrapper.val_thorens_chalets_apartments .content table td span.now a, body .wrapper.val_thorens_chalets_apartments
            .content table .bf-pricecol span.now a {
              color: #f9b500; }
    .content table th,
    .content table td {
      text-align: left; }
    .content table td {
      padding: calc(1.75 * 0.5 * 16px); }
  .content .main {
    box-sizing: border-box;
    float: left;
    clear: right; }
    @media (min-width: 1024px) {
      .content .main {
        width: 68%;
        padding-right: 60px; } }
    .content .main .section {
      margin-bottom: calc(1.75 * 1 * 16px);
      float: left;
      clear: both;
      width: 100%; }
  .content .bf-img {
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important; }
    .content .bf-img.right {
      margin: 0 0 calc(1.75 * 0.75 * 16px) calc(1.75 * 0.75 * 16px); }
    .content .bf-img.left {
      margin: 0 calc(1.75 * 0.75 * 16px) calc(1.75 * 0.75 * 16px) 0; }
    .content .bf-img.left, .content .bf-img.right {
      width: 50% !important;
      max-width: 50% !important; }
    .content .bf-img figure {
      position: relative; }
      .content .bf-img figure img {
        max-width: 100%;
        width: auto;
        height: auto !important;
        display: block; }
      .content .bf-img figure figcaption {
        position: absolute;
        background: rgba(50, 50, 50, 0.6);
        bottom: 0;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        padding: 10px calc(1.75 * 0.75 * 16px); }
  .content a.floorplans,
  .content a.location,
  .content a.details,
  .content a.shortlist,
  .content a.bf-result-rem-shortlist,
  .content div.shortlist a,
  .content a.bf-accom-sendtoafriend {
    float: left;
    clear: none;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #212221;
    margin: 0 calc(1.75 * 0.75 * 16px) 0 0;
    padding: calc(1.75 * 0.5 * 16px) 0 calc(1.75 * 0.5 * 16px) calc(1.75 * 1 * 16px); }
    @media (max-width: 480px) {
      .content a.floorplans,
      .content a.location,
      .content a.details,
      .content a.shortlist,
      .content a.bf-result-rem-shortlist,
      .content div.shortlist a,
      .content a.bf-accom-sendtoafriend {
        margin: 0 0 calc(1.75 * 0.25 * 16px);
        padding: calc(1.75 * 0.5 * 16px) 0 calc(1.75 * 0.25 * 16px) calc(1.75 * 1 * 16px); } }
    body.bf-site .wrapper.meribel_chalets_apartments .content a.floorplans, body.bf-site .wrapper.meribel_chalets_apartments
    .content a.location, body.bf-site .wrapper.meribel_chalets_apartments
    .content a.details, body.bf-site .wrapper.meribel_chalets_apartments
    .content a.shortlist, body.bf-site .wrapper.meribel_chalets_apartments
    .content a.bf-result-rem-shortlist, body.bf-site .wrapper.meribel_chalets_apartments
    .content div.shortlist a, body.bf-site .wrapper.meribel_chalets_apartments
    .content a.bf-accom-sendtoafriend {
      color: #212221; }
    body.bf-site .wrapper.val_thorens_chalets_apartments .content a.floorplans, body.bf-site .wrapper.val_thorens_chalets_apartments
    .content a.location, body.bf-site .wrapper.val_thorens_chalets_apartments
    .content a.details, body.bf-site .wrapper.val_thorens_chalets_apartments
    .content a.shortlist, body.bf-site .wrapper.val_thorens_chalets_apartments
    .content a.bf-result-rem-shortlist, body.bf-site .wrapper.val_thorens_chalets_apartments
    .content div.shortlist a, body.bf-site .wrapper.val_thorens_chalets_apartments
    .content a.bf-accom-sendtoafriend {
      color: #212221; }
    .content a.floorplans.floorplans::before,
    .content a.location.floorplans::before,
    .content a.details.floorplans::before,
    .content a.shortlist.floorplans::before,
    .content a.bf-result-rem-shortlist.floorplans::before,
    .content div.shortlist a.floorplans::before,
    .content a.bf-accom-sendtoafriend.floorplans::before {
      content: "";
      background-image: url("/images/floorplan-icon.svg");
      background-size: 100%;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 16px;
      left: 0;
      margin-right: 10px; }
    .content a.floorplans.floorplans img,
    .content a.location.floorplans img,
    .content a.details.floorplans img,
    .content a.shortlist.floorplans img,
    .content a.bf-result-rem-shortlist.floorplans img,
    .content div.shortlist a.floorplans img,
    .content a.bf-accom-sendtoafriend.floorplans img {
      display: none; }
    body .wrapper.meribel_chalets_apartments .content a.floorplans.floorplans::before, body .wrapper.meribel_chalets_apartments
    .content a.location.floorplans::before, body .wrapper.meribel_chalets_apartments
    .content a.details.floorplans::before, body .wrapper.meribel_chalets_apartments
    .content a.shortlist.floorplans::before, body .wrapper.meribel_chalets_apartments
    .content a.bf-result-rem-shortlist.floorplans::before, body .wrapper.meribel_chalets_apartments
    .content div.shortlist a.floorplans::before, body .wrapper.meribel_chalets_apartments
    .content a.bf-accom-sendtoafriend.floorplans::before {
      content: "";
      background-image: url("/images/floorplan-icon-meribel.svg");
      background-size: 100%;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 16px;
      left: 0;
      margin-right: 10px; }
    body .wrapper.meribel_chalets_apartments .content a.floorplans.floorplans img, body .wrapper.meribel_chalets_apartments
    .content a.location.floorplans img, body .wrapper.meribel_chalets_apartments
    .content a.details.floorplans img, body .wrapper.meribel_chalets_apartments
    .content a.shortlist.floorplans img, body .wrapper.meribel_chalets_apartments
    .content a.bf-result-rem-shortlist.floorplans img, body .wrapper.meribel_chalets_apartments
    .content div.shortlist a.floorplans img, body .wrapper.meribel_chalets_apartments
    .content a.bf-accom-sendtoafriend.floorplans img {
      display: none; }
    body .wrapper.val_thorens_chalets_apartments .content a.floorplans.floorplans::before, body .wrapper.val_thorens_chalets_apartments
    .content a.location.floorplans::before, body .wrapper.val_thorens_chalets_apartments
    .content a.details.floorplans::before, body .wrapper.val_thorens_chalets_apartments
    .content a.shortlist.floorplans::before, body .wrapper.val_thorens_chalets_apartments
    .content a.bf-result-rem-shortlist.floorplans::before, body .wrapper.val_thorens_chalets_apartments
    .content div.shortlist a.floorplans::before, body .wrapper.val_thorens_chalets_apartments
    .content a.bf-accom-sendtoafriend.floorplans::before {
      content: "";
      background-image: url("/images/floorplan-icon-val-thorens.svg");
      background-size: 100%;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 16px;
      left: 0;
      margin-right: 10px; }
    body .wrapper.val_thorens_chalets_apartments .content a.floorplans.floorplans img, body .wrapper.val_thorens_chalets_apartments
    .content a.location.floorplans img, body .wrapper.val_thorens_chalets_apartments
    .content a.details.floorplans img, body .wrapper.val_thorens_chalets_apartments
    .content a.shortlist.floorplans img, body .wrapper.val_thorens_chalets_apartments
    .content a.bf-result-rem-shortlist.floorplans img, body .wrapper.val_thorens_chalets_apartments
    .content div.shortlist a.floorplans img, body .wrapper.val_thorens_chalets_apartments
    .content a.bf-accom-sendtoafriend.floorplans img {
      display: none; }
    .content a.floorplans.location:before,
    .content a.location.location:before,
    .content a.details.location:before,
    .content a.shortlist.location:before,
    .content a.bf-result-rem-shortlist.location:before,
    .content div.shortlist a.location:before,
    .content a.bf-accom-sendtoafriend.location:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      margin-right: 10px; }
    .content a.floorplans.location::before,
    .content a.location.location::before,
    .content a.details.location::before,
    .content a.shortlist.location::before,
    .content a.bf-result-rem-shortlist.location::before,
    .content div.shortlist a.location::before,
    .content a.bf-accom-sendtoafriend.location::before {
      font-family: "Font Awesome 5 Pro", sans-serif;
      font-weight: 900; }
    .content a.floorplans.details:before,
    .content a.location.details:before,
    .content a.details.details:before,
    .content a.shortlist.details:before,
    .content a.bf-result-rem-shortlist.details:before,
    .content div.shortlist a.details:before,
    .content a.bf-accom-sendtoafriend.details:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      margin-right: 10px; }
    .content a.floorplans.details::before,
    .content a.location.details::before,
    .content a.details.details::before,
    .content a.shortlist.details::before,
    .content a.bf-result-rem-shortlist.details::before,
    .content div.shortlist a.details::before,
    .content a.bf-accom-sendtoafriend.details::before {
      font-family: "Font Awesome 5 Pro", sans-serif;
      font-weight: 900; }
    .content a.floorplans.shortlist:before, .content a.floorplans.bf-result-shortlist:before,
    .content a.location.shortlist:before,
    .content a.location.bf-result-shortlist:before,
    .content a.details.shortlist:before,
    .content a.details.bf-result-shortlist:before,
    .content a.shortlist.shortlist:before,
    .content a.shortlist.bf-result-shortlist:before,
    .content a.bf-result-rem-shortlist.shortlist:before,
    .content a.bf-result-rem-shortlist.bf-result-shortlist:before,
    .content div.shortlist a.shortlist:before,
    .content div.shortlist a.bf-result-shortlist:before,
    .content a.bf-accom-sendtoafriend.shortlist:before,
    .content a.bf-accom-sendtoafriend.bf-result-shortlist:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      margin-right: 10px; }
    .content a.floorplans.shortlist::before, .content a.floorplans.bf-result-shortlist::before,
    .content a.location.shortlist::before,
    .content a.location.bf-result-shortlist::before,
    .content a.details.shortlist::before,
    .content a.details.bf-result-shortlist::before,
    .content a.shortlist.shortlist::before,
    .content a.shortlist.bf-result-shortlist::before,
    .content a.bf-result-rem-shortlist.shortlist::before,
    .content a.bf-result-rem-shortlist.bf-result-shortlist::before,
    .content div.shortlist a.shortlist::before,
    .content div.shortlist a.bf-result-shortlist::before,
    .content a.bf-accom-sendtoafriend.shortlist::before,
    .content a.bf-accom-sendtoafriend.bf-result-shortlist::before {
      font-family: "Font Awesome 5 Pro", sans-serif; }
    .content a.floorplans.bf-result-rem-shortlist:before,
    .content a.location.bf-result-rem-shortlist:before,
    .content a.details.bf-result-rem-shortlist:before,
    .content a.shortlist.bf-result-rem-shortlist:before,
    .content a.bf-result-rem-shortlist.bf-result-rem-shortlist:before,
    .content div.shortlist a.bf-result-rem-shortlist:before,
    .content a.bf-accom-sendtoafriend.bf-result-rem-shortlist:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      margin-right: 10px; }
    .content a.floorplans.bf-result-rem-shortlist::before,
    .content a.location.bf-result-rem-shortlist::before,
    .content a.details.bf-result-rem-shortlist::before,
    .content a.shortlist.bf-result-rem-shortlist::before,
    .content a.bf-result-rem-shortlist.bf-result-rem-shortlist::before,
    .content div.shortlist a.bf-result-rem-shortlist::before,
    .content a.bf-accom-sendtoafriend.bf-result-rem-shortlist::before {
      font-family: "Font Awesome 5 Pro", sans-serif;
      font-weight: 900; }
    .content a.floorplans.bf-accom-sendtoafriend:before,
    .content a.location.bf-accom-sendtoafriend:before,
    .content a.details.bf-accom-sendtoafriend:before,
    .content a.shortlist.bf-accom-sendtoafriend:before,
    .content a.bf-result-rem-shortlist.bf-accom-sendtoafriend:before,
    .content div.shortlist a.bf-accom-sendtoafriend:before,
    .content a.bf-accom-sendtoafriend.bf-accom-sendtoafriend:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-weight: normal;
      content: "";
      vertical-align: middle;
      margin-right: 10px; }
    .content a.floorplans.bf-accom-sendtoafriend::before,
    .content a.location.bf-accom-sendtoafriend::before,
    .content a.details.bf-accom-sendtoafriend::before,
    .content a.shortlist.bf-accom-sendtoafriend::before,
    .content a.bf-result-rem-shortlist.bf-accom-sendtoafriend::before,
    .content div.shortlist a.bf-accom-sendtoafriend::before,
    .content a.bf-accom-sendtoafriend.bf-accom-sendtoafriend::before {
      font-family: "Font Awesome 5 Pro", sans-serif;
      font-weight: 900; }
    .content a.floorplans::before,
    .content a.location::before,
    .content a.details::before,
    .content a.shortlist::before,
    .content a.bf-result-rem-shortlist::before,
    .content div.shortlist a::before,
    .content a.bf-accom-sendtoafriend::before {
      color: #e53c2e;
      font-size: 23px;
      line-height: 28px;
      position: absolute;
      left: 0;
      width: calc(1.75 * 0.75 * 16px);
      text-align: center; }
      body .wrapper.meribel_chalets_apartments .content a.floorplans::before, body .wrapper.meribel_chalets_apartments
      .content a.location::before, body .wrapper.meribel_chalets_apartments
      .content a.details::before, body .wrapper.meribel_chalets_apartments
      .content a.shortlist::before, body .wrapper.meribel_chalets_apartments
      .content a.bf-result-rem-shortlist::before, body .wrapper.meribel_chalets_apartments
      .content div.shortlist a::before, body .wrapper.meribel_chalets_apartments
      .content a.bf-accom-sendtoafriend::before {
        color: #ff661b; }
      body .wrapper.val_thorens_chalets_apartments .content a.floorplans::before, body .wrapper.val_thorens_chalets_apartments
      .content a.location::before, body .wrapper.val_thorens_chalets_apartments
      .content a.details::before, body .wrapper.val_thorens_chalets_apartments
      .content a.shortlist::before, body .wrapper.val_thorens_chalets_apartments
      .content a.bf-result-rem-shortlist::before, body .wrapper.val_thorens_chalets_apartments
      .content div.shortlist a::before, body .wrapper.val_thorens_chalets_apartments
      .content a.bf-accom-sendtoafriend::before {
        color: #f9b500; }
    .content a.floorplans img,
    .content a.location img,
    .content a.details img,
    .content a.shortlist img,
    .content a.bf-result-rem-shortlist img,
    .content div.shortlist a img,
    .content a.bf-accom-sendtoafriend img {
      position: absolute;
      width: calc(1.75 * 0.75 * 16px);
      top: 16px;
      left: 0;
      margin-right: 10px; }
  .content a.matterport {
    padding-right: 0;
    padding-left: 0;
    font-weight: 700;
    line-height: 28px; }

div.menu.mm-menu .mm-list > li > a.mm-subclose {
  background: #fff;
  color: #212221; }

div.menu.mm-menu .mm-list > li.mm-selected > a {
  background: none; }

div.mm-menu {
  overflow-x: hidden;
  overflow-y: visible !important; }
  div.mm-menu > .mm-panel {
    padding: calc(1.75 * 0.75 * 16px); }
  div.mm-menu::after {
    display: block;
    content: "";
    width: 200%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    left: 100%;
    z-index: 10000; }
  div.mm-menu .mm-list.mm-panel {
    clear: both;
    padding: calc(1.75 * 0.5 * 16px) calc(1.75 * 0.75 * 16px);
    overflow-y: hidden; }

body .mm-menu.mm-ismenu {
  background: #fff;
  text-align: left; }
  @media (min-width: 1024px) {
    body .mm-menu.mm-ismenu {
      display: none; } }
  body .mm-menu.mm-ismenu .mm-list {
    display: block;
    padding: calc(1.75 * 0.75 * 16px); }
    body .mm-menu.mm-ismenu .mm-list.bl-menu-ul1 {
      padding-right: 0;
      padding-left: 0; }
    body .mm-menu.mm-ismenu .mm-list > li > span {
      display: none; }
    body .mm-menu.mm-ismenu .mm-list > li.mm-subtitle a.mm-subclose {
      margin: 0;
      padding: calc(1.75 * 0.5 * 16px) 0 calc(1.75 * 0.75 * 16px);
      text-indent: 0; }
      body .mm-menu.mm-ismenu .mm-list > li.mm-subtitle a.mm-subclose:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        font-weight: normal;
        content: "";
        vertical-align: middle;
        color: #ccc;
        margin-right: 10px; }
      body .mm-menu.mm-ismenu .mm-list > li.mm-subtitle a.mm-subclose::before {
        font-family: "Font Awesome 5 Pro", sans-serif; }
      body .mm-menu.mm-ismenu .mm-list > li.mm-subtitle a.mm-subclose::before {
        position: static;
        display: inline;
        margin: 0;
        transform: rotate(0);
        margin: 0 10px 0 0;
        border: 0; }
    body .mm-menu.mm-ismenu .mm-list a.mm-subopen {
      line-height: 21px; }
      body .mm-menu.mm-ismenu .mm-list a.mm-subopen:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        font-weight: normal;
        content: "";
        vertical-align: middle;
        color: #ccc;
        margin-left: 10px; }
      body .mm-menu.mm-ismenu .mm-list a.mm-subopen::after {
        font-family: "Font Awesome 5 Pro", sans-serif; }
      body .mm-menu.mm-ismenu .mm-list a.mm-subopen::after {
        transform: rotate(0deg);
        margin-bottom: 0; }
      body .mm-menu.mm-ismenu .mm-list a.mm-subopen::before {
        display: none !important; }
  body .mm-menu.mm-ismenu .close {
    position: relative;
    display: block;
    clear: both;
    height: calc(1.75 * 1 * 16px);
    width: calc(1.75 * 1 * 16px);
    margin-top: calc(1.75 * 0.5 * 16px);
    font-size: 28px;
    cursor: pointer; }
  body .mm-menu.mm-ismenu .enquire {
    border-top: 1px solid #ccc;
    padding-top: calc(1.75 * 0.75 * 16px); }
  body .mm-menu.mm-ismenu .shortlist {
    padding-bottom: calc(1.75 * 0.75 * 16px); }
  body .mm-menu.mm-ismenu .enquire a,
  body .mm-menu.mm-ismenu .shortlist a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #212221;
    display: block;
    padding: calc(1.75 * 0.5 * 16px) 0;
    margin: 0; }
  body .mm-menu.mm-ismenu li {
    float: none;
    border: 0;
    border-style: none; }
    body .mm-menu.mm-ismenu li::after {
      display: none !important; }
    body .mm-menu.mm-ismenu li a {
      font-size: 16px;
      color: #212221;
      font-weight: 600;
      line-height: 28px;
      padding: calc(1.75 * 0.5 * 16px) 0; }
    body .mm-menu.mm-ismenu li:hover > a,
    body .mm-menu.mm-ismenu li.active > a {
      color: #e53c2e;
      text-decoration: none; }
      body .mm-menu.mm-ismenu.meribel_chalets_apartments li:hover > a,
      body .mm-menu.mm-ismenu.meribel_chalets_apartments li.active > a {
        color: #ff661b; }
      body .mm-menu.mm-ismenu.val_thorens_chalets_apartments li:hover > a,
      body .mm-menu.mm-ismenu.val_thorens_chalets_apartments li.active > a {
        color: #f9b500; }
    body .mm-menu.mm-ismenu li > li {
      font-size: 16px;
      line-height: 28px; }

@media (max-width: 1023px) {
  .rslides_nav {
    height: 50px;
    line-height: 50px; }
    .rslides_nav::after {
      height: 50px;
      line-height: 50px; }
  #header .navigation-mobile {
    display: block; }
  #header .navigation {
    position: absolute;
    top: calc(1.75 * 0.75 * 16px);
    right: calc(1.75 * 1 * 16px); }
    #header .navigation .menu,
    #header .navigation .branding__tel,
    #header .navigation .buttons .enquire {
      display: none; }
  .bf-accom-results .bf-results ul,
  .bf-accom-shortlist.fullview .list-nav ul {
    padding-left: 0; }
    .bf-accom-results .bf-results ul > li,
    .bf-accom-shortlist.fullview .list-nav ul > li {
      width: 49.5%;
      clear: none;
      margin-right: 1%;
      list-style-type: none; }
      .bf-accom-results .bf-results ul > li:nth-child(2n+2),
      .bf-accom-shortlist.fullview .list-nav ul > li:nth-child(2n+2) {
        margin-right: 0; }
    .bf-accom-results .bf-results ul .bf-result-thumb,
    .bf-accom-results .bf-results ul .accom-img,
    .bf-accom-shortlist.fullview .list-nav ul .bf-result-thumb,
    .bf-accom-shortlist.fullview .list-nav ul .accom-img {
      position: relative;
      width: 100%; }
      .bf-accom-results .bf-results ul .bf-result-thumb img,
      .bf-accom-results .bf-results ul .accom-img img,
      .bf-accom-shortlist.fullview .list-nav ul .bf-result-thumb img,
      .bf-accom-shortlist.fullview .list-nav ul .accom-img img {
        width: 100%; }
    .bf-accom-results .bf-results ul .bf-result-detail,
    .bf-accom-results .bf-results ul .accom-detail,
    .bf-accom-shortlist.fullview .list-nav ul .bf-result-detail,
    .bf-accom-shortlist.fullview .list-nav ul .accom-detail {
      padding: calc(1.75 * 1 * 16px); }
      .bf-accom-results .bf-results ul .bf-result-detail .bf-result-type,
      .bf-accom-results .bf-results ul .accom-detail .bf-result-type,
      .bf-accom-shortlist.fullview .list-nav ul .bf-result-detail .bf-result-type,
      .bf-accom-shortlist.fullview .list-nav ul .accom-detail .bf-result-type {
        top: auto;
        margin-top: -70px; }
      .bf-accom-results .bf-results ul .bf-result-detail .bf-result-accom-details,
      .bf-accom-results .bf-results ul .accom-detail .bf-result-accom-details,
      .bf-accom-shortlist.fullview .list-nav ul .bf-result-detail .bf-result-accom-details,
      .bf-accom-shortlist.fullview .list-nav ul .accom-detail .bf-result-accom-details {
        width: 100%;
        margin-bottom: 28px; }
        .bf-accom-results .bf-results ul .bf-result-detail .bf-result-accom-details > div,
        .bf-accom-results .bf-results ul .accom-detail .bf-result-accom-details > div,
        .bf-accom-shortlist.fullview .list-nav ul .bf-result-detail .bf-result-accom-details > div,
        .bf-accom-shortlist.fullview .list-nav ul .accom-detail .bf-result-accom-details > div {
          width: 48%;
          margin-right: 4%;
          padding-right: 0;
          border-right: 0;
          clear: left;
          text-align: right; }
          .bf-accom-results .bf-results ul .bf-result-detail .bf-result-accom-details > div:nth-child(2n+2),
          .bf-accom-results .bf-results ul .accom-detail .bf-result-accom-details > div:nth-child(2n+2),
          .bf-accom-shortlist.fullview .list-nav ul .bf-result-detail .bf-result-accom-details > div:nth-child(2n+2),
          .bf-accom-shortlist.fullview .list-nav ul .accom-detail .bf-result-accom-details > div:nth-child(2n+2) {
            margin-right: 0 !important;
            clear: right; }
          .bf-accom-results .bf-results ul .bf-result-detail .bf-result-accom-details > div span,
          .bf-accom-results .bf-results ul .accom-detail .bf-result-accom-details > div span,
          .bf-accom-shortlist.fullview .list-nav ul .bf-result-detail .bf-result-accom-details > div span,
          .bf-accom-shortlist.fullview .list-nav ul .accom-detail .bf-result-accom-details > div span {
            float: left; }
      .bf-accom-results .bf-results ul .bf-result-detail .bf-result-quicklinks,
      .bf-accom-results .bf-results ul .accom-detail .bf-result-quicklinks,
      .bf-accom-shortlist.fullview .list-nav ul .bf-result-detail .bf-result-quicklinks,
      .bf-accom-shortlist.fullview .list-nav ul .accom-detail .bf-result-quicklinks {
        width: 100%; }
        .bf-accom-results .bf-results ul .bf-result-detail .bf-result-quicklinks a,
        .bf-accom-results .bf-results ul .accom-detail .bf-result-quicklinks a,
        .bf-accom-shortlist.fullview .list-nav ul .bf-result-detail .bf-result-quicklinks a,
        .bf-accom-shortlist.fullview .list-nav ul .accom-detail .bf-result-quicklinks a {
          width: 48%;
          margin-right: 4% !important;
          margin-left: 0; }
          .bf-accom-results .bf-results ul .bf-result-detail .bf-result-quicklinks a:nth-child(2n+2),
          .bf-accom-results .bf-results ul .accom-detail .bf-result-quicklinks a:nth-child(2n+2),
          .bf-accom-shortlist.fullview .list-nav ul .bf-result-detail .bf-result-quicklinks a:nth-child(2n+2),
          .bf-accom-shortlist.fullview .list-nav ul .accom-detail .bf-result-quicklinks a:nth-child(2n+2) {
            margin-right: 0 !important; }
  .accom .inner-wrapper .row {
    margin-bottom: calc(1.75 * 1 * 16px); }
    .accom .inner-wrapper .row .main {
      padding: 0; }
      .accom .inner-wrapper .row .main .navigation.keepinsight-clone {
        display: block;
        top: 0; }
      .accom .inner-wrapper .row .main > .description {
        padding: 0; }
        .accom .inner-wrapper .row .main > .description > .description,
        .accom .inner-wrapper .row .main > .description > .offers {
          margin-bottom: calc(1.75 * 1 * 16px); }
      .accom .inner-wrapper .row .main .back a {
        margin-bottom: calc(1.75 * 2 * 16px); }
      .accom .inner-wrapper .row .main > .details {
        margin-bottom: calc(1.75 * 1 * 16px);
        float: left;
        clear: both;
        width: 100%;
        max-height: 400px;
        overflow: hidden; }
        .accom .inner-wrapper .row .main > .details.show {
          overflow: visible;
          max-height: none; }
          .accom .inner-wrapper .row .main > .details.show .bf-accom-details-show-all {
            display: none; }
          .accom .inner-wrapper .row .main > .details.show::after {
            display: none; }
        .accom .inner-wrapper .row .main > .details::after {
          background-image: linear-gradient(rgba(244, 244, 244, 0) 0%, #fff 75%);
          content: "";
          display: block;
          width: 100%;
          height: 100px;
          position: absolute;
          bottom: 0;
          left: 0; }
        .accom .inner-wrapper .row .main > .details .bf-accom-details-show-all {
          display: block;
          z-index: 1000;
          border: 0; }
        .accom .inner-wrapper .row .main > .details > div.location {
          width: 50%;
          float: left;
          clear: none; }
          .accom .inner-wrapper .row .main > .details > div.location label {
            width: 50%;
            float: left; }
          .accom .inner-wrapper .row .main > .details > div.location ul {
            float: left;
            clear: none;
            width: 50%;
            margin-left: 0; }
            .accom .inner-wrapper .row .main > .details > div.location ul li {
              width: 100%; }
        .accom .inner-wrapper .row .main > .details > div.related label,
        .accom .inner-wrapper .row .main > .details > div.attributes label {
          width: 100%; }
        .accom .inner-wrapper .row .main > .details > div.related ul,
        .accom .inner-wrapper .row .main > .details > div.attributes ul {
          margin-left: 0;
          clear: both;
          width: 100%;
          padding-left: calc(1.75 * 0.75 * 16px); }
          .accom .inner-wrapper .row .main > .details > div.related ul li,
          .accom .inner-wrapper .row .main > .details > div.attributes ul li {
            width: 50%; }
    .accom .inner-wrapper .row .sidebar .capacity,
    .accom .inner-wrapper .row .sidebar .bedrooms,
    .accom .inner-wrapper .row .sidebar .bathrooms,
    .accom .inner-wrapper .row .sidebar .size {
      width: 50%;
      float: left;
      clear: none;
      margin-right: 0;
      margin-bottom: calc(1.75 * 0.5 * 16px); }
    .accom .inner-wrapper .row .sidebar > div.keyattributes .attributegroup {
      width: 100%; }
    .accom .inner-wrapper .row .sidebar .video {
      width: 100%; }
      .accom .inner-wrapper .row .sidebar .video img {
        width: 100%; }
    .accom .inner-wrapper .row .sidebar .gallery {
      width: 100%; }
      .accom .inner-wrapper .row .sidebar .gallery .bf-gallery.simplebox ul li {
        width: 28% !important;
        margin-right: 8%;
        margin-left: 0;
        margin-bottom: 2%; }
        .accom .inner-wrapper .row .sidebar .gallery .bf-gallery.simplebox ul li:nth-child(3n) {
          margin-right: 0; }
  .content .sidebar,
  .content .main {
    width: 100%; }
  .content .sidebar .section {
    float: left;
    clear: none;
    width: 100%;
    margin-right: inherit 0; }
  .content .sidebar .bf-accom-search-widget select,
  .content .sidebar .bf-accom-search-widget input[type="text"] {
    width: 48%;
    margin-right: 4%;
    clear: none; }
  .content .sidebar .bf-accom-search-widget input#searchSubmit {
    width: 48%; }
  .content .sidebar .bf-accom-search-widget select:nth-of-type(2n+2),
  .content .sidebar .bf-accom-search-widget input[type="text"] {
    margin-right: 0; }
  .content .sidebar .bf-accom-search-widget .bf-title {
    background: none;
    color: #212221; }
  .content .row {
    padding: 0; }
  #footer {
    padding: 0 calc(1.75 * 0.75 * 16px) calc(1.75 * 1 * 16px); }
    #footer .inner-wrapper .copy {
      margin-top: calc(1.75 * 0.75 * 16px); }
    #footer .inner-wrapper .row.top {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
      #footer .inner-wrapper .row.top .fourcol {
        width: 100%;
        margin-right: 0;
        clear: both;
        margin-bottom: calc(1.75 * 1.5 * 16px); }
        #footer .inner-wrapper .row.top .fourcol .contact p {
          display: inline-block;
          width: 60px;
          text-indent: -9999px;
          overflow: hidden;
          clear: none;
          margin-right: 4px;
          position: relative;
          min-height: 80px; }
          #footer .inner-wrapper .row.top .fourcol .contact p:last-child {
            margin-right: 0; }
          #footer .inner-wrapper .row.top .fourcol .contact p::before {
            display: block;
            height: calc(1.75 * 1.5 * 16px);
            color: #fff;
            text-indent: 0;
            font-weight: 700;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            line-height: calc(1.75 * 1.5 * 16px); }
          #footer .inner-wrapper .row.top .fourcol .contact p.UK::before {
            content: "UK"; }
          #footer .inner-wrapper .row.top .fourcol .contact p.UK a:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 21px;
            font-weight: normal;
            content: "";
            vertical-align: middle;
            margin-left: 10px; }
          #footer .inner-wrapper .row.top .fourcol .contact p.UK a::after {
            font-family: "Font Awesome 5 Pro", sans-serif;
            font-weight: 900; }
          #footer .inner-wrapper .row.top .fourcol .contact p.FR::before {
            content: "FR"; }
          #footer .inner-wrapper .row.top .fourcol .contact p.FR a:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 21px;
            font-weight: normal;
            content: "";
            vertical-align: middle;
            margin-left: 10px; }
          #footer .inner-wrapper .row.top .fourcol .contact p.FR a::after {
            font-family: "Font Awesome 5 Pro", sans-serif;
            font-weight: 900; }
          #footer .inner-wrapper .row.top .fourcol .contact p.email::before {
            content: "@"; }
          #footer .inner-wrapper .row.top .fourcol .contact p.email a:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 21px;
            font-weight: normal;
            content: "";
            vertical-align: middle;
            margin-left: 10px; }
          #footer .inner-wrapper .row.top .fourcol .contact p.email a::after {
            font-family: "Font Awesome 5 Pro", sans-serif;
            font-weight: 900; }
          #footer .inner-wrapper .row.top .fourcol .contact p a {
            position: absolute;
            top: calc(1.75 * 1.5 * 16px);
            left: 0;
            right: 0;
            text-indent: -9999px;
            display: block;
            height: calc(1.75 * 1.5 * 16px); }
            #footer .inner-wrapper .row.top .fourcol .contact p a::after {
              transition: all 0.3s ease-in-out;
              display: block;
              width: calc(1.75 * 1.5 * 16px);
              height: calc(1.75 * 1.5 * 16px);
              color: #fff;
              text-indent: 0;
              position: absolute;
              top: 0;
              left: 0;
              line-height: 42px; }
        #footer .inner-wrapper .row.top .fourcol .language {
          max-width: 300px;
          padding-bottom: calc(1.75 * 0.5 * 16px); }
        #footer .inner-wrapper .row.top .fourcol .navigation .bl-menu-cont {
          float: left;
          clear: both;
          width: 100%; }
        #footer .inner-wrapper .row.top .fourcol .sites,
        #footer .inner-wrapper .row.top .fourcol .contact,
        #footer .inner-wrapper .row.top .fourcol .language,
        #footer .inner-wrapper .row.top .fourcol .navigation {
          margin: 0 auto;
          position: relative;
          bottom: auto;
          text-align: center; }
        #footer .inner-wrapper .row.top .fourcol .sites {
          margin-top: 50px; } }

@media (max-width: 800px) {
  .bf-accom-results .list-nav,
  .bf-accom-results .bf-results,
  .bf-accom-shortlist.fullview .list-nav,
  .bf-accom-shortlist.fullview .bf-results {
    max-width: 540px;
    margin: 0 auto;
    float: none; }
  .bf-accom-results .bf-results ul li,
  .bf-accom-results .list-nav ul li,
  .bf-accom-shortlist.fullview .bf-results ul li,
  .bf-accom-shortlist.fullview .list-nav ul li {
    width: 100%;
    margin-right: 0; }
  .bf-accom-shortlist.fullview .end-links {
    max-width: 540px;
    float: none;
    margin: 0 auto; }
    .bf-accom-shortlist.fullview .end-links a {
      margin-bottom: calc(1.75 * 1 * 16px);
      margin-left: 0; }
      .bf-accom-shortlist.fullview .end-links a:first-child {
        margin-right: calc(1.75 * 0.75 * 16px); }
  .bf-accom-results .bf-results ul li .bf-result-detail .bf-result-accom-details > div {
    padding-right: 0 !important;
    width: 100%;
    margin-right: 0 !important; }
  .accom > .boilerplate .details {
    padding: calc(1.75 * 0.75 * 16px) 0;
    position: relative;
    background: none; }
    .accom > .boilerplate .details .inner-wrapper > div * {
      color: #212221; }
    .accom > .boilerplate .details .inner-wrapper > div.location {
      clear: none;
      width: auto;
      margin-bottom: 0; }
  .accom .inner-wrapper .row .main > .details > div.location {
    width: 100%;
    margin-right: 0; }
  .accom .inner-wrapper .row .main > .details > div.related ul li,
  .accom .inner-wrapper .row .main > .details > div.attributes ul li {
    width: 100%;
    margin-right: 0; }
  .content .sidebar .bf-accom-search-widget select,
  .content .sidebar .bf-accom-search-widget input[type="text"] {
    width: 100%;
    margin-right: 0;
    clear: both; } }

@media (max-width: 767px) {
  #ui-datepicker-div {
    width: 80% !important;
    left: 10% !important;
    z-index: 100 !important;
    font-size: 1.2em; } }

@media (max-width: 480px) {
  .content .default .bf-accom-search-widget .filters .extra-filters .filter,
  .content .default .bf-accom-search-widget .filters .extra-filters select {
    width: 100% !important;
    margin-right: 0; }
  body .bf-accom-search-widget .filter label {
    text-align: left;
    text-indent: calc(1.75 * 0.75 * 16px); }
  .bf-site form label {
    width: 100%;
    text-align: center; }
  .bf-site form input[type="text"],
  .bf-site form input[type="email"],
  .bf-site form textarea,
  .bf-site form select {
    width: 100%; }
  #bf-shortlist-sendtoafriend-modal div.bf-accom-sendtoafriend {
    max-width: 370px; }
    #bf-shortlist-sendtoafriend-modal div.bf-accom-sendtoafriend label {
      text-align: left;
      float: left;
      width: 30%;
      padding-right: 0; }
    #bf-shortlist-sendtoafriend-modal div.bf-accom-sendtoafriend input[type="text"],
    #bf-shortlist-sendtoafriend-modal div.bf-accom-sendtoafriend input[type="email"] {
      float: left;
      width: 70%; }
  .rslides img {
    min-width: 300%; }
  .bf-accom-results .bf-results ul li .bf-result-detail .bf-result-quicklinks a,
  .bf-accom-results .bf-results ul li .accom-detail .bf-result-quicklinks a,
  .bf-accom-shortlist.fullview .list-nav ul li .bf-result-detail .bf-result-quicklinks a,
  .bf-accom-shortlist.fullview .list-nav ul li .accom-detail .bf-result-quicklinks a {
    width: 100%;
    text-align: left; }
  .bf-accom-shortlist.fullview .end-links {
    margin-bottom: 0; }
  .bf-accom-shortlist.fullview .end-links a {
    width: 100%;
    margin-bottom: calc(1.75 * 1 * 16px);
    margin-left: 0;
    text-align: center; }
  .bf-carousel div.item,
  .bf-offer-top-list div.item {
    padding: 0; }
  .banner .bf-slideshow ul.rslides li p.caption {
    top: 120px;
    font-size: 3em;
    width: 50%;
    left: 25%; }
  body .bf-carousel .caption,
  body .bf-offer-top-list .bf-offer-title {
    position: absolute;
    width: 100%;
    padding: calc(1.75 * 1 * 16px) 15% 0;
    bottom: -80px;
    color: #313131;
    background: none;
    text-align: center;
    min-height: 80px; }
  .bf-carousel .bx-pager,
  .bf-offer-top-list .bx-pager {
    display: none; }
  .accom .inner-wrapper .row .navigation a.floorplans,
  .accom .inner-wrapper .row .navigation a.location,
  .accom .inner-wrapper .row .navigation div.shortlist a,
  .accom .inner-wrapper .row .navigation a.bf-accom-sendtoafriend {
    width: 100%; }
  .accom .inner-wrapper .row .sidebar .gallery,
  .accom .inner-wrapper .row .sidebar .video {
    width: 100%;
    margin-left: 0; }
  .accom .inner-wrapper .row .main > .details > div.related ul li,
  .accom .inner-wrapper .row .main > .details > div.attributes ul li {
    width: 100%;
    margin-right: 0; }
  .sidebar .section {
    width: 100%;
    margin-right: 0; } }

#bf-cookie-notice {
  padding: 14px;
  background: #212221; }
  #bf-cookie-notice .cookie-wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto; }
    #bf-cookie-notice .cookie-wrapper p {
      margin: 0;
      color: #fff; }
    #bf-cookie-notice .cookie-wrapper a {
      color: #e53c2e; }
      #bf-cookie-notice .cookie-wrapper a.cookie-dismiss {
        float: right;
        color: #fff; }
  #bf-cookie-notice.meribel_chalets_apartments a {
    color: #ff661b; }
  #bf-cookie-notice.val_thorens_chalets_apartments a {
    color: #f9b500; }

.ci-image {
  transition: -webkit-filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease;
  -webkit-filter: blur(100px);
          filter: blur(100px); }
  .ci-image.lazyloaded {
    -webkit-filter: blur(0);
            filter: blur(0); }
