@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600");
@import url("//fonts.googleapis.com/css?family=Open+Sans:100,400,600,700");
@import url(////fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro:400,300,700,600);
@import url("//fonts.googleapis.com/css?family=Oswald:100,300,400|Raleway:100,300,400");
@import url("//fonts.googleapis.com/css?family=Montserrat:700");
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.hotelferrero.com/static_1/fonts/fontawesome/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/fontawesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../../fonts/fontawesome/fontawesome-webfont.woff") format("woff2"), url("../../fonts/fontawesome/fontawesome-webfont_v-4.7.0.woff") format("woff"), url("../../fonts/fontawesome/fontawesome-webfont_v-4.7.0.ttf") format("truetype"), url("../../fonts/fontawesome/fontawesome-webfont_v-4.7.0-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa, .booking_ticks_replacement_full .block .close:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-2x {
  font-size: 2em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-3x {
  font-size: 3em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-4x {
  font-size: 4em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-5x {
  font-size: 5em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ul > li {
  position: relative;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pull-left {
  float: left;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pull-right {
  float: right;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa.fa-pull-left, .booking_ticks_replacement_full .block .fa-pull-left.close:before {
  margin-right: .3em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa.fa-pull-right, .booking_ticks_replacement_full .block .fa-pull-right.close:before {
  margin-left: .3em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.pull-right {
  float: right;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.pull-left {
  float: left;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa.pull-left, .booking_ticks_replacement_full .block .pull-left.close:before {
  margin-right: .3em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa.pull-right, .booking_ticks_replacement_full .block .pull-right.close:before {
  margin-left: .3em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-inverse {
  color: #fff;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-music:before {
  content: "\f001";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-star:before {
  content: "\f005";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-user:before {
  content: "\f007";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-film:before {
  content: "\f008";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-remove:before, .fa-close:before, .fa-times:before, .booking_ticks_replacement_full .block .close:before {
  content: "\f00d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-home:before {
  content: "\f015";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-road:before {
  content: "\f018";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-download:before {
  content: "\f019";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-font:before {
  content: "\f031";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-random:before {
  content: "\f074";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-key:before {
  content: "\f084";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-code:before {
  content: "\f121";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-question:before {
  content: "\f128";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-info:before {
  content: "\f129";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-female:before {
  content: "\f182";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-male:before {
  content: "\f183";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-server:before {
  content: "\f233";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-train:before {
  content: "\f238";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-map:before {
  content: "\f279";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, ../../../sass/plugins/_fontawesomemin.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/iconmoon/icomoon_ytm7g4.eot");
  src: url("../../fonts/iconmoon/icomoon_ytm7g4.eot#iefix") format("embedded-opentype"), url("../../fonts/iconmoon/icomoon_ytm7g4.ttf") format("truetype"), url("../../fonts/iconmoon/icomoon_ytm7g4.woff") format("woff"), url("../../fonts/iconmoon/icomoon_ytm7g4-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 13, ../../../sass/plugins/_iconmoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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 28, ../../../sass/plugins/_iconmoon.scss */
.icon-terrace:before {
  content: "\ea52";
}

/* line 31, ../../../sass/plugins/_iconmoon.scss */
.icon-ico-hotelmanager:before {
  content: "\ea4c";
}

/* line 34, ../../../sass/plugins/_iconmoon.scss */
.icon-ico-paritymaker:before {
  content: "\ea4d";
}

/* line 37, ../../../sass/plugins/_iconmoon.scss */
.icon-ico-priceseeker:before {
  content: "\ea4e";
}

/* line 40, ../../../sass/plugins/_iconmoon.scss */
.icon-ico-ratecheck:before {
  content: "\ea4f";
}

/* line 43, ../../../sass/plugins/_iconmoon.scss */
.icon-ico-rescueseeker:before {
  content: "\ea50";
}

/* line 46, ../../../sass/plugins/_iconmoon.scss */
.icon-ico-reviewseeker:before {
  content: "\ea51";
}

/* line 49, ../../../sass/plugins/_iconmoon.scss */
.icon-couponlong:before {
  content: "\ea4a";
}

/* line 52, ../../../sass/plugins/_iconmoon.scss */
.icon-coupon:before {
  content: "\ea4b";
}

/* line 55, ../../../sass/plugins/_iconmoon.scss */
.icon-cocktel:before {
  content: "\ea46";
}

/* line 58, ../../../sass/plugins/_iconmoon.scss */
.icon-gafas:before {
  content: "\ea47";
}

/* line 61, ../../../sass/plugins/_iconmoon.scss */
.icon-pelota:before {
  content: "\ea48";
}

/* line 64, ../../../sass/plugins/_iconmoon.scss */
.icon-piscina:before {
  content: "\ea49";
}

/* line 67, ../../../sass/plugins/_iconmoon.scss */
.icon-email2:before {
  content: "\ea43";
}

/* line 70, ../../../sass/plugins/_iconmoon.scss */
.icon-luggage2:before {
  content: "\ea44";
}

/* line 73, ../../../sass/plugins/_iconmoon.scss */
.icon-nodisturb:before {
  content: "\ea45";
}

/* line 76, ../../../sass/plugins/_iconmoon.scss */
.icon-percent:before {
  content: "\61";
}

/* line 79, ../../../sass/plugins/_iconmoon.scss */
.icon-bed:before {
  content: "\62";
}

/* line 82, ../../../sass/plugins/_iconmoon.scss */
.icon-dots:before {
  content: "\63";
}

/* line 85, ../../../sass/plugins/_iconmoon.scss */
.icon-buffet:before {
  content: "\e900";
}

/* line 88, ../../../sass/plugins/_iconmoon.scss */
.icon-zen:before {
  content: "\e901";
}

/* line 91, ../../../sass/plugins/_iconmoon.scss */
.icon-drink:before {
  content: "\e902";
}

/* line 94, ../../../sass/plugins/_iconmoon.scss */
.icon-bike:before {
  content: "\e903";
}

/* line 97, ../../../sass/plugins/_iconmoon.scss */
.icon-celiac:before {
  content: "\e904";
}

/* line 100, ../../../sass/plugins/_iconmoon.scss */
.icon-chart:before {
  content: "\e905";
}

/* line 103, ../../../sass/plugins/_iconmoon.scss */
.icon-chips:before {
  content: "\e906";
}

/* line 106, ../../../sass/plugins/_iconmoon.scss */
.icon-clock:before {
  content: "\e907";
}

/* line 109, ../../../sass/plugins/_iconmoon.scss */
.icon-download:before {
  content: "\e908";
}

/* line 112, ../../../sass/plugins/_iconmoon.scss */
.icon-friends:before {
  content: "\e909";
}

/* line 115, ../../../sass/plugins/_iconmoon.scss */
.icon-group:before {
  content: "\e90a";
}

/* line 118, ../../../sass/plugins/_iconmoon.scss */
.icon-headset:before {
  content: "\e90b";
}

/* line 121, ../../../sass/plugins/_iconmoon.scss */
.icon-hipster:before {
  content: "\e90c";
}

/* line 124, ../../../sass/plugins/_iconmoon.scss */
.icon-lamp:before {
  content: "\e90d";
}

/* line 127, ../../../sass/plugins/_iconmoon.scss */
.icon-like:before {
  content: "\e90e";
}

/* line 130, ../../../sass/plugins/_iconmoon.scss */
.icon-map:before {
  content: "\e90f";
}

/* line 133, ../../../sass/plugins/_iconmoon.scss */
.icon-men:before {
  content: "\e910";
}

/* line 136, ../../../sass/plugins/_iconmoon.scss */
.icon-monument:before {
  content: "\e911";
}

/* line 139, ../../../sass/plugins/_iconmoon.scss */
.icon-new:before {
  content: "\e912";
}

/* line 142, ../../../sass/plugins/_iconmoon.scss */
.icon-pig:before {
  content: "\e913";
}

/* line 145, ../../../sass/plugins/_iconmoon.scss */
.icon-pdf:before {
  content: "\e914";
}

/* line 148, ../../../sass/plugins/_iconmoon.scss */
.icon-play:before {
  content: "\e915";
}

/* line 151, ../../../sass/plugins/_iconmoon.scss */
.icon-row:before {
  content: "\e916";
}

/* line 154, ../../../sass/plugins/_iconmoon.scss */
.icon-uniE917:before {
  content: "\e917";
}

/* line 157, ../../../sass/plugins/_iconmoon.scss */
.icon-uniE918:before {
  content: "\e918";
}

/* line 160, ../../../sass/plugins/_iconmoon.scss */
.icon-uniE919:before {
  content: "\e919";
}

/* line 163, ../../../sass/plugins/_iconmoon.scss */
.icon-uniE91A:before {
  content: "\e91a";
}

/* line 166, ../../../sass/plugins/_iconmoon.scss */
.icon-uniE91B:before {
  content: "\e91b";
}

/* line 169, ../../../sass/plugins/_iconmoon.scss */
.icon-uniE91C:before {
  content: "\e91c";
}

/* line 172, ../../../sass/plugins/_iconmoon.scss */
.icon-sea:before {
  content: "\e91d";
}

/* line 175, ../../../sass/plugins/_iconmoon.scss */
.icon-slide:before {
  content: "\e91e";
}

/* line 178, ../../../sass/plugins/_iconmoon.scss */
.icon-smile:before {
  content: "\e91f";
}

/* line 181, ../../../sass/plugins/_iconmoon.scss */
.icon-tick:before {
  content: "\e920";
}

/* line 184, ../../../sass/plugins/_iconmoon.scss */
.icon-ticket:before {
  content: "\e921";
}

/* line 187, ../../../sass/plugins/_iconmoon.scss */
.icon-trees:before {
  content: "\e922";
}

/* line 190, ../../../sass/plugins/_iconmoon.scss */
.icon-upgrade:before {
  content: "\e923";
}

/* line 193, ../../../sass/plugins/_iconmoon.scss */
.icon-watergame:before {
  content: "\e924";
}

/* line 196, ../../../sass/plugins/_iconmoon.scss */
.icon-wedding:before {
  content: "\e925";
}

/* line 199, ../../../sass/plugins/_iconmoon.scss */
.icon-basketball:before {
  content: "\e926";
}

/* line 202, ../../../sass/plugins/_iconmoon.scss */
.icon-books:before {
  content: "\e927";
}

/* line 205, ../../../sass/plugins/_iconmoon.scss */
.icon-calendar:before {
  content: "\e928";
}

/* line 208, ../../../sass/plugins/_iconmoon.scss */
.icon-candles:before {
  content: "\e929";
}

/* line 211, ../../../sass/plugins/_iconmoon.scss */
.icon-coins:before {
  content: "\e92a";
}

/* line 214, ../../../sass/plugins/_iconmoon.scss */
.icon-cup:before {
  content: "\e92b";
}

/* line 217, ../../../sass/plugins/_iconmoon.scss */
.icon-cutlery:before {
  content: "\e92c";
}

/* line 220, ../../../sass/plugins/_iconmoon.scss */
.icon-dice:before {
  content: "\e92d";
}

/* line 223, ../../../sass/plugins/_iconmoon.scss */
.icon-doc:before {
  content: "\e92e";
}

/* line 226, ../../../sass/plugins/_iconmoon.scss */
.icon-email:before {
  content: "\e92f";
}

/* line 229, ../../../sass/plugins/_iconmoon.scss */
.icon-euro:before {
  content: "\e930";
}

/* line 232, ../../../sass/plugins/_iconmoon.scss */
.icon-info:before {
  content: "\e931";
}

/* line 235, ../../../sass/plugins/_iconmoon.scss */
.icon-light:before {
  content: "\e932";
}

/* line 238, ../../../sass/plugins/_iconmoon.scss */
.icon-night:before {
  content: "\e933";
}

/* line 241, ../../../sass/plugins/_iconmoon.scss */
.icon-pet:before {
  content: "\e934";
}

/* line 244, ../../../sass/plugins/_iconmoon.scss */
.icon-shell:before {
  content: "\e935";
}

/* line 247, ../../../sass/plugins/_iconmoon.scss */
.icon-sofa:before {
  content: "\e936";
}

/* line 250, ../../../sass/plugins/_iconmoon.scss */
.icon-star:before {
  content: "\e937";
}

/* line 253, ../../../sass/plugins/_iconmoon.scss */
.icon-user:before {
  content: "\e938";
}

/* line 256, ../../../sass/plugins/_iconmoon.scss */
.icon-wii:before {
  content: "\e939";
}

/* line 259, ../../../sass/plugins/_iconmoon.scss */
.icon-ball:before {
  content: "\e93a";
}

/* line 262, ../../../sass/plugins/_iconmoon.scss */
.icon-booking:before {
  content: "\e93b";
}

/* line 265, ../../../sass/plugins/_iconmoon.scss */
.icon-cleanset:before {
  content: "\e93c";
}

/* line 268, ../../../sass/plugins/_iconmoon.scss */
.icon-comment:before {
  content: "\e93d";
}

/* line 271, ../../../sass/plugins/_iconmoon.scss */
.icon-ethernet:before {
  content: "\e93e";
}

/* line 274, ../../../sass/plugins/_iconmoon.scss */
.icon-eye:before {
  content: "\e93f";
}

/* line 277, ../../../sass/plugins/_iconmoon.scss */
.icon-feet:before {
  content: "\e940";
}

/* line 280, ../../../sass/plugins/_iconmoon.scss */
.icon-fridge:before {
  content: "\e941";
}

/* line 283, ../../../sass/plugins/_iconmoon.scss */
.icon-hairdrier:before {
  content: "\e942";
}

/* line 286, ../../../sass/plugins/_iconmoon.scss */
.icon-handicap:before {
  content: "\e943";
}

/* line 289, ../../../sass/plugins/_iconmoon.scss */
.icon-iron:before {
  content: "\e944";
}

/* line 292, ../../../sass/plugins/_iconmoon.scss */
.icon-key:before {
  content: "\e945";
}

/* line 295, ../../../sass/plugins/_iconmoon.scss */
.icon-lift:before {
  content: "\e946";
}

/* line 298, ../../../sass/plugins/_iconmoon.scss */
.icon-mapmarker:before {
  content: "\e947";
}

/* line 301, ../../../sass/plugins/_iconmoon.scss */
.icon-mask:before {
  content: "\e948";
}

/* line 304, ../../../sass/plugins/_iconmoon.scss */
.icon-mouse:before {
  content: "\e949";
}

/* line 307, ../../../sass/plugins/_iconmoon.scss */
.icon-movie:before {
  content: "\e94a";
}

/* line 310, ../../../sass/plugins/_iconmoon.scss */
.icon-mug:before {
  content: "\e94b";
}

/* line 313, ../../../sass/plugins/_iconmoon.scss */
.icon-plug:before {
  content: "\e94c";
}

/* line 316, ../../../sass/plugins/_iconmoon.scss */
.icon-plus:before {
  content: "\e94d";
}

/* line 319, ../../../sass/plugins/_iconmoon.scss */
.icon-printer:before {
  content: "\e94e";
}

/* line 322, ../../../sass/plugins/_iconmoon.scss */
.icon-sack:before {
  content: "\e94f";
}

/* line 325, ../../../sass/plugins/_iconmoon.scss */
.icon-shower:before {
  content: "\e950";
}

/* line 328, ../../../sass/plugins/_iconmoon.scss */
.icon-solarium:before {
  content: "\e951";
}

/* line 331, ../../../sass/plugins/_iconmoon.scss */
.icon-tenis:before {
  content: "\e952";
}

/* line 334, ../../../sass/plugins/_iconmoon.scss */
.icon-tv:before {
  content: "\e953";
}

/* line 337, ../../../sass/plugins/_iconmoon.scss */
.icon-window:before {
  content: "\e954";
}

/* line 340, ../../../sass/plugins/_iconmoon.scss */
.icon-apple:before {
  content: "\e955";
}

/* line 343, ../../../sass/plugins/_iconmoon.scss */
.icon-bathrobe:before {
  content: "\e956";
}

/* line 346, ../../../sass/plugins/_iconmoon.scss */
.icon-bell:before {
  content: "\e957";
}

/* line 349, ../../../sass/plugins/_iconmoon.scss */
.icon-building:before {
  content: "\e958";
}

/* line 352, ../../../sass/plugins/_iconmoon.scss */
.icon-car:before {
  content: "\e959";
}

/* line 355, ../../../sass/plugins/_iconmoon.scss */
.icon-cigar:before {
  content: "\e95a";
}

/* line 358, ../../../sass/plugins/_iconmoon.scss */
.icon-comments:before {
  content: "\e95b";
}

/* line 361, ../../../sass/plugins/_iconmoon.scss */
.icon-coolheart:before {
  content: "\e95c";
}

/* line 364, ../../../sass/plugins/_iconmoon.scss */
.icon-cupboard:before {
  content: "\e95d";
}

/* line 367, ../../../sass/plugins/_iconmoon.scss */
.icon-dimensions:before {
  content: "\e95e";
}

/* line 370, ../../../sass/plugins/_iconmoon.scss */
.icon-family:before {
  content: "\e95f";
}

/* line 373, ../../../sass/plugins/_iconmoon.scss */
.icon-flattv:before {
  content: "\e960";
}

/* line 376, ../../../sass/plugins/_iconmoon.scss */
.icon-formaluser:before {
  content: "\e961";
}

/* line 379, ../../../sass/plugins/_iconmoon.scss */
.icon-guarantee:before {
  content: "\e962";
}

/* line 382, ../../../sass/plugins/_iconmoon.scss */
.icon-gift:before {
  content: "\e963";
}

/* line 385, ../../../sass/plugins/_iconmoon.scss */
.icon-lock:before {
  content: "\e964";
}

/* line 388, ../../../sass/plugins/_iconmoon.scss */
.icon-movie2:before {
  content: "\e965";
}

/* line 391, ../../../sass/plugins/_iconmoon.scss */
.icon-picasa:before {
  content: "\e966";
}

/* line 394, ../../../sass/plugins/_iconmoon.scss */
.icon-roulette:before {
  content: "\e967";
}

/* line 397, ../../../sass/plugins/_iconmoon.scss */
.icon-sauna:before {
  content: "\e968";
}

/* line 400, ../../../sass/plugins/_iconmoon.scss */
.icon-shower2:before {
  content: "\e969";
}

/* line 403, ../../../sass/plugins/_iconmoon.scss */
.icon-singlebed:before {
  content: "\e96a";
}

/* line 406, ../../../sass/plugins/_iconmoon.scss */
.icon-ski:before {
  content: "\e96b";
}

/* line 409, ../../../sass/plugins/_iconmoon.scss */
.icon-smartphone:before {
  content: "\e96c";
}

/* line 412, ../../../sass/plugins/_iconmoon.scss */
.icon-student:before {
  content: "\e96d";
}

/* line 415, ../../../sass/plugins/_iconmoon.scss */
.icon-thermometer:before {
  content: "\e96e";
}

/* line 418, ../../../sass/plugins/_iconmoon.scss */
.icon-washer:before {
  content: "\e96f";
}

/* line 421, ../../../sass/plugins/_iconmoon.scss */
.icon-drinks:before {
  content: "\e970";
}

/* line 424, ../../../sass/plugins/_iconmoon.scss */
.icon-drinks2:before {
  content: "\e971";
}

/* line 427, ../../../sass/plugins/_iconmoon.scss */
.icon-airconditioner:before {
  content: "\e972";
}

/* line 430, ../../../sass/plugins/_iconmoon.scss */
.icon-arrowdown:before {
  content: "\e973";
}

/* line 433, ../../../sass/plugins/_iconmoon.scss */
.icon-arrowleft:before {
  content: "\e974";
}

/* line 436, ../../../sass/plugins/_iconmoon.scss */
.icon-arrowright:before {
  content: "\e975";
}

/* line 439, ../../../sass/plugins/_iconmoon.scss */
.icon-arrowup:before {
  content: "\e976";
}

/* line 442, ../../../sass/plugins/_iconmoon.scss */
.icon-bag:before {
  content: "\e977";
}

/* line 445, ../../../sass/plugins/_iconmoon.scss */
.icon-bike2:before {
  content: "\e978";
}

/* line 448, ../../../sass/plugins/_iconmoon.scss */
.icon-biker:before {
  content: "\e979";
}

/* line 451, ../../../sass/plugins/_iconmoon.scss */
.icon-briefcase:before {
  content: "\e97a";
}

/* line 454, ../../../sass/plugins/_iconmoon.scss */
.icon-card:before {
  content: "\e97b";
}

/* line 457, ../../../sass/plugins/_iconmoon.scss */
.icon-cocktail:before {
  content: "\e97c";
}

/* line 460, ../../../sass/plugins/_iconmoon.scss */
.icon-cooker:before {
  content: "\e97d";
}

/* line 463, ../../../sass/plugins/_iconmoon.scss */
.icon-drop:before {
  content: "\e97e";
}

/* line 466, ../../../sass/plugins/_iconmoon.scss */
.icon-gym:before {
  content: "\e97f";
}

/* line 469, ../../../sass/plugins/_iconmoon.scss */
.icon-info2:before {
  content: "\e980";
}

/* line 472, ../../../sass/plugins/_iconmoon.scss */
.icon-massage:before {
  content: "\e981";
}

/* line 475, ../../../sass/plugins/_iconmoon.scss */
.icon-moon:before {
  content: "\e982";
}

/* line 478, ../../../sass/plugins/_iconmoon.scss */
.icon-music:before {
  content: "\e983";
}

/* line 481, ../../../sass/plugins/_iconmoon.scss */
.icon-news:before {
  content: "\e984";
}

/* line 484, ../../../sass/plugins/_iconmoon.scss */
.icon-nosmoke:before {
  content: "\e985";
}

/* line 487, ../../../sass/plugins/_iconmoon.scss */
.icon-parking:before {
  content: "\e986";
}

/* line 490, ../../../sass/plugins/_iconmoon.scss */
.icon-phone1:before {
  content: "\e987";
}

/* line 493, ../../../sass/plugins/_iconmoon.scss */
.icon-phone2:before {
  content: "\e988";
}

/* line 496, ../../../sass/plugins/_iconmoon.scss */
.icon-pictures:before {
  content: "\e989";
}

/* line 499, ../../../sass/plugins/_iconmoon.scss */
.icon-plane:before {
  content: "\e98a";
}

/* line 502, ../../../sass/plugins/_iconmoon.scss */
.icon-shield:before {
  content: "\e98b";
}

/* line 505, ../../../sass/plugins/_iconmoon.scss */
.icon-spa:before {
  content: "\e98c";
}

/* line 508, ../../../sass/plugins/_iconmoon.scss */
.icon-sun:before {
  content: "\e98d";
}

/* line 511, ../../../sass/plugins/_iconmoon.scss */
.icon-ball2:before {
  content: "\e98e";
}

/* line 514, ../../../sass/plugins/_iconmoon.scss */
.icon-bubbles:before {
  content: "\e98f";
}

/* line 517, ../../../sass/plugins/_iconmoon.scss */
.icon-cot:before {
  content: "\e990";
}

/* line 520, ../../../sass/plugins/_iconmoon.scss */
.icon-cutlery2:before {
  content: "\e991";
}

/* line 523, ../../../sass/plugins/_iconmoon.scss */
.icon-golfplayer:before {
  content: "\e992";
}

/* line 526, ../../../sass/plugins/_iconmoon.scss */
.icon-heart:before {
  content: "\e993";
}

/* line 529, ../../../sass/plugins/_iconmoon.scss */
.icon-towels:before {
  content: "\e994";
}

/* line 532, ../../../sass/plugins/_iconmoon.scss */
.icon-tree:before {
  content: "\e995";
}

/* line 535, ../../../sass/plugins/_iconmoon.scss */
.icon-wifi:before {
  content: "\e996";
}

/* line 538, ../../../sass/plugins/_iconmoon.scss */
.icon-alarmclock:before {
  content: "\e997";
}

/* line 541, ../../../sass/plugins/_iconmoon.scss */
.icon-amenities:before {
  content: "\e998";
}

/* line 544, ../../../sass/plugins/_iconmoon.scss */
.icon-astronomy:before {
  content: "\e999";
}

/* line 547, ../../../sass/plugins/_iconmoon.scss */
.icon-barbecue:before {
  content: "\e99a";
}

/* line 550, ../../../sass/plugins/_iconmoon.scss */
.icon-bells:before {
  content: "\e99b";
}

/* line 553, ../../../sass/plugins/_iconmoon.scss */
.icon-bottle:before {
  content: "\e99c";
}

/* line 556, ../../../sass/plugins/_iconmoon.scss */
.icon-bottle2:before {
  content: "\e99d";
}

/* line 559, ../../../sass/plugins/_iconmoon.scss */
.icon-breakfast:before {
  content: "\e99e";
}

/* line 562, ../../../sass/plugins/_iconmoon.scss */
.icon-broom:before {
  content: "\e99f";
}

/* line 565, ../../../sass/plugins/_iconmoon.scss */
.icon-buffet2:before {
  content: "\e9a0";
}

/* line 568, ../../../sass/plugins/_iconmoon.scss */
.icon-calendar2:before {
  content: "\e9a1";
}

/* line 571, ../../../sass/plugins/_iconmoon.scss */
.icon-camera:before {
  content: "\e9a2";
}

/* line 574, ../../../sass/plugins/_iconmoon.scss */
.icon-camera2:before {
  content: "\e9a3";
}

/* line 577, ../../../sass/plugins/_iconmoon.scss */
.icon-caravan:before {
  content: "\e9a4";
}

/* line 580, ../../../sass/plugins/_iconmoon.scss */
.icon-champagne:before {
  content: "\e9a5";
}

/* line 583, ../../../sass/plugins/_iconmoon.scss */
.icon-chocolate:before {
  content: "\e9a6";
}

/* line 586, ../../../sass/plugins/_iconmoon.scss */
.icon-christmasbauble:before {
  content: "\e9a7";
}

/* line 589, ../../../sass/plugins/_iconmoon.scss */
.icon-christmasbauble2:before {
  content: "\e9a8";
}

/* line 592, ../../../sass/plugins/_iconmoon.scss */
.icon-christmastree:before {
  content: "\e9a9";
}

/* line 595, ../../../sass/plugins/_iconmoon.scss */
.icon-christmastree2:before {
  content: "\e9aa";
}

/* line 598, ../../../sass/plugins/_iconmoon.scss */
.icon-chronometer:before {
  content: "\e9ab";
}

/* line 601, ../../../sass/plugins/_iconmoon.scss */
.icon-clic:before {
  content: "\e9ac";
}

/* line 604, ../../../sass/plugins/_iconmoon.scss */
.icon-cocktail2:before {
  content: "\e9ad";
}

/* line 607, ../../../sass/plugins/_iconmoon.scss */
.icon-coffee:before {
  content: "\e9ae";
}

/* line 610, ../../../sass/plugins/_iconmoon.scss */
.icon-coffee2:before {
  content: "\e9af";
}

/* line 613, ../../../sass/plugins/_iconmoon.scss */
.icon-comment2:before {
  content: "\e9b0";
}

/* line 616, ../../../sass/plugins/_iconmoon.scss */
.icon-comment3:before {
  content: "\e9b1";
}

/* line 619, ../../../sass/plugins/_iconmoon.scss */
.icon-comments2:before {
  content: "\e9b2";
}

/* line 622, ../../../sass/plugins/_iconmoon.scss */
.icon-cushions:before {
  content: "\e9b3";
}

/* line 625, ../../../sass/plugins/_iconmoon.scss */
.icon-cushions2:before {
  content: "\e9b4";
}

/* line 628, ../../../sass/plugins/_iconmoon.scss */
.icon-deaf:before {
  content: "\e9b5";
}

/* line 631, ../../../sass/plugins/_iconmoon.scss */
.icon-design:before {
  content: "\e9b6";
}

/* line 634, ../../../sass/plugins/_iconmoon.scss */
.icon-desktop:before {
  content: "\e9b7";
}

/* line 637, ../../../sass/plugins/_iconmoon.scss */
.icon-dishes:before {
  content: "\e9b8";
}

/* line 640, ../../../sass/plugins/_iconmoon.scss */
.icon-dollar:before {
  content: "\e9b9";
}

/* line 643, ../../../sass/plugins/_iconmoon.scss */
.icon-download2:before {
  content: "\e9ba";
}

/* line 646, ../../../sass/plugins/_iconmoon.scss */
.icon-family2:before {
  content: "\e9bb";
}

/* line 649, ../../../sass/plugins/_iconmoon.scss */
.icon-fireworks:before {
  content: "\e9bc";
}

/* line 652, ../../../sass/plugins/_iconmoon.scss */
.icon-flipflops:before {
  content: "\e9bd";
}

/* line 655, ../../../sass/plugins/_iconmoon.scss */
.icon-friends2:before {
  content: "\e9be";
}

/* line 658, ../../../sass/plugins/_iconmoon.scss */
.icon-fruit:before {
  content: "\e9bf";
}

/* line 661, ../../../sass/plugins/_iconmoon.scss */
.icon-gender:before {
  content: "\e9c0";
}

/* line 664, ../../../sass/plugins/_iconmoon.scss */
.icon-gift2:before {
  content: "\e9c1";
}

/* line 667, ../../../sass/plugins/_iconmoon.scss */
.icon-gifts:before {
  content: "\e9c2";
}

/* line 670, ../../../sass/plugins/_iconmoon.scss */
.icon-gold:before {
  content: "\e9c3";
}

/* line 673, ../../../sass/plugins/_iconmoon.scss */
.icon-hairdrier2:before {
  content: "\e9c4";
}

/* line 676, ../../../sass/plugins/_iconmoon.scss */
.icon-hammock:before {
  content: "\e9c5";
}

/* line 679, ../../../sass/plugins/_iconmoon.scss */
.icon-hammock2:before {
  content: "\e9c6";
}

/* line 682, ../../../sass/plugins/_iconmoon.scss */
.icon-heart2:before {
  content: "\e9c7";
}

/* line 685, ../../../sass/plugins/_iconmoon.scss */
.icon-homepage:before {
  content: "\e9c8";
}

/* line 688, ../../../sass/plugins/_iconmoon.scss */
.icon-hotel:before {
  content: "\e9c9";
}

/* line 691, ../../../sass/plugins/_iconmoon.scss */
.icon-ice:before {
  content: "\e9ca";
}

/* line 694, ../../../sass/plugins/_iconmoon.scss */
.icon-kettle:before {
  content: "\e9cb";
}

/* line 697, ../../../sass/plugins/_iconmoon.scss */
.icon-kitchen:before {
  content: "\e9cc";
}

/* line 700, ../../../sass/plugins/_iconmoon.scss */
.icon-latecheckout:before {
  content: "\e9cd";
}

/* line 703, ../../../sass/plugins/_iconmoon.scss */
.icon-luggage:before {
  content: "\e9ce";
}

/* line 706, ../../../sass/plugins/_iconmoon.scss */
.icon-meeting:before {
  content: "\e9cf";
}

/* line 709, ../../../sass/plugins/_iconmoon.scss */
.icon-microwave:before {
  content: "\e9d0";
}

/* line 712, ../../../sass/plugins/_iconmoon.scss */
.icon-monument2:before {
  content: "\e9d1";
}

/* line 715, ../../../sass/plugins/_iconmoon.scss */
.icon-mouse1:before {
  content: "\e9d2";
}

/* line 718, ../../../sass/plugins/_iconmoon.scss */
.icon-nani:before {
  content: "\e9d3";
}

/* line 721, ../../../sass/plugins/_iconmoon.scss */
.icon-offer2:before {
  content: "\e9d4";
}

/* line 724, ../../../sass/plugins/_iconmoon.scss */
.icon-offers:before {
  content: "\e9d5";
}

/* line 727, ../../../sass/plugins/_iconmoon.scss */
.icon-percent2:before {
  content: "\e9d6";
}

/* line 730, ../../../sass/plugins/_iconmoon.scss */
.icon-player:before {
  content: "\e9d7";
}

/* line 733, ../../../sass/plugins/_iconmoon.scss */
.icon-romantic:before {
  content: "\e9d8";
}

/* line 736, ../../../sass/plugins/_iconmoon.scss */
.icon-roomservice:before {
  content: "\e9d9";
}

/* line 739, ../../../sass/plugins/_iconmoon.scss */
.icon-santa:before {
  content: "\e9da";
}

/* line 742, ../../../sass/plugins/_iconmoon.scss */
.icon-satellite:before {
  content: "\e9db";
}

/* line 745, ../../../sass/plugins/_iconmoon.scss */
.icon-sea2:before {
  content: "\e9dc";
}

/* line 748, ../../../sass/plugins/_iconmoon.scss */
.icon-settings:before {
  content: "\e9dd";
}

/* line 751, ../../../sass/plugins/_iconmoon.scss */
.icon-shield2:before {
  content: "\e9de";
}

/* line 754, ../../../sass/plugins/_iconmoon.scss */
.icon-slippers:before {
  content: "\e9df";
}

/* line 757, ../../../sass/plugins/_iconmoon.scss */
.icon-snowflakeeps:before {
  content: "\e9e0";
}

/* line 760, ../../../sass/plugins/_iconmoon.scss */
.icon-soap:before {
  content: "\e9e1";
}

/* line 763, ../../../sass/plugins/_iconmoon.scss */
.icon-sofa2:before {
  content: "\e9e2";
}

/* line 766, ../../../sass/plugins/_iconmoon.scss */
.icon-specialbreakfast:before {
  content: "\e9e3";
}

/* line 769, ../../../sass/plugins/_iconmoon.scss */
.icon-specialfamily:before {
  content: "\e9e4";
}

/* line 772, ../../../sass/plugins/_iconmoon.scss */
.icon-specialreception:before {
  content: "\e9e5";
}

/* line 775, ../../../sass/plugins/_iconmoon.scss */
.icon-specialshower:before {
  content: "\e9e6";
}

/* line 778, ../../../sass/plugins/_iconmoon.scss */
.icon-suit:before {
  content: "\e9e7";
}

/* line 781, ../../../sass/plugins/_iconmoon.scss */
.icon-sun2:before {
  content: "\e9e8";
}

/* line 784, ../../../sass/plugins/_iconmoon.scss */
.icon-sun3:before {
  content: "\e9e9";
}

/* line 787, ../../../sass/plugins/_iconmoon.scss */
.icon-tie:before {
  content: "\e9ea";
}

/* line 790, ../../../sass/plugins/_iconmoon.scss */
.icon-toaster:before {
  content: "\e9eb";
}

/* line 793, ../../../sass/plugins/_iconmoon.scss */
.icon-toilet:before {
  content: "\e9ec";
}

/* line 796, ../../../sass/plugins/_iconmoon.scss */
.icon-washer2:before {
  content: "\e9ed";
}

/* line 799, ../../../sass/plugins/_iconmoon.scss */
.icon-waterpark:before {
  content: "\e9ee";
}

/* line 802, ../../../sass/plugins/_iconmoon.scss */
.icon-wine:before {
  content: "\e9ef";
}

/* line 805, ../../../sass/plugins/_iconmoon.scss */
.icon-world:before {
  content: "\e9f0";
}

/* line 808, ../../../sass/plugins/_iconmoon.scss */
.icon-www:before {
  content: "\e9f1";
}

/* line 811, ../../../sass/plugins/_iconmoon.scss */
.icon-adults:before {
  content: "\e9f2";
}

/* line 814, ../../../sass/plugins/_iconmoon.scss */
.icon-percentpig:before {
  content: "\e9f3";
}

/* line 817, ../../../sass/plugins/_iconmoon.scss */
.icon-specialwifi:before {
  content: "\e9f4";
}

/* line 820, ../../../sass/plugins/_iconmoon.scss */
.icon-specialbuilding:before {
  content: "\e9f5";
}

/* line 823, ../../../sass/plugins/_iconmoon.scss */
.icon-speciallunch:before {
  content: "\e9f6";
}

/* line 826, ../../../sass/plugins/_iconmoon.scss */
.icon-specialweb:before {
  content: "\e9f7";
}

/* line 829, ../../../sass/plugins/_iconmoon.scss */
.icon-specialbed:before {
  content: "\e9f8";
}

/* line 832, ../../../sass/plugins/_iconmoon.scss */
.icon-specialevents:before {
  content: "\e9f9";
}

/* line 835, ../../../sass/plugins/_iconmoon.scss */
.icon-specialpool:before {
  content: "\e9fa";
}

/* line 838, ../../../sass/plugins/_iconmoon.scss */
.icon-specialbeds:before {
  content: "\e9fb";
}

/* line 841, ../../../sass/plugins/_iconmoon.scss */
.icon-specialcalendar:before {
  content: "\e9fc";
}

/* line 844, ../../../sass/plugins/_iconmoon.scss */
.icon-specialfitness:before {
  content: "\e9fd";
}

/* line 847, ../../../sass/plugins/_iconmoon.scss */
.icon-speciallocation:before {
  content: "\e9fe";
}

/* line 850, ../../../sass/plugins/_iconmoon.scss */
.icon-settings2:before {
  content: "\e9ff";
}

/* line 853, ../../../sass/plugins/_iconmoon.scss */
.icon-nopets:before {
  content: "\ea00";
}

/* line 856, ../../../sass/plugins/_iconmoon.scss */
.icon-videocamera:before {
  content: "\ea01";
}

/* line 859, ../../../sass/plugins/_iconmoon.scss */
.icon-window1:before {
  content: "\ea02";
}

/* line 862, ../../../sass/plugins/_iconmoon.scss */
.icon-offer:before {
  content: "\ea03";
}

/* line 865, ../../../sass/plugins/_iconmoon.scss */
.icon-save:before {
  content: "\ea04";
}

/* line 868, ../../../sass/plugins/_iconmoon.scss */
.icon-plane2:before {
  content: "\ea05";
}

/* line 871, ../../../sass/plugins/_iconmoon.scss */
.icon-longarrow:before {
  content: "\ea06";
}

/* line 874, ../../../sass/plugins/_iconmoon.scss */
.icon-paraty:before {
  content: "\ea07";
}

/* line 877, ../../../sass/plugins/_iconmoon.scss */
.icon-horseshoe:before {
  content: "\ea08";
}

/* line 880, ../../../sass/plugins/_iconmoon.scss */
.icon-balloons:before {
  content: "\ea09";
}

/* line 883, ../../../sass/plugins/_iconmoon.scss */
.icon-line-tiger:before {
  content: "\ea0a";
}

/* line 886, ../../../sass/plugins/_iconmoon.scss */
.icon-line-2drinks:before {
  content: "\ea0b";
}

/* line 889, ../../../sass/plugins/_iconmoon.scss */
.icon-line-bbq:before {
  content: "\ea0c";
}

/* line 892, ../../../sass/plugins/_iconmoon.scss */
.icon-line-disco:before {
  content: "\ea0d";
}

/* line 895, ../../../sass/plugins/_iconmoon.scss */
.icon-line-pasta:before {
  content: "\ea0e";
}

/* line 898, ../../../sass/plugins/_iconmoon.scss */
.icon-line-snack:before {
  content: "\ea0f";
}

/* line 901, ../../../sass/plugins/_iconmoon.scss */
.icon-line-archery:before {
  content: "\ea10";
}

/* line 904, ../../../sass/plugins/_iconmoon.scss */
.icon-line-football:before {
  content: "\ea11";
}

/* line 907, ../../../sass/plugins/_iconmoon.scss */
.icon-line-gameboard:before {
  content: "\ea12";
}

/* line 910, ../../../sass/plugins/_iconmoon.scss */
.icon-line-golf:before {
  content: "\ea13";
}

/* line 913, ../../../sass/plugins/_iconmoon.scss */
.icon-line-hotbath:before {
  content: "\ea14";
}

/* line 916, ../../../sass/plugins/_iconmoon.scss */
.icon-line-hotpool:before {
  content: "\ea15";
}

/* line 919, ../../../sass/plugins/_iconmoon.scss */
.icon-line-iron:before {
  content: "\ea16";
}

/* line 922, ../../../sass/plugins/_iconmoon.scss */
.icon-line-jetshower:before {
  content: "\ea17";
}

/* line 925, ../../../sass/plugins/_iconmoon.scss */
.icon-line-massage:before {
  content: "\ea18";
}

/* line 928, ../../../sass/plugins/_iconmoon.scss */
.icon-line-petanque:before {
  content: "\ea19";
}

/* line 931, ../../../sass/plugins/_iconmoon.scss */
.icon-line-phone:before {
  content: "\ea1a";
}

/* line 934, ../../../sass/plugins/_iconmoon.scss */
.icon-line-shooting:before {
  content: "\ea1b";
}

/* line 937, ../../../sass/plugins/_iconmoon.scss */
.icon-line-volleyball:before {
  content: "\ea1c";
}

/* line 940, ../../../sass/plugins/_iconmoon.scss */
.icon-line-balloons:before {
  content: "\ea1d";
}

/* line 943, ../../../sass/plugins/_iconmoon.scss */
.icon-line-bike:before {
  content: "\ea1e";
}

/* line 946, ../../../sass/plugins/_iconmoon.scss */
.icon-line-gift:before {
  content: "\ea1f";
}

/* line 949, ../../../sass/plugins/_iconmoon.scss */
.icon-line-jacuzzi:before {
  content: "\ea20";
}

/* line 952, ../../../sass/plugins/_iconmoon.scss */
.icon-line-mouse:before {
  content: "\ea21";
}

/* line 955, ../../../sass/plugins/_iconmoon.scss */
.icon-line-movie:before {
  content: "\ea22";
}

/* line 958, ../../../sass/plugins/_iconmoon.scss */
.icon-line-playground:before {
  content: "\ea23";
}

/* line 961, ../../../sass/plugins/_iconmoon.scss */
.icon-line-playingcards:before {
  content: "\ea24";
}

/* line 964, ../../../sass/plugins/_iconmoon.scss */
.icon-line-shopping:before {
  content: "\ea25";
}

/* line 967, ../../../sass/plugins/_iconmoon.scss */
.icon-line-shower:before {
  content: "\ea26";
}

/* line 970, ../../../sass/plugins/_iconmoon.scss */
.icon-line-sofa:before {
  content: "\ea27";
}

/* line 973, ../../../sass/plugins/_iconmoon.scss */
.icon-line-washing:before {
  content: "\ea28";
}

/* line 976, ../../../sass/plugins/_iconmoon.scss */
.icon-line-bills:before {
  content: "\ea29";
}

/* line 979, ../../../sass/plugins/_iconmoon.scss */
.icon-line-car:before {
  content: "\ea2a";
}

/* line 982, ../../../sass/plugins/_iconmoon.scss */
.icon-line-creditcard:before {
  content: "\ea2b";
}

/* line 985, ../../../sass/plugins/_iconmoon.scss */
.icon-line-drink:before {
  content: "\ea2c";
}

/* line 988, ../../../sass/plugins/_iconmoon.scss */
.icon-line-fruit:before {
  content: "\ea2d";
}

/* line 991, ../../../sass/plugins/_iconmoon.scss */
.icon-line-lock:before {
  content: "\ea2e";
}

/* line 994, ../../../sass/plugins/_iconmoon.scss */
.icon-line-offer:before {
  content: "\ea2f";
}

/* line 997, ../../../sass/plugins/_iconmoon.scss */
.icon-line-spa:before {
  content: "\ea30";
}

/* line 1000, ../../../sass/plugins/_iconmoon.scss */
.icon-line-tennis:before {
  content: "\ea31";
}

/* line 1003, ../../../sass/plugins/_iconmoon.scss */
.icon-line-aircon:before {
  content: "\ea32";
}

/* line 1006, ../../../sass/plugins/_iconmoon.scss */
.icon-line-hairdryer:before {
  content: "\ea33";
}

/* line 1009, ../../../sass/plugins/_iconmoon.scss */
.icon-line-kitchen:before {
  content: "\ea34";
}

/* line 1012, ../../../sass/plugins/_iconmoon.scss */
.icon-line-tv:before {
  content: "\ea35";
}

/* line 1015, ../../../sass/plugins/_iconmoon.scss */
.icon-line-wifi:before {
  content: "\ea36";
}

/* line 1018, ../../../sass/plugins/_iconmoon.scss */
.icon-line-clock:before {
  content: "\ea37";
}

/* line 1021, ../../../sass/plugins/_iconmoon.scss */
.icon-line-lightning:before {
  content: "\ea38";
}

/* line 1024, ../../../sass/plugins/_iconmoon.scss */
.icon-line-piggybank:before {
  content: "\ea39";
}

/* line 1027, ../../../sass/plugins/_iconmoon.scss */
.icon-line-pricetag:before {
  content: "\ea3a";
}

/* line 1030, ../../../sass/plugins/_iconmoon.scss */
.icon-line-creditcard2:before {
  content: "\ea3b";
}

/* line 1033, ../../../sass/plugins/_iconmoon.scss */
.icon-360:before {
  content: "\ea3c";
}

/* line 1036, ../../../sass/plugins/_iconmoon.scss */
.icon-contactless:before {
  content: "\ea3d";
}

/* line 1039, ../../../sass/plugins/_iconmoon.scss */
.icon-line-umbrella:before {
  content: "\ea3e";
}

/* line 1042, ../../../sass/plugins/_iconmoon.scss */
.icon-line-sun:before {
  content: "\ea3f";
}

/* line 1045, ../../../sass/plugins/_iconmoon.scss */
.icon-line-slippers:before {
  content: "\ea40";
}

/* line 1048, ../../../sass/plugins/_iconmoon.scss */
.icon-line-mail:before {
  content: "\ea41";
}

/* line 1051, ../../../sass/plugins/_iconmoon.scss */
.icon-line-comment:before {
  content: "\ea42";
}

/* line 3, ../../../sass/plugins/_mixins.scss */
.center_xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 8, ../../../sass/plugins/_mixins.scss */
.center_xy_before:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 13, ../../../sass/plugins/_mixins.scss */
.center_x {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/* line 17, ../../../sass/plugins/_mixins.scss */
.center_y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 21, ../../../sass/plugins/_mixins.scss */
.center_y_before:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 25, ../../../sass/plugins/_mixins.scss */
.center_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

/* line 30, ../../../sass/plugins/_mixins.scss */
.fs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

/* line 110, ../../../sass/plugins/_only_mixins.scss */
.icon-xcross:before, .icon-xcross:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 124, ../../../sass/plugins/_only_mixins.scss */
.icon-xcross:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 61, ../../../sass/plugins/_mixins.scss */
.display_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1, ../../../sass/plugins/_slider_countdown.scss */
.slider_countdown {
  margin: 40px 20px 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 180px;
  left: 48% !important;
  color: white;
}
/* line 9, ../../../sass/plugins/_slider_countdown.scss */
.slider_countdown div {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
/* line 20, ../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .days {
  font-weight: 600;
}
/* line 23, ../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .date {
  display: block;
  font-size: 4.5rem;
}
/* line 28, ../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .title_format {
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  /* line 35, ../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown {
    display: inline-block;
    width: 380px;
    top: 330px;
    left: 45% !important;
  }
  /* line 40, ../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown div {
    font-size: 10px;
  }
  /* line 43, ../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown .date {
    font-size: 2.5rem;
  }
}
/* line 8, ../../../sass/plugins/_effects.scss */
.effects_sass {
  visibility: hidden;
}

/*=== Translate None with fadeOut ===*/
/*=== Translate From Bottom with fadeOut ===*/
@-webkit-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 84, ../../../sass/plugins/_effects.scss */
.slide_up_effect {
  -webkit-animation: slide_up 1s;
  /* Safari 4+ */
  -moz-animation: slide_up 1s;
  /* Fx 5+ */
  -o-animation: slide_up 1s;
  /* Opera 12+ */
  animation: slide_up 1s;
}

@-webkit-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 125, ../../../sass/plugins/_effects.scss */
.slide_right_effect {
  -webkit-animation: slide_right 1s;
  /* Safari 4+ */
  -moz-animation: slide_right 1s;
  /* Fx 5+ */
  -o-animation: slide_right 1s;
  /* Opera 12+ */
  animation: slide_right 1s;
}

@-webkit-keyframes slide_left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0%, 0);
    -moz-transform: translate3d(100%, 0%, 0);
    -ms-transform: translate3d(100%, 0%, 0);
    -o-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0%, 0);
    -moz-transform: translate3d(100%, 0%, 0);
    -ms-transform: translate3d(100%, 0%, 0);
    -o-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0%, 0);
    -moz-transform: translate3d(100%, 0%, 0);
    -ms-transform: translate3d(100%, 0%, 0);
    -o-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0%, 0);
    -moz-transform: translate3d(100%, 0%, 0);
    -ms-transform: translate3d(100%, 0%, 0);
    -o-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 165, ../../../sass/plugins/_effects.scss */
.slide_left_effect {
  -webkit-animation: slide_left 1s;
  /* Safari 4+ */
  -moz-animation: slide_left 1s;
  /* Fx 5+ */
  -o-animation: slide_left 1s;
  /* Opera 12+ */
  animation: slide_left 1s;
}

/*=== Translate From Bottom witout fadeOut ===*/
@-webkit-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 222, ../../../sass/plugins/_effects.scss */
.slide_up_no_fade_out_effect {
  -webkit-animation: slide_up_no_fade_out 1s;
  /* Safari 4+ */
  -moz-animation: slide_up_no_fade_out 1s;
  /* Fx 5+ */
  -o-animation: slide_up_no_fade_out 1s;
  /* Opera 12+ */
  animation: slide_up_no_fade_out 1s;
}

/*=== Fade Out Effect ===*/
@-webkit-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 271, ../../../sass/plugins/_effects.scss */
.fade_out_trigger {
  -webkit-animation: fade_out_effect 1.5s;
  /* Safari 4+ */
  -moz-animation: fade_out_effect 1.5s;
  /* Fx 5+ */
  -o-animation: fade_out_effect 1.5s;
  /* Opera 12+ */
  animation: fade_out_effect 1.5s;
}

/*=== Pendule Effect ===*/
/*=== initial transform ===*/
@-webkit-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-moz-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-o-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
/* line 324, ../../../sass/plugins/_effects.scss */
.pendule {
  -webkit-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Safari 4+ */
  -moz-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Fx 5+ */
  -o-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Opera 12+ */
  animation: pendule 2s ease-in-out 0s infinite alternate;
}

/*=== Text Translate ===*/
/* line 329, ../../../sass/plugins/_effects.scss */
.text_translate_bottom {
  overflow: hidden;
  position: relative;
}
/* line 333, ../../../sass/plugins/_effects.scss */
.text_translate_bottom::after {
  content: attr(data-content);
  left: 0;
  position: absolute;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
/* line 341, ../../../sass/plugins/_effects.scss */
.text_translate_bottom span {
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 347, ../../../sass/plugins/_effects.scss */
.text_translate_bottom:hover::after {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
/* line 351, ../../../sass/plugins/_effects.scss */
.text_translate_bottom:hover span {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/*=== Flip Effect ===*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@-moz-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@-o-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
/* line 406, ../../../sass/plugins/_effects.scss */
.flip, .fancy-login-popup .fancybox-skin .fancybox-outer .card_login_overlay img {
  -webkit-animation: flip 3s ease-in-out 0s infinite;
  /* Safari 4+ */
  -moz-animation: flip 3s ease-in-out 0s infinite;
  /* Fx 5+ */
  -o-animation: flip 3s ease-in-out 0s infinite;
  /* Opera 12+ */
  animation: flip 3s ease-in-out 0s infinite;
}

/*=== moveBright Effect ===*/
@-webkit-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@-moz-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@-o-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
/* line 4, ../../../sass/booking/_booking_process_styles.scss */
body {
  background: none;
  min-width: 1140px;
}
/* line 8, ../../../sass/booking/_booking_process_styles.scss */
body.hide_repeat_search #full_wrapper_booking, body.hide_repeat_search .header_wrapper_calendar_availability, body.hide_repeat_search div#prices-calendar {
  display: none !important;
}

/* line 15, ../../../sass/booking/_booking_process_styles.scss */
.wizard-tab--small:last-of-type > a:after, .wizard-tab--small:last-of-type > a:before {
  display: none !important;
}

/* line 20, ../../../sass/booking/_booking_process_styles.scss */
#ui-datepicker-div {
  z-index: 99 !important;
}

/* line 26, ../../../sass/booking/_booking_process_styles.scss */
.datepicker_wrapper_element .ui-datepicker-start_date + .ui-datepicker-current-day a, .datepicker_wrapper_element .ui-datepicker-start_date + .ui-datepicker-current-day span {
  background: none !important;
  color: #646464 !important;
}

/* line 33, ../../../sass/booking/_booking_process_styles.scss */
.datepicker_wrapper_element .ui-state-hover {
  background: #ffd60050 !important;
}

/* line 39, ../../../sass/booking/_booking_process_styles.scss */
.ui-tooltip {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: white !important;
  font-size: 12px !important;
  max-width: 600px;
}
/* line 45, ../../../sass/booking/_booking_process_styles.scss */
.ui-tooltip .arrow.bottom.left:after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 50, ../../../sass/booking/_booking_process_styles.scss */
.calendar_popup_wrapper .graphs_field_wrapper {
  height: 430px;
}
/* line 53, ../../../sass/booking/_booking_process_styles.scss */
.calendar_popup_wrapper .graphs_field_wrapper .graphs_field {
  height: 350px;
}
/* line 57, ../../../sass/booking/_booking_process_styles.scss */
.calendar_popup_wrapper .graphs_field_wrapper .lower_legend {
  top: calc(35px + 90%);
  left: 50px;
  width: auto;
  right: 90px;
}
/* line 64, ../../../sass/booking/_booking_process_styles.scss */
.calendar_popup_wrapper .graphs_field_wrapper .medium_legend {
  top: calc(35px + 50%);
  left: 50px;
  width: auto;
  right: 90px;
}
/* line 71, ../../../sass/booking/_booking_process_styles.scss */
.calendar_popup_wrapper .graphs_field_wrapper .higher_legend {
  top: 35px;
  left: 50px;
  right: 89px;
  width: auto;
}

/* line 79, ../../../sass/booking/_booking_process_styles.scss */
.popup_helper_wrapper {
  padding-left: 50px !important;
}

/* line 84, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary {
  height: auto;
  width: 100%;
  position: fixed;
  top: -60px;
  z-index: 11;
  padding: 8px;
  background: white;
  border-bottom: 1px solid #96bd12;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 100, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary.showed {
  top: 0;
}
/* line 104, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary.with_web_support {
  border-bottom: 35px solid #96bd12;
}
/* line 108, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .booking-search-results.booking-box__content {
  width: 1140px;
  margin: auto;
  position: relative;
}
/* line 114, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .booking-search-results .booking-search-results__new-search {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 125, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .booking-search-results__search-data, .hidden_booking_summary .booking-search-results__rooms-list {
  background: none !important;
}
/* line 129, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .wrapper-new-web-support.booking_form_title {
  position: absolute;
  left: 0;
  right: 0;
  top: 100% !important;
  bottom: auto;
  color: white;
  margin: 0 auto !important;
  text-align: center !important;
  padding: 4px 0 !important;
}
/* line 140, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .wrapper-new-web-support.booking_form_title .web_support_label_1, .hidden_booking_summary .wrapper-new-web-support.booking_form_title .web_support_label_2 {
  float: none;
  display: inline-block;
}
/* line 145, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .wrapper-new-web-support.booking_form_title .web_support_label_1 {
  margin-right: 5px !important;
}
/* line 149, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .wrapper-new-web-support.booking_form_title .web_support_label_2 {
  margin-right: 15px !important;
}
/* line 154, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .phone_support_image {
  display: none;
}
/* line 158, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary #currencyDiv {
  display: none;
}

/* line 164, ../../../sass/booking/_booking_process_styles.scss */
div.site-header {
  background: #f8f8f8;
}
/* line 167, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper {
  width: 1140px;
  position: relative;
  padding-right: 100px;
  box-sizing: border-box;
}
/* line 174, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 {
  position: relative;
  width: 100%;
  height: 380px;
  padding: 25px 30px;
  margin: 0;
  background-image: url("https://cdn2.paraty.es/landmar-gigantes/images/65c5e8dd3896db2");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 15px;
  color: white;
}
/* line 192, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 * {
  box-sizing: border-box;
}
/* line 196, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
}
/* line 206, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column {
  position: relative;
  width: calc(100% / 3);
}
/* line 210, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.logo {
  text-align: center;
}
/* line 213, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.logo a {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 200px;
}
/* line 220, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 228, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.languages {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 233, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.languages .promocode_toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/* line 239, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.languages .promocode_toggle .promocode_toggle_check {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid white;
  margin-right: 10px;
}
/* line 248, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.languages .promocode_toggle .promocode_toggle_check::before {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.4s;
}
/* line 261, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.languages .promocode_toggle.active .promocode_toggle_check::before {
  background-color: white;
}
/* line 267, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.languages .language_header_selector_booking_process {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: none;
  float: none;
  border: none;
  margin-left: 10px;
  text-transform: uppercase;
}
/* line 279, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.languages .language_header_selector_booking_process::before {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 20px;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
}
/* line 293, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.languages .language_header_selector_booking_process .selected_language {
  position: static;
  transform: none;
  padding: 0 25px 0 0;
  font: inherit;
  color: inherit;
  text-align: right;
}
/* line 302, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .header_center_wrapper.header_v1 .header_column.languages .language_header_selector_booking_process .language_booking_selector_wrapper {
  color: black;
}
/* line 310, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process {
  float: right;
  position: absolute;
  right: 0;
  width: 100px;
  top: -5px;
  bottom: -10px;
  text-align: center;
  border-left: 2px solid white;
  border-right: 2px solid white;
  cursor: pointer;
}
/* line 322, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process .selected_language {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 30px 0;
}
/* line 335, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process .selected_language .ico-world {
  font-size: 15px;
  margin-right: 4px;
}
/* line 341, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process .language_booking_selector_wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 5;
  background: #F9F8F9;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
/* line 357, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process .language_booking_selector_wrapper .flag_location_element {
  text-align: center;
  width: 100%;
  padding: 3px 0;
  border-top: 2px solid white;
}
/* line 364, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process .language_booking_selector_wrapper.active {
  max-height: 160px;
}
/* line 369, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process #currencyDiv {
  box-sizing: border-box;
  position: absolute !important;
  top: 50% !important;
  width: 100%;
  margin-top: 10px !important;
  text-align: center;
}
/* line 376, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process #currencyDiv label.see_prices_label {
  display: none;
}
/* line 379, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process #currencyDiv .info_icon {
  float: right;
}
/* line 382, ../../../sass/booking/_booking_process_styles.scss */
div.site-header .language_header_selector_booking_process #currencyDiv #currencySelect {
  width: 60px;
}

/* line 389, ../../../sass/booking/_booking_process_styles.scss */
.actual_wizard_step {
  display: table;
  width: 1140px;
  margin: 0 auto;
  padding-top: 15px;
}

/* line 397, ../../../sass/booking/_booking_process_styles.scss */
#wizard .black_overlay_guests {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}

/* line 408, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process {
  background: #333333;
  height: auto;
  position: relative;
  padding: 6px 0 3px;
  box-sizing: border-box;
  z-index: 55;
}
/* line 416, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process .wrapper-new-web-support {
  display: none;
  text-align: center !important;
  color: white;
  margin: 0 !important;
  padding: 4px 10px !important;
}
/* line 423, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process .wrapper-new-web-support .phone_support_image {
  display: none;
}
/* line 427, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process .wrapper-new-web-support .web_support_label_1 {
  margin-right: 10px !important;
}
/* line 431, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process .wrapper-new-web-support .web_support_label_2 {
  margin-right: 15px !important;
}
/* line 435, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process .wrapper-new-web-support .web_support_label_1, .booking_engine_wrapper_process .wrapper-new-web-support .web_support_label_2 {
  float: none;
  display: inline-block;
}
/* line 441, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline {
  width: 1140px;
  display: block;
  margin: auto;
  position: relative;
}
/* line 449, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_nights .nights_number_wrapper_personalized.show_number_nights {
  display: inline-table;
  margin-left: 5px;
  background-color: #fff;
  height: 57px;
  width: 69px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 7px;
}
/* line 459, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_nights .nights_number_wrapper_personalized.show_number_nights .nights_label {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 465, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_nights .nights_number_wrapper_personalized.show_number_nights .days_number_datepicker {
  display: inline-block;
  font-size: 19px;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
/* line 473, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_nights .nights_number_wrapper_personalized.show_number_nights .night_label {
  display: inline-block;
  float: right;
  font-size: 18px;
  color: #E2E2E2;
}
/* line 481, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_nights .wrapper_booking_button {
  width: 515px !important;
}
/* line 484, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_nights .wrapper_booking_button .promocode_wrapper {
  width: 225px;
}
/* line 488, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_nights .wrapper_booking_button .submit_button {
  width: 280px;
}
/* line 496, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_hotel_selector .destination_wrapper {
  width: calc(20% - 9px);
}
/* line 500, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_hotel_selector .stay_selection {
  width: 25%;
  vertical-align: middle;
}
/* line 505, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_hotel_selector .guest_selector {
  width: calc(15% - 9px);
}
/* line 509, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_hotel_selector .room_list_wrapper {
  left: 450px;
}
/* line 513, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_hotel_selector .wrapper_booking_button {
  width: 40%;
}
/* line 516, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .booking_form.has_hotel_selector .wrapper_booking_button .spinner_wrapper {
  width: 50%;
}
/* line 522, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .destination_wrapper {
  box-sizing: border-box;
  position: relative;
  display: inline-table;
  vertical-align: middle;
  margin-right: 9px;
  padding: 5px 10px;
  background: white !important;
  height: 57px;
  border: none;
  cursor: pointer;
}
/* line 534, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .destination_wrapper label {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
/* line 540, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .destination_wrapper .destination_field {
  width: 100%;
}
/* line 543, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .destination_wrapper .destination_field .destination {
  box-sizing: border-box;
  height: 25px;
  width: 100%;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
  text-overflow: ellipsis;
  outline: none;
}
/* line 556, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .hotel_selector {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  border-top: 2px solid #a1be31;
  background-color: white;
  padding: 20px;
}
/* line 565, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .hotel_selector:after, .booking_engine_wrapper_process #booking.boking_widget_inline .hotel_selector:before {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 99%;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid white;
}
/* line 579, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .hotel_selector:before {
  bottom: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #a1be31;
}
/* line 588, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .hotel_selector .hotel_selector_inner ul li {
  padding: 5px 0;
  cursor: pointer;
  transition: background-color 0.4s;
}
/* line 593, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .hotel_selector .hotel_selector_inner ul li:hover {
  background-color: #EAEAEA;
}
/* line 598, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .hotel_selector .hotel_selector_inner ul li ~ li {
  border-top: 1px solid #a1be31;
}
/* line 606, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .stay_selection {
  width: 31%;
  display: inline-table;
}
/* line 611, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .show_calendar_prices {
  position: relative;
  z-index: 2;
  display: inline-table;
  vertical-align: top;
  background-color: white;
  padding: 16px 0;
  text-align: center;
  width: 50px;
  font-size: 25px;
  margin-left: -50px;
}
/* line 622, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .show_calendar_prices span {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 8px;
  line-height: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 5px;
  width: 60px;
  text-align: center;
  opacity: 0;
  transition: all .6s;
}
/* line 641, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .show_calendar_prices span:before {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-width: 8px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
/* line 658, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .show_calendar_prices:hover span {
  opacity: 1;
  margin-bottom: 10px;
}
/* line 665, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_wrapper, .booking_engine_wrapper_process #booking.boking_widget_inline .half_size {
  border-right: 0;
}
/* line 669, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .half_size, .booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_wrapper {
  height: 57px;
}
/* line 673, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .dates_selector_personalized, .booking_engine_wrapper_process #booking.boking_widget_inline .dates_selector_label, .booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper {
  display: none;
}
/* line 677, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .entry_date_wrapper, .booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_wrapper {
  background: white;
}
/* line 680, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .entry_date_wrapper .entry_date, .booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_wrapper .entry_date {
  background: none;
}
/* line 684, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .entry_date_wrapper .entry_date, .booking_engine_wrapper_process #booking.boking_widget_inline .entry_date_wrapper .departure_date, .booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_wrapper .entry_date, .booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_wrapper .departure_date {
  margin-top: 4px;
}
/* line 687, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .entry_date_wrapper .entry_date .date_day, .booking_engine_wrapper_process #booking.boking_widget_inline .entry_date_wrapper .departure_date .date_day, .booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_wrapper .entry_date .date_day, .booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_wrapper .departure_date .date_day {
  border-bottom: 0 !important;
}
/* line 692, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .entry_date_wrapper {
  position: relative;
  z-index: 5;
}
/* line 696, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_wrapper {
  margin-left: -50%;
  padding-left: 50%;
  width: 100%;
}
/* line 702, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .wrapper_booking_button {
  display: inline-block;
  width: 551px;
  position: relative;
  vertical-align: top;
}
/* line 708, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .wrapper_booking_button .promocode_info {
  float: left;
  width: 232px;
  clear: both;
  background-color: transparent;
  margin: 5px 0 0 7px;
  padding: 0;
  text-align: center;
  font-size: 13px;
}
/* line 718, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .wrapper_booking_button .promocode_info#invalid-promocode {
  color: #ac0202;
}
/* line 722, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .wrapper_booking_button .promocode_info.valid-promocode {
  color: #a1bc31;
}
/* line 726, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .wrapper_booking_button .promocode_info .icon-checkmark {
  display: none;
}
/* line 732, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .guest_selector {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: white;
  margin-left: 9px;
  height: 57px;
  width: 220px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 746, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .guest_selector label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}
/* line 752, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .guest_selector .placeholder_text {
  font-size: 20px;
  margin-top: 3px;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
/* line 761, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper, .booking_engine_wrapper_process #booking.boking_widget_inline button.submit_button {
  display: inline-block;
  width: 50%;
  float: left;
}
/* line 767, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .spinner_wrapper {
  position: absolute;
  z-index: -2;
  right: 1px;
  width: 274px;
  height: 55px;
  overflow: hidden;
  background-color: #00a4cf;
}
/* line 775, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .spinner_wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  margin: auto;
  transform: skew(-20deg);
  background: #00000030;
  -webkit-animation: slide_right 1s ease-in-out 0s infinite alternate;
  /* Safari 4+ */
  -moz-animation: slide_right 1s ease-in-out 0s infinite alternate;
  /* Fx 5+ */
  -o-animation: slide_right 1s ease-in-out 0s infinite alternate;
  /* Opera 12+ */
  animation: slide_right 1s ease-in-out 0s infinite alternate;
}
/* line 790, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .submit_button {
  color: white;
  background: #00b8e9;
  padding: 0 40px;
  font-size: 17px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
/* line 797, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .submit_button:hover {
  background: #00a4cf;
}
/* line 802, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper {
  border-top: 0;
  cursor: pointer;
  position: relative;
}
/* line 807, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper .promocode_label {
  color: white;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 815, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper .promocode_label.hide {
  opacity: 0;
}
/* line 819, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper .promocode_label strong {
  display: block;
  clear: left;
}
/* line 824, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper .promocode_label.hide ~ button {
  opacity: 1;
}
/* line 828, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper .delete_promocode {
  cursor: pointer;
  transition: opacity .5s;
}
/* line 832, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper .delete_promocode:hover {
  opacity: 0.8 !important;
}
/* line 837, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper button {
  appearance: none;
  background: #e7e7e7;
  color: #bbb;
  padding: 0;
  border-width: 0;
  text-transform: uppercase;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 100;
  right: 6px;
  outline: none;
  width: 40px;
  height: 40px;
  font-size: 26px;
}
/* line 853, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper button:hover {
  color: #4b4b4b;
}
/* line 855, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper button:hover i {
  opacity: 1;
}
/* line 859, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .promocode_wrapper button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.3);
}
/* line 867, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .special .promocode_input {
  position: absolute;
  z-index: 99;
  top: 50%;
  width: 80%;
  left: 0;
  margin: auto;
  right: 0;
  background: none;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: white;
}
/* line 889, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .special .promocode_input::-webkit-input-placeholder {
  color: transparent;
}
/* line 893, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .special .promocode_input:-moz-placeholder {
  color: transparent;
}
/* line 897, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .special .promocode_input::-moz-placeholder {
  color: transparent;
}
/* line 901, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .special .promocode_input:-ms-input-placeholder {
  color: transparent;
}
/* line 908, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper {
  background: white;
  position: absolute;
  top: 70px;
  width: 280px;
  display: none;
  height: auto;
  margin: auto;
  z-index: -10;
  padding: 0;
  left: 310px;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}
/* line 926, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .toolkit_guest {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 0;
  text-align: center;
}
/* line 936, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .toolkit_guest:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 10px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
}
/* line 951, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper.active {
  opacity: 1;
  z-index: 99;
  display: block;
}
/* line 957, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper:after, .booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper:before {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 99%;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid white;
}
/* line 971, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper:before {
  bottom: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #a1be31;
}
/* line 978, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .selectricWrapper {
  width: 100% !important;
}
/* line 982, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .adults_selector, .booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .children_selector {
  background: white;
  width: 50%;
  height: auto;
  border: 1px solid #c3c3c3;
  float: left;
}
/* line 989, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .adults_selector .selectricItems, .booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .children_selector .selectricItems {
  width: calc(100% + 19px) !important;
  margin-left: -11px;
}
/* line 995, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .adults_selector {
  border-right: 0;
}
/* line 999, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list {
  width: calc(100%);
  padding: 25px 20px 0;
  display: table;
  box-sizing: border-box;
  border-top: 2px solid #a1be31;
}
/* line 1007, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list.adults_only_selector .adults_selector {
  width: 100%;
  border-right: 1px solid #c3c3c3;
}
/* line 1012, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list.adults_only_selector .children_selector {
  display: none;
}
/* line 1017, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room {
  height: auto;
  display: flex;
  width: 100%;
  border-top: 0;
  margin-bottom: 3px;
  position: relative;
  overflow: visible !important;
}
/* line 1028, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room.room_with_babies .adults_selector, .booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room.room_with_babies .children_selector, .booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room.room_with_babies .babies_selector {
  width: 33.3% !important;
}
/* line 1032, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room.room_with_babies .babies_selector {
  border: 1px solid #c3c3c3;
  border-left: 0;
  padding: 7px 10px 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}
/* line 1041, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room.room_with_babies .babies_selector .range-age {
  width: 30px;
  white-space: nowrap;
  display: inline-block;
  font-size: 8px;
  vertical-align: top;
  padding-top: 1px;
}
/* line 1051, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room.room_with_babies .children_selector.range_label_enabled {
  width: 45% !important;
}
/* line 1054, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room.room_with_babies .children_selector.range_label_enabled .range-age {
  width: 30px;
  white-space: nowrap;
  display: inline-block;
  font-size: 8px;
  vertical-align: top;
  padding-top: 1px;
}
/* line 1065, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room .remove_room_element {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 1px solid lightgray;
  border-radius: 15px;
  background: url(https://www.hotelferrero.com/static_1/images/close.png) no-repeat center;
  cursor: pointer;
}
/* line 1079, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .room_list .room .kids_ages_label {
  display: block;
  width: 100%;
  clear: both;
  height: auto;
  margin-top: 4px;
  padding-top: 7px;
  padding-bottom: 5px;
}
/* line 1091, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 6px;
}
/* line 1097, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .babies_ages_label {
  margin-top: 10px;
}
/* line 1101, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .kids_age_selection,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .babies_age_selection {
  display: flex;
  clear: both;
  width: 100%;
}
/* line 1108, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .kids_age_selection .kid_age_element_wrapper,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .kids_age_selection .baby_age_element_wrapper,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .babies_age_selection .kid_age_element_wrapper,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .babies_age_selection .baby_age_element_wrapper {
  width: 100% !important;
  display: inline-block;
  margin-left: 0;
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  padding: 1px 0 4px;
}
/* line 1118, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .kids_age_selection .kid_age_element_wrapper:first-of-type,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .kids_age_selection .baby_age_element_wrapper:first-of-type,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .babies_age_selection .kid_age_element_wrapper:first-of-type,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .babies_age_selection .baby_age_element_wrapper:first-of-type {
  border-left: 1px solid #c3c3c3;
}
/* line 1122, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .kids_age_selection .kid_age_element_wrapper .selectricWrapper,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .kids_age_selection .baby_age_element_wrapper .selectricWrapper,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .babies_age_selection .kid_age_element_wrapper .selectricWrapper,
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .full_ages_wrapper .babies_age_selection .baby_age_element_wrapper .selectricWrapper {
  margin-left: 10px;
}
/* line 1129, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .add_room_element {
  display: table;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 6px;
}
/* line 1135, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .add_room_element i {
  margin-right: 5px;
}
/* line 1140, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .buttons_container_guests {
  border-top: 1px solid #c3c3c3;
  padding: 10px 20px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
}
/* line 1148, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .buttons_container_guests .close_guesst_button, .booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .buttons_container_guests .save_guest_button {
  display: inline-block;
  width: 48%;
  float: left;
  text-align: center;
  border: 1px solid #c3c3c3;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 0;
}
/* line 1159, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper .buttons_container_guests .save_guest_button {
  float: right;
  background: #a1bd31;
  color: white;
}
/* line 1166, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .room_list_wrapper label {
  line-height: 1;
  height: 20px;
}
/* line 1173, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .rooms_number_wrapper {
  background: white;
  width: 20%;
  height: 55px;
  margin-right: 20px;
  padding: 7px 8px 5px;
  display: none;
}
/* line 1182, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .selectric {
  background: none;
  height: auto;
}
/* line 1186, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .selectric .label {
  line-height: 19px;
  margin-bottom: 0;
  font-size: 19px;
  margin-top: 4px;
}
/* line 1193, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .selectric .button {
  display: none;
}
/* line 1198, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process #booking.boking_widget_inline .num_nights_label, .booking_engine_wrapper_process #booking.boking_widget_inline .entry_date_label, .booking_engine_wrapper_process #booking.boking_widget_inline .children_label, .booking_engine_wrapper_process #booking.boking_widget_inline .rooms_label, .booking_engine_wrapper_process #booking.boking_widget_inline .adults_label, .booking_engine_wrapper_process #booking.boking_widget_inline .promocode_label, .booking_engine_wrapper_process #booking.boking_widget_inline .departure_date_label {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
/* line 1205, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process.has_babies .stay_selection {
  width: 25% !important;
}
/* line 1209, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process.has_babies .guest_selector {
  width: 300px !important;
}
/* line 1213, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process.has_babies .wrapper_booking_button {
  width: 540px !important;
}
/* line 1217, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process.has_babies .promocode_wrapper {
  width: 43% !important;
}
/* line 1221, ../../../sass/booking/_booking_process_styles.scss */
.booking_engine_wrapper_process.has_babies .submit_button {
  width: 55% !important;
  float: right !important;
}

/* line 1228, ../../../sass/booking/_booking_process_styles.scss */
.modified_date_message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
/* line 1237, ../../../sass/booking/_booking_process_styles.scss */
.modified_date_message .modified_date_message_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  padding: 15px;
  background-color: white;
  font-size: 16px;
}
/* line 1252, ../../../sass/booking/_booking_process_styles.scss */
.modified_date_message .modified_date_message_inner .modified_date_message_close {
  float: right;
  font-weight: 700;
  color: #42a0cf;
  cursor: pointer;
}

/* line 1262, ../../../sass/booking/_booking_process_styles.scss */
#full_wrapper_booking.promocode_deployed #booking.boking_widget_inline .room_list_wrapper {
  top: 103px;
}

/* line 1269, ../../../sass/booking/_booking_process_styles.scss */
.site-main {
  width: 100%;
}
/* line 1272, ../../../sass/booking/_booking_process_styles.scss */
.site-main:before {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  background: #707173;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}
/* line 1284, ../../../sass/booking/_booking_process_styles.scss */
.site-main .booking-step-title {
  width: 1140px;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}

/* line 1292, ../../../sass/booking/_booking_process_styles.scss */
#step-3 .booking-step-title {
  padding-top: 0 !important;
  padding-bottom: 20px;
}

/* line 1297, ../../../sass/booking/_booking_process_styles.scss */
.swMain ul.anchor li a.selected:after {
  display: none;
}

/* line 1302, ../../../sass/booking/_booking_process_styles.scss */
.wizard-tab--small a, .wizard-tab--big a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-align: left;
  padding-top: 11px;
  padding-bottom: 10px;
  font-size: 13px;
  height: auto;
  cursor: default;
  color: #fff;
  background: #707173;
  font-weight: 500;
  padding-left: 11px;
}
/* line 1318, ../../../sass/booking/_booking_process_styles.scss */
.wizard-tab--small a .step-inner--small, .wizard-tab--big a .step-inner--small {
  width: 100%;
  text-align: center;
}
/* line 1323, ../../../sass/booking/_booking_process_styles.scss */
.wizard-tab--small a.booking-step.disable, .wizard-tab--big a.booking-step.disable {
  background: lightgray;
}
/* line 1326, ../../../sass/booking/_booking_process_styles.scss */
.wizard-tab--small a.booking-step.disable:after, .wizard-tab--small a.booking-step.disable:before, .wizard-tab--big a.booking-step.disable:after, .wizard-tab--big a.booking-step.disable:before {
  border-left: 19px solid lightgray;
}
/* line 1331, ../../../sass/booking/_booking_process_styles.scss */
.wizard-tab--small a:not(.disable):not(.actual), .wizard-tab--big a:not(.disable):not(.actual) {
  cursor: pointer;
}

/* line 1338, ../../../sass/booking/_booking_process_styles.scss */
.wizard-tab--small a:after, .wizard-tab--small a:before {
  position: absolute;
  left: 100%;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 19px solid #707173;
  border-right: 19px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 19px solid transparent;
}

/* line 1366, ../../../sass/booking/_booking_process_styles.scss */
.wizard-tab--small:first-of-type .booking-step:before {
  display: none;
}

/* line 1372, ../../../sass/booking/_booking_process_styles.scss */
#wizard.step_-1 .wizard-tab--big a {
  background: lightgrey;
  padding-left: 40px;
}

/* line 1382, ../../../sass/booking/_booking_process_styles.scss */
.booking-box--search {
  height: auto;
  display: table;
  width: auto;
  margin: 20px auto 15px !important;
  min-height: 65px;
}
/* line 1389, ../../../sass/booking/_booking_process_styles.scss */
.booking-box--search.has_currency_selector {
  min-height: 103px;
}
/* line 1393, ../../../sass/booking/_booking_process_styles.scss */
.booking-box--search .booking-box__content {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 25px 20px;
  background: #b55525;
  text-align: center;
  color: white;
  font-weight: 300;
}

/* line 1405, ../../../sass/booking/_booking_process_styles.scss */
#step-1 .booking-box--search .booking-box__content {
  padding: 12px 20px;
}

/* line 1410, ../../../sass/booking/_booking_process_styles.scss */
.flexible-message {
  position: relative;
  display: block;
}
/* line 1414, ../../../sass/booking/_booking_process_styles.scss */
.flexible-message:before, .flexible-message:after {
  display: none;
}

/* line 1420, ../../../sass/booking/_booking_process_styles.scss */
.alternatives_titles_b0 {
  text-align: center;
  text-transform: uppercase;
  color: #707173;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 45px;
}

/* line 1429, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.8);
}
/* line 1437, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  background: white;
}
/* line 1441, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 .close_popup_booking0 {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
}
/* line 1447, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 .close_popup_booking0:before, .popup_booking0_wrapper .popup_booking0 .close_popup_booking0:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 2px;
  background: #999;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 1459, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 .close_popup_booking0:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 1467, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 .popup_booking0_mainimg {
  display: block;
  margin: auto;
  vertical-align: middle;
}
/* line 1472, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 h2 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  padding: 25px 0;
}
/* line 1478, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 .desc {
  width: 600px;
  text-align: center;
}
/* line 1481, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 .desc strong {
  font-weight: bold;
}
/* line 1485, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 .links {
  text-align: center;
}
/* line 1487, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 .links a {
  display: inline-block;
  margin: 25px 5px 0;
  padding: 10px 25px;
  color: white;
  background: #0a9be2;
}
/* line 1493, ../../../sass/booking/_booking_process_styles.scss */
.popup_booking0_wrapper .popup_booking0 .links a:hover {
  background: #0c4e61;
}

/* line 1501, ../../../sass/booking/_booking_process_styles.scss */
.booking_0_buttons_controller {
  width: 1140px;
  margin: 20px auto 0;
  display: table;
  position: relative;
  z-index: 10;
}
/* line 1508, ../../../sass/booking/_booking_process_styles.scss */
.booking_0_buttons_controller .see_list_button, .booking_0_buttons_controller .see_map_button {
  display: block;
  float: left;
  text-align: center;
  padding: 10px;
  border-top: 4px solid #a1be31;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  cursor: pointer;
  height: 18px;
  margin-right: 8px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 235px;
  position: relative;
  overflow: hidden;
}
/* line 1526, ../../../sass/booking/_booking_process_styles.scss */
.booking_0_buttons_controller .see_list_button:before, .booking_0_buttons_controller .see_map_button:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.11) 100%);
  height: 11px;
}
/* line 1536, ../../../sass/booking/_booking_process_styles.scss */
.booking_0_buttons_controller .see_list_button i, .booking_0_buttons_controller .see_map_button i {
  font-size: 15px;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 1542, ../../../sass/booking/_booking_process_styles.scss */
.booking_0_buttons_controller .see_list_button.active, .booking_0_buttons_controller .see_map_button.active {
  background: #f8f8f8;
  border-left: 0;
  border-right: 0;
}
/* line 1547, ../../../sass/booking/_booking_process_styles.scss */
.booking_0_buttons_controller .see_list_button.active:before, .booking_0_buttons_controller .see_map_button.active:before {
  display: none;
}
/* line 1554, ../../../sass/booking/_booking_process_styles.scss */
.booking_0_buttons_controller .see_map_button i {
  font-size: 23px;
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
}

/* line 1564, ../../../sass/booking/_booking_process_styles.scss */
.hotels_list_wrapper {
  padding: 50px 0;
  background: #f8f8f8;
}
/* line 1568, ../../../sass/booking/_booking_process_styles.scss */
.hotels_list_wrapper .center_block {
  width: 1140px;
  margin: auto;
}

/* line 1574, ../../../sass/booking/_booking_process_styles.scss */
.map_hotels_list_wrapper {
  display: none;
  padding: 0;
  background: #f8f8f8;
}
/* line 1579, ../../../sass/booking/_booking_process_styles.scss */
.map_hotels_list_wrapper .center_maps_block {
  display: block;
  width: 100%;
  margin: auto;
  height: 600px;
}
/* line 1585, ../../../sass/booking/_booking_process_styles.scss */
.map_hotels_list_wrapper .center_maps_block iframe {
  height: 600px !important;
}

/* line 1591, ../../../sass/booking/_booking_process_styles.scss */
#step-0 {
  width: 100%;
  display: table;
  z-index: 1;
  position: relative;
}
/* line 1597, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .pictures_hotel_wrapper {
  width: 370px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 1605, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .pictures_hotel_wrapper .booking_picture {
  display: block;
  height: 100%;
}
/* line 1611, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .info_hotel_wrapper {
  width: 770px;
  font-family: 'Open Sans', sans-serif;
  float: right;
  background: white;
}
/* line 1618, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-0-hotel-item {
  box-shadow: 1px 1px 5px #888888;
  width: 100%;
  position: relative;
  margin-top: 25px;
}
/* line 1624, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-0-hotel-item:first-of-type {
  margin-top: 0;
}
/* line 1629, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-0-hotel-item .booking_picture img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  max-height: 200px;
  min-width: 100%;
  object-fit: cover;
}
/* line 1644, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .services_hotel_wrapper {
  margin-top: -10px;
  background: white;
  padding: 30px 25px;
  box-shadow: 1px 1px 5px #888888;
  border-radius: 0 0 5px 5px;
  display: none;
}
/* line 1652, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .services_hotel_wrapper .service_block_element {
  vertical-align: top;
  display: inline-block;
  width: calc(94% / 3);
  margin-right: 3%;
  position: relative;
  box-sizing: border-box;
}
/* line 1660, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .services_hotel_wrapper .service_block_element:last-of-type {
  margin-right: 0;
}
/* line 1664, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .services_hotel_wrapper .service_block_element .service_element_description {
  font-size: 11px;
}
/* line 1667, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .services_hotel_wrapper .service_block_element .service_element_description h3 {
  color: #a1bd31;
  padding-left: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 1675, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .services_hotel_wrapper .service_block_element .image_service_element {
  position: absolute;
  top: -2px;
  left: 0;
}
/* line 1683, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .list-services-wrapper {
  padding: 10px 20px;
  background: linear-gradient(to bottom, #f2f3f5 0%, #D3D6DB 100%);
}
/* line 1688, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .list-services-wrapper li {
  min-width: calc(100% / 4);
  text-align: left;
  display: inline-block;
  margin-bottom: 3px;
  box-sizing: border-box;
}
/* line 1695, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .list-services-wrapper li img, #step-0 .list-services-wrapper li span {
  vertical-align: middle;
  font-size: 11px;
}
/* line 1700, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .list-services-wrapper li img {
  margin-right: 5px;
  height: 25px;
}
/* line 1707, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description {
  width: 66%;
  float: left;
  box-sizing: border-box;
  font-size: 11px;
  background: white;
  border-right: 1px solid lightgray;
  position: relative;
  height: 214px;
}
/* line 1717, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .hotel_description_container {
  height: 95px;
  overflow: hidden;
}
/* line 1724, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .location_button, #step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .camera_button, #step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .info_button {
  display: inline-block;
  background: #3a3a3a;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-left: 6px;
  cursor: pointer;
}
/* line 1738, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .location_button i, #step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .camera_button i, #step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .info_button i {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
}
/* line 1750, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .location_button.location_button i, #step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .camera_button.location_button i, #step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .info_button.location_button i {
  font-size: 27px;
  height: 27px;
  margin-left: -1px;
}
/* line 1756, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .location_button.info_button i, #step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .camera_button.info_button i, #step-0 .hotel_description .bottom_buttons_links .buttons_booking0 .info_button.info_button i {
  font-size: 27px;
  height: 27px;
}
/* line 1763, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .bottom_buttons_links .flexible_days {
  float: left;
  margin-top: 9px;
  text-decoration: underline;
  color: #831e59;
  cursor: pointer;
  font-size: 12px;
}
/* line 1771, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .bottom_buttons_links .flexible_days i {
  margin-right: 10px;
}
/* line 1775, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .bottom_buttons_links .flexible_days span {
  font-weight: 700;
}
/* line 1780, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .bottom_buttons_links .buttons_booking0 {
  float: right;
}
/* line 1785, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel_description .bottom_buttons_links {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
/* line 1794, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box--default .booking-box__title {
  border: 0;
}
/* line 1798, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box--action {
  width: 34%;
  float: right;
  margin-top: 5px;
}
/* line 1803, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box--action .booking-box__title, #step-0 .booking-box--action .booking-box__content {
  background: none;
  color: #707173;
  padding: 0;
  text-align: left;
}
/* line 1810, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box--action .booking-box__title .hotel-promotion .hotel-price__promotion, #step-0 .booking-box--action .booking-box__content .hotel-promotion .hotel-price__promotion {
  line-height: 1;
  font-weight: bolder;
  color: #b7b7b7;
  font-size: 21px;
  position: relative;
  display: table;
}
/* line 1818, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box--action .booking-box__title .hotel-promotion .hotel-price__promotion:before, #step-0 .booking-box--action .booking-box__content .hotel-promotion .hotel-price__promotion:before {
  content: '';
  height: 1px;
  background: red;
  left: -5px;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
/* line 1835, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box--action .booking-box__title .no_availability_hotel_button, #step-0 .booking-box--action .booking-box__content .no_availability_hotel_button {
  background: #a1be31;
  text-align: center;
  padding: 13px 0;
  color: white;
  font-size: 11px;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
}
/* line 1845, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box--action .booking-box__title .no_availability_hotel_button i, #step-0 .booking-box--action .booking-box__content .no_availability_hotel_button i {
  font-size: 20px;
  vertical-align: top;
  margin-right: 9px;
}
/* line 1853, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box--action .booking-box__title {
  text-transform: none;
  font-weight: lighter;
  font-size: 23px;
  font-family: sans-serif;
  margin-bottom: 10px;
}
/* line 1861, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box--action .hotel-price .hotel-price__current {
  font-size: 37px;
  line-height: 1;
  margin-bottom: 12px;
}
/* line 1868, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box.booking-box--action.booking-box--booking-0 {
  padding: 20px;
  box-sizing: border-box;
  background: white;
}
/* line 1873, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box.booking-box--action.booking-box--booking-0 .price_information {
  font-size: 14px;
  margin-bottom: 0;
}
/* line 1878, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box.booking-box--action.booking-box--booking-0 .included_tax {
  font-style: italic;
}
/* line 1882, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-box.booking-box--action.booking-box--booking-0 .not_available_prices {
  text-transform: uppercase;
  color: #9f0000;
  font-size: 19px;
  font-weight: 600;
}
/* line 1890, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .booking-button--action {
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  background: #a1bd31;
  font-size: 14px;
}
/* line 1899, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel-title .hotel-title__name {
  font-size: 14px;
}
/* line 1903, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel-title .hotel-title__rating, #step-0 .hotel-title .hotel-title__rating--1, #step-0 .hotel-title .hotel-title__rating--2, #step-0 .hotel-title .hotel-title__rating--3, #step-0 .hotel-title .hotel-title__rating--4 {
  margin-left: 10px;
}
/* line 1907, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel-title .hotel-title__address, #step-0 .hotel-title .hotel-title__phone {
  font-size: 12px;
  display: inline-block;
  text-transform: none;
}
/* line 1913, ../../../sass/booking/_booking_process_styles.scss */
#step-0 .hotel-title .hotel-title__address {
  margin-right: 5px;
}

/* line 1920, ../../../sass/booking/_booking_process_styles.scss */
.wrapper-new-web-support {
  width: 1140px;
  display: block;
  margin: 0 auto -17px !important;
  padding-top: 10px !important;
}
/* line 1926, ../../../sass/booking/_booking_process_styles.scss */
.wrapper-new-web-support.hidden-web-support {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  height: 40px;
  padding-top: 5px;
  background-color: white;
  box-shadow: #cbc6c6 0 1px 0;
  border-radius: 0;
  right: 0;
}
/* line 1938, ../../../sass/booking/_booking_process_styles.scss */
.wrapper-new-web-support .web_support_label_1, .wrapper-new-web-support .web_support_number {
  text-align: right;
  margin-right: 0 !important;
}
/* line 1943, ../../../sass/booking/_booking_process_styles.scss */
.wrapper-new-web-support .web_support_label_1:before {
  margin-top: 0;
  vertical-align: middle;
  margin-bottom: 2px;
}

/* line 1951, ../../../sass/booking/_booking_process_styles.scss */
.not_available_hotels_params {
  text-align: center;
  background: #af541d;
  color: white;
  padding: 20px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 40px 0;
}
/* line 1960, ../../../sass/booking/_booking_process_styles.scss */
.not_available_hotels_params i {
  font-size: 27px;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 1967, ../../../sass/booking/_booking_process_styles.scss */
.no_availability_message_booking0 {
  text-align: center;
  background: #af541d;
  color: white;
  padding: 20px 210px;
  font-size: 13px;
  width: 1140px;
  box-sizing: border-box;
  margin: 20px auto;
  display: table;
}
/* line 1978, ../../../sass/booking/_booking_process_styles.scss */
.no_availability_message_booking0 i {
  float: left;
  font-size: 57px;
  width: 15%;
}
/* line 1984, ../../../sass/booking/_booking_process_styles.scss */
.no_availability_message_booking0 .availability_text_wrapper {
  float: right;
  display: inline-block;
  width: 85%;
  text-align: left;
  margin-top: -2px;
}
/* line 1991, ../../../sass/booking/_booking_process_styles.scss */
.no_availability_message_booking0 .availability_text_wrapper strong {
  font-weight: bolder;
}

/* line 1997, ../../../sass/booking/_booking_process_styles.scss */
.default_continue_message {
  width: 1140px;
  display: block;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

/* line 2007, ../../../sass/booking/_booking_process_styles.scss */
.search_other_dates_button {
  width: 300px;
  margin: 20px auto 35px;
  text-align: center;
  padding: 11px 10px 12px;
  background: #01a4cf;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 2018, ../../../sass/booking/_booking_process_styles.scss */
.search_other_dates_button i {
  margin-right: 10px;
  font-size: 20px;
}

/* line 2025, ../../../sass/booking/_booking_process_styles.scss */
#no-availability-message-popup {
  display: none;
}

/* line 2029, ../../../sass/booking/_booking_process_styles.scss */
#roomFilterInCalendar {
  max-width: 383px !important;
}

/* line 2034, ../../../sass/booking/_booking_process_styles.scss */
.hotel_closed {
  display: block !important;
}

/* line 2038, ../../../sass/booking/_booking_process_styles.scss */
.no-availability-section {
  width: 1140px;
  margin: 0 auto 12px !important;
}

/* line 2043, ../../../sass/booking/_booking_process_styles.scss */
.header_wrapper_calendar_availability {
  position: relative;
}

/* line 2047, ../../../sass/booking/_booking_process_styles.scss */
.calendar_availability_content {
  min-height: auto;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 2058, ../../../sass/booking/_booking_process_styles.scss */
.calendar_availability_content.visible {
  height: auto;
  max-height: 780px;
}
/* line 2063, ../../../sass/booking/_booking_process_styles.scss */
.calendar_availability_content #prices-calendar {
  min-height: 525px;
}
/* line 2067, ../../../sass/booking/_booking_process_styles.scss */
.calendar_availability_content .restricted-day + .day-content.available .price {
  top: 60%;
}
/* line 2071, ../../../sass/booking/_booking_process_styles.scss */
.calendar_availability_content .day-content .tick {
  display: none;
}
/* line 2075, ../../../sass/booking/_booking_process_styles.scss */
.calendar_availability_content .nights_number_wrapper {
  border-bottom: 0;
}

/* line 2081, ../../../sass/booking/_booking_process_styles.scss */
.hotel_poi_info {
  position: relative;
  overflow: visible;
  display: table;
  padding: 10px 0;
}
/* line 2087, ../../../sass/booking/_booking_process_styles.scss */
.hotel_poi_info .picture_poi {
  position: relative;
  max-width: 60px;
  float: left;
}
/* line 2093, ../../../sass/booking/_booking_process_styles.scss */
.hotel_poi_info .poi_tit_desc_wrapper {
  padding-left: 13px;
  float: right;
}
/* line 2098, ../../../sass/booking/_booking_process_styles.scss */
.hotel_poi_info .hotel_description {
  border-right: 0 !important;
  height: auto !important;
  width: 100% !important;
  float: none !important;
  margin-bottom: 15px;
}
/* line 2106, ../../../sass/booking/_booking_process_styles.scss */
.hotel_poi_info .hotel_title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}
/* line 2112, ../../../sass/booking/_booking_process_styles.scss */
.hotel_poi_info .booking_poi_button {
  background: #01a4cf;
  color: white;
  text-transform: uppercase;
  padding: 6px 20px;
  position: relative;
  clear: both;
  cursor: pointer;
}

/*=== Box search info ===*/
/* line 2124, ../../../sass/booking/_booking_process_styles.scss */
.booking-box--search .booking-box__content {
  width: 1140px;
  margin: auto;
  border: 1px solid #96bd12;
  background: transparent;
  color: black;
  text-align: left;
  display: table;
}

/* line 2136, ../../../sass/booking/_booking_process_styles.scss */
#step-1 .booking-box.booking-box--search.has_booking0 .booking-search-results .button_booking0_wrapper {
  float: right;
  width: 240px;
}
/* line 2140, ../../../sass/booking/_booking_process_styles.scss */
#step-1 .booking-box.booking-box--search.has_booking0 .booking-search-results .button_booking0_wrapper .to_booking0 {
  height: 45px;
  width: 240px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: white;
  background-color: #363A40;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
}
/* line 2157, ../../../sass/booking/_booking_process_styles.scss */
#step-1 .booking-box.booking-box--search.has_booking0 .booking-search-results .booking-search-results__new-search {
  clear: both;
}
/* line 2160, ../../../sass/booking/_booking_process_styles.scss */
#step-1 .booking-box.booking-box--search.has_booking0 .booking-search-results .booking-search-results__new-search .booking-button {
  height: 45px;
  font-size: 10px;
  padding: 0 !important;
  width: 240px;
  border-radius: 0 !important;
}
/* line 2167, ../../../sass/booking/_booking_process_styles.scss */
#step-1 .booking-box.booking-box--search.has_booking0 .booking-search-results .booking-search-results__new-search .booking-button:before {
  display: none;
}

/* line 2176, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .button_booking0_wrapper {
  display: none !important;
}

/* line 2182, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .title_booking_breakdown {
  color: #707173;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: table-cell;
  margin-right: 60px;
  vertical-align: middle;
}
/* line 2192, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__search-data, .booking-search-results .booking-search-results__rooms-list, .booking-search-results .booking-search-results__new-search {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/* line 2198, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__new-search {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  float: right;
  text-align: right;
}
/* line 2210, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__new-search .total_price_label {
  display: block;
  margin-bottom: 8px;
  margin-top: -9px;
  background: lightgrey;
  border-radius: 2px;
  padding: 9px 9px 6px;
  text-align: center;
}
/* line 2219, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__new-search .total_price_label .label_total_summary, .booking-search-results .booking-search-results__new-search .total_price_label .currencyValue, .booking-search-results .booking-search-results__new-search .total_price_label .monedaConv {
  font-weight: 700;
  margin-right: 6px;
  color: #707173;
}
/* line 2225, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__new-search .total_price_label .tax_not_included {
  margin-left: 5px;
  font-style: italic;
  font-size: 11px;
  vertical-align: bottom;
  color: #707173;
  font-weight: lighter;
}
/* line 2234, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__new-search .total_price_label + .booking-button {
  margin-bottom: -20px;
}
/* line 2240, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__search-data {
  padding-left: 20px;
}
/* line 2242, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__search-data i.fa, .booking-search-results .booking-search-results__search-data .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .booking-search-results .booking-search-results__search-data i.close:before {
  margin-left: -20px;
  margin-right: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #999;
}
/* line 2250, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__search-data .cross_out {
  margin-left: 5px;
  text-decoration: line-through;
  position: relative;
  font-size: 11px;
  color: #b7b7b7;
}
/* line 2256, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__search-data .cross_out .min_stay_alternative {
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  color: gray;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 2268, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__search-data .cross_out .modified_criteria_label {
  right: 0;
  top: calc(100% + 15px);
  font-size: 15px;
  position: absolute;
  left: -60px;
  width: 300px;
  background: white;
  border: 1px solid #00213d;
  border-radius: 5px;
  padding: 10px 20px;
  z-index: 99;
  color: #00213d;
}
/* line 2282, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__search-data .cross_out .modified_criteria_label:before, .booking-search-results .booking-search-results__search-data .cross_out .modified_criteria_label:after {
  position: absolute;
  left: 10px;
  margin: 0 auto;
  right: auto;
  bottom: 100%;
  content: "";
  z-index: 9;
  width: 0;
  height: 0;
  border-bottom: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
/* line 2298, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__search-data .cross_out .modified_criteria_label:after {
  z-index: 8;
  border-bottom: 11px solid #00213d;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
  left: 8px;
}
/* line 2307, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__search-data .cross_out .modified_criteria_label .fa.fa-times, .booking-search-results .booking-search-results__search-data .cross_out .modified_criteria_label .booking_ticks_replacement_full .block .fa.close, .booking_ticks_replacement_full .block .booking-search-results .booking-search-results__search-data .cross_out .modified_criteria_label .fa.close, .booking-search-results .booking-search-results__search-data .cross_out .modified_criteria_label .booking_ticks_replacement_full .block .close:before, .booking_ticks_replacement_full .block .booking-search-results .booking-search-results__search-data .cross_out .modified_criteria_label .close:before {
  position: absolute;
  right: 6px;
  top: 2px;
  margin: 0;
  cursor: pointer;
  font-size: 17px;
  color: #00213d;
}
/* line 2320, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__rooms-list {
  position: relative;
  padding-left: 65px;
  max-width: 274px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2327, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-search-results__rooms-list i.fa, .booking-search-results .booking-search-results__rooms-list .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .booking-search-results .booking-search-results__rooms-list i.close:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 20px;
  font-size: 30px;
  color: #999;
}
/* line 2335, ../../../sass/booking/_booking_process_styles.scss */
.booking-search-results .booking-title-info {
  font-weight: 700;
  color: #707173;
}

/* line 2342, ../../../sass/booking/_booking_process_styles.scss */
.hidden_booking_summary .title_booking_breakdown {
  padding-right: 30px;
}

/* line 2349, ../../../sass/booking/_booking_process_styles.scss */
.booking-box--search.has_currency_selector .has_web_support .booking-search-results__rooms-list {
  background: none;
  padding-left: 40px;
}
/* line 2352, ../../../sass/booking/_booking_process_styles.scss */
.booking-box--search.has_currency_selector .has_web_support .booking-search-results__rooms-list i.fa, .booking-box--search.has_currency_selector .has_web_support .booking-search-results__rooms-list .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .booking-box--search.has_currency_selector .has_web_support .booking-search-results__rooms-list i.close:before {
  left: 0px;
}

/* line 2359, ../../../sass/booking/_booking_process_styles.scss */
#currencyDiv {
  position: relative !important;
  float: right !important;
  clear: both;
  top: auto !important;
  right: auto !important;
  width: auto;
  display: table;
  padding: 0 11px;
  margin: 5px auto 0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  text-align: right;
  background: lightgrey;
  border-radius: 3px;
}
/* line 2378, ../../../sass/booking/_booking_process_styles.scss */
#currencyDiv #currencySelect {
  float: right;
  border-radius: 0;
  background: transparent url(https://www.hotelferrero.com/static_1/images/felchasDobles.png) no-repeat 85px;
  border: 0;
  width: 100px;
  padding-left: 0;
  height: 30px;
  color: #707173;
  margin-top: 2px;
}
/* line 2390, ../../../sass/booking/_booking_process_styles.scss */
#currencyDiv .see_prices_label {
  font-size: 12px;
  margin-right: 6px;
  line-height: 36px;
  color: #707173;
}
/* line 2398, ../../../sass/booking/_booking_process_styles.scss */
#currencyDiv .info_icon {
  float: right;
  width: 15px;
  margin-left: 0;
  margin-top: 9px;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 2425, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 {
  border-radius: 0;
}
/* line 2428, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .fancybox-skin {
  border-radius: 0;
}
/* line 2432, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .gif_wrapper {
  display: block;
  margin: 21px auto;
  width: 100%;
  height: 105px;
}
/* line 2438, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .gif_wrapper .default_line_loading {
  background-color: #3484b2;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -o-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  animation: sk-stretchdelay 2.3s infinite ease-in-out;
  margin-right: 6px;
}
/* line 2450, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .sk_folding_cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* line 2457, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .sk_folding_cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 2465, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .sk_folding_cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* line 2480, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .sk_folding_cube .sk_cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
/* line 2484, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .sk_folding_cube .sk_cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
/* line 2488, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .sk_folding_cube .sk_cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
/* line 2493, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .sk_folding_cube .sk_cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 2499, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .sk_folding_cube .sk_cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
/* line 2505, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .sk_folding_cube .sk_cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* line 2547, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .description_top_popup_booking {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: lighter;
  color: gray;
}
/* line 2555, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .description_bottom_popup_booking {
  font-weight: bold;
  text-transform: uppercase;
  color: gray;
}
/* line 2561, ../../../sass/booking/_booking_process_styles.scss */
.fancy-booking-search_v2 .container_popup_booking {
  width: 555px;
  display: block;
  padding: 30px 0;
  box-sizing: border-box;
  margin: 7px;
  border: 1px solid #3483b2;
}

/* line 2571, ../../../sass/booking/_booking_process_styles.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine {
  width: auto !important;
  height: auto !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
/* line 2579, ../../../sass/booking/_booking_process_styles.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-outer {
  background: transparent;
}
/* line 2584, ../../../sass/booking/_booking_process_styles.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine.custom_color_overlay .fancybox-skin {
  background: transparent;
}
/* line 2589, ../../../sass/booking/_booking_process_styles.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-skin {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
/* line 2598, ../../../sass/booking/_booking_process_styles.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-inner {
  overflow: visible;
}
/* line 2602, ../../../sass/booking/_booking_process_styles.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 2615, ../../../sass/booking/_booking_process_styles.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  border: 0 !important;
}
/* line 2619, ../../../sass/booking/_booking_process_styles.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking {
  font-weight: lighter;
}
/* line 2622, ../../../sass/booking/_booking_process_styles.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking strong {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}

/* line 2632, ../../../sass/booking/_booking_process_styles.scss */
#footer_bottom_text p, #footer_bottom_text .extra_footer_content {
  margin-bottom: 4px;
  font-size: 11px;
}

/* line 2639, ../../../sass/booking/_booking_process_styles.scss */
.custom_message_range {
  width: 1140px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2647, ../../../sass/booking/_booking_process_styles.scss */
.custom_pictures_range {
  max-width: 1140px;
  display: block;
  margin: 0 auto 15px;
}

/* line 2654, ../../../sass/booking/_booking_process_styles.scss */
#expired-session-message {
  width: 1140px !important;
  margin: 20px auto !important;
}
/* line 2658, ../../../sass/booking/_booking_process_styles.scss */
#expired-session-message .message {
  text-align: center;
  text-transform: uppercase;
  margin: 50px auto;
  display: block;
}

/* line 2667, ../../../sass/booking/_booking_process_styles.scss */
.repeat_search_button.session_expired {
  display: table;
  margin: auto;
}
/* line 2671, ../../../sass/booking/_booking_process_styles.scss */
.repeat_search_button.session_expired a {
  background: #00b8e9;
  height: 55px;
  text-transform: uppercase;
  font-size: 21px;
  color: white;
  cursor: pointer;
  padding: 12px 30px;
  font-weight: 300;
}

/* line 3, ../../../sass/booking/_booking_engine_5.scss */
.booking_widget {
  position: relative;
}

/* line 7, ../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 {
  width: 275px;
  display: block;
}
/* line 11, ../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 form.booking_form {
  padding: 0 !important;
}
/* line 15, ../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 .booking_form_title {
  background: #383838;
}

/* line 20, ../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper {
  border-bottom: 1px solid lightgray;
  background: transparent url(../../images/booking_5/arrow.png) no-repeat 92% 70% !important;
}
/* line 24, ../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  margin: 10px 0 0 10px;
}

/* line 32, ../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input {
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  font-weight: 600;
  background: white;
}
/* line 40, ../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input::-webkit-input-placeholder {
  color: #585d63;
}
/* line 44, ../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #585d63;
}
/* line 48, ../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #585d63;
}
/* line 52, ../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input:-ms-input-placeholder {
  color: #585d63;
}

/* line 57, ../../../sass/booking/_booking_engine_5.scss */
.entry_date_wrapper {
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-top: 0;
  width: 66.6%;
  height: 70px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}

/* line 72, ../../../sass/booking/_booking_engine_5.scss */
.departure_date_wrapper, .half_size {
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-top: 0;
  width: 50%;
  height: 70px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}
/* line 86, ../../../sass/booking/_booking_engine_5.scss */
.departure_date_wrapper .date_day, .half_size .date_day {
  font-size: 21px !important;
}

/* line 91, ../../../sass/booking/_booking_engine_5.scss */
.nights_number_wrapper {
  float: right;
  height: 70px;
  border-bottom: 1px solid lightgrey;
  box-sizing: border-box;
  width: 33.3%;
  padding: 5px 10px;
}

/* line 100, ../../../sass/booking/_booking_engine_5.scss */
.num_nights_label, .entry_date_label, .children_label, .rooms_label, .adults_label, .promocode_label, .departure_date_label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}

/* line 106, ../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper {
  float: left;
  height: 70px;
  width: 30%;
}

/*===== Entry date =====*/
/* line 113, ../../../sass/booking/_booking_engine_5.scss */
.date_box.entry_date, .date_box.departure_date {
  font-size: 20px;
  background: url(../../images/booking_5/calendar.png) no-repeat center right;
  margin-top: 9px;
  background-size: 29px;
}
/* line 119, ../../../sass/booking/_booking_engine_5.scss */
.date_box.entry_date .date_day, .date_box.departure_date .date_day {
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 25px;
  font-weight: 600;
}

/*====== Booking button ====*/
/* line 128, ../../../sass/booking/_booking_engine_5.scss */
button.submit_button {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #ffd600;
  height: 55px;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 21px;
  color: #565656;
  cursor: pointer;
}

/*====== Rooms section ======*/
/* line 142, ../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper {
  float: left;
  height: 70px;
  width: 33.3%;
  padding: 7px 10px 5px;
  box-sizing: border-box;
}
/* line 149, ../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper .room_list_wrapper li.room {
  float: right;
  width: 69%;
}
/* line 155, ../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper .adults_selector {
  height: 70px;
  float: left;
  border-right: 1px solid gray;
  width: 46.5%;
}

/* line 163, ../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper {
  display: table;
  float: right;
  width: 66.6%;
}
/* line 168, ../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .room_title {
  display: none;
}
/* line 172, ../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .adults_selector {
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
}
/* line 177, ../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .adults_selector, .room_list_wrapper .children_selector {
  width: 50%;
  display: inline-block;
  height: 70px;
  box-sizing: border-box;
  padding: 7px 10px 5px;
}
/* line 185, ../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .children_selector {
  width: 50% !important;
  padding: 7px 10px 5px;
  float: right;
}

/* line 192, ../../../sass/booking/_booking_engine_5.scss */
.room_list .room {
  height: 70px;
}

/* line 196, ../../../sass/booking/_booking_engine_5.scss */
.room_list .room.room3, .room_list .room.room2 {
  border-top: 1px solid lightgrey;
}

/*==== Promocode section  ====*/
/* line 201, ../../../sass/booking/_booking_engine_5.scss */
.promocode_wrapper {
  display: table;
  width: 100%;
  padding: 10px 10px 5px;
  border-top: 1px solid lightgrey;
  box-sizing: border-box;
}

/* line 209, ../../../sass/booking/_booking_engine_5.scss */
label.promocode_label {
  display: block;
}

/* line 213, ../../../sass/booking/_booking_engine_5.scss */
input.promocode_input {
  border: 0;
  width: 100%;
  display: block;
  height: 30px;
  font-size: 13px;
  font-weight: lighter;
  margin-top: 2px;
  font-family: sans-serif;
}

/*====== Selectric ======*/
/* line 225, ../../../sass/booking/_booking_engine_5.scss */
.selectricItems {
  overflow: scroll !important;
  width: 92px !important;
  margin-left: -11px;
  margin-top: 2px;
}
/* line 231, ../../../sass/booking/_booking_engine_5.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
/* line 237, ../../../sass/booking/_booking_engine_5.scss */
.selectricItems li {
  font-weight: 500;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEXOzs7y8vKNS741AAAADklEQVQI12M4wPSAWQAABoQBtgsaY5kAAAAASUVORK5CYII=);
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  line-height: 29px !important;
  font-size: 18px !important;
  font-family: 'Source Sans Pro', sans-serif;
}
/* line 247, ../../../sass/booking/_booking_engine_5.scss */
.selectricItems li:hover {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
/* line 254, ../../../sass/booking/_booking_engine_5.scss */
.selectricItems ul {
  z-index: 40;
}
/* line 258, ../../../sass/booking/_booking_engine_5.scss */
.selectricItems .room {
  padding-top: 17px;
}

/* line 264, ../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 .selectric .button {
  background: transparent url(../../images/booking_5/arrow.png) no-repeat center center !important;
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 23px;
  margin-left: 0;
  margin-top: 8px;
  text-indent: 999px;
  height: 22px;
  font-weight: 600;
}

/* line 277, ../../../sass/booking/_booking_engine_5.scss */
.selectricWrapper .selectric .label {
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 28px;
  margin-left: 0;
  font-weight: 600;
}

/* line 285, ../../../sass/booking/_booking_engine_5.scss */
.selectricWrapper .selectric {
  margin-top: 3px;
}

/* line 289, ../../../sass/booking/_booking_engine_5.scss */
.selectricWrapper {
  width: 78px !important;
}

/*======= Phone web support =======*/
/* line 294, ../../../sass/booking/_booking_engine_5.scss */
.wrapper-new-web-support.booking_form_title {
  border-radius: 0;
  padding: 5px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px !important;
  margin-top: 11px;
}

/* line 302, ../../../sass/booking/_booking_engine_5.scss */
.wrapper-new-web-support .web_support_number, .web_support_label_1 {
  font-size: 11px !important;
  margin-left: 5px;
}

/* line 307, ../../../sass/booking/_booking_engine_5.scss */
img.phone_support_image {
  float: left;
  width: 28px;
  margin-top: 1px;
  margin-right: 12px;
}

/*======= Header title ======*/
/* line 315, ../../../sass/booking/_booking_engine_5.scss */
.booking_title_1, .booking_title_2, .best_price {
  display: none;
}

/* line 319, ../../../sass/booking/_booking_engine_5.scss */
.promocode_header {
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 327, ../../../sass/booking/_booking_engine_5.scss */
.promocode_header:hover {
  opacity: 0.8;
}
/* line 331, ../../../sass/booking/_booking_engine_5.scss */
.promocode_header img.booking_header_discount {
  float: left;
  margin-right: 15px;
}
/* line 336, ../../../sass/booking/_booking_engine_5.scss */
.promocode_header p.first_offer_name {
  font-size: 12px;
  color: #8096c7;
  margin-top: 9px;
}
/* line 342, ../../../sass/booking/_booking_engine_5.scss */
.promocode_header p.second_offer_name {
  font-size: 10px;
  margin-top: 3px;
  color: gray;
}

/* line 349, ../../../sass/booking/_booking_engine_5.scss */
.ui-datepicker {
  width: 283px;
}
/* line 352, ../../../sass/booking/_booking_engine_5.scss */
.ui-datepicker .ui-widget-header {
  background: none !important;
  border: 0;
}
/* line 356, ../../../sass/booking/_booking_engine_5.scss */
.ui-datepicker .ui-widget-header .ui-datepicker-title {
  color: #646464 !important;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 300;
}

/* line 365, ../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker th {
  font-weight: 300;
  font-size: 14px;
}
/* line 371, ../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker .ui-state-default, body .ui-datepicker .ui-widget-content .ui-state-default, body .ui-datepicker .ui-widget-header .ui-state-default {
  background: transparent !important;
  border: 0 !important;
  color: #646464 !important;
  font-weight: 400;
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 13px;
}
/* line 382, ../../../sass/booking/_booking_engine_5.scss */
body .ui-widget-content .ui-state-hover {
  border: 0;
  background: #4B4B4B !important;
  color: white !important;
}
/* line 388, ../../../sass/booking/_booking_engine_5.scss */
body .ui-widget-content {
  border: 0;
  border-radius: 0;
  padding-bottom: 40px;
}
/* line 394, ../../../sass/booking/_booking_engine_5.scss */
body .ui-state-default {
  padding: 8px;
}
/* line 398, ../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-start_date {
  opacity: 1 !important;
}
/* line 401, ../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-start_date .ui-state-default {
  border: 0;
  background: #646464 !important;
  color: white !important;
}
/* line 408, ../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-highlighted .ui-state-default {
  border: 0;
  background: rgba(40, 96, 144, 0.25) !important;
}
/* line 413, ../../../sass/booking/_booking_engine_5.scss */
body .ui-widget-content .ui-state-active {
  border: 0;
  background: #646464 !important;
  color: white !important;
}
/* line 419, ../../../sass/booking/_booking_engine_5.scss */
body span.ui-icon.ui-icon-circle-triangle-e, body span.ui-icon.ui-icon-circle-triangle-w {
  /* background: url(../../images/mobile_img/renovation/flecha_der.png) no-repeat center;*/
  background: none;
  text-indent: 0;
  color: transparent;
  font-size: 0;
}
/* line 425, ../../../sass/booking/_booking_engine_5.scss */
body span.ui-icon.ui-icon-circle-triangle-e:before, body span.ui-icon.ui-icon-circle-triangle-w:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f105';
  font-family: "FontAwesome", "Font Awesome 5 Pro", sans-serif;
  font-size: 20px;
  color: black;
}
/* line 442, ../../../sass/booking/_booking_engine_5.scss */
body span.ui-icon.ui-icon-circle-triangle-w:before {
  content: '\f104';
}
/* line 447, ../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker .ui-datepicker-next, body .ui-datepicker .ui-datepicker-prev {
  background: none;
}
/* line 451, ../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-next.ui-state-hover, body .ui-datepicker-prev.ui-datepicker-prev-hover {
  border: 1px solid #636363;
}

/* line 457, ../../../sass/booking/_booking_engine_5.scss */
.datepicker_wrapper_element span.ui-icon.ui-icon-circle-triangle-e:before, .datepicker_wrapper_element span.ui-icon.ui-icon-circle-triangle-w:before {
  display: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 469, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 {
  border-radius: 0;
}
/* line 471, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-skin {
  border-radius: 0;
}
/* line 474, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-slide > * {
  padding: 0 !important;
  background-color: transparent;
}
/* line 478, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-slide .calendar_popup_wrapper {
  background-color: transparent;
}
/* line 482, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .full_screen_engine .container_popup_booking {
  background-color: transparent !important;
  padding: 24px !important;
}
/* line 487, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_bottom_popup_booking {
  color: gray;
}
/* line 490, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .gif_wrapper {
  display: block;
  margin: 21px auto;
  width: 100%;
  height: 105px;
}
/* line 1, ../../../sass/plugins/spiners/_default_line_loading.scss */
.fancybox-wrap.fancy-booking-search_v2 .gif_wrapper .default_line_loading {
  background-color: #3484b2;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -o-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  animation: sk-stretchdelay 2.3s infinite ease-in-out;
  margin-right: 6px;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 1, ../../../sass/plugins/spiners/_default_line_loading.scss */
.fancybox-wrap.fancy-booking-search_v2 .default_line_loading {
  background-color: #3484b2;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -o-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  animation: sk-stretchdelay 2.3s infinite ease-in-out;
  margin-right: 6px;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 1, ../../../sass/plugins/spiners/_box_jumping.scss */
.fancybox-wrap.fancy-booking-search_v2 .boxLoading {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
}
/* line 10, ../../../sass/plugins/spiners/_box_jumping.scss */
.fancybox-wrap.fancy-booking-search_v2 .boxLoading:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: box_shadow .5s linear infinite;
}
/* line 22, ../../../sass/plugins/spiners/_box_jumping.scss */
.fancybox-wrap.fancy-booking-search_v2 .boxLoading:after {
  content: '';
  width: 50px;
  height: 50px;
  background: white;
  animation: box_animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes box_animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes box_shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/* line 1, ../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader {
  padding: 60px 0 70px;
}
/* line 3, ../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot {
  width: 24px;
  height: 24px;
  margin: 0 3px;
  background: #000;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
/* line 11, ../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(1) {
  animation-delay: 0.1s;
}
/* line 14, ../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}
/* line 17, ../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(3) {
  animation-delay: 0.3s;
}
/* line 20, ../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(4) {
  animation-delay: 0.4s;
}
/* line 23, ../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(5) {
  animation-delay: 0.5s;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/* line 1, ../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* line 7, ../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 15, ../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* line 30, ../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
/* line 34, ../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube3 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
/* line 38, ../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube4 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
/* line 43, ../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 49, ../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube3:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
/* line 55, ../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube4:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* line 1, ../../../sass/plugins/spiners/_rotating_dots.scss */
.fancybox-wrap.fancy-booking-search_v2 .rotating_dots {
  padding: 40px 0;
  text-align: center;
  animation: dots-rotate 2s linear infinite;
}
/* line 5, ../../../sass/plugins/spiners/_rotating_dots.scss */
.fancybox-wrap.fancy-booking-search_v2 .rotating_dots:before, .fancybox-wrap.fancy-booking-search_v2 .rotating_dots:after {
  content: '';
  animation: dots-margin 2s linear infinite;
}
/* line 9, ../../../sass/plugins/spiners/_rotating_dots.scss */
.fancybox-wrap.fancy-booking-search_v2 .rotating_dots:before, .fancybox-wrap.fancy-booking-search_v2 .rotating_dots span, .fancybox-wrap.fancy-booking-search_v2 .rotating_dots:after {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  margin: 5px;
}
@keyframes dots-margin {
  0% {
    margin: 5px;
  }
  12% {
    margin: 0 30px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  25% {
    margin: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  62% {
    margin: 0 30px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    margin: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    margin: 5px;
  }
}
@keyframes dots-rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 500, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_top_popup_booking {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: lighter;
  color: gray;
}
/* line 508, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_bottom_popup_booking {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 513, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .container_popup_booking {
  width: 555px;
  display: block;
  padding: 30px 0;
  box-sizing: border-box;
  margin: 7px;
  border: 1px solid #3483b2;
}

/* line 524, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine {
  width: auto !important;
  height: auto !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
/* line 532, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-outer {
  background: transparent;
}
/* line 537, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine.custom_color_overlay .fancybox-skin {
  background: transparent;
}
/* line 542, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-skin {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
/* line 551, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-inner {
  overflow: visible;
}
/* line 555, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 568, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  border: 0 !important;
}
/* line 572, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking {
  font-weight: lighter;
}
/* line 575, ../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking strong {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}

/*=====================================================================
  Selectric
======================================================================*/
/* line 5, ../../../sass/booking/_selectric.scss */
.selectricWrapper {
  position: relative;
  margin: 0 0 0px;
  width: 80px;
  cursor: pointer;
}

/* line 12, ../../../sass/booking/_selectric.scss */
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 23, ../../../sass/booking/_selectric.scss */
.selectricOpen {
  z-index: 9999;
}

/* line 27, ../../../sass/booking/_selectric.scss */
.selectricOpen .selectricItems {
  display: block;
}

/* line 31, ../../../sass/booking/_selectric.scss */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 38, ../../../sass/booking/_selectric.scss */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 44, ../../../sass/booking/_selectric.scss */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important;
}

/* line 60, ../../../sass/booking/_selectric.scss */
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* line 67, ../../../sass/booking/_selectric.scss */
.selectricOpen .selectric {
  z-index: 9999;
}

/* line 72, ../../../sass/booking/_selectric.scss */
.selectricOpen .selectricItems {
  display: block;
}

/* line 76, ../../../sass/booking/_selectric.scss */
.selectric {
  background: white;
  position: relative;
  border-radius: 6px;
  height: 40px;
}

/* line 83, ../../../sass/booking/_selectric.scss */
.selectric .label {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: lightgray;
  text-align: left;
  margin-left: 20px;
}

/* line 93, ../../../sass/booking/_selectric.scss */
.selectric .button {
  zoom: 1;
  position: absolute;
  font: 0/0 a;
  overflow: hidden;
  margin: auto;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 35px;
  height: 35px;
  border: 0;
  background: lightgray url(../../images/booking/flecha_motor.png) no-repeat center center !important;
  padding: 0;
}

/* line 109, ../../../sass/booking/_selectric.scss */
.selectricHover .selectric .button {
  border-top-color: #DDD;
}

/* Items box */
/* line 115, ../../../sass/booking/_selectric.scss */
.selectricItems {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

/* line 128, ../../../sass/booking/_selectric.scss */
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
}

/* line 138, ../../../sass/booking/_selectric.scss */
.selectricItems li {
  padding: 5px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #666;
  border-top: 1px solid #FFF;
}
/* line 146, ../../../sass/booking/_selectric.scss */
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
/* line 151, ../../../sass/booking/_selectric.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

/* line 158, ../../../sass/booking/_selectric.scss */
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

/* line 2, ../../../sass/booking/booking_process_v1/_prices_calendar.scss */
#prices-calendar .no-availability-section {
  width: 100%;
}
/* line 5, ../../../sass/booking/booking_process_v1/_prices_calendar.scss */
#prices-calendar .no-availability-section .no-availability-message {
  background: #d29432;
}

/* line 1, ../../../sass/booking/booking_process_v1/_booking0.scss */
.fancybox-type-image .fancybox-inner .fancybox-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 4, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header {
  border-bottom-width: 0;
  padding: 5px 0;
  background-color: #d2d2d2;
}
/* line 10, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__logo img {
  max-height: 60px;
}
/* line 15, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__ticks {
  margin-top: 10px;
  width: auto;
}
/* line 20, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item {
  width: auto;
  text-align: center;
  margin-right: 20px;
}
/* line 25, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item:last-of-type:not(.tick_customized) {
  display: none;
}
/* line 29, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item span {
  font-size: 30px;
  vertical-align: middle;
  color: transparent;
}
/* line 35, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item p {
  color: white;
  top: 0;
  margin: 0;
  font-size: 12px;
  vertical-align: middle;
}
/* line 43, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item:nth-of-type(1) {
  display: inline-block !important;
}
/* line 46, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item:nth-of-type(1) .icon-checkmark {
  background-size: 42px !important;
  background: url(https://www.hotelferrero.com/static_1/images/tick1_booking.png) no-repeat center;
}
/* line 52, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item:nth-of-type(2) {
  display: inline-block !important;
}
/* line 55, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item:nth-of-type(2) .icon-checkmark {
  background: url(https://www.hotelferrero.com/static_1/images/tick2.png) no-repeat center;
  background-size: 39px !important;
}
/* line 61, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item:nth-of-type(3) {
  display: inline-block !important;
}
/* line 64, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item:nth-of-type(3) .icon-checkmark {
  background: url(https://www.hotelferrero.com/static_1/images/tick3.png) no-repeat center;
  background-size: 39px !important;
}
/* line 70, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item.tick_customized i {
  vertical-align: middle;
}
/* line 73, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .site-header__tick-item.tick_customized i + p {
  vertical-align: middle;
}
/* line 79, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .language_header_selector_booking_process {
  bottom: -5px;
}
/* line 82, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .language_header_selector_booking_process .selected_language {
  padding: 20px 0;
}
/* line 86, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .site-header .language_header_selector_booking_process .language_booking_selector_wrapper.active {
  z-index: 100;
}
/* line 92, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .custom_message_html_container {
  width: 1140px;
  margin: auto;
  overflow: hidden;
}
/* line 98, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .custom_message_dates_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 107, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .custom_message_dates_popup .rate_conditions_popup_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 750px;
}
/* line 115, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .booking_engine_wrapper_process #booking.boking_widget_inline .guest_selector.min_age_info label {
  display: inline-block;
  margin-right: 8px;
}
/* line 120, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .booking_engine_wrapper_process #booking.boking_widget_inline .guest_selector.min_age_info .min_age_adult_info {
  display: inline-block;
  position: relative;
}
/* line 124, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .booking_engine_wrapper_process #booking.boking_widget_inline .guest_selector.min_age_info .min_age_adult_info .info_message {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  width: 150px;
  font-size: 10px;
  margin-left: 5px;
}
/* line 138, ../../../sass/booking/booking_process_v1/_booking1.scss */
body .booking_engine_wrapper_process #booking.boking_widget_inline .guest_selector.min_age_info .min_age_adult_info:hover .info_message {
  display: block;
}

/* line 149, ../../../sass/booking/booking_process_v1/_booking1.scss */
#wizard.step_0 .wizard-tab--small:last-of-type a:before {
  display: none;
}

/* line 158, ../../../sass/booking/booking_process_v1/_booking1.scss */
#wizard.inexistent_occupancy .booking-search-results #modify-button {
  display: none;
}
/* line 163, ../../../sass/booking/booking_process_v1/_booking1.scss */
#wizard.inexistent_occupancy #prices-calendar {
  min-height: auto;
  padding: 0;
}

/* line 169, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 {
  background: #f6f6f6;
  margin-top: 15px;
  padding-bottom: 30px;
}
/* line 174, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .banner-booking1-text {
  margin: 0 auto 15px;
  display: none;
}
/* line 179, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .booking-box--search .booking-box__content {
  width: 1140px;
  margin: auto;
  border: 1px solid #96bd12;
  background: transparent;
  color: black;
  text-align: left;
  box-sizing: border-box;
}
/* line 189, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .asegurar-reserva-image {
  display: block;
  margin: 10px auto 25px;
}
/* line 194, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .hotel_rooms_container {
  width: 1140px;
  margin: auto;
  margin-top: 25px;
}
/* line 199, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .hotel_rooms_container:first-of-type {
  margin-top: 0;
}
/* line 203, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .hotel_rooms_container .hotel_title_container {
  display: table;
  background: white;
  padding: 9px 20px 14px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  position: relative;
}
/* line 212, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .hotel_rooms_container .hotel_title_container:after {
  content: '';
  position: absolute;
  left: 0;
  width: 1140px;
  height: 5px;
  background: #023c7e;
  top: 100%;
}
/* line 222, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .hotel_rooms_container .hotel_title_container .hotel_number, div#step-1 .hotel_rooms_container .hotel_title_container .hotel_name {
  display: inline-block;
  position: relative;
}
/* line 227, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .hotel_rooms_container .hotel_title_container .hotel_name {
  margin-top: 5px;
  color: #023c7e;
}
/* line 232, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .hotel_rooms_container .hotel_title_container .hotel_number {
  margin-right: 24px;
  font-size: 28px;
  vertical-align: middle;
  color: #e8c535;
  margin-top: -3px;
}
/* line 239, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .hotel_rooms_container .hotel_title_container .hotel_number:before {
  content: '';
  width: 35px;
  height: 35px;
  border: 2px solid #e8c535;
  border-radius: 22px;
  position: absolute;
  left: -12px;
  top: -10px;
}
/* line 257, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 #rooms_b1_wrapper #selectionForm:first-of-type + .contTipoHabitacion.hide + form + .contTipoHabitacion {
  margin-top: 0;
}
/* line 264, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_step_block .room_step_label {
  box-sizing: border-box;
  position: relative;
  width: 1140px;
  margin: 0 auto 15px;
  padding: 20px 35px;
  border: 1px solid #999798;
  opacity: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
  transition: opacity 0.4s;
}
/* line 278, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_step_block .room_step_label::before {
  content: '\f107';
  position: absolute;
  top: 55%;
  right: 30px;
  transform: translateY(-50%);
  transform-origin: 50% 40%;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 50px;
  transition: all 0.4s;
  -webkit-font-smoothing: antialiased;
}
/* line 292, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_step_block .room_step_label .room_step_occupancy {
  margin-left: 50px;
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
}
/* line 298, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_step_block .room_step_label .room_step_occupancy span {
  margin-right: 5px;
}
/* line 302, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_step_block .room_step_label .room_step_occupancy .room_step_occupancy_label {
  font-weight: 600;
  text-transform: initial;
}
/* line 311, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_step_block.active .room_step_label::before {
  transform: translateY(-50%) rotate(180deg);
}
/* line 317, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_step_block.disabled .room_step_label {
  opacity: 0.5;
  cursor: unset;
}
/* line 324, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_step_block.selected .room_step_label::after {
  content: '\f00c';
  margin-left: 15px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 25px;
  color: green;
  -webkit-font-smoothing: antialiased;
}
/* line 335, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion {
  width: 1140px;
  margin: auto;
  margin-top: 15px;
  background: white;
  padding: 20px;
  box-sizing: border-box;
}
/* line 342, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion.specific:first-of-type {
  margin-bottom: 15px;
}
/* line 345, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion.hide {
  display: none;
}
/* line 349, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion i.fa, div#step-1 .contTipoHabitacion .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block div#step-1 .contTipoHabitacion i.close:before {
  color: #4b4b4b;
  font-size: 14px;
  vertical-align: middle;
}
/* line 360, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion.mix_rooms_wrapper .contFotoDescripcion .contDescHabitacion .room_description_name_wrapper .cabeceraNombreHabitacion .tipoHabitacion {
  max-width: none;
  width: 100%;
  font-size: 18px;
}
/* line 367, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion.mix_rooms_wrapper .contFotoDescripcion .contDescHabitacion .room_description_name_wrapper .descripcionHabitacion.bottom {
  display: none;
}
/* line 375, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion {
  margin-left: 0;
  width: 320px;
}
/* line 379, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion .floating_messages {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 385, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion .floating_messages .very_asked_message,
div#step-1 .contTipoHabitacion .contFotoHabitacion .floating_messages .just_booking_message {
  float: none;
  display: table;
  padding: 5px 0 5px 15px;
  margin-bottom: 10px;
  line-height: 20px;
  color: white;
  z-index: 10;
}
/* line 395, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion .floating_messages .very_asked_message::before,
div#step-1 .contTipoHabitacion .contFotoHabitacion .floating_messages .just_booking_message::before {
  content: none;
}
/* line 400, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion .floating_messages .very_asked_message {
  background: rgba(232, 197, 53, 0.75);
}
/* line 403, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion .floating_messages .very_asked_message::after {
  border-top: 15px solid rgba(232, 197, 53, 0.75);
  border-left: 15px solid rgba(232, 197, 53, 0.75);
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(232, 197, 53, 0.75);
}
/* line 411, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion .floating_messages .just_booking_message {
  background: rgba(194, 51, 41, 0.75);
}
/* line 414, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion .floating_messages .just_booking_message::after {
  border-top: 15px solid rgba(194, 51, 41, 0.75);
  border-left: 15px solid rgba(194, 51, 41, 0.75);
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(194, 51, 41, 0.75);
}
/* line 425, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion img:not(.lupa) {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  max-height: 200px;
  min-width: 100%;
}
/* line 437, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion img.overlay_picture_room {
  top: 10px;
  left: 10px;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  z-index: 2;
}
/* line 449, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion i.lupa {
  color: white;
  padding: 5px;
  font-size: 20px;
  z-index: 2;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 458, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion:hover i.lupa {
  font-size: 40px;
}
/* line 463, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  /* For browsers that do not support gradients */
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.6), transparent, transparent);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 478, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoHabitacion .room_title_wrapper {
  position: absolute;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  padding: 5px 15px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
}
/* line 494, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion {
  width: 773px;
}
/* line 498, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_capacity_icons .room_description_name_wrapper {
  overflow: visible;
}
/* line 503, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .cabeceraNombreHabitacion {
  background: none;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin: 0 0 7px;
}
/* line 511, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .cabeceraNombreHabitacion .tipoHabitacion {
  color: #707173;
  font-size: 22px;
  font-weight: 700;
  float: left;
  margin-top: 6px;
  width: 100%;
  line-height: 22px;
}
/* line 521, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .cabeceraNombreHabitacion .tipoHabitacion .extra_info {
  font: inherit;
  color: inherit;
}
/* line 526, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .cabeceraNombreHabitacion .tipoHabitacion .capacity_icons {
  position: relative;
  white-space: nowrap;
  margin-left: 5px;
}
/* line 531, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .cabeceraNombreHabitacion .tipoHabitacion .capacity_icons .capacity_tooltip {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: calc(100% + 10px);
  display: block;
  padding: 10px 20px;
  background-color: #909090;
  border-radius: 3px;
  opacity: 0;
  font-size: 14px;
  color: white;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 545, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .cabeceraNombreHabitacion .tipoHabitacion .capacity_icons .capacity_tooltip::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: inherit;
  -webkit-transform: translateY(50%) rotate(45deg);
  -moz-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  -o-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
  z-index: -1;
}
/* line 557, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .cabeceraNombreHabitacion .tipoHabitacion .capacity_icons i {
  margin-right: 5px;
  font-size: 20px;
  color: #909090;
}
/* line 565, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .cabeceraNombreHabitacion .tipoHabitacion .capacity_icons:hover .capacity_tooltip {
  opacity: 1;
}
/* line 572, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .descripcionHabitacion {
  position: relative;
  background: none;
  height: 55px;
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 18px;
}
/* line 580, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .descripcionHabitacion .subtitulo {
  display: table;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 100;
  color: #9c7218;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 2px;
}
/* line 594, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .see_more_rooms_v2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  margin-left: 21px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 601, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .see_more_rooms_v2 .plus_sign {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 700;
  color: #AAA;
  padding: 3px 7px;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 615, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .see_more_rooms_v2 .see_more {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  margin-left: -7px;
  font-weight: 700;
  color: #707173;
  text-decoration: underline;
  background-color: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 639, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .see_more_rooms_v2:hover {
  opacity: 0.7;
}
/* line 662, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_description_name_wrapper {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
/* line 668, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: calc(100% - 50px);
  padding-top: 6px;
  text-align: center;
}
/* line 676, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .room_from_price.club {
  display: none;
}
/* line 680, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .old_price {
  line-height: 22px;
  margin-bottom: 5px;
}
/* line 684, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .old_price .from_price_label {
  margin-right: 5px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 12px;
}
/* line 691, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .old_price .old_price_value {
  vertical-align: middle;
  font-weight: 400;
  font-size: 15px;
  text-decoration: line-through;
}
/* line 699, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .room_from_price_value {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 7px;
}
/* line 705, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .room_from_price_label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: lowercase;
}
/* line 712, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .prices_dropdown_toggle {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 40px;
  min-width: 40px;
  padding: 0 13px;
  background-color: #00b8e8;
  border-radius: 3px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 730, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .prices_dropdown_toggle .prices_dropdown_text {
  max-width: 175px;
  max-height: 40px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 738, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .prices_dropdown_toggle i {
  font-size: 26px;
  transform-origin: 50% 45%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 745, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .prices_dropdown_toggle.active {
  background-color: #909090;
}
/* line 748, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .prices_dropdown_toggle.active .prices_dropdown_text {
  max-width: 0;
  margin-right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 754, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper .prices_dropdown_toggle.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 761, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper.club_active .room_from_price:not(.club) {
  display: none;
}
/* line 765, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion.with_rates_dropdown .room_from_price_wrapper.club_active .room_from_price.club {
  display: block;
}
/* line 771, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoDescripcion {
  padding: 0 6px;
  height: 185px;
  position: relative;
}
/* line 776, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls {
  position: absolute;
  right: calc(100% - 6px);
}
/* line 780, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .tour_virtual_icon, div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .open_see_more_room_v2 {
  position: relative;
  font-size: 27px;
  padding: 5px;
  background: #999798;
  color: white;
  border-radius: 5px 0 0 5px;
  text-align: center;
  margin-bottom: 7px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 795, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .tour_virtual_icon:hover, div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .open_see_more_room_v2:hover {
  opacity: 0.8;
}
/* line 799, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .tour_virtual_icon .hidden_tooltip, div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .open_see_more_room_v2 .hidden_tooltip {
  position: absolute;
  right: calc(100% + 10px);
  min-width: 110px;
  display: table;
  font-size: 10px;
  background: #4f4f4f;
  padding: 2px 0;
  border-radius: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 821, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .tour_virtual_icon .hidden_tooltip:before, div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .open_see_more_room_v2 .hidden_tooltip:before {
  content: '';
  position: absolute;
  top: 54%;
  bottom: auto;
  left: 99%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #4f4f4f;
}
/* line 840, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .tour_virtual_icon:hover .hidden_tooltip, div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .open_see_more_room_v2:hover .hidden_tooltip {
  opacity: 1;
}
/* line 845, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .open_see_more_room_v2 {
  padding: 7px 5px;
}
/* line 848, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .open_see_more_room_v2 .fa, div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .open_see_more_room_v2 .booking_ticks_replacement_full .block .close:before, .booking_ticks_replacement_full .block div#step-1 .contTipoHabitacion .contFotoDescripcion .room_button_controls .open_see_more_room_v2 .close:before {
  color: white;
  font-size: 19px;
  margin-top: -3px;
  margin-left: 3px;
}
/* line 859, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion {
  background: none;
  position: relative;
  margin-left: 0;
  width: 764px;
  overflow: visible;
  height: 185px;
}
/* line 868, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .verMas {
  display: none;
}
/* line 872, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .contDescHabitacion .room_description_name_wrapper {
  max-height: 105px;
  overflow: hidden;
}
/* line 879, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .preciosHabitacion.rates_dropdown {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
/* line 885, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .preciosHabitacion.rates_dropdown.dropdown_active {
  margin-top: 10px;
  max-height: 600px;
  overflow-y: auto;
}
/* line 893, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .very_asked_message {
  float: right;
  border-radius: 0;
  font-size: 13px;
  background: #e8c535;
  padding: 5px 20px 5px 40px;
  color: white;
  position: relative;
  z-index: 10;
}
/* line 903, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .very_asked_message:after, div#step-1 .contTipoHabitacion .very_asked_message:before {
  position: absolute;
  left: 100%;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 15px solid #e8c535;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
}
/* line 919, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .very_asked_message:before {
  left: 0;
  right: auto;
  border-left: 15px solid white;
}
/* line 926, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .just_booking_message {
  float: right;
  border-radius: 0;
  font-size: 13px;
  background: #c23329;
  padding: 5px 30px;
  position: relative;
}
/* line 934, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .just_booking_message:after {
  position: absolute;
  left: 100%;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 15px solid #c23329;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 14px solid transparent;
}
/* line 950, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTipoHabitacion .just_booking_message:before {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  content: "";
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 15px solid #e8c535;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  left: 0;
  right: auto;
  border-left: 15px solid white;
}
/* line 970, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa {
  background: #999798;
  color: white;
  position: relative;
  height: 39px;
  padding: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 982, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa.hide_regimens {
  background-color: lightgray;
}
/* line 986, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa.hide_regimens .advice_rate_message:before {
  border-left: 19px solid lightgray;
}
/* line 993, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .tr_regimen_link_show i {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  color: white;
}
/* line 1002, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .tr_regimen_link_show.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 1011, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .square_black {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  min-width: 40px;
  padding-left: 31px;
  padding-right: 15px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 1022, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .square_black .see_more_hidden_rates {
  padding-top: 10px;
  display: block;
  color: white;
}
/* line 1028, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .square_black i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  margin: auto;
  font-size: 20px;
  width: 30px;
  text-align: center;
}
/* line 1040, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .square_black > span {
  color: white;
  padding-top: 10px;
  display: block;
}
/* line 1046, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .square_black:hover {
  opacity: 0.6;
}
/* line 1051, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .tr_regimen_link_show + .titTipoTarifa {
  margin-left: 115px;
}
/* line 1055, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .tr_regimen_link_show + .swipe_hand + .titTipoTarifa {
  margin-left: 140px;
}
/* line 1059, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .tr_regimen_link_show + .swipe_hand {
  left: 125px;
}
/* line 1064, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .tr_regimen_link_show:not(.active) .see_less_hidden_rates {
  display: none;
}
/* line 1068, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .tr_regimen_link_show:not(.active) .see_more_hidden_rates {
  display: block !important;
}
/* line 1073, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .titTipoTarifa {
  padding: 10px 15px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 1082, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .swipe_hand {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 10px;
}
/* line 1086, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .swipe_hand + .titTipoTarifa {
  margin-left: 35px;
}
/* line 1091, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .cheapest_rate_message, div#step-1 .contTitTipoTarifa .advice_rate_message {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 40px;
  background: #e6c635;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 500;
  font-size: 13px;
  float: right;
}
/* line 1102, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .cheapest_rate_message.has_conditions, div#step-1 .contTitTipoTarifa .advice_rate_message.has_conditions {
  padding: 5px 30px 15px 40px !important;
}
/* line 1106, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .cheapest_rate_message:before, div#step-1 .contTitTipoTarifa .advice_rate_message:before {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: auto;
  bottom: 0;
  content: "";
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 19px solid #999798;
  border-right: 19px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 19px solid transparent;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
/* line 1127, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .cheapest_rate_message .conditions_info_wrapper, div#step-1 .contTitTipoTarifa .advice_rate_message .conditions_info_wrapper {
  position: absolute;
  bottom: 0;
  display: block;
  right: 0;
  border-bottom: 0;
  padding: 0;
  z-index: 9;
}
/* line 1136, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .cheapest_rate_message .conditions_info_wrapper a, div#step-1 .contTitTipoTarifa .advice_rate_message .conditions_info_wrapper a {
  margin: 0 !important;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 30px;
  background: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: bolder;
}
/* line 1152, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .cheapest_rate_message .before_block {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: auto;
  bottom: 0;
  content: "";
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 19px solid #b0c63c;
  border-right: 19px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 19px solid transparent;
}
/* line 1169, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa .advice_rate_message {
  background: #b0c63c;
}
/* line 1190, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa > .conditions_info_wrapper {
  position: absolute;
  right: 0;
  top: 5px;
  border-bottom: 0;
  color: white;
  float: right;
  width: auto;
}
/* line 1199, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .contTitTipoTarifa > .conditions_info_wrapper a {
  color: white;
  padding: 0;
  margin: 0 !important;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: bolder;
}
/* line 1215, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .total_price_wrapper {
  width: 1140px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1222, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .total_price_wrapper .total_price {
  flex: 1;
  padding: 0 20px;
  background-color: #00b4e9;
  line-height: 34px;
  color: white;
}
/* line 1238, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .total_price_wrapper .rooms_submit_button {
  padding: 0 40px;
  margin: 0 -5px 0 -50px;
  border: 5px solid #f6f6f6;
  border-radius: 25px;
  background-color: #00b4e9;
  line-height: 34px;
  color: white;
  text-transform: uppercase;
  transition: all 0.4s;
  cursor: pointer;
}
/* line 1250, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .total_price_wrapper .rooms_submit_button:hover {
  background-color: #97bd12;
}
/* line 1254, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .total_price_wrapper .rooms_submit_button.disabled {
  background-color: lightgrey;
  cursor: unset;
}
/* line 1261, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .regimen-extended-popup-v2 {
  cursor: pointer;
}
/* line 1265, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .regimen-popup-v2 {
  cursor: pointer;
}
/* line 1268, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .regimen-popup-v2 .iconoInfo {
  vertical-align: top;
  margin-top: 3px;
  margin-left: 6px;
}
/* line 1275, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .regimen-description-v2 {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  line-height: 1.3em;
  margin: 10px auto;
  position: absolute;
  text-align: center;
  min-width: 300px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 0 0 5px #888888;
  -webkit-box-shadow: 0 0 5px #aaa;
  left: calc(100% + 14px);
  top: -20px;
  z-index: 11;
  padding: 15px;
}
/* line 1293, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .regimen-description-v2 .regimen-description-bubble-close {
  top: 0;
  right: 0;
  background: none;
  width: auto;
  height: auto;
  font-size: 18px;
  padding: 3px 6px;
}
/* line 1304, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .regimen-description-bubble-arrow-v2 {
  border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 10px;
  position: absolute;
  top: 8px;
  left: -30px;
}
/* line 1316, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr {
  border-bottom: 1px solid #dfdfdf;
  display: inline-table;
  width: 100%;
}
/* line 1321, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr:first-of-type {
  border-top: 0;
}
/* line 1327, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr .lock_board .lock_board_wrapper {
  background: lightgray;
  display: table;
  margin: auto;
  padding: 8px 20px;
  border-radius: 30px;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  transition: opacity .3s;
  position: relative;
}
/* line 1338, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr .lock_board .lock_board_wrapper .lock_tooltip {
  display: none;
  position: absolute;
  background: lightgray;
  width: 150px;
  padding: 10px;
  border-radius: 15px;
  bottom: 55px;
  left: 32px;
}
/* line 1347, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr .lock_board .lock_board_wrapper .lock_tooltip:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -16px;
  border: 8px solid transparent;
  border-color: lightgray transparent transparent transparent;
}
/* line 1363, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr .lock_board .lock_board_wrapper:hover .lock_tooltip {
  display: block;
}
/* line 1367, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr .lock_board .lock_board_wrapper .club_lock_logo {
  vertical-align: middle;
  max-height: 20px;
  margin-right: 10px;
}
/* line 1373, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr .lock_board .lock_board_wrapper span {
  line-height: 19px;
}
/* line 1377, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr .lock_board .lock_board_wrapper .lock_ico {
  margin-left: 7px;
  font-size: 15px;
}
/* line 1384, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr.regimen_tr_element.no_available_rate {
  border-bottom: 0;
  opacity: 0.6;
}
/* line 1388, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr.regimen_tr_element.no_available_rate td {
  display: table-cell !important;
  vertical-align: middle;
}
/* line 1391, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr.regimen_tr_element.no_available_rate td .regimenColumnContent {
  position: relative;
}
/* line 1397, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr.rate_tr_element {
  border-bottom: 0;
}
/* line 1400, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr.rate_tr_element.no_available_rate {
  opacity: 0.6;
}
/* line 1404, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr.rate_tr_element.hide {
  display: none;
}
/* line 1409, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr.rate_tr_element.not_cancellable .advice_rate_message {
  min-width: 160px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 1419, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas tr.regimen_tr_element.hide_reg, div#step-1 table.listadoHabsTarifas tr.regimen_tr_element.hide {
  display: none;
}
/* line 1425, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .marketing_logo_text_icon {
  background-color: #d2d2d2;
  color: white;
  margin-left: 10px;
  float: right;
  padding: 0;
  border-radius: 50%;
  margin-top: -2px;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  width: 22px;
  height: 22px;
  display: none;
}
/* line 1440, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .marketing_logo_text_icon .fa, div#step-1 table.listadoHabsTarifas .marketing_logo_text_icon .booking_ticks_replacement_full .block .close:before, .booking_ticks_replacement_full .block div#step-1 table.listadoHabsTarifas .marketing_logo_text_icon .close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  width: 16px;
  height: 16px;
  border: 1px solid white;
  border-radius: 50%;
}
/* line 1455, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .marketing_logo_text_icon .fa:before, div#step-1 table.listadoHabsTarifas .marketing_logo_text_icon .booking_ticks_replacement_full .block .close:before, .booking_ticks_replacement_full .block div#step-1 table.listadoHabsTarifas .marketing_logo_text_icon .close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1468, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .min_stay_warning_regimen {
  position: relative;
  display: inline-table;
  vertical-align: top;
  padding: 0 8px 0 4px;
  margin: auto auto auto 7px;
  border-radius: 20px;
  background: #ff7400;
  float: none;
  font-size: 11px;
  line-height: 13px;
  color: white;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}
/* line 1487, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .min_stay_warning_regimen:hover {
  opacity: 0.8;
}
/* line 1491, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .min_stay_warning_regimen i {
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 9px;
  font-size: 14px;
}
/* line 1499, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .min_stay_warning_regimen i:after {
  content: '';
  position: absolute;
  top: -2px;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  left: -7px;
  border-radius: 20px;
}
/* line 1514, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .min_stay_warning_regimen.extra {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 5px);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
}
/* line 1525, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .min_stay_warning_regimen.extra i {
  margin: 0;
}
/* line 1528, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .min_stay_warning_regimen.extra i::after {
  display: none;
}
/* line 1534, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .popup_min_stay_warning {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  transform: translateY(-50%);
  width: 250px;
  background: rgba(0, 0, 0, 0.76);
  padding: 17px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: white;
  z-index: 2;
}
/* line 1549, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .popup_min_stay_warning:before {
  content: '';
  border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  pointer-events: none;
}
/* line 1563, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .popup_min_stay_warning .center_element {
  position: relative;
  display: table;
  width: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  line-height: 15px;
  color: white;
}
/* line 1577, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .popup_min_stay_warning .close_button {
  position: absolute;
  bottom: calc(100% - 18px);
  left: calc(100% - 18px);
  color: white;
  background: #ff7301;
  border-radius: 20px;
  width: 15px;
  font-size: 10px;
  line-height: 15px;
  cursor: pointer;
}
/* line 1591, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .popup_min_stay_warning.extra {
  left: auto;
  right: calc(100% + 40px);
}
/* line 1595, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .popup_min_stay_warning.extra::before {
  right: auto;
  left: 100%;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.7);
}
/* line 1602, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .see-more-regimen.active:before {
  content: '\f056';
}
/* line 1606, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td {
  background: none;
  padding: 0 10px;
  height: 44px;
}
/* line 1611, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td .marketing_logo_info_wrapper {
  position: absolute;
  right: -30px;
  top: 145%;
  color: white;
  font-size: 13px;
  max-height: 0;
  padding: 0 20px;
  transition: all .5s;
  overflow: hidden;
  z-index: 5;
}
/* line 1623, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td .marketing_logo_info_wrapper:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-radius: 7px;
}
/* line 1635, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td .marketing_logo_info_wrapper.active, div#step-1 table.listadoHabsTarifas td .marketing_logo_info_wrapper.hover {
  padding: 30px 20px 20px;
  max-height: 600px;
}
/* line 1641, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td .marketing_logo_info_wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}
/* line 1654, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn {
  font-size: 15px;
  position: relative;
}
/* line 1658, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .open_marketing_extra_info {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
  cursor: pointer;
}
/* line 1665, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .regimenColumnContent {
  display: table;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: initial;
}
/* line 1675, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .custom_message_by_side_board {
  display: inline-block;
  margin-left: 10px;
  background: #545454;
  color: white;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: -20px;
  vertical-align: top;
}
/* line 1687, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .span_more_regimen_selector, div#step-1 table.listadoHabsTarifas td.regimenColumn .span_less_regimen_selector {
  font-size: 12px;
  margin-left: 8px;
}
/* line 1693, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #c23329;
}
/* line 1698, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers {
  margin-left: 5px;
  vertical-align: sub;
  margin-top: 5px;
}
/* line 1704, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers .countdown_wrapper .slider_countdown .days {
  display: inline-block;
}
/* line 1709, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers + .separator {
  margin-left: 10px;
}
/* line 1713, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 {
  margin-top: -3px;
  margin-left: 10px;
  vertical-align: middle;
}
/* line 1718, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper {
  height: auto;
  border: 1px solid;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
/* line 1725, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .icon_wrapper {
  background-color: white;
  width: auto;
  margin: 0;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 1734, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .icon_wrapper i {
  margin-right: 5px;
  position: relative;
  color: inherit !important;
}
/* line 1739, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .icon_wrapper i:before {
  font-size: 11px !important;
}
/* line 1745, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .slider_countdown {
  padding: 0 10px;
}
/* line 1748, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .slider_countdown .days, div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .slider_countdown .hours, div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .slider_countdown .minutes {
  border: 0;
  position: relative;
}
/* line 1752, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .slider_countdown .days::before, div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .slider_countdown .hours::before, div#step-1 table.listadoHabsTarifas td.regimenColumn .tTextoOferta .banner_count_offers.v2 .countdown_wrapper .slider_countdown .minutes::before {
  content: ':';
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  top: 34%;
  right: 0;
  transform: translateY(-50%);
}
/* line 1769, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.custom_board_message {
  position: relative;
}
/* line 1773, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.precioNocheColumn, div#step-1 table.listadoHabsTarifas td.precioTotalColumn {
  width: 20%;
}
/* line 1776, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.precioNocheColumn .tPrecioOferta, div#step-1 table.listadoHabsTarifas td.precioTotalColumn .tPrecioOferta {
  color: #c23329;
}
/* line 1781, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.botonReservarColumn {
  position: relative;
  text-align: right;
  width: 20%;
}
/* line 1786, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.botonReservarColumn .info_message {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 100%;
  padding: 10px 15px;
  background-color: black;
  font-size: 12px;
  line-height: 15px;
  color: white;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all 0.3s;
}
/* line 1802, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.botonReservarColumn .info_message.active {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 5px);
}
/* line 1808, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.botonReservarColumn .info_message::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 40px;
  display: block;
  border: 10px solid transparent;
  border-top-color: black;
  pointer-events: none;
}
/* line 1819, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.botonReservarColumn .info_message .close_popup {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  color: inherit;
  cursor: pointer;
}
/* line 1830, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.botonReservarColumn .booking-button.disabled {
  opacity: 0.5;
}
/* line 1834, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas td.botonReservarColumn .booking-button.select_room_button {
  position: relative;
  min-width: 150px;
  text-align: center;
}
/* line 1846, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .regimen_tr_element.has_min_warning .regimen_name_wrapper {
  max-width: 223px;
  display: inline-block;
}
/* line 1851, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 table.listadoHabsTarifas .regimen_tr_element.has_min_warning .regimenColumn {
  position: relative;
}
/* line 1858, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .conditions_info_wrapper {
  padding: 2px 0 6px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
/* line 1864, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .conditions_info_wrapper .rate_conditions_link {
  float: right;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 7px;
  padding-right: 25px;
  margin-right: 7px;
  background: url(https://www.hotelferrero.com/static_1/images/booking/new_booking_process/info_ico.png) no-repeat right center;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 1874, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .conditions_info_wrapper .rate_conditions_link:hover {
  color: #b0c63c;
}
/* line 1880, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .conditions_package_info_wrapper {
  padding: 10px 0 6px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
/* line 1886, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .conditions_package_info_wrapper .rate_conditions_link {
  font-size: 12px;
  text-decoration: underline;
  margin-top: 7px;
  padding-right: 25px;
  margin-right: 7px;
  background: url(https://www.hotelferrero.com/static_1/images/booking/new_booking_process/info_ico.png) no-repeat right center;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 1895, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .conditions_package_info_wrapper .rate_conditions_link:hover {
  color: #b0c63c;
}
/* line 1901, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .last_day_cancellation_text {
  margin-top: 4px !important;
  display: inline-block;
  padding-left: 24px;
  padding-top: 3px;
  background: url(https://www.hotelferrero.com/static_1/images/booking/new_booking_process/tick_circle.png) no-repeat left center;
}
/* line 1909, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .offerColumn {
  width: 10%;
}
/* line 1923, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioNocheColumn .precioGeneral {
  font-weight: lighter;
  font-size: 21px;
}
/* line 1928, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioNocheColumn .priceTitle {
  font-weight: 500;
  font-size: 11px;
  line-height: 5px;
  text-transform: lowercase;
}
/* line 1934, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioNocheColumn .priceTitle:lang(de) {
  text-transform: none;
}
/* line 1939, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioNocheColumn .precioTachadoDiv {
  line-height: 8px;
}
/* line 1946, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioTotalColumn .priceTitle {
  font-size: 11px;
  line-height: 5px;
}
/* line 1951, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioTotalColumn .tPrecioTotal {
  font-size: 21px;
}
/* line 1955, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioTotalColumn .priceValues {
  position: relative;
}
/* line 1958, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioTotalColumn .priceValues .promotion_percentage_square {
  position: relative;
  background: #c23329;
  color: white;
  width: 40px;
  line-height: 40px;
  float: right;
  margin-top: -32px;
  margin-right: -80px;
}
/* line 1968, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioTotalColumn .priceValues .promotion_percentage_square .promotion_discount {
  position: absolute;
  background: #e6c635;
  color: white;
  padding: 5px 0;
  width: 80px;
  line-height: 14px;
  left: 120%;
  top: 50%;
  font-size: 10px;
  z-index: -2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 1987, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioTotalColumn .priceValues .promotion_percentage_square .promotion_discount span {
  font-size: 15px;
}
/* line 1993, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioTotalColumn .priceValues .promotion_percentage_square:hover .promotion_discount {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 2006, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .precioTotalColumn .precioTachadoDiv {
  line-height: 11px;
}
/* line 2012, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .booking-search-results .booking-button {
  background: none;
  background: #00b8e9;
  color: #f2f2f2;
  padding: 10px 15px;
  border-radius: 3px;
}
/* line 2019, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .booking-search-results .booking-button:hover {
  background: #00a4cf;
}
/* line 2023, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .booking-search-results .booking-button .loading_text {
  display: none;
}
/* line 2028, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .booking-button {
  display: inline-block;
  border-radius: 0;
}
/* line 2033, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_popup_individual_element {
  position: relative;
  top: auto;
}
/* line 2038, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .valid-info {
  width: 1140px;
  margin: 0 auto 15px;
}
/* line 2042, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .valid-info .icon-checkmark {
  margin-right: 8px;
}
/* line 2046, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .valid-info .valid-promocode {
  font-family: inherit;
  font-size: 14px;
}
/* line 2055, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .nodispRoom .booking-box--search .booking-box__content {
  background: #999798 !important;
  border: 0;
}
/* line 2059, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .nodispRoom .booking-box--search .booking-box__content span {
  color: white;
}
/* line 2064, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .nodispRoom .contDescHabitacion .cabeceraNombreHabitacion {
  background-color: transparent !important;
}
/* line 2067, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .nodispRoom .contDescHabitacion .cabeceraNombreHabitacion .tipoHabitacion {
  color: #707173;
}

/* line 2075, ../../../sass/booking/booking_process_v1/_booking1.scss */
.hidden_tour_virtual video {
  display: block;
}

/* line 2081, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rates_conditions_popup .rate_description_content {
  max-height: 280px;
  overflow-y: auto;
}

/* line 2088, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancybox-inner .regimen_popup_title {
  margin-bottom: 0 !important;
  position: relative;
  width: 100%;
  z-index: 20;
  font-size: 22px;
  text-transform: unset;
  padding: 20px;
  box-sizing: border-box;
  background: #0097FF;
  font-weight: lighter;
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
}
/* line 2103, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancybox-inner .regimen_popup_description {
  margin: 9px 0 25px;
  font-weight: lighter;
  font-size: 13px;
  padding: 0 20px;
  margin-top: 30px;
}
/* line 2111, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancybox-inner .close_button_element {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 10000;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 19px;
  font-weight: lighter;
  cursor: pointer;
}

/* line 2126, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 2134, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services.owl-carousel .owl-item {
  margin-left: -1px;
}
/* line 2137, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services.owl-carousel .owl-item .service_element {
  width: 100% !important;
  border-right: 1px solid lightgray;
}
/* line 2143, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services.owl-carousel .owl-item.active + .active + .active + .active .service_element {
  border-right-width: 0;
}
/* line 2149, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services.owl-carousel .owl-dots, div#step-1 .room_services.owl-carousel .owl-nav {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
  left: 0;
}
/* line 2155, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services.owl-carousel .owl-dots .owl-prev, div#step-1 .room_services.owl-carousel .owl-nav .owl-prev {
  float: left;
}
/* line 2159, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services.owl-carousel .owl-dots .owl-next, div#step-1 .room_services.owl-carousel .owl-nav .owl-next {
  float: right;
}

/* line 2166, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services, .fancyboxContent_second_v .room_services {
  margin: 10px auto 0;
}

/* line 2171, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services, .fancyboxContent_second_v .room_services {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  height: auto;
  width: 94%;
  padding: 0;
  text-align: center;
}
/* line 2179, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services .service_element, .fancyboxContent_second_v .room_services .service_element {
  border-right: 1px solid lightgray;
  margin-bottom: 0;
  padding: 7px 0;
  width: 25%;
  box-sizing: border-box;
  height: 35px;
  display: none;
}
/* line 2188, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services .service_element:nth-of-type(-n+4), .fancyboxContent_second_v .room_services .service_element:nth-of-type(-n+4) {
  display: inline-block;
}
/* line 2193, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services .service_element:first-of-type, .fancyboxContent_second_v .room_services .service_element:first-of-type {
  border-left: 0 solid lightgray;
}
/* line 2197, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services .service_element:last-of-type, div#step-1 .room_services .service_element:nth-of-type(4), .fancyboxContent_second_v .room_services .service_element:last-of-type, .fancyboxContent_second_v .room_services .service_element:nth-of-type(4) {
  border-right: 0 solid lightgray;
}
/* line 2201, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services .service_element i, .fancyboxContent_second_v .room_services .service_element i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px;
}
/* line 2208, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services .service_element .service_image, .fancyboxContent_second_v .room_services .service_element .service_image {
  display: inline-block;
  padding-bottom: 0;
  margin-right: 10px;
  height: auto;
  max-height: 25px;
  width: auto;
}
/* line 2216, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services .service_element .service_image .service_description, .fancyboxContent_second_v .room_services .service_element .service_image .service_description {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
}
/* line 2226, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .popup_room_pictures, .fancyboxContent_second_v .popup_room_pictures {
  position: relative;
  background-color: lightgrey;
  padding: 20px 0;
  float: left;
}
/* line 2232, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .popup_room_pictures .room_pic, .fancyboxContent_second_v .popup_room_pictures .room_pic {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 20px;
}
/* line 2239, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .popup_room_pictures .room_pic img, .fancyboxContent_second_v .popup_room_pictures .room_pic img {
  max-width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 2245, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .popup_room_pictures .popup_room_pictures_next,
div#step-1 .popup_room_pictures .popup_room_pictures_prev, .fancyboxContent_second_v .popup_room_pictures .popup_room_pictures_next,
.fancyboxContent_second_v .popup_room_pictures .popup_room_pictures_prev {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  font-size: 18px;
}
/* line 2255, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .popup_room_pictures .popup_room_pictures_prev, .fancyboxContent_second_v .popup_room_pictures .popup_room_pictures_prev {
  top: 10px;
}
/* line 2259, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .popup_room_pictures .popup_room_pictures_next, .fancyboxContent_second_v .popup_room_pictures .popup_room_pictures_next {
  bottom: 10px;
}

/* line 2267, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .popup_room_pictures {
  position: absolute;
  bottom: auto;
  top: 350px;
  left: 0;
  height: auto !important;
  min-height: 404px;
}
/* line 2276, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services {
  background-color: #E7E7E7;
  padding: 0 60px;
}
/* line 2280, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-stage-outer {
  box-sizing: border-box;
}
/* line 2283, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-stage-outer * {
  box-sizing: border-box;
}
/* line 2288, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-item {
  display: block;
  background-color: #F9F9F9;
}
/* line 2292, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-item .service_element {
  display: block;
  width: 100%;
  border: 2px solid #e7e7e7;
  height: 67px;
  position: relative;
}
/* line 2299, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-item .service_element i {
  display: block;
  margin: 0;
  font-size: 28px;
}
/* line 2305, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-item .service_element img {
  display: block;
}
/* line 2309, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-item .service_element .service_description {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
}
/* line 2319, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-nav .owl-prev, .fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-nav .owl-next {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #e7e7e7;
  width: 60px;
}
/* line 2327, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-nav .owl-prev i.fa, .fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-nav .owl-prev .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-nav .owl-prev i.close:before, .fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-nav .owl-next i.fa, .fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-nav .owl-next .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-nav .owl-next i.close:before {
  color: #858585;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 2333, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services .owl-nav .owl-next {
  right: 0;
  left: auto;
}
/* line 2340, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v2 .room_popup_individual_element .room_services, .fancyboxContent_second_v.v2 .room_popup_individual_element .popup_room_description {
  margin-left: 150px;
}

/* line 2348, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  height: auto;
  width: 100% !important;
  text-align: center;
  padding: 50px 0 0 0 !important;
  margin: auto !important;
}
/* line 2357, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-stage-outer {
  box-sizing: border-box;
}
/* line 2360, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-stage-outer * {
  box-sizing: border-box;
}
/* line 2365, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-item {
  display: block;
  background-color: #F9F9F9;
}
/* line 2369, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-item .service_element {
  display: block;
  width: 100%;
  border: none;
  height: 67px;
  position: relative;
}
/* line 2376, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-item .service_element i {
  display: block;
  margin: 0;
  font-size: 28px;
}
/* line 2382, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-item .service_element img {
  display: block;
}
/* line 2386, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-item .service_element .service_description {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
}
/* line 2396, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav .owl-prev, .fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav .owl-next {
  position: absolute;
  left: 0;
  top: 60px;
  bottom: 0;
  background-color: transparent;
  width: 60px;
}
/* line 2404, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav .owl-prev i.fa, .fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav .owl-prev .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav .owl-prev i.close:before, .fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav .owl-next i.fa, .fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav .owl-next .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav .owl-next i.close:before {
  color: #858585;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 2410, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav .owl-next {
  right: 0;
  left: auto;
}
/* line 2415, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services .owl-nav.disabled {
  display: block;
}
/* line 2421, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancyboxContent_second_v.v3 .room_popup_individual_element .room_services, .fancyboxContent_second_v.v3 .room_popup_individual_element .popup_room_description {
  margin-left: 150px;
}

/* line 2427, ../../../sass/booking/booking_process_v1/_booking1.scss */
div#step-1 .room_services {
  margin-right: 0;
  width: 96%;
}

/*=== Cards banners ====*/
/* line 2, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper, .cards_extended_wrapper {
  position: fixed;
  bottom: 15px;
  left: 30px;
  max-height: 500;
  z-index: 12;
  -webkit-transition: max-height 0s;
  -moz-transition: max-height 0s;
  -ms-transition: max-height 0s;
  -o-transition: max-height 0s;
  transition: max-height 0s;
}
/* line 14, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper.to_right, .cards_extended_wrapper.to_right {
  left: auto;
  right: 30px;
}
/* line 18, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper.to_right .card_element_wrapper, .cards_extended_wrapper.to_right .card_element_wrapper {
  margin-left: 150%;
}
/* line 22, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper.to_right.to_top, .cards_extended_wrapper.to_right.to_top {
  bottom: auto !important;
  top: 250px;
}
/* line 28, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_grid, .cards_extended_wrapper .card_element_grid {
  position: relative;
}
/* line 32, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper, .cards_extended_wrapper .card_element_wrapper {
  display: block;
  width: 290px;
  background: #e8c535;
  box-sizing: border-box;
  position: relative;
  border-radius: 7px;
  max-height: 0;
  margin-bottom: 0;
  -webkit-transition: max-height 1.2s, margin 1.8s, all 0.5s;
  -moz-transition: max-height 1.2s, margin 1.8s, all 0.5s;
  -ms-transition: max-height 1.2s, margin 1.8s, all 0.5s;
  -o-transition: max-height 1.2s, margin 1.8s, all 0.5s;
  transition: max-height 1.2s, margin 1.8s, all 0.5s;
  overflow: hidden;
  margin-left: -150%;
}
/* line 49, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper[target_popup_custom], .cards_extended_wrapper .card_element_wrapper[target_popup_custom] {
  cursor: pointer;
}
/* line 52, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper[target_popup_custom] *, .cards_extended_wrapper .card_element_wrapper[target_popup_custom] * {
  cursor: pointer;
}
/* line 57, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.active, .cards_extended_wrapper .card_element_wrapper.active {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  max-height: 300px !important;
}
/* line 63, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.seguro_banner, .cards_banners_wrapper .card_element_wrapper.no_hover, .cards_extended_wrapper .card_element_wrapper.seguro_banner, .cards_extended_wrapper .card_element_wrapper.no_hover {
  background: #363A40;
  width: 180px !important;
  height: auto !important;
}
/* line 68, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.seguro_banner .card_description, .cards_banners_wrapper .card_element_wrapper.no_hover .card_description, .cards_extended_wrapper .card_element_wrapper.seguro_banner .card_description, .cards_extended_wrapper .card_element_wrapper.no_hover .card_description {
  opacity: 1 !important;
}
/* line 72, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.seguro_banner.active, .cards_banners_wrapper .card_element_wrapper.no_hover.active, .cards_extended_wrapper .card_element_wrapper.seguro_banner.active, .cards_extended_wrapper .card_element_wrapper.no_hover.active {
  max-height: initial !important;
}
/* line 76, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.seguro_banner .card_image_wrapper, .cards_banners_wrapper .card_element_wrapper.no_hover .card_image_wrapper, .cards_extended_wrapper .card_element_wrapper.seguro_banner .card_image_wrapper, .cards_extended_wrapper .card_element_wrapper.no_hover .card_image_wrapper {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  float: none;
  width: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* line 87, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.seguro_banner .card_image_wrapper .card_image, .cards_banners_wrapper .card_element_wrapper.no_hover .card_image_wrapper .card_image, .cards_extended_wrapper .card_element_wrapper.seguro_banner .card_image_wrapper .card_image, .cards_extended_wrapper .card_element_wrapper.no_hover .card_image_wrapper .card_image {
  max-width: 100px;
  margin-top: 15px;
}
/* line 93, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.seguro_banner .card_description, .cards_banners_wrapper .card_element_wrapper.no_hover .card_description, .cards_extended_wrapper .card_element_wrapper.seguro_banner .card_description, .cards_extended_wrapper .card_element_wrapper.no_hover .card_description {
  padding: 20px;
  text-align: center;
}
/* line 97, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.seguro_banner .card_description button, .cards_banners_wrapper .card_element_wrapper.no_hover .card_description button, .cards_extended_wrapper .card_element_wrapper.seguro_banner .card_description button, .cards_extended_wrapper .card_element_wrapper.no_hover .card_description button {
  margin-top: 5px;
  background: #86dbeb;
  color: white;
  border: 0;
  padding: 10px 25px;
  font-weight: bold;
  width: 100%;
}
/* line 109, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.no_hover, .cards_extended_wrapper .card_element_wrapper.no_hover {
  width: auto;
}
/* line 112, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.no_hover .card_description, .cards_extended_wrapper .card_element_wrapper.no_hover .card_description {
  display: block;
}
/* line 117, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.subscribed_user, .cards_extended_wrapper .card_element_wrapper.subscribed_user {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 30px;
}
/* line 125, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.subscribed_user .card_description, .cards_banners_wrapper .card_element_wrapper.subscribed_user .email_button_newsletter_booking, .cards_banners_wrapper .card_element_wrapper.subscribed_user .policies_accept, .cards_banners_wrapper .card_element_wrapper.subscribed_user .card_image_wrapper, .cards_extended_wrapper .card_element_wrapper.subscribed_user .card_description, .cards_extended_wrapper .card_element_wrapper.subscribed_user .email_button_newsletter_booking, .cards_extended_wrapper .card_element_wrapper.subscribed_user .policies_accept, .cards_extended_wrapper .card_element_wrapper.subscribed_user .card_image_wrapper {
  display: none;
}
/* line 129, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.subscribed_user .close_card_button, .cards_extended_wrapper .card_element_wrapper.subscribed_user .close_card_button {
  left: 0;
  right: auto;
}
/* line 134, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.subscribed_user .newsletter_suscription_banner, .cards_extended_wrapper .card_element_wrapper.subscribed_user .newsletter_suscription_banner {
  padding-bottom: 0;
}
/* line 138, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.subscribed_user .thanks_subscriber_wrapper, .cards_extended_wrapper .card_element_wrapper.subscribed_user .thanks_subscriber_wrapper {
  display: block;
}
/* line 143, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .countdown, .cards_extended_wrapper .card_element_wrapper .countdown {
  background-color: white;
  clear: both;
  box-sizing: border-box;
  text-align: center;
  width: 200px;
}
/* line 150, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .countdown *, .cards_extended_wrapper .card_element_wrapper .countdown * {
  box-sizing: border-box;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* line 156, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .countdown table, .cards_extended_wrapper .card_element_wrapper .countdown table {
  width: 100%;
}
/* line 160, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .countdown table tr td, .cards_extended_wrapper .card_element_wrapper .countdown table tr td {
  width: 25%;
  height: 70px;
  text-align: center;
  border: 5px solid white;
  color: white;
  border-collapse: collapse;
}
/* line 168, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .countdown table tr td .date, .cards_extended_wrapper .card_element_wrapper .countdown table tr td .date {
  background-color: #3DA03C;
  height: 65%;
  font-size: 24px;
  line-height: 40px;
  font-family: Gudea, sans-serif;
}
/* line 176, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .countdown table tr td .title_format, .cards_extended_wrapper .card_element_wrapper .countdown table tr td .title_format {
  background-color: #24652B;
  height: 35%;
  font-size: 10px;
}
/* line 187, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .thanks_subscriber_wrapper, .cards_extended_wrapper .card_element_wrapper .thanks_subscriber_wrapper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  text-align: center;
  display: none;
}
/* line 196, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .thanks_subscriber_wrapper .thanks_title, .cards_extended_wrapper .card_element_wrapper .thanks_subscriber_wrapper .thanks_title {
  color: white;
  font-size: 15px;
}
/* line 201, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .thanks_subscriber_wrapper .thanks_description, .cards_extended_wrapper .card_element_wrapper .thanks_subscriber_wrapper .thanks_description {
  color: white;
  margin-top: 10px;
  font-size: 11px;
}
/* line 207, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .thanks_subscriber_wrapper .apply_promocode, .cards_extended_wrapper .card_element_wrapper .thanks_subscriber_wrapper .apply_promocode {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffc52d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 7px;
  color: white;
  border: 0;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 227, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .thanks_subscriber_wrapper .apply_promocode:hover, .cards_extended_wrapper .card_element_wrapper .thanks_subscriber_wrapper .apply_promocode:hover {
  opacity: 0.7;
}
/* line 233, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.hide, .cards_extended_wrapper .card_element_wrapper.hide {
  max-height: 0 !important;
  margin-bottom: 0;
}
/* line 238, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_image_wrapper, .cards_extended_wrapper .card_element_wrapper .card_image_wrapper {
  width: 20%;
  float: left;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 250, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_image_wrapper .card_image, .cards_extended_wrapper .card_element_wrapper .card_image_wrapper .card_image {
  display: block;
  margin: auto;
}
/* line 256, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_description, .cards_extended_wrapper .card_element_wrapper .card_description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  color: white;
  padding: 14px;
  padding-left: 30%;
  padding-right: 30px;
}
/* line 267, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_description strong, .cards_extended_wrapper .card_element_wrapper .card_description strong {
  font-weight: bolder;
}
/* line 270, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_description ul, .cards_extended_wrapper .card_element_wrapper .card_description ul {
  list-style: circle;
  padding-left: 15px;
}
/* line 276, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .close_card_button, .cards_extended_wrapper .card_element_wrapper .close_card_button {
  position: absolute;
  right: 2px;
  top: 1px;
  color: white;
  font-size: 24px;
  width: 20px;
  font-weight: lighter;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
/* line 293, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_overlay, .cards_extended_wrapper .card_element_wrapper .card_login_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(6, 35, 59, 0.75);
}
/* line 301, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_overlay img, .cards_extended_wrapper .card_element_wrapper .card_login_overlay img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-animation: flip 2s infinite;
  -o-animation: flip 2s infinite;
  animation: flip 2s infinite;
}
/* line 314, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_description, .cards_extended_wrapper .card_element_wrapper .card_login_description {
  text-align: center;
  color: white;
  padding: 15px 0;
}
/* line 320, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form, .cards_extended_wrapper .card_element_wrapper .card_login_form {
  padding: 0 10px;
  display: table;
  padding-bottom: 15px;
}
/* line 325, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .login_image, .cards_extended_wrapper .card_element_wrapper .card_login_form .login_image {
  float: left;
  width: 40%;
}
/* line 330, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .login_inputs, .cards_extended_wrapper .card_element_wrapper .card_login_form .login_inputs {
  float: right;
  width: 60%;
  padding-left: 10px;
  text-align: center;
  box-sizing: border-box;
}
/* line 337, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .login_inputs input, .cards_extended_wrapper .card_element_wrapper .card_login_form .login_inputs input {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  text-align: center;
  padding: 7px;
  margin-bottom: 4px;
}
/* line 345, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .login_inputs input.password_login_input, .cards_extended_wrapper .card_element_wrapper .card_login_form .login_inputs input.password_login_input {
  margin-bottom: 5px;
}
/* line 350, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .login_inputs .password_wrapper, .cards_extended_wrapper .card_element_wrapper .card_login_form .login_inputs .password_wrapper {
  position: relative;
}
/* line 352, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .login_inputs .password_wrapper .show_password_toggle, .cards_extended_wrapper .card_element_wrapper .card_login_form .login_inputs .password_wrapper .show_password_toggle {
  position: absolute;
  right: 4px;
  top: 7px;
  font-size: 16px;
}
/* line 360, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .login_inputs .connect_button, .cards_banners_wrapper .card_element_wrapper .card_login_form .login_inputs .remember_password, .cards_extended_wrapper .card_element_wrapper .card_login_form .login_inputs .connect_button, .cards_extended_wrapper .card_element_wrapper .card_login_form .login_inputs .remember_password {
  margin-bottom: 0;
  color: white;
  line-height: 11px;
  cursor: pointer;
}
/* line 368, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .remember_password, .cards_extended_wrapper .card_element_wrapper .card_login_form .remember_password {
  margin-top: 4px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 376, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .remember_password:hover, .cards_extended_wrapper .card_element_wrapper .card_login_form .remember_password:hover {
  opacity: 0.7;
}
/* line 381, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .password_forget, .cards_extended_wrapper .card_element_wrapper .card_login_form .password_forget {
  color: white;
  text-decoration: underline;
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
  cursor: pointer;
  padding-top: 10px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 396, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper .card_login_form .password_forget:hover, .cards_extended_wrapper .card_element_wrapper .card_login_form .password_forget:hover {
  opacity: 0.8;
}
/* line 402, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.loged_user, .cards_extended_wrapper .card_element_wrapper.loged_user {
  background: #397533 !important;
}
/* line 405, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.loged_user .card_login_form, .cards_extended_wrapper .card_element_wrapper.loged_user .card_login_form {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0 8px;
}
/* line 411, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.loged_user .card_login_form img, .cards_extended_wrapper .card_element_wrapper.loged_user .card_login_form img {
  float: none;
  display: block;
  margin: auto;
}
/* line 418, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.loged_user .card_loged_description, .cards_extended_wrapper .card_element_wrapper.loged_user .card_loged_description {
  text-align: center;
  color: white;
  line-height: 15px;
  padding: 0 20px 10px;
  font-size: 11px;
}
/* line 425, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.loged_user .card_loged_description strong, .cards_extended_wrapper .card_element_wrapper.loged_user .card_loged_description strong {
  font-weight: bolder;
}
/* line 429, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.loged_user .card_loged_description small, .cards_extended_wrapper .card_element_wrapper.loged_user .card_loged_description small {
  font-size: 10px;
}
/* line 433, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.loged_user .card_loged_description .logout_link, .cards_extended_wrapper .card_element_wrapper.loged_user .card_loged_description .logout_link {
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
/* line 441, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.small, .cards_extended_wrapper .card_element_wrapper.small {
  width: 70px;
  max-height: 70px;
  height: 70px;
}
/* line 446, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.small .card_login_description, .cards_banners_wrapper .card_element_wrapper.small .loging_elements_wrapper, .cards_banners_wrapper .card_element_wrapper.small .password_forget, .cards_banners_wrapper .card_element_wrapper.small .card_loged_description, .cards_extended_wrapper .card_element_wrapper.small .card_login_description, .cards_extended_wrapper .card_element_wrapper.small .loging_elements_wrapper, .cards_extended_wrapper .card_element_wrapper.small .password_forget, .cards_extended_wrapper .card_element_wrapper.small .card_loged_description {
  display: none !important;
}
/* line 450, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.small .login_image, .cards_extended_wrapper .card_element_wrapper.small .login_image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
}
/* line 465, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.only_image, .cards_extended_wrapper .card_element_wrapper.only_image {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border-radius: 0 !important;
  position: unset;
}
/* line 472, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.only_image .card_image_wrapper, .cards_extended_wrapper .card_element_wrapper.only_image .card_image_wrapper {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  left: 0;
  top: 0;
  width: auto;
}
/* line 480, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.only_image.hide + .close_card_button, .cards_extended_wrapper .card_element_wrapper.only_image.hide + .close_card_button {
  display: none;
}
/* line 484, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_element_wrapper.only_image + .close_card_button, .cards_extended_wrapper .card_element_wrapper.only_image + .close_card_button {
  position: absolute;
  right: 0;
  top: -20px;
  color: white;
  font-size: 24px;
  width: 20px;
  font-weight: lighter;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 505, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper.active .card_element_wrapper, .cards_extended_wrapper.active .card_element_wrapper {
  margin-left: 0;
}
/* line 510, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .card_loged_description, .cards_extended_wrapper .card_loged_description {
  display: none;
}
/* line 514, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .injection_banner, .cards_extended_wrapper .injection_banner {
  background-color: transparent;
}
/* line 520, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .card_image_wrapper, .cards_extended_wrapper .newsletter_banner .card_image_wrapper {
  top: 52px !important;
}
/* line 524, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .newsletter_suscription_banner, .cards_extended_wrapper .newsletter_banner .newsletter_suscription_banner {
  padding: 30px 0;
  padding-top: 0;
}
/* line 528, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .newsletter_suscription_banner .suscription_email_input, .cards_extended_wrapper .newsletter_banner .newsletter_suscription_banner .suscription_email_input {
  width: 100%;
  display: block;
  line-height: 29px;
  border: 0;
  padding: 0 10px;
  box-sizing: border-box;
  color: #535353;
  font-size: 12px;
  font-weight: 400;
}
/* line 539, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .newsletter_suscription_banner .suscription_email_input.error, .cards_extended_wrapper .newsletter_banner .newsletter_suscription_banner .suscription_email_input.error {
  border: 1px solid rgba(255, 0, 0, 0.7);
}
/* line 544, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .newsletter_suscription_banner .subscribe_button_newsletter, .cards_extended_wrapper .newsletter_banner .newsletter_suscription_banner .subscribe_button_newsletter {
  border: 0;
  background: #fec52d;
  color: white;
  text-transform: uppercase;
  margin-top: 5px;
  padding: 8px 10px;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 559, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .newsletter_suscription_banner .subscribe_button_newsletter:hover, .cards_extended_wrapper .newsletter_banner .newsletter_suscription_banner .subscribe_button_newsletter:hover {
  opacity: 0.7;
}
/* line 564, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .newsletter_suscription_banner .email_button_newsletter_booking, .cards_extended_wrapper .newsletter_banner .newsletter_suscription_banner .email_button_newsletter_booking {
  padding: 0 20px;
}
/* line 569, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .policies_accept, .cards_extended_wrapper .newsletter_banner .policies_accept {
  color: white;
  font-size: 11px;
  margin-top: 15px;
  padding: 0 10px;
}
/* line 575, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .policies_accept input.error + label, .cards_extended_wrapper .newsletter_banner .policies_accept input.error + label {
  border: 1px solid rgba(255, 0, 0, 0.7);
}
/* line 580, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner .card_description, .cards_extended_wrapper .newsletter_banner .card_description {
  padding-left: 25%;
  padding-right: 22px;
  padding-top: 25px;
}
/* line 587, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner.small .card_description, .cards_banners_wrapper .newsletter_banner.small .newsletter_suscription_banner, .cards_extended_wrapper .newsletter_banner.small .card_description, .cards_extended_wrapper .newsletter_banner.small .newsletter_suscription_banner {
  display: none;
}
/* line 591, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_banners_wrapper .newsletter_banner.small .card_image_wrapper, .cards_extended_wrapper .newsletter_banner.small .card_image_wrapper {
  top: 50% !important;
  left: 20px;
}

/* line 600, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.hide_card_popup {
  display: none;
}

/* line 605, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_extended_wrapper {
  position: relative;
  width: 1140px;
  margin: auto;
  left: auto;
  bottom: auto;
  z-index: 9;
}
/* line 613, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_extended_wrapper .card_element_wrapper {
  width: 100%;
  position: relative;
  border-radius: 0;
}
/* line 618, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_extended_wrapper .card_element_wrapper .card_description {
  padding-left: 12%;
  padding-right: 5%;
}
/* line 623, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_extended_wrapper .card_element_wrapper .card_image_wrapper {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 10%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* line 634, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.cards_extended_wrapper .card_element_wrapper .card_image_wrapper .card_image {
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 651, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1, #logged_user_info_wrapper.version_v1 {
  display: table;
  width: 1140px;
  margin-bottom: 10px;
  position: relative;
}
/* line 657, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .logout_button_wrapper, #logged_user_info_wrapper.version_v1 .logout_button_wrapper {
  position: absolute;
  right: -12px;
  top: -12px;
  background: white;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 22px;
  border: 1px solid lightgray;
  cursor: pointer;
}
/* line 670, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .logout_button_wrapper span, #logged_user_info_wrapper.version_v1 .logout_button_wrapper span {
  position: absolute;
  right: calc(100% - 30px);
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  border-radius: 5px;
  opacity: 0;
  font-size: 12px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 683, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .logout_button_wrapper span:after, #logged_user_info_wrapper.version_v1 .logout_button_wrapper span:after {
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: -10px;
}
/* line 692, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .logout_button_wrapper:hover, #logged_user_info_wrapper.version_v1 .logout_button_wrapper:hover {
  opacity: 0.8;
}
/* line 694, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .logout_button_wrapper:hover span, #logged_user_info_wrapper.version_v1 .logout_button_wrapper:hover span {
  right: calc(100% + 5px);
  opacity: 1;
}
/* line 701, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .logo_wrapper, #logged_user_info_wrapper.version_v1 .logo_wrapper {
  width: 180px;
  height: 130px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #333333;
}
/* line 709, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .logo_wrapper img, #logged_user_info_wrapper.version_v1 .logo_wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  min-width: 100%;
  min-height: 100%;
}
/* line 717, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper, #login_wrapper_element.version_v1 .content_logged_wrapper, #logged_user_info_wrapper.version_v1 .content_login_wrapper, #logged_user_info_wrapper.version_v1 .content_logged_wrapper {
  overflow: hidden;
  width: 960px;
  height: 130px;
  float: right;
  position: relative;
}
/* line 723, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper.has_advantages, #login_wrapper_element.version_v1 .content_logged_wrapper.has_advantages, #logged_user_info_wrapper.version_v1 .content_login_wrapper.has_advantages, #logged_user_info_wrapper.version_v1 .content_logged_wrapper.has_advantages {
  overflow: visible;
}
/* line 726, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .background_login_element, #login_wrapper_element.version_v1 .content_logged_wrapper .background_login_element, #logged_user_info_wrapper.version_v1 .content_login_wrapper .background_login_element, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .background_login_element {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}
/* line 733, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .background_login_element img, #login_wrapper_element.version_v1 .content_logged_wrapper .background_login_element img, #logged_user_info_wrapper.version_v1 .content_login_wrapper .background_login_element img, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .background_login_element img {
  min-width: 100%;
  display: block;
  min-height: 130px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 742, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .overlay_element, #login_wrapper_element.version_v1 .content_logged_wrapper .overlay_element, #logged_user_info_wrapper.version_v1 .content_login_wrapper .overlay_element, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .overlay_element {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
/* line 751, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .club_icons_wrapper, #login_wrapper_element.version_v1 .content_logged_wrapper .club_icons_wrapper, #logged_user_info_wrapper.version_v1 .content_login_wrapper .club_icons_wrapper, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .club_icons_wrapper {
  position: absolute;
  display: inline-block;
  margin-left: 30px;
  margin-top: 15px;
  margin-right: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
}
/* line 764, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .club_icons_wrapper .club_icon_element, #login_wrapper_element.version_v1 .content_logged_wrapper .club_icons_wrapper .club_icon_element, #logged_user_info_wrapper.version_v1 .content_login_wrapper .club_icons_wrapper .club_icon_element, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .club_icons_wrapper .club_icon_element {
  width: 100px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin: 0 6px;
}
/* line 771, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .club_icons_wrapper .club_icon_element .club_icon_description, #login_wrapper_element.version_v1 .content_logged_wrapper .club_icons_wrapper .club_icon_element .club_icon_description, #logged_user_info_wrapper.version_v1 .content_login_wrapper .club_icons_wrapper .club_icon_element .club_icon_description, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .club_icons_wrapper .club_icon_element .club_icon_description {
  color: white;
  font-weight: lighter;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
}
/* line 777, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .club_icons_wrapper .club_icon_element .club_icon_description strong, #login_wrapper_element.version_v1 .content_logged_wrapper .club_icons_wrapper .club_icon_element .club_icon_description strong, #logged_user_info_wrapper.version_v1 .content_login_wrapper .club_icons_wrapper .club_icon_element .club_icon_description strong, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .club_icons_wrapper .club_icon_element .club_icon_description strong {
  font-weight: bolder;
}
/* line 784, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .hidden_user_club_info, #login_wrapper_element.version_v1 .content_logged_wrapper .hidden_user_club_info, #logged_user_info_wrapper.version_v1 .content_login_wrapper .hidden_user_club_info, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .hidden_user_club_info {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 100%;
  padding-left: 40px;
  padding-top: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  width: 73%;
}
/* line 800, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .users_buttons_wrapper, #login_wrapper_element.version_v1 .content_logged_wrapper .users_buttons_wrapper, #logged_user_info_wrapper.version_v1 .content_login_wrapper .users_buttons_wrapper, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .users_buttons_wrapper {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 20px;
  float: right;
  margin-top: 19px;
}
/* line 808, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .users_buttons_wrapper .join_button_wrapper, #login_wrapper_element.version_v1 .content_login_wrapper .users_buttons_wrapper .already_member_wrapper, #login_wrapper_element.version_v1 .content_logged_wrapper .users_buttons_wrapper .join_button_wrapper, #login_wrapper_element.version_v1 .content_logged_wrapper .users_buttons_wrapper .already_member_wrapper, #logged_user_info_wrapper.version_v1 .content_login_wrapper .users_buttons_wrapper .join_button_wrapper, #logged_user_info_wrapper.version_v1 .content_login_wrapper .users_buttons_wrapper .already_member_wrapper, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .users_buttons_wrapper .join_button_wrapper, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .users_buttons_wrapper .already_member_wrapper {
  display: block;
}
/* line 813, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .users_buttons_wrapper .join_button_wrapper .square_plus, #login_wrapper_element.version_v1 .content_logged_wrapper .users_buttons_wrapper .join_button_wrapper .square_plus, #logged_user_info_wrapper.version_v1 .content_login_wrapper .users_buttons_wrapper .join_button_wrapper .square_plus, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .users_buttons_wrapper .join_button_wrapper .square_plus {
  width: 45px;
  height: 45px;
  position: relative;
  background: #fcd733;
  display: inline-block;
}
/* line 820, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .users_buttons_wrapper .join_button_wrapper .square_plus i, #login_wrapper_element.version_v1 .content_logged_wrapper .users_buttons_wrapper .join_button_wrapper .square_plus i, #logged_user_info_wrapper.version_v1 .content_login_wrapper .users_buttons_wrapper .join_button_wrapper .square_plus i, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .users_buttons_wrapper .join_button_wrapper .square_plus i {
  display: block;
  margin: auto;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #252525;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 836, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .users_buttons_wrapper .join_button_wrapper .want_join, #login_wrapper_element.version_v1 .content_logged_wrapper .users_buttons_wrapper .join_button_wrapper .want_join, #logged_user_info_wrapper.version_v1 .content_login_wrapper .users_buttons_wrapper .join_button_wrapper .want_join, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .users_buttons_wrapper .join_button_wrapper .want_join {
  display: inline-block;
  text-align: center;
  background: white;
  margin-left: 5px;
  line-height: 45px;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 7px;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
}
/* line 850, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.version_v1 .content_login_wrapper .users_buttons_wrapper .already_member_wrapper, #login_wrapper_element.version_v1 .content_logged_wrapper .users_buttons_wrapper .already_member_wrapper, #logged_user_info_wrapper.version_v1 .content_login_wrapper .users_buttons_wrapper .already_member_wrapper, #logged_user_info_wrapper.version_v1 .content_logged_wrapper .users_buttons_wrapper .already_member_wrapper {
  width: 100%;
  display: block;
  background: #ca9339;
  text-align: center;
  color: white;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
}

/* line 866, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.additional_info .club_icons_wrapper {
  top: -100% !important;
}
/* line 870, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.additional_info .hidden_user_club_info {
  top: 0 !important;
}
/* line 874, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
#login_wrapper_element.additional_info .square_plus i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 883, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper {
  background: #363A40;
  text-align: center;
  border-radius: 13px;
  width: 700px !important;
}
/* line 889, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper .fancybox-close {
  right: 10px;
  top: 10px;
  background: none;
}
/* line 895, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper .fancybox-close:before {
  content: '\f00d';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 30px;
  font-weight: lighter !important;
}
/* line 909, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper .seguro {
  display: block;
  margin: 0 auto 30px;
}
/* line 914, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper .fancybox-inner {
  padding: 15px 40px !important;
  color: white;
  width: 100% !important;
  box-sizing: border-box;
}
/* line 920, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper .fancybox-inner ul {
  margin-top: 20px;
}
/* line 923, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper .fancybox-inner ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-weight: lighter;
}
/* line 929, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper .fancybox-inner ul li:last-of-type {
  margin-bottom: 0;
}
/* line 933, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper .fancybox-inner ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background: url(https://cdn2.paraty.es/casual-vintage-valencia/images/193cf20a907ee32=s70);
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
/* line 949, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper ul {
  text-align: left;
}
/* line 953, ../../../sass/booking/booking_process_v1/_cards_banners.scss */
.fancybox-wrap.card_popup_wrapper .fancybox-skin, .fancybox-wrap.card_popup_wrapper .fancybox-inner, .fancybox-wrap.card_popup_wrapper .fancybox-outer {
  background: transparent !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

/* line 3, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#popup_login_information {
  display: none;
  width: 100%;
}

/* line 8, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper,
.login_information_wrapper {
  background: none;
  border: 2px solid white;
  padding: 20px;
  z-index: 1001 !important;
}
/* line 15, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper.modal_wrapper .modal_content,
.login_information_wrapper.modal_wrapper .modal_content {
  background: transparent !important;
  width: 750px;
}
/* line 20, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper .fancybox-close,
.login_information_wrapper .fancybox-close {
  right: -38px;
  top: -37px;
}
/* line 25, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper .fancybox-skin,
.login_information_wrapper .fancybox-skin {
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 32, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper .fancybox-skin .fancybox-outer,
.login_information_wrapper .fancybox-skin .fancybox-outer {
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 40, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1,
.login_information_wrapper #login_form_wrapper_v1 {
  width: 49%;
  float: right;
}
/* line 44, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .title_login_element,
.login_information_wrapper #login_form_wrapper_v1 .title_login_element {
  color: #ca9339;
  text-align: center;
  background: white;
  line-height: 104px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: lighter;
}
/* line 54, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .title_login_element strong,
.login_information_wrapper #login_form_wrapper_v1 .title_login_element strong {
  font-weight: bolder;
}
/* line 59, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .login_block,
.login_information_wrapper #login_form_wrapper_v1 .login_block {
  background: #2d2d2d;
  text-align: center;
}
/* line 63, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .login_block .login_title,
.login_information_wrapper #login_form_wrapper_v1 .login_block .login_title {
  line-height: 120px;
  font-size: 30px;
  color: white;
  font-weight: lighter;
}
/* line 71, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .login_block .login_form input,
.login_information_wrapper #login_form_wrapper_v1 .login_block .login_form input {
  display: block;
  margin: 0 auto 10px;
  width: 250px;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 16px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 86, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .login_block .login_form .login_button_element,
.login_information_wrapper #login_form_wrapper_v1 .login_block .login_form .login_button_element {
  display: block;
  width: 250px;
  margin: 30px auto 0;
  padding: 16px 10px;
  color: white;
  background: #ca9339;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
/* line 98, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .login_block .login_form .login_button_element:hover,
.login_information_wrapper #login_form_wrapper_v1 .login_block .login_form .login_button_element:hover {
  opacity: 0.8;
}
/* line 104, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .login_block .forget_password_wrapper,
.login_information_wrapper #login_form_wrapper_v1 .login_block .forget_password_wrapper {
  padding-top: 20px;
  color: white;
  font-size: 10px;
  font-weight: lighter;
  line-height: 15px;
  padding-bottom: 30px;
}
/* line 112, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .login_block .forget_password_wrapper .recover_password_button,
.login_information_wrapper #login_form_wrapper_v1 .login_block .forget_password_wrapper .recover_password_button {
  text-decoration: underline;
  cursor: pointer;
}
/* line 116, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #login_form_wrapper_v1 .login_block .forget_password_wrapper .recover_password_button:hover,
.login_information_wrapper #login_form_wrapper_v1 .login_block .forget_password_wrapper .recover_password_button:hover {
  opacity: 0.8;
}
/* line 124, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #register_form_wrapper_v1,
.login_information_wrapper #register_form_wrapper_v1 {
  width: 49%;
  float: left;
}
/* line 129, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form,
.login_information_wrapper #signup_form {
  width: 100%;
}
/* line 132, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .main_form_title,
.login_information_wrapper #signup_form .main_form_title {
  text-align: center;
  margin: auto;
  color: white;
  padding: 0;
  font-weight: lighter;
  background: #2d2d2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  line-height: 70px;
}
/* line 146, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper,
.login_information_wrapper #signup_form .inputs_wrapper {
  padding: 3px 7px 10px;
  background: white;
}
/* line 149, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .select2,
.login_information_wrapper #signup_form .inputs_wrapper .select2 {
  display: inline-flex;
  height: 40px;
  width: calc(50% - 6.5px) !important;
  margin-top: 10px;
}
/* line 154, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .select2 .selection,
.login_information_wrapper #signup_form .inputs_wrapper .select2 .selection {
  width: 100%;
}
/* line 157, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .select2 .select2-selection--single,
.login_information_wrapper #signup_form .inputs_wrapper .select2 .select2-selection--single {
  border: 1px solid #d3d3d3 !important;
  border-radius: 0;
  height: 100%;
}
/* line 161, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .select2 .select2-selection--single .select2-selection__arrow,
.login_information_wrapper #signup_form .inputs_wrapper .select2 .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
/* line 164, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .select2 .select2-selection--single .select2-selection__rendered,
.login_information_wrapper #signup_form .inputs_wrapper .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  outline: none;
}
/* line 170, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper input, .register_information_wrapper #signup_form .inputs_wrapper select, .register_information_wrapper #signup_form .inputs_wrapper .select2-container,
.login_information_wrapper #signup_form .inputs_wrapper input,
.login_information_wrapper #signup_form .inputs_wrapper select,
.login_information_wrapper #signup_form .inputs_wrapper .select2-container {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid lightgrey;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 3px;
  width: 2%;
  display: inline-block;
}
/* line 183, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper input.half_input, .register_information_wrapper #signup_form .inputs_wrapper select.half_input, .register_information_wrapper #signup_form .inputs_wrapper .select2-container.half_input,
.login_information_wrapper #signup_form .inputs_wrapper input.half_input,
.login_information_wrapper #signup_form .inputs_wrapper select.half_input,
.login_information_wrapper #signup_form .inputs_wrapper .select2-container.half_input {
  width: 50%;
  border-right: 1px solid lightgrey;
}
/* line 187, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper input.half_input.error, .register_information_wrapper #signup_form .inputs_wrapper select.half_input.error, .register_information_wrapper #signup_form .inputs_wrapper .select2-container.half_input.error,
.login_information_wrapper #signup_form .inputs_wrapper input.half_input.error,
.login_information_wrapper #signup_form .inputs_wrapper select.half_input.error,
.login_information_wrapper #signup_form .inputs_wrapper .select2-container.half_input.error {
  border-right: 1px solid red;
}
/* line 192, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper input.full_input, .register_information_wrapper #signup_form .inputs_wrapper select.full_input, .register_information_wrapper #signup_form .inputs_wrapper .select2-container.full_input,
.login_information_wrapper #signup_form .inputs_wrapper input.full_input,
.login_information_wrapper #signup_form .inputs_wrapper select.full_input,
.login_information_wrapper #signup_form .inputs_wrapper .select2-container.full_input {
  width: 100%;
}
/* line 196, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper input.error, .register_information_wrapper #signup_form .inputs_wrapper select.error, .register_information_wrapper #signup_form .inputs_wrapper .select2-container.error,
.login_information_wrapper #signup_form .inputs_wrapper input.error,
.login_information_wrapper #signup_form .inputs_wrapper select.error,
.login_information_wrapper #signup_form .inputs_wrapper .select2-container.error {
  border-bottom: 1px solid red;
}
/* line 200, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper input.promotions_checkbox, .register_information_wrapper #signup_form .inputs_wrapper select.promotions_checkbox, .register_information_wrapper #signup_form .inputs_wrapper .select2-container.promotions_checkbox,
.login_information_wrapper #signup_form .inputs_wrapper input.promotions_checkbox,
.login_information_wrapper #signup_form .inputs_wrapper select.promotions_checkbox,
.login_information_wrapper #signup_form .inputs_wrapper .select2-container.promotions_checkbox {
  height: 17px;
}
/* line 205, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .select2-container,
.login_information_wrapper #signup_form .inputs_wrapper .select2-container {
  margin: 0;
}
/* line 208, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .select2-container .select2-selection,
.login_information_wrapper #signup_form .inputs_wrapper .select2-container .select2-selection {
  background: transparent;
  border: 0 !important;
}
/* line 213, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .select2-container .select2-selection__rendered,
.login_information_wrapper #signup_form .inputs_wrapper .select2-container .select2-selection__rendered {
  padding: 0;
}
/* line 218, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper select,
.login_information_wrapper #signup_form .inputs_wrapper select {
  background: transparent;
}
/* line 222, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .sign_up_button, .register_information_wrapper #signup_form .inputs_wrapper .user_modification_button, .register_information_wrapper #signup_form .inputs_wrapper .user_accept_modification, .register_information_wrapper #signup_form .inputs_wrapper .user_decline_modification, .register_information_wrapper #signup_form .inputs_wrapper .user_resend_button,
.login_information_wrapper #signup_form .inputs_wrapper .sign_up_button,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_button,
.login_information_wrapper #signup_form .inputs_wrapper .user_accept_modification,
.login_information_wrapper #signup_form .inputs_wrapper .user_decline_modification,
.login_information_wrapper #signup_form .inputs_wrapper .user_resend_button {
  display: inline-block;
  clear: both;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 9px;
  height: 40px;
  padding: 0 15px;
  border-radius: 30px;
  background: #e47a84;
  border: 0;
  font-size: 11px;
  width: 128px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
}
/* line 241, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .user_modification_button,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_button {
  background: #7e7e7e;
}
/* line 245, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .user_resend_button,
.login_information_wrapper #signup_form .inputs_wrapper .user_resend_button {
  margin-left: 10px;
}
/* line 249, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .user_modification_decission,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_decission {
  width: 100%;
  display: none;
  clear: both;
  margin: 0 auto 10px;
}
/* line 255, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_accept_modification, .register_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_decline_modification,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_accept_modification,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_decline_modification {
  float: left;
  width: 48%;
  display: inline-block;
  margin-top: 0;
  clear: none;
  cursor: pointer;
}
/* line 263, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_accept_modification:hover, .register_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_decline_modification:hover,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_accept_modification:hover,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_decline_modification:hover {
  opacity: 0.8;
}
/* line 268, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_accept_modification,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_accept_modification {
  background: #a9c37e;
}
/* line 272, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_decline_modification,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_decission .user_decline_modification {
  float: right;
  background: #a20000;
}
/* line 279, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_checkbox, .register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .promotions_checkbox, .register_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_checkbox, .register_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .promotions_checkbox,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_checkbox,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .promotions_checkbox,
.login_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_checkbox,
.login_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .promotions_checkbox {
  float: none;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  height: 12px;
  padding: 0;
  width: 12px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid lightgray;
}
/* line 293, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_checkbox.error, .register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .promotions_checkbox.error, .register_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_checkbox.error, .register_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .promotions_checkbox.error,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_checkbox.error,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .promotions_checkbox.error,
.login_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_checkbox.error,
.login_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .promotions_checkbox.error {
  border-bottom: 0;
}
/* line 297, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_checkbox.error:before, .register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .promotions_checkbox.error:before, .register_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_checkbox.error:before, .register_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .promotions_checkbox.error:before,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_checkbox.error:before,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .promotions_checkbox.error:before,
.login_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_checkbox.error:before,
.login_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .promotions_checkbox.error:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid red;
}
/* line 307, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_checkbox:checked, .register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .promotions_checkbox:checked, .register_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_checkbox:checked, .register_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .promotions_checkbox:checked,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_checkbox:checked,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .promotions_checkbox:checked,
.login_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_checkbox:checked,
.login_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .promotions_checkbox:checked {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZGF0YS1uYW1lPSJMYXllciAxIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDQ4IDQ4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMjMxZjIwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMSAyNSAxNSAzOSA0NyA3Ii8+PC9zdmc+) no-repeat center;
}
/* line 312, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_link, .register_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_link,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_link,
.login_information_wrapper #signup_form .inputs_wrapper .promotions_checkbox .lopd_link {
  font-size: 12px;
  color: gray;
  vertical-align: middle;
}
/* line 319, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .buttons_wrapper_signup,
.login_information_wrapper #signup_form .inputs_wrapper .buttons_wrapper_signup {
  display: table;
  width: 100%;
  text-align: center;
  padding-top: 13px;
}
/* line 327, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .delete_user_element,
.login_information_wrapper #signup_form .delete_user_element {
  font-size: 10px;
  color: gray;
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
/* line 336, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .delete_user_element:hover,
.login_information_wrapper #signup_form .delete_user_element:hover {
  opacity: 0.8;
}
/* line 341, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form label.error,
.login_information_wrapper #signup_form label.error {
  display: none !important;
}
/* line 345, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .register_logo_wrapper,
.login_information_wrapper #signup_form .register_logo_wrapper {
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0 0;
}
/* line 350, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .register_logo_wrapper .register_logo_image,
.login_information_wrapper #signup_form .register_logo_wrapper .register_logo_image {
  display: inline-block;
  margin: auto;
}
/* line 355, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .register_logo_wrapper .main_form_title,
.login_information_wrapper #signup_form .register_logo_wrapper .main_form_title {
  color: white;
}
/* line 361, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .sign_up_button,
.login_information_wrapper #signup_form .inputs_wrapper .sign_up_button {
  border-radius: 0;
  background: #ca9339;
  width: 100%;
}
/* line 367, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper {
  text-align: left;
  padding-left: 0;
  margin-bottom: 3px;
}
/* line 372, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_link,
.login_information_wrapper #signup_form .inputs_wrapper .lopd_wrapper .lopd_link {
  color: #999;
  text-decoration: none;
  margin-left: 10px;
}
/* line 380, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .register_logo_wrapper,
.login_information_wrapper #signup_form .register_logo_wrapper {
  border-radius: 0;
  background: #2d2d2d;
  padding: 12px 0;
}
/* line 385, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .register_logo_wrapper .register_logo_image, .register_information_wrapper #signup_form .register_logo_wrapper .main_form_title,
.login_information_wrapper #signup_form .register_logo_wrapper .register_logo_image,
.login_information_wrapper #signup_form .register_logo_wrapper .main_form_title {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}
/* line 391, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .register_logo_wrapper .register_logo_image,
.login_information_wrapper #signup_form .register_logo_wrapper .register_logo_image {
  max-width: 120px;
  margin-left: 10px;
  margin-right: 20px;
}
/* line 397, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .register_logo_wrapper .main_form_title,
.login_information_wrapper #signup_form .register_logo_wrapper .main_form_title {
  display: inline-block;
  border-left: 1px solid white;
  font-family: 'Oswald', sans-serif;
  font-weight: lighter;
  padding-left: 35px;
  line-height: 65px;
}
/* line 405, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .register_logo_wrapper .main_form_title strong,
.login_information_wrapper #signup_form .register_logo_wrapper .main_form_title strong {
  font-weight: 700;
}
/* line 413, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper #birthday,
.login_information_wrapper #signup_form .inputs_wrapper #birthday {
  display: none;
}
/* line 417, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper #surname,
.login_information_wrapper #signup_form .inputs_wrapper #surname {
  display: block;
  width: 100%;
}
/* line 422, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper #name,
.login_information_wrapper #signup_form .inputs_wrapper #name {
  display: block;
  width: 100%;
  border-right: 0;
}
/* line 428, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper #address,
.login_information_wrapper #signup_form .inputs_wrapper #address {
  display: none;
}
/* line 432, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper #country, .register_information_wrapper #signup_form .inputs_wrapper #phone,
.login_information_wrapper #signup_form .inputs_wrapper #country,
.login_information_wrapper #signup_form .inputs_wrapper #phone {
  border-right: 1px solid lightgrey !important;
}
/* line 436, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper #email,
.login_information_wrapper #signup_form .inputs_wrapper #email {
  width: 100%;
  border-right: 0;
}
/* line 445, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .sign_up_button,
.login_information_wrapper #signup_form .inputs_wrapper .sign_up_button {
  font-family: 'Oswald', sans-serif;
  background: #ca9339;
  font-size: 15px;
  font-weight: 300;
}
/* line 452, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .user_resend_button, .register_information_wrapper #signup_form .inputs_wrapper .user_modification_button,
.login_information_wrapper #signup_form .inputs_wrapper .user_resend_button,
.login_information_wrapper #signup_form .inputs_wrapper .user_modification_button {
  border-radius: 0;
}
/* line 456, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .inputs_wrapper .user_resend_button,
.login_information_wrapper #signup_form .inputs_wrapper .user_resend_button {
  background: #ca9339;
}
/* line 461, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .delete_user_element,
.login_information_wrapper #signup_form .delete_user_element {
  font-family: 'Raleway', sans-serif;
  margin: 10px 0;
}
/* line 467, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #signup_form .promotions_checkbox label,
.login_information_wrapper #signup_form .promotions_checkbox label {
  color: #999;
  text-decoration: none;
  font-size: 11px;
  line-height: 12px;
  margin-left: 11px;
  display: inline-block;
  width: 85%;
  vertical-align: middle;
}
/* line 480, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #forget_password_form,
.login_information_wrapper #forget_password_form {
  padding: 100px;
}
/* line 483, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #forget_password_form .recover_password_send,
.login_information_wrapper #forget_password_form .recover_password_send {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  border-radius: 30px;
  background: #e47a84;
  border: 0;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
}
/* line 497, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.register_information_wrapper #forget_password_form .forget_password_email,
.login_information_wrapper #forget_password_form .forget_password_email {
  padding: 5px 20px;
  height: 40px;
  width: 260px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid lightgray;
}

/* line 510, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 {
  display: none;
}
/* line 513, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .logged_user_text, #logged_user_info_wrapper.version_v1 .user_category_image, #logged_user_info_wrapper.version_v1 .user_points {
  position: relative;
  z-index: 2;
}
/* line 518, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .content_logged_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
/* line 525, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .logged_user_text, #logged_user_info_wrapper.version_v1 .user_category_image, #logged_user_info_wrapper.version_v1 .user_points {
  width: 33%;
  margin-top: 0;
  position: relative;
  font-size: 26px;
  color: white;
  font-weight: lighter;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
/* line 541, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .logged_user_text {
  border-right: 1px solid white;
  line-height: 68px;
}
/* line 546, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .user_points {
  border-left: 1px solid white;
  line-height: 50px;
  height: 68px;
}
/* line 551, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .user_points .image_wrapper {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 0;
}
/* line 557, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .user_points .image_wrapper .points_ico {
  max-width: 70px;
}
/* line 562, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .user_points .content_wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 23px;
}
/* line 569, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .user_points .hidden_advantages {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: max-content;
  background: rgba(33, 35, 34, 0.85);
  padding: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 576, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .user_points .hidden_advantages .table_services {
  font-size: 13px;
  border: 1px solid white;
}
/* line 579, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .user_points .hidden_advantages .table_services td, #logged_user_info_wrapper.version_v1 .user_points .hidden_advantages .table_services th {
  border: 1px solid white;
  padding: 5px;
}
/* line 586, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .user_points:hover .hidden_advantages {
  display: block;
}
/* line 592, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .logged_user_text span {
  display: inline-block;
}
/* line 595, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .logged_user_text span.default_text {
  margin-right: 10px;
}
/* line 601, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .user_points .points_label {
  text-transform: uppercase;
  display: block;
  font-size: 17px;
}
/* line 608, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#logged_user_info_wrapper.version_v1 .center_content_wrapper {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 621, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
#popup_descriptive_users {
  display: none;
}

/* line 625, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.banner_room_club {
  position: absolute;
  right: 0;
  bottom: 48px;
  cursor: pointer;
}
/* line 631, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.banner_room_club:hover {
  opacity: 0.8;
}
/* line 636, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.banner_room_club.user_loged:hover {
  opacity: 1;
}
/* line 641, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.banner_room_club .banner_room_img, .banner_room_club .banner_room_title, .banner_room_club .see_more {
  vertical-align: middle;
  display: inline-block;
}
/* line 646, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.banner_room_club .banner_room_img {
  max-height: 39px;
}
/* line 650, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.banner_room_club .banner_room_title {
  background: #ca9339;
  color: white;
  line-height: 15px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  padding: 5px 10px 4px;
  vertical-align: middle;
}
/* line 659, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.banner_room_club .see_more {
  background: #a0bb31;
  color: white !important;
  padding: 10px 14px 10px;
}
/* line 663, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.banner_room_club .see_more i.fa, .banner_room_club .see_more .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .banner_room_club .see_more i.close:before {
  color: white !important;
}
/* line 666, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
.banner_room_club .see_more:hover {
  background: #7d9326;
}

/* line 673, ../../../sass/booking/booking_process_v1/users/_users_styles.scss */
body .select2-search--dropdown .select2-search__field {
  outline: none;
}

/* line 1, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper {
  position: fixed;
  left: 0;
  top: 20%;
  z-index: 60;
}
/* line 6, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper .share_links_prev {
  padding: 20px;
  color: white;
  background: #F0BA5D;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  word-break: break-all;
  width: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
/* line 25, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper .share_links_prev p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.1px;
}
/* line 32, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper .share_links_prev i {
  color: white;
  font-weight: 400;
  font-size: 20px;
}
/* line 39, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper .share_links_cont {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s ease-in-out,visibility .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,visibility .3s ease-in-out;
  transition: transform .3s ease-in-out,visibility .3s ease-in-out;
}
/* line 49, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper .share_links_cont .share_link {
  background: #F0BA5D;
  display: flex;
  height: 60px;
  width: 53px;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* line 59, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper .share_links_cont .share_link:not(:last-child):before {
  content: "";
  width: 80%;
  height: 1px;
  background: white;
  position: absolute;
  top: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
/* line 72, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper .share_links_cont .share_link i {
  color: white;
  font-size: 34px;
  font-weight: bold;
}
/* line 77, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper .share_links_cont .share_link i:hover {
  opacity: .8;
}
/* line 82, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper .share_links_cont .share_link .copy_tool {
  position: absolute;
  left: 105%;
  padding: 5px;
  text-align: center;
  background: rgba(240, 186, 93, 0.7);
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* line 94, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper:hover .share_links_prev {
  visibility: hidden;
}
/* line 97, ../../../sass/booking/booking_process_v1/_share_links.scss */
.share_links_wrapper:hover .share_links_cont {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/*==== Modifications Calendar =====*/
/* line 2436, ../../../sass/booking/booking_process_v1/_booking1.scss */
.booking_engine_modifications_wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  -ms-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
/* line 2445, ../../../sass/booking/booking_process_v1/_booking1.scss */
.booking_engine_modifications_wrapper.calendar_showed {
  max-height: 730px;
  margin-bottom: 30px;
}

/* line 2452, ../../../sass/booking/booking_process_v1/_booking1.scss */
.calendar_app:not(.popup) {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1.2s;
  -moz-transition: max-height 1.2s;
  -ms-transition: max-height 1.2s;
  -o-transition: max-height 1.2s;
  transition: max-height 1.2s;
  transition-timing-function: ease-in-out;
  z-index: 10;
  position: relative;
  display: block !important;
}
/* line 2465, ../../../sass/booking/booking_process_v1/_booking1.scss */
.calendar_app:not(.popup).calendar_showed:not(.popup) {
  max-height: 1300px;
}
/* line 2470, ../../../sass/booking/booking_process_v1/_booking1.scss */
.calendar_app.popup {
  overflow: hidden;
}

/* line 2475, ../../../sass/booking/booking_process_v1/_booking1.scss */
.popup_helper_wrapper.search_button {
  padding-left: 50px;
}

/*===== Packages Styles =====*/
/* line 2480, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rooms_packages_selectors_wrapper {
  width: 1140px;
  max-width: 100%;
  margin: auto;
  border-bottom: 5px solid #999798;
}
/* line 2486, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rooms_packages_selectors_wrapper.hide_normal_rates.loged_user:not(.has_packages) {
  display: none;
}
/* line 2490, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rooms_packages_selectors_wrapper .button_package_room {
  height: 37px;
  box-sizing: border-box;
  padding: 10px 50px;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-right: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #999798;
  opacity: 0.6;
}
/* line 2507, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rooms_packages_selectors_wrapper .button_package_room .extra_info {
  position: absolute;
  top: calc(100% + 10px);
  width: 1120px;
  left: 30px;
  z-index: 2;
  font-size: 13px;
  text-align: left;
}
/* line 2517, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rooms_packages_selectors_wrapper .button_package_room.active {
  opacity: 1;
  height: 40px;
}
/* line 2522, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rooms_packages_selectors_wrapper .button_package_room .tab_icon {
  margin-right: 5px;
  vertical-align: middle;
}
/* line 2529, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rooms_packages_selectors_wrapper .rooms_selector .extra_info {
  left: auto;
  right: 0;
}

/* line 2536, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper {
  display: none;
}

/* line 2540, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper {
  width: 1140px;
  margin: auto;
  margin-top: 15px;
  background: white;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 2549, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper:first-of-type {
  margin-top: 0;
}
/* line 2553, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper.no_available {
  background: #d6d6d6;
}
/* line 2556, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper.no_available .package_image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 2561, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper.no_available .no_available_package {
  border-radius: 0;
  font-size: 13px;
  padding: 5px 20px 5px 40px;
  color: white;
  position: relative;
  z-index: 10;
  background: #ff464c;
  float: right;
  margin-bottom: 10px;
  margin-right: -40px;
}
/* line 2573, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper.no_available .no_available_package:before {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  content: "";
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 15px solid #e8c535;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 15px solid #d6d6d6;
  left: 0;
  right: auto;
}
/* line 2591, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper.no_available .see_more_packages_v2 .plus_sign {
  border: 0 !important;
}
/* line 2596, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper {
  width: 320px;
  display: inline-block;
  margin-right: 15px;
}
/* line 2601, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper .image_viewer {
  height: 220px;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
/* line 2608, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper .image_viewer .package_image {
  position: absolute;
  display: block;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  max-height: 200px;
  min-width: 100%;
}
/* line 2623, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_description_wrapper {
  width: 515px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  max-height: 365px;
  padding-right: 20px;
  position: relative;
  padding-bottom: 30px;
}
/* line 2633, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_description_wrapper .see_more_packages_v2 {
  position: absolute;
  display: table;
  margin-left: 0;
  bottom: 0;
}
/* line 2639, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_description_wrapper .see_more_packages_v2 .plus_sign {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 700;
  background-color: #AAA;
  border: 2px solid white;
  color: white;
  padding: 3px 7px;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 2652, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_description_wrapper .see_more_packages_v2 .see_more {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  margin-left: -7px;
  font-weight: 700;
  color: #707173;
  text-decoration: underline;
  background-color: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 2666, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_description_wrapper .see_more_packages_v2:hover .plus_sign {
  background-color: #b0c63c;
}
/* line 2673, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper {
  width: 230px;
  display: inline-block;
  vertical-align: top;
}
/* line 2678, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .since_price_label {
  line-height: 1;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: lighter;
}
/* line 2686, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .conditions_package_info_wrapper .rate_conditions_link {
  text-decoration: underline;
}
/* line 2692, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper h3.package_title {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 2699, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_description {
  line-height: 23px;
  overflow: hidden;
  max-height: 255px;
}
/* line 2704, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_description strong {
  font-weight: bold;
}
/* line 2711, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .price_per_room_label {
  font-weight: 700;
  font-style: italic;
}
/* line 2716, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .min_stay_label {
  display: table;
  background-color: #545454;
  position: relative;
  float: none;
  margin: auto;
  padding: 0 8px 0 4px;
  line-height: 18px;
  vertical-align: top;
  color: white;
  font-size: 12px;
  margin-left: 0;
  border-radius: 20px;
  margin-top: 5px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 2736, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .min_stay_label.hide {
  display: none;
}
/* line 2740, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .min_stay_label i {
  margin-right: 16px;
  position: relative;
  margin-left: 2px;
}
/* line 2745, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .min_stay_label i:after {
  content: '';
  position: absolute;
  top: -4px;
  width: 15px;
  height: 17px;
  border: 2px solid white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  left: -7px;
}
/* line 2760, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .since_prices_values {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  clear: both;
}
/* line 2768, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .since_prices_values .currencyValue, .package_element_wrapper .package_prices_wrapper .since_prices_values .monedaConv {
  display: inline-block;
}
/* line 2773, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .perform_package_booking_search {
  border: 0;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 17px;
  cursor: pointer;
  background: #00b8e8;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 15px;
  transition: opacity 0.3s;
}
/* line 2786, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .perform_package_booking_search.disabled {
  opacity: 0.5;
}
/* line 2791, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .download_menu {
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #707173;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin-top: 15px;
}
/* line 2802, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .promotion_default_price {
  position: relative;
  float: left;
  font-style: italic;
}
/* line 2807, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .promotion_default_price:not(.active) {
  display: none;
}
/* line 2811, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .promotion_default_price:after {
  content: '';
  border-bottom: 1px solid #c23329;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
/* line 2821, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .promotion_default_price .before_label {
  margin-right: 5px;
}
/* line 2825, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .promotion_default_price .currencyValue, .package_element_wrapper .package_prices_wrapper .promotion_default_price .monedaConv {
  display: inline-block;
}
/* line 2829, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .promotion_default_price .discount_percentage {
  position: absolute;
  left: 200px;
  top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #c23329;
  color: white;
  font-size: 20px;
}
/* line 2844, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_prices_wrapper .promotion_default_price.active + .since_prices_values {
  color: #c23329;
}
/* line 2853, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .package_select {
  width: 80%;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #cfcccd url(https://www.hotelferrero.com/static_1/images/booking/arrow_down_big.png) no-repeat 95% 50%;
  border-radius: 0;
  padding: 0 10px;
  height: 38px;
  color: #707173;
  font-size: 15px;
  border: 0;
  padding-right: 48px;
}
/* line 2868, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .package_select[disabled="disabled"] {
  background: #cfcccd;
}
/* line 2873, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .picture_selector {
  cursor: pointer;
  width: 20%;
  height: 38px;
  float: right;
  background: #96bd12;
  position: relative;
}
/* line 2881, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .picture_selector .fa, .package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .picture_selector .booking_ticks_replacement_full .block .close:before, .booking_ticks_replacement_full .block .package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .picture_selector .close:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: white;
  font-size: 20px;
}
/* line 2898, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .package_regimen_select, .package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .package_rate_select {
  width: 100%;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #cfcccd url(https://www.hotelferrero.com/static_1/images/booking/arrow_down_big.png) no-repeat 95% 50%;
  border-radius: 0;
  padding: 0 10px;
  height: 38px;
  color: #707173;
  font-size: 15px;
  border: 0;
  margin-top: 10px;
  padding-right: 65px;
}
/* line 2914, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .package_regimen_select[disabled="disabled"], .package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .package_rate_select[disabled="disabled"] {
  background: #cfcccd;
  padding-right: 10px;
}
/* line 2918, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .package_regimen_select[disabled="disabled"]:before, .package_element_wrapper .package_image_selector_wrapper .package_room_pictures_selector .package_rate_select[disabled="disabled"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: red;
}
/* line 2932, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .rates_selector_wrapper {
  display: table;
  position: relative;
  width: 100%;
}
/* line 2937, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .rates_selector_wrapper.disabled:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 2946, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .rates_selector_wrapper > .package_rate_select {
  display: none;
}
/* line 2949, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .rates_selector_wrapper > .package_rate_select:first-of-type {
  display: block;
}
/* line 2955, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .regimens_selector_wrapper {
  position: relative;
  display: table;
  width: 100%;
}
/* line 2960, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .regimens_selector_wrapper.disabled:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 2969, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .regimens_selector_wrapper > .package_regimen_select {
  display: none;
}
/* line 2972, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper .regimens_selector_wrapper > .package_regimen_select:first-of-type {
  display: block;
}
/* line 2979, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_element_wrapper.hide_board .regimens_selector_wrapper {
  display: none;
}

/* line 2986, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper {
  background: #F5F5F5;
  display: grid;
  padding: 0;
  grid-template-columns: 25% 45% 30%;
  min-height: 370px;
}
/* line 2993, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper * {
  box-sizing: border-box;
}
/* line 2999, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .rates_selector_wrapper.disabled:before, #packages_b1_wrapper.v2 .package_element_wrapper .regimens_selector_wrapper.disabled:before, #packages_b1_wrapper.v2 .package_element_wrapper .package_select.disabled:before {
  position: relative;
}
/* line 3003, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_image_selector_wrapper {
  height: 100%;
  grid-row: 1;
  width: auto;
  margin-right: 0;
}
/* line 3009, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_image_selector_wrapper .image_viewer {
  height: 100%;
}
/* line 3014, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_description_wrapper {
  padding: 30px 30px 50px;
}
/* line 3017, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_description_wrapper .see_more_packages_v2 {
  bottom: 10px;
}
/* line 3022, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_prices_wrapper, #packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector {
  grid-column: 3;
  grid-row: 1;
  height: 50%;
  justify-self: center;
}
/* line 3028, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_prices_wrapper .promotion_default_price, #packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .promotion_default_price {
  margin: auto;
  float: none;
  width: max-content;
}
/* line 3035, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector {
  align-self: start;
}
/* line 3038, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .package_select {
  width: 80%;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #cfcccd url(https://www.hotelferrero.com/static_1/images/booking/arrow_down_big.png) no-repeat 95% 50%;
  border-radius: 0;
  padding: 0 10px;
  height: 38px;
  color: #707173;
  font-size: 15px;
  border: 0;
  padding-right: 48px;
}
/* line 3053, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .package_select[disabled="disabled"] {
  background: #cfcccd;
}
/* line 3058, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .picture_selector {
  cursor: pointer;
  width: 20%;
  height: 38px;
  float: right;
  background: #96bd12;
  position: relative;
}
/* line 3066, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .picture_selector .fa, #packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .picture_selector .booking_ticks_replacement_full .block .close:before, .booking_ticks_replacement_full .block #packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .picture_selector .close:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: white;
  font-size: 20px;
}
/* line 3083, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .package_regimen_select, #packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .package_rate_select {
  width: 100%;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #cfcccd url(https://www.hotelferrero.com/static_1/images/booking/arrow_down_big.png) no-repeat 95% 50%;
  border-radius: 0;
  padding: 0 10px;
  height: 38px;
  color: #707173;
  font-size: 15px;
  border: 0;
  margin-top: 10px;
  padding-right: 65px;
}
/* line 3099, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .package_regimen_select[disabled="disabled"], #packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .package_rate_select[disabled="disabled"] {
  background: #cfcccd;
  padding-right: 10px;
}
/* line 3103, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .package_regimen_select[disabled="disabled"]:before, #packages_b1_wrapper.v2 .package_element_wrapper .package_room_pictures_selector .package_rate_select[disabled="disabled"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: red;
}
/* line 3116, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .package_prices_wrapper {
  align-self: end;
  width: 80%;
  margin-bottom: 30px;
}
/* line 3123, ../../../sass/booking/booking_process_v1/_booking1.scss */
#packages_b1_wrapper.v2 .package_element_wrapper .no_available_package:before {
  border-left: 15px solid #F5F5F5;
}

/* line 3133, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package {
  padding: 10px 30px;
  overflow: visible;
}
/* line 3140, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package.include_occupancy .counter_wrapper.counter_adults .counter .minus, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package.include_occupancy .counter_wrapper.counter_adults .counter .plus, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package.include_occupancy .counter_wrapper.counter_kids .counter .minus, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package.include_occupancy .counter_wrapper.counter_kids .counter .plus {
  display: none;
}
/* line 3150, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package.include_occupancy_variable .counter_wrapper.counter_adults .counter .minus, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package.include_occupancy_variable .counter_wrapper.counter_adults .counter .plus, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package.include_occupancy_variable .counter_wrapper.counter_kids .counter .minus, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package.include_occupancy_variable .counter_wrapper.counter_kids .counter .plus {
  display: block;
}
/* line 3157, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_description_wrapper {
  width: 100%;
  border-right: 1px solid black;
}
/* line 3162, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector {
  height: auto !important;
  padding: 20px;
  padding-right: 0;
  position: relative;
}
/* line 3168, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector::before {
  position: absolute;
  top: 36px;
  z-index: 1;
  font-size: 17px;
  font-weight: 300;
  font-family: "icomoon";
  left: 38px;
  content: '\e9f8';
  color: white;
}
/* line 3180, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .package_select,
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .rates_selector_wrapper .package_rate_select,
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .regimens_selector_wrapper .package_regimen_select {
  background-color: white !important;
  color: #404040 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding-left: 10px !important;
  position: relative !important;
  border-bottom: 2px solid #efefef !important;
  padding-right: 30px;
  text-overflow: ellipsis;
  height: 52px;
  border-left: 52px solid #404040;
  border-radius: 10px;
}
/* line 3201, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .package_select[disabled],
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .rates_selector_wrapper .package_rate_select[disabled],
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .regimens_selector_wrapper .package_regimen_select[disabled] {
  opacity: .6 !important;
}
/* line 3206, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .rates_selector_wrapper,
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .regimens_selector_wrapper {
  position: relative;
}
/* line 3210, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .rates_selector_wrapper::before, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .rates_selector_wrapper::after,
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .regimens_selector_wrapper::before,
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .regimens_selector_wrapper::after {
  position: absolute;
  top: 27px;
  z-index: 1;
  font-size: 17px;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
}
/* line 3219, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .rates_selector_wrapper::before,
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .regimens_selector_wrapper::before {
  left: 18px;
  color: white;
}
/* line 3224, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .rates_selector_wrapper::after,
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .regimens_selector_wrapper::after {
  font-weight: 500;
  right: 10px;
  content: '\f078';
}
/* line 3232, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .rates_selector_wrapper::before {
  content: '\f02b';
}
/* line 3238, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .regimens_selector_wrapper::before {
  content: '\f7b6';
}
/* line 3243, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .picture_selector {
  position: absolute !important;
  right: 0;
  background: transparent !important;
}
/* line 3248, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .picture_selector::before {
  position: absolute;
  top: 18px;
  z-index: 1;
  font-size: 17px;
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
  right: 10px;
  content: '\f078';
}
/* line 3259, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_room_pictures_selector .picture_selector i {
  display: none;
}
/* line 3266, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper {
  border-top: 1px solid black;
  grid-column: 1 / span 3;
  grid-row: 2;
  padding: 20px 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
/* line 3276, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .package_supplement_title {
  grid-column: 1 / span 2;
  grid-row: 1;
  width: 100%;
  font-size: 19px;
  padding-bottom: 20px;
}
/* line 3284, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
/* line 3291, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper.counter_kids {
  grid-column: 2;
}
/* line 3295, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .counter_tag {
  background-color: #404040;
  color: white;
  border-radius: 10px 0 0 10px;
  padding: 14px 22px;
  font-size: 17px;
}
/* line 3303, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .counter, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .services_counter {
  color: #303948;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-flow: nowrap;
  padding: 14px 22px;
  font-size: 22px;
  font-weight: 600;
  align-items: center;
}
/* line 3314, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .counter .number, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .services_counter .number {
  margin: auto 8px;
}
/* line 3318, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .counter i, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .services_counter i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
/* line 3323, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .counter .plus, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .services_counter .plus {
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 13px;
  cursor: pointer;
}
/* line 3335, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .counter .plus i:before, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .services_counter .plus i:before {
  content: "\f067";
}
/* line 3340, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .counter .minus, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .services_counter .minus {
  cursor: pointer;
}
/* line 3343, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .counter .minus i:before, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .counter_wrapper .services_counter .minus i:before {
  content: "\f056";
}
/* line 3350, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper {
  grid-row: 3;
  grid-column: 1;
  padding-left: 20px;
}
/* line 3355, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper.guest_kid {
  grid-column: 2;
}
/* line 3359, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 3fr 4fr;
  padding: 15px;
  position: relative;
}
/* line 3368, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element.error_forfait_wrapper {
  border: 1px solid red;
}
/* line 3372, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .error_forfait {
  position: absolute;
  left: calc(100% + 20px);
  background-color: #ffc0c0;
  border: 1px solid red;
  border-radius: 10px;
  padding: 10px 20px;
  width: 230px;
}
/* line 3382, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element.hide {
  display: none;
}
/* line 3386, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .tag {
  grid-column: 1 / span 2;
  grid-row: 1;
  border-bottom: 1px solid #404040;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
/* line 3397, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .tag .guest_tag {
  font-size: 19px;
  text-transform: uppercase;
}
/* line 3402, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .tag .price_day {
  font-size: 15px;
  display: flex;
  flex-flow: nowrap;
  text-transform: uppercase;
}
/* line 3408, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .tag .price_day .currencyValue {
  margin-left: 5px;
}
/* line 3414, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .counter_wrapper {
  grid-column: 1;
  grid-row: 2;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  border-right: 1px solid #404040;
}
/* line 3423, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .counter_wrapper .counter_tag {
  background-color: transparent;
  color: #404040;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  padding-top: 0;
  padding-left: 0;
  text-align: center;
}
/* line 3434, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .counter_wrapper .counter {
  width: 100%;
  grid-column: 1;
  grid-row: 2;
  padding-top: 0;
  padding-left: 0;
  text-align: center;
  justify-content: center;
}
/* line 3445, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .calendar_wrapper {
  grid-column: 2;
  grid-row: 2;
  text-align: center;
}
/* line 3450, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .calendar_wrapper .calendar_tag {
  font-size: 15px;
  margin-bottom: 14px;
}
/* line 3455, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .calendar_wrapper .calendar {
  width: 100%;
  float: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* line 3464, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .calendar_wrapper .calendar .text {
  font-size: 17px;
  margin: auto 10px;
  cursor: pointer;
}
/* line 3470, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .calendar_wrapper .calendar .icon {
  font-size: 27px;
  cursor: pointer;
}
/* line 3475, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .guest_counter_wrapper .guest_element .calendar_wrapper .calendar .ui-datepicker-inline {
  position: absolute;
  top: 100%;
  padding-bottom: 3px;
}
/* line 3485, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .supplement_price_wrapper {
  grid-column: 1 / span 2;
  text-align: right;
  font-size: 19px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
/* line 3493, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .supplement_price_wrapper .number {
  margin-left: 5px;
}
/* line 3497, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .supplement_price_wrapper .number, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_supplements_wrapper .supplement_price_wrapper .monedaConv {
  font-weight: 600;
}
/* line 3503, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper {
  height: auto;
}
/* line 3506, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper:not(.package_booking) {
  width: 100%;
  padding: 20px 0 20px 20px;
}
/* line 3511, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper:not(.package_booking).hide_prices .price_per_room_label, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper:not(.package_booking).hide_prices .since_prices_values {
  display: none;
}
/* line 3516, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper:not(.package_booking) .conditions_package_info_wrapper {
  border-bottom: 0;
  text-align: center;
}
/* line 3521, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper:not(.package_booking) .price_per_room_label {
  font-style: normal;
  font-size: 17px;
  text-align: right;
  font-weight: 300;
}
/* line 3528, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper:not(.package_booking) .since_prices_values {
  font-size: 19px;
  font-weight: 300;
  text-align: right;
}
/* line 3533, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper:not(.package_booking) .since_prices_values .monedaConv, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper:not(.package_booking) .since_prices_values .currencyValue {
  font-weight: 600;
}
/* line 3539, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking {
  grid-row: 3;
  grid-column: 1 / span 3;
  align-self: auto;
  width: 100%;
  border-top: 1px solid black;
  height: auto;
  justify-self: auto;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 20px;
  position: relative;
}
/* line 3554, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking .price_per_room_label {
  display: none;
}
/* line 3558, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking .conditions_package_info_wrapper {
  display: none;
}
/* line 3562, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking .since_price_label {
  font-size: 15px;
  margin-bottom: 8px;
}
/* line 3567, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking .tag_logged_rates_wrapper {
  margin-bottom: 8px;
  font-size: 11px;
  max-width: 120px;
}
/* line 3572, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking .since_prices_values {
  margin-bottom: 0;
  font-size: 40px;
  margin-left: 15px;
}
/* line 3578, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking .perform_package_booking_search {
  width: auto;
  margin-top: 0;
  font-size: 25px;
  height: 57px;
  margin-left: 15px;
}
/* line 3585, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking.with_lock_board {
  grid-row: 4;
  grid-column: 1 / span 4;
}
/* line 3588, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking.with_lock_board .lock_board_wrapper {
  background: lightgray;
  padding: 8px 20px;
  border-radius: 30px;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  transition: opacity .3s;
  position: relative;
}
/* line 3597, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking.with_lock_board .lock_board_wrapper .lock_tooltip {
  display: none;
  position: absolute;
  background: lightgray;
  width: 150px;
  padding: 10px;
  border-radius: 15px;
  bottom: 55px;
  left: 32px;
}
/* line 3606, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking.with_lock_board .lock_board_wrapper .lock_tooltip:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -16px;
  border: 8px solid transparent;
  border-color: lightgray transparent transparent transparent;
}
/* line 3622, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking.with_lock_board .lock_board_wrapper:hover .lock_tooltip {
  display: block;
}
/* line 3626, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking.with_lock_board .lock_board_wrapper .club_lock_logo {
  vertical-align: middle;
  max-height: 20px;
  margin-right: 10px;
}
/* line 3632, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking.with_lock_board .lock_board_wrapper span {
  line-height: 19px;
}
/* line 3636, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package .package_prices_wrapper.package_booking.with_lock_board .lock_board_wrapper .lock_ico {
  margin-left: 7px;
  font-size: 15px;
}
/* line 3646, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 {
  color: #646464;
}
/* line 3649, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper {
  display: block;
  padding-bottom: 10px;
  z-index: 2;
}
/* line 3654, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .counter_wrapper {
  float: left;
  margin-right: 30px;
}
/* line 3659, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper {
  clear: both;
  position: relative;
}
/* line 3663, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .error_forfait {
  position: absolute;
  left: calc(65%);
  top: -65px;
  background-color: #ffc0c0;
  border: 1px solid red;
  border-radius: 10px;
  padding: 10px 20px;
  width: 230px;
}
/* line 3674, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper {
  background: white;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 17px;
}
/* line 3680, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper.error_forfait_wrapper {
  border: 1px solid red;
}
/* line 3684, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_title {
  color: #646464;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 0 12px 12px;
}
/* line 3692, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_title .price_info {
  display: none;
}
/* line 3695, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_title .price_info.active {
  display: inline;
}
/* line 3701, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options {
  display: flex;
  border-top: 1px solid black;
  padding: 10px 20px;
}
/* line 3706, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option {
  width: calc(100%/3);
  padding: 5px 0;
  display: flex;
  justify-content: center;
}
/* line 3712, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
}
/* line 3718, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .label_selection {
  font-size: 16px;
  letter-spacing: 0.2px;
}
/* line 3723, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper {
  position: relative;
}
/* line 3726, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .label {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.6px;
  cursor: pointer;
}
/* line 3732, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .label .all, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .label .some, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .label .none {
  display: none;
}
/* line 3735, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .label .all.active, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .label .some.active, body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .label .none.active {
  display: inline;
}
/* line 3741, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper i.fa-chevron-down {
  margin-left: 7px;
  font-size: 18px;
  transition: all .4s;
}
/* line 3747, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector {
  position: absolute;
  background: white;
  border-radius: 8px;
  box-shadow: 0 6px 6px #0000005c;
  width: max-content;
  z-index: 1;
  top: 45px;
  left: 35px;
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}
/* line 3760, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #707070;
  position: absolute;
  transform: rotate(45deg);
  border-radius: 10px;
  top: -10px;
  left: 30px;
  z-index: -1;
}
/* line 3773, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector .selector_title {
  background: #707070;
  color: white;
  padding: 10px 30px 10px 30px;
  font-size: 15px;
  letter-spacing: 0.6px;
  border-radius: 8px 8px 0 0;
}
/* line 3782, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector .options {
  padding: 15px 20px 20px 30px;
  border-radius: 0 0 8px 8px;
  background: white;
}
/* line 3787, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector .options .option {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #646464;
}
/* line 3794, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector .options .option .price_info {
  font-weight: 200;
  margin-left: 5px;
  display: none;
}
/* line 3799, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector .options .option .price_info.active {
  display: inline;
}
/* line 3804, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector .options .option.active {
  color: #646464;
  font-weight: bold;
}
/* line 3809, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector .options .option:hover {
  opacity: 0.8;
}
/* line 3812, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper .selector .options .option:hover.price_info {
  opacity: 0.8;
}
/* line 3821, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper.active i.fa-chevron-down {
  transform: rotate(180deg);
}
/* line 3825, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .selector_wrapper.active .selector {
  opacity: 1;
  pointer-events: auto;
}
/* line 3833, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .calendar_wrapper .calendar_tag {
  font-size: 16px;
  margin-bottom: 14px;
}
/* line 3838, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .calendar_wrapper .calendar {
  width: 100%;
  float: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
/* line 3847, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .calendar_wrapper .calendar .label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
/* line 3853, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .calendar_wrapper .calendar .label .text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}
/* line 3859, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .calendar_wrapper .calendar .label i {
  font-size: 18px;
  transition: all .4s;
}
/* line 3865, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .calendar_wrapper .calendar .ui-datepicker-inline {
  position: absolute;
  top: 100%;
  padding-bottom: 3px;
}
/* line 3873, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option .selection_content .calendar_wrapper .calendar.active .label i {
  transform: rotate(180deg);
}
/* line 3882, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option:not(.dates) {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
/* line 3886, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.services {
  display: block;
}
/* line 3890, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.dates {
  display: block;
}
/* line 3893, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.dates .selection_content {
  width: 310px;
  float: right;
}
/* line 3904, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.guests .selection_content .selector_wrapper .selector .options .option {
  display: flex;
  align-items: center;
}
/* line 3908, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.guests .selection_content .selector_wrapper .selector .options .option input {
  display: none;
}
/* line 3912, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.guests .selection_content .selector_wrapper .selector .options .option .custom_checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #646464;
  border-radius: 3px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 3922, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.guests .selection_content .selector_wrapper .selector .options .option .custom_checkbox i {
  font-size: 14px;
  color: #646464;
  display: none;
}
/* line 3929, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.guests .selection_content .selector_wrapper .selector .options .option .price_info {
  margin-left: 5px;
}
/* line 3933, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.guests .selection_content .selector_wrapper .selector .options .option.active {
  color: #646464;
}
/* line 3937, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.guests .selection_content .selector_wrapper .selector .options .option.active .custom_checkbox i {
  display: inline;
}
/* line 3949, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.services .selection_content .selector_wrapper .selector {
  left: -25px;
}
/* line 3951, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #packages_b1_wrapper.v2 .package_element_wrapper.custom_package_v2 .package_supplements_wrapper .services_list_wrapper .service_wrapper .service_selection_options .selection_option.services .selection_content .selector_wrapper .selector .options .option .price_info {
  display: inline;
}

/* line 3967, ../../../sass/booking/booking_process_v1/_booking1.scss */
.package_hidden_popup .popup_title {
  display: block;
  position: relative;
}

/* line 3973, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2 {
  position: relative;
  border-radius: 11px 11px 0 0;
  padding: 6px 35px 6px 12px;
  margin-right: 5px;
}
/* line 3979, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2 .label {
  color: #646464;
  font-size: 20px;
  line-height: 24px;
}
/* line 3985, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 15px;
  height: 15px;
  background-image: url(../../../cdn.paraty.es/parkroyal-corpo/files/flecha-02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 3997, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 15px;
  height: 15px;
  background-image: url(../../../cdn.paraty.es/parkroyal-corpo/files/fi-rr-angle-small-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
/* line 4010, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2 .selector {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 0 0 11px 11px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  box-shadow: 0px 6px 6px #00000029;
}
/* line 4022, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2 .selector .option {
  padding-left: 15px;
  margin: 10px 0;
}
/* line 4026, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2 .selector .option:hover {
  opacity: .8;
}
/* line 4032, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2.active {
  box-shadow: 0px 6px 6px #00000029;
  background: #646464;
}
/* line 4036, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2.active:before {
  display: none;
}
/* line 4040, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2.active:after {
  display: block;
}
/* line 4044, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2.active .label {
  color: white;
}
/* line 4048, ../../../sass/booking/booking_process_v1/_booking1.scss */
.currency_selector_wrapper_v2.active .selector {
  display: block;
}

/* line 4054, ../../../sass/booking/booking_process_v1/_booking1.scss */
.site-header.selector_opened {
  z-index: 56;
}

/* line 4059, ../../../sass/booking/booking_process_v1/_booking1.scss */
.hidden_booking_summary .min_stay_alternative {
  top: calc(100% + 4px) !important;
  left: 0 !important;
  font-size: 12px !important;
}
/* line 4065, ../../../sass/booking/booking_process_v1/_booking1.scss */
.hidden_booking_summary .cross_out {
  top: -6px !important;
  display: inline-block;
}

/*======== Radio Buttons ======*/
/* line 4074, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .room_step_selection_title {
  width: 1140px;
  padding: 0px 26px;
}
/* line 4079, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .contTitTipoTarifa {
  color: #6b6b6b;
  background: none;
  height: auto;
}
/* line 4084, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .contTitTipoTarifa .titTipoTarifa {
  padding-bottom: 0;
  padding-left: 0;
  width: 370px;
  white-space: normal;
  height: auto;
}
/* line 4092, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .contTitTipoTarifa .swipe_hand {
  display: none;
}
/* line 4095, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .contTitTipoTarifa .swipe_hand + .titTipoTarifa {
  margin-left: 0;
}
/* line 4100, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .contTitTipoTarifa a {
  margin-top: -8px;
}
/* line 4105, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .listadoHabsTarifas {
  margin-top: 0;
  padding: 10px 20px;
  background: #fafafa;
  background: none;
}
/* line 4111, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .listadoHabsTarifas td.regimenColumn .tTextoOferta {
  color: white;
}
/* line 4115, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .listadoHabsTarifas tr.rate_tr_element {
  border-bottom: 1px solid #dfdfdf;
}
/* line 4118, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .listadoHabsTarifas tr.rate_tr_element:last-of-type {
  border-bottom: 0;
}
/* line 4123, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .listadoHabsTarifas .precioTachadoDiv {
  line-height: 13px;
}
/* line 4128, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection .see_other_options {
  width: 1140px;
}
/* line 4133, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection:not(.active_room_selection) .contTipoHabitacion:not(:first-of-type) {
  padding: 0;
}
/* line 4138, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .room_step_selection input[type='radio'] {
  margin-left: 10px;
}

/* line 4144, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .total_prices_rooms_selection {
  width: 1140px;
  margin: 20px auto 0;
}
/* line 4148, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .total_prices_rooms_selection .finish_booking1_button {
  border: 5px solid #fafafa;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 4156, ../../../sass/booking/booking_process_v1/_booking1.scss */
#step-1 .total_prices_rooms_selection .finish_booking1_button:hover {
  background: #97bd12;
}

/* line 4164, ../../../sass/booking/booking_process_v1/_booking1.scss */
.cookie_booking1_popup {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 650px;
  border-radius: 10px;
}
/* line 4172, ../../../sass/booking/booking_process_v1/_booking1.scss */
.cookie_booking1_popup .cookie_title {
  font-size: 35px;
  margin: 20px auto;
}
/* line 4177, ../../../sass/booking/booking_process_v1/_booking1.scss */
.cookie_booking1_popup .cookie_description {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* line 4187, ../../../sass/booking/booking_process_v1/_booking1.scss */
.cookie_popup_booking_process .fancybox-skin, .cookie_popup_booking_process .fancybox-outer {
  background: transparent;
}

@media (max-width: 1800px) {
  /* line 4196, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper:not(.loged_user):not(.login_card):not(.avoid_close) {
    width: 70px;
    max-height: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 4203, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper:not(.loged_user):not(.login_card):not(.avoid_close) .card_description {
    opacity: 0;
    transition: opacity 2s, max-height 0.1s;
  }
  /* line 4208, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper:not(.loged_user):not(.login_card):not(.avoid_close):hover {
    width: 290px;
    max-height: 500px;
    height: auto;
  }
  /* line 4213, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper:not(.loged_user):not(.login_card):not(.avoid_close):hover .card_description {
    opacity: 1;
  }
  /* line 4219, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.newsletter_banner:not(.loged_user):not(.login_card):not(.avoid_close) {
    width: 290px;
    max-height: 500px;
    height: auto;
  }
  /* line 4224, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.newsletter_banner:not(.loged_user):not(.login_card):not(.avoid_close) .card_description {
    opacity: 1;
  }
  /* line 4229, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card {
    width: 70px;
    max-height: 70px;
    height: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  /* line 4239, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card .card_login_description, body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card .loging_elements_wrapper, body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card .password_forget, body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card .login_inputs {
    display: none;
  }
  /* line 4243, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card .card_loged_description {
    display: none !important;
  }
  /* line 4247, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card .login_image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }
  /* line 4261, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card.hover {
    width: 290px;
    max-height: 250px;
    height: auto;
  }
  /* line 4266, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card.hover .login_image {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto;
    right: auto;
    width: 40%;
  }
  /* line 4279, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card.hover .card_login_description, body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card.hover .loging_elements_wrapper, body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card.hover .password_forget, body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card.hover .login_inputs {
    display: block;
  }
  /* line 4285, ../../../sass/booking/booking_process_v1/_booking1.scss */
  body:not(.iPad_user) .cards_banners_wrapper .card_element_wrapper.login_card.hover.loged_user .card_loged_description {
    display: block !important;
  }
}
/* line 4295, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancy-login-error .fancybox-inner {
  font-size: 20px;
  white-space: nowrap;
  height: auto !important;
}
/* line 4300, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancy-login-error .fancybox-inner .login_error {
  border: 2px solid #343434;
  padding: 20px;
}
/* line 4304, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancy-login-error .fancybox-inner .login_error button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  margin: 15px auto 0;
  padding: 5px 30px;
  color: white;
  background: #378fc7;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}

/* line 4324, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancy-login-popup .fancybox-skin {
  background: transparent;
  box-shadow: none;
}
/* line 4328, ../../../sass/booking/booking_process_v1/_booking1.scss */
.fancy-login-popup .fancybox-skin .fancybox-outer {
  background: transparent;
}

/* line 4340, ../../../sass/booking/booking_process_v1/_booking1.scss */
body.booking_process_version_1 #full_wrapper_booking.booking_widget_step_2 #booking.boking_widget_inline .show_calendar_prices span {
  display: none;
}

/* line 4345, ../../../sass/booking/booking_process_v1/_booking1.scss */
.flex-nav-prev a.flex-next.flex-disabled, .flex-nav-prev a.flex-prev.flex-disabled, .flex-nav-next a.flex-next.flex-disabled, .flex-nav-next a.flex-prev.flex-disabled {
  display: none;
}

/* line 4351, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rates_filters_tabs {
  width: 1140px;
  display: flex;
  margin: 20px auto 0;
  flex-direction: row;
  border-bottom: 3px solid #999798;
}
/* line 4358, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rates_filters_tabs .rate_tab_filter {
  flex-grow: 1;
  text-align: center;
  margin: 0 2px;
  background: #bfbebf;
  color: white;
  padding: 10px 0 7px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 4368, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rates_filters_tabs .rate_tab_filter.active {
  background: #999798;
}
/* line 4372, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rates_filters_tabs .rate_tab_filter:first-of-type {
  margin-left: 0;
}
/* line 4376, ../../../sass/booking/booking_process_v1/_booking1.scss */
.rates_filters_tabs .rate_tab_filter:last-of-type {
  margin-right: 0;
}

/* line 4382, ../../../sass/booking/booking_process_v1/_booking1.scss */
.room_upgrade_applied {
  position: absolute;
  z-index: 3;
  background: #06233b;
  color: white;
  width: 60px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 20px;
  transform: rotate(-15deg);
}
/* line 4397, ../../../sass/booking/booking_process_v1/_booking1.scss */
.room_upgrade_applied:before, .room_upgrade_applied:after {
  content: "";
  width: 60px;
  height: 60px;
  background: #06233b;
  transform: rotate(31deg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
/* line 4410, ../../../sass/booking/booking_process_v1/_booking1.scss */
.room_upgrade_applied:after {
  transform: rotate(61deg);
}

/* line 1, ../../../sass/booking/booking_process_v1/_booking2.scss */
.banner_supplements {
  width: 1140px;
  margin: 15px auto 0;
  padding: 20px;
  text-align: center;
}
/* line 6, ../../../sass/booking/booking_process_v1/_booking2.scss */
.banner_supplements h2 {
  font-size: 25px;
  font-weight: lighter;
}
/* line 10, ../../../sass/booking/booking_process_v1/_booking2.scss */
.banner_supplements p {
  padding: 10px;
}

/* line 14, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 {
  background: #f6f6f6;
  margin-top: 15px;
  padding-bottom: 30px;
}
/* line 19, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_text {
  height: 60px;
  width: 1140px;
  line-height: 35px;
}
/* line 25, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-box--search .booking-box__content {
  width: 1140px;
  margin: auto;
  border: 1px solid #96bd12;
  background: transparent;
  color: black;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 37, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .filters_supplements_wrapper {
  width: 1140px;
  margin: auto;
  padding: 0;
  margin-top: 20px;
  margin-bottom: -1px;
}
/* line 44, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .filters_supplements_wrapper + .supplements_list_wrapper {
  padding: 20px;
  width: 1140px;
  margin: auto;
  box-sizing: border-box;
  background: white;
  overflow: hidden;
}
/* line 52, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .filters_supplements_wrapper + .supplements_list_wrapper .booking-2-service-container {
  width: 100%;
}
/* line 57, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .filters_supplements_wrapper:after {
  display: none;
}
/* line 62, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_text {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 70, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_text.new_style_upgrading_question {
  background-image: url(https://www.hotelferrero.com/static_1/images/booking_2/background_upgrading.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 90px;
  max-height: 90px;
  line-height: 26px;
  padding: 15px 130px 0;
}
/* line 80, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_text.new_style_upgrading_question span {
  display: block;
  font-weight: 600;
}
/* line 88, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container {
  width: 1140px;
  margin: auto;
  padding: 0;
  margin-bottom: 21px;
  background: white;
}
/* line 95, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-picture {
  width: 33.3%;
  float: left;
  height: 210px;
  position: relative;
  overflow: hidden;
  background: transparent;
  border-right: 0;
}
/* line 104, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-picture img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
}
/* line 117, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-picture-2 {
  width: 33.3%;
  float: left;
  height: 210px;
  position: relative;
  overflow: hidden;
  background: transparent;
  border-right: 0;
}
/* line 126, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-picture-2 img {
  position: relative;
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 90%;
}
/* line 138, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-title {
  color: #707173;
  font-size: 24px;
  text-transform: none;
  font-weight: 700;
  margin-top: 20px;
  background: none;
  padding-left: 0;
  margin-left: 10px;
  max-width: 500px;
}
/* line 150, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-description {
  margin-top: 10px;
  max-height: 47px;
  overflow: hidden;
  padding-right: 30px;
  text-overflow: ellipsis;
}
/* line 158, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-item {
  width: 200px;
  height: 40px;
  border-radius: 0;
  border: 1px solid gray;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  vertical-align: middle;
  margin: 0;
  margin-left: 10px;
  background: white url(https://www.hotelferrero.com/static_1/images/booking/new_booking_process/double_arrow.png) no-repeat 96% center;
}
/* line 172, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-item[disabled='disabled'] {
  background: white;
}
/* line 177, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .amount_selector, div#step-2 .booking-2-service-container .days_selector {
  cursor: pointer;
}
/* line 180, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .amount_selector.error + .error_label, div#step-2 .booking-2-service-container .days_selector.error + .error_label {
  position: absolute;
  left: 12px;
  top: 100%;
  font-size: 9px;
  color: red;
  display: block !important;
}
/* line 188, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .amount_selector.error + .error_label.error_nights_selector, div#step-2 .booking-2-service-container .days_selector.error + .error_label.error_nights_selector {
  left: 225px;
}
/* line 194, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-price {
  position: absolute;
  right: 30px;
  top: 25px;
  background: none;
  width: auto;
  border: 0;
  background: none;
}
/* line 203, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-price span {
  color: #707173;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
}
/* line 210, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-price .currencyValue {
  margin-left: 10px;
}
/* line 214, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-service-container .booking-2-service-price .currencyValue, div#step-2 .booking-2-service-container .booking-2-service-price .monedaConv {
  font-size: 30px;
}
/* line 220, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-container-description {
  width: 66.4%;
  overflow: hidden;
  background-color: transparent;
  height: 210px !important;
  position: relative;
}
/* line 228, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-services-list {
  position: absolute;
  bottom: 1px;
  right: 22px;
}
/* line 233, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-services-list .add_service_element, div#step-2 .booking-2-services-list .add_calendar_days_selection {
  width: 150px;
  height: 40px;
  background: #eabe2f;
  color: white;
  text-transform: uppercase;
  font-size: 19px;
  vertical-align: middle;
  margin-left: 20px;
  border: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 246, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-services-list .add_service_element:disabled, div#step-2 .booking-2-services-list .add_calendar_days_selection:disabled {
  background-color: lightgrey;
}
/* line 250, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-services-list .add_service_element:hover, div#step-2 .booking-2-services-list .add_calendar_days_selection:hover {
  opacity: 0.8;
}
/* line 255, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-services-list .add_calendar_days_selection {
  width: auto;
  font-size: 14px;
  padding: 0 20px;
}
/* line 263, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-total-price {
  width: 1140px;
  display: block;
  margin: auto;
  padding: 9px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #707173;
  color: white;
  height: 40px;
  line-height: 1;
  font-size: 24px;
}
/* line 278, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-total-price .tax_not_included {
  font-size: 15px;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 20px;
  display: inline-block;
}
/* line 286, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-total-price .currencyValue {
  margin-left: 10px;
}
/* line 291, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services {
  padding-bottom: 0;
  background: none;
  width: 1140px;
  margin: auto;
  padding-top: 0;
}
/* line 299, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
/* line 305, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-service-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  height: auto !important;
  max-width: 100%;
}
/* line 312, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-container-description {
  height: auto !important;
}
/* line 315, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-container-description .booking-2-service-description {
  display: block;
}
/* line 319, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-container-description .booking-2-service-price {
  position: absolute;
  right: 30px;
  top: 10px;
  width: auto;
}
/* line 325, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-container-description .booking-2-service-price span {
  position: relative;
}
/* line 330, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-container-description .booking-2-services-list {
  float: right;
  margin-top: 4px;
}
/* line 334, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-container-description .booking-2-services-list select {
  width: 200px;
}
/* line 339, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-container-description .see_more_supplements_v2 {
  bottom: 20px;
}
/* line 343, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-container-description .services_buttons_wrapper {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
/* line 348, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services.selected_services .booking-2-service-container .booking-2-container-description .services_buttons_wrapper button {
  width: 150px;
  margin-top: 0;
}
/* line 357, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-container {
  width: 49%;
  display: inline-block;
}
/* line 361, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-container:nth-of-type(2n) {
  float: right;
}
/* line 365, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-container .see_more_supplements_v2 {
  display: none;
}
/* line 369, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-container .booking-2-service-title {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 376, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-item {
  width: 46%;
  display: inline-block;
}
/* line 381, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-services-list {
  position: relative;
  bottom: auto;
  right: auto;
}
/* line 387, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-price {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  text-align: left;
  padding-left: 0;
  margin-bottom: 7px;
  width: auto;
  height: auto;
}
/* line 398, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-price span:first-of-type {
  margin-right: 5px;
}
/* line 404, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-price .currencyValue {
  margin-left: 0;
}
/* line 409, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-description {
  display: none;
}
/* line 413, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .services_buttons_wrapper {
  display: block;
  width: 100%;
}
/* line 417, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .services_buttons_wrapper .add_service_element, div#step-2 .upgrade_services .services_buttons_wrapper .remove_service_element {
  width: 43%;
}
/* line 422, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .add_service_element, div#step-2 .upgrade_services .remove_service_element {
  margin-left: 10px;
  margin-top: 6px;
}
/* line 427, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .upgrade_services .booking-2-service-picture img {
  min-width: 100%;
  width: auto;
}
/* line 433, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking_button_wrapper {
  display: table;
  width: 1140px;
  margin: auto;
  margin-top: 20px;
}
/* line 439, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking_button_wrapper .booking-button {
  display: block;
  float: right;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  padding: 0 50px;
  line-height: 37px;
  background: #42a0cf;
}
/* line 449, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking_button_wrapper .booking-button:hover {
  opacity: 0.8;
}
/* line 455, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-2-action-button {
  display: table;
  width: 1140px;
  margin: auto;
  position: relative;
  right: auto;
  top: auto;
}
/* line 464, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .filters_supplements_wrapper .button_wrapper {
  height: 40px;
  box-sizing: border-box;
  padding: 10px 50px;
  background: white;
  overflow: hidden;
  display: inline-flex;
  position: relative;
  color: #707173;
  font-size: 20px;
  text-transform: none;
  font-weight: 500;
  margin-right: 4px;
  overflow: hidden;
  border-top: 1px solid #96bd12;
}
/* line 480, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .filters_supplements_wrapper .button_wrapper:not(.selected) {
  background-color: #d6d6d6;
  border-top: 0;
}
/* line 485, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .filters_supplements_wrapper .button_wrapper.selected {
  opacity: 1;
}
/* line 490, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .services_buttons_wrapper {
  display: inline-block;
  min-width: 150px;
}
/* line 495, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .remove_service_element {
  min-width: 150px;
  height: 40px;
  color: white;
  text-transform: uppercase;
  font-size: 19px;
  vertical-align: middle;
  margin-left: 20px;
  border: 0;
  cursor: pointer;
  display: none;
  background-color: #c23329 !important;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 517, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .remove_service_element:hover {
  opacity: 0.8;
}
/* line 521, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .remove_service_element:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eabe2f;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
/* line 540, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .remove_service_element.active_background:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* line 544, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .remove_service_element.disabled {
  background-color: grey !important;
  color: white;
}
/* line 551, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .hidden_booking_summary .total_price_label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 1px;
}
/* line 558, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .hidden_booking_summary .booking-button {
  display: inline-block;
}
/* line 562, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .hidden_booking_summary .booking-search-results__new-search {
  top: 59%;
}
/* line 567, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .see_more_supplements_v2 {
  position: absolute;
  bottom: 31px;
  left: 17px;
  display: none;
}
/* line 573, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .see_more_supplements_v2 .plus_sign {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 700;
  background-color: #AAA;
  border: 2px solid white;
  color: white;
  padding: 3px 7px;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 590, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .see_more_supplements_v2 .see_more {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  margin-left: -7px;
  font-weight: 700;
  color: #707173;
  text-decoration: underline;
  background-color: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 608, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .see_more_supplements_v2:hover .plus_sign {
  background-color: #b0c63c;
}
/* line 615, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-search-results .search-item .booking-room-name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 620, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-search-results .search-item .booking-room-name .fa, div#step-2 .booking-search-results .search-item .booking-room-name .booking_ticks_replacement_full .block .close:before, .booking_ticks_replacement_full .block div#step-2 .booking-search-results .search-item .booking-room-name .close:before {
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #eabe2f;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 629, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-search-results .search-item .booking-room-name .hidden-room-name {
  display: inline-block;
  position: absolute;
  top: calc(100% + 5px);
  background-color: #fff;
  z-index: 10;
  padding: 5px;
  border: 2px solid #707173;
  font-size: 12px;
  left: 50%;
  width: 200px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 643, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-search-results .search-item .booking-room-name .hidden-room-name:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #707173;
}
/* line 651, ../../../sass/booking/booking_process_v1/_booking2.scss */
div#step-2 .booking-search-results .search-item .booking-room-name .hidden-room-name:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 100%;
  border: 7px solid transparent;
  border-bottom: 7px solid white;
}

/* line 663, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplement_hide_div {
  padding: 20px;
}
/* line 666, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplement_hide_div .booking-2-service-title {
  color: #707173;
  font-size: 24px;
  text-transform: none;
  font-weight: 700;
  background: none;
}
/* line 674, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplement_hide_div .booking-2-service-description {
  margin-top: 10px;
  padding-right: 30px;
  text-overflow: ellipsis;
}
/* line 680, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplement_hide_div .close_button_element {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #707173;
  font-size: 19px;
  font-weight: lighter;
  cursor: pointer;
}

/* line 698, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection {
  border: 1px solid rgba(211, 211, 211, 0.34);
  display: table;
  width: 100%;
  clear: both;
}
/* line 704, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar {
  padding: 0 20px;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}
/* line 711, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar:last-of-type .add_calendar_container {
  color: initial;
}
/* line 716, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar.hide {
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
/* line 722, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .calendar_services_wrapper {
  float: right;
  display: table;
}
/* line 727, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .amount_wrapper {
  display: inline-block;
  background: #707173;
  color: white;
  font-weight: 400;
  padding: 10px 40px;
  width: auto !important;
  vertical-align: middle;
}
/* line 736, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .amount_wrapper .selectric {
  background: transparent;
  height: auto;
  margin: 0;
}
/* line 741, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .amount_wrapper .selectric .label {
  color: white;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}
/* line 751, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .amount_wrapper .selectricItems {
  margin-left: 0;
  margin-top: 0;
  width: 100% !important;
  box-sizing: border-box;
}
/* line 757, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .amount_wrapper .selectricItems li {
  font-size: 13px !important;
  font-family: Roboto, sans-serif;
  line-height: 1.5 !important;
}
/* line 765, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_entry, .supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_departure {
  display: inline-block;
  vertical-align: middle;
}
/* line 769, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_entry input, .supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_departure input {
  text-align: center;
  padding: 11px 0;
  border: 1px solid #707173;
  border-left: 0;
  box-sizing: border-box;
  color: #838385;
  letter-spacing: 0.5px;
  cursor: pointer;
}
/* line 779, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_entry input.entry_date, .supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_departure input.entry_date {
  padding-left: 20px;
}
/* line 784, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_entry label, .supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_departure label {
  margin-right: 13px;
}
/* line 789, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_entry {
  position: relative;
}
/* line 792, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_entry input {
  border-right: 0;
}
/* line 796, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_entry:before {
  font: normal normal normal 22px/1 FontAwesome;
  content: '\f133';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-56%);
}
/* line 805, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_service_entry:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  border-right: 1px solid #707173;
}
/* line 815, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_calendar_total {
  display: inline-block;
  width: 200px;
  text-align: center;
}
/* line 820, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_calendar_total label {
  letter-spacing: 1px;
  display: inline-block;
}
/* line 825, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .additional_calendar_total .total_price {
  font-size: 20px;
  margin-left: 8px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
/* line 835, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .trash_container, .supplements_list_wrapper .calendar_selection .additional_service_calendar .add_calendar_container {
  display: inline-block;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
  vertical-align: middle;
}
/* line 843, ../../../sass/booking/booking_process_v1/_booking2.scss */
.supplements_list_wrapper .calendar_selection .additional_service_calendar .add_calendar_container {
  margin-left: 20px;
  color: transparent;
}

/* line 1, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 {
  background: #f6f6f6;
  margin-top: 15px;
  padding: 40px 0;
}
/* line 6, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .lock_rates_wrapper {
  background: black;
  color: white;
  padding: 20px;
  margin-bottom: 10px;
  display: table;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity .3s;
}
/* line 18, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .lock_rates_wrapper:hover {
  opacity: 0.8;
}
/* line 22, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .lock_rates_wrapper .lock_content {
  width: 55%;
  float: left;
}
/* line 26, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .lock_rates_wrapper .lock_content img {
  max-width: 100%;
}
/* line 31, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .lock_rates_wrapper .lock_price {
  width: 40%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 39, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .lock_rates_wrapper .lock_price .price_bullet {
  background: gray;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%);
  font-size: 15px;
  display: flex;
  padding: 13px 18px;
  border-radius: 40px;
  text-align: center;
}
/* line 51, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .lock_rates_wrapper .lock_price .price_bullet .lock_icon {
  margin-left: 10px;
}
/* line 55, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .lock_rates_wrapper .lock_price .price_bullet > * {
  display: inline-block;
}
/* line 62, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-field {
  position: relative;
  display: flow-root;
}
/* line 66, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-field .country_flag {
  position: absolute;
  width: 30px;
  max-height: 20px;
  object-fit: cover;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  left: 10px;
}
/* line 75, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-field #country_code.with_flags {
  padding-left: 50px;
}
/* line 78, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-field.with_label {
  margin-top: 10px;
}
/* line 80, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-field.with_label label {
  position: absolute;
  top: -6px;
  left: 10px;
  font-size: 11px;
  padding: 0 5px;
  background: white;
  z-index: 1;
}
/* line 89, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-field.with_label input::placeholder, #step-3 .booking-form-field.with_label textarea::placeholder {
  color: transparent;
}
/* line 95, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .hidden_card {
  position: absolute;
  top: 8px;
  left: 12px;
  height: 35px;
  z-index: 1;
}
/* line 102, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .hidden_card + input[name=cardNumber] {
  background: transparent;
  color: transparent;
  z-index: 0;
}
/* line 110, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .accomodation_tax_wrapper .accomodation_tax_info_popup_wrapper {
  color: #707173;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
}
/* line 119, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .accomodation_tax_wrapper .accomodation_tax_info_popup_wrapper:hover .accomodation_fax_info_popup {
  display: block;
}
/* line 124, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .accomodation_tax_wrapper .accomodation_tax_info_popup_wrapper .accomodation_icon {
  cursor: pointer;
}
/* line 128, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .accomodation_tax_wrapper .accomodation_tax_info_popup_wrapper .accomodation_fax_info_popup {
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  width: 200px;
  font-size: 10px;
  display: none;
  text-transform: initial;
}
/* line 144, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 #upsellingForm {
  width: 1140px;
  margin: auto;
}
/* line 148, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 #upsellingForm .booking_details_prices_wrapper {
  float: none;
  margin: auto;
}
/* line 152, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 #upsellingForm .booking_details_prices_wrapper .booking-button--confirm-booking {
  float: none;
}
/* line 158, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box__title {
  color: #5b5b5b;
  font-size: 15px;
  font-weight: bold;
  min-height: auto;
  margin-top: 25px;
  padding-left: 20px;
  text-transform: uppercase;
}
/* line 168, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box__title + .booking-box.booking-box--form > .booking-box__title {
  margin-top: 0;
}
/* line 174, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .personal_details_payment_wrapper {
  background: white;
  float: left;
  display: table;
  width: 66%;
}
/* line 181, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 #personal-details-form {
  width: 1140px;
  margin: auto;
  display: table;
}
/* line 185, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 #personal-details-form .text_before_checks_wrapper {
  display: table;
  width: 100%;
  background: white;
  border: none;
  position: relative;
  top: 10px;
}
/* line 195, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .password_recovery_title {
  margin: 12px 0 3px;
  font-size: 13px;
  font-weight: 600;
}
/* line 201, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-control {
  background: none;
  border: 2px solid #c5c5c5;
  border-radius: 0;
  padding: 8px 12px;
  resize: none;
}
/* line 210, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-control#country_code, #step-3 .booking-form-control#birthDay, #step-3 .booking-form-control#birthMonth, #step-3 .booking-form-control#birthYear, #step-3 .booking-form-control#company, #step-3 .booking-form-control#meet_us_question, #step-3 .booking-form-control#meet_us__booking3question, #step-3 .booking-form-control#client_question, #step-3 .booking-form-control#buyer_persona {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 11px;
  height: auto;
}
/* line 217, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-control#country_code + .error, #step-3 .booking-form-control#birthDay + .error, #step-3 .booking-form-control#birthMonth + .error, #step-3 .booking-form-control#birthYear + .error, #step-3 .booking-form-control#company + .error, #step-3 .booking-form-control#meet_us_question + .error, #step-3 .booking-form-control#meet_us__booking3question + .error, #step-3 .booking-form-control#client_question + .error, #step-3 .booking-form-control#buyer_persona + .error {
  display: none !important;
}
/* line 222, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-form-control#country_code, #step-3 .booking-form-control#company, #step-3 .booking-form-control#meet_us_question, #step-3 .booking-form-control#meet_us__booking3question, #step-3 .booking-form-control#client_question, #step-3 .booking-form-control#buyer_persona {
  background: url(https://www.hotelferrero.com/static_1/images/booking/new_booking_process/double_arrow.png) no-repeat 95% center;
}
/* line 224, ../../../sass/booking/booking_process_v1/_booking3.scss */
booking-form-field
#step-3 .booking-form-control.error {
  border: 2px solid red;
}
/* line 231, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .select-birthday {
  margin-right: 3.5%;
  background: url(https://www.hotelferrero.com/static_1/images/booking/new_booking_process/double_arrow.png) no-repeat 95% center;
  float: none;
  display: inline-block;
}
/* line 238, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .personal_details_grid, #step-3 .payment_type_grid {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background: white;
}
/* line 245, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box__content, #step-3 .booking-box__title {
  background: none;
}
/* line 249, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box__content {
  padding-bottom: 20px;
}
/* line 253, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .credit_card_details_right {
  overflow: visible;
}
/* line 259, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .booking-box__title {
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 264, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .booking-box__subtitle {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
}
/* line 274, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .payment_type_label {
  color: #5b5b5b;
  font-size: 15px;
  font-weight: bold;
  min-height: auto;
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
}
/* line 286, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .booking_payment_options {
  font-weight: 400 !important;
  font-size: 13px !important;
  text-transform: none !important;
}
/* line 291, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .booking_payment_options .title_card_description {
  text-transform: uppercase !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
/* line 297, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .booking_payment_options .gateway-with-discount {
  display: flex;
}
/* line 300, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .booking_payment_options .gateway-with-discount .individual_paymentmethod_text {
  margin-bottom: 10px;
}
/* line 305, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .booking_payment_options input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #c5c5c5;
  vertical-align: top;
  position: relative;
}
/* line 315, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .booking_payment_options input[type='radio']:checked:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #93ae47;
}
/* line 327, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid #expiryMonth, #step-3 .payment_type_grid #expiryYear {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  background: url(https://www.hotelferrero.com/static_1/images/booking/new_booking_process/double_arrow.png) no-repeat 95% center;
  border: 2px solid #c5c5c5;
  border-radius: 0;
  padding: 8px 12px;
  width: 80px;
}
/* line 339, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid #expiryYear.error + label {
  display: block !important;
  padding-top: 0;
  text-align: right;
}
/* line 345, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid input[type='radio']:not(.payment_radiobtn) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #c5c5c5;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
}
/* line 356, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid input[type='radio']:not(.payment_radiobtn):checked:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #93ae47;
}
/* line 367, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid .payment_accepted_type {
  margin-top: 6px;
  margin-bottom: 10px;
  padding-left: 27px;
}
/* line 374, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-img-lock {
  height: 30px;
  margin-left: 4px;
}
/* line 379, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .card_detail_wrapper_booking_step {
  display: table;
  width: 100%;
}
/* line 383, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .card_detail_wrapper_booking_step label {
  padding-top: 14px;
}
/* line 388, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .cvv_wrapper {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
/* line 394, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .cvv_wrapper div#cvv-help {
  position: absolute;
  top: 100%;
  width: 450px;
  color: white;
  right: 0;
  left: 0;
  background: #5b5b5b;
  -webkit-transition: opacity 1s, margin 1s;
  -moz-transition: opacity 1s, margin 1s;
  -ms-transition: opacity 1s, margin 1s;
  -o-transition: opacity 1s, margin 1s;
  transition: opacity 1s, margin 1s;
  overflow: hidden;
  border-radius: 7px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 20px;
  z-index: -2;
}
/* line 415, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .cvv_wrapper div#cvv-help.visible_active {
  margin-top: 0;
  display: block;
  opacity: 1;
  z-index: 2;
}
/* line 422, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .cvv_wrapper div#cvv-help > p {
  width: 75%;
  float: right;
  font-size: 12px;
  padding-top: 7px;
  margin-bottom: 0;
}
/* line 430, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .cvv_wrapper div#cvv-help img {
  width: 16%;
  height: auto;
  float: left;
}
/* line 438, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .cvv_wrapper .help-input {
  float: right;
  margin-top: -4px;
  font-size: 11px;
}
/* line 445, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #c5c5c5;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
}
/* line 456, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .checkbox:checked:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #93ae47;
}
/* line 467, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-agree {
  margin: 0;
  padding: 0;
  background: none;
}
/* line 472, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-agree input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #c5c5c5;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
}
/* line 483, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-agree input[type='checkbox']:checked:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #93ae47;
}
/* line 493, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-agree input[type='checkbox'][name="agree"] + label.error + label {
  display: block;
}
/* line 498, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-agree .club_register_wrapper, #step-3 .booking-3-agree .newsletter_subscribe_query {
  margin-top: 10px;
}
/* line 503, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper {
  width: 33%;
  float: right;
  background: white;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 512, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking-box__title {
  padding-left: 0;
  margin-bottom: 21px;
}
/* line 517, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element {
  margin-bottom: 6px;
}
/* line 521, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.promotion span:first-of-type {
  text-transform: capitalize;
}
/* line 526, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.modified_highlight {
  display: inline-block;
  position: relative;
  background-color: white;
  outline: 5px solid white;
  z-index: 101;
}
/* line 534, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element .cross_out {
  margin-left: 5px;
  text-decoration: line-through;
  position: relative;
  font-size: 11px;
  color: #b7b7b7;
}
/* line 542, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element .label {
  font-weight: bold;
  text-transform: capitalize;
}
/* line 547, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element .conditionsMoreInfo {
  display: inline-block;
  color: #b26c24;
  border-bottom: 1px solid #b26c24;
  margin-left: 6px;
  font-size: 11px;
  text-decoration: none;
  line-height: 13px;
}
/* line 558, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.custom_message_rate .seguro_wrapper {
  background: #363A40;
  padding: 10px 20px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
  border-radius: 7px;
}
/* line 567, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.custom_message_rate .seguro_wrapper img {
  max-width: 22%;
  float: left;
}
/* line 572, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.custom_message_rate .seguro_wrapper span {
  width: 70%;
  float: right;
  text-align: center;
  color: white;
  font-size: 17px;
  font-weight: 300;
  margin-top: 8px;
}
/* line 581, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.custom_message_rate .seguro_wrapper span:lang(nl) {
  font-size: 14px;
}
/* line 587, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.custom_message_booking3 {
  color: var(--booking_color_1_-100);
}
/* line 589, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.custom_message_booking3 i {
  font-weight: 500;
  margin-right: 3px;
}
/* line 593, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.custom_message_booking3 span {
  font-weight: 700;
  font-style: italic;
}
/* line 596, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_info_element.custom_message_booking3 span a {
  text-decoration: underline;
  cursor: pointer;
}
/* line 604, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper {
  padding-bottom: 75px;
  margin-bottom: 17px;
  position: relative;
}
/* line 609, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper.hided_default_price {
  padding-bottom: 0;
}
/* line 612, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper.with_extra_rate_message {
  padding-bottom: 0;
}
/* line 616, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .booking_3_forfait_wrapper {
  border-top: 1px solid #5b5b5b;
  padding-top: 10px;
  margin-top: 10px;
}
/* line 621, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .booking_3_forfait_wrapper .forfait_title_tag {
  font-size: 15px;
  color: #5b5b5b;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 629, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .booking_3_forfait_wrapper .forfait_content .forfait_element {
  margin-top: 5px;
}
/* line 634, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .booking_3_forfait_wrapper .forfait_total_wrapper {
  text-align: right;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}
/* line 641, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .booking_3_forfait_wrapper .forfait_total_wrapper .total_tag {
  font-size: 15px;
  font-weight: bold;
}
/* line 647, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .booking_3_forfait_wrapper .forfait_total_wrapper .forfait_total_price {
  font-size: 18px;
  font-weight: bold;
}
/* line 654, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper {
  position: absolute;
  bottom: 0;
  background: #5b5b5b;
  height: 65px;
  left: -15px;
  right: -15px;
  padding: 15px;
  box-sizing: border-box;
}
/* line 664, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.actual_payment {
  z-index: 2;
}
/* line 668, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.discount_payment, #step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.local_resident_discount {
  z-index: 1;
  background-color: #2EAA6E;
}
/* line 673, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.local_resident_discount {
  height: 80px;
  bottom: -13px;
}
/* line 677, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.local_resident_discount .total_label {
  top: 8px;
  position: relative;
}
/* line 682, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.local_resident_discount .total_booking_wrapper {
  bottom: -13px;
}
/* line 686, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.local_resident_discount .total_price {
  top: 36%;
  font-weight: lighter;
  font-size: 15px;
  text-decoration: line-through;
}
/* line 693, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.local_resident_discount .local_resident_discount_price {
  position: absolute;
  right: 15px;
  top: 59%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-size: 21px;
}
/* line 707, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .total_label {
  color: white;
  font-size: 15px;
}
/* line 711, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .total_label small {
  display: block;
  font-size: 12px;
}
/* line 718, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .promotion_applied_wrapper .total_label {
  width: 50%;
  float: left;
  font-size: 11px;
}
/* line 724, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .promotion_applied_wrapper .total_price {
  position: relative;
  float: right;
  top: auto;
  right: auto;
  width: 50%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  text-align: right;
  font-size: 11px;
  color: white !important;
}
/* line 739, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .promotion_applied_wrapper .total_price:before {
  content: '';
  border-top: 1px solid white;
  position: absolute;
  top: 50%;
  width: 38px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 754, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .promotion_applied_wrapper .percentage_wrapper {
  position: absolute;
  left: 98%;
  background: #fbd476;
  font-size: 10px;
  color: #165795;
  font-weight: 600;
  padding: 0 2px;
}
/* line 765, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .total_price {
  position: absolute;
  right: 15px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-size: 21px;
}
/* line 776, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .total_price .hidden_currency_tooltip {
  position: fixed;
  background: #5b5b5b;
  bottom: 150%;
  z-index: 10;
  filter: drop-shadow(black 2px 2px 5px);
  right: -15px;
  width: 500px;
  padding: 20px;
  line-height: 1;
  font-size: 17px;
  text-align: center;
}
/* line 790, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .total_price .currency_price {
  font-size: 12px;
}
/* line 795, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .currency_advice {
  float: right;
}
/* line 798, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .currency_advice .currency_informative_warning {
  width: 15px;
  margin-left: 10px;
  margin-top: 10px;
}
/* line 806, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down {
  height: 96px;
  bottom: -23px;
  padding: 13px 15px;
}
/* line 811, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down .tax_inc_wrapper_info {
  color: white;
  font-size: 12px;
}
/* line 815, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down .tax_inc_wrapper_info > *:first-of-type {
  padding-top: 7px !important;
}
/* line 819, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down .tax_inc_wrapper_info > *:last-of-type {
  padding-bottom: 7px !important;
}
/* line 823, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down .tax_inc_wrapper_info .label_nam {
  margin-right: 8px;
}
/* line 827, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down .tax_inc_wrapper_info .monedaConv {
  margin-left: 4px;
}
/* line 831, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down .tax_inc_wrapper_info .total_field {
  font-size: 18px;
  margin-top: 5px;
  border-top: 1px solid white;
  padding-top: 8px;
}
/* line 837, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down .tax_inc_wrapper_info .total_field .label_nam {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 844, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down .tax_inc_wrapper_info .sub_total_field, #step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down .tax_inc_wrapper_info .tax_field {
  font-style: italic;
}
/* line 849, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.tax_broken_down.with_extra_rate_message {
  height: 136px;
  bottom: -63px;
}
/* line 856, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.automatic_height {
  height: auto;
  position: relative;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
  margin-bottom: 0;
  bottom: auto;
  margin-top: 20px;
}
/* line 866, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.automatic_height .total_label {
  width: 50%;
  display: inline-block;
}
/* line 871, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.automatic_height .total_price {
  position: relative;
  float: right;
  top: auto;
  transform: none;
}
/* line 878, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.automatic_height .exchange_message {
  color: white;
  margin-top: 10px;
}
/* line 882, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper.automatic_height .exchange_message .label_nam {
  font-style: italic;
}
/* line 890, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .exchange_message {
  font-size: 13px;
  margin-top: 33px;
}
/* line 895, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .tax_to_pay_at_hotel {
  font-size: 13px;
  margin-top: 19px;
  font-style: italic;
  color: #383838;
}
/* line 902, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax {
  margin-left: -15px;
  margin-right: -15px;
  background: #5b5b5b;
  color: white;
  padding: 10px 0 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
/* line 911, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax .tax_amount, #step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax .stay_amount {
  display: block;
  clear: both;
  width: 100%;
}
/* line 917, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax .tax_amount {
  text-align: right;
}
/* line 920, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax .tax_amount label {
  float: left;
}
/* line 925, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax .stay_amount {
  margin-bottom: 5px;
  display: inline-block;
  text-align: right;
}
/* line 930, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax .stay_amount label {
  float: left;
}
/* line 935, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax .breakdown_tax {
  padding: 7px 20px 7px 40px;
  background: #adadad;
}
/* line 940, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax .full_stay_amount {
  text-align: right;
  margin-bottom: 10px;
  padding: 0 20px;
  text-transform: uppercase;
}
/* line 946, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax .full_stay_amount label {
  float: left;
  display: inline-block;
  text-transform: uppercase;
}
/* line 953, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax + .accomodation_tax_wrapper {
  text-transform: initial;
}
/* line 956, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_stay_accomodation_tax + .accomodation_tax_wrapper .booking-3-price--partial {
  font-size: 15px;
}
/* line 962, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_booking_amount_accomodation_tax {
  margin-top: 5px;
}
/* line 965, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_booking_amount_accomodation_tax label {
  vertical-align: middle;
}
/* line 969, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .total_booking_amount_accomodation_tax .price_amount {
  float: right;
  vertical-align: middle;
  margin-top: -10px;
}
/* line 976, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking_details_prices_wrapper .payment_at_lodge {
  display: block;
}
/* line 981, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .conditions_wrapper {
  margin-top: 10px;
}
/* line 984, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .conditions_wrapper .cancellation_policies {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* line 994, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .conditions_wrapper .main_title {
  font-weight: bolder;
  margin-bottom: 10px;
}
/* line 998, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .conditions_wrapper .main_title img {
  vertical-align: middle;
  margin-right: 7px;
}
/* line 1005, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .packages_extra_info {
  padding: 10px 20px;
  font-size: 12px;
}
/* line 1009, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .packages_extra_info:before {
  content: '\f05a';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
}
/* line 1019, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .personal_details_grid .packages_extra_info {
  margin-top: 10px;
}
/* line 1023, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-button--confirm-booking {
  width: 100%;
  margin: 0;
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  padding: 25px 0;
  background-color: #42a0cf;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 1038, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-button--confirm-booking span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
/* line 1051, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-button--confirm-booking:hover:before {
  width: 100%;
}
/* line 1055, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-button--confirm-booking:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #93ae47;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 1068, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-gateway {
  background: none;
  padding: 0;
  margin: 0 20px;
  border-bottom: 1px solid #c5c5c5;
  margin-top: 2px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 1077, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-gateway input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #c5c5c5;
  vertical-align: top;
  position: relative;
}
/* line 1087, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-gateway input[type='radio']:checked:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #93ae47;
}
/* line 1099, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-3-gateway .payment_option_element h3.booking-3-info--title {
  font-size: 12px;
  display: block;
  margin-left: 22px;
  padding-right: 5px;
  margin-top: 2px;
}
/* line 1109, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .separator_line_transfer {
  margin-top: 13px;
}
/* line 1113, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .bank_transfer_conditions {
  margin-bottom: 25px;
}
/* line 1118, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 #logos-gateway-wrapper + .booking-3-agree {
  clear: both;
  display: block;
  padding-top: 20px;
}
/* line 1125, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_gateway_info_box, #step-3 .credit_card_details_right {
  padding-top: 0;
}
/* line 1130, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid.tpv_payment .booking-box.booking-box--form .booking-box__title {
  margin-bottom: 0;
  font-weight: 500;
}
/* line 1135, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .payment_type_grid.tpv_payment .tpv_message_informative {
  margin: 10px 0 20px;
  color: #8E6800;
  font-weight: 600;
}
/* line 1143, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box.booking-box--search.supplements_box {
  margin-top: 0 !important;
}
/* line 1146, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box.booking-box--search.supplements_box .booking-box__content {
  background: white;
}
/* line 1149, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box.booking-box--search.supplements_box .booking-box__content p:last-of-type {
  margin-bottom: 0;
}
/* line 1154, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box.booking-box--search.supplements_box .booking-3-info--title {
  color: #5b5b5b;
  font-size: 15px;
  font-weight: bold;
  min-height: auto;
  text-transform: uppercase;
}
/* line 1162, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box.booking-box--search.supplements_box b {
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic;
  color: #707173;
}
/* line 1169, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .booking-box.booking-box--search.supplements_box .amount_supp_label, #step-3 .booking-box.booking-box--search.supplements_box .nights_supp_label {
  font-weight: bold;
  color: #707173;
}
/* line 1176, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .total_stay_rooms {
  margin-top: 20px;
}
/* line 1179, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .total_stay_rooms .stay_price_label {
  color: #5b5b5b;
  font-size: 15px;
  font-weight: bold;
  min-height: auto;
  margin-top: 25px;
  padding-left: 0;
  text-transform: uppercase;
}
/* line 1189, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .total_stay_rooms .stay_price {
  float: right;
  font-size: 18px;
  font-weight: bolder;
}
/* line 1197, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .supplements_detailed .booking-3-info--title {
  color: #5b5b5b;
  font-size: 15px;
  font-weight: bold;
  min-height: auto;
  margin-top: 25px;
  padding-left: 0;
  text-transform: uppercase;
}
/* line 1207, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .supplements_detailed .supplement_individual_price {
  display: block;
}
/* line 1210, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .supplements_detailed .supplement_individual_price .supplement_individual_price_value {
  margin-left: 6px;
}
/* line 1214, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .supplements_detailed .supplement_individual_price * {
  display: inline-block;
}
/* line 1220, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .late_booking_conditions {
  margin-bottom: 20px;
}
/* line 1224, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .billing_data_question {
  margin: 0 20px;
}
/* line 1228, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .billing_data_wrapper {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  max-height: 300px;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
}
/* line 1240, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .billing_data_wrapper.hide {
  max-height: 0;
}
/* line 1244, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .billing_data_wrapper.no_payment_gateway {
  padding: 0 20px;
  box-sizing: border-box;
}
/* line 1249, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .billing_data_wrapper .billing_title {
  color: #5b5b5b;
  font-size: 15px;
  font-weight: bold;
  min-height: auto;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/* line 1258, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .billing_data_wrapper input {
  color: #838385;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  box-sizing: border-box;
  background: none;
  border: 2px solid #c5c5c5;
  border-radius: 0;
  padding: 8px 12px;
  resize: none;
}
/* line 1271, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .billing_data_wrapper input.error {
  border-color: red;
}
/* line 1277, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .text_information_billing {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-bottom: 5px;
}
/* line 1289, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .text_information_billing .icon_question {
  vertical-align: middle;
}
/* line 1293, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .text_information_billing .icon_question:hover + .billing_cif_description {
  display: block;
  opacity: 1;
}
/* line 1300, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .text_information_billing .billing_cif_description {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 24px;
  color: white;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  width: 200px;
  text-align: center;
  font-size: 12px;
}
/* line 1320, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .cancellation_date {
  font-size: 12px;
  font-style: italic;
  font-weight: lighter;
  color: #868686;
  font-family: sans-serif;
}
/* line 1328, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .text_before_checks_wrapper {
  font-size: 9px;
  border: 2px solid #c5c5c5;
  box-sizing: border-box;
  padding: 10px;
  margin: 5px auto 8px;
}
/* line 1336, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .club_register_information {
  font-style: italic;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 4px;
}
/* line 1343, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .newsletter_subscribe_query_top {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  background: #2b5168;
  background: -moz-linear-gradient(-90deg, #8abace 0%, #255f79 100%);
  background: -webkit-linear-gradient(-90deg, #8abace 0%, #255f79 100%);
  background: linear-gradient(90deg, #8abace 0%, #255f79 100%);
  color: white;
}
/* line 1354, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .newsletter_subscribe_query_top .selected_rate_info {
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
/* line 1359, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .newsletter_subscribe_query_top .selected_rate_info .selected_rate {
  display: block;
  text-transform: uppercase;
}
/* line 1365, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .newsletter_subscribe_query_top .check_wrapper {
  width: 90%;
  display: block;
  margin: auto;
}
/* line 1370, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .newsletter_subscribe_query_top .check_wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #c5c5c5;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
  background: white;
}
/* line 1382, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .newsletter_subscribe_query_top .check_wrapper input:checked:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #93ae47;
}
/* line 1393, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .newsletter_subscribe_query_top .check_wrapper label {
  width: 86%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 15px;
}
/* line 1402, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .newsletter_subscribe_query_top .check_wrapper label a {
  text-decoration: underline;
}
/* line 1406, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .newsletter_subscribe_query_top .check_wrapper label.error {
  color: red !important;
}
/* line 1413, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .open_popup_autofill_information, #step-3 .local_resident_wrapper {
  background-color: #2EAA6E;
  color: white;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -ms-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  margin-bottom: 5px;
  position: relative;
}
/* line 1429, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .open_popup_autofill_information .fa, #step-3 .open_popup_autofill_information .booking_ticks_replacement_full .block .close:before, .booking_ticks_replacement_full .block #step-3 .open_popup_autofill_information .close:before, #step-3 .local_resident_wrapper .fa, #step-3 .local_resident_wrapper .booking_ticks_replacement_full .block .close:before, .booking_ticks_replacement_full .block #step-3 .local_resident_wrapper .close:before {
  margin-left: 8px;
}
/* line 1433, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .open_popup_autofill_information:hover, #step-3 .local_resident_wrapper:hover {
  background-color: #40cb88;
}
/* line 1437, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .open_popup_autofill_information .overlay_click, #step-3 .local_resident_wrapper .overlay_click {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 1445, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .open_popup_autofill_information .local_resident, #step-3 .local_resident_wrapper .local_resident {
  margin-right: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid white;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  margin-top: 3px;
  position: relative;
  cursor: pointer;
}
/* line 1459, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .open_popup_autofill_information .local_resident:checked:before, #step-3 .local_resident_wrapper .local_resident:checked:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -2px;
  color: white;
}
/* line 1473, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .open_popup_autofill_information .local_resident_conditions, #step-3 .local_resident_wrapper .local_resident_conditions {
  text-transform: capitalize;
  margin-left: 4px;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}
/* line 1482, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .popup_autofill_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
/* line 1492, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .popup_autofill_wrapper * {
  box-sizing: border-box;
}
/* line 1496, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .popup_autofill_wrapper .popup_autofill_content {
  background-color: #fff;
  padding: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 400px;
}
/* line 1510, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .popup_autofill_wrapper .popup_autofill_content .close_popup {
  color: white;
  position: absolute;
  top: -24px;
  right: -24px;
  font-size: 24px;
  cursor: pointer;
}
/* line 1519, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .popup_autofill_wrapper .popup_autofill_content .popup_autofill_title {
  color: #5b5b5b;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 1527, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .popup_autofill_wrapper .popup_autofill_content input {
  display: block;
  width: 100%;
  height: 32px;
  border: 2px solid #c5c5c5;
  padding: 4px 8px;
  margin-bottom: 8px;
}
/* line 1536, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .popup_autofill_wrapper .popup_autofill_content .text_error {
  font-size: 10px;
  color: red;
  margin-bottom: 8px;
}
/* line 1542, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .popup_autofill_wrapper .popup_autofill_content button {
  display: block;
  width: 100%;
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  padding: 8px 16px;
  background-color: #2EAA6E;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
/* line 1563, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 .popup_autofill_wrapper .popup_autofill_content button:hover {
  opacity: .8;
}
/* line 1570, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono {
  background: white;
}
/* line 1572, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .hotel_selector_wrapper {
  width: 540px;
  margin: 20px auto 20px auto;
  position: relative;
  display: block;
}
/* line 1577, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .hotel_selector_wrapper .title_form_group {
  font-size: 15px;
  font-weight: bold;
}
/* line 1586, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content .title_form_group {
  display: block;
  padding-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 14px;
}
/* line 1593, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content .extra_text {
  display: block;
  padding-bottom: 20px;
}
/* line 1598, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content .booking-form-field {
  padding-bottom: 15px;
}
/* line 1600, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content .booking-form-field .input_label {
  font-size: 12px;
}
/* line 1604, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content input, #step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content textarea {
  border: none;
  border-bottom: 1px solid lightgray;
}
/* line 1607, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content input::placeholder, #step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content input::-webkit-input-placeholder, #step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content textarea::placeholder, #step-3.gift_bono #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content textarea::-webkit-input-placeholder {
  opacity: 0;
}
/* line 1614, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono #personal-details-form.disabled_form {
  position: relative;
}
/* line 1616, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono #personal-details-form.disabled_form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* line 1624, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono #personal-details-form.disabled_form * {
  pointer-events: none !important;
}
/* line 1630, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box {
  padding: 20px;
}
/* line 1632, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway {
  margin-top: 0;
  border-bottom: 0;
}
/* line 1636, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .payment_type_label {
  display: block;
  padding-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 14px;
}
/* line 1645, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper {
  display: flex;
  flex-wrap: wrap;
}
/* line 1648, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element {
  display: inline-flex;
  position: relative;
  height: 70px;
  width: 40%;
  border-radius: 10px;
  white-space: normal;
  margin: 0px 10px 10px 0px;
}
/* line 1657, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
/* line 1662, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element input[type=checkbox], #step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element input[type=radio] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  border-radius: 0;
  margin: 0;
}
/* line 1669, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element input[type=checkbox]:checked + p, #step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element input[type=radio]:checked + p {
  background: gray;
  opacity: 1;
  color: white;
}
/* line 1673, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element input[type=checkbox]:checked + p svg *, #step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element input[type=radio]:checked + p svg * {
  fill: white;
}
/* line 1679, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element p {
  margin-bottom: 0;
  font-size: 11px;
  display: inline;
  vertical-align: top;
  pointer-events: none;
  font-weight: lighter;
  text-align: center;
  padding: 5px;
  color: gray;
  border-radius: 10px;
  border: 1px solid gray;
  background: transparent;
  width: 100%;
  opacity: .5;
}
/* line 1694, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element p svg ~ img.icon_pasarela_pago {
  display: none;
}
/* line 1697, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element p img.icon_pasarela_pago {
  display: block;
  margin: auto;
  max-height: 30px;
}
/* line 1703, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element p.discount {
  font-weight: 600;
}
/* line 1707, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element p i {
  font-size: 18px;
  text-align: center;
  display: block;
}
/* line 1712, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element p svg {
  display: block;
  margin: auto;
}
/* line 1715, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element p svg * {
  fill: grey;
}
/* line 1721, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element .picture {
  margin-top: 5px;
}
/* line 1724, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element .picture img {
  vertical-align: middle;
}
/* line 1731, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .payment_type_grid .booking-box select, #step-3.gift_bono .payment_type_grid .booking-box #expiryMonth, #step-3.gift_bono .payment_type_grid .booking-box #expiryYear {
  border: none;
  border-bottom: 1px solid lightgray;
}
/* line 1737, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper {
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
}
/* line 1740, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .booking-box__title {
  margin-top: 0;
}
/* line 1743, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .gift_wrapper {
  background: #0A5689;
  height: 95px;
  width: 40%;
  border-radius: 25px;
  padding: 10px 25px;
  position: relative;
  margin: 20px 0 45px;
  color: white;
}
/* line 1752, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .gift_wrapper .title_bono {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
/* line 1760, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .gift_wrapper .total_bono {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  top: -5px;
  left: 20px;
  position: relative;
}
/* line 1769, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .gift_wrapper:before {
  content: "";
  display: block;
  width: calc(100% + 1px);
  height: 70px;
  background: url(https://www.hotelferrero.com/static_1/images/lazo.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -22px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
/* line 1781, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .final_summary {
  padding-bottom: 105px;
}
/* line 1783, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .final_summary .bono_price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* line 1788, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .final_summary .bono_amount {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
  justify-content: space-between;
}
/* line 1794, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .final_summary .bono_amount .bono_content {
  width: auto;
}
/* line 1796, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .final_summary .bono_amount .bono_content small {
  display: block;
  font-size: 12px;
  font-style: italic;
}
/* line 1803, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .final_summary .total_bono {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 1808, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .final_summary .total_bono span {
  width: auto;
  text-align: center;
}
/* line 1814, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .booking-button--confirm-booking {
  background: #2CA96F;
  font-size: 18px;
  letter-spacing: 1.2px;
}
/* line 1819, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .booking-button--confirm-booking:before {
  top: 0;
  background: #0A5689;
  width: 0;
}
/* line 1825, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono .booking_details_prices_wrapper .booking-button--confirm-booking:hover:before {
  width: 100%;
}
/* line 1831, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile {
  padding: 10px 0 40px;
}
/* line 1833, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile .hotel_selector_wrapper {
  width: 90vw;
}
/* line 1837, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .booking_details_prices_wrapper {
  width: 100%;
  float: none;
  box-shadow: none;
  padding: 20px;
}
/* line 1842, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .booking_details_prices_wrapper .gift_wrapper {
  height: 115px;
  width: 50%;
  margin: 20px auto 45px;
}
/* line 1847, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .booking_details_prices_wrapper .final_summary {
  padding-bottom: 45px;
}
/* line 1851, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper {
  float: none;
  display: flex;
  flex-flow: column;
  width: 100%;
}
/* line 1856, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid, #step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .payment_type_grid {
  width: 100%;
  display: block;
}
/* line 1860, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid {
  background: #efefef;
  padding: 15px;
}
/* line 1864, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content .title_form_group:not(:first-of-type) {
  margin-top: 10px;
}
/* line 1867, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content .booking-form-field {
  padding-bottom: 0;
}
/* line 1870, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content input, #step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content textarea {
  border: none;
  background: white;
  height: 34px;
  font-size: 0.8rem;
  padding: 7.5px;
  border-radius: 4px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-weight: 500;
}
/* line 1882, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content input::placeholder, #step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content input::-webkit-input-placeholder, #step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content textarea::placeholder, #step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content textarea::-webkit-input-placeholder {
  opacity: 1;
  font-size: 10px;
}
/* line 1886, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content input + .error, #step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .personal_details_grid .booking-box__content textarea + .error {
  color: red;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}
/* line 1897, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .payment_type_grid .booking-box .booking-3-gateway {
  margin: 0;
  border-bottom: 0;
}
/* line 1901, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .payment_type_grid .booking-box .payment_type_label {
  display: block;
  padding-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 14px;
}
/* line 1909, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
/* line 1915, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element {
  width: 40%;
  contain: content;
}
/* line 1919, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .payment_type_grid .booking-box .booking-3-gateway .payments_wrapper .payment_option_element:first-of-type {
  margin-left: 0;
}
/* line 1927, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .personal_details_payment_wrapper .extra_text {
  padding: 0 20px;
}
/* line 1931, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .booking-button {
  background: #0A5689;
  font-size: 18px;
  letter-spacing: 1.2px;
  color: white;
  border: 0;
}
/* line 1937, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form .booking-button:before {
  display: none;
}
/* line 1941, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #personal-details-form #divBotonFrame {
  display: none;
}
/* line 1945, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3.gift_bono.mobile #paymentForm {
  overflow: scroll;
}
/* line 1951, ../../../sass/booking/booking_process_v1/_booking3.scss */
#step-3 #login_wrapper_element, #step-3 #logged_user_info_wrapper {
  margin: 0 auto 20px;
}

/* line 1956, ../../../sass/booking/booking_process_v1/_booking3.scss */
#rateConditionsPopPup {
  font-size: 13px;
}
/* line 1959, ../../../sass/booking/booking_process_v1/_booking3.scss */
#rateConditionsPopPup .conditions_wrapper_description {
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
}

/* line 1966, ../../../sass/booking/booking_process_v1/_booking3.scss */
#local_resident_conditions {
  padding: 20px 30px;
}
/* line 1969, ../../../sass/booking/booking_process_v1/_booking3.scss */
#local_resident_conditions h1 {
  font-size: 25px;
  margin-bottom: 10px;
}

/* line 1976, ../../../sass/booking/booking_process_v1/_booking3.scss */
body.mobile_bonos {
  min-width: auto !important;
}

/*=== Rescue discount applied ====*/
/* line 1982, ../../../sass/booking/booking_process_v1/_booking3.scss */
body.rescueseeker_discount_applied:not(.shopping_cart_process_v2) #step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper {
  background: #58c0cb;
  background: -moz-linear-gradient(156deg, #58c0cb 0%, #165795 100%);
  background: -webkit-linear-gradient(156deg, #58c0cb 0%, #165795 100%);
  background: linear-gradient(156deg, #58c0cb 0%, #165795 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#58c0cb", endColorstr="#165795", GradientType=1);
}
/* line 1989, ../../../sass/booking/booking_process_v1/_booking3.scss */
body.rescueseeker_discount_applied:not(.shopping_cart_process_v2) #step-3 .booking_details_prices_wrapper .booking_details_wrapper .total_booking_wrapper .total_price {
  color: #fbd476;
}

/* line 1, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking-box__content.payment_gateway_info_box.booking3_cards_styles {
  padding: 0;
}

/* line 6, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper * {
  box-sizing: border-box;
}
/* line 11, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper.booking3_gift #payment_multibanco {
  display: none;
}
/* line 15, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper.booking3_gift .sibs_payment_selector {
  padding: 0 !important;
}
/* line 20, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .title_payment_options_information {
  font-weight: 600;
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 8px;
}
/* line 27, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .tpv_message_informative {
  font-size: 13px;
  color: #5B5B5B !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #5B5B5B;
  padding-bottom: 21px;
  margin-bottom: 20px;
}
/* line 35, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .tpv_message_informative .new_line {
  text-align: right;
  margin-top: 15px;
}
/* line 39, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .tpv_message_informative .new_line .amount_to_pay {
  font-size: 21px;
  font-weight: 600;
}
/* line 46, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .title_payment_options {
  font-size: 15px;
  color: #5B5B5B;
}
/* line 51, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .payment_option_wrapper {
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 61px;
}
/* line 61, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .payment_option_wrapper.active {
  background-color: rgba(66, 160, 207, 0.15);
  border-color: #42A0CF;
  border-width: 2px;
}
/* line 67, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .payment_option_wrapper .method_title {
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
/* line 76, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .payment_option_wrapper .method_title .logo_card {
  text-align: right;
}
/* line 79, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .payment_option_wrapper .method_title .logo_card img {
  vertical-align: middle;
  margin-left: 8px;
}
/* line 86, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .payment_option_wrapper .payment_card_clone_wrapper {
  margin-top: 20px;
  width: 100%;
}
/* line 91, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .payment_option_wrapper input, .booking3_cards_v1_wrapper .payment_option_wrapper select {
  width: 100%;
  appearance: none;
  border: 0;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 13px;
  margin-bottom: 10px;
  height: auto;
}
/* line 101, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .payment_option_wrapper input.error, .booking3_cards_v1_wrapper .payment_option_wrapper select.error {
  border: 1px solid red;
}
/* line 106, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .payment_option_wrapper .card_message {
  font-size: 13px;
  line-height: 15px;
  margin-top: 20px;
  width: 100%;
}
/* line 115, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .sibs_payment_selector.v2 .payment_gateway_info_box {
  padding: 0 !important;
  min-height: auto !important;
}
/* line 121, ../../../sass/booking_extras/_booking_card_style_v1.scss */
.booking3_cards_v1_wrapper .title_payment_options {
  font-size: 15px;
  margin-bottom: 15px;
}

/* line 1, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement {
  display: inline-block;
  float: right;
  padding: 40px 40px 10px;
}
/* line 5, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .tick {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
/* line 10, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .tick i.fa, .booking_ticks_replacement .tick .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .booking_ticks_replacement .tick i.close:before {
  font-size: 40px;
  color: white;
}
/* line 14, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .tick img {
  max-height: 35px;
}
/* line 17, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .tick span {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 8px;
  line-height: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 5px;
  width: 60px;
  text-align: center;
  opacity: 0;
  transition: all .6s;
}
/* line 36, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .tick span:before {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-width: 8px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
/* line 51, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .tick.tick_plus {
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 57, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .tick.tick_plus:before, .booking_ticks_replacement .tick.tick_plus:after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #4b4b4b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 71, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .tick.tick_plus:after {
  width: 15px;
  height: 1px;
}
/* line 77, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .tick:hover span {
  opacity: 1;
  margin-bottom: 10px;
}
/* line 83, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement .title {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0 0;
}

/* line 89, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 97, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 109, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block .head {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  padding: 10px 0;
}
/* line 116, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}
/* line 123, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block .close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 135, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block .tick {
  padding: 10px 0;
}
/* line 137, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block .tick .ico {
  display: inline-block;
  width: 60px;
  text-align: center;
}
/* line 141, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block .tick .ico i.fa, .booking_ticks_replacement_full .block .tick .ico i.close:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
}
/* line 146, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block .tick .ico img {
  vertical-align: middle;
}
/* line 150, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block .tick .content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  margin-right: 20px;
}
/* line 155, ../../../sass/booking/booking_process_v1/_ticks_replacement.scss */
.booking_ticks_replacement_full .block .tick .content .title {
  display: block;
  font-weight: 700;
  font-size: 16px;
}

/* line 1, ../../../sass/booking/booking_process_v1/_promocode_tooltips.scss */
.promocode_wrapper .tooltip_wrapper {
  position: absolute;
  background: white;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  padding: 15px;
  top: 100%;
}
/* line 7, ../../../sass/booking/booking_process_v1/_promocode_tooltips.scss */
.promocode_wrapper .tooltip_wrapper:before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 100%;
}
/* line 15, ../../../sass/booking/booking_process_v1/_promocode_tooltips.scss */
.promocode_wrapper .tooltip_wrapper a {
  text-decoration: underline;
}

/* line 3, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search {
  width: 1140px;
  position: relative;
}
/* line 7, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .booking-search-results.has_web_support {
  width: 75% !important;
  float: left;
}
/* line 11, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .booking-search-results.has_web_support .title_booking_breakdown {
  width: 170px;
}
/* line 16, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .call_center_wrapper {
  width: 24%;
  border: 1px solid #96bd12;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
/* line 24, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .call_center_wrapper .wrapper-new-web-support {
  width: auto;
}
/* line 27, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .call_center_wrapper .wrapper-new-web-support .web_support_number, .booking-box--search .call_center_wrapper .wrapper-new-web-support .web_support_label_1 {
  font-weight: lighter;
  margin-left: 0;
}
/* line 34, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .web_support_label_1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
  left: 0;
  right: 0;
  margin: auto !important;
  float: none;
  display: block;
  color: #707173;
}
/* line 46, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .web_support_label_1:before {
  display: block;
  float: left;
  border: 0;
  margin-top: 0;
  font-size: 23px;
}
/* line 54, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .web_support_label_1 .web_support_wrapper {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}
/* line 59, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .web_support_label_1 .web_support_wrapper a:hover {
  opacity: 0.8;
}
/* line 63, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking-box--search .web_support_label_1 .web_support_wrapper strong {
  font-weight: bolder;
  display: block;
}

/* line 73, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .center_container {
  width: 1140px;
  margin: auto;
  position: relative;
  display: table;
}
/* line 79, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .center_container .booking-search-results.booking-box__content.has_web_support {
  width: 75%;
  float: left;
}
/* line 83, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .center_container .booking-search-results.booking-box__content.has_web_support .title_booking_breakdown {
  width: 120px;
  font-weight: 400;
}
/* line 89, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .center_container .booking-search-results.booking-box__content.has_web_support .booking-search-results__search-data {
  padding-left: 20px;
}
/* line 93, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .center_container .booking-search-results.booking-box__content.has_web_support .booking-search-results__rooms-list {
  padding-left: 45px;
}
/* line 95, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .center_container .booking-search-results.booking-box__content.has_web_support .booking-search-results__rooms-list i.fa, .hidden_booking_summary .center_container .booking-search-results.booking-box__content.has_web_support .booking-search-results__rooms-list .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .hidden_booking_summary .center_container .booking-search-results.booking-box__content.has_web_support .booking-search-results__rooms-list i.close:before {
  left: 10px;
}
/* line 102, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .center_container .booking-search-results.booking-box__content.has_web_support .booking-search-results__new-search .total_price_label .monedaConv {
  margin-right: 2px;
}
/* line 110, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper {
  position: absolute;
  right: 0;
  width: 25%;
}
/* line 116, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .web_support_label_1 {
  color: #707173;
}
/* line 120, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper {
  width: 24%;
  position: absolute;
  right: 0;
  bottom: -9px;
  top: -10px;
  border-left: 1px solid #96bd12;
}
/* line 128, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper .wrapper-new-web-support {
  width: auto;
  top: 0 !important;
  bottom: 0;
}
/* line 133, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper .wrapper-new-web-support .web_support_number, .hidden_booking_summary .call_center_wrapper .wrapper-new-web-support .web_support_label_1 {
  font-weight: lighter;
  margin-left: 0;
}
/* line 139, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper .web_support_label_1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
  left: 0;
  right: 0;
  margin: auto !important;
  float: none;
  display: block;
  color: #707173;
}
/* line 151, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper .web_support_label_1:before {
  display: block;
  float: left;
  border: 0;
  margin-top: 0;
  font-size: 23px;
}
/* line 159, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper .web_support_label_1 .web_support_wrapper {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}
/* line 164, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper .web_support_label_1 .web_support_wrapper a:hover {
  opacity: 0.8;
}
/* line 168, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper .web_support_label_1 .web_support_wrapper strong {
  font-weight: bolder;
  display: block;
}
/* line 176, ../../../sass/booking/booking_process_v1/_call_center.scss */
.hidden_booking_summary .call_center_wrapper .wrapper-new-web-support .web_support_label_1 {
  margin-left: 22px !important;
}

/* line 183, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking_process_version_1 .floating_promocode_wrapper {
  max-width: 1140px;
  width: 100%;
  margin: auto auto 20px;
  text-align: right;
}
/* line 189, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking_process_version_1 .floating_promocode_wrapper .promocode_text {
  display: inline-block;
  float: right;
  background-color: white;
  width: 200px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #cec9c9;
  border-right-color: white;
}
/* line 201, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking_process_version_1 .floating_promocode_wrapper .remove_promocode_wrapper {
  display: inline-block;
  float: right;
  background-color: #545454;
  color: white;
  padding: 11px 10px;
  width: 100px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 213, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking_process_version_1 .floating_promocode_wrapper .promocode_status_wrapper {
  display: inline-block;
  float: right;
  clear: both;
}
/* line 218, ../../../sass/booking/booking_process_v1/_call_center.scss */
.booking_process_version_1 .floating_promocode_wrapper .promocode_status_wrapper.ok {
  color: green;
}

/* line 1, ../../../sass/booking/booking_process_v1/_users_club.scss */
.club-booking1-message-wraper {
  width: 1140px;
  margin: 0 auto 15px;
  display: block;
  box-sizing: border-box;
  max-width: 100%;
}

/* line 2, ../../../sass/booking/booking_process_v1/_bono_apply.scss */
#wrapper_bono {
  display: none;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-top: 5px;
}

/* line 10, ../../../sass/booking/booking_process_v1/_bono_apply.scss */
#bono_message {
  display: None;
  font-style: italic;
  color: gray;
  margin: 5px;
  margin-left: 27px;
  font-weight: bold;
}

/* line 19, ../../../sass/booking/booking_process_v1/_bono_apply.scss */
#bono_apply {
  border-radius: 4px;
  height: 28px;
  color: white;
  display: block;
  width: 28px;
  background-color: #6aa105;
  border: 0px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}

/* line 32, ../../../sass/booking/booking_process_v1/_bono_apply.scss */
#bono_identifier {
  height: 22px;
  width: 50%;
  margin-left: 26px;
  margin-right: 5px;
}

/* line 39, ../../../sass/booking/booking_process_v1/_bono_apply.scss */
.bono_applied {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
}

/* line 45, ../../../sass/booking/booking_process_v1/_bono_apply.scss */
.bono_message_dyn {
  font-family: Gudea, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

/* line 51, ../../../sass/booking/booking_process_v1/_bono_apply.scss */
.bono_message_price_dyn {
  margin-right: 5px;
  font-weight: 600;
  font-size: 1.3em;
}

@media only screen and (max-width: 1140px) {
  /* line 2, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) {
    min-width: 860px;
  }
  /* line 5, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div.site-header .header_center_wrapper {
    width: 100%;
  }
  /* line 9, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process {
    padding-left: 8px;
  }
  /* line 13, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process #booking.boking_widget_inline {
    width: 100%;
  }
  /* line 17, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .actual_wizard_step {
    width: 100%;
    overflow: hidden;
  }
  /* line 22, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-1 .contTipoHabitacion {
    width: 100%;
  }
  /* line 26, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-1 .booking-box--search, body:not(.iPad_user) div#step-2 .booking-box--search, body:not(.iPad_user) div#step-3 .booking-box--search {
    width: 100%;
  }
  /* line 30, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-1 .booking-box--search .booking-box__content, body:not(.iPad_user) div#step-2 .booking-box--search .booking-box__content {
    width: 100%;
  }
  /* line 34, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process #booking.boking_widget_inline .wrapper_booking_button {
    width: 47%;
  }
  /* line 38, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process #booking.boking_widget_inline .spinner_wrapper {
    width: 50%;
  }
  /* line 42, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-1 .contTipoHabitacion .contFotoHabitacion {
    width: 30%;
  }
  /* line 46, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-1 .contTipoHabitacion .contDescHabitacion {
    width: 69%;
  }
  /* line 48, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-1 .contTipoHabitacion .contDescHabitacion .cabeceraNombreHabitacion .tipoHabitacion {
    width: 100% !important;
  }
  /* line 53, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-2 .upgrade_text {
    width: 100%;
  }
  /* line 57, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-2 .upgrade_services {
    width: 100%;
  }
  /* line 61, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-2 .booking-2-service-container {
    width: 100%;
  }
  /* line 65, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-2 .booking_button_wrapper {
    width: 100%;
  }
  /* line 69, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div#step-3 #personal-details-form {
    width: 100%;
  }
  /* line 73, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .hidden_booking_summary .booking-search-results.booking-box__content {
    width: 100%;
  }
  /* line 77, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .hidden_booking_summary {
    box-sizing: border-box;
  }
  /* line 80, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .hidden_booking_summary .center_container {
    width: 100%;
  }
  /* line 85, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process #booking.boking_widget_inline .guest_selector {
    width: 20%;
  }
  /* line 87, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process #booking.boking_widget_inline .guest_selector .placeholder_text {
    font-size: 18px;
  }
  /* line 92, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) #footer_bottom_text {
    width: 100%;
  }
  /* line 96, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .cards_extended_wrapper {
    width: 100%;
  }
  /* line 100, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process.has_babies #booking.boking_widget_inline .wrapper_booking_button {
    width: 39% !important;
  }
  /* line 104, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process.has_babies #booking.boking_widget_inline .promocode_wrapper .promocode_label {
    font-size: 11px !important;
  }
  /* line 108, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking-search-results .booking-search-results__search-data {
    padding-left: 31px;
  }
  /* line 112, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .date_box.departure_date {
    background: none;
  }
  /* line 116, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) div.site-header .language_header_selector_booking_process {
    border-right: 0;
  }
  /* line 120, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) form.booking_form.booking-form-center-text.paraty-booking-form {
    margin: auto;
  }
  /* line 125, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking-box--search .booking-search-results.has_web_support .title_booking_breakdown {
    width: 100px;
  }

  /* line 130, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  .no-availability-section {
    width: 100%;
  }

  /* line 134, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  div#step-1 table.listadoHabsTarifas .regimen_tr_element.has_min_warning .popup_min_stay_warning {
    width: 161px;
    left: calc(100% - 59px);
    font-size: 11px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 142, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  .booking-box--search .booking-search-results.has_web_support .title_booking_breakdown {
    display: none;
  }

  /* line 147, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  .call_center_wrapper .wrapper-new-web-support .web_support_label_1:before {
    display: none;
  }

  /* line 153, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  .hidden_booking_summary .title_booking_breakdown {
    display: none;
  }
  /* line 158, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  .hidden_booking_summary .call_center_wrapper .web_support_label_1:before {
    display: none;
  }

  /* line 164, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  div#step-1 table.listadoHabsTarifas .regimen_tr_element.has_min_warning .popup_min_stay_warning {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  /* line 171, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .site-header__ticks {
    zoom: 0.8;
    margin-top: 16px;
  }
  /* line 176, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking-search-results .title_booking_breakdown {
    width: 120px;
  }
  /* line 180, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process.has_babies .guest_selector {
    width: 280px !important;
  }
  /* line 183, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking-search-results .booking-search-results__rooms-list {
    padding-left: 50px;
  }
  /* line 185, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking-search-results .booking-search-results__rooms-list i.fa, body:not(.iPad_user) .booking-search-results .booking-search-results__rooms-list .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block body:not(.iPad_user) .booking-search-results .booking-search-results__rooms-list i.close:before {
    left: 10px;
  }
}
@media only screen and (max-width: 860px) {
  /* line 195, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process #booking.boking_widget_inline .wrapper_booking_button {
    width: 46.5%;
  }
  /* line 200, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .booking_engine_wrapper_process.has_babies #booking.boking_widget_inline .wrapper_booking_button {
    width: 38% !important;
  }
  /* line 207, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .hidden_booking_summary #modify-button {
    display: none;
  }
  /* line 211, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  body:not(.iPad_user) .hidden_booking_summary .call_center_wrapper {
    width: 30%;
  }

  /* line 217, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  div#step-1 table.listadoHabsTarifas .regimen_tr_element.has_min_warning .regimenColumn {
    width: 39%;
  }

  /* line 221, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  div#step-1 table.listadoHabsTarifas .regimen_tr_element.has_min_warning .regimen_name_wrapper {
    max-width: 195px;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 960px) {
  /* line 227, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  div#step-1 .booking-box--search.has_currency_selector .has_web_support .booking-search-results__rooms-list i.fa, div#step-1 .booking-box--search.has_currency_selector .has_web_support .booking-search-results__rooms-list .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block div#step-1 .booking-box--search.has_currency_selector .has_web_support .booking-search-results__rooms-list i.close:before {
    display: none;
  }

  /* line 231, ../../../sass/booking/booking_process_v1/_responsive_styles.scss */
  .booking-search-results .booking-search-results__search-data i.fa, .booking-search-results .booking-search-results__search-data .booking_ticks_replacement_full .block i.close:before, .booking_ticks_replacement_full .block .booking-search-results .booking-search-results__search-data i.close:before {
    margin-right: 5px;
  }
}
/* line 3, ../../../sass/booking/booking_process_v1/_language_styles.scss */
body.ru.booking_process_version_1 .booking_engine_wrapper_process.has_babies .guest_selector {
  width: 330px !important;
}
/* line 7, ../../../sass/booking/booking_process_v1/_language_styles.scss */
body.ru.booking_process_version_1 .booking_engine_wrapper_process.has_babies .wrapper_booking_button {
  width: 515px !important;
}

/* line 7, ../../../sass/booking/booking_process_v1/_booking_widget.scss */
body.booking_process_version_1 #full_wrapper_booking.hidden_promocode #booking #full-booking-engine-html-7 .wrapper_booking_button .promocode_wrapper {
  cursor: default;
}
/* line 9, ../../../sass/booking/booking_process_v1/_booking_widget.scss */
body.booking_process_version_1 #full_wrapper_booking.hidden_promocode #booking #full-booking-engine-html-7 .wrapper_booking_button .promocode_wrapper .promocode_label {
  display: none;
}
/* line 12, ../../../sass/booking/booking_process_v1/_booking_widget.scss */
body.booking_process_version_1 #full_wrapper_booking.hidden_promocode #booking #full-booking-engine-html-7 .wrapper_booking_button .promocode_wrapper .promocode_input {
  color: transparent;
  position: relative;
  z-index: -1;
}
/* line 25, ../../../sass/booking/booking_process_v1/_booking_widget.scss */
body.booking_process_version_1 #full_wrapper_booking #booking #full-booking-engine-html-7 .booking_form.has_pets_select .guest_selector {
  width: 424px !important;
}
/* line 28, ../../../sass/booking/booking_process_v1/_booking_widget.scss */
body.booking_process_version_1 #full_wrapper_booking #booking #full-booking-engine-html-7 .booking_form.has_pets_select .room_list_wrapper {
  width: 400px;
}
/* line 33, ../../../sass/booking/booking_process_v1/_booking_widget.scss */
body.booking_process_version_1 #full_wrapper_booking #booking #full-booking-engine-html-7 .booking_form.has_pets_select .room_list_wrapper .room_list .room .adults_selector, body.booking_process_version_1 #full_wrapper_booking #booking #full-booking-engine-html-7 .booking_form.has_pets_select .room_list_wrapper .room_list .room .babies_selector {
  width: 25% !important;
}
/* line 37, ../../../sass/booking/booking_process_v1/_booking_widget.scss */
body.booking_process_version_1 #full_wrapper_booking #booking #full-booking-engine-html-7 .booking_form.has_pets_select .room_list_wrapper .room_list .room .children_selector {
  width: 35% !important;
}
/* line 41, ../../../sass/booking/booking_process_v1/_booking_widget.scss */
body.booking_process_version_1 #full_wrapper_booking #booking #full-booking-engine-html-7 .booking_form.has_pets_select .room_list_wrapper .room_list .room .pets_selector {
  width: 25%;
  border: 1px solid #c3c3c3;
  border-left: 0;
  padding: 7px 10px 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}
/* line 55, ../../../sass/booking/booking_process_v1/_booking_widget.scss */
body.booking_process_version_1 #full_wrapper_booking #booking #full-booking-engine-html-7 .booking_form.has_pets_select .wrapper_booking_button {
  width: 431px;
}

@keyframes reveal_right {
  from {
    right: 50%;
  }
  to {
    right: 30px;
  }
}
@keyframes custom_background_slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* line 19, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper {
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 42, 68, 0.6);
}
/* line 27, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper b {
  font-weight: bold;
}
/* line 30, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_content, .otas_wrapper .otas_usement_grade_content {
  border-radius: 3px;
  background: white;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 35, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_content .otas_subtitle, .otas_wrapper .otas_usement_grade_content .otas_subtitle {
  font-size: 22px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #00557F;
  margin: 0 20px;
}
/* line 42, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_content .otas_subtitle small, .otas_wrapper .otas_usement_grade_content .otas_subtitle small {
  font-size: 16px;
  display: block;
  font-weight: 300;
}
/* line 48, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_content .description_otas, .otas_wrapper .otas_usement_grade_content .description_otas {
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 54, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_content .buttons_wrapper, .otas_wrapper .otas_usement_grade_content .buttons_wrapper {
  width: 450px;
  text-align: center;
}
/* line 57, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_content .buttons_wrapper .ota_option, .otas_wrapper .otas_usement_grade_content .buttons_wrapper .ota_option {
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px;
  width: 200px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  background: lightgray;
  margin: 6px;
  color: white;
  cursor: pointer;
}
/* line 70, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_content .buttons_wrapper .ota_option:hover, .otas_wrapper .otas_usement_grade_content .buttons_wrapper .ota_option:hover {
  background: #00557F;
}
/* line 77, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content {
  display: none;
}
/* line 80, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .grade_selection_wrapper {
  display: flex;
  justify-content: space-evenly;
}
/* line 84, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .grade_selection_wrapper .grade_option {
  margin-right: 10px;
  position: relative;
}
/* line 87, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .grade_selection_wrapper .grade_option span {
  position: absolute;
  bottom: 100%;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
/* line 94, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .grade_selection_wrapper .grade_option:last-of-type {
  margin-right: 0;
}
/* line 99, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .grade_selection_wrapper .grade_label, .otas_wrapper .otas_usement_grade_content .grade_selection_wrapper .grade_radio_input {
  display: block;
  text-align: center;
  cursor: pointer;
}
/* line 105, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .grade_selection_wrapper .grade_label {
  font-size: 14px;
}
/* line 109, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .grade_selection_wrapper .grade_radio_input {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #707173;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
/* line 119, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .grade_selection_wrapper .grade_radio_input:checked:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #707173;
  border-radius: 20px;
}
/* line 132, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .submit_selection_button {
  background: #1F567D;
  color: white;
  padding: 7px 35px;
  display: table;
  margin: 20px auto 0;
  cursor: pointer;
}
/* line 140, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.otas_wrapper .otas_usement_grade_content .submit_selection_button.disabled {
  opacity: 0.3;
}

/* line 147, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.ota_minibanner_wrapper {
  position: fixed;
  bottom: 50px;
  right: 30px;
  max-height: 500px;
  z-index: 12;
  -webkit-transition: max-height 0s;
  -moz-transition: max-height 0s;
  -ms-transition: max-height 0s;
  -o-transition: max-height 0s;
  transition: max-height 0s;
  cursor: pointer;
}
/* line 160, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.ota_minibanner_wrapper .close_card_button {
  position: absolute;
  right: 2px;
  color: white;
  width: 20px;
  font-weight: lighter;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  text-shadow: 0 0 3px #000;
  font-size: 35px;
  top: -30px;
}
/* line 177, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.ota_minibanner_wrapper .image_wrapper {
  overflow: hidden;
  position: relative;
}
/* line 180, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.ota_minibanner_wrapper .image_wrapper:after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 200%;
  height: 220px;
  position: absolute;
  z-index: 1;
  animation: custom_background_slide 3s infinite;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 1%, white 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 1%, white 51%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
/* line 195, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.ota_minibanner_wrapper.hide {
  display: none;
}
/* line 198, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.ota_minibanner_wrapper.toright_animation {
  animation: reveal_right 1.5s forwards;
}

/* line 203, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper {
  position: relative;
  width: 1140px;
  margin: auto auto 20px auto;
  display: flex;
  align-items: center;
  background: white;
}
/* line 210, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper {
  background: #00557F;
  display: flex;
  width: 25%;
  padding: 5px 0;
  align-items: center;
  text-align: center;
}
/* line 217, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper .icon_wrapper {
  display: inline-block;
  width: 14%;
  background: #3B81A1;
  padding: 5px;
  border-radius: 5px;
  margin-left: 10px;
}
/* line 224, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper .icon_wrapper i {
  color: white;
}
/* line 226, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper .icon_wrapper i:before {
  font-size: 38px;
}
/* line 231, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper .slider_countdown {
  position: relative;
  margin: 0;
  padding-top: 6px;
  margin-left: 20px;
  bottom: auto;
  transform: none;
  left: auto !important;
}
/* line 239, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper .slider_countdown .days {
  display: none;
}
/* line 242, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper .slider_countdown .title_format {
  font-size: 12px;
}
/* line 245, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper .slider_countdown .date {
  font-weight: 600;
  font-size: 2rem;
}
/* line 249, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper .slider_countdown > div {
  padding: 0 5px;
}
/* line 251, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper .slider_countdown > div:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
/* line 256, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper.show_days {
  width: 30%;
}
/* line 258, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .countdown_wrapper.show_days .slider_countdown .days {
  display: inline-block;
}
/* line 263, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .banner_count_ota {
  display: inline-block;
  width: 70%;
}
/* line 266, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .banner_count_ota .banner_count_text {
  padding-left: 40px;
  font-size: 16px;
}
/* line 270, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper .banner_count_ota .image_banner_count {
  width: 100%;
}
/* line 274, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: #00557F;
  animation: reveal 4s forwards;
}

/* line 285, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers {
  position: relative;
  width: auto;
  display: inline-block;
  margin-left: 10px;
}
/* line 291, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper {
  background: #00557F;
  display: flex;
  width: 100%;
  height: 15px;
  padding: 1px 0;
  align-items: center;
  text-align: center;
}
/* line 300, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper .icon_wrapper {
  display: inline-block;
  width: 5px;
  margin: 0 5px;
}
/* line 304, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper .icon_wrapper i {
  color: white !important;
}
/* line 306, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper .icon_wrapper i:before {
  font-size: 14px !important;
}
/* line 312, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper .slider_countdown {
  position: relative;
  margin: 0;
  bottom: auto;
  transform: none;
  left: auto !important;
}
/* line 318, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper .slider_countdown .days {
  display: none;
}
/* line 321, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper .slider_countdown .title_format {
  display: none;
}
/* line 324, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper .slider_countdown .date {
  font-weight: 600;
  font-size: 12px;
}
/* line 328, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper .slider_countdown > div {
  padding: 0 2px;
}
/* line 330, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper .slider_countdown > div:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
/* line 336, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers .countdown_wrapper.show_days .slider_countdown .days {
  display: inline-block;
}
/* line 342, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 {
  position: relative;
  left: 0 !important;
  display: inline-block;
  width: auto !important;
}
/* line 348, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper {
  width: auto !important;
  border: 1px solid;
  overflow: hidden;
  height: auto;
  padding: 0;
  border-radius: 3px;
}
/* line 356, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper .icon_wrapper {
  width: auto;
  display: flex;
  background: white;
  margin: 0;
  padding: 4px 6px;
  align-items: center;
}
/* line 364, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper .icon_wrapper i {
  display: inline-block;
  color: inherit !important;
  margin-right: 5px;
}
/* line 369, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper .icon_wrapper i:before {
  font-size: 11px !important;
}
/* line 374, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper .icon_wrapper .countdown_label {
  display: inline-block;
  white-space: nowrap;
  font-size: 10px;
}
/* line 381, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper .slider_countdown {
  width: auto;
}
/* line 384, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper .slider_countdown > div {
  padding: 0 3px;
}
/* line 388, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper .slider_countdown .date {
  font-size: 11px;
}
/* line 392, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper .slider_countdown .days, .banner_count_offers.v2 .countdown_wrapper .slider_countdown .hours, .banner_count_offers.v2 .countdown_wrapper .slider_countdown .minutes {
  border-right: 0;
  position: relative;
}
/* line 396, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
.banner_count_offers.v2 .countdown_wrapper .slider_countdown .days:after, .banner_count_offers.v2 .countdown_wrapper .slider_countdown .hours:after, .banner_count_offers.v2 .countdown_wrapper .slider_countdown .minutes:after {
  content: ':';
  position: absolute;
  right: 0;
  top: 44%;
  transform: translateY(-50%);
}

@keyframes reveal {
  from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 100% 0 0);
  }
}
@media (max-width: 700px) {
  /* line 421, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .otas_wrapper .otas_content {
    padding: 30px 0;
  }
  /* line 423, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .otas_wrapper .otas_content .buttons_wrapper {
    width: 350px;
  }
  /* line 426, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .otas_wrapper .otas_content .otas_subtitle {
    font-size: 16px;
    text-align: left;
  }
  /* line 429, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .otas_wrapper .otas_content .otas_subtitle small {
    display: inline-block;
    font-size: 16px;
  }

  /* line 436, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper {
    display: inline-block;
    width: 100%;
    margin: 15px auto auto auto;
  }
  /* line 440, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper.inline {
    margin: 15px auto 15px auto;
  }
  /* line 443, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper .countdown_wrapper {
    width: 100%;
    padding: 10px 0;
  }
  /* line 446, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper .countdown_wrapper.show_days {
    width: 100%;
  }
  /* line 449, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper .countdown_wrapper .icon_wrapper {
    padding: 8px 12px;
  }
  /* line 452, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper .countdown_wrapper .slider_countdown {
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
  }
  /* line 458, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper .countdown_wrapper .slider_countdown .title_format {
    padding-top: 0;
    font-size: 16px;
  }
  /* line 463, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper .countdown_wrapper .slider_countdown > div {
    padding: 0 15px;
  }
  /* line 466, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper .countdown_wrapper .slider_countdown .date {
    font-size: 24px;
  }
  /* line 471, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper .banner_count_ota {
    width: 100%;
    display: block;
  }
  /* line 474, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper .banner_count_ota .banner_count_text {
    text-align: center;
    padding: 10px 50px;
    font-weight: bold;
  }
  /* line 480, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_wrapper:before {
    content: none;
  }

  /* line 484, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_offers {
    width: 90px;
    margin-left: 0;
  }
  /* line 491, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_offers .countdown_wrapper {
    width: 90px;
    border-radius: 5px;
  }
  /* line 494, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_offers .countdown_wrapper .icon_wrapper {
    display: none;
  }
  /* line 497, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_offers .countdown_wrapper .slider_countdown {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 503, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_offers .countdown_wrapper.show_days {
    width: 120px;
  }
  /* line 507, ../../../sass/booking/tools/ota_tools/_main_popup.scss */
  .banner_count_offers.show_days {
    top: 2px;
    left: 5px;
    width: 120px;
  }
}
/* line 1, ../../../sass/extra/_no_available_upgrading.scss */
.popup_no_upgrading_available {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
/* line 12, ../../../sass/extra/_no_available_upgrading.scss */
.popup_no_upgrading_available * {
  box-sizing: border-box;
}
/* line 16, ../../../sass/extra/_no_available_upgrading.scss */
.popup_no_upgrading_available:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
/* line 27, ../../../sass/extra/_no_available_upgrading.scss */
.popup_no_upgrading_available .content {
  max-width: 400px;
  border-radius: 4px;
  background-color: white;
  position: relative;
  z-index: 2;
  padding: 16px;
  font-size: 16px;
  width: 90%;
}
/* line 37, ../../../sass/extra/_no_available_upgrading.scss */
.popup_no_upgrading_available .content .close_upgrading_popup {
  margin-top: 12px;
  color: #325da7;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 30, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element, .datepicker_wrapper_element_2, .datepicker_wrapper_element_3 {
  border-radius: 0;
  border-top: 2px solid #8abf33;
  width: auto;
}
/* line 36, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element[datepicker=startDate]:before, .datepicker_wrapper_element[datepicker=startDate]:after, .datepicker_wrapper_element_2[datepicker=startDate]:before, .datepicker_wrapper_element_2[datepicker=startDate]:after, .datepicker_wrapper_element_3[datepicker=startDate]:before, .datepicker_wrapper_element_3[datepicker=startDate]:after {
  left: -370px;
}
/* line 41, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element:after, .datepicker_wrapper_element:before, .datepicker_wrapper_element_2:after, .datepicker_wrapper_element_2:before, .datepicker_wrapper_element_3:after, .datepicker_wrapper_element_3:before {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 99%;
  content: "";
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-bottom: 15px solid white;
}
/* line 54, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element:before, .datepicker_wrapper_element_2:before, .datepicker_wrapper_element_3:before {
  bottom: 100%;
  border: 15px solid transparent;
  border-bottom: 16px solid #a1be31;
}
/* line 62, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header {
  padding: 20px 0 0;
  background: transparent;
}
/* line 65, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-title, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-title, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-title, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-title, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-title, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-title {
  color: #4B4B4B;
  font-size: 80%;
}
/* line 69, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-next {
  margin-top: 15px;
}
/* line 71, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-prev span, .datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-next span, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-prev span, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-next span, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-prev span, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-next span, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-prev span, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-next span, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-prev span, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-next span, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-prev span, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-next span {
  position: relative;
  background: none;
}
/* line 74, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-prev span:before, .datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-next span:before, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-prev span:before, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-next span:before, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-prev span:before, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-next span:before, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-prev span:before, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-next span:before, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-prev span:before, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-widget-header .ui-datepicker-next span:before, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-prev span:before, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-widget-header .ui-datepicker-next span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  content: '\f0d7';
  font-family: "fontawesome", sans-serif;
  font-size: 20px;
  display: block;
  color: #4B4B4B;
  text-indent: 0;
}
/* line 92, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td {
  height: 35px;
  border-color: #ccc;
}
/* line 95, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  opacity: .5;
}
/* line 98, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date {
  opacity: 1;
}
/* line 100, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date .ui-state-default, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date .ui-state-default, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date .ui-state-default, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date .ui-state-default, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date .ui-state-default, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-start_date .ui-state-default {
  background-color: #ffd600;
}
/* line 104, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted {
  opacity: 1;
}
/* line 106, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted .ui-state-default, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted .ui-state-default, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted .ui-state-default, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted .ui-state-default, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted .ui-state-default, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlighted .ui-state-default {
  background-color: #ffd60050;
}
/* line 113, ../../../sass/booking/booking_process_v1.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .specific_month_selector, .datepicker_wrapper_element .datepicker_ext_inf_sd .ui-datepicker .go_back_button, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .specific_month_selector, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-datepicker .go_back_button, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .specific_month_selector, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-datepicker .go_back_button, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .specific_month_selector, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-datepicker .go_back_button, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .specific_month_selector, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-datepicker .go_back_button, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .specific_month_selector, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-datepicker .go_back_button {
  border-radius: 0;
}

/* line 120, ../../../sass/booking/booking_process_v1.scss */
.fancybox-type-iframe {
  min-width: 800px;
}
/* line 123, ../../../sass/booking/booking_process_v1.scss */
.fancybox-type-iframe .fancybox-inner {
  width: 100% !important;
}

/* line 128, ../../../sass/booking/booking_process_v1.scss */
#fancybox-thumbs {
  z-index: 8011;
}

/* line 132, ../../../sass/booking/booking_process_v1.scss */
.fancybox_wrap--popup-image {
  background: transparent !important;
}
/* line 134, ../../../sass/booking/booking_process_v1.scss */
.fancybox_wrap--popup-image .fancybox-skin {
  background: transparent !important;
}
/* line 137, ../../../sass/booking/booking_process_v1.scss */
.fancybox_wrap--popup-image .fancybox-outer, .fancybox_wrap--popup-image .fancybox-inner {
  background: transparent !important;
}
/* line 141, ../../../sass/booking/booking_process_v1.scss */
.fancybox_wrap--popup-image .fancybox-close {
  display: none;
}

/* line 146, ../../../sass/booking/booking_process_v1.scss */
.fancybox-wrap--popup-text {
  position: relative;
}
/* line 149, ../../../sass/booking/booking_process_v1.scss */
.fancybox-wrap--popup-text .fancybox-outer {
  border-radius: 0;
  padding: 0 !important;
}
/* line 154, ../../../sass/booking/booking_process_v1.scss */
.fancybox-wrap--popup-text .fancybox-inner {
  width: 100% !important;
}
/* line 158, ../../../sass/booking/booking_process_v1.scss */
.fancybox-wrap--popup-text .fancybox-close {
  display: none;
}

/* line 163, ../../../sass/booking/booking_process_v1.scss */
.fancybox-wrap--popup-text.rates_conditions_popup {
  border-radius: 4px;
  overflow: hidden !important;
}

/* line 173, ../../../sass/booking/booking_process_v1.scss */
.rate_conditions_popup_wrapper {
  font-weight: lighter;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
}
/* line 182, ../../../sass/booking/booking_process_v1.scss */
.rate_conditions_popup_wrapper div {
  margin-bottom: 6px;
}
/* line 186, ../../../sass/booking/booking_process_v1.scss */
.rate_conditions_popup_wrapper h3.rate_name {
  margin-bottom: 0 !important;
  position: relative;
  width: 100%;
  z-index: 20;
  font-size: 22px;
  text-transform: unset;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
  background: #333;
  font-weight: lighter;
  font-family: 'Source Sans Pro', sans-serif;
  left: 0;
  color: white;
}
/* line 204, ../../../sass/booking/booking_process_v1.scss */
.rate_conditions_popup_wrapper .rate_description_content {
  padding: 20px 20px 0 20px;
  font-weight: 500;
  font-size: 16px;
}
/* line 209, ../../../sass/booking/booking_process_v1.scss */
.rate_conditions_popup_wrapper .rate_description_content strong {
  font-weight: bold;
}
/* line 214, ../../../sass/booking/booking_process_v1.scss */
.rate_conditions_popup_wrapper .close_button_element {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 21;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 19px;
  font-weight: lighter;
  cursor: pointer;
}

/* line 230, ../../../sass/booking/booking_process_v1.scss */
.extra_room_info_popup_wrapper .fancybox-skin,
.extra_room_info_popup_wrapper .fancybox-outer {
  background: none;
  box-shadow: none;
}
/* line 236, ../../../sass/booking/booking_process_v1.scss */
.extra_room_info_popup_wrapper .fancybox-close {
  display: none;
}
/* line 240, ../../../sass/booking/booking_process_v1.scss */
.extra_room_info_popup_wrapper .extra_room_info_popup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
}
/* line 250, ../../../sass/booking/booking_process_v1.scss */
.extra_room_info_popup_wrapper .extra_room_info_popup .room_info {
  box-sizing: border-box;
  width: 400px;
  padding: 20px;
  background-color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 259, ../../../sass/booking/booking_process_v1.scss */
.extra_room_info_popup_wrapper .extra_room_info_popup .room_info .room_info_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}

/* line 268, ../../../sass/booking/booking_process_v1.scss */
#invalid-promocode {
  width: 1140px;
  margin: auto !important;
  display: block;
}

/* line 274, ../../../sass/booking/booking_process_v1.scss */
.step_3 {
  border-top: 2px solid #cecece;
}

/* Fix for Firefox fancybox overlay in booking3 */
/* line 280, ../../../sass/booking/booking_process_v1.scss */
.booking_process_version_1 .fancybox-overlay {
  background: rgba(0, 0, 0, 0.6);
}