/* tr.less v8.27 FTP */
/* //////////////////////////////////////////////////////////////////////////////////
+
+ LESS
+
///////////////////////////////////////////////////////////////////////////////////*/
/* FONT ////////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: Roboto;
  src: url('/f/roboto-light-webfont.eot');
  src: url('/f/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('/f/roboto-light-webfont.woff2') format('woff2'), url('/f/roboto-light-webfont.woff') format('woff'), url('/f/roboto-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('/f/roboto-regular-webfont.eot');
  src: url('/f/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/f/roboto-regular-webfont.woff2') format('woff2'), url('/f/roboto-regular-webfont.woff') format('woff'), url('/f/roboto-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('/f/roboto-bold-webfont.eot');
  src: url('/f/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/f/roboto-bold-webfont.woff2') format('woff2'), url('/f/roboto-bold-webfont.woff') format('woff'), url('/f/roboto-bold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/* COLORS ////////////////////////////////////////////////////////////////////////////////// */
.bg-color {
  color: #FFF;
  background-color: #00dbdf;
}
/* //////////////////////////////////////////////////////////////////////////////////
+
+ 0. RESET 
+
///////////////////////////////////////////////////////////////////////////////////*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0px;
  margin: 0px;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1;
}
article,
#aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
a img,
:link img,
:visited img {
  border: none;
}
:focus {
  outline: none;
}
input,
select {
  vertical-align: middle;
}
input[type="checkbox"],
input[type="radio"] {
  background: none;
  border: 0;
  padding: 0;
  width: auto !important;
}
input[type="radio"] {
  vertical-align: baseline;
}
input[type="checkbox"] {
  vertical-align: baseline;
}
/* //////////////////////////////////////////////////////////////////////////////////
+
+ 1. TAGS & GUI'S & HACKS 
+
///////////////////////////////////////////////////////////////////////////////////*/
body {
  font: 400 13px "Roboto", Helvetica, Arial, sans-serif;
  color: #555555;
  background-color: #F4F4F4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font: 300 36px "Roboto", Helvetica, Arial, sans-serif;
  color: #00dbdf;
}
h2 {
  font-size: 24px;
}
#offer h2,
#best h2,
#upgrade h2,
#nodispo .dialog h2,
#other h2,
#book-details > h2 {
  position: relative;
  color: #FFF;
  background-color: #00dbdf;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px 3px 0 0;
}
@media (min-width: 768px) {
  #offer h2,
  #best h2,
  #upgrade h2,
  #nodispo .dialog h2,
  #other h2,
  #book-details > h2 {
    padding: 15px 20px;
    -webkit-flex: 100%;
    flex: 100%;
  }
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  text-transform: uppercase;
}
input,
textarea,
select {
  font: 400 14px "Roboto", Helvetica, Arial, sans-serif;
  color: #555555;
  padding: 12px 15px;
  background-color: #FAFAFA !important;
  border: 1px solid #E0E0E0;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1px !important;
}
input:focus,
textarea:focus,
select:focus,
input:active,
textarea:active,
select:active {
  background-color: #FFF !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
  background: transparent url(/i/be/ico-chevron-down.svg) no-repeat right center;
}
a {
  color: #13fbff;
  text-decoration: none;
}
a:hover {
  color: #00dbdf;
  text-decoration: none;
}
sub {
  font-size: 0.80em;
  vertical-align: baseline;
}
/* GUI */
.ico,
.bullets li,
.ui-datepicker .ui-icon,
.print,
.download {
  background: transparent url(/i/be/gui.png) no-repeat right bottom;
}
/* Hacks */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.block {
  clear: both;
  height: 100%;
  overflow: hidden;
}
/* //////////////////////////////////////////////////////////////////////////////////
+
+ 2. LAYOUT & BONES & NAV
+
///////////////////////////////////////////////////////////////////////////////////*/
#header {
  position: relative;
  z-index: 99;
  width: 100%;
  background-color: #FFF;
  padding: 10px 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
#bb #header {
  z-index: 101;
}
#step1 #header {
  box-shadow: none;
}
@media (min-width: 768px) {
  #header .wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
#header #logo {
  text-align: center;
}
#header #logo h1 {
  line-height: 15px;
}
#header #logo a {
  display: inline-block;
}
#header #logo img {
  max-height: 80px;
}
@media (min-width: 768px) {
  #header #logo {
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
  }
  #header #logo a {
    display: block;
    width: auto;
  }
  #header #logo img {
    max-height: 120px;
  }
}
#header #nav {
  margin: 0 auto;
  z-index: 99;
}
@media (max-width: 767px) {
  #header #nav {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  #header #nav {
    -webkit-flex: 2;
    flex: 2;
  }
}
#header #nav > ul > li {
  display: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-left: 20px;
}
#header #nav > ul > li a {
  display: block;
  text-align: center;
}
#header #nav > ul > li.login {
  margin-top: 15px;
}
#header #nav > ul > li.login a {
  color: white;
  border-radius: 3px;
  background: #00dbdf url(/i/be/ico-profile.svg) no-repeat 10px center;
  padding: 10px 15px 10px 35px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#header #nav > ul > li.login a:hover {
  padding: 10px 23px 10px 43px;
  background-color: #13fbff;
  background-position: 17px center;
  box-shadow: 0 5px 5px #0000001a;
}
#header #nav > ul > li.coin {
  display: inline-block;
  line-height: 30px;
  margin-top: 15px;
  border-radius: 3px;
  color: #FFF;
  background-color: #00dbdf;
}
#step4 #header #nav > ul > li.coin,
#reward #header #nav > ul > li.coin,
.my-rewards #header #nav > ul > li.coin {
  display: none;
}
@media (max-width: 419px) {
  #header #nav > ul > li.coin {
    margin: -10px -10px 0 0;
  }
}
#header #nav > ul > li.coin div {
  padding: 15px 0px 15px 10px;
  font-weight: 400;
  cursor: pointer;
  display: inline;
  position: relative;
}
#header #nav > ul > li.coin i {
  margin-left: 5px;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 10px;
  border-left: 1px solid #FFF;
}
#header #nav > ul > li.coin ul {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  min-width: 170px;
  padding: 20px 25px;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
#header #nav > ul > li.coin ul li {
  display: none;
  clear: both;
  display: block;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}
#header #nav > ul > li.coin ul li i {
  margin: 0 5px 0 0;
  padding: 0;
  border: 0;
  width: 25px;
  display: inline-block;
}
#header #nav > ul > li.coin ul li a {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  color: #333;
  background-color: inherit !important;
}
#header #nav > ul > li.coin ul li a:hover {
  color: #00dbdf;
  background-color: inherit !important;
}
#header #nav > ul > li.coin ul li:nth-child(1),
#header #nav > ul > li.coin ul li:nth-child(2) {
  display: block;
}
@media (min-width: 768px) {
  #header #nav {
    position: relative;
    clear: none;
    text-align: right;
  }
  #header #nav ul li {
    display: inline-block;
  }
  #header #nav ul li.coin {
    margin-top: 10px;
  }
  #header #nav .wo {
    display: none;
  }
}
@media (min-width: 992px) {
  #header #nav .wo {
    display: inline-block;
  }
}
#container {
  position: relative;
  clear: both;
  padding: 0 0 30px;
}
#step1 #container {
  padding-top: 1px;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 97%;
}
@media (min-width: 768px) {
  .wrapper {
    width: 96%;
  }
}
@media (min-width: 1240px) {
  .wrapper {
    width: 1200px;
  }
}
@media (min-width: 1024px) {
  #bb .wrapper {
    width: 1000px;
  }
}
main {
  width: 100%;
}
#content {
  margin-top: 30px;
  padding: 0 0 20px 0;
  min-height: 350px;
}
#bb #content {
  min-height: 400px;
}
.bcbb--rv #content {
  position: relative;
  z-index: 100;
}
#footer {
  position: relative;
  clear: both;
  margin-top: 40px;
  background-color: #E9E9E9;
}
@media (min-width: 768px) {
  #footer {
    margin-top: 80px;
  }
}
#footer .wrapper {
  padding: 70px 20px 80px;
}
#footer p {
  text-align: center;
  margin-bottom: 20px;
}
#footer a {
  color: #13fbff !important;
  border-bottom: 1px solid #13fbff !important;
}
#footer .address {
  margin-top: -10px;
  font-size: 11px;
}
/* //////////////////////////////////////////////////////////////////////////////////
+
+ 3. COMMON ELEMENTS
+
///////////////////////////////////////////////////////////////////////////////////*/
.wrap {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.c {
  text-align: center;
}
/* Steps ///////////////////////////////////////////////////////////////// */
#steps {
  display: none;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #steps {
    display: block;
  }
}
#steps li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 30px;
  line-height: 40px;
  color: #555555;
  font-size: 14px;
  font-weight: 600;
}
#steps li.active {
  color: #00dbdf;
}
/* Buttons ////////////////////////////////////////////////////////////// */
.powered-by_bookingcore {
  position: relative;
}
.powered-by_bookingcore span {
  display: none;
  height: 110px;
  left: 5px;
  position: absolute;
  top: -110px;
  width: 140px;
}
.btn {
  cursor: pointer;
  display: block;
  color: #FFF !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  padding: 0 30px;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  background-color: #00dbdf;
  border-radius: 2px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn.active {
  background-image: url(/i/be/ico-book1.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  padding-right: 50px !important;
}
.btn:hover {
  background-color: #46fcff;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 #ffffff inset, 0 0 6px rgba(255, 255, 255, 0.1) !important;
}
.btn.btn-lg {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 120%;
  height: auto;
  padding: 16.5px 20px;
}
.btn.btn-xs {
  font-size: 11px;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
}
.btn.btn-basic {
  background-color: #555555 !important;
  color: #CCC;
}
.btn.btn-basic:hover {
  background-color: #6f6f6f !important;
  color: #FFF;
}
.link,
.link-cancel,
.btn-back {
  font-size: 13px;
  font-weight: 400;
  color: #555555;
  text-decoration: underline;
}
.link:hover,
.link-cancel:hover,
.btn-back:hover {
  text-decoration: underline;
}
.btn-back {
  display: inline-block;
  background: url(/i/be/ico_chevron-left.svg) no-repeat 5px center;
  padding-left: 17px;
  margin-bottom: 20px;
  font-size: 14px;
  transition: background-position 0.2s ease-out;
  margin-left: -5px;
}
.btn-back:hover {
  background-position: left center;
}
.btn + .btn,
.link + .btn {
  margin-left: 10px !important;
}
.switch {
  font-size: 14px;
  margin-top: 0;
}
.switch input {
  display: none;
}
.switch label {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
.switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 25px;
  transition: background-color 0.4s;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.switch .switch-slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.4s;
}
.switch input:checked + .switch-slider {
  background-color: #21b74e;
}
.switch input:checked + .switch-slider:before {
  transform: translateX(22px);
}
.switch-options {
  display: none;
}
.more {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: 2px;
  background: url(/i/be/ico-help.svg) no-repeat center;
  vertical-align: middle;
  cursor: help;
}
.view-more {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-position: center -220px;
  margin-right: 5px;
  cursor: help;
  position: relative;
}
.claim {
  margin-top: 10px;
  font-weight: 600;
  color: #21b74e;
}
/* Others ///////////////////////////////////////////////////////////////// */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  background: url(/i/be/overlay.png) repeat left top #ffffff;
}
.notice {
  width: 90%;
  max-width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  padding: 30px;
  border: 5px solid #CCC;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .notice {
    text-align: center;
  }
}
.notice p,
.notice .btn {
  margin-top: 10px;
}
.notice .btns {
  margin-top: 20px;
  height: auto;
  line-height: 42px;
  text-align: center;
}
.notice .btn {
  float: none;
  display: inline-block;
  min-width: 100px;
  margin: 0 auto;
}
@media (min-width: 360px) {
  .notice .btn {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .notice .btn {
    width: 200px;
  }
}
.notification {
  margin: 20px 0 20px;
  padding: 10px 20px 10px 50px;
  background: #ffffff url(/i/be/ico-help.svg) no-repeat 20px center;
  border: 1px solid #a9adba;
  border-radius: 3px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #656870;
}
.notification .btn-close {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  opacity: 0.8;
  background: url(/i/be/ico-close-grey.svg) no-repeat center / 15px;
}
.notification .btn-close:hover {
  opacity: 1;
}
.message {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding: 30px;
}
@media (min-width: 768px) {
  .message {
    padding: 40px;
    font-size: 21px;
  }
}
/* FILTERS ///////////////////////////////////////////////////////////////// */
.cards-filters {
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.cards-filters select {
  width: 300px;
}
.cards-filters #filterHotel {
  margin-top: 10px;
}
@media (min-width: 620px) {
  .cards-filters select {
    width: 300px;
  }
  .cards-filters #filterHotel {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cards-filters #filterDest {
    margin-right: 10px;
  }
}
/* Form //////////////////////////////////////////////////////////////////// */
.form {
  margin-top: 10px;
}
.form .error,
.form .sent {
  display: block;
  background-color: #D90000;
  font-weight: 400;
  color: #FFF;
  padding: 20px;
  border-radius: 3px;
  margin-top: 0;
}
.form .error h4,
.form .sent h4 {
  font: 400 16px "Roboto", Helvetica, Arial, sans-serif;
  color: #FFF;
}
.form .error p,
.form .sent p,
.form .error ul,
.form .sent ul,
.form .error li,
.form .sent li {
  margin-top: 5px !important;
}
.form .sent {
  background-color: #00dbdf;
}
.form .input_error {
  border: 2px solid #D90000;
}
.form .ui-state-error {
  border: 2px solid #D90000;
}
.form .input_disabled {
  background: #e4e4e4;
  color: #999;
}
.form .legend {
  display: block;
}
.form div {
  margin-top: 10px;
}
.form div.iti {
  display: block !important;
}
.form div.iti,
.form div.iti div {
  margin-top: 0 !important;
}
.form label {
  display: block;
  padding-bottom: 4px;
  line-height: 140%;
}
.form input,
.form select,
.form textarea {
  width: 100%;
}
.form .checks {
  display: block;
}
.form .checks label {
  width: auto;
  font-size: 13px;
  white-space: nowrap;
  margin-right: 2px;
}
.form .checks label a {
  text-decoration: underline;
}
.form .checks input {
  display: inline-block;
  margin: 3px 5px 0 0;
}
/* Article ///////////////////////////////////////////////////////////////// */
#others article {
  font-size: 16px;
}
article blockquote {
  font: italic 16px "Roboto", Helvetica, Arial, sans-serif;
  padding: 1px 0 10px 20px;
  border-left: 2px solid #CCC;
  margin: 10px 0 0 10px;
}
article a {
  font-weight: 600;
  text-decoration: underline;
}
article a:hover {
  text-decoration: underline;
}
article h1 {
  margin-top: 0;
}
article h2 {
  margin-top: 30px;
}
article h3 {
  font-size: 21px;
}
article h4 {
  font-size: 18px;
}
article h5 {
  font-size: 16px;
}
article h6 {
  font-size: 14px;
  font-weight: 600;
}
article h3,
article h4 {
  margin-top: 20px;
}
article h5,
article h6 {
  margin-top: 10px;
}
article ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 25px;
}
article ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}
article ol,
article ul,
article p {
  line-height: 140%;
  margin-top: 10px;
}
article ol:first-child,
article ul:first-child,
article p:first-child {
  margin-top: 0;
}
article p + br,
article br + br,
article ul > br {
  display: none;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+ 4. PAGES
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* RV //////////////////////////////////////////////////////////////////////////////////////////////////// */
/* CALENDARS ///////////////////////////////////////// */
@media (max-width: 1023px) {
  #bb main #alert {
    max-width: 830px;
    margin: 0 auto;
  }
}
#bb main #card-code {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
#alert {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #alert {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  #alert {
    max-width: 830px;
    margin: 0 auto;
  }
}
#alert h2 {
  color: #FFF;
  background-color: #00dbdf;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px 3px 0 0;
}
.pfs #alert h2 {
  text-align: center;
}
#alert .message,
#alert .content {
  padding: 30px;
  overflow: hidden;
  text-align: center;
}
#alert .message p,
#alert .content p {
  padding: 0;
}
#alert article {
  padding: 30px;
}
#alert .btns {
  margin-top: 20px;
  display: inline-block;
}
#alert .btns .btn {
  display: inline-block;
}
#card-code {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #card-code {
    margin-top: 60px;
  }
}
#card-code h2 {
  color: #FFF;
  background-color: #00dbdf;
  position: relative;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px 3px 0 0;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  #card-code h2 {
    font-size: 24px;
  }
}
#card-code .content {
  text-align: center;
  padding: 40px 30px 50px;
}
#card-code .the-code {
  display: inline-flex;
  width: 100%;
  max-width: 440px;
}
#card-code .the-code input {
  width: 100%;
  max-width: 440px;
}
#card-code .the-code.error {
  border: 2px solid #D90000;
  position: relative;
}
#card-code .the-code.error:after {
  left: -8px;
  top: -34px;
  background-color: #C22929;
  border-radius: 3px;
  color: white;
  content: attr(data-error);
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}
#card-code .the-code.error:before {
  position: absolute;
  left: 17px;
  z-index: 10;
  top: -3px;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTUgOCI+ICA8cG9seWdvbiBmaWxsPSIjQzQyNzIyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iNy41IDAgMTUgOCAwIDgiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNy41IDQpIi8+PC9zdmc+);
}
#card-code .btn {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  margin-top: 20px;
}
#your-card {
  border-bottom: none;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #your-card {
    max-width: initial;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
    padding: 0;
  }
}
#your-card .photo {
  max-width: 500px;
  line-height: 0;
  position: relative;
  margin: 0px auto;
}
@media (min-width: 768px) {
  #your-card .photo {
    -webkit-flex: 1 300px;
    flex: 1 300px;
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  #your-card .photo {
    margin: 0;
  }
}
#your-card .info {
  width: 100%;
  text-align: center;
  position: relative;
  max-width: 500px;
  text-align: left;
  padding: 20px 20px 40px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #your-card .info {
    max-width: inherit;
    margin: 0;
    margin-bottom: 0px;
    flex: 1;
    padding: 20px 20px 40px;
    -webkit-flex: 3;
    flex: 3;
    text-align: left;
  }
}
#your-card .info h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  line-height: 100%;
}
#your-card .info h4 {
  color: #555555;
  margin: 0;
}
#your-card .info p {
  text-align: left;
  margin: 10px 0 0;
}
#calendars {
  position: relative;
  padding: 3px 3px 5px;
  max-width: 480px;
  margin: 20px auto;
}
@media (max-width: 539px) {
  #calendars {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  #calendars {
    width: 100%;
    max-width: initial;
  }
}
#calendars form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#calendars .loading {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#calendars .loading .loader {
  position: relative;
  margin: 200px auto 0;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  #calendars .loading .loader {
    margin-top: 210px;
  }
}
#calendars .loading .loader .loader-circle {
  z-index: 10;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
#calendars .loading .loader .loader-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}
#calendars .loading .loader .loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  border-radius: 3px;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #00dbdf;
  }
  40% {
    stroke: #00dbdf;
  }
  66% {
    stroke: #00dbdf;
  }
  80%,
  90% {
    stroke: #00dbdf;
  }
}
@keyframes color {
  0% {
    stroke: #00dbdf;
  }
  40% {
    stroke: #00dbdf;
  }
  66% {
    stroke: #00dbdf;
  }
  80%,
  90% {
    stroke: #00dbdf;
  }
}
#calendars .legend {
  display: block;
  -webkit-flex: 1;
  flex: 1 0 100%;
  font-size: 11px;
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
}
@media (min-width: 1024px) {
  #calendars .legend {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  #calendars .legend {
    line-height: 50px;
  }
}
#calendars .legend span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #e4e4e4;
  margin: 0 4px 0 10px;
  line-height: 16px;
  color: #00dbdf;
  border-radius: 3px;
}
#calendars .legend .offer {
  border: 1px solid #ffd3d3;
  color: #c53939;
}
#calendars .legend .no-disp {
  color: #999;
}
#calendars .legend .restriction {
  background-color: #e9e9e9 !important;
  background-size: 8px 8px;
  background-image: repeating-linear-gradient(45deg, #dddddd 0, #dddddd 1.1px, #ffffff 0, #ffffff 50%);
}
#calendars .legend .restriction-in {
  background: #93fdff;
  background: linear-gradient(315deg, #acfeff 50%, #ffffff 50%);
}
#calendars .legend .restriction-out {
  background: #93fdff;
  background: linear-gradient(315deg, #ffffff 50%, #acfeff 50%);
}
#calendars .calendar.ui-datepicker {
  display: block;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
#calendars .calendar.ui-datepicker table {
  width: 94%;
  margin: 3%;
}
#calendars .calendar.ui-datepicker td {
  min-width: 58px;
  border-top: 1px solid #f4f4f4;
}
#calendars .calendar.ui-datepicker td span,
#calendars .calendar.ui-datepicker td a {
  font-size: 16px;
  text-align: center;
  height: 55px;
  padding: 6px 4px 4px;
  vertical-align: bottom;
  width: 56px;
  border: 1px solid transparent;
  margin: 2px;
  background-color: #FFF;
  border-radius: 5px;
  width: 100%;
  display: block;
}
#calendars .calendar.ui-datepicker td a {
  color: #00dbdf;
}
#calendars .calendar.ui-datepicker .offer-day {
  position: relative;
  border: 1px solid #ffd3d3;
  color: #c53939;
}
#calendars .calendar.ui-datepicker .offer-day::before {
  content: '';
  display: block;
  width: 16px;
  height: 15px;
  pointer-events: none;
  position: absolute;
  top: 5px;
  right: -4px;
  background: url(/i/be/datepicker-flag.png) no-repeat center;
}
#calendars .calendar.ui-datepicker .ui-widget-header {
  font-size: 21px;
}
#calendars .calendar.ui-datepicker .price {
  display: block;
  font-size: 11px;
  margin-top: 3px;
}
@media (min-width: 1024px) {
  #calendars .calendar.ui-datepicker {
    width: 50%;
  }
  #calendars .calendar.ui-datepicker td span,
  #calendars .calendar.ui-datepicker td a {
    display: block;
    width: auto;
  }
}
/* BOOKINGBOX ///////////////////////////////////////// */
#bookingbox {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px auto;
  padding: 20px 20px 50px;
}
@media (min-width: 420px) {
  #bookingbox {
    padding: 30px 20px 60px;
  }
}
@media (min-width: 480px) {
  #bookingbox {
    padding: 30px 50px 60px;
  }
}
@media (min-width: 1024px) {
  #bookingbox {
    padding: 40px;
  }
}
#bookingbox .loading {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#bookingbox .loading .loader {
  position: relative;
  margin: 185px auto 0;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  #bookingbox .loading .loader {
    margin-top: 78px;
  }
}
#bookingbox .loading .loader .loader-circle {
  z-index: 10;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
#bookingbox .loading .loader .loader-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}
#bookingbox .loading .loader .loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  border-radius: 3px;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #00dbdf;
  }
  40% {
    stroke: #00dbdf;
  }
  66% {
    stroke: #00dbdf;
  }
  80%,
  90% {
    stroke: #00dbdf;
  }
}
@keyframes color {
  0% {
    stroke: #00dbdf;
  }
  40% {
    stroke: #00dbdf;
  }
  66% {
    stroke: #00dbdf;
  }
  80%,
  90% {
    stroke: #00dbdf;
  }
}
#bookingbox h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #bookingbox h2 {
    display: none;
  }
}
@media (min-width: 1024px) {
  #bookingbox fieldset {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
#bookingbox .dropdown {
  display: none;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 240px;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  z-index: 999999;
  overflow-y: scroll;
  font-size: 15px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  #bookingbox .dropdown {
    position: absolute;
    top: 45px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 80%;
    height: auto;
    z-index: 9;
    font-size: 13px;
    margin: 0;
    padding: 20px;
    min-width: 380px;
    max-height: 420px;
  }
}
@media (min-width: 1024px) {
  #bookingbox .dropdown {
    min-width: 300px;
  }
}
#bookingbox .dropdown .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  opacity: 0.8;
  background: url(/i/be/ico-cb-close.svg) no-repeat center / 20px;
}
#bookingbox .dropdown .btn-close:hover {
  opacity: 1;
}
@media (min-width: 1024px) {
  #bookingbox .dropdown .btn-close {
    display: none;
  }
}
#bookingbox .dropdown .group {
  margin-bottom: 15px;
}
#bookingbox .dropdown .group li > a {
  cursor: pointer;
}
#bookingbox .dropdown h4 {
  color: #909090;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
#bookingbox .dropdown ul {
  margin-top: 10px;
}
#bookingbox .dropdown li {
  margin-top: 10px;
}
#bookingbox .dropdown .btn {
  margin: 20px 0 0;
}
#bookingbox h2 {
  margin: 10px auto;
}
#bookingbox .dates {
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding-left: 35px;
  padding-right: 35px;
  background-color: #FFF !important;
  background: url(/i/be/ico-chevron-down.svg) no-repeat right center, url(/i/be/bookbox-ico-dates.svg) no-repeat 12px center, url(/i/be/bookbox-ico-fromto.svg) no-repeat center;
  max-width: 480px;
  margin: 10px auto;
}
@media (min-width: 1024px) {
  #bookingbox .dates {
    -webkit-flex: 1;
    flex: 1;
    width: 300px;
    min-width: 300px;
  }
}
#bookingbox .dates.open {
  border: 1px solid #00dbdf;
  background: url(/i/be/ico-chevron-up.svg) no-repeat right center, url(/i/be/bookbox-ico-dates.svg) no-repeat 12px center, url(/i/be/bookbox-ico-fromto.svg) no-repeat center;
}
#bookingbox .dates.error {
  border: 2px solid #D90000;
  position: relative;
}
#bookingbox .dates.error:after {
  left: -8px;
  top: -34px;
  background-color: #C22929;
  border-radius: 3px;
  color: white;
  content: attr(data-error);
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}
#bookingbox .dates.error:before {
  position: absolute;
  left: 17px;
  z-index: 10;
  top: -3px;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTUgOCI+ICA8cG9seWdvbiBmaWxsPSIjQzQyNzIyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iNy41IDAgMTUgOCAwIDgiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNy41IDQpIi8+PC9zdmc+);
}
#bookingbox .dates .dp {
  -webkit-flex: 1px;
  flex: 1px;
  cursor: pointer;
}
#bookingbox .dates .dp input {
  cursor: pointer;
  width: 100%;
  padding: 7px 10px;
  margin: 6px 0 4px;
  text-align: center;
  border: none;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: transparent !important;
  transition: background-color 0.5s ease-out;
}
#bookingbox .dates .dp input:hover {
  background-color: #f4f4f4 !important;
}
#bookingbox .dates .to {
  margin-left: 10px;
}
#bookingbox .btns {
  margin: 20px 0 0;
  width: 100%;
}
@media (min-width: 1024px) {
  #bookingbox .btns {
    margin: 10px 0 0;
    width: 100%;
  }
}
/* Hoteles ///////////////////////////////////////// */
#hoteles > h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 50px;
}
#hoteles .hotel {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #hoteles .hotel {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
}
#hoteles .hotel .room {
  margin-top: 0;
  border-bottom: none;
  padding: 20px 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #hoteles .hotel .room {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1;
    flex: 1;
    padding: 30px 30px 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #hoteles .hotel .room {
    padding: 30px 0 30px 30px;
  }
}
#hoteles .hotel .room .photo {
  max-width: 500px;
  line-height: 0;
  position: relative;
  margin: 0px auto;
}
@media (min-width: 768px) {
  #hoteles .hotel .room .photo {
    max-width: 300px;
    -webkit-flex: 1 300px;
    flex: 1 300px;
  }
}
#hoteles .hotel .room .info {
  max-width: 500px;
  margin: 25px auto;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#hoteles .hotel .room .info h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}
#hoteles .hotel .room .info p {
  text-align: left;
  max-width: 500px;
  margin: 10px auto 0;
}
#hoteles .hotel .room .info .address {
  text-align: center;
}
@media (min-width: 768px) {
  #hoteles .hotel .room .info {
    max-width: inherit;
    margin: 0;
    flex: 1;
    padding: 0 0 0 30px;
    -webkit-flex: 3;
    flex: 3;
    text-align: left;
  }
  #hoteles .hotel .room .info p {
    text-align: left;
    max-width: inherit;
    margin: 10px 0 0;
  }
  #hoteles .hotel .room .info .address {
    margin-top: 10px;
    text-align: left;
    max-width: inherit;
  }
}
#hoteles .hotel .total {
  position: relative;
  text-align: center;
  padding: 20px 20px 40px;
}
@media (min-width: 768px) {
  #hoteles .hotel .total {
    -webkit-flex: 0 100%;
    flex: 0 100%;
  }
}
@media (min-width: 992px) {
  #hoteles .hotel .total {
    -webkit-flex: 0;
    flex: 0;
    padding: 0px 40px 20px 40px;
    white-space: nowrap;
  }
}
#hoteles .hotel .total h4 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
@media (min-width: 768px) {
  #hoteles .hotel .total h4 {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  #hoteles .hotel .total h4 {
    display: block;
    margin-right: 0;
  }
}
#hoteles .hotel .total h4 span {
  display: block;
  font-size: 24px;
}
#hoteles .hotel .total h4 span sub {
  font-size: 16px;
}
#hoteles .hotel .total h4 em {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 992px) {
  #hoteles .hotel .total h4 em {
    margin-bottom: 10px;
  }
}
#hoteles .hotel .total .promocode {
  display: inline-block;
  font: 600 12px "Roboto", Helvetica, Arial, sans-serif;
  color: #FFF;
  margin: 5px auto;
  padding: 0 12px 0 35px;
  text-transform: uppercase;
  line-height: 32px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background: #d90000 url(/i/be/ico-promocode.svg) no-repeat 10px center;
}
@media (min-width: 1024px) {
  #hoteles .hotel .total .promocode {
    display: block;
    padding: 0px 12px 0px 17px;
    line-height: 30px;
  }
}
#hoteles .hotel .total .btn {
  display: inline-block;
  margin-top: 10px;
  width: 70%;
}
@media (min-width: 768px) {
  #hoteles .hotel .total .btn {
    width: 200px;
  }
}
@media (min-width: 992px) {
  #hoteles .hotel .total .btn {
    margin: 10px 0 0;
  }
}
/* SUMMARY ///////////////////////////////////////////////////////////////////////////////////////////////  */
#summary {
  position: relative;
  z-index: 98;
  width: 100%;
  background-color: #EFEFEF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  #summary {
    position: relative;
    top: 0;
  }
  #summary .wrapper {
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1200px) {
  #summary .wrap + .wrap {
    clear: both;
    margin-top: 20px;
  }
}
#summary .loading {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(/i/be/loading1.gif) no-repeat center center;
}
#summary .wrapper > h2 {
  display: none;
}
#summary .i-hotel {
  display: block;
  margin-top: 0;
  padding: 10px 15px 10px 0;
  width: 100%;
  text-align: center;
}
#summary .i-hotel h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #555555;
}
@media (min-width: 992px) {
  #summary .i-hotel {
    -webkit-flex: 1;
    flex: 1;
    min-width: 200px;
    padding: 8px 10px 0 0;
    text-align: left;
  }
}
#summary .i-hotel .dates {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
#summary .i-hotel .dates p {
  display: inline-block;
}
#summary .i-hotel .dates p:first-child {
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #555555;
}
#summary .i-hotel .dates p em {
  display: none;
}
@media (min-width: 992px) {
  #summary .i-booking {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 3;
    flex: 3;
    border: none;
  }
}
#summary .i-booking .rooms_summary {
  display: none;
}
#summary .i-booking .rooms_details {
  display: block;
  text-align: center;
  border-top: 1px solid #DDD;
}
#summary .i-booking .rooms_details > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #909090;
  border-left: 1px solid #DDD;
  margin-left: -4px;
  cursor: pointer;
  padding: 5px;
}
@media (min-width: 360px) {
  #summary .i-booking .rooms_details > li {
    padding: 10px;
  }
}
@media (min-width: 460px) {
  #summary .i-booking .rooms_details > li {
    padding: 10px 20px;
  }
}
#summary .i-booking .rooms_details > li:last-child {
  border-right: 1px solid #DDD;
}
#summary .i-booking .rooms_details > li:hover .win-info {
  display: block;
  opacity: 1;
  top: 60px;
  transition: all 0.5s ease-out;
}
#summary .i-booking .rooms_details > li:hover .md-room {
  display: block;
  opacity: 1;
  top: 20px;
  transition: all 0.5s ease-out;
}
#summary .i-booking .rooms_details > li.active {
  border-bottom: 2px solid #00dbdf;
}
#summary .i-booking .rooms_details > li.selected {
  background: url(/i/be/ico-circle-check-grey.svg) no-repeat 80px 30px;
  background-size: 25px;
}
@media (min-width: 360px) {
  #summary .i-booking .rooms_details > li.selected {
    background: url(/i/be/ico-circle-check-grey.svg) no-repeat 87px 35px;
    background-size: 32px;
  }
}
@media (min-width: 460px) {
  #summary .i-booking .rooms_details > li.selected {
    background: url(/i/be/ico-circle-check-grey.svg) no-repeat 105px 32px;
    background-size: 35px;
  }
}
#summary .i-booking .rooms_details > li.selected h2 {
  color: #555555;
}
#summary .i-booking .rooms_details h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 360px) {
  #summary .i-booking .rooms_details h2 {
    font-size: 11px;
  }
}
#summary .i-booking .rooms_details h2 img {
  vertical-align: middle;
}
#summary .i-booking .rooms_details .md-room {
  display: none;
  opacity: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  background-color: #555555;
  padding: 5px 10px;
  border-radius: 2px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
#summary .i-booking .rooms_details .strike {
  text-decoration: line-through;
}
#summary .i-booking .rooms_details .pax {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin: 0px 4px;
}
#summary .i-booking .rooms_details .pax.adults,
#summary .i-booking .rooms_details .pax.kids {
  background: url(/i/be/ico-adult.svg) no-repeat left bottom;
  height: 22px;
  padding-left: 16px;
  line-height: 22px;
}
#summary .i-booking .rooms_details .pax.kids {
  background-image: url(/i/be/ico-kid.svg);
}
#summary .i-booking .rooms_details .pax em {
  display: none;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
#summary .i-booking .rooms_details .win-info {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 70px;
  left: -5px;
  padding: 20px;
  z-index: 5;
  text-align: left;
  white-space: nowrap;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}
#summary .i-booking .rooms_details .win-info:before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: -6px;
  left: 50px;
  margin-right: -7.5px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: -2px -2px 1px rgba(0, 0, 0, 0.05);
}
#summary .i-booking .rooms_details .win-info:hover {
  display: block;
}
#summary .i-booking .rooms_details .win-info h3 {
  font-size: 12px;
  font-weight: 600;
  color: #00dbdf;
}
#summary .i-booking .rooms_details .win-info h4 {
  font-size: 12px;
  font-weight: 600;
  color: #909090;
  margin-top: 5px;
}
#summary .i-booking .rooms_details .win-info p {
  margin-top: 2px;
}
#summary .i-booking .rooms_details .win-info .extras {
  margin-top: 5px;
}
#summary .i-booking .rooms_details h5 {
  font-size: 14px;
  color: #555555;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #summary .i-booking .rooms_details {
    border-top: none;
    -webkit-flex: 2;
    flex: 2;
    text-align: left;
  }
}
#summary .total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 100%;
  z-index: 99999;
  color: #FFF;
  background-color: #00dbdf;
  cursor: default;
}
#summary .total h4 {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  margin-right: 10px;
  white-space: nowrap;
}
#summary .total h5 {
  flex: 1;
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}
#summary .total h5 em {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
#summary .total h5 em img {
  vertical-align: middle;
}
#summary .total .cta {
  display: none;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  background: url(/i/be/ico-circle-check-white.svg) left center no-repeat;
  padding: 3px 0 5px 24px;
}
#summary .total .win-info {
  flex: 2;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 2px;
  pointer-events: none;
}
#summary .total .win-info p {
  font-size: 10px;
  line-height: 120%;
}
@media (min-width: 480px) {
  #summary .total .cta {
    display: inline-block;
    order: 3;
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) {
  #summary .total {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 320px;
    bottom: 10px;
    padding: 20px 30px;
    box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0 3px 3px 0;
  }
  #summary .total .cta {
    flex: 1;
    order: 2;
    margin-top: 5px;
  }
  #summary .total .win-info {
    flex: 1 0 100%;
    order: 3;
    display: block;
    margin-left: 0;
    padding-bottom: 3px;
  }
  #summary .total .win-info p {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  #summary .total.upgrade {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    bottom: auto;
    left: auto;
    box-shadow: none;
    background-color: transparent;
    color: #555555;
    min-width: 160px;
    padding: 12px 10px 0;
  }
  #summary .total.upgrade:hover .win-info {
    display: block;
    opacity: 1;
    top: 60px;
    transition: all 0.5s ease-out;
  }
  #summary .total.upgrade .fee h4,
  #summary .total.upgrade h5,
  #summary .total.upgrade p {
    color: #555555;
    display: block;
  }
  #summary .total.upgrade h5 {
    display: inline-block;
    font-size: 18px;
    line-height: 90%;
  }
  #summary .total.upgrade h5 em {
    color: #555555;
  }
  #summary .total.upgrade .win-info {
    position: absolute;
    opacity: 0;
    z-index: 5;
    top: 70px;
    left: -100px;
    min-width: 200px;
    max-width: 400px;
    padding: 20px;
    text-align: left;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  }
  #summary .total.upgrade .win-info:before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: -6px;
    left: 100px;
    margin-right: -7.5px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: -2px -2px 1px rgba(0, 0, 0, 0.05);
  }
  #summary .total.upgrade .win-info:hover {
    display: block;
  }
  #summary .total.upgrade .win-info .fee {
    display: block;
    text-align: left;
  }
  #summary .total.upgrade .win-info .fee h4 {
    color: #555555;
    display: block;
  }
  #summary .total.upgrade .win-info .fee h4 em {
    display: initial;
    width: auto;
  }
  #summary .total.upgrade .win-info p {
    font-size: 11px;
    margin-top: 3px;
  }
}
#summary #aux_form {
  -webkit-flex: 0;
  flex: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  #summary #aux_form {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
  }
}
#summary .md_search .btn {
  position: absolute;
  background: none;
  box-shadow: none;
  padding: 0;
  width: 40px;
  height: 40px;
  top: 10px;
  left: 10px;
  background: url(/i/be/btn-modify1.svg) no-repeat center;
  overflow: hidden;
  text-indent: -999px;
}
@media (min-width: 992px) {
  #summary .md_search {
    margin: 15px 0 0;
  }
  #summary .md_search .btn {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    background: transparent;
    text-indent: 0px;
    background-color: #555555 !important;
    color: #CCC;
    line-height: 32px;
    width: auto;
    height: 32px;
    margin: 0px auto;
    padding: 0 20px;
    text-transform: uppercase;
    float: none;
    white-space: nowrap;
  }
  #summary .md_search .btn:hover {
    background-color: #6f6f6f !important;
    color: #FFF;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #summary .md_search .btn {
    padding: 0 20px;
  }
}
/* STEP 1 //////////////////////////////////////////////////////////////////////////////////////////////// */
#step1 {
  /* Cards List ///////////////////  */
  /* Card ///////////////////  */
}
#step1 .cards-list > h2 {
  font-size: 30px;
  text-align: center;
}
#step1 .cards-list > h2 + h3 {
  margin-top: 5px;
}
#step1 .cards-list > h3 {
  color: #555555;
  text-transform: uppercase;
  margin-top: 40px;
  text-align: center;
}
#step1 .cards-list h3 .ico {
  display: block;
  position: absolute;
  right: 20px;
  top: 32px;
  width: 30px;
  height: 40px;
  margin-top: -5px;
  background-position: -170px -145px;
}
#step1 .cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 320px);
  grid-gap: 75px 10px;
  justify-content: center;
  padding: 30px 20px;
}
@media (min-width: 440px) {
  #step1 .cards {
    grid-template-columns: repeat(auto-fit, 360px);
  }
}
@media (min-width: 768px) {
  #step1 .cards {
    grid-template-columns: repeat(auto-fit, 320px);
    grid-gap: 75px 25px;
    justify-content: center;
    padding: 30px;
  }
}
@media (min-width: 840px) {
  #step1 .cards {
    grid-template-columns: repeat(auto-fit, 360px);
  }
}
@media (min-width: 1120px) {
  #step1 .cards {
    grid-template-columns: repeat(auto-fit, 320px);
  }
}
@media (min-width: 1240px) {
  #step1 .cards {
    grid-template-columns: repeat(auto-fit, 360px);
    grid-gap: 75px 35px;
    padding: 30px 0 60px;
  }
}
#step1 .cards[data-lenght="1"] {
  justify-self: center;
  max-width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #step1 .cards[data-lenght="1"] {
    grid-template-columns: repeat(auto-fit, 540px);
  }
}
@media (min-width: 1240px) {
  #step1 .cards[data-lenght="1"] {
    padding: 30px 30px 60px;
  }
}
#step1 .card .photo {
  width: 100%;
  line-height: 0;
  position: relative;
  margin: 0px auto;
}
#step1 .card .info {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}
#step1 .card .context {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  min-height: 140px;
}
.my-rewards#step1 .card .context {
  min-height: 75px;
}
#step1 .card .context h3 {
  line-height: 120%;
}
.my-rewards#step1 .card .context h3 {
  font-size: 18px;
}
#step1 .card .context .description {
  margin-top: 5px;
}
.my-rewards#step1 .card .context .description a {
  text-decoration: none;
  color: #555555;
}
#step1 .card .price {
  -webkit-flex: 1;
  flex: 1;
}
#step1 .card .price .total {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
}
#step1 .card .btn {
  -webkit-flex: 1;
  flex: 1;
}
#step1 .card.inactive {
  filter: saturate(0);
  opacity: .7;
}
#step1 .card.inactive .btn {
  cursor: not-allowed;
  pointer-events: none;
}
/* STEP 2 ////////////////////////////////////////////////////////////////////////////////////////////////////  */
.pfs#step2 main #register {
  max-width: 100%;
}
@media (max-width: 1023px) {
  #step2 main #head {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  #step2 main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #step2 main #head {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .pbl#step2 main #head {
    max-width: 760px;
    margin: 20px auto 0;
  }
  #step2 main #book-details {
    -webkit-flex: 1;
    flex: 1;
    -webkit-order: 2;
    order: 2;
    margin-left: 20px;
    right: 0;
    top: 10px;
    position: sticky;
  }
  #step2 main #register {
    -webkit-flex: 1;
    flex: 1;
    -webkit-order: 1;
    order: 1;
  }
  .pbl#step2 main #register,
  .pfs#step2 main #register {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
#step2 main .subtitle {
  color: #555555;
}
@media (max-width: 599px) {
  #step2 main .subtitle {
    font-size: 16px;
  }
}
#step2 main .alert-room {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  background-color: #D90000;
  margin-top: 5px;
  padding: 6px 15px;
  border-radius: 2px;
}
/* STEP 3 & 4 ///////////////////////////////////////////////////////////////////////////////////////////////  */
/* Book confirmation & My Book ///////////////////  */
@media (max-width: 1023px) {
  #step3 main #head,
  #step4 main #head {
    max-width: 768px;
    margin: 0 auto;
  }
  .my-rewards#step3 main #head,
  .my-rewards#step4 main #head {
    max-width: 560px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  #step3 main,
  #step4 main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .my-rewards#step3 main,
  .my-rewards#step4 main {
    flex-direction: column;
  }
  #step3 main #head,
  #step4 main #head {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .my-rewards#step3 main #head,
  .my-rewards#step4 main #head {
    width: 560px;
    display: block;
    margin: 0 auto;
  }
  #step3 main #book-details,
  #step4 main #book-details {
    -webkit-flex: 1;
    flex: 1;
  }
  #step3 main #hotel,
  #step4 main #hotel {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 20px;
    right: 0;
    top: 20px;
    position: -webkit-sticky;
    position: sticky;
  }
  #step3 main #my-book,
  #step4 main #my-book {
    -webkit-flex: 1;
    flex: 1;
  }
}
#step3 main .subtitle,
#step4 main .subtitle {
  color: #555555;
}
@media (max-width: 599px) {
  #step3 main .subtitle,
  #step4 main .subtitle {
    font-size: 16px;
  }
}
#step3 main .info-data,
#step4 main .info-data {
  font-size: 11px;
  line-height: 140%;
  background-color: #F5F5F5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
}
#step4 #head,
#step4 #book-details,
#step4 #hotel {
  display: none;
}
#step4 #head .btns {
  text-align: center;
}
@media (min-width: 768px) {
  #step4 #head .btns {
    float: right;
    margin-top: 15px;
  }
}
#step4 #head .btn {
  display: inline-block;
  margin: 0 auto 10px;
}
/* BOOK DETAILS ///////////////////////////////// */
#book-details {
  max-width: 760px;
  margin: 20px auto 0;
}
.my-rewards #book-details {
  max-width: 560px;
}
@media (min-width: 1024px) {
  #step2 #book-details {
    max-width: 480px;
    min-width: 320px;
  }
}
#book-details #register {
  padding-bottom: 40px;
}
#book-details #register #payment {
  border-top: none !important;
  padding: 0 0 20px !important;
}
#book-details > h2 {
  font-size: 21px;
  padding: 15px 20px;
  text-transform: inherit;
  text-align: center;
}
#book-details .content {
  padding: 30px 20px;
}
@media (min-width: 640px) {
  #book-details .content {
    padding: 30px;
  }
}
#step3 #book-details .content {
  padding-bottom: 60px;
}
.my-rewards #book-details .card {
  margin-top: 40px;
}
.my-rewards #book-details .card .content {
  padding: 30px 0 0 !important;
}
#book-details .photo {
  line-height: 0;
}
#book-details .hotel {
  font-size: 21px;
  color: #555555;
}
#book-details .dest {
  color: #909090;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#book-details .address {
  font-size: 11px;
  margin-bottom: 20px;
}
#book-details .fiscal {
  font-size: 11px;
  margin-top: -10px;
  margin-bottom: 20px;
}
#book-details .dates {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #book-details .dates {
    font-size: 14px;
  }
}
#book-details .dates strong {
  display: inline-block;
  min-width: 100px;
  width: 29%;
}
#book-details .contact,
#book-details .send-email {
  margin-top: 10px;
}
#book-details .code,
#book-details .alert {
  margin: 20px 0 40px;
  padding: 20px 20px 20px 60px;
  background: #ffffff url(/i/be/ico-claim-check.svg) no-repeat 20px center;
  border: 2px dotted #21b74e;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
#book-details .alert {
  background-image: url(/i/be/ico-alert-check.svg);
  color: #D90000;
  border-color: #D90000;
  margin-bottom: 0;
}
#book-details #book-tools {
  margin: 0 auto 20px;
}
@media (min-width: 640px) {
  #book-details #book-tools {
    float: right;
    margin: 0;
  }
}
#book-details #book-tools li {
  display: inline-block;
  margin-left: 10px;
}
#book-details #book-tools li a {
  padding-left: 25px;
  line-height: 25px;
}
#book-details #book-tools .print {
  background-position: left -20px;
}
#book-details #book-tools .download {
  background-position: left -55px;
}
#book-details .cta {
  font-size: 12px;
  font-weight: 600;
  color: #21b74e;
  padding: 2px 0 2px 24px;
  margin-top: 5px;
  background: url(/i/be/ico-circle-check.svg) left 2px no-repeat;
}
@media (max-width: 1023px) {
  #step2 #book-details #rooms-details {
    display: none;
  }
}
#book-details #rooms-details > ul > li {
  border-top: 1px solid #DDD;
  padding: 25px 0;
}
#book-details #rooms-details > ul > li:first-child {
  margin-top: 24px;
}
#book-details #rooms-details > ul > li:last-child {
  padding-bottom: 0;
}
#book-details #rooms-details h2 {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  min-height: 30px;
  width: 29%;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  padding-top: 5px;
}
#book-details #rooms-details .btn-info {
  font-size: 12px;
  text-decoration: underline;
  white-space: nowrap;
}
#book-details #rooms-details .btn-info:before {
  content: ' · ';
}
#book-details #rooms-details .btn-info img {
  display: inline-block;
  vertical-align: middle;
}
#book-details #rooms-details .room-info {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
#book-details #rooms-details .room-info h3 {
  font-size: 18px;
  color: #222222;
  font-weight: 400;
}
#book-details #rooms-details .room-info .cta-nr,
#book-details #rooms-details .room-info .cta-ph,
#book-details #rooms-details .room-info .cta-bp,
#book-details #rooms-details .room-info .cta-date {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #909090;
  padding: 5px 0;
  white-space: nowrap;
  margin-right: 5px;
}
#book-details #rooms-details .room-info .cta-ph,
#book-details #rooms-details .room-info .cta-bp,
#book-details #rooms-details .room-info .cta-date {
  color: #21b74e;
  padding-right: 24px;
  background: url(/i/be/ico-circle-check.svg) right center no-repeat;
}
#book-details #rooms-details .room-info .extras {
  margin-top: 5px;
  font-size: 11px;
  color: #909090;
}
#book-details #rooms-details .room-info .btns .btn {
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
}
#book-details #rooms-details .room-info .btns .btn + .btn {
  margin-left: 0;
}
#book-details #rooms-total {
  border-top: 1px solid #DDD;
  padding-top: 20px;
  margin-top: 25px;
}
#book-details #rooms-total .reward-dis {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #00dbdf;
  font-weight: 600;
}
#book-details #rooms-total p + ul {
  margin-top: 20px;
}
#book-details #rooms-total li {
  display: block;
  margin-top: 5px;
}
#book-details #rooms-total li h3,
#book-details #rooms-total li p {
  font-size: 13px;
  font-weight: 600;
  color: #222222;
  display: inline-block;
  vertical-align: baseline;
  width: 49%;
}
#book-details #rooms-total li p {
  font-size: 14px;
  text-align: right;
}
#book-details #rooms-total li.taxes {
  padding-top: 20px;
}
#book-details #rooms-total li.taxes p {
  font-size: 12px;
}
#book-details #book-total,
#breakdown table .book-total {
  margin-top: 30px;
}
#book-details #book-total h4,
#book-details #book-total h5,
#breakdown table .book-total h4,
#breakdown table .book-total h5 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
#book-details #book-total h5,
#breakdown table .book-total h5 {
  font-size: 13px;
}
#book-details #book-total strong,
#book-details #book-total span,
#breakdown table .book-total strong,
#breakdown table .book-total span {
  display: inline-block;
  vertical-align: baseline;
  width: 49%;
}
#book-details #book-total span,
#breakdown table .book-total span {
  text-align: right;
}
#book-details #book-total sub,
#breakdown table .book-total sub {
  font-size: 12px;
}
#book-details #book-total .claim,
#breakdown table .book-total .claim {
  margin-top: 5px;
  color: #21b74e;
}
#book-details #book-total .fee,
#breakdown table .book-total .fee {
  margin-bottom: 15px;
}
#book-details #book-total .taxes,
#breakdown table .book-total .taxes {
  font-size: 12px;
  margin-top: 5px;
}
#book-details #book-total .change-coin,
#breakdown table .book-total .change-coin {
  font-size: 13px;
  margin-top: 30px;
}
#book-details #book-total .change-coin a,
#breakdown table .book-total .change-coin a {
  color: #222222;
}
#book-details #book-total .change-coin_help,
#breakdown table .book-total .change-coin_help {
  margin-top: 2px;
  border-top: 1px solid #EEE;
  padding-top: 2px;
  font-size: 11px;
  margin-bottom: 10px;
  color: #222222;
  font-weight: bold;
}
#book-details #book-total .tax,
#breakdown table .book-total .tax {
  margin-top: 20px;
  padding: 15px;
  background-color: #F5F5F5;
  font-size: 11px;
}
#book-details #book-total .pay-hotel,
#breakdown table .book-total .pay-hotel {
  border: 1px solid #DDD;
  border-width: 1px 0;
  margin: 30px 0;
  padding: 15px 0;
}
#book-details #rate-conditions {
  margin-top: 40px;
}
#book-details #rate-conditions h3 {
  margin-bottom: 10px;
  color: #555555;
}
#book-details #multibook {
  padding: 40px 0;
  margin-bottom: 35px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
#book-details #multibook .wrap {
  border: 10px solid #00dbdf;
  padding: 50px 30px;
  text-align: center;
  border-radius: 0;
}
#book-details #multibook .wrap h2,
#book-details #multibook .wrap h3 {
  text-transform: uppercase;
}
#book-details #multibook .wrap h2 {
  font-size: 32px;
}
#book-details #multibook .wrap h3 strong {
  display: block;
  font-size: 62px;
  font-weight: 600;
  line-height: 60px;
}
#book-details #multibook .wrap p .promocode {
  display: block;
  color: #00dbdf;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}
#book-details #multibook .wrap .btn {
  max-width: 300px ;
  margin: 20px auto 0;
}
#book-details .book-btns {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: left;
}
#book-details .book-btns .btn {
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 579px) {
  #book-details .book-btns .btn {
    width: 100%;
  }
  #book-details .book-btns .btn-basic {
    margin-top: 30px;
  }
  #book-details .book-btns .btn + .btn {
    margin-left: 0 !important;
  }
}
@media (min-width: 580px) {
  #book-details .book-btns .btn-basic {
    float: right;
  }
}
#book-details .btns {
  margin-top: 10px;
}
#book-details .btns .b_breakdown:before {
  content: '+ ';
}
@media (min-width: 768px) {
  #book-details .btns .b_breakdown.active {
    background-image: none;
  }
}
#book-details .btns .b_breakdown.active:before {
  content: '- ';
}
/* HOTEL /////////////////////////////////////// */
#hotel {
  max-width: 760px;
  margin: 20px auto 0;
}
#hotel .content {
  padding: 30px 20px;
}
@media (min-width: 640px) {
  #hotel .content {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  #hotel {
    max-width: 480px;
    min-width: 320px;
  }
}
#hotel p {
  margin-top: 5px;
}
#hotel .hotel {
  font-size: 21px;
  color: #555555;
}
#hotel .dest {
  color: #909090;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#hotel .fiscal {
  font-size: 11px;
}
#hotel .photo {
  display: block;
  text-align: center;
}
#hotel .photo img {
  width: 100%;
}
#hotel .map {
  margin-top: 20px;
}
#hotel .partners {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DDD;
}
#hotel .partners .widget {
  text-align: center;
}
/* REGISTER  /////////////////////////////////// */
#register {
  max-width: 760px;
  margin: 20px auto 0;
  padding-bottom: 30px;
}
#register p {
  margin-top: 10px;
}
#register #reward_new-user,
#register #new_user,
#register #target_user,
#register #comments,
#register #payment,
#register #conditions {
  padding: 30px 20px !important;
}
@media (min-width: 640px) {
  #register #reward_new-user,
  #register #new_user,
  #register #target_user,
  #register #comments,
  #register #payment,
  #register #conditions {
    padding: 30px !important;
  }
}
#register #reward_new-user {
  display: none;
  padding-bottom: 10px;
}
#register #reward_new-user h2 {
  text-align: center;
}
#register #reward_new-user #reward_sign-up {
  color: #FFF;
  background-color: #00dbdf;
  text-align: center;
  padding: 25px 40px 40px;
  border-radius: 3px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}
#register #reward_new-user #reward_sign-up h3 {
  font-size: 24px;
  font-weight: 300;
  color: #FFF;
}
#register #reward_new-user #reward_sign-up p {
  font-size: 14px;
  margin-top: 0;
}
#register #reward_new-user #reward_sign-up .points {
  margin-top: 10px;
  font-weight: 600;
  font-size: 28px;
}
#register #reward_new-user #reward_sign-up .points strong {
  font-size: 32px;
}
#register #reward_new-user #reward_sign-up .info {
  font-size: 16px;
  margin-top: 20px;
}
#register #reward_new-user #reward_sign-up .slogan {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
#register #reward_new-user #reward_sign-up .join label {
  font-size: 18px;
  display: inline-block;
  margin: 20px auto;
  border: 1px solid #46fcff;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #00a9ac;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#register #reward_new-user #reward_sign-up .join input {
  vertical-align: middle;
  display: inline-block;
}
#register #reward_new-user #reward_sign-up .ln {
  display: inline-block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 10px auto 20px;
  width: 60%;
}
#register #new_user {
  padding-bottom: 0;
}
#register #new_user .cta {
  font-size: 12px;
  font-weight: 600;
  color: #21b74e;
  padding: 2px 0 2px 24px;
  background: url(/i/be/ico-circle-check.svg) left 2px no-repeat;
}
#register #new_user .checks {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 0;
  color: #909090;
  text-align: left;
  margin-top: 10px;
  padding: 20px 30px 20px 60px;
  border: 1px solid #AAA;
  border: 1px solid #00dbdf;
  border-radius: 3px;
  cursor: pointer;
  background: #ffffff url(/i/be/ico-book2.svg) no-repeat 20px 17px;
}
#register #new_user .checks .confirm {
  display: block;
  font-size: 12px;
}
@media (max-width: 480px) {
  #register #new_user .checks {
    background-position: 20px 30px;
    padding-left: 60px;
  }
}
#register #new_user .checks.active {
  background: #ffffff url(/i/be/ico-book3.svg) no-repeat 20px 17px;
}
@media (max-width: 480px) {
  #register #new_user .checks.active {
    background-position: 20px 25px;
  }
}
#register #new_user .checks.active .info {
  color: #00dbdf;
}
#register #new_user .form select #treat {
  width: 18% !important;
  min-width: 45px;
  margin-right: 0px;
}
@media (min-width: 640px) {
  #register #new_user .form select #treat {
    margin-right: 8px;
  }
}
#register #new_user .form select #treat + input {
  min-width: 90px;
  width: 60% !important;
}
@media (min-width: 360px) {
  #register #new_user .form select #treat + input {
    width: 69% !important;
  }
}
@media (min-width: 480px) {
  #register #new_user .form select #treat + input {
    width: 76% !important;
  }
}
@media (min-width: 768px) {
  #register #new_user .form select #treat + input {
    width: 78% !important;
  }
}
#register #target_user h3 {
  margin-top: 10px;
}
#register #target_user .checks label {
  font-size: 15px;
}
#register #comments {
  padding-top: 0;
}
#register #comments h2,
#register #comments h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
#register #comments h2 {
  font-size: 18px;
}
#register #comments .comment {
  display: none;
}
#register #comments .btns {
  margin-top: 10px;
}
#register #comments .btns .b_comment {
  padding: 11px 30px;
  line-height: 120%;
  height: auto;
}
#register #comments .btns .b_comment:before {
  content: '+ ';
}
#register #comments .btns .b_comment.active {
  background-image: none;
  padding-right: 30px !important;
}
#register #comments .btns .b_comment.active:before {
  content: '- ';
}
#register #comments .checkin_hour label,
#register #comments .pets label,
#register #comments .service_day label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 10px;
  min-width: 350px;
  border-bottom: 1px dashed #e4e4e4;
}
#register #comments .checkin_hour select,
#register #comments .pets select,
#register #comments .service_day select {
  width: 190px;
  padding: 5px 30px 5px 10px;
  margin-top: 5px;
}
#register #comments .checkin_hour select.hours,
#register #comments .pets select.hours,
#register #comments .service_day select.hours {
  width: 70px;
  margin-left: 5px;
}
#register #comments .checkin_hour input,
#register #comments .pets input,
#register #comments .service_day input {
  margin: 0 15px 0 5px;
}
#register #comments .service_day h4 {
  font-size: 13px;
  font-weight: 600;
  color: #555555;
  margin-top: 20px;
}
#register #comments .service_day .legend {
  font-size: 12px;
}
#register #payment {
  border-top: 1px solid #DDD;
  /* Pasarela de pago */
}
#register #payment .cta {
  font-size: 12px;
  font-weight: 600;
  color: #21b74e;
  padding: 10px 10px 10px 34px;
  background: url(/i/be/ico-circle-check.svg) 10px 10px no-repeat;
  border: 1px solid #21b74e;
}
#register #payment .claim {
  line-height: 30px;
  padding-left: 40px;
  background: url(/i/be/ico-claim-check.svg) no-repeat left center;
}
#register #payment .checks {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 0;
  color: #909090;
  text-align: left;
  margin-bottom: 20px;
  padding: 30px 30px 30px 70px;
  border: 1px solid #AAA;
  border-radius: 3px;
  cursor: pointer;
  background: #f4f4f4 url(/i/be/ico-book2.svg) no-repeat 20px center;
}
@media (max-width: 480px) {
  #register #payment .checks {
    background-position: 20px 30px;
    padding-left: 60px;
  }
}
#register #payment .checks .total {
  display: block;
  font-size: 14px;
}
#register #payment .checks.active {
  border: 1px solid #00dbdf;
  background: #ffffff url(/i/be/ico-book3.svg) no-repeat 20px center;
}
@media (max-width: 480px) {
  #register #payment .checks.active {
    background-position: 20px 25px;
  }
}
#register #payment .checks.active .info {
  color: #00dbdf;
}
#register #payment .dates,
#register #payment .cvc,
#register #payment .ssl {
  display: inline-block;
  vertical-align: top;
}
#register #payment .dates label,
#register #payment .cvc label,
#register #payment .ssl label {
  line-height: 24px;
}
#register #payment .dates select {
  display: inline-block;
  vertical-align: top;
}
#register #payment .dates select + select {
  margin-left: 5px;
}
#register #payment .c-month {
  width: 80px;
}
#register #payment .c-year {
  width: 90px;
}
#register #payment .cvc {
  margin-left: 5px;
}
#register #payment .cvc input {
  width: 70px;
  text-align: center;
}
#register #payment .cvc .b_cvc {
  text-decoration: underline;
}
#register #payment .ssl {
  margin-top: 20px;
}
@media (min-width: 540px) {
  #register #payment .ssl {
    margin-left: 20px;
    margin-top: 42px;
  }
}
#register #payment .code {
  margin: 20px 0 40px;
  padding: 20px 20px 20px 60px;
  background: #ffffff url(/i/be/ico-claim-check.svg) no-repeat 20px center;
  border: 2px dotted #21b74e;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
#register #payment #book-total {
  margin-top: 30px;
}
#register #payment #book-total h4,
#register #payment #book-total h5 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
#register #payment #book-total h5 {
  font-size: 13px;
}
#register #payment #book-total strong,
#register #payment #book-total span {
  display: inline-block;
  vertical-align: baseline;
  width: 49%;
}
#register #payment #book-total span {
  text-align: right;
}
#register #payment #book-total sub {
  font-size: 12px;
}
#register #payment #book-total .claim {
  margin-top: 5px;
  color: #21b74e;
}
#register #payment #book-total .fee {
  margin-bottom: 15px;
}
#register #payment #book-total .taxes {
  font-size: 12px;
  margin-top: 5px;
}
#register #payment #book-total .tax {
  margin-top: 20px;
  padding: 15px;
  background-color: #F5F5F5;
  font-size: 11px;
}
#register #payment #book-total .pay-hotel {
  border: 1px solid #DDD;
  border-width: 1px 0;
  margin: 30px 0;
  padding: 15px 0;
}
#register #payment #rate-conditions {
  margin-top: 40px;
}
#register #payment #rate-conditions h3 {
  margin-bottom: 10px;
  color: #555555;
}
#register #conditions {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
#register #conditions .info-data {
  font-size: 12px;
  line-height: 140%;
  background-color: #F5F5F5;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
}
#register #conditions .checks {
  padding: 0px 20px;
}
#register #conditions .checks label {
  white-space: normal;
}
#register #conditions .checks a {
  text-decoration: underline;
}
#register > form > .btns {
  padding: 20px;
}
@media (min-width: 640px) {
  #register > form > .btns {
    padding: 20px 30px;
  }
}
/* LOGIN MY BOOK  ////////////////////////// */
#my-book {
  position: relative;
  max-width: 700px;
  margin: 20px auto 0;
}
#my-book.verify {
  max-width: 400px;
}
#my-book .wrap {
  width: 100%;
  margin-top: 20px;
  padding: 10px 20px 40px;
}
@media (min-width: 768px) {
  #my-book .wrap {
    padding: 20px 40px 50px;
  }
}
#my-book .btn-forgot-passw {
  display: inline-block;
  text-decoration: underline;
  margin-top: 5px;
}
#my-book .btns {
  margin-top: 20px;
}
#my-book .login-back,
#my-book .cta-signin {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  text-align: center;
}
#my-book .login-back .btn,
#my-book .cta-signin .btn {
  min-width: 40%;
  margin-top: 10px;
}
#my-book .loading {
  background: url("/i/be/loading1.gif") no-repeat scroll center center rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* WIN "BREAKDOWN" > TABLE ////////////////////// */
#breakdown {
  margin: 0;
  width: 100%;
  min-width: 800px;
  padding: 20px;
}
#breakdown table {
  width: 100%;
}
#breakdown table tr {
  margin: 10px 0;
}
#breakdown table th {
  font-weight: 600;
  padding: 10px;
  text-align: left;
  background-color: #e9e9e9;
}
#breakdown table th:first-child {
  border-radius: 2px 0 0 2px;
}
#breakdown table th:last-child {
  border-radius: 0 2px 2px 0;
}
#breakdown table td {
  padding: 7px 10px;
}
#breakdown table hr {
  padding: 0;
  margin: 10px 0;
  border: 0;
}
#breakdown table p {
  margin-top: 10px;
}
#breakdown table .center {
  text-align: center;
}
#breakdown table .room {
  border-top: none;
}
#breakdown table .room td:first-child {
  font-weight: 600;
  text-transform: uppercase;
  color: #00dbdf;
}
#breakdown table .extra {
  border-top: 1px solid #DDD;
}
#breakdown table .extra td:first-child {
  padding-left: 10px;
}
#breakdown table .right {
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #breakdown table .right {
    text-align: left;
  }
}
#breakdown table .room-total {
  border: 0;
  font-weight: 600;
  color: #222222;
}
#breakdown table .room-total td {
  border-radius: 3px;
  background-color: #ececec;
}
#breakdown table .room-total strong {
  font-size: 14px;
  display: inline-block;
  vertical-align: baseline;
  width: 120px;
}
#breakdown table .book-total td {
  padding-top: 30px;
}
#breakdown table .book-total strong,
#breakdown table .book-total span {
  width: 120px;
}
/* OTHERS ///////////////////////////////////////////////////////////////// */
#others {
  padding: 20px;
  text-align: center;
  max-width: 480px;
  margin: 20px auto;
}
@media (min-width: 1024px) {
  #others {
    max-width: inherit;
  }
}
/* WINDOWS ///////////////////  */
.windows {
  display: none;
}
/* WIN INFO ///////////////////  */
.win_info {
  max-width: 640px;
}
.win_info .photo {
  text-align: center;
  margin: 10px auto 0;
}
.win_info .photo img {
  border: 4px solid #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100% !important;
}
@media (min-width: 728px) {
  .win_info .photo {
    float: right;
    margin: -5px 0px 20px 30px;
  }
  .win_info .photo img {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .win_info {
    min-width: 500px !important;
  }
}
.win_info article {
  margin-top: 10px;
}
@media (min-width: 728px) {
  .win_info article {
    margin-top: 20px;
  }
  .win_info article .photo {
    float: left;
    margin: -5px 20px 20px 0;
  }
}
.win_info article ul {
  display: table;
}
.win_info .btns {
  text-align: center;
}
.win_info .btns .btn {
  display: inline-block;
  margin-top: 10px;
}
.win-card-info {
  max-width: 540px;
}
.win-card-info .photo img {
  width: 540px;
}
.win-card-info h2,
.win-card-info h3 {
  margin-top: 20px;
}
.win-card-info .btns {
  text-align: center;
}
.win-card-info .btns .btn {
  display: inline-block;
  margin-top: 25px;
  width: 100%;
}
.win-card-info.inactive {
  filter: saturate(0);
  opacity: .7;
}
.win-card-info.inactive .btn {
  cursor: not-allowed;
  pointer-events: none;
}
/* WIN CARD REDEEM ///////////////////  */
#win-card-redeem {
  max-width: 540px !important;
  text-align: center;
}
@media (min-width: 1024px) {
  #win-card-redeem {
    min-width: 300px !important;
  }
}
#win-card-redeem h2 {
  font-size: 21px;
}
#win-card-redeem p {
  font-size: 1rem;
}
#win-card-redeem .btn {
  margin-top: 20px;
}
/* WIN CANCEL ///////////////////  */
#win-cancel h2 {
  font-size: 18px;
}
#win-cancel li {
  margin-top: 10px;
}
#win-cancel .btn {
  margin-top: 10px;
}
/* WIN CHANGE COIN ///////////////////  */
#win-change-coin {
  max-width: 500px;
}
#win-change-coin p {
  margin-top: 10px;
}
#win-change-coin .btn {
  margin-left: 20px;
}
/* WIN REWARD ///////////////////  */
#win-reward {
  text-align: center;
}
#win-reward h2 {
  margin-top: 5px;
}
#win-reward h2:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 90px;
  background: url(/i/be/reward-ico.svg) no-repeat center top;
}
#win-reward p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}
#win-reward .email-content {
  display: inline-block;
  max-width: 400px;
  text-align: left;
}
#win-reward .email-content .email {
  width: 210px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 360px) {
  #win-reward .email-content .email {
    width: 250px;
  }
}
@media (min-width: 768px) {
  #win-reward .email-content .email {
    width: 400px;
  }
}
#win-reward .email-content .check {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
}
#win-reward .email-content .check input {
  vertical-align: middle;
  display: inline-block;
}
#win-reward .email-content .check.error {
  border: 2px solid #D90000;
  background-color: #f8eaea;
  padding: 5px;
  border-radius: 5px;
}
#win-reward .btns {
  margin-top: 20px;
  height: auto;
  line-height: 42px;
}
#win-reward .btn {
  float: none;
  display: inline-block;
  min-width: 220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #win-reward .btn {
    min-width: 260px;
  }
}
#win-reward .discount {
  font-size: 62px;
  font-weight: 400;
  color: #00dbdf;
  margin-top: 0;
  line-height: 65px;
}
/* WIN RECOVERY & NOTIFYME ///////////////////  */
#win-recovery-email,
#win-notify-me {
  text-align: center;
}
#win-recovery-email h2,
#win-notify-me h2 {
  font-size: 30px;
  margin-top: 5px;
}
#win-recovery-email h2:before,
#win-notify-me h2:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 70px;
  background: url(/i/be/recovery-ico.svg) no-repeat center top;
}
#bb #win-recovery-email h2:before,
#bb #win-notify-me h2:before {
  display: none;
}
#win-recovery-email p,
#win-notify-me p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}
#win-recovery-email .email,
#win-notify-me .email {
  width: 210px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 360px) {
  #win-recovery-email .email,
  #win-notify-me .email {
    width: 250px;
  }
}
@media (min-width: 768px) {
  #win-recovery-email .email,
  #win-notify-me .email {
    width: 400px;
  }
}
#win-recovery-email .check,
#win-notify-me .check {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
}
#win-recovery-email .check input,
#win-notify-me .check input {
  vertical-align: middle;
  display: inline-block;
}
#win-recovery-email .btns,
#win-notify-me .btns {
  margin-top: 20px;
  height: auto;
  line-height: 42px;
}
#win-recovery-email .btn,
#win-notify-me .btn {
  float: none;
  display: inline-block;
  min-width: 210px;
  margin: 0 auto;
}
@media (min-width: 360px) {
  #win-recovery-email .btn,
  #win-notify-me .btn {
    width: 250px;
  }
}
@media (min-width: 768px) {
  #win-recovery-email .btn,
  #win-notify-me .btn {
    width: 400px;
  }
}
#win_loading {
  max-width: 600px;
}
#win_loading p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#win_loading,
#win-session-recovery,
#win-session-out,
#win-session-invalid {
  text-align: center;
}
#win_loading h2,
#win-session-recovery h2,
#win-session-out h2,
#win-session-invalid h2 {
  margin-top: 5px;
}
#win_loading h2:before,
#win-session-recovery h2:before,
#win-session-out h2:before,
#win-session-invalid h2:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 60px;
  background: url(/i/be/recovery-ico.svg) no-repeat center top;
}
#win_loading p,
#win-session-recovery p,
#win-session-out p,
#win-session-invalid p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}
#win_loading .book-detail,
#win-session-recovery .book-detail,
#win-session-out .book-detail,
#win-session-invalid .book-detail {
  display: inline-block;
  margin: 10px auto;
  text-align: left;
}
#win_loading .book-detail p,
#win-session-recovery .book-detail p,
#win-session-out .book-detail p,
#win-session-invalid .book-detail p {
  font-size: 14px;
  margin-top: 5px;
}
#win_loading .book-detail strong,
#win-session-recovery .book-detail strong,
#win-session-out .book-detail strong,
#win-session-invalid .book-detail strong {
  display: inline-block;
  min-width: 110px;
  text-align: right;
  margin-right: 10px;
}
#win_loading .session-countdown,
#win-session-recovery .session-countdown,
#win-session-out .session-countdown,
#win-session-invalid .session-countdown {
  font-size: 40px;
  margin-top: 0;
}
#win_loading .btns,
#win-session-recovery .btns,
#win-session-out .btns,
#win-session-invalid .btns {
  margin-top: 20px;
  height: auto;
  line-height: 42px;
}
#win_loading .btn,
#win-session-recovery .btn,
#win-session-out .btn,
#win-session-invalid .btn {
  float: none;
  display: inline-block;
  min-width: 220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #win_loading .btn,
  #win-session-recovery .btn,
  #win-session-out .btn,
  #win-session-invalid .btn {
    min-width: 260px;
  }
}
#win_loading .discount,
#win-session-recovery .discount,
#win-session-out .discount,
#win-session-invalid .discount {
  font-size: 62px;
  font-weight: 400;
  color: #00dbdf;
  margin-top: 0;
}
/* ADDONS /////////////////////////////////////////////////////////////////////////////////////////////// */
/* COLOR BOX //////////////////////////////////////////////////////////////// */
#colorbox {
  overflow: inherit !important;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  height: auto !important;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: auto !important;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  width: 100%;
  height: auto;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: url(/i/be/overlay.png) repeat left top #ffffff;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  border-radius: 3px;
  background-color: #FFF;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  padding: 40px 20px;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 0 1px #ffffff inset;
}
@media (min-width: 768px) {
  #cboxLoadedContent {
    padding: 40px;
  }
}
#cboxTitle {
  display: none !important;
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #666;
}
#cboxCurrent {
  position: absolute;
  bottom: -30px;
  right: 0px;
  color: #666;
}
#cboxLoadingGraphic {
  background: url(/i/be/cb_loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious,
#cboxNext {
  background: url(/i/be/gui.png) no-repeat right bottom;
}
#cboxPrevious {
  position: absolute;
  top: 49%;
  left: -28px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-position: left -368px;
}
#cboxPrevious:hover {
  background-position: left -393px;
}
#cboxNext {
  position: absolute;
  top: 49%;
  right: -28px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-position: right -368px;
}
#cboxNext:hover {
  background-position: right -393px;
}
#cboxClose {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  opacity: 0.8;
  background: url(/i/be/ico-cb-close.svg) no-repeat center;
}
#cboxClose:hover {
  opacity: 1;
  /*background-position: center -293px;*/
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider Theme */
.slick-loading .slick-list {
  background: #ffffff url('/i/be/cb_loading.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: #FFF;
  color: transparent;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  border: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin-top: -18px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev {
  left: -15px;
  background: #ffffff url(/i/be/slick-arrow1.svg) no-repeat center;
}
.slick-next {
  right: -15px;
  background: #ffffff url(/i/be/slick-arrow2.svg) no-repeat center;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slick-dots li {
    height: 30px;
    width: 30px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 20px;
  height: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slick-dots li button {
    height: 30px;
    width: 30px;
  }
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00dbdf;
  opacity: 0.25;
}
@media (min-width: 768px) {
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
    top: 11px;
    left: 11px;
  }
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
/* GALLERY IMAGE LIGHTBOX SELECTOR /////////////////////////////////////////////////////////// */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}
@media (max-width: 640px) {
  #imagelightbox {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    border-radius: 0px;
  }
}
/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 5px;
  margin: -20px 0 0 -20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
#imagelightbox-loading div {
  width: 20px;
  height: 20px;
  background-color: #00dbdf;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .5;
    transform: scale(0.75);
  }
}
/* OVERLAY */
#imagelightbox-overlay {
  background-color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
  cursor: pointer;
  background-color: transparent;
  position: fixed;
  z-index: 10002;
  top: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: white;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: color .3s ease;
}
@media (min-width: 640px) {
  #imagelightbox-close {
    top: 20px;
    right: 30px;
  }
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  content: '';
  position: absolute;
  width: 3px;
  border-radius: 1.5px;
  background-color: #111;
  top: 25%;
  bottom: 25%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #00dbdf;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}
/* NAVIGATION */
#imagelightbox-nav {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  #imagelightbox-nav {
    bottom: 20px;
  }
}
#imagelightbox-nav button {
  width: 1em;
  /* 20 */
  height: 1em;
  /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
  /* 5 */
}
#imagelightbox-nav button.active {
  background-color: #fff;
}
/* ARROWS */
.imagelightbox-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10005;
  top: 50%;
  margin-top: -20px;
  /* 60 */
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 640px) {
  .imagelightbox-arrow {
    top: auto;
    bottom: 60px;
  }
}
.imagelightbox-arrow-left {
  left: 33%;
  background: #ffffff url(/i/be/ico_arrow-left.svg) no-repeat 16px center;
}
@media (min-width: 640px) {
  .imagelightbox-arrow-left {
    left: 20px;
  }
  .imagelightbox-arrow-left:hover {
    left: 15px;
  }
}
@media (min-width: 1024px) {
  .imagelightbox-arrow-left {
    left: 30px;
  }
  .imagelightbox-arrow-left:hover {
    left: 20px;
  }
}
.imagelightbox-arrow-right {
  right: 33%;
  background: #ffffff url(/i/be/ico_arrow-right.svg) no-repeat 22px center;
}
@media (min-width: 640px) {
  .imagelightbox-arrow-right {
    right: 20px;
  }
  .imagelightbox-arrow-right:hover {
    right: 15px;
  }
}
@media (min-width: 1024px) {
  .imagelightbox-arrow-right {
    right: 30px;
  }
  .imagelightbox-arrow-right:hover {
    right: 20px;
  }
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  animation: fade-in 0.25s linear;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker .ui-widget {
  font-size: 1em;
}
.ui-datepicker input,
.ui-datepicker select,
.ui-datepicker textarea,
.ui-datepicker button {
  font-size: 12px;
}
/* VENTANITA */
.ui-datepicker {
  border: 1px solid #DDD;
  background-color: #FFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
@media (max-width: 359px) {
  .ui-datepicker {
    left: 10px !important;
  }
}
@media (min-width: 768px) {
  .ui-datepicker {
    font-size: 14px;
  }
}
.ui-datepicker a {
  color: #111;
}
/* HEADER */
.ui-datepicker .ui-widget-header {
  font: 400 16px "Roboto", Helvetica, Arial, sans-serif;
  color: #FFF;
  background-color: #00dbdf;
}
.ui-datepicker .ui-widget-header a {
  color: #FFF;
}
/* ICONO DEL CALENDARIO POSICION */
.ui-datepicker-trigger {
  margin: 0 0 0 3px;
}
/* TABLA */
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 1px solid transparent;
  background-color: #FFF;
  color: #555555;
  transition: all 0.5s ease-out;
}
.ui-datepicker .ui-state-default a,
.ui-datepicker .ui-state-default a:link,
.ui-datepicker .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  border: 1px solid #00dbdf !important;
  color: #00dbdf !important;
}
.ui-datepicker .ui-state-hover a,
.ui-datepicker .ui-state-hover a:hover {
  border: 1px solid #00dbdf !important;
  color: #00dbdf !important;
}
.ui-datepicker :active {
  outline: none;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight,
.calendar table a:hover {
  border: 1px solid #00dbdf !important;
  background-color: #FFF;
  color: #00dbdf !important;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  border: 1px solid #00dbdf;
  color: #FFF !important;
  background-color: #00dbdf !important;
}
.ui-datepicker .ui-state-active a,
.ui-datepicker .ui-state-active a:link,
.ui-datepicker .ui-state-active a:visited {
  color: #FFF !important;
  text-decoration: none;
}
.ui-datepicker .ui-state-active:hover {
  color: #FFF !important;
  border: 1px solid #FFF !important;
}
.ui-datepicker .ui-state-restriction a {
  position: relative;
  background-color: #e9e9e9;
  background-size: 9px 9px;
  background-image: repeating-linear-gradient(45deg, #e9e9e9 0, #e9e9e9 1.1px, #ffffff 0, #ffffff 50%);
}
.ui-datepicker .ui-state-restriction a:hover:after {
  left: -45%;
  top: -40px;
  color: #FFF;
  background-color: #00dbdf;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  content: attr(data-restriction);
  padding: 8px 20px;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  min-width: 100%;
  white-space: nowrap;
  margin-left: -50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-state-restriction a.ui-state-active {
  color: #FFF !important;
  background-color: #00dbdf !important;
  background-size: 9px 9px;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 1.1px, #00dbdf 0, #00dbdf 50%);
}
.ui-datepicker .ui-state-highlight a,
.ui-datepicker .ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-datepicker .ui-state-error,
.ui-datepicker .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background-color: #fef1ec;
  color: #cd0a0a;
}
.ui-datepicker .ui-state-error a,
.ui-datepicker .ui-widget-header .ui-state-error a {
  color: #C00;
}
.ui-datepicker .ui-state-error-text,
.ui-datepicker .ui-widget-header .ui-state-error-text {
  color: #C00;
}
.ui-datepicker .ui-priority-primary,
.ui-datepicker .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-datepicker .ui-priority-secondary,
.ui-datepicker .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  font-weight: normal;
}
.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-widget-header .ui-state-disabled {
  color: #999;
}
.ui-datepicker .ui-state-disabled .ui-state-default strike {
  color: #999999;
}
/* Multi 
----------------------------------*/
.ui-datepicker.ui-datepicker-multi {
  width: auto !important;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 0.4em 0.4em;
  width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-datepicker .ui-icon {
  width: 22px;
  height: 24px;
  /* background: transparent url(/i/be/gui.png) no-repeat right bottom; */
}
/* positioning */
.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: 0 -115px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: 0 -90px;
}
.ui-datepicker .ui-state-hover .ui-icon-circle-triangle-e,
.ui-datepicker a:hover .ui-icon-circle-triangle-e {
  background-position: 3px -115px;
}
.ui-datepicker .ui-state-hover .ui-icon-circle-triangle-w,
.ui-datepicker a:hover .ui-icon-circle-triangle-w {
  background-position: -3px -90px;
}
/* Datepicker
----------------------------------*/
.ui-datepicker {
  padding: .2em .2em 0;
  margin-top: 2px;
  /*nx */
  display: none;
  z-index: 99999 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 3px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 3px;
  background: none !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 0px;
  border: 0px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 0px;
  border: 0px !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 50%;
  margin-top: -11px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: 4px;
  text-align: center;
  border: 0;
  color: #909090;
}
.ui-datepicker td {
  border-top: 1px solid #F4f4f4;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 12px;
  margin: 2px;
  background-color: #FFF;
  border-radius: 5px;
}
/* @Mobile */
@media (max-width: 1023px) {
  #ui-datepicker-div {
    height: 100%;
    left: 0 !important;
    margin: 0;
    padding: 60px 20px;
    overflow: auto;
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 10000000 !important;
    /*.datepicker--open &{
			display: grid !important;
			justify-content: center;
			width: 100% !important;
	    }*/
  }
  #ui-datepicker-div.ui-datepicker-multi {
    width: 100% !important;
  }
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-group {
    float: none;
  }
  #ui-datepicker-div .datepicker-from-to {
    pointer-events: none;
    position: absolute;
    top: 20px;
    left: 50%;
    /*  max-width: 90%;
	        transform: translateX(-50%);
	        width: 336px; */
  }
  #ui-datepicker-div .datepicker--close {
    background: url(/i/be/ico-cb-close.svg) no-repeat center 2px;
    background-size: 14px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    z-index: 10;
  }
  #ui-datepicker-div .ui-datepicker-header,
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0 auto !important;
    max-width: 400px;
  }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  #ui-datepicker-div .datepicker-from-to,
  #ui-datepicker-div .datepicker--close {
    display: none;
  }
}
@font-face {
  font-family: 'Montserrat';
  src: url('/f/montserrat-regular-webfont.woff2') format('woff2'), url('/f/montserrat-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/f/montserrat-bold-webfont.woff2') format('woff2'), url('/f/montserrat-bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
/* //////////////////////////////////////////////////////////////////////////////////
+
+ CUSTOM
+
///////////////////////////////////////////////////////////////////////////////////*/
.ui-datepicker .ui-datepicker-title,
.wrap > h2,
#advantage-alert h2,
#step1 .list > h2,
#chart h3,
h2.title,
#upgrade h2,
#modifying h4,
.extras > h4,
#book-details > h2,
#book-details .hotel,
#cboxContent h2,
#cboxContent h3,
#register #reward_new-user #reward_sign-up h3,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#bookingbox h2,
#summary .i-hotel h3,
#nodispo > h2,
#step1 .list > h3,
#step1 .room .info h3,
#step1 .totals .total h4,
#upgrade > h3,
#step2 .room-info h3,
#advantage-alert p,
h3.subtitle,
#register #reward_new-user h2,
#register #reward_new-user #reward_sign-up .points,
#register #reward_new-user #reward_sign-up .slogan,
#new_user h2,
#payment h2,
#book-details > .content > h2,
#book-details #rooms-details .room-info h3,
#book-details #rate-conditions h3,
#hotel .hotel {
  font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
}
#book-details #rooms-details .room-info h3,
#step1 .room .info h3 {
  font-weight: 400;
}
#step1 .room .info .alert-room {
  font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
}
.alert-room {
  background-color: #c7003e !important;
}
#header #nav ul li {
  font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.message p {
  font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#step1 .room .flag,
#offer h2 .flag,
#upgrade h2 .flag {
  font-size: 18px;
  line-height: 30px;
  background-color: #c7003e !important;
}
@media (min-width: 640px) {
  #step1 .room .flag,
  #offer h2 .flag,
  #upgrade h2 .flag {
    font-size: 20px;
    padding: 0px 19px 0px 17px;
    line-height: 38px;
  }
  #step1 .room .flag:before {
    border-left: 7px solid #FFF;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
  }
  #step1 .room div.offer .dto,
  #step1 .room label.offer .dto {
    margin-right: 0;
  }
}
#advantages {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#advantages ul {
  display: none;
}
@media (min-width: 768px) {
  #advantages ul {
    display: inline-block;
  }
}
#advantages li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  text-align: center;
  font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #9D9D9C;
}
@media (min-width: 360px) {
  #advantages li {
    margin: 10px 5px;
    width: 43%;
  }
}
@media (min-width: 580px) {
  #advantages li {
    width: 20%;
    margin: 10px;
  }
}
@media (min-width: 768px) {
  #advantages li {
    width: auto;
    margin: 0 20px;
    font-size: 14px;
    max-width: 200px;
  }
}
#advantages .ico-advg {
  display: inline-block;
  width: 80px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}
#advantages .ico-adv-bestprice {
  background-image: url(/i/be/custom/yomohotels__ico-bestprice.svg);
}
#advantages .ico-adv-welcome {
  background-image: url(/i/be/custom/yomohotels__ico-welcome.svg);
}
#advantages .ico-adv-payment {
  background-image: url(/i/be/custom/yomohotels__ico-payment.svg);
}
#advantages .ico-adv-shopping {
  background-image: url(/i/be/custom/yomohotels__ico-shopping.svg);
}
#advantages .ico-adv-pool {
  background-image: url(/i/be/custom/yomohotels__ico-pool.svg);
}
#advantages .ico-adv-pets {
  background-image: url(/i/be/custom/yomohotels__ico-pets.svg);
}
#advantages .ico-adv-caldea {
  background-image: url(/i/be/custom/yomohotels__ico-caldea.svg);
}
#advantages .ico-adv-bikefriendly {
  background-image: url(/i/be/custom/yomohotels__ico-bikefriendly.svg);
}
#advantages .ico-adv-montain {
  background-image: url(/i/be/custom/yomohotels__ico-montain.svg);
}
#advantages .ico-adv-dock {
  background-image: url(/i/be/custom/yomohotels__ico-dock.svg);
}
#advantages .ico-adv-bikini {
  background-image: url(/i/be/custom/yomohotels__ico-bikini.svg);
}
#advantages .ico-adv-luggage {
  background-image: url(/i/be/custom/yomohotels__ico-luggage.svg);
}
#register #conditions .checks label {
  padding-left: 5px;
}
#register #conditions .checks label a {
  text-decoration: underline;
}
#register #conditions .checks label input {
  margin-left: -17px;
}
#register .service_day {
  position: relative;
}
#register .service_day:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 35px;
  top: -20px;
  left: -43px;
  background: url(/i/be/custom/yomohotels__alert-ico.svg) no-repeat center center;
  background-size: contain;
}
#register .service_day h3 {
  color: #c7003e !important;
}
#calendars .calendar.ui-datepicker td a {
  color: #555;
}
#bookingbox .dropdown .group li > a {
  color: #555 !important;
}
#footer {
  background-color: #1D1C1C !important;
  color: #FFF !important;
}

