header.main-page {
  background-color: transparent;
  max-height: 0;
  min-height: 0; }

nav {
  z-index: 999; }

@media only screen and (max-width: 991.98px) {
  .margin-navbar::after {
    content: '';
    display: block;
    margin-bottom: 50px; } }

.dropdown_container > li > a {
  color: white;
  font-size: 16px;
  font-weight: 600; }
  @media only screen and (max-width: 991.98px) {
    .dropdown_container > li > a {
      color: #0e648f !important; } }
  .dropdown_container > li > a:hover {
    color: #0e648f !important; }
    @media only screen and (max-width: 991.98px) {
      .dropdown_container > li > a:hover {
        color: #91cedb; } }
header.main-page .mainMenu ul li a {
  color: #0e648f;
  font-weight: 600; }

@media only screen and (max-width: 991.98px) {
  #navbarContent {
    background-color: #fff;
    border-radius: 20px; } }

.btn-border-navbar {
  border: none;
  background-color: #0e648f;
  border-radius: 50% !important; }
  .btn-border-navbar img {
    max-width: 15px; }
  .btn-border-navbar:hover {
    color: #91cedb !important; }

#btnDropdown {
  color: #0e648f; }

.dropdown-menu {
  background-color: #fff !important;
  text-align: center;
  border: 1px solid #0E648F; }
  @media only screen and (max-width: 1199.98px) {
    .dropdown-menu {
      background-color: #0E648F; } }
.navbar-toggler {
  display: flex;
  align-items: center; }

@media only screen and (max-width: 767.98px) {
  .item-title-product,
  #booking_alone {
    margin-top: 180px !important; } }

* {
  outline: none; }

strong {
  font-weight: 700; }

.displayInline {
  display: inline-block; }

.fullWidth {
  width: 100%; }

.fullSize {
  width: 100%;
  height: 100%; }

header.main-page .mainMenu {
  float: right; }

header.main-page .mainMenu li {
  border: none;
  display: inline-block;
  padding: 0.5rem; }

header.main-page .mainMenu li.selected a {
  font-weight: bold;
  text-decoration: none; }

header.main-page .mainMenu ul li a {
  font-size: 20px;
  text-decoration: none; }

@media screen and (max-width: 767px) {
  header.main-page .mainMenu li {
    padding-right: 10px; }
  header.main-page .mainMenu li a:hover {
    border: 0; } }

@media screen and (max-width: 767px) {
  header.main-page .mainMenu {
    padding: 15px 0px 0px; }
  header.main-page .mainMenu .mobileMenuButton {
    color: #0E648F; }
  header.main-page .mainMenu .mobileMenuButton a:hover,
  header.main-page .mainMenu .mobileMenuButton:active {
    border: none; } }

header.main-page .mainMenu .fa {
  padding: 0px 10px;
  font-size: 24px; }

ul.inline {
  list-style: none;
  display: inline-flex; }

ul.inline li {
  padding: 10px; }

.dropdown-toggle-split {
  padding: 0; }

/* Buttons */
header .navbar button.navbar-toggler {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }

header .navbar button:hover {
  color: #7BC6D2;
  border-color: #7BC6D2; }

#home-link, #home-link:hover {
  color: #2A2D32; }

#navbarContent {
  z-index: 999; }

/* Dropdown languages */
.language-selector .dropdown-toggle::after {
  display: none; }

.language-selector button {
  background-color: transparent;
  color: #0E648F;
  border: none;
  font-weight: bold;
  font-size: 18px;
  height: 38px; }

.language-selector ul {
  background-color: #0E648F;
  min-width: 100px;
  border: 1px solid #2A2D32; }

.language-selector ul li a {
  color: #2A2D32;
  font-size: 18px;
  text-decoration: none; }

.language-selector ul li a:hover, .language-selector button:hover {
  text-decoration: none;
  color: #7BC6D2;
  border-color: #7BC6D2; }

.languages-hover:hover {
  background-color: #0E648F;
  color: #7BC6D2;
  text-decoration: none; }

.dropdown-separation {
  margin-top: 0.5rem; }

/* ----------------- Dropdown navbar ---------------------------- */
@media only screen and (min-width: 992px) {
  .dropdown-slide > .dropdown-menu {
    opacity: .3;
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear; }
  .dropdown-slide:hover > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  .dropdown-menu {
    right: 0;
    left: auto;
    padding-left: 1px;
    padding-right: 1px; } }

@media only screen and (max-width: 991px) {
  .dropdown-slide > .dropdown-menu {
    opacity: .3;
    display: table-column-group;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear; }
  .show.dropdown-slide > .dropdown-menu {
    display: block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; } }

@media only screen and (max-width: 767px) {
  .logo-container {
    width: 100%;
    height: auto; }
  .buttons-container {
    width: 100%;
    align-content: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-left: 0px; } }

.header-logo {
  max-height: 130px;
  max-width: 200px; }

#btnDropdown {
  border: none; }
