@font-face {
  font-family: 'Nova';
  src: url("fonts/59b058f08eeafc0001398aaf_HKNova-LightNarrow.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nova';
  src: url("fonts/59b058f08eeafc0001398ab0_HKNova-MediumNarrow.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nova';
  src: url("fonts/5c080099a4c6d10277d3382b_HKNova-Narrow.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nova';
  src: url("./fonts/5c0ad887b9e518feac5932d3_HKNova-ExtraLightNarrow.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

#wpw-waterfall {
  position: absolute;
  top: 3%;
  width: 10vw;
  left: 4%;
  height: 93%;
  z-index: 300;
}

.booking-form table thead th {
  padding: 8px 2px;
  text-align: center;
  color: #fff;
}

.booking-form table td, .booking-form table th {
  padding: 2px;
  text-align: center;
  color: #fff;
  background: transparent !important;
}

.booking-form table td span, .booking-form table td a, .booking-form table td a:hover, .booking-form table th span, .booking-form table th a, .booking-form table th a:hover {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  padding: 8px 6px;
  text-align: center;
}

.booking-form table td a.ui-state-active, .booking-form table th a.ui-state-active {
  background: #75E3A7;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.booking-form .disable-button, .booking-form .ui-state-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.booking-form .disable-button span, .booking-form .disable-button a, .booking-form .disable-button a:hover, .booking-form .disable-button input, .booking-form .ui-state-disabled span, .booking-form .ui-state-disabled a, .booking-form .ui-state-disabled a:hover, .booking-form .ui-state-disabled input {
  opacity: 0.2;
  pointer-events: none;
}

.booking-form .col-md-6 > label {
  width: 100%;
  display: inline-block;
}

.booking-form .col-md-6 > label input, .booking-form .col-md-6 > label select {
  margin-bottom: 18px;
}

.booking-form .col-md-6:first-child {
  padding-right: 2em;
}

.booking-form .col-md-6:nth-child(2) {
  padding-left: 2em;
}

.booking-form .wpcf7-form-control {
  position: relative;
  display: block;
  width: 100%;
  min-height: 40px;
  border: 0px;
  padding: 5px 10px;
  background: #1B346B !important;
  color: #fff;
}

.booking-form .wpcf7-form-control:-internal-autofill-selected {
  background: #1B346B !important;
}

.booking-form .wpcf7-form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.booking-form .wpcf7-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.booking-form .wpcf7-form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.booking-form .wpcf7-form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.booking-form .wpcf7-form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.booking-form .inline-fields {
  -webkit-box-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: flex;
}

.booking-form .inline-fields label {
  display: inline-block;
  width: 46%;
}

.booking-form .ui-datepicker-month {
  text-transform: capitalize;
}

.booking-form .ui-datepicker {
  background: #1B346B;
  padding: 15px;
}

.booking-form .ui-datepicker .ui-datepicker-title {
  text-align: center;
  color: #fff;
}

.booking-form .ui-datepicker .ui-datepicker-header {
  position: relative;
  margin-bottom: 10px;
}

.booking-form .ui-datepicker .ui-datepicker-header a {
  color: #7685A6;
  cursor: pointer;
}

.booking-form .ui-datepicker .ui-datepicker-prev,
.booking-form .ui-datepicker .ui-datepicker-next {
  position: absolute;
  display: inline-block;
  top: 0px;
}

.booking-form .ui-datepicker .ui-datepicker-next {
  right: 0px;
}

.booking-form [name="Room"] option:first-child {
  color: rgba(255, 255, 255, 0.466);
}

.booking-form [name="Room"]:invalid {
  color: rgba(255, 255, 255, 0.466);
}

.booking-form [name="Room"][value=""] {
  color: rgba(255, 255, 255, 0.466);
}

.booking-form select.empty {
  color: rgba(255, 255, 255, 0.466);
}

.booking-form .wpcf7-radio {
  width: 100%;
  background: #1B346B;
  padding: 15px;
  display: inline-block;
  margin-top: 20px;
}

.booking-form .wpcf7-radio input[type='radio'] {
  display: none;
}

.booking-form .wpcf7-radio .wpcf7-list-item {
  margin: 3px;
  padding: 8px 5px;
  padding-top: 9px;
  width: 18%;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  border-radius: 5px;
  cursor: pointer;
}

.booking-form .wpcf7-radio .wpcf7-list-item label {
  margin-bottom: 0px;
  cursor: pointer;
}

.booking-form .wpcf7-radio .wpcf7-list-item.hour-selected {
  background: #75E3A7;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.booking-form .wpcf7-form-control-wrap.Date {
  display: none;
}

.booking-form label {
  color: #fff;
}

.booking-form .wpcf7-submit {
  background-color: #E7726A !important;
  width: 100%;
  margin-top: 30px;
  padding: 16px;
  height: auto;
  border-radius: 5px;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 16px;
  position: relative;
  display: inline-block;
  outline: none !important;
}

.booking-form .wpcf7-submit:active {
  top: 3px;
}

.booking-form .wpcf7-submit:hover {
  background-color: #E7726A;
  color: #fff;
}

.booking-form .terms-text {
  color: #fff;
}

.booking-form .terms-text a {
  color: #E7726A !important;
  text-decoration: none;
}

#tv-boy-cat {
  position: relative;
  top: 15vw;
}

.handheld-navigation {
  max-height: none;
}

.handheld-navigation ul.menu li {
  margin: 15px 0px;
}

.vertical-social-icons .elementor-icon {
  display: block;
  clear: both;
  margin: 0px;
  padding: 5px;
  text-align: center;
}

.vertical-social-icons .elementor-icon i {
  display: inline-block;
}

@media (max-width: 768px) {
  .elementor-element-c046d4d {
    font-size: 0.6em !important;
  }
  .elementor-element-533c8e9 {
    font-size: 0.6em !important;
    -webkit-transform: translate(2px, -2em);
            transform: translate(2px, -2em);
  }
  .elementor-element-7482f40 {
    font-size: 0.6em !important;
  }
  .elementor-element-3b021f7 {
    display: none;
  }
}

.preregister-form label {
  width: 100%;
}

.icon-groups .elementor-widget-icon {
  margin-bottom: 0px !important;
  position: relative;
  left: -0.5em;
}

.preregister-form p:last-child {
  margin-bottom: 0px;
}

.preregister-form form {
  margin-bottom: 0px;
}

#wpadminbar {
  position: fixed;
  left: 20px;
  top: 50px;
  width: 450px;
  height: 35px;
  overflow: hidden;
}

#wpadminbar:hover {
  width: auto;
  height: auto;
  overflow: visible;
}

.escape-char-gallery .char-box {
  padding: 20px;
}

@media (max-width: 769px) {
  .escape-char-gallery .char-box {
    padding: 5px;
    font-size: 0.9em;
  }
}

@media (max-width: 360px) {
  .escape-char-gallery .char-box {
    padding: 20px;
    font-size: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .escape-char-gallery .char-box {
    padding: 10px;
  }
}

.escape-char-gallery .char-list {
  text-align: center;
}

.escape-char-gallery .char-list-box {
  position: relative;
  background-color: #4C68C8;
  padding: 0px;
  border-radius: 20px;
  overflow: hidden;
}

.escape-char-gallery .char-list-box > h4 {
  text-align: center;
  color: #fff;
  background: #1B337A;
  padding: 20px;
}

.escape-char-gallery .char-list-box .char-item {
  position: relative;
  width: 49%;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .escape-char-gallery .char-list-box .char-item {
    width: 48%;
  }
}

.escape-char-gallery .char-list-box .char-item [class^="char-"] {
  display: none;
}

.escape-char-gallery .char-list-box .char-item .char-avatar,
.escape-char-gallery .char-list-box .char-item .char-main-info {
  display: block;
}

.escape-char-gallery .char-list-box .char-item img {
  width: 95%;
  text-align: center;
  height: auto;
  display: block;
  border-radius: 100%;
  border: 3px solid #fff;
}

@media (max-width: 769px) {
  .escape-char-gallery .char-list-box .char-item {
    width: 47%;
  }
}

.escape-char-gallery .char-list-box .char-item.selected-char-box img {
  border: 3px solid #e7726a;
}

.escape-char-gallery .char-avatar {
  margin: 0 auto;
  margin-bottom: 2em;
  position: relative;
}

.escape-char-gallery .char-btn.char-btn-prev {
  position: absolute !important;
  left: -1em;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.escape-char-gallery .char-btn.char-btn-next {
  position: absolute !important;
  right: -1em;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.escape-char-gallery .char-selected {
  height: 100%;
  text-align: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
}

.escape-char-gallery .char-selected .char-btn {
  width: 14%;
  color: #E7726A;
  display: inline-block;
  font-size: 5em;
  cursor: pointer;
  text-shadow: 0 3px #1B337A;
  top: 32%;
  vertical-align: top;
  position: relative;
}

.escape-char-gallery .char-selected .char-btn:hover {
  text-shadow: 0 4px #1B337A;
}

.escape-char-gallery .char-selected .char-btn:hover i {
  position: relative;
  top: -1px;
}

.escape-char-gallery .char-selected .char-btn:active {
  text-shadow: 0 1px #1B337A;
}

.escape-char-gallery .char-selected .char-btn:active i {
  position: relative;
  top: 2px;
}

.escape-char-gallery .char-selected .char-portrait img {
  display: inline-block;
  border: 5px solid #E7726A;
  border-radius: 100%;
  box-shadow: 0 4px #1B337A;
  width: 100%;
  height: auto;
}

.escape-char-gallery .char-selected .char-title {
  font-size: 1.8em;
  margin-bottom: 1em;
  font-weight: 200;
}

@media (max-width: 767px) {
  .escape-char-gallery .char-selected .char-title {
    margin-bottom: 0.6em;
    font-size: 1.3em;
  }
}

.escape-char-gallery .char-selected .char-title strong {
  font-weight: 400;
}

.escape-char-gallery .char-info-box {
  background-color: #4C68C8;
  padding: 0px;
  border-radius: 20px;
  overflow: hidden;
}

.escape-char-gallery .char-info-box h4 {
  display: inline-block;
  color: #fff;
  background: #1B337A;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 300;
}

@media (max-width: 769px) {
  .escape-char-gallery .char-info-box {
    padding: 20px;
  }
}

.escape-char-gallery ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 2px;
  margin-bottom: 3em;
}

.escape-char-gallery ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  font-size: 15px;
}

.escape-char-gallery ul li::before {
  content: " ";
  display: inline-block;
  font-size: 3em;
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  background: #1B337A;
  margin-right: 0.2em;
  border-radius: 100%;
  position: absolute;
  top: 0.18em;
  left: 0px;
}

.escape-char-gallery .char-motto, .escape-char-gallery .char-title {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .escape-char-gallery .char-motto, .escape-char-gallery .char-title {
    width: 100%;
    max-width: 90vw;
    font-size: 0.7em;
  }
}

.escape-char-gallery .char-motto em {
  font-size: 1.7em;
  text-shadow: 0 3px #1B337A;
  font-style: normal;
  font-weight: 500;
}

.escape-char-gallery .char-navig {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0px, -43%);
          transform: translate(0px, -43%);
}

.escape-char-gallery .center-character .char-avatar {
  width: 60%;
}

.escape-char-gallery .center-character .char-avatar img {
  display: none;
}

.escape-char-gallery .char-img-box {
  width: 100%;
  padding-bottom: 100%;
  border: 5px solid #E7726A;
  border-radius: 100%;
  box-shadow: 0 4px #1B337A;
}

@media (max-width: 100px) {
  .escape-char-gallery .char-info-box h4 {
    font-size: 1.1em;
    padding: 10px 20px;
  }
}

@media (min-width: 400px) and (max-width: 768px) {
  .char-info > div {
    width: 45%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .char-title.text-center {
    min-height: 1em;
  }
  .char-motto h4 {
    font-size: 1.2em !important;
  }
  .char-motto em {
    font-size: 1.1em !important;
  }
}

@media (max-width: 720px) {
  .char-motto.text-center {
    margin-bottom: 0.6em;
  }
  .char-info .timelines, .char-info .traits {
    display: none;
  }
  .escape-char-gallery ul {
    margin-bottom: 0em;
  }
  .char-info > div {
    width: auto !important;
  }
}

.char-info > div:last-child ul {
  margin-bottom: 0em;
}

.room-info-head a {
  border-bottom: 2px dashed #fff8d8;
  display: inline-block;
  color: #fff8d8;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  font-size: 16px;
  padding-bottom: 3px;
  font-weight: 200;
}

.room-info-head a:hover {
  border-color: #E7726A;
}

.blue-balls-lists ul {
  margin-left: 1em;
}

.blue-balls-lists ul li {
  list-style: none;
  position: relative;
  padding-left: 2px;
}

.blue-balls-lists ul li:before {
  content: "\2022";
  color: #1B337A;
  font-weight: bold;
  display: inline-block;
  width: 0px;
  margin-left: -1em;
  position: absolute;
  font-size: 2em;
  left: 15px;
}

.green-balls-lists ul {
  margin-left: 1em;
}

.green-balls-lists ul li {
  list-style: none;
  position: relative;
  padding-left: 5px;
}

.green-balls-lists ul li:before {
  content: "\2022";
  color: #75E3A7;
  font-weight: bold;
  display: inline-block;
  /* width: 0px; */
  /* margin-left: -1em; */
  position: absolute;
  /* font-size: 1em; */
  /* top: -13px; */
  left: -10px;
}

.elementor-accordion .elementor-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11) !important;
  margin-bottom: 1.2em;
  border-width: 1px;
}

.bold-spans strong {
  background: #1B337A;
  display: inline-block;
  color: #fff;
  padding: 1px 10px;
  border-radius: 7px;
  font-weight: normal;
  margin: 1px 0px;
}

.elementor-text-editor li > a, .elementor-text-editor p > a {
  color: #fff8d8;
  border-bottom: 1px dashed #fff8d8;
}

#despre-heading-title h2 {
  font-weight: 200;
  line-height: 1.3em;
}

@media (max-width: 1300px) {
  #despre-heading-title h2 {
    font-size: 1.7em;
  }
}

#despre-heading-title h2 strong {
  font-weight: 400;
}

.pre-line {
  white-space: pre-line;
}

.site-footer {
  padding: 0px;
  background: transparent;
  padding-top: 10px;
  background-size: 100% auto;
  margin-top: -6px;
  z-index: 1;
  position: relative;
  font-size: 14px;
}

.site-footer .widget {
  margin: 0px;
}

.site-footer .widget_nav_menu li:before {
  display: none;
}

.site-footer .widget_nav_menu li {
  padding-left: 0px;
  margin-right: 20px;
}

.site-footer .widget_nav_menu a {
  text-decoration: none !important;
}

.site-footer .footer-top-sidebar .menu li {
  display: inline-block;
}

.footer-widgets {
  display: -webkit-box;
  display: flex;
  padding-top: 0em !important;
  border: 0px !important;
  padding-bottom: 1em;
}

.footer-widgets .widget {
  margin: 0 0 0.5em;
}

.footer-widgets .footer-widget-1 {
  width: 75%;
}

.footer-widgets .footer-widget-4 {
  width: 25%;
}

#ce-trebuie-sa-stii .elementor-icon-box-icon, #motive .elementor-icon-box-icon {
  margin-left: -5px;
}

#icons-and-text-column .elementor-icon {
  position: relative;
  left: -9px;
}

.mobile-navigation .handheld-navigation {
  overflow: visible;
}

.mobile-navigation .handheld-navigation .menu {
  margin-bottom: 2em;
}

.mobile-navigation .zoom-social-icons-widget {
  margin-top: 1em !important;
}

.icons-align-left .elementor-icon-box-icon {
  margin-left: -10px !important;
}

@media (min-width: 768px) {
  .to-left-10 {
    position: relative;
    left: -5px;
  }
}

@media (max-width: 768px) {
  .to-left-10 .elementor-icon {
    position: relative;
    left: -5px;
  }
}

@media (max-width: 768px) {
  .icons-align-left .elementor-icon {
    position: relative;
    left: -5px;
  }
}

@media (max-width: 767px) {
  .cosmo-column {
    min-height: 54vw !important;
  }
}

@media (max-width: 768px) {
  #testimonials_and_mobile .elementor-container {
    min-height: auto;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  #despre-kids-pic img {
    width: 57vw;
  }
}

.despre-footer-ground {
  height: 50px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .price-table .col-xs-2 {
    max-width: 100px;
  }
  .price-table .elementor-element-populated {
    padding: 0.5em !important;
  }
}

.price-table .elementor-column-wrap {
  padding: 5px !important;
}

@media (max-width: 600px) {
  .footer-widgets {
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .footer-widgets .footer-widget-1 {
    width: 100%;
    float: none;
  }
  .footer-widgets .footer-widget-4 {
    width: 100%;
    float: none;
  }
  .footer-widgets .footer-widget-4 ul {
    margin-top: 20px;
    text-align: left !important;
  }
  .footer-top-sidebar .menu {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 1em;
  }
  .footer-top-sidebar .menu li {
    width: 49%;
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
    margin-bottom: 1em;
  }
  .footer-top-sidebar:before {
    display: block;
    width: 100%;
    content: " ";
    height: 50px;
    position: absolute;
    left: 0px;
    top: 30px;
  }
  .zoom-social-icons-list {
    padding-top: 1em;
  }
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
  margin: 0px;
}

.zoom-social-icons-list .socicon, .zoom-social-icons-list .dashicons, .zoom-social-icons-list .genericon, .zoom-social-icons-list .academicons, .zoom-social-icons-list .fa {
  width: 0.5em;
}

.site-info {
  padding: 0px;
  padding-bottom: 2em;
}

.elementor-row {
  pointer-events: inherit !important;
}

a:focus {
  outline: 0px !important;
}

.events-page-section .elementor-swiper-button-prev {
  left: -80px;
}

.events-page-section .elementor-swiper-button-next {
  right: -80px;
}

.events-page-section .elementor-text-editor a:hover {
  color: #E7726A;
}

@media (max-width: 1200px) {
  .events-page-section .elementor-swiper-button-prev {
    left: 10px;
    left: calc(50% - 50px);
    top: calc(100% + 25px);
  }
  .events-page-section .elementor-swiper-button-next {
    right: auto;
    left: calc(50% - 5px);
    top: calc(100% + 25px);
  }
  .events-page-section .elementor-swiper-button i {
    font-size: 50px;
  }
}

.wpw-filter-gallery .wpw-filter-controls {
  color: #000;
  text-align: center;
  margin-bottom: 1em;
}

.wpw-filter-gallery .wpw-filter-controls .t-filter-item {
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 15px;
  cursor: pointer;
  margin: 0 5px;
  font-weight: normal;
  white-space: nowrap;
}

.wpw-filter-gallery .wpw-filter-controls .t-filter-item.active {
  background: #EF736C;
  border-radius: 50px;
}

.wpw-filter-gallery .t-item {
  position: relative;
  float: left;
  width: 33.3%;
  height: auto;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .wpw-filter-gallery .t-item {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .wpw-filter-gallery .t-item {
    width: 100%;
  }
}

.wpw-filter-gallery .t-item .t-title {
  display: none;
}

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

.wpw-ba-indicator {
  position: absolute !important;
  top: 20%;
  height: 60%;
  width: 1px;
}

.wpw-ba-indicator:before {
  content: " ";
  display: block;
  height: 100%;
  border-left: 5px dashed #E7726A;
  -webkit-transform: translate(-2.5px, 0px);
          transform: translate(-2.5px, 0px);
}

.wpw-ba-indicator .wpw-ba-arrows {
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  left: -55px;
  width: 110px;
  height: 53px;
  background: url("graphics/arrows-ba.png") no-repeat center center;
  background-size: 70px;
}

[data-before_after="1"] > .elementor-background-overlay {
  -webkit-transition: none !important;
  transition: none !important;
  background-color: transparent !important;
}

.wpw-overlay-bg {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.btn-escape {
  padding: 5px 10px;
  background: #E7726A;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px #1B337A;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn-escape:hover {
  text-decoration: none;
  color: #fff;
  top: -1px;
  box-shadow: 0 3px #1B337A;
}

.btn-escape:active {
  box-shadow: 0 1px #1B337A;
  top: 2px;
}

.btn-escape-blue {
  background: #1B337A;
  box-shadow: none;
}

.widget_polylang .lang-item {
  display: inline-block;
  padding: 0px 7px;
  background: #1B337A;
  border-radius: 4px;
  position: relative;
}

.widget_polylang .lang-item a {
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
}

.widget_polylang .lang-item:hover {
  top: -1px;
  box-shadow: 0 2px #1B337A;
}

.no-left-margin .elementor-row > div {
  padding-left: 0px;
  margin-left: 0px;
}

#tv-section > .elementor-container {
  padding: 10px;
}

.room-info-head {
  z-index: 100;
}

.room-info-head h2 {
  font-size: 20px;
}

@media (max-width: 600px) {
  .room-info-head h2 {
    margin-bottom: 0px;
    line-height: 1.4em;
  }
}

.height-0 {
  height: 0px;
}

.booking-form .acceptance-988 {
  display: inline-block;
}

.booking-form a {
  color: #E7726A !important;
  font-weight: 500;
}

.booking-form .wpcf7-acceptance {
  background-color: transparent !important;
  display: inline-block;
  padding: 0px;
  margin-right: 10px;
  min-height: 0px;
}

.booking-form .wpcf7-acceptance > span {
  margin: 0px;
}

.booking-form .wpcf7-acceptance input[type='checkbox'] {
  margin-top: -30px;
}

.booking-form .wpcf7-acceptance input[type='checkbox'] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 1px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  outline: 0px;
}

.booking-form .wpcf7-acceptance input[type='checkbox']:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
  font-size: 10px;
  background: #1a346b;
  border: 1px solid #ffffff21;
}

.booking-form .wpcf7-acceptance input[type='checkbox']:checked:after {
  background: #1a346b;
  border: 1px solid #ffffff21;
  font: normal normal normal 14px/1 FontAwesome;
  content: '\F00C';
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
}

#price-table > .elementor-container {
  overflow-x: auto;
}

#price-table > .elementor-container > .elementor-row {
  min-width: 800px !important;
}

#price-table > .elementor-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

#price-table > .elementor-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #1B337A;
  -webkit-box-shadow: 0 0 1px #1B337A;
  height: 5px;
}

#price-table > .elementor-container::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: white;
}

#price-table h6 {
  margin-bottom: 0px;
}

#price-table .col-3, #price-table .col-4, #price-table .col-5 {
  padding-left: 0px;
  padding-right: 0px;
}

.TotalPayment {
  display: inline-block;
  position: relative;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loading-price {
  display: inline-block;
  position: absolute;
  color: #61CE70;
  font-size: 14px;
  z-index: 1;
  right: 10px;
  left: auto;
  bottom: 12px;
  top: auto;
  -webkit-animation: rotating 0.5s linear infinite;
          animation: rotating 0.5s linear infinite;
  height: 14px;
  width: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
}

.loading-price:before {
  position: relative;
  top: 1px;
}

.loading-info input[type="submit"] {
  opacity: 0.5;
}

.elementor-swiper-button i {
  font-size: 80px;
  -webkit-transform: scale(1.5, 1);
          transform: scale(1.5, 1);
  text-shadow: 0 3px #1B337A;
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
  left: -50px !important;
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
  right: -50px !important;
}

[data-element_type="section"]:after,
[data-element_type="section"]:before,
[data-background_overlay_layer_2]:after,
[data-background_overlay_layer_1]:before {
  display: none;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.elementor-editor-active [data-element_type="section"]:after,
.elementor-editor-active [data-element_type="section"]:before,
.elementor-editor-active [data-background_overlay_layer_2]:after,
.elementor-editor-active [data-background_overlay_layer_1]:before {
  display: block;
}

[data-element_type="section"]:after,
[data-background_overlay_layer_2]:after {
  z-index: 100;
}

[data-element_type="section"] > div {
  position: relative;
  z-index: 150;
}

.rooms-city-zone {
  z-index: 3 !important;
}

.sp-testimonial-free-section .slick-dots {
  left: 0px;
  bottom: -50px;
}

.sp-testimonial-free-section .slick-arrow:before {
  display: none;
}

.sp-testimonial-free-section .tfree-client-name,
.sp-testimonial-free-section .tfree-testimonial-title h3 {
  font-weight: 400;
}

.sp-testimonial-free-section .slick-dots li.slick-active button {
  background: #fff !important;
}

.sp-testimonial-free-section .slick-prev, .sp-testimonial-free-section .slick-next {
  color: #fff !important;
}

.sp-testimonial-free-section .slick-prev:hover, .sp-testimonial-free-section .slick-next:hover {
  color: #E7726A !important;
}

span.wpcf7-not-valid-tip {
  color: #f88;
}

.preregister-form textarea {
  height: 60px;
}

.hide-vr {
  display: none;
}

@media (max-width: 767px) {
  .vr-text-content {
    top: -19%;
    position: relative;
    text-align: right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    min-width: 63vw;
  }
  .mobile-hero-text p {
    font-size: 12px;
    width: 60%;
    float: right;
  }
}

.nav-icon {
  padding: 1em;
  width: 60px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  border-radius: 3px;
  content: '';
  display: block;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-icon.open:before {
  -webkit-transform: translateY(6px) rotate(135deg);
          transform: translateY(6px) rotate(135deg);
}

.nav-icon.open:after {
  -webkit-transform: translateY(-8px) rotate(-135deg);
          transform: translateY(-8px) rotate(-135deg);
}

.nav-icon.open div {
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media (max-width: 1200px) {
  [data-widget_type='wpw_testimonials.default'] .elementor-widget-container {
    padding: 0px 0px !important;
    margin: 0px 0px !important;
  }
}

.wpw-testimonials {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .wpw-testimonials {
    width: calc(100% + 60px);
    left: -30px;
  }
}

.wpw-testimonials .testimonials-list-box {
  max-width: 100%;
  position: relative;
}

.wpw-testimonials .testimonials-list-box .t-item {
  display: inline-block;
  position: relative;
  padding: 0px 30px;
}

@media (max-width: 1200px) {
  .wpw-testimonials .testimonials-list-box .t-item {
    padding: 0px 10px;
  }
}

.wpw-testimonials .t-title {
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.wpw-testimonials p {
  margin-bottom: 0em;
  font-weight: 300;
  font-size: 0.9em;
  font-style: italic;
}

.wpw-testimonials .t-image {
  text-align: right;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.wpw-testimonials .t-image img {
  display: inline-block;
  width: 70px;
  height: auto;
}

.wpw-testimonials .testimonials-ava {
  margin-top: 0.5em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.wpw-testimonials .testimonials-ava .t-name {
  margin-left: 10px;
}

.wpw-testimonials .slick-arrow {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  font-size: 30px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 4px #1B337A;
  z-index: 10;
}

.wpw-testimonials .slick-arrow:hover {
  text-shadow: 0 6px #1B337A;
}

.wpw-testimonials .slick-arrow:hover:before {
  position: relative;
  top: -1px;
}

.wpw-testimonials .slick-arrow:active {
  text-shadow: 0 4px #1B337A;
}

.wpw-testimonials .slick-arrow:active:before {
  position: relative;
  top: 1px;
}

.wpw-testimonials .fa-caret-left {
  left: -0px;
}

.wpw-testimonials .fa-caret-right {
  right: -0px;
}

@media (max-width: 1300px) {
  #testimonials-block > .elementor-widget-container {
    margin: 0px !important;
    padding: 0px !important;
  }
}

@media (max-width: 1024px) {
  #testimonials-block {
    width: 60vw;
    margin: 0 auto;
    padding: 0px !important;
  }
}

#testimonials-block .t-item {
  padding: 0px 2em;
}

@media (max-width: 768px) {
  #testimonials-block {
    width: 80vw;
    margin: 0 auto;
    padding: 0px !important;
  }
}

#testimonials-block .t-item {
  padding: 0px 3em;
}

@media (max-width: 1000px) {
  .escape-char-gallery {
    display: block;
  }
  .char-list-box {
    display: none;
  }
  .center-character {
    width: 100%;
    -webkit-box-flex: 0;
            flex: none;
    max-width: none;
  }
  .char-info > div {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  .char-info-box {
    width: 100%;
    -webkit-box-flex: 0;
            flex: none;
    max-width: none;
    margin-top: 2em;
  }
}

.wpw-slider {
  opacity: 0;
  overflow: hidden;
  height: 0px;
  max-width: calc(100vw - 100px);
  margin: 0 auto;
}

.wpw-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1.5, 1) !important;
          transform: translate(0, -50%) scale(1.5, 1) !important;
  font-size: 32px;
  color: #EF736C;
  text-shadow: 0 3px #1B337A;
}

.wpw-slider .eicon-caret-right {
  right: -30px;
}

.wpw-slider .eicon-caret-left {
  left: -30px;
}

.wpw-slider .gallery-item-thumbnail-wrap {
  text-align: center;
}

.wpw-slider .gallery-item-thumbnail-wrap img {
  max-height: 500px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .eael-filter-gallery-container, .wpw-filter-gallery-box {
    opacity: 0;
    overflow: hidden;
    height: 0px !important;
  }
  .eael-filterable-gallery-load-more-text {
    display: none;
  }
  .wpw-slider {
    display: block;
    opacity: 1;
    overflow: visible;
    height: auto;
  }
}

body,
button,
input,
textarea {
  color: #43454b;
  font-family: "Poppins", "Nova", "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.5em;
}

.elementor-text-editor {
  letter-spacing: 0.03em;
}

select {
  color: initial;
  font-family: "Poppins", "Nova", "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 100%;
}

.site {
  width: 100vw;
}

body .elementor-heading-title {
  line-height: 1.5em;
}

body, button, a, * {
  outline: none;
}

h2 strong {
  font-weight: 500;
}

.site-header {
  background-color: transparent;
  border-bottom: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  z-index: 9999;
}

.site-header a, .site-header a:hover {
  text-decoration: none;
}

.site-header .main-navigation ul li a:hover {
  background-color: #5cc1e1;
}

.site-header .main-navigation ul li a {
  padding: 0.5em 0.5em;
  margin: 5px 0px;
  border-radius: 10px;
  letter-spacing: 0.05em;
}

body:not(.site-scrolled) .main-navigation ul li a:hover {
  background-color: #1B337A;
}

.header-right {
  padding: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.header-right .header-widget-region .widget {
  padding: 0px;
  display: inline-block;
  margin-left: 10px;
}

.header-right .col-full {
  margin: 0px;
  padding: 0px;
  max-width: none;
  white-space: nowrap;
}

.header-right ul, .header-right p {
  margin: 0px;
}

.nav-icon {
  display: none;
}

.nav-icon, .nav-icon:hover {
  background: none;
  position: fixed;
  top: 0px;
  right: 0px;
  border: 0px;
  outline: 0px;
  z-index: 10;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .nav-icon {
    display: block;
  }
  .header-logo-area {
    width: 100vw;
    -webkit-box-flex: 0 !important;
            flex: 0 0 100vw !important;
    max-width: 100vw !important;
    -webkit-box-pack: left !important;
            justify-content: left !important;
    padding-left: 1em !important;
  }
}

.mobile-menu-on .custom-logo-link svg path {
  fill: #fff;
}

.current_page_item a {
  background-color: #5cc1e1;
  padding: 5px 10px;
  margin: 10px 0px;
  border-radius: 5px;
  margin-left: -1em;
}

.mobile-navigation .widget_text,
.mobile-navigation .widget_text a {
  color: #4c68c8;
}

.mobile-navigation .widget_text p {
  margin: 0px !important;
}

.mobile-navigation a.btn-escape {
  color: #fff;
}

.mobile-navigation .widget_polylang {
  margin-top: 1em;
  margin-bottom: 3em;
}

.site-scrolled .site-header {
  background-color: rgba(27, 51, 122, 0.9);
}

.site-scrolled .custom-logo-link svg path {
  fill: #fff;
}

.site-scrolled .lang-item {
  background: #4C68C8;
}

@media (min-width: 1300px) {
  .container.main-header {
    max-width: 85vw;
  }
}

@media (max-width: 1200px) {
  .container.main-header {
    max-width: 94vw;
    margin-left: 0px;
    margin-right: 0px;
  }
}

ul, ol {
  margin: 0 0 1.21575em 1.2em;
  padding: 0;
}

.site-title {
  white-space: normal;
  white-space: normal;
  position: relative;
  display: inline-block;
  top: -2px;
  white-space: nowrap;
}

.site-title .custom-logo-link {
  display: inline-block;
}

.site-title .custom-logo-link img, .site-title .custom-logo-link svg {
  display: inline-block;
  width: 37px;
  padding-bottom: 5px;
  padding-top: 8px;
  height: auto;
}

.site-title .site-link {
  display: inline-block;
  margin-left: 18px;
  position: relative;
  top: 10px;
}

.site-title .site-link span {
  white-space: nowrap;
  display: block;
}

.site-title .site-link .site-description {
  font-size: 13px;
}

.site-title .header-site-title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 1300px) {
  .site-title .header-site-title {
    font-size: 15px;
  }
  .site-title .site-description {
    font-size: 10px;
  }
}

@media (max-width: 700px) {
  .site-title .header-site-title {
    font-size: 20px !important;
  }
  .site-title .site-description {
    font-size: 16px !important;
  }
}

.elementor-editor-active .site-header {
  position: relative;
  background-color: #3768a0;
}

.mobile-navigation {
  display: none;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  padding-left: 40px;
  background: #1B337A;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mobile-navigation .lang-item {
  background: #4C68C8;
}

.mobile-navigation ul {
  list-style: none;
  margin: 0px;
  width: 100%;
}

.mobile-navigation ul li a {
  color: #fff;
}

.mobile-navigation .header-widget-region {
  text-align: center;
}

.mobile-navigation .header-widget-region .widget {
  display: inline-block;
  padding: 0px;
  margin: 10px 0px;
}

@media (max-width: 767px) {
  .mobile-navigation {
    display: block;
  }
  .header-right {
    display: none;
  }
  .mobile-menu-on .mobile-navigation {
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
  }
  .site-scrolled .custom-logo-link svg path {
    fill: #fff;
  }
  .site-scrolled .header-logo-area {
    background-color: rgba(27, 51, 122, 0.9);
  }
  .header-logo-area {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .char-list-box {
    display: none;
  }
}

.tablet-mobile-hero {
  display: none;
  min-height: 140vw;
}

.tablet-mobile-hero .elementor-text-editor {
  font-size: 1.5em;
}

.footer-widgets .zoom-social-icons-list .socicon {
  color: #fff !important;
}

.phone-link {
  color: #fff !important;
}

.phone-link .fa {
  color: #4c68c8 !important;
}

@media screen and (max-width: 768px) {
  .tablet-mobile-hero {
    display: block;
  }
  .tablet-mobile-hero .elementor-text-editor {
    font-size: 1.2em;
  }
  .tablet-mobile-hero p {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 550px) {
  .tablet-mobile-hero .elementor-text-editor {
    font-size: 1em;
  }
}

@media (min-width: 1000px) and (max-width: 1550px) {
  .header-logo-area {
    -webkit-box-flex: 0;
            flex: 0 0 28.333333%;
    max-width: 28.333333%;
  }
  .header-left {
    -webkit-box-flex: 0;
            flex: 0 0 53%;
    max-width: 53%;
  }
  .site-header .main-navigation ul li a {
    padding: 0.3em 0.3em;
    font-size: 0.95em;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .header-left {
    -webkit-box-flex: 0;
            flex: 0 0 52%;
    max-width: 52%;
  }
  .site-header .main-navigation ul li a {
    padding: 0.3em 0.3em !important;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .header-logo-area {
    -webkit-box-flex: 0;
            flex: 0 0 26.333333%;
    max-width: 26.333333%;
  }
  .header-left {
    -webkit-box-flex: 0;
            flex: 0 0 54%;
    max-width: 54%;
  }
  .site-header .main-navigation ul li a {
    padding: 0.4em 0.3em !important;
  }
  .container.main-header {
    max-width: 98vw;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 1300px) {
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 0.3em 0.3em;
    font-size: 0.94em;
  }
  .header-logo-area {
    padding-left: 0px !important;
  }
}

@media (max-width: 1100px) {
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 0.4em 0.45em;
    font-size: 0.8em;
  }
}

@media (max-width: 767px) {
  #room-title-big-bang {
    top: -22vw;
  }
  .header-logo-area {
    padding-left: 1em !important;
  }
}

@media (max-width: 1024px) {
  #tv-section {
    padding: 5px 5px 50px 5px;
  }
}

@media (max-width: 1200px) {
  #tv-kids {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #tv-kids {
    width: 44%;
    right: 1vw;
    bottom: 0%;
  }
}

@media (max-width: 900px) {
  #tv-kids {
    width: 50%;
    right: 1vw;
    bottom: 1%;
  }
}

@media (max-width: 1000px) {
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 0.3em 0.3em;
    font-size: 0.7em;
  }
  .site-title {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: auto;
    -webkit-transform-origin: 0 center;
            transform-origin: 0 center;
  }
  .header-logo-area {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: 0 0 30.333333%;
    max-width: 30.333333%;
  }
  .header-left {
    -webkit-box-flex: 0;
            flex: 0 0 53%;
    max-width: 53%;
  }
}

.header-logo-area {
  -webkit-box-flex: 0;
          flex: 0 0 30.333333%;
  max-width: 30.333333%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .header-logo-area {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .header-logo-area {
    padding-left: 2em;
  }
}

.header-left {
  -webkit-box-flex: 0;
          flex: 0 0 53%;
  max-width: 53%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.widget .zoom-social-icons-list--without-canvas {
  margin-left: -8px !important;
}

@media (max-width: 768px) {
  .site-footer > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
}

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