@charset "UTF-8";
/* Slider */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html {
  font-size: 87.5%; }

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  background: white;
  padding: 0;
  color: #888;
  height: auto;
  min-height: 100%;
  position: relative;
  padding-bottom: 514px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  color: #005591; }

h2 {
  text-transform: uppercase;
  font-size: 2em; }

h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase; }

a, a.has-tip, a:focus, a.has-tip:focus {
  color: #d2235e;
  outline: none; }

a:hover, a.has-tip:hover {
  color: #005591; }

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 3px solid #8c92a3;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #222; }

ul, ol, dl {
  font-size: 14px; }

.no-break {
  white-space: nowrap; }

.big {
  font-size: 1.2em; }

.blue {
  color: #005591 !important; }

.pt1rem {
  padding-top: 1rem; }

.shine {
  color: #d2235e !important; }

.full-width {
  width: 100% !important; }

.logo {
  padding: 0.5rem 0; }

.row.white {
  background-color: #f5f5f5; }

.inner-main-wrapper {
  position: relative;
  padding-top: 1rem; }

.row, .contain-to-grid .top-bar {
  max-width: 1154px; }

label.error {
  margin-bottom: 10px;
  text-transform: none;
  font-size: 1em;
  font-weight: normal; }

.inline-form-input label, .inline-form-input input, .inline-form-input select {
  display: inline;
  width: auto;
  padding-right: 1em; }

label {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 800;
  color: #666; }
  .checkbox label {
    font-weight: 400;
    font-size: 1em;
    text-transform: none; }

.inline-form-divider {
  padding: 0 1em; }

/* top bar */
.contain-to-grid {
  background-color: #005591; }

.top-bar {
  background-color: #005591; }
  .top-bar.expanded .title-area {
    background-color: #005591; }

.top-bar-section ul li:not(.has-form) {
  background-color: #005591; }
  .top-bar-section ul li:not(.has-form) a:not(.button) {
    font-size: 1em;
    background-color: #005591; }
    .top-bar-section ul li:not(.has-form) a:not(.button):hover {
      background-color: #0073c4 !important; }
  .top-bar-section ul li:not(.has-form).active a {
    background-color: #0073c4 !important; }

.sub-nav dd.active a, .sub-nav dt.active a, .sub-nav li.active a {
  background-color: #40373B; }

.sub-nav .results {
  color: #333;
  text-transform: none; }

/* button */
.button, button {
  background-color: #005591; }
  .button:focus, button:focus {
    background-color: #005591; }
  .button:hover, button:hover {
    background-color: #0073c4; }
  .button.blue, button.blue {
    background-color: #005591 !important;
    color: white !important; }

/* header */
.top-header {
  background-color: #efefef;
  position: relative; }

/* header options */
.header-options {
  text-align: right;
  margin: 0; }
  .header-options i {
    color: #d2235e; }
  .header-options li {
    list-style-type: none;
    padding: 0.5rem;
    display: inline-block;
    font-size: 1.2em;
    color: #333; }
    .header-options li a {
      color: #333; }

.main-wrapper {
  position: relative; }

.page-title {
  font-size: 2rem;
  color: #d2235e; }

.frontpage .page-title {
  padding: 1em 0;
  color: white;
  text-shadow: 1px 1px 3px #333; }

.panel.white {
  background-color: white; }

.panel.alert {
  background-color: #cc4747; }
  .panel.alert p {
    color: white; }

.panel h1 {
  color: #d2235e; }

.panel h2 {
  color: #005591; }

.panel h3 {
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem; }

.price {
  color: #d2235e;
  white-space: nowrap; }

.price.big, .price .big {
  font-size: 2em;
  font-weight: 800; }

/* footer */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #005591;
  padding: 1rem 0 0 0;
  color: white; }
  footer a, footer label {
    color: white; }
  footer a:hover, footer a:focus {
    color: #d2235e; }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: white; }
  footer button, footer button:hover {
    background-color: #d2235e !important; }
  footer h5 {
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem; }

.footer-menu {
  margin: 0 0 1rem 0;
  padding: 0; }
  .footer-menu li {
    list-style-type: none; }

/* social links */
.social-links a {
  font-size: 1.2em;
  width: 1.8em;
  height: 1.8em;
  padding-top: 0.2em;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #d2235e;
  color: white; }
  .social-links a:hover {
    color: white;
    background-color: #333; }

.subfooter {
  font-size: 12px;
  color: #f2f2f2;
  margin-top: 1rem;
  padding: 0.5rem; }

.subfooter2 {
  background-color: black;
  color: #f5f5f5;
  padding: 0.5rem;
  font-size: 12px; }

.safe-payment {
  letter-spacing: 2px; }
  .safe-payment i {
    font-size: 1.3em; }

.breadcrumbs {
  margin-bottom: 1rem;
  background-color: white; }

.sidebar .block {
  background-color: white;
  box-shadow: 1px 1px 3px #ddd;
  padding: 1rem;
  margin-bottom: 1rem; }
  .sidebar .block h3 {
    border-bottom: 1px solid #005591; }

ul.pagination {
  border-top: 1px solid #ddd;
  padding: 1rem 0; }
  ul.pagination li.current a, ul.pagination li.current button {
    background-color: #005591; }

input + .field-info, textarea + .field-info, select + .field-info, .checkbox + .field-info {
  color: #d2235e;
  margin-bottom: 1rem; }
  input + .field-info::before, textarea + .field-info::before, select + .field-info::before, .checkbox + .field-info::before {
    content: '\f05a';
    font-family: Fontawesome;
    padding-right: 0.5rem; }

.more-link {
  padding: 5px 1rem;
  border-radius: 5px;
  background-color: #d2235e;
  color: white; }
  .more-link:hover, .more-link:focus {
    background-color: #005591;
    color: white; }

input[type=password].weak {
  border-bottom: 3px solid red; }

input[type=password].good {
  border-bottom: 3px solid orange; }

input[type=password].strong {
  border-bottom: 3px solid green; }

.tabs {
  background-color: white; }
  .panel.white .tabs {
    background-color: #f5f5f5; }

.tabs .tab-title > a, .tabs dd > a {
  background-color: transparent;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  padding: 0.5rem 1rem; }
  .tabs .tab-title > a:focus, .tabs .tab-title > a:visited, .tabs dd > a:focus, .tabs dd > a:visited {
    outline: none; }

.tabs .tab-title.active > a, .tabs dd.active > a {
  background-color: transparent;
  border-bottom: 3px solid #d2235e; }

.reveal-modal {
  padding: 1rem; }
  .reveal-modal .close-reveal-modal {
    top: 0;
    right: 0.5rem; }
  .reveal-modal .alert-box {
    background-color: transparent;
    font-size: 1.2rem;
    border: none;
    text-align: center;
    color: #333; }
    .reveal-modal .alert-box.success {
      color: #43AC6A; }
    .reveal-modal .alert-box.alert {
      color: #f04124; }

.js-extendable {
  position: relative;
  max-height: 300px;
  overflow: hidden; }
  .js-extendable.extended {
    max-height: 10000px;
    padding-bottom: 3rem; }
  .js-extendable .extend-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #d2235e;
    padding-top: 30px;
    cursor: pointer; }
    .js-extendable .extend-button span {
      display: block;
      background-color: white;
      padding: 0.5rem; }
    .js-extendable .extend-button::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 30px;
      width: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }

ul.item-list {
  margin: 0;
  padding: 0; }
  ul.item-list li {
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0; }

.offer-page-header img {
  width: 100%; }

.hotel-destination {
  margin-bottom: 2rem; }

#home-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f5f5f5; }
  #home-background .image-wrapper {
    position: relative;
    padding-top: 122px; }
  #home-background .image-wrapper::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  #home-background img {
    width: 100%; }

.section-title {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem; }

@media (max-width: 44em) {
  body {
    padding: 0; }
  footer {
    position: relative; }
  .logo {
    text-align: center; } }

/* Slick */
.promo-carousel {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s; }
  .promo-carousel.slick-initialized {
    opacity: 1;
    visibility: visible; }

.slick-next {
  right: 20px;
  z-index: 10; }

.slick-prev {
  left: 20px;
  z-index: 10; }

.slick-slide img {
  margin: 0 auto; }

.promo-carousel.slick-initialized {
  background-color: #d2d2d2; }

.promo-slide {
  position: relative; }
  .promo-slide .slide-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: black;
    background-color: rgba(210, 35, 94, 0.8);
    color: white;
    padding: 0.5rem; }
    .promo-slide .slide-text .title {
      display: block;
      padding-bottom: 0.5rem;
      font-weight: 800;
      font-size: 1.2em; }
    .promo-slide .slide-text .description {
      display: block;
      font-size: 1.2em; }

.offer {
  box-shadow: 1px 1px 3px #aaa;
  background-color: white;
  position: relative;
  padding-bottom: 65px !important; }
  .offer .title, .offer .description, .offer .price {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .offer .title {
    color: #005591;
    font-weight: 800;
    font-size: 1.2em;
    line-height: 1.2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .offer .title a {
      color: #005591; }
  .offer .price {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    width: 100%;
    text-align: right; }
  .offer .image img {
    width: 100%; }

.news-teaser .date {
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 0.5rem; }

@media (max-width: 44em) {
  .promo-slide .slide-text {
    position: static;
    display: block; } }

/* search box */
.search-box {
  background-color: #d2235e;
  color: white;
  padding: 0.5rem 1rem; }
  .search-box h5 {
    color: white;
    font-size: 2.5em;
    padding-bottom: 0.7em; }
  .search-box h6, .search-box label {
    color: white; }
  .search-box .search-input {
    box-shadow: inset 1px 1px 5px #333;
    background-color: white;
    margin: 0 0 1rem 0;
    padding: 0.19rem 3px;
    border-radius: 5px; }
    .search-box .search-input input, .search-box .search-input select {
      border: none;
      margin: 0;
      box-shadow: none;
      background-color: transparent; }
    .search-box .search-input i {
      font-size: 1.6em;
      color: #666;
      line-height: 2; }
    .search-box .search-input .date-display {
      height: 30px;
      padding: 0 3px;
      margin-top: 0.5rem;
      color: #333; }
    .search-box .search-input .date-display + input {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      cursor: pointer; }
  .sidebar .search-box .search-input {
    padding: 0rem 3px; }
    .sidebar .search-box .search-input i {
      font-size: 1.2em; }
  .sidebar .search-box input, .sidebar .search-box select {
    height: 35px; }
  .search-box .button {
    height: 44px;
    padding: 0;
    width: 100%; }
  .search-box i {
    padding-right: 0.5rem; }
  .search-box ul {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem; }
  .search-box li {
    padding-bottom: 0; }
    .search-box li input {
      margin: 0 0 0.5rem 0;
      border: none;
      box-shadow: inset 1px 1px 5px #333;
      border-radius: 5px; }
  .search-box .js-dates-select {
    display: none; }
    .search-box .js-dates-select.active {
      display: block; }

#room-picker {
  cursor: pointer; }
  #room-picker #display {
    color: #333;
    height: 30px;
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    display: inline-block; }

#room-picker-modal label {
  color: #005591;
  font-weight: 800; }

#room-picker-modal .room-name {
  border-bottom: 1px solid #005591;
  margin-bottom: 1rem; }

#room-picker-modal .fa-female, #room-picker-modal .fa-male, #room-picker-modal .fa-child {
  font-size: 1.4em;
  line-height: 2; }

.filters-box {
  background-color: #40373B;
  color: white;
  padding: 0.5rem 1rem; }
  .filters-box h6 {
    color: white; }
  .filters-box .filter-title {
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    font-weight: 800;
    border-bottom: 1px solid #fff;
    margin: 1rem 0 0.5rem 0; }
  .filters-box .filter {
    margin: 0; }
    .filters-box .filter label {
      color: white; }
    .filters-box .filter li {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0.5rem 0; }
      .filters-box .filter li input {
        margin-right: 0.5rem;
        margin-bottom: 0; }
  .filters-box #category-filter i {
    color: #FAC949; }

.destination-page .forecast div {
  display: none; }

.slopes {
  display: block;
  text-align: center;
  margin: 0.1rem;
  padding: 0.1rem;
  font-size: 11px;
  text-transform: uppercase; }
  .slopes.green-slopes {
    background-color: #265a26;
    color: white; }
  .slopes.blue-slopes {
    background-color: #4578ba;
    color: white; }
  .slopes.red-slopes {
    background-color: #c22424;
    color: white; }
  .slopes.black-slopes {
    background-color: black;
    color: white; }

.search-page .destination-info h1 {
  font-size: 2em; }

.alternative-date-button {
  border: 1px solid #eee;
  box-shadow: 1px 1px 2px #ccc;
  padding: 0 0.5em;
  display: block; }
  .alternative-date-button:hover {
    background-color: #eee; }

.destination-info {
  background-color: white;
  padding: 1rem;
  box-shadow: 1px 1px 3px #aaa; }
  .destination-info h2 {
    margin-bottom: 0;
    line-height: 1; }
  .destination-info .date {
    font-size: 1.5em;
    color: #d2235e;
    padding-bottom: 0.5rem; }

.destination-search-dates, .results-title {
  color: white;
  margin: 1rem 0;
  padding: 0.5rem;
  text-align: right;
  background-color: #005591;
  font-size: 1.2em; }

.destination-packs {
  margin: 1rem 0; }
  .destination-packs h4 {
    color: #005591; }
  .destination-packs img {
    margin-right: 1rem; }
  .destination-packs li {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    padding-bottom: 1rem; }
    .destination-packs li .button {
      margin-top: 0.5rem; }

/* search results */
.search-sorting {
  background-color: #ddd;
  padding: 0.5rem;
  margin: 1rem 0;
  text-align: right; }
  .search-sorting > li {
    list-style-type: none;
    display: inline-block; }
  .search-sorting .button {
    padding: 2px 2rem 2px 1rem;
    margin: 0;
    font-weight: normal;
    font-size: 0.9em; }
    .search-sorting .button span {
      width: 1.8em; }

.search-results {
  padding: 1rem 0; }
  .search-results .date {
    color: #4D4D4F; }
  .search-results .result {
    box-shadow: 1px 1px 3px #aaa;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background-color: white;
    font-size: 0.857em; }
    .search-results .result .info {
      background-color: #ddd;
      padding: 1rem;
      margin-bottom: 1rem; }
    .search-results .result .features {
      padding-bottom: 0.5rem;
      color: #d2235e;
      font-weight: 800; }
    .search-results .result .date {
      margin-bottom: 1rem;
      color: #d2235e; }
    .search-results .result .alert {
      margin-bottom: 1rem;
      color: red; }
    .search-results .result .button {
      text-transform: uppercase; }
    .search-results .result .option-divider {
      border-bottom: 1px solid #ddd;
      margin-bottom: 0.5rem; }
    .search-results .result .regime {
      padding-bottom: 0.5rem; }
      .search-results .result .regime .room-info, .search-results .result .regime .regime-name {
        color: #333;
        font-weight: 800;
        padding-top: 0.5rem; }
      .search-results .result .regime .price {
        padding-right: 1rem;
        display: inline-block;
        border: none;
        line-height: 25px;
        margin: 0; }
      .search-results .result .regime .button {
        margin: 0;
        display: inline-block;
        line-height: 25px;
        padding: 0 1rem;
        vertical-align: top; }
    .search-results .result .alternatives {
      padding-top: 0.5rem; }
      .search-results .result .alternatives .title {
        padding-bottom: 0.5rem; }
      .search-results .result .alternatives ul li {
        list-style-type: none; }
        .search-results .result .alternatives ul li .price {
          padding-left: 0.5rem;
          padding-right: 0.5rem; }
          .search-results .result .alternatives ul li .price .big {
            font-size: 1.5em; }
        .search-results .result .alternatives ul li.not-available .price {
          color: #ef9fba; }

.hotel-page header .stars {
  line-height: 2;
  font-size: 1.8em;
  padding-left: 2rem;
  color: #FAC949; }

#map_canvas {
  width: 100% !important; }

.hotel .image, .result .image {
  margin-bottom: 0.5rem; }

.hotel .city, .result .city {
  font-size: 0.8em;
  color: #333;
  padding-left: 1rem;
  display: inline-block; }

.hotel .stars, .result .stars {
  margin-bottom: 1rem; }
  .hotel .stars i, .result .stars i {
    color: #FAC949; }

.hotel .score, .result .score {
  margin-bottom: 1rem; }
  .hotel .score span, .result .score span {
    background-color: #005591;
    color: white;
    padding: 0.5em;
    display: inline-block;
    border-radius: 50%;
    min-width: 2.5em;
    text-align: center; }

.hotel .tags, .result .tags {
  margin-bottom: 1rem; }
  .hotel .tags span, .result .tags span {
    color: white;
    background-color: #d2235e;
    padding: 0.5em;
    border-radius: 0.5em; }

.hotel .address, .result .address {
  padding-left: 1.5rem;
  margin: 1rem 0;
  position: relative; }
  .hotel .address::before, .result .address::before {
    content: "\f041";
    font-family: 'Fontawesome';
    color: #666;
    position: absolute;
    top: 0;
    left: 2px;
    height: 100%;
    width: 1.2rem;
    border-right: 1px dotted #ddd; }

.hotel .name, .result .name {
  color: #005591;
  font-weight: 800;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.3em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem; }

.hotel h3, .result h3 {
  font-size: 1em; }

.hotel .destinations, .result .destinations {
  margin-top: 1rem; }
  .hotel .destinations h6, .result .destinations h6 {
    border-bottom: 1px solid #005591; }
  .hotel .destinations a, .result .destinations a {
    color: #333;
    font-weight: 800; }
    .hotel .destinations a span.price, .result .destinations a span.price {
      display: block; }

article.destination .stars {
  color: #FAC949; }

article.destination .hotels {
  margin-top: 1rem; }
  article.destination .hotels h6 {
    border-bottom: 1px solid #005591; }
  article.destination .hotels a {
    color: #333;
    font-weight: 800; }
    article.destination .hotels a span.price {
      display: block; }

.hotel-list article, .destination-list article {
  background-color: white;
  padding: 1rem;
  box-shadow: 1px 1px 3px #ddd;
  margin-bottom: 1rem; }

.hotel .name {
  font-size: 1.5em; }

.hotel .stars {
  font-size: 1rem;
  color: #FAC949; }

.hotel .city {
  margin: 0.5rem 0; }

.offer-page .offer {
  padding: 0.5rem; }
  .offer-page .offer .price {
    position: static; }

/* offer results */
.offer-destinations {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .offer-destinations .offer-destination {
    background-color: white;
    padding: 1rem;
    box-shadow: 1px 1px 3px #ddd;
    margin-bottom: 2rem; }
    .offer-destinations .offer-destination .button {
      margin-bottom: 0;
      background-color: #d2235e;
      padding: 0.7rem 1rem; }
      .offer-destinations .offer-destination .button:hover {
        background-color: #005591; }
    .offer-destinations .offer-destination .name {
      color: #005591;
      font-weight: 800;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 1.3em;
      border-bottom: 1px solid #ddd;
      margin-bottom: 0.5rem; }
      .offer-destinations .offer-destination .name .date {
        display: inline-block;
        margin-left: 2rem; }
    .offer-destinations .offer-destination .price {
      color: #005591; }
    .offer-destinations .offer-destination .results ul {
      margin: 0;
      padding: 0; }
    .offer-destinations .offer-destination .results ul li {
      list-style-type: none; }
      .offer-destinations .offer-destination .results ul li .price {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
        .offer-destinations .offer-destination .results ul li .price .big {
          font-size: 1.5em; }
      .offer-destinations .offer-destination .results ul li.not-available .price {
        color: #ef9fba; }
    .offer-destinations .offer-destination.date-option {
      float: left;
      width: 31%;
      margin: 1%;
      padding: 0; }
      .offer-destinations .offer-destination.date-option a {
        padding: 1rem;
        display: block;
        transition: all 0.5s; }
        .offer-destinations .offer-destination.date-option a:hover {
          background-color: #d2d2d2; }

.ui-datepicker.ui-datepicker-multi-2 {
  width: 600px !important;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px #333; }

.ui-datepicker .ui-widget-header {
  font-family: Montserrat, Arial, sans-serif;
  background-color: #005591;
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 0; }

.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background-image: none;
  background-color: transparent;
  border: none; }

.ui-datepicker .ui-datepicker-prev span {
  background-image: none;
  color: white; }
  .ui-datepicker .ui-datepicker-prev span::before {
    text-indent: 0;
    font-family: Fontawesome;
    content: '\f053';
    display: block; }

.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background-image: none;
  background-color: transparent;
  border: none; }

.ui-datepicker .ui-datepicker-next span {
  background-image: none;
  color: white; }
  .ui-datepicker .ui-datepicker-next span::before {
    text-indent: 0;
    font-family: Fontawesome;
    content: '\f054';
    display: block; }

.ui-datepicker table {
  border: none; }
  .ui-datepicker table tbody {
    border: none; }
  .ui-datepicker table td {
    background-color: white;
    padding: 3px; }
  .ui-datepicker table tr.alt, .ui-datepicker table tr.even, .ui-datepicker table tr:nth-of-type(even) {
    background-color: white; }
  .ui-datepicker table .ui-state-default {
    border: none;
    font-size: 1em;
    padding: 5px;
    background-color: transparent; }
  .ui-datepicker table .ui-state-highlight {
    background-color: transparent; }
  .ui-datepicker table .ui-state-active, .ui-datepicker table .ui-state-hover {
    background-color: #d2235e;
    color: white; }

.ui-autocomplete .ui-menu-item div {
  padding: 5px;
  padding-left: 2.5em;
  background-color: white;
  color: #d2235e;
  position: relative;
  border-bottom: 1px solid #CCC;
  font-weight: bold; }
  .ui-autocomplete .ui-menu-item div:hover, .ui-autocomplete .ui-menu-item div.ui-state-active {
    background-color: #005591;
    color: white;
    border: none;
    border-bottom: 1px solid #CCC; }
    .ui-autocomplete .ui-menu-item div:hover::before, .ui-autocomplete .ui-menu-item div.ui-state-active::before {
      background-color: #005591;
      color: white; }
  .ui-autocomplete .ui-menu-item div::before {
    font-family: Fontawesome;
    background-color: white;
    color: #d2235e;
    position: absolute;
    left: 0;
    top: 0;
    width: 2em;
    height: 100%;
    text-align: center;
    padding-top: 4px; }
  .ui-autocomplete .ui-menu-item div.ski::before {
    content: '\f2dc'; }
  .ui-autocomplete .ui-menu-item div.activity::before {
    content: '\f140'; }
  .ui-autocomplete .ui-menu-item div.destination::before {
    content: '\f140'; }
  .ui-autocomplete .ui-menu-item div.hotel::before {
    content: '\f236'; }
  .ui-autocomplete .ui-menu-item div.zone::before {
    content: '\f0ac'; }
  .ui-autocomplete .ui-menu-item div.city::before {
    content: '\f041'; }

.js-show-more-options {
  padding: 5px;
  color: #d2235e;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #d2235e;
  display: inline-block; }
  .js-show-more-options:hover {
    color: #005591;
    border: 1px solid #005591; }

.special-conditions {
  padding: 0.5rem;
  color: #005591;
  font-weight: bold; }

#search-sorting i {
  font-style: normal; }

.js-search-results.js-searching {
  position: relative; }
  .js-search-results.js-searching .searching {
    display: block; }

.js-search-results .searching {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  background-image: url("../img/gears.svg");
  background-repeat: no-repeat;
  background-position: center 200px;
  display: none; }

.product-info h5 a {
  color: #005591; }
  .product-info h5 a:hover {
    color: #d2235e; }

@media (max-width: 980px) and (min-width: 44em) {
  .date-display {
    font-size: 11px; } }

@media (max-width: 44em) {
  .search-box {
    margin-bottom: 1rem; } }

ul.pagination li a {
  font-size: 1rem;
  font-weight: bold;
  color: black; }

/* newsletter-form */
header .newsletter-form input {
  display: inline;
  max-width: 150px; }

header .newsletter-form button {
  line-height: 1.9;
  height: 37px;
  margin-bottom: 0;
  text-transform: uppercase; }

#newsletter-form {
  background-color: #0091f7;
  border-radius: 10px;
  padding: 1rem; }
  #newsletter-form input {
    border-radius: 5px; }
  #newsletter-form h5 {
    border: none;
    margin: 0;
    padding: 0; }
  #newsletter-form h6 {
    font-size: 1em;
    color: #333; }
  #newsletter-form label.error {
    background-color: #8ac9f5;
    padding: 5px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 5px;
    color: #8e1414; }

/* search box */
.search-box {
  background-color: #d2235e;
  color: white;
  padding: 0.5rem 1rem; }
  .search-box h5 {
    color: white;
    font-size: 2.5em;
    padding-bottom: 0.7em; }
  .search-box h6, .search-box label {
    color: white; }
  .search-box .search-input {
    box-shadow: inset 1px 1px 5px #333;
    background-color: white;
    margin: 0 0 1rem 0;
    padding: 0.19rem 3px;
    border-radius: 5px; }
    .search-box .search-input input, .search-box .search-input select {
      border: none;
      margin: 0;
      box-shadow: none;
      background-color: transparent; }
    .search-box .search-input i {
      font-size: 1.6em;
      color: #666;
      line-height: 2; }
    .search-box .search-input .date-display {
      height: 30px;
      padding: 0 3px;
      margin-top: 0.5rem;
      color: #333; }
    .search-box .search-input .date-display + input {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      cursor: pointer; }
  .sidebar .search-box .search-input {
    padding: 0rem 3px; }
    .sidebar .search-box .search-input i {
      font-size: 1.2em; }
  .sidebar .search-box input, .sidebar .search-box select {
    height: 35px; }
  .search-box .button {
    height: 44px;
    padding: 0;
    width: 100%; }
  .search-box i {
    padding-right: 0.5rem; }
  .search-box ul {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem; }
  .search-box li {
    padding-bottom: 0; }
    .search-box li input {
      margin: 0 0 0.5rem 0;
      border: none;
      box-shadow: inset 1px 1px 5px #333;
      border-radius: 5px; }
  .search-box .js-dates-select {
    display: none; }
    .search-box .js-dates-select.active {
      display: block; }

#room-picker {
  cursor: pointer; }
  #room-picker #display {
    color: #333;
    height: 30px;
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    display: inline-block; }

#room-picker-modal label {
  color: #005591;
  font-weight: 800; }

#room-picker-modal .room-name {
  border-bottom: 1px solid #005591;
  margin-bottom: 1rem; }

#room-picker-modal .fa-female, #room-picker-modal .fa-male, #room-picker-modal .fa-child {
  font-size: 1.4em;
  line-height: 2; }

.filters-box {
  background-color: #40373B;
  color: white;
  padding: 0.5rem 1rem; }
  .filters-box h6 {
    color: white; }
  .filters-box .filter-title {
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    font-weight: 800;
    border-bottom: 1px solid #fff;
    margin: 1rem 0 0.5rem 0; }
  .filters-box .filter {
    margin: 0; }
    .filters-box .filter label {
      color: white; }
    .filters-box .filter li {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0.5rem 0; }
      .filters-box .filter li input {
        margin-right: 0.5rem;
        margin-bottom: 0; }
  .filters-box #category-filter i {
    color: #FAC949; }

.destination-page .forecast div {
  display: none; }

.slopes {
  display: block;
  text-align: center;
  margin: 0.1rem;
  padding: 0.1rem;
  font-size: 11px;
  text-transform: uppercase; }
  .slopes.green-slopes {
    background-color: #265a26;
    color: white; }
  .slopes.blue-slopes {
    background-color: #4578ba;
    color: white; }
  .slopes.red-slopes {
    background-color: #c22424;
    color: white; }
  .slopes.black-slopes {
    background-color: black;
    color: white; }

.search-page .destination-info h1 {
  font-size: 2em; }

.alternative-date-button {
  border: 1px solid #eee;
  box-shadow: 1px 1px 2px #ccc;
  padding: 0 0.5em;
  display: block; }
  .alternative-date-button:hover {
    background-color: #eee; }

.destination-info {
  background-color: white;
  padding: 1rem;
  box-shadow: 1px 1px 3px #aaa; }
  .destination-info h2 {
    margin-bottom: 0;
    line-height: 1; }
  .destination-info .date {
    font-size: 1.5em;
    color: #d2235e;
    padding-bottom: 0.5rem; }

.destination-search-dates, .results-title {
  color: white;
  margin: 1rem 0;
  padding: 0.5rem;
  text-align: right;
  background-color: #005591;
  font-size: 1.2em; }

.destination-packs {
  margin: 1rem 0; }
  .destination-packs h4 {
    color: #005591; }
  .destination-packs img {
    margin-right: 1rem; }
  .destination-packs li {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    padding-bottom: 1rem; }
    .destination-packs li .button {
      margin-top: 0.5rem; }

/* search results */
.search-sorting {
  background-color: #ddd;
  padding: 0.5rem;
  margin: 1rem 0;
  text-align: right; }
  .search-sorting > li {
    list-style-type: none;
    display: inline-block; }
  .search-sorting .button {
    padding: 2px 2rem 2px 1rem;
    margin: 0;
    font-weight: normal;
    font-size: 0.9em; }
    .search-sorting .button span {
      width: 1.8em; }

.search-results {
  padding: 1rem 0; }
  .search-results .date {
    color: #4D4D4F; }
  .search-results .result {
    box-shadow: 1px 1px 3px #aaa;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background-color: white;
    font-size: 0.857em; }
    .search-results .result .info {
      background-color: #ddd;
      padding: 1rem;
      margin-bottom: 1rem; }
    .search-results .result .features {
      padding-bottom: 0.5rem;
      color: #d2235e;
      font-weight: 800; }
    .search-results .result .date {
      margin-bottom: 1rem;
      color: #d2235e; }
    .search-results .result .alert {
      margin-bottom: 1rem;
      color: red; }
    .search-results .result .button {
      text-transform: uppercase; }
    .search-results .result .option-divider {
      border-bottom: 1px solid #ddd;
      margin-bottom: 0.5rem; }
    .search-results .result .regime {
      padding-bottom: 0.5rem; }
      .search-results .result .regime .room-info, .search-results .result .regime .regime-name {
        color: #333;
        font-weight: 800;
        padding-top: 0.5rem; }
      .search-results .result .regime .price {
        padding-right: 1rem;
        display: inline-block;
        border: none;
        line-height: 25px;
        margin: 0; }
      .search-results .result .regime .button {
        margin: 0;
        display: inline-block;
        line-height: 25px;
        padding: 0 1rem;
        vertical-align: top; }
    .search-results .result .alternatives {
      padding-top: 0.5rem; }
      .search-results .result .alternatives .title {
        padding-bottom: 0.5rem; }
      .search-results .result .alternatives ul li {
        list-style-type: none; }
        .search-results .result .alternatives ul li .price {
          padding-left: 0.5rem;
          padding-right: 0.5rem; }
          .search-results .result .alternatives ul li .price .big {
            font-size: 1.5em; }
        .search-results .result .alternatives ul li.not-available .price {
          color: #ef9fba; }

.hotel-page header .stars {
  line-height: 2;
  font-size: 1.8em;
  padding-left: 2rem;
  color: #FAC949; }

#map_canvas {
  width: 100% !important; }

.hotel .image, .result .image {
  margin-bottom: 0.5rem; }

.hotel .city, .result .city {
  font-size: 0.8em;
  color: #333;
  padding-left: 1rem;
  display: inline-block; }

.hotel .stars, .result .stars {
  margin-bottom: 1rem; }
  .hotel .stars i, .result .stars i {
    color: #FAC949; }

.hotel .score, .result .score {
  margin-bottom: 1rem; }
  .hotel .score span, .result .score span {
    background-color: #005591;
    color: white;
    padding: 0.5em;
    display: inline-block;
    border-radius: 50%;
    min-width: 2.5em;
    text-align: center; }

.hotel .tags, .result .tags {
  margin-bottom: 1rem; }
  .hotel .tags span, .result .tags span {
    color: white;
    background-color: #d2235e;
    padding: 0.5em;
    border-radius: 0.5em; }

.hotel .address, .result .address {
  padding-left: 1.5rem;
  margin: 1rem 0;
  position: relative; }
  .hotel .address::before, .result .address::before {
    content: "\f041";
    font-family: 'Fontawesome';
    color: #666;
    position: absolute;
    top: 0;
    left: 2px;
    height: 100%;
    width: 1.2rem;
    border-right: 1px dotted #ddd; }

.hotel .name, .result .name {
  color: #005591;
  font-weight: 800;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.3em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem; }

.hotel h3, .result h3 {
  font-size: 1em; }

.hotel .destinations, .result .destinations {
  margin-top: 1rem; }
  .hotel .destinations h6, .result .destinations h6 {
    border-bottom: 1px solid #005591; }
  .hotel .destinations a, .result .destinations a {
    color: #333;
    font-weight: 800; }
    .hotel .destinations a span.price, .result .destinations a span.price {
      display: block; }

article.destination .stars {
  color: #FAC949; }

article.destination .hotels {
  margin-top: 1rem; }
  article.destination .hotels h6 {
    border-bottom: 1px solid #005591; }
  article.destination .hotels a {
    color: #333;
    font-weight: 800; }
    article.destination .hotels a span.price {
      display: block; }

.hotel-list article, .destination-list article {
  background-color: white;
  padding: 1rem;
  box-shadow: 1px 1px 3px #ddd;
  margin-bottom: 1rem; }

.hotel .name {
  font-size: 1.5em; }

.hotel .stars {
  font-size: 1rem;
  color: #FAC949; }

.hotel .city {
  margin: 0.5rem 0; }

.offer-page .offer {
  padding: 0.5rem; }
  .offer-page .offer .price {
    position: static; }

/* offer results */
.offer-destinations {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .offer-destinations .offer-destination {
    background-color: white;
    padding: 1rem;
    box-shadow: 1px 1px 3px #ddd;
    margin-bottom: 2rem; }
    .offer-destinations .offer-destination .button {
      margin-bottom: 0;
      background-color: #d2235e;
      padding: 0.7rem 1rem; }
      .offer-destinations .offer-destination .button:hover {
        background-color: #005591; }
    .offer-destinations .offer-destination .name {
      color: #005591;
      font-weight: 800;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 1.3em;
      border-bottom: 1px solid #ddd;
      margin-bottom: 0.5rem; }
      .offer-destinations .offer-destination .name .date {
        display: inline-block;
        margin-left: 2rem; }
    .offer-destinations .offer-destination .price {
      color: #005591; }
    .offer-destinations .offer-destination .results ul {
      margin: 0;
      padding: 0; }
    .offer-destinations .offer-destination .results ul li {
      list-style-type: none; }
      .offer-destinations .offer-destination .results ul li .price {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
        .offer-destinations .offer-destination .results ul li .price .big {
          font-size: 1.5em; }
      .offer-destinations .offer-destination .results ul li.not-available .price {
        color: #ef9fba; }
    .offer-destinations .offer-destination.date-option {
      float: left;
      width: 31%;
      margin: 1%;
      padding: 0; }
      .offer-destinations .offer-destination.date-option a {
        padding: 1rem;
        display: block;
        transition: all 0.5s; }
        .offer-destinations .offer-destination.date-option a:hover {
          background-color: #d2d2d2; }

.ui-datepicker.ui-datepicker-multi-2 {
  width: 600px !important;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px #333; }

.ui-datepicker .ui-widget-header {
  font-family: Montserrat, Arial, sans-serif;
  background-color: #005591;
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 0; }

.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background-image: none;
  background-color: transparent;
  border: none; }

.ui-datepicker .ui-datepicker-prev span {
  background-image: none;
  color: white; }
  .ui-datepicker .ui-datepicker-prev span::before {
    text-indent: 0;
    font-family: Fontawesome;
    content: '\f053';
    display: block; }

.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background-image: none;
  background-color: transparent;
  border: none; }

.ui-datepicker .ui-datepicker-next span {
  background-image: none;
  color: white; }
  .ui-datepicker .ui-datepicker-next span::before {
    text-indent: 0;
    font-family: Fontawesome;
    content: '\f054';
    display: block; }

.ui-datepicker table {
  border: none; }
  .ui-datepicker table tbody {
    border: none; }
  .ui-datepicker table td {
    background-color: white;
    padding: 3px; }
  .ui-datepicker table tr.alt, .ui-datepicker table tr.even, .ui-datepicker table tr:nth-of-type(even) {
    background-color: white; }
  .ui-datepicker table .ui-state-default {
    border: none;
    font-size: 1em;
    padding: 5px;
    background-color: transparent; }
  .ui-datepicker table .ui-state-highlight {
    background-color: transparent; }
  .ui-datepicker table .ui-state-active, .ui-datepicker table .ui-state-hover {
    background-color: #d2235e;
    color: white; }

.ui-autocomplete .ui-menu-item div {
  padding: 5px;
  padding-left: 2.5em;
  background-color: white;
  color: #d2235e;
  position: relative;
  border-bottom: 1px solid #CCC;
  font-weight: bold; }
  .ui-autocomplete .ui-menu-item div:hover, .ui-autocomplete .ui-menu-item div.ui-state-active {
    background-color: #005591;
    color: white;
    border: none;
    border-bottom: 1px solid #CCC; }
    .ui-autocomplete .ui-menu-item div:hover::before, .ui-autocomplete .ui-menu-item div.ui-state-active::before {
      background-color: #005591;
      color: white; }
  .ui-autocomplete .ui-menu-item div::before {
    font-family: Fontawesome;
    background-color: white;
    color: #d2235e;
    position: absolute;
    left: 0;
    top: 0;
    width: 2em;
    height: 100%;
    text-align: center;
    padding-top: 4px; }
  .ui-autocomplete .ui-menu-item div.ski::before {
    content: '\f2dc'; }
  .ui-autocomplete .ui-menu-item div.activity::before {
    content: '\f140'; }
  .ui-autocomplete .ui-menu-item div.destination::before {
    content: '\f140'; }
  .ui-autocomplete .ui-menu-item div.hotel::before {
    content: '\f236'; }
  .ui-autocomplete .ui-menu-item div.zone::before {
    content: '\f0ac'; }
  .ui-autocomplete .ui-menu-item div.city::before {
    content: '\f041'; }

.js-show-more-options {
  padding: 5px;
  color: #d2235e;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #d2235e;
  display: inline-block; }
  .js-show-more-options:hover {
    color: #005591;
    border: 1px solid #005591; }

.special-conditions {
  padding: 0.5rem;
  color: #005591;
  font-weight: bold; }

#search-sorting i {
  font-style: normal; }

.js-search-results.js-searching {
  position: relative; }
  .js-search-results.js-searching .searching {
    display: block; }

.js-search-results .searching {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  background-image: url("../img/gears.svg");
  background-repeat: no-repeat;
  background-position: center 200px;
  display: none; }

.product-info h5 a {
  color: #005591; }
  .product-info h5 a:hover {
    color: #d2235e; }

@media (max-width: 980px) and (min-width: 44em) {
  .date-display {
    font-size: 11px; } }

@media (max-width: 44em) {
  .search-box {
    margin-bottom: 1rem; } }

ul.pagination li a {
  font-size: 1rem;
  font-weight: bold;
  color: black; }

/* booking */
.booking-page .panel .big {
  font-size: 1.5em; }

.booking-page .panel h3 {
  color: #d2235e;
  border-color: #d2235e; }

.booking-page .panel h4 {
  font-size: 1em; }

.booking-page .panel h6 {
  font-size: 1em;
  color: #555; }

.booking-page .transportation .name {
  font-weight: 800;
  padding-bottom: 0.5rem; }

.booking-page .payment-method {
  padding: 0.5rem 1.25rem; }
  .booking-page .payment-method label {
    font-weight: 800;
    color: #333; }

.booking-box {
  background-color: white;
  color: #333;
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 5px #aaa;
  border: 1px solid #d2235e; }
  .booking-box.js-calculating {
    position: relative; }
    .booking-box.js-calculating .calculating {
      display: block; }
  .booking-box .calculating {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    background-width: 50%;
    z-index: 100;
    background-image: url("../img/gears.svg");
    background-repeat: no-repeat;
    background-position: center 200px;
    display: none; }
  .booking-box .price {
    font-weight: 800; }
  .booking-box h6 {
    color: #d2235e;
    font-weight: 800; }
  .booking-box .image {
    margin-right: 5px; }
  .booking-box .booking-block-title {
    font-weight: 800;
    padding: 0.25rem 0;
    text-transform: uppercase;
    border-bottom: 1px solid #d2235e;
    margin-bottom: 0.5rem;
    margin-top: 1rem; }
  .booking-box .product .description {
    margin-top: 1rem; }
  .booking-box .product .name {
    font-size: 1.5em;
    line-height: 1.2; }
  .booking-box .hotel .name {
    font-size: 1.5em;
    line-height: 1.2; }
  .booking-box .hotel .stars {
    font-size: 1rem;
    color: #FAC949; }
  .booking-box .hotel .city {
    margin: 0.5rem 0; }
  .booking-box .label {
    background-color: #d2235e; }
  .booking-box .booking-dates {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .booking-box .booking-date {
    border: 1px dashed #d2235e;
    padding: 5px; }
  .booking-box .total {
    background-color: #d2235e;
    color: white;
    padding: 0.5rem 1rem;
    margin: 1rem -1rem 0 -1rem; }
    .booking-box .total .price {
      font-size: 1.5em;
      color: white; }

.price-rate-list p {
  font-size: 12px; }

.booking-information .booking-block-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #666;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #005591;
  padding-bottom: 5px; }

.booking-information table td {
  vertical-align: top; }

.booking-information .booking-dates {
  padding-top: 10px; }

.booking-information .name {
  font-weight: bold;
  font-size: 16px; }

.booking-information .details {
  margin: 20px 0; }

.js-booking-info {
  display: none; }

.user-profile .booking-box,
.booking-complete-page .booking-box,
.booking-error-page .booking-box {
  overflow: hidden; }
  .user-profile .booking-box table,
  .booking-complete-page .booking-box table,
  .booking-error-page .booking-box table {
    width: auto !important; }
  .user-profile .booking-box .global-info,
  .booking-complete-page .booking-box .global-info,
  .booking-error-page .booking-box .global-info {
    float: left;
    width: 55%; }
  .user-profile .booking-box .booking-information > .invoice,
  .booking-complete-page .booking-box .booking-information > .invoice,
  .booking-error-page .booking-box .booking-information > .invoice {
    float: right;
    width: 40% !important; }

.extra {
  position: relative;
  min-height: 4.5rem; }

.extra-person label {
  text-transform: none; }

.extra .js-remove-extra {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  border-bottom: 1px dashed #ddd; }

.extra-form h5 {
  font-size: 0.9em;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3rem; }

.extra-form {
  border: 1px solid #ddd;
  padding: 0.5rem;
  background-color: #eee;
  margin-bottom: 1rem;
  display: none; }

.extra-form select {
  max-width: 100%;
  margin-right: 2rem; }

.extra-form label {
  font-size: 0.9em;
  padding-right: 0.5rem; }

.extra-button {
  display: block; }

.extra-buttons {
  margin-bottom: 0.5rem; }

.extra-person {
  border-bottom: 1px solid #bbb;
  margin-bottom: 2rem; }

.inline-block {
  display: inline-block; }

.extra-buttons input[type=radio] + label {
  margin-right: 0; }

.radio-buttons-group .radio {
  display: inline-block; }

/* blog */
.post {
  padding: 1rem;
  background: white;
  box-shadow: 1px 1px 3px #ddd;
  margin-bottom: 1rem; }
  .post h1 {
    color: #005591;
    border-bottom: 1px solid #005591;
    margin-bottom: 1rem; }
  .post h3 {
    border-bottom: 1px solid #005591;
    margin-bottom: 1rem; }
  .post .created {
    color: #333;
    font-weight: 800;
    margin-bottom: 0.5rem; }
    .post .created::before {
      content: '\f073';
      font-family: 'Fontawesome';
      padding-right: 1em; }
  .post .more-link {
    background-color: #d2235e;
    color: white;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 1rem 0; }

.tags {
  padding-left: 1.5rem;
  margin: 1rem 0;
  position: relative; }
  .tags::before {
    content: '\f02c';
    font-family: 'Fontawesome';
    color: #666;
    position: absolute;
    top: 0;
    left: 2px;
    height: 100%;
    width: 1.2rem;
    border-right: 1px dotted #ddd; }
  .tags a {
    border-radius: 5px;
    background-color: #d2235e;
    padding: 2px 5px;
    color: white;
    font-size: 0.8em; }
    .tags a:hover {
      background-color: #005591; }

.recent-posts li {
  line-height: 1.2;
  margin-bottom: 0.5rem; }

ul.documents {
  margin: 0;
  padding: 0; }
  ul.documents li {
    list-style-type: none;
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    padding: 0; }
    .booking-complete-page ul.documents li {
      display: block; }
    ul.documents li h5 {
      text-transform: none; }

#cookies-eu-banner {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  font-size: 1em;
  color: white;
  text-align: center;
  z-index: 100000; }
  #cookies-eu-banner a {
    text-decoration: underline;
    color: white; }
  #cookies-eu-banner button {
    padding: 0.2rem 1rem;
    background-color: #d2235e;
    color: white;
    margin-left: 0.5rem; }
  #cookies-eu-banner #cookies-eu-reject {
    display: none; }

.js-popup {
  position: absolute;
  padding: 0.5rem;
  border: 1px solid #d2235e;
  background-color: white;
  text-align: left;
  width: 200px; }
  .js-popup::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #d2235e transparent transparent transparent;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute; }

.price-totals-popup .price-totals-header {
  font-size: 16px;
  color: #005591; }

.price-totals-popup .room-name {
  font-weight: bold;
  color: #000;
  margin-top: 1rem; }

.price-totals-popup .room-item-member {
  font-size: 10px;
  color: #333; }

.price-totals-popup .total-price {
  color: #d2235e;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 1rem; }

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