<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-first-line {
  background-color: #d8dfed;
  position: sticky;
  top: 0;
  z-index: 100;
}

.first-line-right {
  text-align: right;
  padding: 10px 0 1px;
}
.first-line-right ul li {
  display: inline-block;
  list-style-type: none;
}
.first-line-right a {
  font-size: 14px;
  line-height: 17px;
  color: #61656b;
  font-weight: 400;
}
.first-line-right a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #000;
  opacity: 90%;
}
.first-line-right .phone {
  font-size: 14px;
  line-height: 17px;
  color: #61656b;
  font-weight: 400;
  margin-left: 50px;
}
.first-line-right .phone .fas {
  font-size: 14px;
  line-height: 17px;
  color: #61656b;
  margin-right: 5px;
}

.navbar {
  padding-right: 0;
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  margin-left: 30px;
  padding: 0;
}

.main-menu {
  background-color: #fff;
  z-index: 100;
  position: fixed;
  right: 0;
  left: 0;
  height: 55px;
}

.logo-navbar {
  height: 30px;
}

.menu-dropdown-main {
  position: static;
}

.dropdown-menu.show {
  display: table;
  border-radius: 0;
  margin-top: -4px;
  padding: 21px 10px;
  line-height: 30px;
  min-width: 200px;
  border: none;
}

.dropdown-menu-list li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}

.dropdown-menu-list li a:hover {
  text-decoration: none;
}

.first-screen-video {
  height: 90vh;
}

.bgoverlay {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-screen-content {
  position: absolute;
  top: 32%;
  max-width: 800px;
  z-index: 10;
}

.main-title {
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-family: "Kaushan Script", cursive;
}

.main-search {
  margin-top: 100px;
}

.nav-link-search {
  color: #2E2C2C;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin-right: 35px;
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
  color: #377DFF;
  font-weight: bold;
  background-color: transparent;
}

.select2-container {
  /*width:650px!important;*/
  width: 350px !important;
}

.select2-container .select2-selection--single {
  /*height:60px!important;
  box-shadow: 0px 30px 60px #36363676;*/
  height: 38px !important;
  border: none !important;
  border-radius: 5px !important;
  box-shadow: 0px 30px 90px #36363676;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  /*line-height: 60px!important;*/
  line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("/v2/images/search-icon.png");
  background-repeat: no-repeat;
  /*background-size: 40% 40%;
  width: 58px!important;
  height: 60px!important;*/
  background-size: 35% 35%;
  background-position: center;
  height: 38px !important;
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  width: 38px !important;
  background-color: #377DFF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.main-search .select2-selection__rendered {
  background: url("/map-marked-alt-light.svg") no-repeat;
  padding-left: 50px !important;
  background-size: 40px 40px;
  background-position: 2% center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #a49d9d !important;
}

#carouselherosection .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 650px;
}
#carouselherosection .carousel-control-next, #carouselherosection .carousel-control-prev {
  width: 35%;
}

.caret-down {
  background-color: #DBE6FC;
  border-radius: 22px;
  padding: 15px 3px;
  width: 40px;
  margin: 35px 0 -50px;
}

.caret-down .fas {
  font-size: 24px;
  color: #2E2C2C;
}

.destinations-section {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 55%, rgba(219, 230, 252, 0.35) 50%, rgba(219, 230, 252, 0.35) 100%);
  padding-bottom: 55px;
}

.section-title {
  color: #2E2C2C;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  margin-top: 80px;
}

.section-title-separator {
  width: 50px;
  background-color: #2E2C2C;
  height: 2px;
  margin: 20px 0;
}

.section-subtitle {
  font-size: 15px;
  color: #2E2C2C;
  opacity: 50%;
  margin-bottom: 20px;
}

.hotel-with-desc {
  background-color: #fff;
  box-shadow: 0px 30px 60px #B1BFDB;
  padding: 20px 20px;
  height: 380px;
}

.hotel-big-img {
  width: 100%;
  max-height: 338px;
  box-shadow: 5px 10px 30px #B1BFDB;
}

.hotel-location {
  color: #B1BFDB;
  font-size: 15px;
  line-height: 19px;
  min-height: 38px;
}

.hotel-location .fas {
  margin-right: 20px;
}

.hotel-name {
  color: #2E2C2C;
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0;
  font-weight: bold;
}

.hotel-info {
  color: #2E2C2C;
  font-size: 14px;
  line-height: 23px;
  max-height: 159px;
  overflow: hidden;
}

.hotel-status {
  margin: 15px 0 20px;
}

.hotel-status .fas {
  font-size: 17px;
  color: #377DFF;
  margin-right: -3px;
}

.hotel-status span {
  text-align: right;
}

.hotel-price span {
  color: #a49d9d;
  opacity: 100%;
  font-size: 15px;
  font-weight: normal;
}

.hotel-price {
  display: inline;
  float: right;
  color: #2E2C2C;
  font-size: 20px;
  font-weight: bold;
}

.main-btn {
  border-radius: 0;
  background-color: #377DFF;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  width: 100%;
  padding: 8px 0;
}

.hotel-box {
  box-shadow: 0px 30px 60px #B1BFDB;
  background-color: #fff;
  padding: 20px 20px;
  min-height: 380px;
}

.hotel-box-img {
  width: 100%;
  max-height: 145px;
  margin-top: 10px;
  box-shadow: 5px 10px 30px #B1BFDB;
}

.hotel-name-small {
  font-size: 14px;
  font-weight: bold;
  color: #2E2C2C;
  line-height: 22px;
  margin: 14px 0 0;
  height: 44px;
  overflow: hidden;
}

.country-box {
  background-color: #fff;
  box-shadow: 0px 30px 60px #B1BFDB;
  padding: 15px 20px 20px 20px;
  text-align: center;
}

.country-box-img {
  width: 100%;
  max-height: 150px;
  box-shadow: 20px 10px 60px #B1BFDB;
}

.country-name {
  font-size: 18px;
  color: #2E2C2C;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.country-box-img-big {
  width: 100%;
  max-height: 190px;
  box-shadow: 20px 10px 60px #B1BFDB;
}

.testimonials-section {
  padding: 80px 0 75px;
}

.testimonials-main-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #2E2C2C;
}

.testimonials-subtitle {
  font-size: 15px;
  color: #a49d9d;
}

.testimonials-static-title {
  color: #2E2C2C;
  font-size: 40px;
  line-height: 48px;
  margin-top: 55px;
  font-weight: bold;
}

.testimonials-rating {
  margin: 65px 0 25px;
  text-align: right;
}

.testimonials-rating .fas {
  color: #377DFF;
  margin-right: 5px;
  font-size: 24px;
}

.testimonials-info {
  text-align: right;
  font-size: 15px;
  line-height: 26px;
  color: #2E2C2C;
  margin-bottom: 25px;
  max-height: 100px;
  overflow: hidden;
}

.testimonials-name {
  text-align: right;
  font-size: 17px;
  color: #2E2C2C;
  margin-bottom: 15px;
}

.testimonials-location {
  text-align: right;
  font-size: 12px;
  color: #B1BFDB;
  letter-spacing: 1.8px;
}

.arrow-left {
  width: 55px;
  padding: 20px;
  border: 2px solid #2E2C2C;
  border-radius: 5px 0px 0px 5px;
  display: inline;
  color: #2E2C2C;
}

.arrow-right {
  width: 55px;
  padding: 20px;
  border: 2px solid #377DFF;
  border-radius: 0px 5px 5px 0px;
  background-color: #377DFF;
  color: #fff;
  margin-left: 10px;
  display: inline;
}

.carousel-arrows {
  margin-top: 75px;
}

.carousel-arrows a:hover {
  text-decoration: none;
  color: initial;
}

.carousel-indicators li {
  background-color: #BFBFBF;
  width: 40px;
  height: 2px;
  margin-right: 5px;
  margin-left: 5px;
}

.carousel-indicators {
  bottom: -40px;
  left: 41%;
  margin-right: 0;
}

.testimonials-img {
  box-shadow: 0px 30px 60px #B1BFDB;
  width: 85%;
}

.testimonials-img-container {
  min-height: 300px;
  padding: 25px;
}

.carousel-item {
  min-height: 380px;
}

.testimonials-map img {
  height: 400px;
}

.testimonials-map {
  margin: 70px 0 40px;
}

.carousel-indicators li.active {
  background-color: #377DFF !important;
}

.text-section {
  background-color: #F2F6FE;
  padding: 65px 0;
}

.text-main-container {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0px 30px 60px #B1BFDB;
}

.text-title {
  font-size: 30px;
  line-height: 36px;
  color: #2E2C2C;
  font-weight: bold;
}

.column-icon {
  color: #B1BFDB;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.column-icon img {
  height: 40px;
}

.column-title {
  color: #B1BFDB;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 10px;
}

.column-text {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

.last-minute-section {
  padding: 0 0 60px;
}

.hotel-period {
  color: #B1BFDB;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
}

.hotel-period .fas {
  margin-right: 20px;
}

.last-minute-box {
  max-height: 400px;
}

.carousel-inner {
  overflow: visible;
}

.carousel-arrows-last-minute {
  margin-top: 108px;
  text-align: right;
}

.back-top {
  color: #2E2C2C;
  font-size: 18px;
}

.back-top:hover {
  text-decoration: none;
  color: #2E2C2C;
}

.back-top .fas {
  margin-left: 5px;
}

.footer-image {
  margin-top: 50px;
}

.instagram-logo {
  font-size: 25px;
  color: #2E2C2C;
  margin-left: 5px;
  vertical-align: bottom;
}

.instagram-logo:hover {
  color: #2E2C2C;
}

.logo-footer {
  height: 35px;
}

.footer-big-img {
  background-image: url("/v2/images/footer-final.svg");
  height: 330px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 15px;
}

.main-footer {
  background-color: #F2F6FE;
  padding: 12px 0;
}

.main-footer table td {
  width: 20%;
  padding: 0;
}

.main-footer table td a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}

.main-footer table td a:hover {
  text-decoration: none;
}

.main-footer table {
  margin-bottom: 0;
}

.footer-link-section {
  background-color: #d8dfed;
  padding: 20px 0 10px;
}

.footer-title {
  font-size: 14px;
  color: #2E2C2C;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.footer-title:hover {
  text-decoration: none;
  color: #46494d;
}

.footer-link {
  font-size: 14px;
  color: #61656b;
  margin-bottom: 10px;
  display: block;
}

.footer-link:hover {
  text-decoration: none;
  color: #61656b;
}

.info-section-container {
  border: 20px solid #F2F6FE;
  padding: 0 20px;
}

.info-box {
  padding: 35px 45px 35px 45px;
}

.info-title {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}

.info-content {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-top: 20px;
}

.licenta-btn {
  border-radius: 0;
  background-color: #fff;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  width: 45%;
  padding: 8px 0;
  border: 2px solid #2D2B2C;
}

.asigurare-btn {
  border-radius: 0;
  background-color: #377DFF;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  width: 45%;
  float: right;
  padding: 8px 0;
  border: 2px solid #377DFF;
}

body {
  font-family: usual, sans-serif;
  font-style: normal;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

.reservation-container {
  background-color: #F2F6FE;
  padding: 45px 0;
  margin-top: 55px;
}

.reserv-box-sumar {
  background-color: #fff;
  box-shadow: 0px 20px 60px #B1BFDB;
  padding: 30px 40px;
}

.reserv-hotel-name {
  font-size: 20px;
  line-height: 24px;
  color: #2E2C2C;
  font-weight: bold;
  margin-bottom: 15px;
}

.reserv-hotel-stars .fas {
  color: #377DFF;
  font-size: 19px;
}

.reserv-img img {
  width: 100%;
  max-height: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 20px 0px 60px #B1BFDB;
}

.reserv-hotel-info {
  font-size: 14px;
  color: #a49d9d;
  line-height: 23px;
  padding-bottom: 20px;
  border-bottom: 2px solid #DBE6FC;
}

.reserv-table-period {
  margin: 20px 0;
  width: 100%;
}

.reserv-table-period tr td {
  width: 33%;
}

.reserv-dates-text {
  color: #B1BFDB;
  font-size: 14px;
}

.reserv-table-period img {
  height: 35px;
  margin-left: 10px;
}

.reserv-date {
  color: #2E2C2C;
  font-size: 16px;
}

.info-oferta-detalii {
  font-size: 14px;
  color: #2E2C2C;
  margin-bottom: 10px;
}

.info-oferta-detalii .fas {
  color: #B1BFDB;
  font-size: 16px;
  margin-right: 10px;
}

.reserv-pret {
  font-size: 16px;
  color: #2E2C2C;
}

.reserv-pret span {
  color: #2E2C2C;
  font-size: 35px;
  font-weight: bold;
}

.input-box {
  background-color: #fff;
  border: 2px solid #B1BFDB80;
  border-radius: 5px;
  height: 70px;
}

.room-container {
  border: 2px solid #B1BFDB80;
  border-radius: 5px;
}

.room-container:last-child {
  border-bottom: 2px solid #B1BFDB80;
}

.input-box-top {
  /*border: 2px solid #B1BFDB80;*/
  border-bottom: 1px solid #B1BFDB80;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 70px;
  background-color: #fff;
  padding: 15px 30px 0 20px;
}

.input-box-middle {
  /*border-top:none;
  border-bottom:none;*/
  border-radius: 0;
  height: 70px;
  background-color: #fff;
  padding: 15px 30px 0 20px;
}

.input-box-bottom {
  border-top: 1px solid #B1BFDB80;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  height: 70px;
  background-color: #fff;
  padding: 15px 30px 0 20px;
}

.reservation-title {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}

.field-name {
  color: #000000;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.reserv-info-column {
  padding-right: 60px;
}

.room-number {
  display: inline;
  float: right;
}

.input-box {
  padding: 15px 30px 0 20px;
}

.input-box img {
  margin-top: 10px;
}

.minus-btn {
  box-shadow: 0px 3px 6px #B1BFDB;
  border-radius: 3px;
  width: 40px;
  margin-right: 10px;
}

.minus-btn:hover, .plus-btn:hover {
  background-color: #377DFF;
}

.minus-btn .fas {
  color: #B1BFDB;
}

.plus-btn {
  box-shadow: 0px 3px 6px #B1BFDB;
  border-radius: 3px;
  width: 40px;
  margin-left: 10px;
}

.plus-btn .fas {
  color: #B1BFDB;
}

.room-ocupant {
  color: #B1BFDB;
  letter-spacing: 0.7px;
  font-size: 14px;
  line-height: 31px;
}

.input-group-text {
  background-color: #fff;
  border: none;
}

.input-group-text .fas {
  color: #B1BFDB;
}

.reserv-form-control {
  height: 70px;
  border: none;
}

.reserv-input-group {
  border: 2px solid #B1BFDB80;
  border-radius: 5px;
}

.reserv-send-request {
  background-color: #377DFF;
  color: #fff;
  border: 2px solid #377DFF;
  border-radius: 2px;
  padding: 0.375em 3.5em;
  float: right;
  margin-top: 25px;
}

.input-group .form-control:focus {
  outline-color: transparent !important;
  outline-style: none !important;
  box-shadow: none;
}

.room-number-select-age select {
  background-color: #fff !important;
  border-radius: 3px !important;
  width: 95px;
  border: 1px solid #B1BFDB80;
  display: inline;
  margin-right: 5px;
}

.room-number-select-age select:last-child {
  margin-right: 0;
}

.room-number-select-age select:focus {
  border: 1px solid #B1BFDB80;
}

.select-number-nights {
  float: right;
}

.select-number-nights select {
  background-color: #fff !important;
  border-radius: 3px !important;
  width: 115px;
  border: 1px solid #B1BFDB80;
  display: inline;
  margin-right: 5px;
}

.select-number-nights select:focus {
  border: 1px solid #B1BFDB80;
}

.calendar-date-select {
  float: right;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .hotel-info {
    max-height: 135px;
  }

  .hotel-price {
    font-size: 17px;
  }

  .country-name {
    font-size: 16px;
  }
}
.first-line-left ul {
  list-style-type: none;
  margin-left: 150px;
  margin-bottom: 0;
}

.first-line-left ul li {
  display: inline;
  color: #000;
  font-size: 16px;
  line-height: 19px;
}

.first-line-left {
  display: inline-block;
  padding: 10px 0 1px;
}

.first-line-right {
  /*display:inline-block;
  float:right;*/
  padding-top: 13px;
}

.input-group.md-form.form-sm.form-2 input {
  border: 1px solid #377DFF;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.input-group.md-form.form-sm.form-2 input.amber-border {
  border: 1px solid #ffca28;
}

#carouselherosection .carousel-indicators {
  bottom: 0;
}
#carouselherosection .carousel-indicators li {
  width: 80px;
  height: 10px;
  box-shadow: 0px 0px 7px 0px #000000;
  border-bottom: none;
  border-top: none;
}
#carouselherosection .carousel-control-prev-icon {
  background-image: url("/v2/images/angle-left-solid.svg");
  width: 45px;
  height: 45px;
}
#carouselherosection .carousel-control-next-icon {
  background-image: url("/v2/images/angle-right-solid.svg");
  width: 45px;
  height: 45px;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>