@import url(normalize.css);
@import url(foundation.css);
@import url(font-awesome.min.css);
@import url(common.css);
@import url(foundation_calendar.css);
@import url(jquery.fancybox.css);
@import url(slick.css);

@font-face {
  font-family: "trebuchet";
  src: url("../fonts/trebuchet.ttf") format("truetype");
}

@import "usefull.less";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li>a {
font-family: "STIX Two Text", serif;
  font-weight: normal;
}

body#ae * {
  text-align: right;
}

a {
  /* color: #257696; */
}

a:hover {
  /* color: #113644; */
}

.error>label>small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #253d70;
  color: #ffcc02;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  background: #333 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background: #999 !important;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul,
.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: transparent;
}

.wickedpicker {
  top: 102rem !important;
}

input#timepicker-two,
input#timepicker-one {
  position: relative;
}

.top-bar {
  height: 65px;
}

.top-bar-section {
  margin-top: 10px;
}

.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  /* background: transparent!important; */
  background-color: transparent !important;
  /* text-decoration: underline!important; */
  /* color: #000!important; */
}

.top-bar-section .has-dropdown>a:after {
  border-color: #666 transparent transparent transparent;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  color: #666 !important;
}

ul.dropdown {
  background: #ccc !important;
}

.slider {
  width: 100%;
}

.slider img {
  width: 100%;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.non-responsive {
  margin: 0 auto;
  max-width: 1200px;
  width: 1200px;
  min-width: 1200px;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  margin: 0 auto;
  max-width: 1200px;
  width: 1200px;
  min-width: 1200px;
}

#tagcloud a {
  color: #000;
  display: inline-block;
  opacity: 0;
}

#tagcloud a:after {
  content: " , ";
}

#tagcloud a:last-child:after {
  content: "";
}

#tagcloud a {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

#tagcloud a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.breadcrumbs {
  box-shadow: none;
  border: none;
  background: none;
}

.breadcrumbs * {
  color: #333;
}

.breadcrumbs *,
.breadcrumbs>*.current {
  text-transform: capitalize;
  font-size: 1em;
}

#booking_form {
  background: #243d70;
  padding: 50px 0;
}

#booking_form form {
  max-width: 600px;
  margin: auto;
  width: 100%;
}

#booking_form h2,
#booking_form h3 {
  color: #ffcc00;
}

#booking_form h3 a {
  color: #ffcc00;
  font-weight: bold;
}

#booking_form h3 {
  font-size: 1.1em;
  margin: 30px 0;
}

#booking_form input,
#booking_form textarea {
  border: none;
  border-radius: 5px;
  box-shadow: none;
}

#booking_form input[type="text"] {
  height: 50px;
}

#booking_form input::placeholder,
.calendar .selector .date-selector,
.calendar .selector .time-selector {
  color: #999 !important;
}

.calendar .selector .date-selector,
.calendar .selector .time-selector {
  border-radius: 5px;
  box-shadow: none;
}

#booking_form label {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}

#booking_form button,
#check_vali_code {
  background: #ffcc00;
  color: #243d70;
  font-weight: bold;
  text-transform: lowercase;
  display: block;
  width: 100%;
}

.baby-seat-class {
  display: flex;
  padding: 0 .9375rem;
  align-items: center;
  flex-direction: column;

  select {
    width: 17rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.baby-seat-class>label {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;

  img {
    width: 42px;
  }
}

.alert-box.success,
.alert-box.success small {
  font-size: 15px;
}

#booking_form button:hover,
#check_vali_code:hover {
  background: #061b47;
  color: #ffcc00;
}

.totalDaysRented {
  color: #ffcc00;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;

  span {
    font-weight: 700;
  }
}

.month-wrapper {
  display: flex;
  justify-content: center;
}

#booking_form .date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #ffcc00;
  color: #fff;
}

#booking_form .date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #061b47;
  color: #fff;
  display: block;
}

#booking_form .date-picker-wrapper .month-wrapper table td {
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 2;
}

#booking_form .month-name {
  text-align: center;
}

#booking_form .month1,
#booking_form .month2 {
  display: table;
}

#booking_form .drp_top-bar * {
  margin-bottom: 10px;
}

#booking_form .drp_top-bar .normal-top,
#booking_form .drp_top-bar .normal-top span {
  color: #fff !important;
  text-align: center;
}

#booking_form .drp_top-bar .default-top {
  text-align: center;
  color: #ffcc00;
  font-size: 1.2em;
}

#booking_form .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  display: block;
}

#booking_form .date-picker-wrapper .month-wrapper table .day {
  color: #ccc;
  display: none;
}

p.onlineText {
  color: #fee88f !important;
}

.priceTitle,
.price,
.onlinePrice,
.onlinePayment {
  color: #fc0;
  margin: 10px 0;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -1px;
  display: inline-block;
}

.onlinePrice {
  color: #ffcc00;
  font-size: 2em;
}

.priceTitle span {
  font-size: 0.7em;
  color: #fff;
  font-weight: 400;
}

#booking_form p {
  color: #fff;
  font-size: 18px;
}

.calendar .date-picker {
  width: 100%;
}

.calendar .date-picker .header,
.calendar .time-picker .header {
  background: #ffcc00;
}

.calendar .date-picker {
  border: none;
}

.calendar .date-picker .week.labels .day,
.calendar .time-picker>.time .value-control label {
  background: #ac8f1a;
  border: none;
}

#dialog_trigger {
  color: #fff;
}

.inner_title {
  margin: 50px 0;
  text-align: center;
  color: #ffcc00;
  position: relative;
}

.articlelistingrow {
  margin-bottom: 40px;
}

.articlelistingrow {
  text-align: center;
}

.articlelistingrow span {
  display: block;
  width: 100%;
}

.articlelistingrow h4 {
  margin: 30px 0;
}

.articlelistingrow h4 a {
  color: #243d70;
  font-weight: 400;
}

.book_now {
  background: #ffcc00;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  width: 100%;
  display: block;
  border: 2px solid transparent;
  font-size: 0.9em;
}

.book_now:hover {
  background: transparent;
  color: #ffcc00;
  border: 2px solid #ffcc00;
  border-radius: 999em;
}

.articlelistingrow .categorySeo {
  background: #d0cfc9;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  width: 100%;
  display: block;
  border: 2px solid transparent;
  font-size: 0.9em;
}

.article_page {
  padding: 60px 0;
}

.categories li {}

.categories li a {
  display: block;
  background: #243d70;
  text-align: center;
  color: #fff;
  padding: 15px;
}

.categories li a:hover {
  display: block;
  background: #ffcc00;
  text-align: center;
  color: #fff;
  padding: 15px;
}

.site-footer__links:hover {
  color: #243d70;
}

#booking_form label>a {
  color: #fff;
}

#makePayment {
  max-width: 500px;
  margin: auto;
}

#makePayment a {
  color: #000;
}

#makePayment button {
  background: #243d70;
  display: block;
  width: 100%;
}

#myModal h2 {
  font-size: 1.3em;
}

#myModal button {
  background: #243d70;
}

.selected-days {
  display: none !important;
}

.whatsapp-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .hero-image {
    display: none;
  }

  .time-pickers {
    display: flex;
  }

  .wickedpicker {
    top: 137rem !important;
    width: 10rem !important;
  }

  .sliderCaption {
    position: static !important;
    display: block !important;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #ffffff;
    margin-top: 4px;
  }

  .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #ffffff, 0 16px 0 1px #ffffff, 0 22px 0 1px #ffffff;
  }

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

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  .top-bar {
    height: 65px;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .month-wrapper {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  header {
    height: 150px;
  }
}