/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *




 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@300;700&family=PT+Sans:wght@400;700&display=swap");
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  40% {
    -webkit-transform: rotate(90deg) translateX(-5px);
    transform: rotate(90deg) translateX(-5px);
  }
  60% {
    -webkit-transform: rotate(90deg) translateX(-3px);
    transform: rotate(90deg) translateX(-3px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  40% {
    -webkit-transform: rotate(90deg) translateX(-5px);
    -ms-transform: rotate(90deg) translateX(-5px);
    transform: rotate(90deg) translateX(-5px);
  }
  60% {
    -webkit-transform: rotate(90deg) translateX(-3px);
    -ms-transform: rotate(90deg) translateX(-3px);
    transform: rotate(90deg) translateX(-3px);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 69, app/assets/stylesheets/core/_animations.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 7, app/assets/stylesheets/core/_reset.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 16, app/assets/stylesheets/core/_reset.scss */
article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

/* line 19, app/assets/stylesheets/core/_reset.scss */
object, embed {
  max-width: 100%;
}

/* line 22, app/assets/stylesheets/core/_reset.scss */
html {
  word-wrap: break-word;
}

/* line 27, app/assets/stylesheets/core/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 30, app/assets/stylesheets/core/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 34, app/assets/stylesheets/core/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 41, app/assets/stylesheets/core/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 44, app/assets/stylesheets/core/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* line 48, app/assets/stylesheets/core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 52, app/assets/stylesheets/core/_reset.scss */
th {
  font-weight: bold;
  vertical-align: bottom;
}

/* line 56, app/assets/stylesheets/core/_reset.scss */
td {
  font-weight: normal;
  vertical-align: top;
}

/* line 60, app/assets/stylesheets/core/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 68, app/assets/stylesheets/core/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 71, app/assets/stylesheets/core/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

/* line 77, app/assets/stylesheets/core/_reset.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 80, app/assets/stylesheets/core/_reset.scss */
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

/* line 84, app/assets/stylesheets/core/_reset.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 87, app/assets/stylesheets/core/_reset.scss */
select, input, textarea {
  font: 99% sans-serif;
}

/* line 90, app/assets/stylesheets/core/_reset.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* line 94, app/assets/stylesheets/core/_reset.scss */
a:hover, a:active {
  outline: none;
}

/* line 97, app/assets/stylesheets/core/_reset.scss */
small {
  font-size: 85%;
}

/* line 100, app/assets/stylesheets/core/_reset.scss */
strong, th {
  font-weight: bold;
  font-weight: 700;
}

/* line 104, app/assets/stylesheets/core/_reset.scss */
td, td img {
  vertical-align: top;
}

/* line 107, app/assets/stylesheets/core/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 112, app/assets/stylesheets/core/_reset.scss */
sup {
  top: -0.5em;
}

/* line 115, app/assets/stylesheets/core/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 118, app/assets/stylesheets/core/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* line 121, app/assets/stylesheets/core/_reset.scss */
.clickable, label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/core/_reset.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 129, app/assets/stylesheets/core/_reset.scss */
button {
  width: auto;
  overflow: visible;
}

/* line 134, app/assets/stylesheets/core/_reset.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 140, app/assets/stylesheets/core/_reset.scss */
.clearfix:after {
  clear: both;
}

/* line 143, app/assets/stylesheets/core/_reset.scss */
.clearfix {
  zoom: 1;
}

/* line 146, app/assets/stylesheets/core/_reset.scss */
.hidden, .hide {
  display: none;
}

/* Magnific Popup CSS */
/* line 2, app/assets/stylesheets/core/_magnific.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, app/assets/stylesheets/core/_magnific.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, app/assets/stylesheets/core/_magnific.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/core/_magnific.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, app/assets/stylesheets/core/_magnific.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, app/assets/stylesheets/core/_magnific.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, app/assets/stylesheets/core/_magnific.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, app/assets/stylesheets/core/_magnific.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, app/assets/stylesheets/core/_magnific.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, app/assets/stylesheets/core/_magnific.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, app/assets/stylesheets/core/_magnific.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, app/assets/stylesheets/core/_magnific.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, app/assets/stylesheets/core/_magnific.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, app/assets/stylesheets/core/_magnific.scss */
.mfp-hide {
  display: none !important;
}

/* line 86, app/assets/stylesheets/core/_magnific.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, app/assets/stylesheets/core/_magnific.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, app/assets/stylesheets/core/_magnific.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, app/assets/stylesheets/core/_magnific.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, app/assets/stylesheets/core/_magnific.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, app/assets/stylesheets/core/_magnific.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, app/assets/stylesheets/core/_magnific.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, app/assets/stylesheets/core/_magnific.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  color: #333;
}

/* line 141, app/assets/stylesheets/core/_magnific.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  color: #fff;
}

/* line 146, app/assets/stylesheets/core/_magnific.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 154, app/assets/stylesheets/core/_magnific.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 163, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 173, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 175, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 178, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 190, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 194, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 199, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 201, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 204, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 208, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 210, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 213, app/assets/stylesheets/core/_magnific.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 216, app/assets/stylesheets/core/_magnific.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 219, app/assets/stylesheets/core/_magnific.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 223, app/assets/stylesheets/core/_magnific.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 226, app/assets/stylesheets/core/_magnific.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 231, app/assets/stylesheets/core/_magnific.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 242, app/assets/stylesheets/core/_magnific.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 253, app/assets/stylesheets/core/_magnific.scss */
.mfp-figure {
  line-height: 0;
}

/* line 255, app/assets/stylesheets/core/_magnific.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 268, app/assets/stylesheets/core/_magnific.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 273, app/assets/stylesheets/core/_magnific.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 276, app/assets/stylesheets/core/_magnific.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 284, app/assets/stylesheets/core/_magnific.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 291, app/assets/stylesheets/core/_magnific.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 294, app/assets/stylesheets/core/_magnific.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 301, app/assets/stylesheets/core/_magnific.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 304, app/assets/stylesheets/core/_magnific.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 306, app/assets/stylesheets/core/_magnific.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 309, app/assets/stylesheets/core/_magnific.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 312, app/assets/stylesheets/core/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 320, app/assets/stylesheets/core/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 322, app/assets/stylesheets/core/_magnific.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 325, app/assets/stylesheets/core/_magnific.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 337, app/assets/stylesheets/core/_magnific.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 340, app/assets/stylesheets/core/_magnific.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 343, app/assets/stylesheets/core/_magnific.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 346, app/assets/stylesheets/core/_magnific.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@font-face {
  font-family: 'Alpine-Answers';
  src: url(/assets/Alpine-Answers-ec0dc6536028de59e9cc0e08e4f140ff00918ecced5421413eaff22b3f71b0de.eot);
  src: url(/assets/Alpine-Answers-ec0dc6536028de59e9cc0e08e4f140ff00918ecced5421413eaff22b3f71b0de.eot?#iefix) format("embedded-opentype"), url(/assets/Alpine-Answers-3ed8472c8188c79b54c353d57cc898774242da0cb0c608ce3c2c454eb2dc170e.woff) format("woff"), url(/assets/Alpine-Answers-adca40e941c49008ec65be3f9c84307ea1cefe5ce7a45af39b2938c92ac8c791.ttf) format("truetype"), url(/assets/Alpine-Answers-510ea76d6bb7a103ba4429437537bbe8bc0b5c6745ffec29165a40530b563ff7.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 28, app/assets/stylesheets/core/fonts.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 33, app/assets/stylesheets/core/fonts.scss */
.icon-skier:before {
  content: "\e901";
}

/* line 37, app/assets/stylesheets/core/fonts.scss */
.icon-chalet:before {
  content: "\e61b";
}

/* line 41, app/assets/stylesheets/core/fonts.scss */
.icon-dinner:before {
  content: "\e600";
}

/* line 45, app/assets/stylesheets/core/fonts.scss */
.icon-range:before {
  content: "\e601";
}

/* line 49, app/assets/stylesheets/core/fonts.scss */
.icon-mountain:before {
  content: "\e602";
}

/* line 53, app/assets/stylesheets/core/fonts.scss */
.icon-glass:before {
  content: "\e603";
}

/* line 57, app/assets/stylesheets/core/fonts.scss */
.icon-group:before {
  content: "\e604";
}

/* line 61, app/assets/stylesheets/core/fonts.scss */
.icon-aa-heart:before {
  content: "\e902";
}

/* line 65, app/assets/stylesheets/core/fonts.scss */
.icon-bed:before {
  content: "\e606";
}

/* line 69, app/assets/stylesheets/core/fonts.scss */
.icon-cross:before {
  content: "\e607";
}

/* line 73, app/assets/stylesheets/core/fonts.scss */
.icon-star:before {
  content: "\e608";
}

/* line 77, app/assets/stylesheets/core/fonts.scss */
.icon-right:before {
  content: "\e609";
}

/* line 81, app/assets/stylesheets/core/fonts.scss */
.icon-plus:before {
  content: "\e60a";
}

/* line 85, app/assets/stylesheets/core/fonts.scss */
.icon-menu-list:before {
  content: "\e60b";
}

/* line 89, app/assets/stylesheets/core/fonts.scss */
.icon-mail:before {
  content: "\e60c";
}

/* line 93, app/assets/stylesheets/core/fonts.scss */
.icon-location-pin:before {
  content: "\e60d";
}

/* line 97, app/assets/stylesheets/core/fonts.scss */
.icon-link:before {
  content: "\e60e";
}

/* line 101, app/assets/stylesheets/core/fonts.scss */
.icon-checkmark:before {
  content: "\e60f";
}

/* line 105, app/assets/stylesheets/core/fonts.scss */
.icon-airplane:before {
  content: "\e610";
}

/* line 109, app/assets/stylesheets/core/fonts.scss */
.icon-facebook:before {
  content: "\e611";
}

/* line 113, app/assets/stylesheets/core/fonts.scss */
.icon-twitter:before {
  content: "\e612";
}

/* line 117, app/assets/stylesheets/core/fonts.scss */
.icon-arrow-left:before {
  content: "\e613";
}

/* line 121, app/assets/stylesheets/core/fonts.scss */
.icon-arrow-down:before {
  content: "\e614";
}

/* line 125, app/assets/stylesheets/core/fonts.scss */
.icon-arrow-up:before {
  content: "\e615";
}

/* line 129, app/assets/stylesheets/core/fonts.scss */
.icon-arrow-right:before {
  content: "\e616";
}

/* line 133, app/assets/stylesheets/core/fonts.scss */
.icon-arrow_right:before {
  content: "\e617";
}

/* line 137, app/assets/stylesheets/core/fonts.scss */
.icon-arrow_left:before {
  content: "\e618";
}

/* line 141, app/assets/stylesheets/core/fonts.scss */
.icon-window:before {
  content: "\e619";
}

/* line 145, app/assets/stylesheets/core/fonts.scss */
.icon-unavailable:before {
  content: "\e61a";
}

/* line 149, app/assets/stylesheets/core/fonts.scss */
.icon-instagram:before {
  content: "\e900";
}

/* line 153, app/assets/stylesheets/core/fonts.scss */
.icon-info:before {
  content: "\ea0c";
}

@font-face {
  font-family: 'AlpineAnswersIcons';
  src: url(/assets/AlpineAnswersIcons-6e471eaa1821dabbe0558442245df98b970f3a24b4e50d3d7563f61e980abd8f.eot?4fb8qx);
  src: url(/assets/AlpineAnswersIcons-6e471eaa1821dabbe0558442245df98b970f3a24b4e50d3d7563f61e980abd8f.eot?4fb8qx#iefix) format("embedded-opentype"), url(/assets/AlpineAnswersIcons-7f7ac6ea9406f260f87c2c0a0aa6651cf3b9d62fba4aa579fcbde478dd90cabb.ttf?4fb8qx) format("truetype"), url(/assets/AlpineAnswersIcons-82401275e07bf77cc140c1b501074a62ffab15c149e0e6adb39ac513b9e61c44.woff?4fb8qx) format("woff"), url(/assets/AlpineAnswersIcons-dbecd5df3a3d10e50d4fc196122ccca33a3bb8a31bda84473b7bdb39033e7387.svg?4fb8qx#AlpineAnswersIcons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* ICONS */
/* line 27, app/assets/stylesheets/core/icons.scss */
.icon-chalets:before {
  content: "\e900";
}

/* line 31, app/assets/stylesheets/core/icons.scss */
.icon-hotels:before {
  content: "\e901";
}

/* line 35, app/assets/stylesheets/core/icons.scss */
.icon-resorts:before {
  content: "\e902";
}

/* line 39, app/assets/stylesheets/core/icons.scss */
.icon-sauna:before {
  content: "\e903";
}

/* line 43, app/assets/stylesheets/core/icons.scss */
.icon-steam:before,
.icon-steam_room:before {
  content: "\e922";
}

/* line 48, app/assets/stylesheets/core/icons.scss */
.icon-hot_tub:before {
  content: "\e904";
}

/* line 52, app/assets/stylesheets/core/icons.scss */
.icon-amenities:before {
  content: "\e905";
}

/* line 56, app/assets/stylesheets/core/icons.scss */
.icon-calendar:before {
  content: "\e907";
}

/* line 60, app/assets/stylesheets/core/icons.scss */
.icon-catered:before {
  content: "\e908";
}

/* line 64, app/assets/stylesheets/core/icons.scss */
.icon-child_friendly:before {
  content: "\e909";
}

/* line 68, app/assets/stylesheets/core/icons.scss */
.icon-cinema:before {
  content: "\e90a";
}

/* line 72, app/assets/stylesheets/core/icons.scss */
.icon-driver:before {
  content: "\e90b";
}

/* line 76, app/assets/stylesheets/core/icons.scss */
.icon-fireplace:before {
  content: "\e90c";
}

/* line 80, app/assets/stylesheets/core/icons.scss */
.icon-gourmet:before {
  content: "\e90d";
}

/* line 84, app/assets/stylesheets/core/icons.scss */
.icon-ski_level:before {
  content: "\e91e";
}

/* line 88, app/assets/stylesheets/core/icons.scss */
.icon-views:before {
  content: "\e924";
}

/* line 92, app/assets/stylesheets/core/icons.scss */
.icon-traditional:before {
  content: "\e923";
}

/* line 96, app/assets/stylesheets/core/icons.scss */
.icon-person:before {
  content: "\e90f";
}

/* line 100, app/assets/stylesheets/core/icons.scss */
.icon-group:before {
  content: "\e910";
}

/* line 104, app/assets/stylesheets/core/icons.scss */
.icon-snowflake:before {
  content: "\e920";
}

/* line 108, app/assets/stylesheets/core/icons.scss */
.icon-sleeps:before {
  content: "\e91f";
}

/* line 112, app/assets/stylesheets/core/icons.scss */
.icon-heart_full:before {
  content: "\e912";
}

/* line 116, app/assets/stylesheets/core/icons.scss */
.icon-heart:before {
  content: "\e913";
}

/* line 120, app/assets/stylesheets/core/icons.scss */
.icon-star:before {
  content: "\e92e";
}

/* line 124, app/assets/stylesheets/core/icons.scss */
.icon-star_full:before {
  content: "\e921";
}

/* line 128, app/assets/stylesheets/core/icons.scss */
.icon-house:before {
  content: "\e914";
}

/* line 132, app/assets/stylesheets/core/icons.scss */
.icon-map_marker:before {
  content: "\e916";
}

/* line 136, app/assets/stylesheets/core/icons.scss */
.icon-mountain:before {
  content: "\e918";
}

/* line 140, app/assets/stylesheets/core/icons.scss */
.icon-near_town:before {
  content: "\e919";
}

/* line 144, app/assets/stylesheets/core/icons.scss */
.icon-plane:before {
  content: "\e91a";
}

/* line 148, app/assets/stylesheets/core/icons.scss */
.icon-pool:before {
  content: "\e91b";
}

/* line 152, app/assets/stylesheets/core/icons.scss */
.icon-rooms:before {
  content: "\e91c";
}

/* line 156, app/assets/stylesheets/core/icons.scss */
.icon-ski_in_ski_out:before {
  content: "\e91d";
}

/* line 160, app/assets/stylesheets/core/icons.scss */
.icon-shared:before {
  content: "\e92f";
}

/* line 164, app/assets/stylesheets/core/icons.scss */
.icon-long-arrow-left:before {
  content: "\e925";
}

/* line 168, app/assets/stylesheets/core/icons.scss */
.icon-grid:before {
  content: "\e90e";
}

/* line 172, app/assets/stylesheets/core/icons.scss */
.icon-list:before {
  content: "\e930";
}

/* line 176, app/assets/stylesheets/core/icons.scss */
.icon-map:before {
  content: "\e917";
}

/* line 180, app/assets/stylesheets/core/icons.scss */
.icon-link:before {
  content: "\e915";
}

/* line 184, app/assets/stylesheets/core/icons.scss */
.icon-long-arrow-right:before {
  content: "\e926";
}

/* line 188, app/assets/stylesheets/core/icons.scss */
.icon-chevron-left:before {
  content: "\e927";
}

/* line 192, app/assets/stylesheets/core/icons.scss */
.icon-chevron-right:before {
  content: "\e928";
}

/* line 196, app/assets/stylesheets/core/icons.scss */
.icon-chevron-down:before {
  content: "\e929";
}

/* line 200, app/assets/stylesheets/core/icons.scss */
.icon-chevron-up:before {
  content: "\e92a";
}

/* line 204, app/assets/stylesheets/core/icons.scss */
.icon-plus:before {
  content: "\e92b";
}

/* line 208, app/assets/stylesheets/core/icons.scss */
.icon-cross:before {
  content: "\e92c";
}

/* line 212, app/assets/stylesheets/core/icons.scss */
.icon-menu:before {
  content: "\e92d";
}

/* line 216, app/assets/stylesheets/core/icons.scss */
.icon-badge:before {
  content: "\e906";
}

/* line 220, app/assets/stylesheets/core/icons.scss */
.icon-headphones:before {
  content: "\e911";
}

/* Preload images */
/* line 2, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
body:after {
  content: url(/assets/lightbox/close-5d62e6c90005bfb71f6abb440f9e4753681cb23bbd5e60477ab6f442d2f0e69c.png) url(/assets/lightbox/loading-225aa88b6ab02c06222ec9468d62e15fa188e39cdb9431d1f55401ad380753ed.gif) url(/assets/lightbox/prev-7fd9273f20fdb1229c224341271a119020a5eee74ccf6b4605730917c864caf2.png) url(/assets/lightbox/next-15b869b02c6fbaa8c6c26445a2dd2d9bad80fd27b1409f8179e5dd89dc89d90a.png);
  display: none;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
body.lb-disable-scrolling {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/assets/lightbox/loading-225aa88b6ab02c06222ec9468d62e15fa188e39cdb9431d1f55401ad380753ed.gif) no-repeat;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 105, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/assets/lightbox/prev-7fd9273f20fdb1229c224341271a119020a5eee74ccf6b4605730917c864caf2.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/assets/lightbox/next-15b869b02c6fbaa8c6c26445a2dd2d9bad80fd27b1409f8179e5dd89dc89d90a.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 154, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 160, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 165, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 172, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 178, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 186, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/assets/lightbox/close-5d62e6c90005bfb71f6abb440f9e4753681cb23bbd5e60477ab6f442d2f0e69c.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 202, vendor/bundle/ruby/3.2.0/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu {
  line-height: 40px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  text-align: center;
  border-top: 1px solid #E4E4E4;
  background: #F2F2F2;
}

@media (max-width: 767px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
  .cookies-eu {
    font-size: 12px;
    line-height: 30px;
    position: initial;
  }
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder {
  display: inline-block;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  min-width: 26px;
  margin-right: 5px;
  padding: 2px 11px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  border: 0;
  outline: none;
  background-color: #4D90FE;
}

/*
  Breakpoints:
*/
/* Slider */
/* line 7, app/assets/stylesheets/core/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 23, app/assets/stylesheets/core/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 30, app/assets/stylesheets/core/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 34, app/assets/stylesheets/core/_slick.scss */
.slick-loading .slick-list {
  background: #fff slick-image-url(/ajax-loader.gif) center center no-repeat;
}

/* line 38, app/assets/stylesheets/core/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 44, app/assets/stylesheets/core/_slick.scss */
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 55, app/assets/stylesheets/core/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

/* line 62, app/assets/stylesheets/core/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 68, app/assets/stylesheets/core/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 72, app/assets/stylesheets/core/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, app/assets/stylesheets/core/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 82, app/assets/stylesheets/core/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 86, app/assets/stylesheets/core/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 92, app/assets/stylesheets/core/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 96, app/assets/stylesheets/core/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 100, app/assets/stylesheets/core/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 104, app/assets/stylesheets/core/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
/* line 113, app/assets/stylesheets/core/_slick.scss */
.slick-prev,
.slick-next {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  background: #333333;
  color: #fff;
  height: 70px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

/* line 131, app/assets/stylesheets/core/_slick.scss */
.slick-prev:focus, .slick-prev:hover,
.slick-next:focus,
.slick-next:hover {
  outline: none;
}

/* line 136, app/assets/stylesheets/core/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 141, app/assets/stylesheets/core/_slick.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 150, app/assets/stylesheets/core/_slick.scss */
.slick-prev {
  z-index: 1000;
  left: 0px;
}

/* line 154, app/assets/stylesheets/core/_slick.scss */
.slick-prev:before {
  margin-left: -5px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 100;
  content: "\e618";
}

/* line 162, app/assets/stylesheets/core/_slick.scss */
.slick-next {
  z-index: 1000;
  right: 0px;
}

/* line 166, app/assets/stylesheets/core/_slick.scss */
.slick-next:before {
  margin-right: -5px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 100;
  content: "\e617";
}

@media (max-width: 767px) {
  /* line 176, app/assets/stylesheets/core/_slick.scss */
  .slick-next,
.slick-prev {
    height: 40px;
    width: 30px;
    background: rgba(0, 0, 0, 0.7);
  }
  /* line 182, app/assets/stylesheets/core/_slick.scss */
  .slick-next:before,
.slick-prev:before {
    font-size: 23px;
  }
}

/* Dots */
/* line 190, app/assets/stylesheets/core/_slick.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 194, app/assets/stylesheets/core/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}

/* line 203, app/assets/stylesheets/core/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}

/* line 212, app/assets/stylesheets/core/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 225, app/assets/stylesheets/core/_slick.scss */
.slick-dots li button:focus {
  outline: 0;
}

/* line 229, app/assets/stylesheets/core/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 246, app/assets/stylesheets/core/_slick.scss */
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

/* TipTip CSS - Version 1.2 */
/* line 3, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* line 11, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

/* line 15, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

/* line 19, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_right {
  padding-left: 5px;
}

/* line 23, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_left {
  padding-right: 5px;
}

/* line 27, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_content {
  font-size: 13px;
  color: #fff;
  padding: 4px 8px;
  background-color: #191919;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 37, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

/* line 46, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.35);
}

/* line 51, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* line 56, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35);
}

/* line 61, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35);
}

/* line 66, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92);
}

/* line 73, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92);
}

/* line 80, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92);
}

/* line 87, app/assets/stylesheets/core/_tiptip.scss */
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 96, app/assets/stylesheets/core/_tiptip.scss */
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45, 45, 45, 0.88);
  }
  /* line 100, app/assets/stylesheets/core/_tiptip.scss */
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88);
  }
  /* line 103, app/assets/stylesheets/core/_tiptip.scss */
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, 0.92);
  }
}

/* line 1, app/assets/stylesheets/core/_jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

/* line 30, app/assets/stylesheets/core/_jquery-ui.scss */
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}

/* line 39, app/assets/stylesheets/core/_jquery-ui.scss */
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #3391ef;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

/* line 2, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb {
  overflow: hidden;
  display: block;
}

/* line 6, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb .slick-bg {
  position: relative;
  width: 100%;
  min-height: 280px;
  background-color: #FBFBFB;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1s ease-out;
}

/* line 16, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb .slick-bg:hover {
  transform: scale(1.2);
}

/* line 21, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb .slick-list {
  display: block;
}

/* line 24, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb .slick-list .slick-slide img {
  padding: 0;
}

/* line 31, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb .slick-slider .slick-prev,
#search_results .replace ul.item-list li .preview-thumb .slick-slider .slick-next {
  height: 100%;
  top: 0;
  margin-top: 0;
}

/* line 38, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb .slick-slider .slick-prev {
  background: linear-gradient(270deg, transparent, rgba(79, 80, 100, 0.6));
  opacity: 0.7;
  transition: opacity 0.4s ease;
}

/* line 43, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb .slick-slider .slick-prev:hover {
  opacity: 1;
}

/* line 48, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb .slick-slider .slick-next {
  background: linear-gradient(270deg, rgba(79, 80, 100, 0.6), transparent);
  opacity: 0.7;
  transition: opacity 0.4s ease;
}

/* line 53, app/assets/stylesheets/core/_search_results.scss */
#search_results .replace ul.item-list li .preview-thumb .slick-slider .slick-next:hover {
  opacity: 1;
}

/* line 51, app/assets/stylesheets/core/application.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 57, app/assets/stylesheets/core/application.scss */
html {
  min-height: 100%;
  position: relative;
  font-size: 62.5%;
  /* Base 10px for rems */
}

/* line 64, app/assets/stylesheets/core/application.scss */
body {
  background: #FFFFFF;
  color: #666;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
}

/* line 74, app/assets/stylesheets/core/application.scss */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 83, app/assets/stylesheets/core/application.scss */
h1,
h2,
h3,
h4,
h5,
figure {
  position: relative;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 96, app/assets/stylesheets/core/application.scss */
h1,
h1 a {
  font-size: 60px;
  font-size: 6rem;
  line-height: 64px;
  line-height: 6.4rem;
  color: #0e1f2f;
}

/* line 103, app/assets/stylesheets/core/application.scss */
h2,
h2 a {
  font-size: 50px;
  font-size: 5rem;
  line-height: 52px;
  line-height: 5.2rem;
  color: #0e1f2f;
}

/* line 110, app/assets/stylesheets/core/application.scss */
h3,
h3 a {
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #0e1f2f;
}

/* line 117, app/assets/stylesheets/core/application.scss */
h4,
h4 a {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #0e1f2f;
}

/* line 124, app/assets/stylesheets/core/application.scss */
h5,
h5 a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #0e1f2f;
}

/* line 131, app/assets/stylesheets/core/application.scss */
h6,
h6 a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #0e1f2f;
}

@media (max-width: 767px) {
  /* line 141, app/assets/stylesheets/core/application.scss */
  h1,
h1 a {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
  /* line 147, app/assets/stylesheets/core/application.scss */
  h2,
h2 a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  /* line 153, app/assets/stylesheets/core/application.scss */
  h3,
h3 a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  /* line 159, app/assets/stylesheets/core/application.scss */
  h4,
h4 a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
  }
  /* line 165, app/assets/stylesheets/core/application.scss */
  h5,
h5 a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

/* line 173, app/assets/stylesheets/core/application.scss */
.left {
  float: left;
}

/* line 177, app/assets/stylesheets/core/application.scss */
.right {
  float: right;
}

/* line 181, app/assets/stylesheets/core/application.scss */
.centered {
  text-align: center;
}

/* line 185, app/assets/stylesheets/core/application.scss */
figure.left,
blockquote.left {
  margin-right: 20px;
  margin-bottom: 10px;
}

/* line 191, app/assets/stylesheets/core/application.scss */
figure.right,
blockquote.right {
  margin-left: 20px;
  margin-bottom: 10px;
}

/* line 197, app/assets/stylesheets/core/application.scss */
blockquote.micro {
  width: 200px;
}

/* line 201, app/assets/stylesheets/core/application.scss */
figure img {
  max-width: 100%;
  min-width: 50%;
  display: block;
}

/* line 207, app/assets/stylesheets/core/application.scss */
figure.col_1-2 {
  width: auto !important;
}

@media screen and (max-width: 568px) {
  /* line 212, app/assets/stylesheets/core/application.scss */
  figure img {
    width: 100%;
  }
}

/* line 217, app/assets/stylesheets/core/application.scss */
p,
ul,
dl,
table,
figure,
address,
blockquote,
iframe {
  margin: 0 0 25px;
}

/* line 228, app/assets/stylesheets/core/application.scss */
iframe {
  max-width: 100%;
}

/* line 232, app/assets/stylesheets/core/application.scss */
p img {
  display: inline;
  max-width: 100%;
}

/* line 237, app/assets/stylesheets/core/application.scss */
strong,
b {
  font-weight: 600;
  font-style: normal;
}

/* line 243, app/assets/stylesheets/core/application.scss */
article,
form {
  margin-bottom: 20px;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
article:before, article:after,
form:before,
form:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
article:after,
form:after {
  clear: both;
}

/* line 249, app/assets/stylesheets/core/application.scss */
blockquote {
  font-size: 24px;
  font-size: 2.4rem;
  color: #3391ef;
  position: relative;
  margin-bottom: 35px;
}

/* line 256, app/assets/stylesheets/core/application.scss */
blockquote p {
  margin-bottom: 10px;
}

/* line 260, app/assets/stylesheets/core/application.scss */
blockquote .name {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 264, app/assets/stylesheets/core/application.scss */
blockquote.sml {
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 269, app/assets/stylesheets/core/application.scss */
blockquote.sml:before {
  font-size: 70px;
  font-size: 7rem;
  line-height: 70px;
  line-height: 7rem;
  left: 0;
  top: 10px;
}

/* line 276, app/assets/stylesheets/core/application.scss */
.intro {
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 280, app/assets/stylesheets/core/application.scss */
.smallprint {
  font-family: "PT Sans", sans-serif !important;
  text-transform: none !important;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* line 287, app/assets/stylesheets/core/application.scss */
ul {
  margin-left: 20px;
}

/* line 291, app/assets/stylesheets/core/application.scss */
dl {
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
dl:before, dl:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
dl:after {
  clear: both;
}

/* line 295, app/assets/stylesheets/core/application.scss */
dt {
  display: block;
  float: left;
  margin-right: 5px;
  clear: left;
  font-weight: 600;
}

/* line 303, app/assets/stylesheets/core/application.scss */
dd {
  display: block;
  float: left;
}

/* line 308, app/assets/stylesheets/core/application.scss */
address {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
}

/* line 313, app/assets/stylesheets/core/application.scss */
a {
  text-decoration: none;
  color: #3391ef;
}

/* line 318, app/assets/stylesheets/core/application.scss */
a:hover {
  text-decoration: underline;
}

/* line 322, app/assets/stylesheets/core/application.scss */
table {
  width: 100%;
  border: 1px solid #D6D6D6;
  border-collapse: collapse;
  margin-bottom: 35px;
}

/* line 329, app/assets/stylesheets/core/application.scss */
th,
td {
  border: 1px solid #D6D6D6;
  padding: 8px 15px;
}

/* line 335, app/assets/stylesheets/core/application.scss */
th {
  text-align: left;
  background: #0e1f2f;
  color: #FFFFFF;
  font-weight: normal;
  padding: 15px;
}

/* line 343, app/assets/stylesheets/core/application.scss */
td {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 347, app/assets/stylesheets/core/application.scss */
fieldset > div {
  margin-bottom: 20px;
}

/* line 351, app/assets/stylesheets/core/application.scss */
select {
  width: 100%;
  border: 1px solid #D6D6D6;
  padding: 10px;
}

/* line 357, app/assets/stylesheets/core/application.scss */
.btn a,
a.btn,
button.btn,
input.btn[type="submit"] {
  position: relative;
  font-family: "Antonio", sans-serif !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 0px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 45px;
  line-height: 4.5rem;
  display: inline-block;
  background: #0e1f2f;
  border: 1px solid #0e1f2f;
  color: #FFFFFF;
}

/* line 376, app/assets/stylesheets/core/application.scss */
.btn a::after,
a.btn::after,
button.btn::after,
input.btn[type="submit"]::after {
  content: '→';
  margin-left: 40px;
}

/* line 381, app/assets/stylesheets/core/application.scss */
.btn a:hover,
a.btn:hover,
button.btn:hover,
input.btn[type="submit"]:hover {
  background: #3391ef;
  border: 1px solid #3391ef;
  color: #FFFFFF;
}

/* line 387, app/assets/stylesheets/core/application.scss */
.btn a.small,
a.btn.small,
button.btn.small,
input.btn.small[type="submit"] {
  padding: 0px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
}

/* line 392, app/assets/stylesheets/core/application.scss */
.btn a.small::after,
a.btn.small::after,
button.btn.small::after,
input.btn.small[type="submit"]::after {
  content: '→';
  margin-left: 20px;
}

/* line 398, app/assets/stylesheets/core/application.scss */
.btn a.outline,
a.btn.outline,
button.btn.outline,
input.btn.outline[type="submit"] {
  background: rgba(14, 31, 47, 0.3);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

/* line 403, app/assets/stylesheets/core/application.scss */
.btn a.outline:hover,
a.btn.outline:hover,
button.btn.outline:hover,
input.btn.outline[type="submit"]:hover {
  background: #3391ef;
  border: 1px solid #3391ef;
  color: #FFFFFF;
}

/* line 409, app/assets/stylesheets/core/application.scss */
.btn a.outline.dark,
a.btn.outline.dark,
button.btn.outline.dark,
input.btn.outline.dark[type="submit"] {
  background: none;
  border: 1px solid #0e1f2f;
  color: #0e1f2f;
}

/* line 414, app/assets/stylesheets/core/application.scss */
.btn a.outline.dark:hover,
a.btn.outline.dark:hover,
button.btn.outline.dark:hover,
input.btn.outline.dark[type="submit"]:hover {
  background: none;
  border: 1px solid #3391ef;
  color: #3391ef;
}

/* line 422, app/assets/stylesheets/core/application.scss */
.btn a.secondary,
a.btn.secondary,
button.btn.secondary,
input.btn.secondary[type="submit"] {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0e1f2f;
}

/* line 427, app/assets/stylesheets/core/application.scss */
.btn a.secondary:hover,
a.btn.secondary:hover,
button.btn.secondary:hover,
input.btn.secondary[type="submit"]:hover {
  background: #3391ef;
  border: 1px solid #3391ef;
  color: #FFFFFF;
}

/* line 434, app/assets/stylesheets/core/application.scss */
.btn a.icon,
a.btn.icon,
button.btn.icon,
input.btn.icon[type="submit"] {
  width: 47px;
  height: 47px;
  text-align: center;
  padding: 0;
  top: 1px;
}

/* line 441, app/assets/stylesheets/core/application.scss */
.btn a.icon .icon,
a.btn.icon .icon,
button.btn.icon .icon,
input.btn.icon[type="submit"] .icon {
  font-size: 40px;
  line-height: 47px;
}

/* line 446, app/assets/stylesheets/core/application.scss */
.btn a.icon::after,
a.btn.icon::after,
button.btn.icon::after,
input.btn.icon[type="submit"]::after {
  content: '';
  margin-left: 0px;
}

/* line 452, app/assets/stylesheets/core/application.scss */
.btn a.icon.active .icon,
a.btn.icon.active .icon,
button.btn.icon.active .icon,
input.btn.icon.active[type="submit"] .icon {
  color: #3391ef;
}

/* line 458, app/assets/stylesheets/core/application.scss */
.btn a.icon:hover .icon.blue,
a.btn.icon:hover .icon.blue,
button.btn.icon:hover .icon.blue,
input.btn.icon[type="submit"]:hover .icon.blue {
  color: #FFFFFF !important;
}

/* line 464, app/assets/stylesheets/core/application.scss */
.btn a .badge,
a.btn .badge,
button.btn .badge,
input.btn[type="submit"] .badge {
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 50%;
  background: #3391ef;
  border: 1px solid #FFFFFF;
  bottom: -15px;
  right: -8px;
  color: #FFFFFF;
  font-family: "PT Sans", sans-serif;
  z-index: 1000;
}

/* line 481, app/assets/stylesheets/core/application.scss */
.button-group {
  clear: both;
}

/* line 486, app/assets/stylesheets/core/application.scss */
label {
  margin-bottom: 5px;
  display: inline-block;
}

/* line 491, app/assets/stylesheets/core/application.scss */
.view_more {
  color: #C71C1C;
}

/* line 494, app/assets/stylesheets/core/application.scss */
.view_more a {
  color: #C71C1C;
}

/* line 498, app/assets/stylesheets/core/application.scss */
.view_more:after {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e616";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

/* line 507, app/assets/stylesheets/core/application.scss */
textarea,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="file"],
input[type="email"],
input[type="password"] {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #D6D6D6;
  background: #FFFFFF;
  cursor: pointer;
}

/* line 527, app/assets/stylesheets/core/application.scss */
textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="file"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  background: #FFFFFF;
  outline: none;
  box-shadow: none;
}

/* line 534, app/assets/stylesheets/core/application.scss */
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus {
  outline: 0;
}

/* line 540, app/assets/stylesheets/core/application.scss */
input[type="checkbox"],
input[type="radio"] {
  float: left;
  line-height: normal;
  margin: 5px 0 0;
  margin-left: -20px;
}

/* line 548, app/assets/stylesheets/core/application.scss */
.checkbox,
.radio {
  zoom: 1;
  display: block;
  padding-left: 20px;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.checkbox:before, .checkbox:after,
.radio:before,
.radio:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.checkbox:after,
.radio:after {
  clear: both;
}

/* line 554, app/assets/stylesheets/core/application.scss */
.checkbox label,
.radio label {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 560, app/assets/stylesheets/core/application.scss */
:focus {
  outline-color: transparent;
  outline-style: none;
}

/* line 566, app/assets/stylesheets/core/application.scss */
.tick-list {
  list-style: none;
  margin: 0;
}

/* line 570, app/assets/stylesheets/core/application.scss */
.tick-list li {
  padding-left: 30px;
  margin-bottom: 20px;
}

/* line 575, app/assets/stylesheets/core/application.scss */
.tick-list li:before {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60f";
  font-size: 10px;
  font-size: 1rem;
  margin-right: 20px;
  color: #6fb613;
  margin-left: -30px;
}

/* line 585, app/assets/stylesheets/core/application.scss */
.cross-list {
  list-style: none;
  margin: 0;
}

/* line 589, app/assets/stylesheets/core/application.scss */
.cross-list li {
  padding-left: 30px;
  margin-bottom: 20px;
}

/* line 594, app/assets/stylesheets/core/application.scss */
.cross-list li:before {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
  font-size: 10px;
  font-size: 1rem;
  margin-right: 20px;
  color: #C71C1C;
  margin-left: -30px;
}

/* line 604, app/assets/stylesheets/core/application.scss */
.sub_title {
  font-size: 2.3rem;
}

/* line 609, app/assets/stylesheets/core/application.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'AlpineAnswersIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 613, app/assets/stylesheets/core/application.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  vertical-align: sub;
}

/* line 617, app/assets/stylesheets/core/application.scss */
.blue[class^="icon-"],
.blue[class*=" icon-"] {
  color: #3391ef !important;
}

/* line 621, app/assets/stylesheets/core/application.scss */
.green[class^="icon-"],
.green[class*=" icon-"] {
  color: #6fb613 !important;
}

/* line 625, app/assets/stylesheets/core/application.scss */
.red[class^="icon-"],
.red[class*=" icon-"] {
  color: #C71C1C !important;
}

/* line 630, app/assets/stylesheets/core/application.scss */
.bold {
  font-weight: bold;
}

/* line 634, app/assets/stylesheets/core/application.scss */
.text-blue {
  color: #3391ef !important;
}

/* line 638, app/assets/stylesheets/core/application.scss */
.text-green {
  color: #6fb613 !important;
}

/* line 642, app/assets/stylesheets/core/application.scss */
.text-red {
  color: #C71C1C !important;
}

/* line 672, app/assets/stylesheets/core/application.scss */
.container-fluid {
  max-width: 100vw;
  padding: 0 20px;
  margin: 0 auto;
  zoom: 1;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.container-fluid:before, .container-fluid:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.container-fluid:after {
  clear: both;
}

/* line 676, app/assets/stylesheets/core/application.scss */
.container {
  max-width: 1440px;
  padding: 0px 20px;
  margin: 0 auto;
  zoom: 1;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* padding: 0 5% */
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.container:before, .container:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.container:after {
  clear: both;
}

/* line 680, app/assets/stylesheets/core/application.scss */
.cols,
.cols_2,
.cols_3 {
  zoom: 1;
  position: relative;
  list-style: none;
  clear: both;
  padding: 0;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.cols:before, .cols:after,
.cols_2:before,
.cols_2:after,
.cols_3:before,
.cols_3:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.cols:after,
.cols_2:after,
.cols_3:after {
  clear: both;
}

/* line 689, app/assets/stylesheets/core/application.scss */
.cols > ul,
.cols_2 > ul,
.cols_3 > ul {
  margin: 0;
}

/* line 693, app/assets/stylesheets/core/application.scss */
.cols > *,
.cols_2 > *,
.cols_3 > * {
  float: left;
}

/* line 696, app/assets/stylesheets/core/application.scss */
.cols > *.right,
.cols_2 > *.right,
.cols_3 > *.right {
  float: right;
}

/* line 700, app/assets/stylesheets/core/application.scss */
.cols > *.allright,
.cols_2 > *.allright,
.cols_3 > *.allright {
  text-align: right;
}

/* line 706, app/assets/stylesheets/core/application.scss */
.cols > *:first-child,
.cols_2 > *:first-child,
.cols_3 > *:first-child {
  margin-left: 0;
}

/* line 712, app/assets/stylesheets/core/application.scss */
.cols_3 > * {
  float: left;
  width: 31.2%;
  margin-left: 3.2%;
  margin-bottom: 45px;
}

/* line 718, app/assets/stylesheets/core/application.scss */
.cols_3 > *.right {
  float: right;
}

/* line 725, app/assets/stylesheets/core/application.scss */
.cols_2 > * {
  float: left;
  width: 48.8%;
  margin-left: 2.4%;
}

/* line 730, app/assets/stylesheets/core/application.scss */
.cols_2 > *.right {
  float: right;
}

/* line 736, app/assets/stylesheets/core/application.scss */
.col_1-4 {
  width: 23.2%;
  margin-left: 2.4%;
}

/* line 741, app/assets/stylesheets/core/application.scss */
.col_2-4 {
  width: 47.6%;
  margin-left: 2.4%;
}

/* line 746, app/assets/stylesheets/core/application.scss */
.col_3-4 {
  width: 74.4%;
  margin-left: 2.4%;
}

/* line 751, app/assets/stylesheets/core/application.scss */
.col_1-8 {
  width: 11.6%;
  margin-left: 2.4%;
}

/* line 756, app/assets/stylesheets/core/application.scss */
.col_3-8 {
  width: 34.8%;
  margin-left: 2.4%;
}

@media (max-width: 767px) {
  /* line 767, app/assets/stylesheets/core/application.scss */
  .cols .col_1-4,
.cols .col_2-4,
.cols .col_3-4,
.cols .col_1-8,
.cols .col_3-8,
.cols_2 .col_1-4,
.cols_2 .col_2-4,
.cols_2 .col_3-4,
.cols_2 .col_1-8,
.cols_2 .col_3-8,
.cols_3 .col_1-4,
.cols_3 .col_2-4,
.cols_3 .col_3-4,
.cols_3 .col_1-8,
.cols_3 .col_3-8 {
    width: 100%;
    margin: 0;
  }
  /* line 776, app/assets/stylesheets/core/application.scss */
  .cols > [class^="col"],
.cols_2 > [class^="col"],
.cols_3 > [class^="col"] {
    width: 100%;
    margin: 0;
  }
}

/* line 787, app/assets/stylesheets/core/application.scss */
.col_2-3 {
  width: 70.7%;
}

/* line 791, app/assets/stylesheets/core/application.scss */
.block {
  background: #0e1f2f;
  padding: 25px 25px;
  margin-bottom: 30px;
  color: #D6D6D6;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.block:before, .block:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.block:after {
  clear: both;
}

/* line 798, app/assets/stylesheets/core/application.scss */
.block h2,
.block h3,
.block h4,
.block h5,
.block h6,
.block dt {
  color: #FFFFFF;
}

/* line 807, app/assets/stylesheets/core/application.scss */
.block .btn {
  display: block;
}

/* line 812, app/assets/stylesheets/core/application.scss */
.adjoining-block {
  margin-top: -30px;
  border-top: 1px solid #344C61;
}

/* line 816, app/assets/stylesheets/core/application.scss */
.adjoining-block .btn {
  margin-bottom: 10px;
}

/* line 819, app/assets/stylesheets/core/application.scss */
.adjoining-block .btn:last-of-type {
  margin-bottom: 0;
}

/* line 825, app/assets/stylesheets/core/application.scss */
.panel {
  background: #FBFBFB;
}

@media (max-width: 767px) {
  /* line 825, app/assets/stylesheets/core/application.scss */
  .panel {
    padding: 0;
    background: none;
    margin: 0;
  }
}

/* line 835, app/assets/stylesheets/core/application.scss */
.spaced {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 840, app/assets/stylesheets/core/application.scss */
.accordion {
  zoom: 1;
  border: 1px solid #D6D6D6;
  border-top: none;
  list-style: none;
  margin: 0 0 40px;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.accordion:before, .accordion:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.accordion:after {
  clear: both;
}

/* line 847, app/assets/stylesheets/core/application.scss */
.accordion h3,
.accordion h4,
.accordion h5 {
  cursor: pointer;
  margin-bottom: 0;
}

/* line 853, app/assets/stylesheets/core/application.scss */
.accordion h3:before,
.accordion h4:before,
.accordion h5:before {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e614";
  position: absolute;
  right: 0px;
}

/* line 861, app/assets/stylesheets/core/application.scss */
.accordion li {
  border-top: 1px solid #D6D6D6;
  padding: 20px;
}

/* line 866, app/assets/stylesheets/core/application.scss */
.accordion .active h3:before {
  content: "\e615";
  color: #3391ef;
}

/* line 871, app/assets/stylesheets/core/application.scss */
.accordion .info,
.accordion .content {
  padding-top: 30px;
}

/*  SECTIONS  */
/* line 878, app/assets/stylesheets/core/application.scss */
.row {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
/* line 885, app/assets/stylesheets/core/application.scss */
.column {
  display: block;
  float: left;
  margin: 1% 0.8% 1% 0.8%;
}

/*  GROUPING  */
/* line 892, app/assets/stylesheets/core/application.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 898, app/assets/stylesheets/core/application.scss */
.group:after {
  clear: both;
}

/* line 902, app/assets/stylesheets/core/application.scss */
.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRIDS  */
/* line 908, app/assets/stylesheets/core/application.scss */
.column_full {
  width: 100%;
}

/* line 912, app/assets/stylesheets/core/application.scss */
.column_half {
  width: 48.4%;
}

/* line 916, app/assets/stylesheets/core/application.scss */
.column_2_thirds {
  width: 66.13%;
}

/* line 920, app/assets/stylesheets/core/application.scss */
.column_third {
  width: 31%;
}

/*  GREY SPACER  */
/* line 925, app/assets/stylesheets/core/application.scss */
.column_spacer {
  border-left: 4px solid #EEEEEE;
  margin: 1% 0 1% 0%;
}

/*  GO FULL WIDTH AT LESS THAN 767 PIXELS */
@media only screen and (max-width: 767px) {
  /* line 932, app/assets/stylesheets/core/application.scss */
  .column {
    margin: 1% 0 1% 0%;
  }
  /* line 936, app/assets/stylesheets/core/application.scss */
  .column_full,
.column_half,
.column_third,
.column_2_thirds {
    width: 100%;
  }
  /* line 943, app/assets/stylesheets/core/application.scss */
  .column_spacer {
    border-left: none;
    margin: 1% 0 1% 1.6%;
  }
}

/* line 951, app/assets/stylesheets/core/application.scss */
.blog-section {
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 60px;
}

/* line 957, app/assets/stylesheets/core/application.scss */
.post {
  margin-top: 60px;
  color: #0e1f2f;
}

/* line 961, app/assets/stylesheets/core/application.scss */
.post a {
  text-decoration: none;
}

/* line 964, app/assets/stylesheets/core/application.scss */
.post a:hover {
  text-decoration: none;
  color: #3391ef;
}

/* line 970, app/assets/stylesheets/core/application.scss */
.post h4 {
  margin-bottom: 10px;
}

/* line 974, app/assets/stylesheets/core/application.scss */
.post .author {
  font-size: 14px;
  margin-bottom: 20px;
  color: #8c959e;
}

/* line 980, app/assets/stylesheets/core/application.scss */
.post .preview {
  color: #8c959e;
}

/* line 984, app/assets/stylesheets/core/application.scss */
.post .category {
  color: #3391ef;
}

/* line 989, app/assets/stylesheets/core/application.scss */
.blog_box {
  height: 450px;
  overflow: hidden;
}

/* line 994, app/assets/stylesheets/core/application.scss */
.blog_image {
  margin-bottom: 20px;
}

/* line 997, app/assets/stylesheets/core/application.scss */
.blog_image img {
  width: 100%;
}

/* line 1002, app/assets/stylesheets/core/application.scss */
.blog_content {
  position: relative;
  padding-top: 36%;
}

/* line 1006, app/assets/stylesheets/core/application.scss */
.blog_content .blog_image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: auto;
}

/* line 1016, app/assets/stylesheets/core/application.scss */
.blog_title {
  text-align: center;
  padding: 0% 5% 0 5%;
}

/* line 1021, app/assets/stylesheets/core/application.scss */
.blog_body {
  background-color: #FFFFFF;
  padding: 25px;
  margin: 0 10% 0 10%;
}

@media (max-width: 767px) {
  /* line 1021, app/assets/stylesheets/core/application.scss */
  .blog_body {
    padding: 25px 5px 5px 0px;
    margin: 0 0 0 0;
  }
}

/* line 1032, app/assets/stylesheets/core/application.scss */
.blog_text {
  padding: 0px 10px 0px 10px;
}

/* line 1035, app/assets/stylesheets/core/application.scss */
.blog_text h4 {
  margin: 0;
}

/* line 1039, app/assets/stylesheets/core/application.scss */
.blog_text h5 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

/* line 1044, app/assets/stylesheets/core/application.scss */
.blog_text p {
  margin-bottom: 10px;
}

/* line 1049, app/assets/stylesheets/core/application.scss */
.blog_pagination {
  padding-top: 20px;
  float: none !important;
}

/* line 1054, app/assets/stylesheets/core/application.scss */
.author_box {
  padding: 25px;
  margin: 1% 10% 5% 10%;
}

@media (max-width: 767px) {
  /* line 1054, app/assets/stylesheets/core/application.scss */
  .author_box {
    padding: 0;
    margin: 1px 1px 15px 1px;
  }
}

/* line 1063, app/assets/stylesheets/core/application.scss */
.author_box .author_container {
  padding: 25px;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  /* line 1063, app/assets/stylesheets/core/application.scss */
  .author_box .author_container {
    padding: 0;
  }
}

/* line 1073, app/assets/stylesheets/core/application.scss */
.author_box .author_container .blog_author .author_image {
  float: left;
  margin-right: 24px;
  min-height: 100px;
}

@media (max-width: 767px) {
  /* line 1073, app/assets/stylesheets/core/application.scss */
  .author_box .author_container .blog_author .author_image {
    float: none;
    padding: 5px;
  }
}

/* line 1083, app/assets/stylesheets/core/application.scss */
.author_box .author_container .blog_author .author_image img {
  width: 80px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 1089, app/assets/stylesheets/core/application.scss */
.author_box .author_container .blog_author .author_description {
  min-height: 100px;
}

@media (max-width: 767px) {
  /* line 1089, app/assets/stylesheets/core/application.scss */
  .author_box .author_container .blog_author .author_description {
    padding: 5px;
  }
}

/* line 1102, app/assets/stylesheets/core/application.scss */
#contacts {
  position: absolute;
  width: 100%;
  background: #586c7e;
  height: 50px;
  top: 0;
  line-height: 50px;
  color: #FFFFFF;
  z-index: 9998;
}

/* line 1112, app/assets/stylesheets/core/application.scss */
#contacts a {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}

/* line 1117, app/assets/stylesheets/core/application.scss */
#contacts a:hover {
  color: #3391ef;
}

/* line 1121, app/assets/stylesheets/core/application.scss */
#contacts .container {
  display: flex;
}

/* line 1125, app/assets/stylesheets/core/application.scss */
#contacts .trustpilot-widget {
  position: relative;
  line-height: 50px;
  left: 0;
  top: 13px;
  width: 310px;
  height: 50px;
  float: left;
}

/* line 1135, app/assets/stylesheets/core/application.scss */
#contacts .logos {
  margin-left: 85px;
}

/* line 1139, app/assets/stylesheets/core/application.scss */
#contacts .contact-us {
  margin-left: auto;
}

/* line 1143, app/assets/stylesheets/core/application.scss */
#contacts .trustpilot-logos {
  display: flex;
  align-items: center;
}

/* line 1147, app/assets/stylesheets/core/application.scss */
#contacts .trustpilot-logos .logos img {
  vertical-align: middle;
  margin-right: 8px;
}

/* line 1151, app/assets/stylesheets/core/application.scss */
#contacts .trustpilot-logos .logos img:last-child {
  margin-right: 0;
}

/* line 1157, app/assets/stylesheets/core/application.scss */
#contacts .phone {
  margin-right: 50px;
}

/* line 1161, app/assets/stylesheets/core/application.scss */
#contacts .social {
  line-height: 44px;
}

/* line 1164, app/assets/stylesheets/core/application.scss */
#contacts .social ul {
  margin: 0;
}

/* line 1167, app/assets/stylesheets/core/application.scss */
#contacts .social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

/* line 1174, app/assets/stylesheets/core/application.scss */
#contacts .social ul li:last-of-type {
  margin-right: 0;
}

/* line 1178, app/assets/stylesheets/core/application.scss */
#contacts .social ul li .icon {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1186, app/assets/stylesheets/core/application.scss */
#header {
  zoom: 1;
  background-color: #0e1f2f;
  color: #FFFFFF;
  padding: 20px 0px;
  position: sticky;
  width: 100%;
  transition: 0.5s;
  height: 90px;
  top: 0px;
  z-index: 9999;
  margin-top: 50px;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
#header:before, #header:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
#header:after {
  clear: both;
}

/* line 1199, app/assets/stylesheets/core/application.scss */
#header #logo {
  position: relative;
  float: left;
  margin-top: 5px;
}

/* line 1204, app/assets/stylesheets/core/application.scss */
#header #logo img {
  width: 220px;
}

/* line 1208, app/assets/stylesheets/core/application.scss */
#header #logo .tagline {
  position: absolute;
  color: #8c959e;
  top: 27px;
  left: 47px;
  width: 100%;
  font-size: 14.5px;
}

/* line 1222, app/assets/stylesheets/core/application.scss */
#PagesController_home #header #mainmenu {
  opacity: 1;
  transition: 0.5s;
}

/* line 1230, app/assets/stylesheets/core/application.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(14, 31, 47, 0.8);
  z-index: 10001;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: opacity .5s ease-out;
}

/* line 1244, app/assets/stylesheets/core/application.scss */
#mainmenu {
  z-index: 1000;
  float: left;
  margin-right: 30px;
}

/* line 1249, app/assets/stylesheets/core/application.scss */
#mainmenu #mainpages {
  list-style: none;
  width: 100%;
  margin: 0;
}

/* line 1256, app/assets/stylesheets/core/application.scss */
#mainmenu #mainpages .icon {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 10px;
}

/* line 1263, app/assets/stylesheets/core/application.scss */
#mainmenu #mainpages > li {
  display: inline-block;
  margin-right: 20px;
}

/* line 1267, app/assets/stylesheets/core/application.scss */
#mainmenu #mainpages > li:last-of-type {
  margin-right: 0;
}

/* line 1272, app/assets/stylesheets/core/application.scss */
#mainmenu #mainpages > li > a {
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  line-height: 5rem;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
}

/* line 1284, app/assets/stylesheets/core/application.scss */
#mainmenu #mainpages > li > a:hover,
#mainmenu #mainpages > li.active > a,
#mainmenu #mainpages > li.active > span,
#mainmenu #mainpages > li > span:hover {
  text-decoration: none;
  border-bottom: 2px solid #3391ef;
}

/* line 1294, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 72px;
  left: 0;
  padding-top: 30px;
  width: 100%;
  background: #0e1f2f;
  z-index: 999;
  transition: opacity .5s ease-out;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(14, 31, 47, 0.3);
  -moz-box-shadow: 0px 2px 8px -3px rgba(14, 31, 47, 0.3);
  box-shadow: 0px 2px 8px -3px rgba(14, 31, 47, 0.3);
}

/* line 1307, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .buttons {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  text-align: center;
  padding: 20px 0px;
}

/* line 1313, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .buttons a.btn:hover {
  color: #FFFFFF !important;
}

/* line 1318, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav ul {
  list-style: none;
  margin: 0;
}

/* line 1323, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav > div {
  position: relative;
}

/* line 1327, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary {
  width: 22.3849372385%;
  min-height: 400px;
}

/* line 1331, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary > li > a:hover,
#mainmenu .mega-nav .primary > li.active > a,
#mainmenu .mega-nav .primary > li.active > span,
#mainmenu .mega-nav .primary > li > span:hover {
  background: rgba(51, 145, 239, 0.1);
  color: #3391ef;
}

/* line 1339, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary > li > a,
#mainmenu .mega-nav .primary > li > span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  line-height: 5rem;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 20px;
  cursor: pointer;
}

/* line 1349, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary > li > a:after,
#mainmenu .mega-nav .primary > li > span:after {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e616";
  line-height: 50px;
  line-height: 5rem;
  float: right;
}

/* line 1359, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary .header_no_arrow > a:after {
  content: none;
}

/* line 1365, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary .secondary {
  display: none;
  width: 71.6527196653%;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 400px;
  overflow-y: scroll;
}

/* line 1374, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary .secondary a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 1379, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary .secondary a:hover {
  color: #3391ef;
}

/* line 1384, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary .secondary.active {
  display: block;
}

/* line 1388, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary .secondary > ul {
  width: 30%;
  float: left;
  margin-left: 3.3%;
}

/* line 1394, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav .primary .secondary li {
  list-style: square;
}

/* line 1400, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav a {
  color: #FFFFFF;
}

/* line 1403, app/assets/stylesheets/core/application.scss */
#mainmenu .mega-nav a:hover {
  color: #3391ef;
}

/* line 1410, app/assets/stylesheets/core/application.scss */
#mainmenu li.active > .mega-nav {
  opacity: 1;
  visibility: visible;
}

/* line 1415, app/assets/stylesheets/core/application.scss */
.hotel-item .star-ratings li:last-child {
  display: none;
}

/* line 1419, app/assets/stylesheets/core/application.scss */
#content {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 1419, app/assets/stylesheets/core/application.scss */
  #content {
    padding-top: 110px;
  }
}

/* line 1432, app/assets/stylesheets/core/application.scss */
#PagesController_home #content,
#ChaletsController_show #content,
#HotelsController_show #content,
#ResortsController_show #content {
  padding-top: 0px;
}

/* line 1444, app/assets/stylesheets/core/application.scss */
#ChaletsController_index .content.spaced,
#ChaletsController_search .content.spaced,
#HotelsController_index .content.spaced,
#HotelsController_search .content.spaced,
#ResortsController_index .content.spaced,
#ResortsController_search .content.spaced,
#LateDealsController_index .content.spaced {
  padding-top: 120px;
}

/* line 1452, app/assets/stylesheets/core/application.scss */
#ChaletsController_show #mainmenu,
#HotelsController_show #mainmenu,
#ResortsController_show #mainmenu {
  display: none;
}

/* line 1457, app/assets/stylesheets/core/application.scss */
.breadcrumb {
  list-style: none;
  margin: 0 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0e1f2f;
  margin-bottom: 60px;
}

/* line 1467, app/assets/stylesheets/core/application.scss */
.breadcrumb a {
  color: #0e1f2f;
}

/* line 1471, app/assets/stylesheets/core/application.scss */
.breadcrumb li {
  display: inline-block;
}

/* line 1475, app/assets/stylesheets/core/application.scss */
.breadcrumb li:last-child a {
  color: #3391ef;
}

/* line 1480, app/assets/stylesheets/core/application.scss */
.mailing-list {
  display: none;
  z-index: 1050;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 300px;
  padding: 10px;
  position: absolute;
  background: #FFFFFF;
  top: 45px;
}

/* line 1484, app/assets/stylesheets/core/application.scss */
.mailing-list.active {
  display: block;
}

/* line 1495, app/assets/stylesheets/core/application.scss */
.mailing-list p {
  zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px;
  line-height: 18px;
  line-height: 1.8rem;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.mailing-list p:before, .mailing-list p:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.mailing-list p:after {
  clear: both;
}

/* line 1502, app/assets/stylesheets/core/application.scss */
.mailing-list input {
  padding: 7px 5px;
}

/* line 1506, app/assets/stylesheets/core/application.scss */
.mailing-list input[type="submit"] {
  float: right;
  margin-top: 10px;
  padding: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 1516, app/assets/stylesheets/core/application.scss */
.menu-icon {
  display: none;
  padding: 5px 0;
  position: relative;
  float: right;
  color: #FFFFFF;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 200;
  margin-top: 10px;
}

/* line 1526, app/assets/stylesheets/core/application.scss */
.menu-icon:hover {
  text-decoration: none;
}

/* line 1531, app/assets/stylesheets/core/application.scss */
.close-icon {
  color: #FFFFFF;
  display: block;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 200;
  float: right;
  margin: 50px 0px;
}

/* line 1540, app/assets/stylesheets/core/application.scss */
.close-icon:hover {
  text-decoration: none;
}

/* line 1545, app/assets/stylesheets/core/application.scss */
#mobile-nav {
  width: 25%;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0e1f2f;
  z-index: 99999;
  box-sizing: content-box;
  right: -110%;
  transition: right 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  padding: 0 10%;
}

/* line 1559, app/assets/stylesheets/core/application.scss */
#mobile-nav .links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1565, app/assets/stylesheets/core/application.scss */
#mobile-nav .primary {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

/* line 1570, app/assets/stylesheets/core/application.scss */
#mobile-nav .primary li {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  padding: 10px;
}

/* line 1576, app/assets/stylesheets/core/application.scss */
#mobile-nav .primary li a {
  color: #FFFFFF;
  display: block;
}

/* line 1584, app/assets/stylesheets/core/application.scss */
#mobile-nav .secondary {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 1589, app/assets/stylesheets/core/application.scss */
#mobile-nav .secondary li {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
}

/* line 1593, app/assets/stylesheets/core/application.scss */
#mobile-nav .secondary li a {
  color: #FBFBFB;
}

/* line 1600, app/assets/stylesheets/core/application.scss */
.mobile-nav-open {
  height: 100vh !important;
  overflow: hidden !important;
}

/* line 1604, app/assets/stylesheets/core/application.scss */
.mobile-nav-open #mobile-nav {
  right: 0;
}

/* line 1608, app/assets/stylesheets/core/application.scss */
.mobile-nav-open .overlay {
  opacity: .8;
}

/* line 1615, app/assets/stylesheets/core/application.scss */
#footer {
  background: #0e1f2f;
  height: 420px;
  width: 100%;
  padding: 80px 0px;
  font-size: 14px;
}

/* line 1622, app/assets/stylesheets/core/application.scss */
#footer a {
  color: #FFFFFF;
}

/* line 1625, app/assets/stylesheets/core/application.scss */
#footer a:hover {
  color: #3391ef;
  text-decoration: none;
}

/* line 1631, app/assets/stylesheets/core/application.scss */
#footer h5 {
  color: #8c959e;
}

/* line 1635, app/assets/stylesheets/core/application.scss */
#footer p {
  margin-bottom: 5px;
}

/* line 1639, app/assets/stylesheets/core/application.scss */
#footer ul {
  list-style: none;
  margin-left: 0px;
}

/* line 1644, app/assets/stylesheets/core/application.scss */
#footer .certificates {
  margin-top: 50px;
}

/* line 1647, app/assets/stylesheets/core/application.scss */
#footer .certificates img {
  margin-right: 20px;
  opacity: .6;
}

/* line 1653, app/assets/stylesheets/core/application.scss */
#footer .social {
  position: absolute;
  bottom: 0;
  line-height: 24px;
}

/* line 1658, app/assets/stylesheets/core/application.scss */
#footer .social > * {
  display: inline;
}

/* line 1662, app/assets/stylesheets/core/application.scss */
#footer .social ul {
  margin-right: 20px;
}

/* line 1665, app/assets/stylesheets/core/application.scss */
#footer .social ul li {
  font-size: 24px;
  display: inline-block;
}

/* line 1672, app/assets/stylesheets/core/application.scss */
#footer .icon {
  font-family: 'Alpine-Answers';
}

/* line 1677, app/assets/stylesheets/core/application.scss */
#footer .cols {
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
#footer .cols:before, #footer .cols:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
#footer .cols:after {
  clear: both;
}

/* line 1681, app/assets/stylesheets/core/application.scss */
#footer .col_2-3 {
  width: 65.6%;
}

/* line 1685, app/assets/stylesheets/core/application.scss */
#footer .col_1-3 {
  width: 31.2%;
}

/* line 1689, app/assets/stylesheets/core/application.scss */
.footer-nav {
  width: 39.3292682927%;
  float: left;
}

/* line 1693, app/assets/stylesheets/core/application.scss */
.footer-nav ul {
  list-style: none;
  margin: 0;
}

/* line 1698, app/assets/stylesheets/core/application.scss */
.footer-nav li {
  margin-bottom: 5px;
}

/* line 1702, app/assets/stylesheets/core/application.scss */
.footer-nav a {
  opacity: 0.7;
}

/* line 1705, app/assets/stylesheets/core/application.scss */
.footer-nav a:hover {
  opacity: 1;
}

/* line 1711, app/assets/stylesheets/core/application.scss */
#footer .logos {
  width: 60.6707317073%;
  float: left;
}

/* line 1715, app/assets/stylesheets/core/application.scss */
#footer .logos img {
  display: inline-block;
  margin-right: 10%;
}

/* line 1722, app/assets/stylesheets/core/application.scss */
#footer .tel {
  color: #FFFFFF;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 15px;
  font-weight: 300;
}

/* line 1730, app/assets/stylesheets/core/application.scss */
#footer h4 {
  margin-bottom: 10px;
}

/* line 1734, app/assets/stylesheets/core/application.scss */
#footer .contact-times {
  color: #FFFFFF;
}

/* line 1737, app/assets/stylesheets/core/application.scss */
#footer .contact-times span {
  opacity: 0.7;
  margin-left: 10px;
}

/* line 1742, app/assets/stylesheets/core/application.scss */
#footer .contact-times p {
  margin-bottom: 5px;
}

/* line 1746, app/assets/stylesheets/core/application.scss */
#footer .contact-times div {
  margin-bottom: 15px;
}

/* line 1750, app/assets/stylesheets/core/application.scss */
#footer .contact-times h5 {
  margin-bottom: 5px;
}

/* line 1756, app/assets/stylesheets/core/application.scss */
.bottom-links {
  border-top: 1px solid #274057;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 1766, app/assets/stylesheets/core/application.scss */
.bottom-links {
  color: #FFFFFF;
}

/* line 1769, app/assets/stylesheets/core/application.scss */
.bottom-links ul {
  list-style: none;
  margin: 0;
}

/* line 1774, app/assets/stylesheets/core/application.scss */
.bottom-links li {
  float: left;
  margin-right: 30px;
}

/* line 1779, app/assets/stylesheets/core/application.scss */
.bottom-links .icon {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 1783, app/assets/stylesheets/core/application.scss */
.bottom-links a {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 1789, app/assets/stylesheets/core/application.scss */
  body {
    margin-bottom: 0;
  }
  /* line 1793, app/assets/stylesheets/core/application.scss */
  #footer {
    position: static;
    height: auto;
  }
  /* line 1797, app/assets/stylesheets/core/application.scss */
  #footer [class^="col"] {
    width: 100%;
    margin: 0 0 20px;
  }
  /* line 1803, app/assets/stylesheets/core/application.scss */
  .footer-nav {
    display: none;
  }
  /* line 1807, app/assets/stylesheets/core/application.scss */
  .bottom-links {
    position: static;
  }
  /* line 1810, app/assets/stylesheets/core/application.scss */
  .bottom-links .container {
    padding: 0;
  }
  /* line 1814, app/assets/stylesheets/core/application.scss */
  .bottom-links .right {
    display: none;
  }
  /* line 1819, app/assets/stylesheets/core/application.scss */
  #footer .contact-times {
    margin-top: 40px;
  }
}

/* line 1827, app/assets/stylesheets/core/application.scss */
.intro {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding-top: 200px;
}

/* line 1834, app/assets/stylesheets/core/application.scss */
.home-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #0e1f2f;
  top: -130px;
}

/* line 1842, app/assets/stylesheets/core/application.scss */
.home-slider h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

/* line 1852, app/assets/stylesheets/core/application.scss */
.home-slider h2 {
  font-size: 9.5vw;
  line-height: 9.5vw;
  font-weight: 300;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  letter-spacing: -8px;
  color: #FFFFFF;
  margin: 0;
}

/* line 1863, app/assets/stylesheets/core/application.scss */
.home-slider h3 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  margin-top: 10px;
}

/* line 1874, app/assets/stylesheets/core/application.scss */
.home-slider p {
  max-width: 80%;
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
}

/* line 1880, app/assets/stylesheets/core/application.scss */
.home-slider .text-swiper {
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 0;
  width: 100vw;
  color: white;
  transform: translateY(-50%);
  user-select: none;
}

/* line 1891, app/assets/stylesheets/core/application.scss */
.home-slider .image-swiper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  user-select: none !important;
}

/* line 1901, app/assets/stylesheets/core/application.scss */
.home-slider .image-swiper .swiper-slide {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 1909, app/assets/stylesheets/core/application.scss */
.home-slider .protect {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: none;
  background-image: -webkit-linear-gradient(35deg, black -10%, rgba(0, 0, 0, 0) 80%);
  background-image: linear-gradient(35deg, black -10%, rgba(0, 0, 0, 0) 80%);
}

/* line 1920, app/assets/stylesheets/core/application.scss */
.offers {
  margin-top: 90px !important;
  margin-bottom: 60px !important;
}

/* line 1925, app/assets/stylesheets/core/application.scss */
.chalet-item,
.hotel-item,
.resort-item {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  min-height: 275px;
  border: 1px solid #D6D6D6;
}

/* line 1934, app/assets/stylesheets/core/application.scss */
.chalet-item:hover,
.hotel-item:hover,
.resort-item:hover {
  background-color: #FBFBFB;
}

/* line 1937, app/assets/stylesheets/core/application.scss */
.chalet-item:hover h3,
.hotel-item:hover h3,
.resort-item:hover h3 {
  color: #3391ef;
}

/* line 1941, app/assets/stylesheets/core/application.scss */
.chalet-item:hover .image .bg,
.hotel-item:hover .image .bg,
.resort-item:hover .image .bg {
  transform: scale(1.2);
}

/* line 1946, app/assets/stylesheets/core/application.scss */
.chalet-item .image,
.hotel-item .image,
.resort-item .image {
  overflow: hidden;
}

/* line 1949, app/assets/stylesheets/core/application.scss */
.chalet-item .image .bg,
.hotel-item .image .bg,
.resort-item .image .bg {
  position: relative;
  width: 100%;
  min-height: 280px;
  background-color: #FBFBFB;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1s ease-out;
}

/* line 1961, app/assets/stylesheets/core/application.scss */
.chalet-item .shortlist,
.hotel-item .shortlist,
.resort-item .shortlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 900;
}

/* line 1972, app/assets/stylesheets/core/application.scss */
.chalet-item .shortlist .icon,
.hotel-item .shortlist .icon,
.resort-item .shortlist .icon {
  font-size: 30px;
  line-height: 40px;
  color: #0e1f2f;
}

/* line 1980, app/assets/stylesheets/core/application.scss */
.chalet-item .corner-ribbon,
.hotel-item .corner-ribbon,
.resort-item .corner-ribbon {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  position: absolute;
  text-align: center;
  letter-spacing: 1px;
  top: 10px;
  left: -40px;
  color: #FFFFFF;
  background: #3391ef;
  display: block;
  width: 150px;
  padding: 8px 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  line-height: 25px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  z-index: 50;
}

/* line 2001, app/assets/stylesheets/core/application.scss */
.chalet-item .content,
.hotel-item .content,
.resort-item .content {
  position: relative;
  padding: 20px !important;
}

/* line 2005, app/assets/stylesheets/core/application.scss */
.chalet-item .content .title,
.hotel-item .content .title,
.resort-item .content .title {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 2010, app/assets/stylesheets/core/application.scss */
.chalet-item .content .title .details,
.hotel-item .content .title .details,
.resort-item .content .title .details {
  margin-top: 10px;
}

/* line 2013, app/assets/stylesheets/core/application.scss */
.chalet-item .content .title .details .icon:before,
.hotel-item .content .title .details .icon:before,
.resort-item .content .title .details .icon:before {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}

/* line 2018, app/assets/stylesheets/core/application.scss */
.chalet-item .content .title .details .flake-ratings,
.chalet-item .content .title .details .star-ratings,
.hotel-item .content .title .details .flake-ratings,
.hotel-item .content .title .details .star-ratings,
.resort-item .content .title .details .flake-ratings,
.resort-item .content .title .details .star-ratings {
  float: left;
  margin-right: 20px !important;
}

/* line 2024, app/assets/stylesheets/core/application.scss */
.chalet-item .content .title .details .sleeps,
.chalet-item .content .title .details .board,
.hotel-item .content .title .details .sleeps,
.hotel-item .content .title .details .board,
.resort-item .content .title .details .sleeps,
.resort-item .content .title .details .board {
  clear: both;
}

/* line 2028, app/assets/stylesheets/core/application.scss */
.chalet-item .content .title .details .sleeps .beds,
.chalet-item .content .title .details .board .beds,
.hotel-item .content .title .details .sleeps .beds,
.hotel-item .content .title .details .board .beds,
.resort-item .content .title .details .sleeps .beds,
.resort-item .content .title .details .board .beds {
  display: inline-block;
  color: #6fb613;
  margin-left: 20px;
}

/* line 2037, app/assets/stylesheets/core/application.scss */
.chalet-item .content .pricing,
.hotel-item .content .pricing,
.resort-item .content .pricing {
  width: 40%;
  float: right;
  text-align: right;
}

/* line 2042, app/assets/stylesheets/core/application.scss */
.chalet-item .content .pricing .price,
.hotel-item .content .pricing .price,
.resort-item .content .pricing .price {
  display: block;
  font-family: "Antonio", sans-serif;
  color: #3391ef;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
}

/* line 2049, app/assets/stylesheets/core/application.scss */
.chalet-item .content .pricing .price span,
.hotel-item .content .pricing .price span,
.resort-item .content .pricing .price span {
  font-size: 20px;
  font-size: 2rem;
}

/* line 2054, app/assets/stylesheets/core/application.scss */
.chalet-item .content .pricing .was,
.hotel-item .content .pricing .was,
.resort-item .content .pricing .was {
  color: #C71C1C;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: line-through;
  white-space: nowrap;
}

/* line 2064, app/assets/stylesheets/core/application.scss */
.chalet-item .content .deal-details,
.hotel-item .content .deal-details,
.resort-item .content .deal-details {
  clear: both;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #D6D6D6;
}

/* line 2070, app/assets/stylesheets/core/application.scss */
.chalet-item .content .deal-details ul,
.hotel-item .content .deal-details ul,
.resort-item .content .deal-details ul {
  margin: 0;
}

/* line 2074, app/assets/stylesheets/core/application.scss */
.chalet-item .content .deal-details li,
.hotel-item .content .deal-details li,
.resort-item .content .deal-details li {
  list-style: none;
  display: block;
}

/* line 2078, app/assets/stylesheets/core/application.scss */
.chalet-item .content .deal-details li .icon,
.hotel-item .content .deal-details li .icon,
.resort-item .content .deal-details li .icon {
  vertical-align: unset;
  line-height: 30px;
  font-size: 1.5em;
}

/* line 2084, app/assets/stylesheets/core/application.scss */
.chalet-item .content .deal-details li:last-of-type,
.hotel-item .content .deal-details li:last-of-type,
.resort-item .content .deal-details li:last-of-type {
  margin-right: 0;
}

/* line 2090, app/assets/stylesheets/core/application.scss */
.chalet-item .content .property_details,
.hotel-item .content .property_details,
.resort-item .content .property_details {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #D6D6D6;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 2097, app/assets/stylesheets/core/application.scss */
.chalet-item .content .property_details a,
.chalet-item .content .property_details span,
.hotel-item .content .property_details a,
.hotel-item .content .property_details span,
.resort-item .content .property_details a,
.resort-item .content .property_details span {
  vertical-align: middle;
}

/* line 2101, app/assets/stylesheets/core/application.scss */
.chalet-item .content .property_details a::after,
.chalet-item .content .property_details span::after,
.hotel-item .content .property_details a::after,
.hotel-item .content .property_details span::after,
.resort-item .content .property_details a::after,
.resort-item .content .property_details span::after {
  content: "|";
  margin: 0px 5px;
}

/* line 2107, app/assets/stylesheets/core/application.scss */
.chalet-item .content .property_details a:last-of-type::after,
.chalet-item .content .property_details span:last-of-type::after,
.hotel-item .content .property_details a:last-of-type::after,
.hotel-item .content .property_details span:last-of-type::after,
.resort-item .content .property_details a:last-of-type::after,
.resort-item .content .property_details span:last-of-type::after {
  content: "";
  margin: 0px;
}

/* line 2116, app/assets/stylesheets/core/application.scss */
.chalet-item .tooltip-tip,
.hotel-item .tooltip-tip,
.resort-item .tooltip-tip {
  margin-top: 25px;
}

/* line 2120, app/assets/stylesheets/core/application.scss */
.chalet-item a,
.hotel-item a,
.resort-item a {
  color: #0e1f2f;
  text-decoration: none;
  display: block;
}

/* line 2126, app/assets/stylesheets/core/application.scss */
.chalet-item h3,
.chalet-item p,
.hotel-item h3,
.hotel-item p,
.resort-item h3,
.resort-item p {
  margin: 0;
}

/* line 2134, app/assets/stylesheets/core/application.scss */
.chalet-item .content .title {
  width: 60%;
}

/* line 2140, app/assets/stylesheets/core/application.scss */
.for-everyone {
  position: relative;
  margin-top: 90px;
  margin-bottom: 90px;
  overflow-x: hidden;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.for-everyone:before, .for-everyone:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.for-everyone:after {
  clear: both;
}

/* line 2148, app/assets/stylesheets/core/application.scss */
.for-everyone .swiper-wrapper {
  margin: 50px 0px;
}

/* line 2152, app/assets/stylesheets/core/application.scss */
.for-everyone .arrows {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 124px;
}

/* line 2159, app/assets/stylesheets/core/application.scss */
.for-everyone .box {
  position: relative;
  height: 500px;
  overflow: hidden;
}

/* line 2164, app/assets/stylesheets/core/application.scss */
.for-everyone .box:not(.swiper-slide-visible) {
  opacity: .2;
}

/* line 2173, app/assets/stylesheets/core/application.scss */
.for-everyone .box .title {
  position: absolute;
  color: #FFFFFF;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
  max-width: 60%;
  transition: opacity .5s ease-out;
}

/* line 2183, app/assets/stylesheets/core/application.scss */
.for-everyone .box .protect {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: none;
  background-image: -webkit-linear-gradient(35deg, black -10%, rgba(0, 0, 0, 0) 80%);
  background-image: linear-gradient(35deg, black -10%, rgba(0, 0, 0, 0) 80%);
  z-index: 10;
  transition: opacity .5s ease-out;
}

/* line 2192, app/assets/stylesheets/core/application.scss */
.for-everyone .box .bg {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: 50% 50%;
  padding: 30px;
  transition: transform 1s ease-out;
}

/* line 2202, app/assets/stylesheets/core/application.scss */
.for-everyone .box:hover .bg {
  transform: scale(1.2);
}

/* line 2206, app/assets/stylesheets/core/application.scss */
.for-everyone .box:hover .title,
.for-everyone .box:hover .protect {
  opacity: 0;
}

/* line 2214, app/assets/stylesheets/core/application.scss */
.grey-bg {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #FBFBFB;
}

/* line 2220, app/assets/stylesheets/core/application.scss */
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  padding: 15px !important;
  background-color: #0e1f2f !important;
  color: #FFFFFF !important;
}

/* line 2228, app/assets/stylesheets/core/application.scss */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #3391ef !important;
}

/* line 2235, app/assets/stylesheets/core/application.scss */
.swiper-button-prev:after {
  content: '←' !important;
  font-size: 14px !important;
}

/* line 2242, app/assets/stylesheets/core/application.scss */
.swiper-button-next:after {
  content: '→' !important;
  font-size: 14px !important;
}

/* line 2248, app/assets/stylesheets/core/application.scss */
.early-booking-offers {
  margin: 3rem 0;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.early-booking-offers:before, .early-booking-offers:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.early-booking-offers:after {
  clear: both;
}

/* line 2254, app/assets/stylesheets/core/application.scss */
.early-booking-offers .box {
  position: relative;
  float: left;
  display: block;
  margin-bottom: 4px;
}

/* line 2260, app/assets/stylesheets/core/application.scss */
.early-booking-offers .box h3 {
  position: absolute;
  color: #FFFFFF;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
}

/* line 2268, app/assets/stylesheets/core/application.scss */
.early-booking-offers .box .protect {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: none;
  background-image: -webkit-linear-gradient(35deg, black -10%, rgba(0, 0, 0, 0) 80%);
  background-image: linear-gradient(35deg, black -10%, rgba(0, 0, 0, 0) 80%);
  z-index: 10;
}

/* line 2276, app/assets/stylesheets/core/application.scss */
.early-booking-offers .box .bg {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  padding: 30px;
}

/* line 2284, app/assets/stylesheets/core/application.scss */
.early-booking-offers .box a {
  display: block;
  height: 100%;
}

/* line 2289, app/assets/stylesheets/core/application.scss */
.early-booking-offers .box a:hover span {
  background: #0e1f2f;
}

/* line 2295, app/assets/stylesheets/core/application.scss */
.early-booking-offers .box span {
  position: absolute;
  bottom: 0;
  display: block;
  background: #0e1f2f;
  width: 100%;
  padding: 1.5rem 4rem 1.5rem 2rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
}

/* line 2306, app/assets/stylesheets/core/application.scss */
.early-booking-offers .box span:after {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 1rem;
  content: "\e616";
  font-size: 2.6rem;
}

/* line 2317, app/assets/stylesheets/core/application.scss */
.early-booking-offers li:first-child,
.early-booking-offers li:nth-child(4n+1) {
  margin-left: 0;
}

@media (max-width: 767px) {
  /* line 2323, app/assets/stylesheets/core/application.scss */
  .early-booking-offers li {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* line 2331, app/assets/stylesheets/core/application.scss */
.usps img {
  margin: 30px 0px;
}

/* line 2337, app/assets/stylesheets/core/application.scss */
.trust img {
  margin-bottom: 10px;
}

/* line 2342, app/assets/stylesheets/core/application.scss */
.in-a-hurry-block {
  background: url(/assets/new/in-a-hurry-2131b2f80dd6c586e323511fa4e16e4484134df128bb175fc3415a088615efa2.jpg) no-repeat 0 0;
  background-size: cover;
  border: 5px solid #7696b2;
  height: 230px;
  padding: 0 4rem;
  position: relative;
}

/* line 2350, app/assets/stylesheets/core/application.scss */
.in-a-hurry-block h2 {
  font-size: 6.2rem;
  line-height: 210px;
  color: #0e1f2f;
}

/* line 2356, app/assets/stylesheets/core/application.scss */
.in-a-hurry-block div {
  position: absolute;
  right: 4rem;
  width: 35%;
  bottom: 1rem;
}

/* line 2363, app/assets/stylesheets/core/application.scss */
.in-a-hurry-block .btn {
  width: 100%;
}

/* line 2367, app/assets/stylesheets/core/application.scss */
.in-a-hurry-block p {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  /* line 2342, app/assets/stylesheets/core/application.scss */
  .in-a-hurry-block {
    display: none;
  }
}

/* line 2378, app/assets/stylesheets/core/application.scss */
.black-block {
  background: url(/assets/home/black-friday-3627a3e579b4cb726683788ea26f55a69e0b5873a36551d43c4b55b83e3834c3.jpg) no-repeat 0 0;
  background-size: cover;
  border: 5px solid #383838;
  height: 230px;
  padding: 0 4rem;
  position: relative;
  margin-top: 2rem;
}

/* line 2387, app/assets/stylesheets/core/application.scss */
.black-block .black-block-title {
  width: 50%;
  position: absolute;
  left: 2rem;
}

/* line 2393, app/assets/stylesheets/core/application.scss */
.black-block h2 {
  font-size: 6rem;
  color: #FFFFFF;
}

/* line 2398, app/assets/stylesheets/core/application.scss */
.black-block div {
  position: absolute;
  right: 4rem;
  width: 35%;
  bottom: 1rem;
}

/* line 2405, app/assets/stylesheets/core/application.scss */
.black-block .btn {
  width: 100%;
  font-weight: normal;
}

/* line 2410, app/assets/stylesheets/core/application.scss */
.black-block p {
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

/* line 2416, app/assets/stylesheets/core/application.scss */
.black-block .btn-green {
  margin-bottom: 10px;
  background-color: #4CAF50;
}

/* line 2421, app/assets/stylesheets/core/application.scss */
.black-block .btn-green:hover {
  background-color: #43a047;
}

@media (max-width: 767px) {
  /* line 2378, app/assets/stylesheets/core/application.scss */
  .black-block {
    display: none;
  }
}

/* line 2430, app/assets/stylesheets/core/application.scss */
.slick-slider {
  margin-bottom: 0px !important;
}

/* line 2434, app/assets/stylesheets/core/application.scss */
#boxes {
  list-style: none;
  margin: 40px 0;
}

/* line 2438, app/assets/stylesheets/core/application.scss */
#boxes .slick-list {
  width: 1000px;
  max-width: 1030px;
  margin: 0 auto;
}

/* line 2443, app/assets/stylesheets/core/application.scss */
#boxes .slick-list img {
  width: 100%;
}

/* line 2448, app/assets/stylesheets/core/application.scss */
#boxes h3 {
  margin-bottom: 10px;
}

/* line 2452, app/assets/stylesheets/core/application.scss */
#boxes .slick-slide {
  height: 295px;
}

/* line 2456, app/assets/stylesheets/core/application.scss */
#boxes .slick-slide > div {
  position: relative;
  margin: 0 16px;
}

/* line 2461, app/assets/stylesheets/core/application.scss */
#boxes .slick-slide > div > a:after {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e609";
  color: #FFFFFF;
  padding: 20px;
  background: #0e1f2f;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 2472, app/assets/stylesheets/core/application.scss */
#boxes .slick-slide > div > a:hover:after {
  background: #C71C1C;
}

@media (max-width: 767px) {
  /* line 2434, app/assets/stylesheets/core/application.scss */
  #boxes {
    overflow: hidden;
    padding: 20px 0 0;
    background: #FFFFFF;
  }
  /* line 2481, app/assets/stylesheets/core/application.scss */
  #boxes .luxury-chalets {
    display: none;
  }
}

/* line 2487, app/assets/stylesheets/core/application.scss */
.slick-prev,
.slick-next {
  border-radius: 0px;
  width: 50px;
  height: 50px;
  background: #0e1f2f;
}

/* line 2494, app/assets/stylesheets/core/application.scss */
.slick-prev:hover,
.slick-next:hover {
  background: #3391ef;
}

/* line 2498, app/assets/stylesheets/core/application.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 2.6rem;
}

/* line 2504, app/assets/stylesheets/core/application.scss */
#home-page-copy {
  width: 31.2%;
  float: left;
}

/* line 2508, app/assets/stylesheets/core/application.scss */
#home-page-copy h1 {
  color: #FFFFFF;
}

/* line 2512, app/assets/stylesheets/core/application.scss */
#home-page-copy p {
  color: #99A5B0;
}

@media (max-width: 767px) {
  /* line 2504, app/assets/stylesheets/core/application.scss */
  #home-page-copy {
    width: 100%;
  }
}

/* line 2521, app/assets/stylesheets/core/application.scss */
.blog_module {
  padding-left: 36px;
}

/* line 2524, app/assets/stylesheets/core/application.scss */
.blog_module ul {
  list-style: none;
  margin: 0;
}

/* line 2529, app/assets/stylesheets/core/application.scss */
.blog_module li {
  margin-bottom: 30px;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.blog_module li:before, .blog_module li:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.blog_module li:after {
  clear: both;
}

/* line 2534, app/assets/stylesheets/core/application.scss */
.blog_module h4 {
  margin-bottom: 5px;
}

/* line 2538, app/assets/stylesheets/core/application.scss */
.blog_module .author {
  font-size: 14px;
  font-size: 1.4rem;
  color: #3391ef;
}

/* line 2543, app/assets/stylesheets/core/application.scss */
.blog_module .photo {
  float: left;
  margin-right: 10px;
  width: 75px;
}

/* line 2548, app/assets/stylesheets/core/application.scss */
.blog_module .photo img {
  width: 100%;
}

/* line 2553, app/assets/stylesheets/core/application.scss */
.blog_module .blog-content {
  padding-left: 90px;
}

@media (max-width: 767px) {
  /* line 2521, app/assets/stylesheets/core/application.scss */
  .blog_module {
    padding-left: 0;
  }
}

/* line 2562, app/assets/stylesheets/core/application.scss */
.home_info {
  position: relative;
  padding: 10px;
  text-align: center;
  min-height: 200px;
}

/* line 2568, app/assets/stylesheets/core/application.scss */
.home_info p {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}

/* line 2575, app/assets/stylesheets/core/application.scss */
a.btn_out_blue {
  background: none;
  border: 1px solid #3391ef;
  color: #3391ef;
}

/* line 2581, app/assets/stylesheets/core/application.scss */
a.btn_out_blue:hover {
  background: #3391ef;
  border: 1px solid #3391ef;
  color: #FFFFFF;
}

/* line 2587, app/assets/stylesheets/core/application.scss */
a.btn_out_red {
  background: none;
  border: 1px solid #C71C1C;
  color: #C71C1C;
}

/* line 2593, app/assets/stylesheets/core/application.scss */
a.btn_out_red:hover {
  background: #C71C1C;
  border: 1px solid #C71C1C;
  color: #FFFFFF;
}

/* line 2599, app/assets/stylesheets/core/application.scss */
a.btn.btn_secondary {
  background: #FBFBFB;
}

/* line 2602, app/assets/stylesheets/core/application.scss */
a.btn.btn_secondary:hover {
  background: #8c959e;
}

/* line 2607, app/assets/stylesheets/core/application.scss */
a.btn.btn_out_secondary {
  background: none;
  border: 1px solid #FBFBFB;
  color: #FBFBFB;
}

/* line 2612, app/assets/stylesheets/core/application.scss */
a.btn.btn_out_secondary:hover {
  border: 1px solid #8c959e;
  color: #FFFFFF;
  background: #8c959e;
}

/* line 2619, app/assets/stylesheets/core/application.scss */
a.btn.btn_out_dark {
  background: none;
  border: 1px solid #0e1f2f;
  color: #0e1f2f;
}

/* line 2624, app/assets/stylesheets/core/application.scss */
a.btn.btn_out_dark:hover {
  border: 1px solid #3391ef;
  color: #FFFFFF;
  background: #3391ef;
}

/* line 2631, app/assets/stylesheets/core/application.scss */
a.btn_sm {
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 2638, app/assets/stylesheets/core/application.scss */
.ski-hire-banner {
  position: relative;
  background: url(/assets/skihire/ski_hire_banner-d0322955af253d5f7f06cd7085b3d0fa0648b3151e45a08ac88df636c205744f.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 150px 0px;
  color: white;
}

/* line 2647, app/assets/stylesheets/core/application.scss */
.ski-hire-banner h2 {
  font-size: 80px;
  font-size: 8rem;
  line-height: 82px;
  line-height: 8.2rem;
  color: white;
}

/* line 2654, app/assets/stylesheets/core/application.scss */
.ski-hire-sticker {
  position: absolute;
  border-radius: 100%;
  top: 200px;
  right: 200px;
  height: 150px;
  width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e1f2f;
  color: #FFFFFF;
  font-family: "Antonio", sans-serif;
}

/* line 2669, app/assets/stylesheets/core/application.scss */
.ski-hire-sticker p {
  padding: 10% 0% 10% 0%;
  margin: 0;
}

/* line 2674, app/assets/stylesheets/core/application.scss */
.ski-hire-sticker strong {
  font-size: 2.6rem;
  line-height: 1.2;
}

/* line 2679, app/assets/stylesheets/core/application.scss */
.ski-hire-sticker small {
  font-size: 1.4rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  /* line 2654, app/assets/stylesheets/core/application.scss */
  .ski-hire-sticker {
    display: none;
  }
}

/* line 2691, app/assets/stylesheets/core/application.scss */
#shortlist-message {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 550px;
  background: #FFFFFF;
  padding: 30px 30px 10px;
}

/* line 2700, app/assets/stylesheets/core/application.scss */
#newsletter-message {
  position: relative;
  margin: 0 auto;
  max-width: 550px;
  background: #FFFFFF;
  padding: 30px 30px 10px;
}

/* line 2707, app/assets/stylesheets/core/application.scss */
#newsletter-message .form {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  background: #FFFFFF;
  padding: 30px;
}

/* line 2717, app/assets/stylesheets/core/application.scss */
#newsletter-message .mc-field-group {
  margin-bottom: 15px;
}

/* line 2721, app/assets/stylesheets/core/application.scss */
#newsletter-message .mergeRow-gdpr {
  margin-bottom: 15px;
}

/* line 2725, app/assets/stylesheets/core/application.scss */
#newsletter-message button:hover {
  color: #111111;
  background-color: transparent;
  background-image: none;
}

/* line 2733, app/assets/stylesheets/core/application.scss */
.chalet-title {
  float: left;
  margin-bottom: 10px;
}

/* line 2737, app/assets/stylesheets/core/application.scss */
.chalet-title h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  margin-bottom: 0;
}

/* line 2743, app/assets/stylesheets/core/application.scss */
.chalet-title p {
  color: #3391ef;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}

/* line 2749, app/assets/stylesheets/core/application.scss */
.chalet-title p a {
  margin-right: 40px;
}

/* line 2753, app/assets/stylesheets/core/application.scss */
.chalet-title .icon:before {
  font-size: 40px;
  font-size: 4rem;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  /* line 2733, app/assets/stylesheets/core/application.scss */
  .chalet-title {
    float: none;
    margin-bottom: 0;
  }
  /* line 2762, app/assets/stylesheets/core/application.scss */
  .chalet-title h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 2;
  }
  /* line 2767, app/assets/stylesheets/core/application.scss */
  .chalet-title p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 2771, app/assets/stylesheets/core/application.scss */
  .chalet-title .icon:before {
    font-size: 30px;
    font-size: 3rem;
    vertical-align: bottom;
  }
}

/* line 2778, app/assets/stylesheets/core/application.scss */
.ourVerdict {
  clear: both;
}

/* line 2781, app/assets/stylesheets/core/application.scss */
.ourVerdict blockquote.sml {
  float: right;
  margin-bottom: 0px;
  padding-top: 0px;
}

/* line 2787, app/assets/stylesheets/core/application.scss */
.ourVerdict .rating {
  float: right;
}

/* line 2792, app/assets/stylesheets/core/application.scss */
.ourVerdict .icon-aa-heart {
  margin-left: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  float: left;
  color: #C71C1C;
}

@media (max-width: 767px) {
  /* line 2800, app/assets/stylesheets/core/application.scss */
  .ourVerdict blockquote.sml {
    float: none;
  }
}

/* line 2806, app/assets/stylesheets/core/application.scss */
.chalet-links {
  float: right;
  margin-top: 5px;
}

/* line 2810, app/assets/stylesheets/core/application.scss */
.chalet-links .booking_enquiry {
  background-color: #C71C1C;
}

/* line 2814, app/assets/stylesheets/core/application.scss */
.chalet-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 2820, app/assets/stylesheets/core/application.scss */
.chalet-links li {
  margin-left: 20px;
  float: left;
  display: inline;
}

@media (max-width: 767px) {
  /* line 2806, app/assets/stylesheets/core/application.scss */
  .chalet-links {
    float: none;
  }
  /* line 2827, app/assets/stylesheets/core/application.scss */
  .chalet-links:after {
    content: "";
    display: block;
    clear: both;
  }
  /* line 2835, app/assets/stylesheets/core/application.scss */
  .chalet-links li {
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  /* line 2841, app/assets/stylesheets/core/application.scss */
  .chalet-links li:first-child {
    margin-right: 0px;
  }
}

/* line 2847, app/assets/stylesheets/core/application.scss */
#gallery_wrap {
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 2847, app/assets/stylesheets/core/application.scss */
  #gallery_wrap {
    height: 270px;
    margin-bottom: 30px;
  }
}

/* line 2859, app/assets/stylesheets/core/application.scss */
#gallery > .slides {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 2864, app/assets/stylesheets/core/application.scss */
#gallery > .slides > ul > li {
  width: 620px;
  opacity: 0.6;
  text-align: center;
  position: relative;
  text-align: center;
}

/* line 2871, app/assets/stylesheets/core/application.scss */
#gallery > .slides > ul > li img {
  max-width: 600px;
}

/* line 2876, app/assets/stylesheets/core/application.scss */
#gallery > .slides .active {
  opacity: 1;
}

@media (max-width: 767px) {
  /* line 2881, app/assets/stylesheets/core/application.scss */
  #gallery > .slides > ul > li {
    text-align: left;
    height: 270px;
  }
  /* line 2885, app/assets/stylesheets/core/application.scss */
  #gallery > .slides > ul > li img {
    max-height: 100%;
  }
}

@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  /* line 2893, app/assets/stylesheets/core/application.scss */
  #gallery_wrap {
    height: 370px;
  }
  /* line 2897, app/assets/stylesheets/core/application.scss */
  #gallery > .slides {
    position: absolute;
    left: 0;
    right: 0;
  }
  /* line 2902, app/assets/stylesheets/core/application.scss */
  #gallery > .slides > ul > li {
    height: 370px;
    width: 620px;
    opacity: 0.6;
    text-align: center;
    position: relative;
    text-align: center;
  }
  /* line 2910, app/assets/stylesheets/core/application.scss */
  #gallery > .slides > ul > li img {
    width: 100%;
  }
}

/* line 2917, app/assets/stylesheets/core/application.scss */
.slider_prev {
  left: 0;
  top: 37%;
  position: absolute;
}

/* line 2923, app/assets/stylesheets/core/application.scss */
.slider_next {
  position: absolute;
  right: 0;
  top: 37%;
}

/* line 2929, app/assets/stylesheets/core/application.scss */
.slider_prev > a,
.slider_next > a {
  display: block;
  text-indent: -9999px;
  height: 69px;
  width: 70px;
  overflow: hidden;
  opacity: .75;
}

/* line 2939, app/assets/stylesheets/core/application.scss */
.slider_prev a:focus,
.slider_prev a:hover,
.slider_next a:focus,
.slider_next a:hover {
  opacity: 1;
}

/* line 2946, app/assets/stylesheets/core/application.scss */
.slides {
  overflow: hidden;
}

/* line 2950, app/assets/stylesheets/core/application.scss */
.slides > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  height: 100%;
}

/* line 2958, app/assets/stylesheets/core/application.scss */
.slides > ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 2966, app/assets/stylesheets/core/application.scss */
.slides li {
  display: block;
  float: left;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  padding: 0;
  height: 100%;
}

/* line 2976, app/assets/stylesheets/core/application.scss */
.markers {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  margin: 0;
}

/* line 2987, app/assets/stylesheets/core/application.scss */
.markers li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}

/* line 2997, app/assets/stylesheets/core/application.scss */
.markers li a {
  border: 0;
  background: #CCCCCC;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
  border-radius: 1px;
}

/* line 3012, app/assets/stylesheets/core/application.scss */
.markers li a:hover {
  background: #3391ef;
}

/* line 3017, app/assets/stylesheets/core/application.scss */
.markers li a:focus {
  outline: none;
}

/* line 3021, app/assets/stylesheets/core/application.scss */
.markers .current a {
  background: #C71C1C;
}

@media (max-width: 767px) {
  /* line 3026, app/assets/stylesheets/core/application.scss */
  .markers {
    display: none;
  }
}

/* line 3031, app/assets/stylesheets/core/application.scss */
content {
  padding-top: 500px !important;
}

/* line 3035, app/assets/stylesheets/core/application.scss */
.chalet {
  position: relative;
}

/* line 3038, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header {
  zoom: 1;
  position: relative;
  height: 100vh;
  background: #0e1f2f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: -130px;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.chalet .chalet-header:before, .chalet .chalet-header:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.chalet .chalet-header:after {
  clear: both;
}

/* line 3048, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description {
  position: relative;
  width: 41.666%;
  height: 100vh;
  background: rgba(14, 31, 47, 0.8);
  color: #FFFFFF !important;
  padding: 60px;
}

/* line 3056, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .content {
  position: relative;
  top: 55%;
  transform: translateY(-70%);
}

/* line 3061, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .content p {
  font-size: 20px;
  font-size: 2rem;
}

/* line 3066, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .rating {
  line-height: 45px;
  line-height: 4.5rem;
  margin-right: 50px;
  float: left;
  margin-top: 6px;
}

/* line 3072, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .rating .flake-ratings,
.chalet .chalet-header .description .rating .star-ratings {
  float: left;
  margin-right: 20px !important;
}

/* line 3078, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .rating .favourite {
  float: left;
  font-size: 2.4rem;
}

/* line 3086, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .sleeps {
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
}

/* line 3091, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .sleeps .icon {
  font-size: 28px;
  font-size: 2.8rem;
}

/* line 3096, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .links a {
  display: inline-block;
  margin: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 3101, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .links a:first-of-type {
  margin-left: 0;
}

/* line 3106, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .buttons {
  margin-top: 50px;
}

/* line 3110, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description h1 {
  font-size: 80px;
  font-size: 8rem;
  line-height: 82px;
  line-height: 8.2rem;
  color: #FFFFFF;
}

/* line 3116, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .description .star-ratings li:before,
.chalet .chalet-header .description .flake-ratings li:before {
  color: #FFFFFF;
}

/* line 3122, app/assets/stylesheets/core/application.scss */
.chalet .chalet-header .gallery {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #0e1f2f;
}

/* line 3132, app/assets/stylesheets/core/application.scss */
.col_1-2 {
  width: 50%;
}

/* line 3136, app/assets/stylesheets/core/application.scss */
.chalet > .container .col_2-3 {
  width: 61.6%;
}

/* line 3140, app/assets/stylesheets/core/application.scss */
.chalet > .container .col_1-3 {
  width: 32.6%;
  margin-left: 5.8%;
}

/* line 3145, app/assets/stylesheets/core/application.scss */
.pages-content .col_2-3 {
  width: 70%;
}

/* line 3149, app/assets/stylesheets/core/application.scss */
.pages-content {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 3157, app/assets/stylesheets/core/application.scss */
  .chalet [class^="col"],
.pages-content [class^="col"] {
    width: 100%;
    margin: 0;
  }
}

/* line 3166, app/assets/stylesheets/core/application.scss */
.chaletBlock dl {
  margin-bottom: 10px;
}

/* line 3170, app/assets/stylesheets/core/application.scss */
.chaletBlock dt,
.chaletBlock dd {
  margin-bottom: 15px;
}

/* line 3175, app/assets/stylesheets/core/application.scss */
.chaletBlock .facilities {
  float: none;
  clear: both;
}

/* line 3180, app/assets/stylesheets/core/application.scss */
.chaletBlock .facilities span {
  margin-bottom: 10px;
  display: block;
}

/* line 3185, app/assets/stylesheets/core/application.scss */
.chaletBlock .facilities span:last-child {
  margin-bottom: 0;
}

/* line 3191, app/assets/stylesheets/core/application.scss */
.commodities {
  margin: 60px 0px;
  color: #0e1f2f;
}

/* line 3195, app/assets/stylesheets/core/application.scss */
.commodities .cols_3 > * {
  margin: 0;
  margin-bottom: 20px;
}

/* line 3200, app/assets/stylesheets/core/application.scss */
.commodities .commodity {
  text-align: center;
  display: inline-block;
  margin-right: 30px;
}

/* line 3205, app/assets/stylesheets/core/application.scss */
.commodities .commodity .icon {
  font-size: 60px;
  display: block;
  margin: 0 auto;
}

/* line 3211, app/assets/stylesheets/core/application.scss */
.commodities .commodity span {
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 3218, app/assets/stylesheets/core/application.scss */
.chaletRooms ul {
  list-style: none;
  margin-left: 0;
}

/* line 3223, app/assets/stylesheets/core/application.scss */
.chaletRooms li {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3229, app/assets/stylesheets/core/application.scss */
.aa-says blockquote {
  position: relative;
  border-radius: 4px;
  margin-bottom: 0px;
}

/* line 3249, app/assets/stylesheets/core/application.scss */
.promo-block,
.comments {
  margin-top: 60px;
}

/* line 3253, app/assets/stylesheets/core/application.scss */
.promo-block > span,
.comments > span {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0e1f2f;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

/* line 3261, app/assets/stylesheets/core/application.scss */
.promo-block > div,
.promo-block > blockquote,
.comments > div,
.comments > blockquote {
  padding: 20px 24px;
  padding-left: 50px;
  color: #0e1f2f;
  border-left: 5px solid #0e1f2f;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 3269, app/assets/stylesheets/core/application.scss */
.promo-block > div p,
.promo-block > blockquote p,
.comments > div p,
.comments > blockquote p {
  margin-bottom: 5px;
}

/* line 3275, app/assets/stylesheets/core/application.scss */
.chaletPanel .col_1-2 {
  width: 42.4%;
}

@media (max-width: 767px) {
  /* line 3275, app/assets/stylesheets/core/application.scss */
  .chaletPanel .col_1-2 {
    width: 100%;
  }
}

/* line 3283, app/assets/stylesheets/core/application.scss */
.chaletPanel {
  padding: 60px 0px;
}

/* line 3286, app/assets/stylesheets/core/application.scss */
.chaletPanel dt {
  color: #3391ef;
  width: 40%;
  font-weight: 600;
  margin-right: 5%;
  margin-bottom: 10px;
}

/* line 3294, app/assets/stylesheets/core/application.scss */
.chaletPanel dd {
  width: 55%;
  margin-bottom: 10px;
}

/* line 3300, app/assets/stylesheets/core/application.scss */
.nextSeason {
  background: darkgrey;
}

/* line 3303, app/assets/stylesheets/core/application.scss */
.nextSeason th {
  background: #586c7e;
}

/* line 3308, app/assets/stylesheets/core/application.scss */
.paddingTop {
  padding-top: 50px;
}

/* line 3312, app/assets/stylesheets/core/application.scss */
#mapFrame,
.resort-map {
  margin-bottom: 50px;
}

/* line 3317, app/assets/stylesheets/core/application.scss */
#mapFrame,
.resort-map,
#map-inner {
  position: relative;
  height: 650px;
  width: 100%;
}

/* line 3325, app/assets/stylesheets/core/application.scss */
#map_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 3333, app/assets/stylesheets/core/application.scss */
#map-key {
  position: absolute;
  left: 10px;
  bottom: 30px;
  width: 100px;
  background-color: #FFFFFF;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  padding: 5px;
  color: #565656;
}

/* line 3344, app/assets/stylesheets/core/application.scss */
#map-key ul {
  float: none;
  width: 100%;
  list-style: none;
  margin: 0;
}

/* line 3351, app/assets/stylesheets/core/application.scss */
#map-key ul li img {
  width: 12px;
  height: 12px;
}

/* line 3358, app/assets/stylesheets/core/application.scss */
#map-key h5 {
  margin: 0;
}

/* line 3362, app/assets/stylesheets/core/application.scss */
#map-key #tourist-info {
  display: none;
}

/* line 3368, app/assets/stylesheets/core/application.scss */
div.key {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 100px;
  background-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #CCC;
  padding: 5px;
}

/* line 3380, app/assets/stylesheets/core/application.scss */
div.note {
  opacity: 0.0;
}

/* line 3384, app/assets/stylesheets/core/application.scss */
#mapframe:hover div.note {
  opacity: 1.0;
  position: absolute;
  right: 280px;
  top: 5px;
  background-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #CCC;
  padding: 5px;
}

/* line 3395, app/assets/stylesheets/core/application.scss */
div.key h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

/* line 3401, app/assets/stylesheets/core/application.scss */
div.key ul {
  margin: 5px;
}

/* line 3406, app/assets/stylesheets/core/application.scss */
div.key li img {
  margin: 0;
}

/* line 3410, app/assets/stylesheets/core/application.scss */
div.key li {
  font-size: 11px;
  list-style: none;
}

/* line 3415, app/assets/stylesheets/core/application.scss */
div.key li img {
  display: inline;
  margin-right: 5px;
  margin-top: 2px;
}

/* line 3421, app/assets/stylesheets/core/application.scss */
div.key dl dd {
  float: left;
  display: inline;
  height: 20px;
}

/* line 3427, app/assets/stylesheets/core/application.scss */
div.key p {
  clear: left;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

/* line 3434, app/assets/stylesheets/core/application.scss */
#results_map div.chalet_bubble img.thumbnail {
  /*display: none;*/
  height: 60px;
  width: 80px;
  width: 100%;
}

/* line 3442, app/assets/stylesheets/core/application.scss */
.ski-hire-shops .col_2-3 {
  width: 74.4%;
}

/* line 3446, app/assets/stylesheets/core/application.scss */
.ski-hire-shops .col_1-3 {
  width: 23.2%;
  margin-left: 2.4%;
}

@media (max-width: 767px) {
  /* line 3452, app/assets/stylesheets/core/application.scss */
  .ski-hire-shops [class^="col"] {
    width: 100%;
    margin: 0;
  }
}

/* line 3459, app/assets/stylesheets/core/application.scss */
table.hireshops {
  border: none;
}

/* line 3462, app/assets/stylesheets/core/application.scss */
table.hireshops td {
  border: none;
  border-left: 1px solid #CCCCCC;
  padding: 5px 20px;
  vertical-align: middle;
}

/* line 3469, app/assets/stylesheets/core/application.scss */
table.hireshops thead td {
  border-bottom: 1px solid #CCCCCC;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #0e1f2f;
}

/* line 3476, app/assets/stylesheets/core/application.scss */
table.hireshops tbody tr:first-child td {
  padding: 20px 20px 10px;
}

/* line 3480, app/assets/stylesheets/core/application.scss */
table.hireshops tbody tr:first-child td:first-child {
  padding-left: 0;
}

/* line 3484, app/assets/stylesheets/core/application.scss */
table.hireshops tr td:first-child {
  border-left: none;
  padding-left: 0;
}

/* line 3489, app/assets/stylesheets/core/application.scss */
table.hireshops .location {
  border-radius: 50%;
  background: #e56b60;
  color: #FFFFFF;
  border: 1px solid #222;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 38px;
  line-height: 3.8rem;
}

/* line 3503, app/assets/stylesheets/core/application.scss */
.star-ratings {
  list-style: none;
  margin: 0px;
}

/* line 3507, app/assets/stylesheets/core/application.scss */
.star-ratings li {
  display: inline-block;
  margin: 0px;
}

/* line 3511, app/assets/stylesheets/core/application.scss */
.star-ratings li:before {
  font-family: 'AlpineAnswersIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  content: "\e921";
  color: #0e1f2f;
  margin-left: -3px;
}

/* line 3521, app/assets/stylesheets/core/application.scss */
.star-ratings .off:before {
  opacity: 0.3;
}

/* line 3526, app/assets/stylesheets/core/application.scss */
.flake-ratings {
  list-style: none;
  margin: 0px;
}

/* line 3530, app/assets/stylesheets/core/application.scss */
.flake-ratings li {
  display: inline-block;
  margin: 0px;
}

/* line 3534, app/assets/stylesheets/core/application.scss */
.flake-ratings li:before {
  font-family: 'AlpineAnswersIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  content: "\e920";
  color: #0e1f2f;
  margin-left: -3px;
}

/* line 3545, app/assets/stylesheets/core/application.scss */
.flake-ratings .off:before {
  opacity: 0.3;
}

/* line 3551, app/assets/stylesheets/core/application.scss */
.ie8 .star-ratings .off:before {
  display: none;
}

/* line 3557, app/assets/stylesheets/core/application.scss */
.ie8 .flake-ratings .off:before {
  display: none;
}

/* line 3563, app/assets/stylesheets/core/application.scss */
.discount-quote p {
  margin-bottom: 10px;
}

/* line 3567, app/assets/stylesheets/core/application.scss */
.discount-quote h3 {
  color: #3391ef;
}

/* line 3572, app/assets/stylesheets/core/application.scss */
h3#price {
  margin: 0;
}

/* line 3577, app/assets/stylesheets/core/application.scss */
#pricingTable .price_table {
  background-color: #FFFFFF;
}

/* line 3581, app/assets/stylesheets/core/application.scss */
#pricingTable .price_hover:hover {
  background-color: rgba(51, 145, 239, 0.1) !important;
}

/* line 3585, app/assets/stylesheets/core/application.scss */
#pricingTable .price {
  font-weight: 600;
  white-space: nowrap;
  color: #3391ef;
}

/* line 3591, app/assets/stylesheets/core/application.scss */
#pricingTable .saving {
  font-weight: 600;
  white-space: nowrap;
  color: #6fb613;
}

/* line 3597, app/assets/stylesheets/core/application.scss */
#pricingTable .enquire {
  width: 114px;
}

/* line 3601, app/assets/stylesheets/core/application.scss */
#pricingTable .airports {
  width: 230px;
}

/* line 3605, app/assets/stylesheets/core/application.scss */
#pricingTable .date {
  width: 160px;
}

/* line 3609, app/assets/stylesheets/core/application.scss */
#pricingTable .no_deal {
  background: #eee;
  font-weight: 600;
}

@media (max-width: 767px) {
  /* line 3615, app/assets/stylesheets/core/application.scss */
  #pricingTable .date {
    min-width: 100px;
  }
}

/* line 3620, app/assets/stylesheets/core/application.scss */
#pricingTable .booking_enquiry {
  color: #C71C1C;
}

/* line 3624, app/assets/stylesheets/core/application.scss */
#pricingTable td {
  position: relative;
  padding: 8px;
}

/* line 3629, app/assets/stylesheets/core/application.scss */
#pricingTable th {
  padding: 15px 8px;
}

/* line 3634, app/assets/stylesheets/core/application.scss */
.nav-section {
  width: 100%;
}

/* line 3637, app/assets/stylesheets/core/application.scss */
.nav-section a.anchor {
  display: block;
  position: relative;
  top: -210px;
  visibility: hidden;
}

@media (max-width: 430px) {
  /* line 3637, app/assets/stylesheets/core/application.scss */
  .nav-section a.anchor {
    top: -160px;
  }
}

/* line 3649, app/assets/stylesheets/core/application.scss */
.property-nav {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 90px;
  width: 100%;
  margin-bottom: 60px;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #D6D6D6;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  background-color: #FFFFFF;
  z-index: 1000;
  margin-top: -120px;
}

/* line 3666, app/assets/stylesheets/core/application.scss */
.property-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

/* line 3673, app/assets/stylesheets/core/application.scss */
.property-nav ul li {
  list-style: none;
  text-align: center;
  flex-grow: 1;
}

/* line 3679, app/assets/stylesheets/core/application.scss */
.property-nav ul li:last-child {
  border-right: none;
}

/* line 3683, app/assets/stylesheets/core/application.scss */
.property-nav .current {
  color: #0e1f2f;
  border-bottom: 3px solid #0e1f2f;
}

/* line 3689, app/assets/stylesheets/core/application.scss */
.property-nav ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  color: #0e1f2f;
}

/* line 3696, app/assets/stylesheets/core/application.scss */
.property-nav li a:hover {
  color: #0e1f2f;
  border-bottom: 3px solid #0e1f2f;
}

@media (max-width: 430px) {
  /* line 3649, app/assets/stylesheets/core/application.scss */
  .property-nav {
    font-size: .8em;
    width: 100vw;
  }
  /* line 3706, app/assets/stylesheets/core/application.scss */
  .property-nav ul li {
    display: block;
  }
  /* line 3710, app/assets/stylesheets/core/application.scss */
  .property-nav li.mobile-hide {
    display: none;
  }
}

/* line 3717, app/assets/stylesheets/core/application.scss */
.item-sku p {
  font-size: 10px;
  margin: 0;
  position: absolute;
  bottom: 0px;
  right: 4px;
}

/* line 3726, app/assets/stylesheets/core/application.scss */
.chalet-notes {
  border: 1px dashed #70cbf4;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* line 3731, app/assets/stylesheets/core/application.scss */
.chalet-notes p {
  margin: 0px;
}

/* line 3738, app/assets/stylesheets/core/application.scss */
.piste-info {
  font-size: 24px;
  font-size: 2.4rem;
}

/* line 3741, app/assets/stylesheets/core/application.scss */
.piste-info .icon {
  color: #3391ef;
  font-size: 30px;
  font-size: 3rem;
  vertical-align: bottom;
  margin-right: 10px;
}

/* line 3751, app/assets/stylesheets/core/application.scss */
.airport-block dt,
.airport-block dd {
  width: 50%;
  float: left;
  margin: 0 0 15px;
}

/* line 3759, app/assets/stylesheets/core/application.scss */
.airport-block dd {
  width: 45%;
  margin-left: 5%;
  color: #DDD;
}

/* line 3767, app/assets/stylesheets/core/application.scss */
.feature-pages-block ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

/* line 3775, app/assets/stylesheets/core/application.scss */
.resort-stats .star-ratings li:before {
  color: #FFFFFF;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3780, app/assets/stylesheets/core/application.scss */
.resort-stats dt {
  color: #C7C8CA;
  width: 50%;
}

/* line 3785, app/assets/stylesheets/core/application.scss */
.resort-stats dt,
.resort-stats dd {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 3774, app/assets/stylesheets/core/application.scss */
  .resort-stats {
    margin-bottom: 30px !important;
  }
}

/* line 3795, app/assets/stylesheets/core/application.scss */
.feature-image {
  margin-top: 20px;
  position: relative;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.feature-image:before, .feature-image:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.feature-image:after {
  clear: both;
}

/* line 3800, app/assets/stylesheets/core/application.scss */
.feature-image img {
  max-width: 100%;
  float: right;
}

/* line 3805, app/assets/stylesheets/core/application.scss */
.feature-image .overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 15px 20px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
  max-width: 500px;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
}

/* line 3820, app/assets/stylesheets/core/application.scss */
*::-webkit-input-placeholder {
  color: #8c959e;
}

/* line 3823, app/assets/stylesheets/core/application.scss */
*::-webkit-input-placeholder:focus {
  color: #FFFFFF;
}

/* line 3828, app/assets/stylesheets/core/application.scss */
*:-moz-placeholder {
  color: #8c959e;
}

/* line 3831, app/assets/stylesheets/core/application.scss */
*:-moz-placeholder:focus {
  color: #FFFFFF;
}

/* line 3836, app/assets/stylesheets/core/application.scss */
*:-ms-input-placeholder {
  color: #8c959e;
}

/* line 3839, app/assets/stylesheets/core/application.scss */
*:-ms-input-placeholder:focus {
  color: #FFFFFF;
}

/* line 3844, app/assets/stylesheets/core/application.scss */
form.bar-search {
  border-bottom: 1px solid #D6D6D6;
  padding: 20px 0px;
}

/* line 3848, app/assets/stylesheets/core/application.scss */
form.bar-search ul {
  list-style: none;
  margin: 0;
}

/* line 3853, app/assets/stylesheets/core/application.scss */
form.bar-search li {
  width: 17.7083333333%;
  margin-left: 2.0833333333%;
  float: left;
}

@media (max-width: 767px) {
  /* line 3853, app/assets/stylesheets/core/application.scss */
  form.bar-search li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    float: none;
  }
}

/* line 3866, app/assets/stylesheets/core/application.scss */
form.bar-search li.resort {
  position: relative;
  width: 20.8333333333%;
}

/* line 3867, app/assets/stylesheets/core/application.scss */
form.bar-search li.resort input {
  padding-right: 30px;
}

/* line 3874, app/assets/stylesheets/core/application.scss */
form.bar-search li.resort .icon {
  position: absolute;
  top: 0;
  color: #3391ef;
  right: 10px;
  line-height: 50px;
  line-height: 5rem;
}

/* line 3883, app/assets/stylesheets/core/application.scss */
form.bar-search .first {
  margin-left: 0;
}

/* line 3887, app/assets/stylesheets/core/application.scss */
form.bar-search li.group-size {
  width: 19.7916666667%;
}

/* line 3891, app/assets/stylesheets/core/application.scss */
form.bar-search li.rating {
  width: 20.8333333333%;
}

/* line 3895, app/assets/stylesheets/core/application.scss */
form.bar-search li.departure {
  width: 19.7916666667%;
}

/* line 3899, app/assets/stylesheets/core/application.scss */
form.bar-search .actions {
  float: left;
  margin-left: 2.0833333333%;
  width: 10.4166666667%;
}

/* line 3904, app/assets/stylesheets/core/application.scss */
form.bar-search .actions input {
  width: 100%;
  height: 50px;
}

@media (max-width: 767px) {
  /* line 3844, app/assets/stylesheets/core/application.scss */
  form.bar-search {
    padding: 0;
  }
  /* line 3913, app/assets/stylesheets/core/application.scss */
  form.bar-search li.resort,
form.bar-search li.group-size,
form.bar-search li.rating,
form.bar-search li.departure,
form.bar-search div.actions {
    margin: 0 0 10px;
    width: 100%;
  }
}

/* line 3925, app/assets/stylesheets/core/application.scss */
.ui-autocomplete {
  z-index: 1000 !important;
}

/* line 3930, app/assets/stylesheets/core/application.scss */
#chalet_search_form ul > li {
  width: 31.94375%;
}

/* line 3934, app/assets/stylesheets/core/application.scss */
#chalet_search_form select {
  border: 1px solid #8c959e;
}

/* line 3937, app/assets/stylesheets/core/application.scss */
#chalet_search_form select:hover, #chalet_search_form select:focus {
  border: 1px solid #3391ef;
}

@media (max-width: 767px) {
  /* line 3944, app/assets/stylesheets/core/application.scss */
  #chalet_search_form ul > li {
    width: 100%;
  }
}

/* line 3952, app/assets/stylesheets/core/application.scss */
#resort_search_form .country,
#resort_search_form .ski-area {
  width: 48.9%;
}

@media (max-width: 767px) {
  /* line 3952, app/assets/stylesheets/core/application.scss */
  #resort_search_form .country,
#resort_search_form .ski-area {
    width: 100%;
  }
}

/* line 3964, app/assets/stylesheets/core/application.scss */
#hotel_search_form .resort,
#hotel_search_form .quality {
  width: 42.7083333333%;
}

@media (max-width: 767px) {
  /* line 3964, app/assets/stylesheets/core/application.scss */
  #hotel_search_form .resort,
#hotel_search_form .quality {
    width: 100%;
  }
}

/* line 3974, app/assets/stylesheets/core/application.scss */
.results-layout {
  float: right;
  margin: 20px 0;
}

/* line 3978, app/assets/stylesheets/core/application.scss */
.results-layout p {
  color: #666;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* line 3984, app/assets/stylesheets/core/application.scss */
.results-layout ol {
  list-style: none;
  margin: 0;
}

/* line 3989, app/assets/stylesheets/core/application.scss */
.results-layout li {
  float: left;
  margin-left: 10px;
}

@media (max-width: 767px) {
  /* line 3996, app/assets/stylesheets/core/application.scss */
  .results-layout {
    display: none;
  }
}

/* line 4001, app/assets/stylesheets/core/application.scss */
.search-filters {
  background: #FBFBFB;
  border: 1px solid #D6D6D6;
  color: #0e1f2f;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 4007, app/assets/stylesheets/core/application.scss */
.search-filters h5 {
  background-color: #0e1f2f;
  color: #FFFFFF;
  cursor: pointer;
  padding: 15px;
  margin: 0;
}

/* line 4015, app/assets/stylesheets/core/application.scss */
.search-filters h5:before {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e614";
  position: absolute;
  right: 5px;
  bottom: 17px;
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 4026, app/assets/stylesheets/core/application.scss */
.search-filters .active h5:before {
  content: "\e615";
}

/* line 4030, app/assets/stylesheets/core/application.scss */
.search-filters h6 {
  color: #0e1f2f;
}

/* line 4034, app/assets/stylesheets/core/application.scss */
.search-filters ul {
  zoom: 1;
  list-style: none;
  margin: 0;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.search-filters ul:before, .search-filters ul:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.search-filters ul:after {
  clear: both;
}

/* line 4040, app/assets/stylesheets/core/application.scss */
.search-filters .content {
  padding: 15px;
}

/* line 4044, app/assets/stylesheets/core/application.scss */
.search-filters select {
  margin: 5px 0;
  max-width: 100%;
}

/* line 4049, app/assets/stylesheets/core/application.scss */
.search-filters .acc-trigger {
  cursor: pointer;
  display: block;
  padding: 10px 0 10px 20px;
  border-top: 1px solid #DDDDDD;
  position: relative;
}

/* line 4056, app/assets/stylesheets/core/application.scss */
.search-filters .acc-trigger input {
  margin-top: 6px;
}

/* line 4060, app/assets/stylesheets/core/application.scss */
.search-filters .acc-trigger h6 {
  margin-left: 6px;
}

/* line 4064, app/assets/stylesheets/core/application.scss */
.search-filters .acc-trigger h6:before {
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e615";
  color: #3391ef;
  position: absolute;
  right: 5px;
  bottom: 15px;
}

/* line 4073, app/assets/stylesheets/core/application.scss */
.search-filters .acc-trigger.active h6:before {
  content: "\e614";
}

/* line 4078, app/assets/stylesheets/core/application.scss */
.search-filters .content .content {
  padding-top: 0px;
  padding: 0 0 15px 20px;
}

/* line 4083, app/assets/stylesheets/core/application.scss */
.search-filters .admin_chalet_option {
  background-color: #3391ef;
}

@media (max-width: 767px) {
  /* line 4001, app/assets/stylesheets/core/application.scss */
  .search-filters {
    display: none;
  }
}

/* line 4092, app/assets/stylesheets/core/application.scss */
.sorting-wrapper {
  zoom: 1;
  padding: 20px 0;
  border-top: 1px solid #DDDDDD;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.sorting-wrapper:before, .sorting-wrapper:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.sorting-wrapper:after {
  clear: both;
}

/* line 4099, app/assets/stylesheets/core/application.scss */
.sort > div {
  float: left;
  margin-right: 20px;
}

/* line 4104, app/assets/stylesheets/core/application.scss */
.sort select {
  display: inline-block;
  width: 300px;
}

/* line 4110, app/assets/stylesheets/core/application.scss */
.pagination-wrapper {
  zoom: 1;
  clear: both;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.pagination-wrapper:before, .pagination-wrapper:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.pagination-wrapper:after {
  clear: both;
}

/* line 4116, app/assets/stylesheets/core/application.scss */
.search-link .icon {
  margin-right: 10px;
}

/* line 4121, app/assets/stylesheets/core/application.scss */
.pagination {
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 60px;
}

/* line 4126, app/assets/stylesheets/core/application.scss */
.pagination a {
  color: #0e1f2f;
  font-weight: 600;
}

/* line 4131, app/assets/stylesheets/core/application.scss */
.pagination em {
  font-style: normal;
  color: #3391ef;
  font-weight: 600;
}

@media (max-width: 767px) {
  /* line 4121, app/assets/stylesheets/core/application.scss */
  .pagination {
    clear: both;
    float: none;
    margin-bottom: 20px;
  }
}

/* line 4144, app/assets/stylesheets/core/application.scss */
.previous_page,
.next_page {
  text-indent: -9999em;
}

/* line 4148, app/assets/stylesheets/core/application.scss */
.previous_page:before,
.next_page:before {
  text-indent: 0;
  display: inline-block;
  font-family: 'Alpine-Answers';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  content: "\e613";
  color: #3391ef;
  vertical-align: middle;
  margin-right: 15px;
}

/* line 4160, app/assets/stylesheets/core/application.scss */
.next_page:before {
  content: "\e616";
  margin-left: 15px;
  margin-right: 0;
}

/* line 4168, app/assets/stylesheets/core/application.scss */
#search_results,
.selected_chalets {
  position: relative;
}

/* line 4172, app/assets/stylesheets/core/application.scss */
#search_results #results_map,
.selected_chalets #results_map {
  position: absolute;
  left: -9999em;
  width: 744px;
  margin-bottom: 40px;
}

/* line 4179, app/assets/stylesheets/core/application.scss */
#search_results ul,
.selected_chalets ul {
  list-style: none;
  margin: 0;
}

/* line 4184, app/assets/stylesheets/core/application.scss */
#search_results > ul,
.selected_chalets > ul {
  border-top: 1px solid #DDD;
  padding-top: 40px;
  zoom: 1;
  margin-bottom: 40px;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
#search_results > ul:before, #search_results > ul:after,
.selected_chalets > ul:before,
.selected_chalets > ul:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
#search_results > ul:after,
.selected_chalets > ul:after {
  clear: both;
}

/* line 4192, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list > li,
.selected_chalets.list .item-list > li {
  zoom: 1;
  min-height: 175px;
  margin-bottom: 20px;
  position: relative;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
#search_results.list .item-list > li:before, #search_results.list .item-list > li:after,
.selected_chalets.list .item-list > li:before,
.selected_chalets.list .item-list > li:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
#search_results.list .item-list > li:after,
.selected_chalets.list .item-list > li:after {
  clear: both;
}

/* line 4199, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .image,
.selected_chalets.list .item-list .image {
  float: left;
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* line 4209, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .content,
.selected_chalets.list .item-list .content {
  float: left;
  width: 70%;
}

/* line 4213, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .content:nth-child(2),
.selected_chalets.list .item-list .content:nth-child(2) {
  padding-top: 0px;
}

/* line 4218, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .shortlist,
.selected_chalets.list .item-list .shortlist {
  left: 25.8%;
  right: auto;
}

/* line 4223, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .deal-details li,
.selected_chalets.list .item-list .deal-details li {
  display: inline-block;
  margin-right: 40px;
}

/* line 4227, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .deal-details li:last-of-type,
.selected_chalets.list .item-list .deal-details li:last-of-type {
  margin-right: 0;
}

/* line 4234, app/assets/stylesheets/core/application.scss */
#search_results.grid .item-list > li,
.selected_chalets.grid .item-list > li {
  float: left;
  margin-bottom: 30px;
  width: 48.3870967742%;
  margin-left: 3.2258064516%;
}

@media (max-width: 767px) {
  /* line 4234, app/assets/stylesheets/core/application.scss */
  #search_results.grid .item-list > li,
.selected_chalets.grid .item-list > li {
    width: 100%;
    margin-left: 0;
  }
}

/* line 4246, app/assets/stylesheets/core/application.scss */
#search_results.grid .item-list > li:nth-child(2n+1),
.selected_chalets.grid .item-list > li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

/* line 4253, app/assets/stylesheets/core/application.scss */
#search_results.map .replace > ul,
.selected_chalets.map .replace > ul {
  display: none;
}

/* line 4257, app/assets/stylesheets/core/application.scss */
#search_results.map .replace .pagination-wrapper:last-child,
.selected_chalets.map .replace .pagination-wrapper:last-child {
  display: none;
}

/* line 4262, app/assets/stylesheets/core/application.scss */
#search_results.map #results_map,
.selected_chalets.map #results_map {
  position: relative;
  width: auto;
  left: 0;
}

/* line 4268, app/assets/stylesheets/core/application.scss */
#search_results .map + .sorting-wrapper,
.selected_chalets .map + .sorting-wrapper {
  border-bottom: 1px solid #DDD;
  margin-bottom: 40px;
}

/* line 4273, app/assets/stylesheets/core/application.scss */
#search_results .sorting-wrapper .active .list,
#search_results .sorting-wrapper .active .grid,
#search_results .sorting-wrapper .active .map,
.selected_chalets .sorting-wrapper .active .list,
.selected_chalets .sorting-wrapper .active .grid,
.selected_chalets .sorting-wrapper .active .map {
  background: #EBEBEB;
  color: #666;
}

/* line 4279, app/assets/stylesheets/core/application.scss */
#search_results .sorting-wrapper .active .list .icon,
#search_results .sorting-wrapper .active .grid .icon,
#search_results .sorting-wrapper .active .map .icon,
.selected_chalets .sorting-wrapper .active .list .icon,
.selected_chalets .sorting-wrapper .active .grid .icon,
.selected_chalets .sorting-wrapper .active .map .icon {
  color: #C71C1C;
}

/* line 4285, app/assets/stylesheets/core/application.scss */
.legend {
  background: #EBEBEB;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 4290, app/assets/stylesheets/core/application.scss */
.legend ul {
  list-style: none;
  margin: 0;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.legend ul:before, .legend ul:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.legend ul:after {
  clear: both;
}

/* line 4296, app/assets/stylesheets/core/application.scss */
.legend h5 {
  margin-bottom: 10px;
}

/* line 4300, app/assets/stylesheets/core/application.scss */
.legend li {
  display: inline-block;
  float: left;
  margin-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  /* line 4300, app/assets/stylesheets/core/application.scss */
  .legend li {
    float: none;
    display: block;
    margin: 0 0 5px;
  }
}

/* line 4313, app/assets/stylesheets/core/application.scss */
.legend li:first-child {
  margin-left: 0;
}

/* line 4317, app/assets/stylesheets/core/application.scss */
.legend li .price {
  width: 20px;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

/* line 4326, app/assets/stylesheets/core/application.scss */
#results_map {
  height: 600px;
  position: relative;
}

/* line 4330, app/assets/stylesheets/core/application.scss */
#results_map h4 {
  clear: both;
  margin-bottom: 10px;
}

/* line 4335, app/assets/stylesheets/core/application.scss */
#results_map p {
  margin-bottom: 10px;
}

/* line 4343, app/assets/stylesheets/core/application.scss */
.hide-map-toggle .results-layout li.map {
  display: none;
}

/* line 4348, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble {
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
#search_results .chalet_bubble:before, #search_results .chalet_bubble:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
#search_results .chalet_bubble:after {
  clear: both;
}

/* line 4351, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .map-col-1 {
  width: 180px;
  float: left;
}

/* line 4356, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .map-col-2 {
  padding-top: 10px;
  width: 380px;
  float: right;
  margin-left: 16px;
  margin-left: -40px;
}

/* line 4364, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .detail {
  margin-bottom: 10px;
}

/* line 4368, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .detail li {
  width: 50%;
}

/* line 4372, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .image {
  margin-bottom: 20px;
}

/* line 4376, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .image img {
  max-width: 100%;
}

/* line 4380, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .rating {
  padding-left: 10px;
}

/* line 4384, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .price .was {
  margin-left: 5px;
  white-space: nowrap;
}

/* line 4389, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .btn {
  padding: 10px;
  margin-bottom: 10px;
}

/* line 4394, app/assets/stylesheets/core/application.scss */
#search_results .chalet_bubble .enquire-btn {
  margin-right: 10px;
  padding: 10px 15px 10px 55px;
}

/* line 4401, app/assets/stylesheets/core/application.scss */
.map-popup .icon {
  float: left;
  margin-right: 10px;
}

/* line 4406, app/assets/stylesheets/core/application.scss */
.map-popup p {
  margin: 0;
}

/* line 4411, app/assets/stylesheets/core/application.scss */
#ChaletsController_index .gm-style-iw {
  left: 0 !important;
  top: 0 !important;
}

/* line 4418, app/assets/stylesheets/core/application.scss */
#seo_content_wrapper {
  zoom: 1;
  margin-bottom: 50px;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
#seo_content_wrapper:before, #seo_content_wrapper:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
#seo_content_wrapper:after {
  clear: both;
}

/* line 4422, app/assets/stylesheets/core/application.scss */
#seo_content_wrapper .accordion {
  clear: both;
}

/* line 4426, app/assets/stylesheets/core/application.scss */
#seo_content_wrapper figure {
  margin-bottom: 30px;
}

/* line 4434, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .resort h4 {
  margin-bottom: 15px;
}

/* line 4438, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .resort .content {
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
#search_results.list .item-list .resort .content:before, #search_results.list .item-list .resort .content:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
#search_results.list .item-list .resort .content:after {
  clear: both;
}

/* line 4442, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .resort .links {
  float: left;
  width: 22.491349481%;
}

/* line 4446, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .resort .links p {
  margin-bottom: 5px;
}

/* line 4451, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .resort .description {
  float: left;
  margin-left: 3.4602076125%;
  font-size: 13px;
  font-size: 1.3rem;
  width: 74.0484429066%;
}

/* line 4458, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .resort .size {
  display: inline-block;
  width: 31px;
  color: #3391ef;
  font-weight: 600;
}

/* line 4465, app/assets/stylesheets/core/application.scss */
#search_results.list .item-list .resort .call {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4471, app/assets/stylesheets/core/application.scss */
.resort-title h1 {
  margin-bottom: 10px;
}

/* line 4476, app/assets/stylesheets/core/application.scss */
#pros-cols {
  margin-bottom: 40px;
}

/* line 4482, app/assets/stylesheets/core/application.scss */
.inputs ol,
.actions ol {
  list-style: none;
  margin: 0;
}

/* line 4488, app/assets/stylesheets/core/application.scss */
textarea,
select,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="file"],
input[type="email"],
input[type="password"] {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #D6D6D6;
  background: #FFFFFF;
  cursor: pointer;
}

/* line 4510, app/assets/stylesheets/core/application.scss */
select {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.2578 15.7812C12.1172 15.9219 11.8594 15.9219 11.7188 15.7812L7.21875 11.2812C7.07812 11.1406 7.07812 10.8828 7.21875 10.7422C7.35938 10.6016 7.61719 10.6016 7.75781 10.7422L12 14.9844L16.2188 10.7422C16.3594 10.6016 16.6172 10.6016 16.7578 10.7422C16.8984 10.8828 16.8984 11.1406 16.7578 11.2812L12.2578 15.7812Z' fill='%2316161B' /></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}

/* line 4519, app/assets/stylesheets/core/application.scss */
.enquiry textarea,
.enquiry select,
.enquiry input[type="text"],
.enquiry input[type="tel"],
.enquiry input[type="url"],
.enquiry input[type="file"],
.enquiry input[type="email"],
.enquiry input[type="password"] {
  width: 59.8214285714%;
}

/* line 4530, app/assets/stylesheets/core/application.scss */
.enquiry label {
  width: 36.1607142857%;
  float: left;
  margin: 0;
  margin-right: 2.2321428571%;
}

@media (max-width: 767px) {
  /* line 4530, app/assets/stylesheets/core/application.scss */
  .enquiry label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* line 4543, app/assets/stylesheets/core/application.scss */
.enquiry abbr {
  color: red;
  padding: 0 5px;
  border: none;
  font-size: 2.5rem;
  text-decoration: none;
}

/* line 4551, app/assets/stylesheets/core/application.scss */
.enquiry ol li {
  margin-bottom: 15px;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.enquiry ol li:before, .enquiry ol li:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.enquiry ol li:after {
  clear: both;
}

/* line 4555, app/assets/stylesheets/core/application.scss */
.enquiry ol li.action {
  padding-left: 39%;
  padding-right: 20px;
}

/* line 4561, app/assets/stylesheets/core/application.scss */
.enquiry .actions input {
  float: right;
  width: 100%;
}

/* line 4566, app/assets/stylesheets/core/application.scss */
.enquiry .inputs,
.enquiry .actions {
  background: #EEEEEE;
  padding: 20px;
}

/* line 4574, app/assets/stylesheets/core/application.scss */
.enquiry .cols_2 > * {
  margin-left: 0;
}

/* line 4578, app/assets/stylesheets/core/application.scss */
.enquiry .cols_2 > :first-child {
  margin-right: 2.4%;
}

/* line 4583, app/assets/stylesheets/core/application.scss */
.shortlist {
  list-style: none;
  margin: 0;
  margin-left: 0 !important;
}

/* line 4588, app/assets/stylesheets/core/application.scss */
.shortlist > li {
  zoom: 1;
  margin-bottom: 15px;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.shortlist > li:before, .shortlist > li:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.shortlist > li:after {
  clear: both;
}

/* line 4594, app/assets/stylesheets/core/application.scss */
.shortlistitem {
  position: relative;
  border: 1px solid #DDD;
}

/* line 4598, app/assets/stylesheets/core/application.scss */
.shortlistitem .addHotelToShortList,
.shortlistitem .addChaletToShortList {
  position: absolute;
  right: 0;
  top: 0;
  background: #196ABF;
  padding: 5px 10px;
  z-index: 100;
  color: #FFFFFF;
  width: 100px;
  height: 30px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 4614, app/assets/stylesheets/core/application.scss */
.shortlistitem .addHotelToShortList span,
.shortlistitem .addChaletToShortList span {
  margin-right: 5px;
}

/* line 4618, app/assets/stylesheets/core/application.scss */
.shortlistitem .addHotelToShortList:hover,
.shortlistitem .addChaletToShortList:hover {
  background: #C71C1C;
}

/* line 4623, app/assets/stylesheets/core/application.scss */
.shortlistitem .image {
  float: left;
  height: 100%;
  background: #FFFFFF;
  width: auto;
}

/* line 4629, app/assets/stylesheets/core/application.scss */
.shortlistitem .image img {
  max-width: 100%;
}

/* line 4634, app/assets/stylesheets/core/application.scss */
.shortlistitem .content {
  padding: 10px;
  padding-top: 5px;
  padding-left: 5%;
  float: left;
  width: auto;
}

/* line 4642, app/assets/stylesheets/core/application.scss */
.shortlistitem .icon-bed {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 14px;
  line-height: 1.4rem;
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
  color: #3391ef;
}

/* line 4651, app/assets/stylesheets/core/application.scss */
.shortlistitem .icon-cross {
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 4655, app/assets/stylesheets/core/application.scss */
.shortlistitem .sleeps {
  margin: 0;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 4661, app/assets/stylesheets/core/application.scss */
.shortlistitem h4 {
  margin-bottom: 0;
}

/* line 4665, app/assets/stylesheets/core/application.scss */
.shortlistitem h6 {
  margin-bottom: 0;
}

/* line 4669, app/assets/stylesheets/core/application.scss */
.shortlistitem h4 a {
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 4673, app/assets/stylesheets/core/application.scss */
.shortlistitem h6 a {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 4677, app/assets/stylesheets/core/application.scss */
.shortlistitem .icon-aa-heart {
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  float: left;
  color: #C71C1C;
}

/* line 4684, app/assets/stylesheets/core/application.scss */
.shortlistitem .star-ratings li:before {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 4688, app/assets/stylesheets/core/application.scss */
.shortlistitem .flake-ratings li:before {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  /* line 4693, app/assets/stylesheets/core/application.scss */
  .shortlistitem .image {
    max-width: 30%;
  }
}

/* line 4701, app/assets/stylesheets/core/application.scss */
.tooltip {
  position: relative;
  pointer-events: none;
}

/* line 4706, app/assets/stylesheets/core/application.scss */
.tooltip.share-tip {
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 4706, app/assets/stylesheets/core/application.scss */
  .tooltip.share-tip {
    display: none;
  }
}

/* line 4714, app/assets/stylesheets/core/application.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #0e1f2f;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  opacity: 0;
  margin-left: -100px;
}

@media (max-width: 767px) {
  /* line 4714, app/assets/stylesheets/core/application.scss */
  .tooltip .tooltiptext {
    display: none;
  }
}

/* line 4734, app/assets/stylesheets/core/application.scss */
.tooltip.share-tip .tooltiptext {
  margin-left: -75px;
  width: 100px;
}

/* line 4739, app/assets/stylesheets/core/application.scss */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0e1f2f transparent transparent transparent;
}

/* line 4750, app/assets/stylesheets/core/application.scss */
.tooltip:hover .tooltiptext,
.tooltip:active .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* line 4758, app/assets/stylesheets/core/application.scss */
.tooltip-tip {
  font-size: 11px;
  font-size: 1.1rem;
  color: #FFFFFF;
  background: #C71C1C;
  font-weight: bold;
  display: block;
  padding: 2px 10px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 6000;
}

/* line 4770, app/assets/stylesheets/core/application.scss */
.tooltip-tip:hover {
  text-decoration: none;
}

/* line 4779, app/assets/stylesheets/core/application.scss */
span[aria-label][data-balloon-pos] {
  overflow: visible;
}

/* line 4783, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos] {
  cursor: pointer;
}

/* line 4787, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos]:after {
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out .18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-shadow: none;
  font-size: 12px;
  background: #0e1f2f;
  color: #FFFFFF;
  content: attr(aria-label);
  padding: .5em 1em;
  position: absolute;
  white-space: pre-wrap !important;
  z-index: 10;
}

/* line 4807, app/assets/stylesheets/core/application.scss */
[aria-label][aria-info][aria-date]:after {
  content: attr(aria-label) "\a" attr(aria-info) "\a" attr(aria-date);
}

/* line 4811, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #0e1f2f;
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out .18s;
  content: "";
  position: absolute;
  z-index: 10;
}

/* line 4824, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

/* line 4834, app/assets/stylesheets/core/application.scss */
.font-awesome[aria-label][data-balloon-pos]:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* line 4838, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

/* line 4842, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

/* line 4847, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}

/* line 4852, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%, 4px);
  transform-origin: top;
}

/* line 4860, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 4px);
  transform-origin: top;
}

/* line 4867, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

/* line 4872, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

/* line 4877, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, 4px);
  transform-origin: top;
}

/* line 4885, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  transform: translate(0, 4px);
  transform-origin: top;
}

/* line 4892, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="up-left"][data-balloon-visible]:after {
  transform: translate(0, 0);
}

/* line 4897, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="up-left"][data-balloon-visible]:before {
  transform: translate(0, 0);
}

/* line 4902, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 10px;
  transform: translate(0, 4px);
  transform-origin: top;
}

/* line 4910, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  transform: translate(0, 4px);
  transform-origin: top;
}

/* line 4917, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="up-right"][data-balloon-visible]:after {
  transform: translate(0, 0);
}

/* line 4922, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="up-right"][data-balloon-visible]:before {
  transform: translate(0, 0);
}

/* line 4927, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down"]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc($balloon-move * -1));
}

/* line 4934, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #0e1f2f;
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc($balloon-move * -1));
}

/* line 4944, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

/* line 4949, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

/* line 4954, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc($balloon-move * -1));
}

/* line 4961, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #0e1f2f;
  left: 5px;
  top: 100%;
  transform: translate(0, calc($balloon-move * -1));
}

/* line 4971, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="down-left"][data-balloon-visible]:after {
  transform: translate(0, 0);
}

/* line 4976, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="down-left"][data-balloon-visible]:before {
  transform: translate(0, 0);
}

/* line 4981, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:after {
  right: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc($balloon-move * -1));
}

/* line 4988, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #0e1f2f;
  right: 5px;
  top: 100%;
  transform: translate(0, calc($balloon-move * -1));
}

/* line 4998, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="down-right"][data-balloon-visible]:after {
  transform: translate(0, 0);
}

/* line 5003, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="down-right"][data-balloon-visible]:before {
  transform: translate(0, 0);
}

/* line 5008, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(4px, -50%);
}

/* line 5015, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #0e1f2f;
  right: 100%;
  top: 50%;
  transform: translate(4px, -50%);
}

/* line 5025, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

/* line 5030, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

/* line 5035, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc($balloon-move * -1), -50%);
}

/* line 5042, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #0e1f2f;
  left: 100%;
  top: 50%;
  transform: translate(calc($balloon-move * -1), -50%);
}

/* line 5052, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

/* line 5057, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

/* line 5062, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
  white-space: normal;
  width: 80px;
}

/* line 5067, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
  white-space: normal;
  width: 150px;
}

/* line 5072, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
  white-space: normal;
  width: 260px;
}

/* line 5077, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  /* line 5083, app/assets/stylesheets/core/application.scss */
  [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
    white-space: normal;
    width: 90vw;
  }
}

/* line 5089, app/assets/stylesheets/core/application.scss */
[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
  white-space: normal;
  width: 100%;
}

/* line 5094, app/assets/stylesheets/core/application.scss */
.shortstay {
  background: #3391ef;
}

/* line 5100, app/assets/stylesheets/core/application.scss */
#questionnaire fieldset {
  background: #EEEEEE;
  padding: 20px;
  border-bottom: 2px solid #FFFFFF;
}

/* line 5102, app/assets/stylesheets/core/application.scss */
#questionnaire fieldset textarea,
#questionnaire fieldset select,
#questionnaire fieldset input[type="text"],
#questionnaire fieldset input[type="tel"],
#questionnaire fieldset input[type="url"],
#questionnaire fieldset input[type="file"],
#questionnaire fieldset input[type="email"],
#questionnaire fieldset input[type="password"] {
  padding: 10px;
  width: 59.8214285714%;
}

@media (max-width: 767px) {
  /* line 5102, app/assets/stylesheets/core/application.scss */
  #questionnaire fieldset textarea,
#questionnaire fieldset select,
#questionnaire fieldset input[type="text"],
#questionnaire fieldset input[type="tel"],
#questionnaire fieldset input[type="url"],
#questionnaire fieldset input[type="file"],
#questionnaire fieldset input[type="email"],
#questionnaire fieldset input[type="password"] {
    width: 100%;
    float: none;
  }
}

/* line 5121, app/assets/stylesheets/core/application.scss */
#questionnaire fieldset label {
  width: 36.1607142857%;
  float: left;
  margin: 0;
  margin-right: 2.2321428571%;
}

@media (max-width: 767px) {
  /* line 5121, app/assets/stylesheets/core/application.scss */
  #questionnaire fieldset label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* line 5134, app/assets/stylesheets/core/application.scss */
#questionnaire fieldset abbr {
  color: red;
  padding: 0 5px;
  border: none;
  font-size: 2.5rem;
  text-decoration: none;
}

/* line 5142, app/assets/stylesheets/core/application.scss */
#questionnaire fieldset ol li {
  margin-bottom: 15px;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
#questionnaire fieldset ol li:before, #questionnaire fieldset ol li:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
#questionnaire fieldset ol li:after {
  clear: both;
}

/* line 5147, app/assets/stylesheets/core/application.scss */
#questionnaire fieldset .actions input {
  float: right;
}

/* line 5151, app/assets/stylesheets/core/application.scss */
#questionnaire fieldset input[type="submit"] {
  float: right;
}

/* line 5165, app/assets/stylesheets/core/application.scss */
.custom_errors .error select,
.custom_errors .error input {
  border: 1px solid red;
}

/* line 5171, app/assets/stylesheets/core/application.scss */
.custom_errors .inline-errors {
  color: red;
  margin: 0 0 10px;
}

/* line 5180, app/assets/stylesheets/core/application.scss */
.chaletPanel.hotels dt {
  width: 60%;
}

/* line 5184, app/assets/stylesheets/core/application.scss */
.chaletPanel.hotels dd {
  width: 35%;
}

/* line 5192, app/assets/stylesheets/core/application.scss */
#school_search_results ul {
  border-top: 1px solid #DDD;
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}

/* line 5199, app/assets/stylesheets/core/application.scss */
#school_search_results li {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
}

/* line 5204, app/assets/stylesheets/core/application.scss */
#school_search_results .image {
  float: left;
  margin: 0 20px 0px 0;
}

/* line 5212, app/assets/stylesheets/core/application.scss */
.selected_chalets .detail li {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}

/* line 5217, app/assets/stylesheets/core/application.scss */
.selected_chalets .detail li .figure {
  color: #3391ef;
}

/* line 5224, app/assets/stylesheets/core/application.scss */
#not-found {
  height: 450px;
  background: url(/assets/new/bg-404-1df28370fed5568a9ad1be9b9551d4fc1d641f187da05402de96cfa3fa57d44c.jpg) repeat-x 0 0;
  padding: 30px 40px;
}

/* line 5229, app/assets/stylesheets/core/application.scss */
#not-found h1 {
  font-size: 72px;
  font-size: 7.2rem;
  color: #FFFFFF;
  margin-bottom: 10px;
}

/* line 5235, app/assets/stylesheets/core/application.scss */
#not-found h3 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #FFFFFF;
}

/* line 5240, app/assets/stylesheets/core/application.scss */
#not-found p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 5px;
}

/* line 5246, app/assets/stylesheets/core/application.scss */
#not-found a {
  color: #50a3ed;
}

/* line 5253, app/assets/stylesheets/core/application.scss */
a.advanced-search-toggle {
  margin-top: -10px;
  display: block;
  width: 100%;
  padding: 13px;
}

/* line 5260, app/assets/stylesheets/core/application.scss */
.advanced-search-toggle + .cols #search_results {
  margin-top: 20px;
}

/* line 5264, app/assets/stylesheets/core/application.scss */
#chalet_search_form_filters {
  margin-bottom: 0;
}

/* line 5268, app/assets/stylesheets/core/application.scss */
#PagesController_home .advanced-search-toggle {
  display: none;
}

/* line 5272, app/assets/stylesheets/core/application.scss */
#CmsController_ski_hire .advanced-search-toggle {
  display: none;
}

/* line 5276, app/assets/stylesheets/core/application.scss */
#CmsController_skihire .advanced-search-toggle {
  display: none;
}

@media (max-width: 767px) {
  /* line 5282, app/assets/stylesheets/core/application.scss */
  #CmsController_ski_hire .oc-content {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  /* line 5289, app/assets/stylesheets/core/application.scss */
  .oc-content {
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  /* line 5294, app/assets/stylesheets/core/application.scss */
  .oc-content .content {
    overflow: scroll !important;
  }
  /* line 5299, app/assets/stylesheets/core/application.scss */
  .oc-trigger {
    cursor: pointer;
  }
  /* line 5302, app/assets/stylesheets/core/application.scss */
  .oc-trigger:before {
    font-family: 'Alpine-Answers';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e616";
    color: #C71C1C;
    margin-right: 10px;
  }
  /* line 5309, app/assets/stylesheets/core/application.scss */
  .oc-trigger.open:before {
    content: "\e614";
  }
}

@media (max-width: 767px) {
  /* line 5316, app/assets/stylesheets/core/application.scss */
  .chooseresort {
    margin-bottom: 10px;
  }
  /* line 5320, app/assets/stylesheets/core/application.scss */
  #skischooltext .select {
    margin-bottom: 10px;
  }
}

/* line 5325, app/assets/stylesheets/core/application.scss */
span.saving {
  color: #3391ef !important;
}

/* line 5332, app/assets/stylesheets/core/application.scss */
#ski-hire-booking select {
  font-weight: 400 !important;
  font-size: 15px !important;
}

/* line 5338, app/assets/stylesheets/core/application.scss */
select#ski-hire-price-days {
  display: inline-block;
}

/* line 5342, app/assets/stylesheets/core/application.scss */
#ski-hire-booking .cols {
  margin-bottom: 10px;
}

/* line 5346, app/assets/stylesheets/core/application.scss */
fieldset.ski_hire_line_item {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 30px;
}

/* line 5352, app/assets/stylesheets/core/application.scss */
.ui-datepicker {
  z-index: 9999 !important;
}

/* line 5356, app/assets/stylesheets/core/application.scss */
.ui-datepicker-calendar,
.ui-datepicker-header {
  background: white !important;
}

/* line 5361, app/assets/stylesheets/core/application.scss */
.ui-datepicker-header {
  padding: 10px !important;
  border: 1px solid lightgray !important;
}

/* line 5366, app/assets/stylesheets/core/application.scss */
a.ui-datepicker-prev {
  float: left !important;
}

/* line 5370, app/assets/stylesheets/core/application.scss */
a.ui-datepicker-next {
  float: right !important;
}

/* line 5374, app/assets/stylesheets/core/application.scss */
.ui-datepicker-title {
  font-weight: bolder !important;
  text-align: center !important;
}

/* line 5379, app/assets/stylesheets/core/application.scss */
label.error {
  color: red;
}

/* line 5383, app/assets/stylesheets/core/application.scss */
select.error,
input.error {
  border: 1px solid red;
}

/* line 5388, app/assets/stylesheets/core/application.scss */
.ski_hire_header {
  max-width: none;
  padding-bottom: 20px;
}

/* line 5393, app/assets/stylesheets/core/application.scss */
.ski_hire_points li {
  padding-top: 5px;
}

/* line 5397, app/assets/stylesheets/core/application.scss */
.add_fields {
  float: right;
}

/* line 5401, app/assets/stylesheets/core/application.scss */
.resort-ski-hire-prices {
  background-color: #EEEEEE;
  padding: 20px;
}

/* line 5407, app/assets/stylesheets/core/application.scss */
.price-table .icon-info {
  font-size: 12px;
  float: right;
}

@media (max-width: 767px) {
  /* line 5407, app/assets/stylesheets/core/application.scss */
  .price-table .icon-info {
    display: none;
  }
}

/* line 5420, app/assets/stylesheets/core/application.scss */
#enquiry_receive_marketing_input label {
  margin-left: 20px;
  width: 50%;
}

/* line 5429, app/assets/stylesheets/core/application.scss */
.questionnaire li {
  list-style: none;
}

/* line 5433, app/assets/stylesheets/core/application.scss */
.questionnaire abbr {
  color: #C71C1C;
  padding: 0 5px;
  border: none;
}

/* line 5439, app/assets/stylesheets/core/application.scss */
.questionnaire ol li {
  margin-bottom: 15px;
  zoom: 1;
}

/* line 32, app/assets/stylesheets/core/_common.scss */
.questionnaire ol li:before, .questionnaire ol li:after {
  content: "";
  display: table;
}

/* line 34, app/assets/stylesheets/core/_common.scss */
.questionnaire ol li:after {
  clear: both;
}

/* line 5444, app/assets/stylesheets/core/application.scss */
.questionnaire .inputs,
.questionnaire .actions {
  background: #EEEEEE;
  padding: 20px;
}

/* line 5453, app/assets/stylesheets/core/application.scss */
.blue-box {
  background-color: #011D36;
  color: #FFFFFF;
  padding: 35px;
  margin-top: 10px;
  margin-bottom: 35px;
}

/* line 5460, app/assets/stylesheets/core/application.scss */
.blue-box h3 {
  color: #FFFFFF;
}

@media only screen and (max-width: 480px) {
  /* line 5453, app/assets/stylesheets/core/application.scss */
  .blue-box {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
}

/* line 5471, app/assets/stylesheets/core/application.scss */
.grey-box {
  background-color: #EEEEEE;
  padding: 35px;
  margin-top: 10px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 480px) {
  /* line 5471, app/assets/stylesheets/core/application.scss */
  .grey-box {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
}

/* line 5484, app/assets/stylesheets/core/application.scss */
.text_center {
  text-align: center;
}

/* line 5489, app/assets/stylesheets/core/application.scss */
.newsletter {
  background-color: #0e1f2f;
  color: #FFFFFF;
  text-align: left;
  padding: 30px;
}

/* line 5495, app/assets/stylesheets/core/application.scss */
.newsletter h5 {
  color: #FFFFFF;
}

/* line 5502, app/assets/stylesheets/core/application.scss */
.trustpilot-box {
  margin-top: 20px;
  padding: 10px;
}

/* line 5507, app/assets/stylesheets/core/application.scss */
.trustpilot-box iframe {
  margin: 0px;
}

/* line 5511, app/assets/stylesheets/core/application.scss */
.trustpilot-widget.footer {
  padding: 25px 0;
}

/* line 5514, app/assets/stylesheets/core/application.scss */
.trustpilot-widget.footer iframe {
  margin: 0px;
}

/* line 5522, app/assets/stylesheets/core/application.scss */
.lightbox .lb-image {
  border-radius: 0px;
}

/* line 5526, app/assets/stylesheets/core/application.scss */
.lb-outerContainer {
  border-radius: 0px;
}

/* line 5532, app/assets/stylesheets/core/application.scss */
.cookies-eu {
  padding: 10px 10px !important;
}

@media (max-width: 767px) {
  /* line 5537, app/assets/stylesheets/core/application.scss */
  .cookies-eu {
    position: fixed;
    z-index: 1000;
  }
}

/* line 5543, app/assets/stylesheets/core/application.scss */
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  background-color: #011D36 !important;
}

/* line 5551, app/assets/stylesheets/core/application.scss */
#suggested_properties .section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/* line 5557, app/assets/stylesheets/core/application.scss */
#suggested_properties .col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

/* line 5563, app/assets/stylesheets/core/application.scss */
#suggested_properties .col:first-child {
  margin-left: 0;
}

/* line 5567, app/assets/stylesheets/core/application.scss */
#suggested_properties .group:before,
#suggested_properties .group:after {
  content: "";
  display: table;
}

/* line 5573, app/assets/stylesheets/core/application.scss */
#suggested_properties .group:after {
  clear: both;
}

/* line 5577, app/assets/stylesheets/core/application.scss */
#suggested_properties .group {
  zoom: 1;
}

/* line 5581, app/assets/stylesheets/core/application.scss */
#suggested_properties .span_3_of_3 {
  width: 100%;
}

/* line 5585, app/assets/stylesheets/core/application.scss */
#suggested_properties .span_2_of_3 {
  width: 66.13%;
}

/* line 5589, app/assets/stylesheets/core/application.scss */
#suggested_properties .span_1_of_3 {
  width: 32.26%;
}

/* line 5593, app/assets/stylesheets/core/application.scss */
#suggested_properties .span_2_of_2 {
  width: 100%;
}

/* line 5597, app/assets/stylesheets/core/application.scss */
#suggested_properties .span_1_of_2 {
  width: 49.2%;
}

/* line 5601, app/assets/stylesheets/core/application.scss */
#suggested_properties .span_4_of_5 {
  width: 79.68%;
}

/* line 5605, app/assets/stylesheets/core/application.scss */
#suggested_properties .span_3_of_5 {
  width: 59.36%;
}

/* line 5609, app/assets/stylesheets/core/application.scss */
#suggested_properties .span_2_of_5 {
  width: 39.04%;
}

/* line 5613, app/assets/stylesheets/core/application.scss */
#suggested_properties .span_1_of_5 {
  width: 18.72%;
}

@media only screen and (max-width: 480px) {
  /* line 5618, app/assets/stylesheets/core/application.scss */
  #suggested_properties .col {
    margin: 0 0 0 0%;
  }
  /* line 5622, app/assets/stylesheets/core/application.scss */
  #suggested_properties .span_3_of_3,
#suggested_properties .span_2_of_3,
#suggested_properties .span_1_of_3 {
    width: 100%;
  }
  /* line 5628, app/assets/stylesheets/core/application.scss */
  #suggested_properties .span_2_of_2,
#suggested_properties .span_1_of_2 {
    width: 100%;
  }
  /* line 5633, app/assets/stylesheets/core/application.scss */
  #suggested_properties .inner {
    padding: 0 5px;
  }
  /* line 5637, app/assets/stylesheets/core/application.scss */
  #suggested_properties .span_1_of_5,
#suggested_properties .span_2_of_5,
#suggested_properties .span_3_of_5,
#suggested_properties .span_4_of_5,
#suggested_properties .span_5_of_5 {
    width: 100%;
  }
}

/* line 5646, app/assets/stylesheets/core/application.scss */
#suggested_properties .padding-top-1 {
  padding-top: 20px;
}

/* line 5650, app/assets/stylesheets/core/application.scss */
#suggested_properties .no_margin {
  margin: 0;
}

/* line 5655, app/assets/stylesheets/core/application.scss */
#suggested_properties .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

/* line 5663, app/assets/stylesheets/core/application.scss */
#suggested_properties .stars {
  margin-bottom: 5px;
}

/* line 5667, app/assets/stylesheets/core/application.scss */
#suggested_properties .red {
  color: #E21200;
}

/* line 5671, app/assets/stylesheets/core/application.scss */
#suggested_properties .country {
  color: #666;
  font-size: 1.6rem;
}

/* line 5675, app/assets/stylesheets/core/application.scss */
#suggested_properties .country a {
  color: #666;
  font-size: 1.6rem;
}

/* line 5681, app/assets/stylesheets/core/application.scss */
#suggested_properties .share {
  margin: 15px;
}

/* line 5684, app/assets/stylesheets/core/application.scss */
#suggested_properties .share button {
  bottom: -2px;
}

/* line 5689, app/assets/stylesheets/core/application.scss */
#suggested_properties input {
  width: 70%;
  padding: 10px;
}

/* line 5694, app/assets/stylesheets/core/application.scss */
#suggested_properties h4,
#suggested_properties h5,
#suggested_properties p {
  margin-bottom: 10px;
}

/* line 5700, app/assets/stylesheets/core/application.scss */
#suggested_properties .light_blue_background {
  background-color: #DDE9F5;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 5706, app/assets/stylesheets/core/application.scss */
#suggested_properties .white_background {
  background-color: #FFFFFF;
  margin: 10px;
}

/* line 5711, app/assets/stylesheets/core/application.scss */
#suggested_properties .updated-at {
  float: right;
}

@media only screen and (max-width: 480px) {
  /* line 5716, app/assets/stylesheets/core/application.scss */
  #suggested_properties .light_blue_background {
    margin: 0 -20px;
  }
  /* line 5720, app/assets/stylesheets/core/application.scss */
  #suggested_properties .updated-at {
    float: left;
  }
}

/* line 5725, app/assets/stylesheets/core/application.scss */
#suggested_properties .profile {
  margin: 20px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 5730, app/assets/stylesheets/core/application.scss */
#suggested_properties .profile .picture {
  text-align: center;
  padding: 5px;
}

@media only screen and (max-width: 480px) {
  /* line 5730, app/assets/stylesheets/core/application.scss */
  #suggested_properties .profile .picture {
    text-align: left;
  }
}

/* line 5738, app/assets/stylesheets/core/application.scss */
#suggested_properties .profile .picture img {
  max-height: 175px;
  max-width: 100%;
}

/* line 5746, app/assets/stylesheets/core/application.scss */
.mobile-only {
  display: none !important;
}

/* RESPONSIVE OVERRIDES - SMALLER LAPTOPS */
@media (max-width: 1280px) {
  /* line 5752, app/assets/stylesheets/core/application.scss */
  .chalet .chalet-header .description {
    width: 65%;
  }
}

/* RESPONSIVE OVERRIDES - TABLETS */
@media (max-width: 1145px) {
  /* line 5762, app/assets/stylesheets/core/application.scss */
  #header #logo {
    margin-top: 12px;
  }
  /* line 5767, app/assets/stylesheets/core/application.scss */
  #footer {
    text-align: center !important;
  }
  /* line 5770, app/assets/stylesheets/core/application.scss */
  #footer .social {
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
  }
  /* line 5776, app/assets/stylesheets/core/application.scss */
  #footer .social > * {
    display: block;
  }
  /* line 5782, app/assets/stylesheets/core/application.scss */
  .pagination-wrapper {
    text-align: center !important;
  }
  /* line 5786, app/assets/stylesheets/core/application.scss */
  #mobile-nav {
    width: 100% !important;
    padding: 0 !important;
  }
  /* line 5791, app/assets/stylesheets/core/application.scss */
  .home-slider h2 {
    font-size: 100px !important;
    line-height: 100px !important;
  }
  /* line 5797, app/assets/stylesheets/core/application.scss */
  .cols_3 > * {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  /* line 5804, app/assets/stylesheets/core/application.scss */
  .ski-hire-banner h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
  /* line 5809, app/assets/stylesheets/core/application.scss */
  .blog-section {
    margin: 0px !important;
  }
  /* line 5813, app/assets/stylesheets/core/application.scss */
  .offers,
.for-everyone {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
  }
  /* line 5819, app/assets/stylesheets/core/application.scss */
  .grey-bg {
    padding-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 5824, app/assets/stylesheets/core/application.scss */
  .spaced {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 5831, app/assets/stylesheets/core/application.scss */
  .chalet .cols {
    padding-top: 0 !important;
  }
  /* line 5834, app/assets/stylesheets/core/application.scss */
  .chalet .cols .col_2-3 {
    width: 100% !important;
  }
  /* line 5839, app/assets/stylesheets/core/application.scss */
  .chalet .chalet-header {
    top: 0px !important;
  }
  /* line 5842, app/assets/stylesheets/core/application.scss */
  .chalet .chalet-header .container:first-of-type {
    padding: 0px !important;
  }
  /* line 5846, app/assets/stylesheets/core/application.scss */
  .chalet .chalet-header .description {
    width: 100% !important;
    padding: 30px !important;
  }
  /* line 5850, app/assets/stylesheets/core/application.scss */
  .chalet .chalet-header .description h1 {
    font-size: 6rem;
    line-height: 6.2rem;
  }
  /* line 5855, app/assets/stylesheets/core/application.scss */
  .chalet .chalet-header .description .rating {
    float: none;
  }
  /* line 5862, app/assets/stylesheets/core/application.scss */
  .buttons a {
    margin-bottom: 5px;
  }
  /* line 5867, app/assets/stylesheets/core/application.scss */
  #ResortsController_show .buttons a {
    display: block;
    margin-bottom: 5px;
  }
  /* line 5873, app/assets/stylesheets/core/application.scss */
  .commodities {
    text-align: center;
    margin: 30px 0px;
  }
  /* line 5877, app/assets/stylesheets/core/application.scss */
  .commodities .commodity {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  /* line 5881, app/assets/stylesheets/core/application.scss */
  .commodities .commodity .icon {
    font-size: 40px;
  }
  /* line 5887, app/assets/stylesheets/core/application.scss */
  .chaletPanel,
.paddingTop {
    padding: 0px !important;
  }
  /* line 5892, app/assets/stylesheets/core/application.scss */
  .feature-pages-block,
.property-nav {
    top: 70px !important;
    margin-top: 0px !important;
  }
  /* line 5898, app/assets/stylesheets/core/application.scss */
  figure.col_1-2 {
    width: 100% !important;
    margin: 20px 0px;
  }
  /* line 5903, app/assets/stylesheets/core/application.scss */
  .hide-mobile {
    display: none !important;
  }
  /* line 5907, app/assets/stylesheets/core/application.scss */
  .mobile-only {
    display: block !important;
  }
}

/* RESPONSIVE OVERRIDES - MOBILE */
@media (max-width: 944px) {
  /* line 5915, app/assets/stylesheets/core/application.scss */
  body {
    background: none;
  }
  /* line 5919, app/assets/stylesheets/core/application.scss */
  .menu-icon {
    display: block;
  }
  /* line 5923, app/assets/stylesheets/core/application.scss */
  #contacts {
    display: none;
  }
  /* line 5927, app/assets/stylesheets/core/application.scss */
  #header {
    height: 70px !important;
    margin-top: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 0px;
  }
  /* line 5935, app/assets/stylesheets/core/application.scss */
  #header #logo {
    width: 150px;
    margin-top: 15px;
  }
  /* line 5939, app/assets/stylesheets/core/application.scss */
  #header #logo img {
    max-width: 100%;
  }
  /* line 5945, app/assets/stylesheets/core/application.scss */
  #header .container {
    padding-top: 10px;
  }
  /* line 5949, app/assets/stylesheets/core/application.scss */
  #mainmenu,
#header .social,
.breadcrumb {
    display: none;
  }
  /* line 5956, app/assets/stylesheets/core/application.scss */
  .for-everyone .box {
    height: 420px;
  }
  /* line 5960, app/assets/stylesheets/core/application.scss */
  .for-everyone .title {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
  /* line 5966, app/assets/stylesheets/core/application.scss */
  .blog_content {
    padding-top: 60px;
  }
  /* line 5969, app/assets/stylesheets/core/application.scss */
  .blog_content .blog_image {
    position: static;
  }
  /* line 5974, app/assets/stylesheets/core/application.scss */
  .home-slider {
    top: 0px !important;
  }
  /* line 5978, app/assets/stylesheets/core/application.scss */
  .intro-copy {
    margin: 60px 0px !important;
  }
  /* line 5982, app/assets/stylesheets/core/application.scss */
  .sort select {
    display: block;
    width: 100%;
  }
  /* line 5987, app/assets/stylesheets/core/application.scss */
  .beds {
    display: block !important;
    margin-left: 0 !important;
  }
  /* line 5994, app/assets/stylesheets/core/application.scss */
  .enquiry ol li.action {
    padding: 0 !important;
  }
  /* line 5998, app/assets/stylesheets/core/application.scss */
  .enquiry textarea,
.enquiry select,
.enquiry input[type="text"],
.enquiry input[type="tel"],
.enquiry input[type="url"],
.enquiry input[type="file"],
.enquiry input[type="email"],
.enquiry input[type="password"] {
    width: 100% !important;
  }
  /* line 6010, app/assets/stylesheets/core/application.scss */
  #enquiry_receive_marketing_input label {
    width: 90% !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
  /* line 6018, app/assets/stylesheets/core/application.scss */
  .blog_content {
    padding-top: 0;
  }
}
/* Slider */
/* line 4, app/assets/stylesheets/libs/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 100px;
}

/* line 19, app/assets/stylesheets/libs/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 26, app/assets/stylesheets/libs/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 30, app/assets/stylesheets/libs/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 35, app/assets/stylesheets/libs/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 44, app/assets/stylesheets/libs/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 50, app/assets/stylesheets/libs/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, app/assets/stylesheets/libs/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, app/assets/stylesheets/libs/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, app/assets/stylesheets/libs/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, app/assets/stylesheets/libs/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, app/assets/stylesheets/libs/slick.scss */
.slick-slide img {
  display: block;
  width: 100%;
  padding: 5px;
}

/* line 76, app/assets/stylesheets/libs/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 82, app/assets/stylesheets/libs/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 86, app/assets/stylesheets/libs/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 90, app/assets/stylesheets/libs/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 94, app/assets/stylesheets/libs/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 100, app/assets/stylesheets/libs/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 104, app/assets/stylesheets/libs/slick.scss */
.slick-dots {
  bottom: -70px;
}

/* line 108, app/assets/stylesheets/libs/slick.scss */
.slick-dots li button {
  background-color: #CCCCCC;
}

/* line 112, app/assets/stylesheets/libs/slick.scss */
.slick-dots li.slick-active button {
  background-color: red;
}

/* line 116, app/assets/stylesheets/libs/slick.scss */
.slick-prev, .slick-next {
  top: 44%;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-9dab1725ee38e87989a48796505748157d0238ac72c25a072f5162aa61e2da06.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-6d81fc3fac3b17a25f4ef3eee1394642d38b1adba5c7442acef3b3c8b045cbe7.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-91e1ea5f253e72e2e9402cff2bb58fa98b5faa49f9ded999c760013b94ead7f8.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-6efc1db612130b63222e0f6bf54d37392c3f2bdb2c10ba50f5d0f1e14d63af61.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-943d9bc18134619d37406debd81636b63881363a019513c1d6e6cb13b5c5fb30.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

