.navbar.navbar-expand-lg.navbar-dark {
  border-top: 1px solid #98afaf;
}
.nav-separator .nav-item:not(:first-child)::before {
  content: " ";
  margin-right: 6px;
  margin-left: 6px;
}
@media (min-width: 768px) {
  .nav-separator .nav-item:not(:first-child)::before {
    content: "|";
    margin-right: 10px;
    margin-left: 10px;
  }
}
.nav-separator .nav-link {
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding-left: 3px;
  padding-right: 3px;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  font-size: 13px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 14px;
  transition: border-color 0.2s, transform 0.2s;
  border-bottom: 2px solid #3a5555;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  border-bottom: 2px solid #79a1a1;
  transform: translateY(-2px);
}
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
  border-bottom: 2px solid #a5c7c7;
}
@media (min-width: 1200px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
  }
}
.navbar-light .navbar-toggler {
  border: none;
  padding: 0;
  margin-top: 14px;
  margin-right: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.navbar-main .nav-item {
  position: relative;
}
a.navbar-brand {
  max-height: none;
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.85);
  border: none;
}
.burger-container {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 30px;
  cursor: pointer;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  margin-top: 3px;
}
.burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.burger.open .bar.top {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  background: #fff;
}
.burger.open .bar.btm {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  background: #fff;
}
.burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.burger .bar.top {
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}
.burger .bar.btm {
  -webkit-transform: translateY(6px) rotate(0);
  transform: translateY(6px) rotate(0);
}
.navbar-light .navbar-nav .loaded > .nav-link,
.navbar-light .navbar-nav .nav-link.loaded {
  color: #fff;
  font-weight: 700;
  background-color: rgba(113, 158, 158, 0.4);
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .navbar-light .navbar-nav .loaded > .nav-link,
  .navbar-light .navbar-nav .nav-link.loaded {
    border-radius: 0;
  }
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #719e9e;
  font-weight: 700;
}
.navbar-light .navbar-nav .nav-link {
  color: #222;
}
@media (min-width: 992px) {
  .navbar-main .nav-item.open::before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #fff;
    content: " ";
    position: absolute;
    bottom: -4px;
    left: 30%;
  }
}
.w-85px {
  width: 85px;
}
.w-95px {
  width: 95px;
}
.w-105px {
  width: 105px;
}
.opacity-50 {
  opacity: 0.5;
}
.display-6 {
  font-size: 1.15rem;
}
.color-theme {
  color: #639292;
}
.color-red {
  color: #bb0707;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .collapse.dont-collapse-lg {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
.hover-selected:hover {
  background-color: #e6eeee !important;
}
.footer-filler {
  fill: #8FB3B3;
}
.navbar-brand img {
  max-width: 500px;
}
.text-muted {
  opacity: 0.7;
}
.loader-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 40000;
}
.bg-gray {
  background-color: #dedede;
}
.bg-nav {
  background-color: #446565;
}
.bg-nav .nav-link {
  color: #fefefe;
}
.bg-nav-fade {
  background-color: #3a5555;
}
.bg-nav-fade .nav-link {
  color: #fefefe;
}
.bg-dark {
  background-color: #598383;
}
.bg-standard {
  background-color: #e2e2e226;
}
.loader {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border: 20px solid;
  border-top-color: #e63e3e;
  border-bottom-color: #5acc5a;
  border-right-color: #4934a7;
  border-left-color: #f0cb29;
  border-radius: 50%;
  animation: spin 2s infinite linear;
}
.rotate {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Provide sufficient contrast against white background */
a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
}
a:hover,
a:active {
  color: #222;
  text-decoration: none;
}
.error {
  color: #ff0000 !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button.collapsed {
  color: #ffffff;
  background-color: #8FB3B3;
}
.accordion-button:not(.collapsed) {
  color: #555;
  background-color: #efefef;
}
.collapse-border:not(.collapsed) {
  background-color: #e6f1f1 !important;
}
.collapse-border:not(.collapsed) .bold-collapsed {
  font-weight: bold;
}
.collapse-border:not(.collapsed) .show {
  background-color: #e6f1f1 !important;
}
.accordion-button-noicon:not(.collapsed)::after {
  background-image: none;
}
.accordion-button-noicon::after {
  background-image: none;
}
.input-validation-error {
  border: 1px solid #ff2222;
}
[data-bs-toggle="collapse"] .fa:before {
  content: "\f139";
}
[data-bs-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #8FB3B3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ccdcdc;
}
.form-check-input:checked {
  background-color: #598383;
  border-color: #598383;
}
.font-weight-bold {
  font-weight: bold !important;
}
.toast {
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0px);
  z-index: 9999;
  min-height: 60px;
  min-width: 250px;
  bottom: 0;
}
.alert {
  border-width: 3px;
}
.alert-info {
  color: #fff;
  background-color: #639292;
  border-color: #9ebdbd;
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zoomer {
  animation: zoominoutsinglefeatured 0.3s ease-in-out;
}
.dropdown-item {
  font-size: 14px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #8FB3B3;
}
.badge-icon-notify {
  background-color: #4f7474;
  padding: 6px;
  border-radius: 10px;
  color: white;
  position: absolute;
  top: -20px;
  right: -5px;
  z-index: 100;
}
.jumbotron {
  background-color: #fff;
}
.form-control,
.input-group-text {
  background-color: #fff;
  border-radius: 0;
}
.input-group-text {
  border-left: none;
}
.border-theme {
  border-color: #8FB3B3 !important;
}
.fs-heading {
  font-family: 'Bodoni Moda', serif;
  font-weight: 600;
}
.border-2 {
  border-width: 2px !important;
}
.h1,
h1 {
  font-size: 1.7rem;
}
.h2,
h2 {
  font-size: 1.2rem;
}
.h3,
h3 {
  font-size: 1rem;
}
.color-black {
  color: #000;
}
.color-price {
  color: #e63e3e;
}
.color-theme {
  color: #719e9e;
}
.bg-theme {
  background-color: #719e9e;
}
.mt-n4 {
  margin-top: -2rem;
}
.page-link {
  color: #4f7474;
}
.bold {
  font-weight: 700;
}
.bg-grey {
  background-color: #c1c1c1;
}
.bg-light-grey {
  background-color: #e5e5e5;
}
.bg-light-theme {
  background-color: #e4eded;
}
.bg-gradient-blue {
  background: -webkit-linear-gradient(top, rgba(0, 123, 255, 0.18) 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, rgba(0, 123, 255, 0.18) 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, rgba(0, 123, 255, 0.18) 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, rgba(0, 123, 255, 0.18) 0, #f2f2f2 100%);
  background: linear-gradient(top, rgba(0, 123, 255, 0.18) 0, #f2f2f2 100%);
}
.autocomplete-no-suggestion {
  padding: 10px;
}
.autocomplete-suggestions {
  margin-top: 6px;
  border: 3px solid #ddd;
  background: #fff;
  overflow: auto;
  border-radius: 5px;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-family: "Bodoni Moda";
}
.autocomplete-selected {
  background: #fff;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3b91da;
}
.autocomplete-group {
  padding: 5px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.breadcrumb {
  background-color: #ccdcdc;
}
.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-5 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.btn {
  border-radius: 1.3rem;
  border-width: 0.3rem;
  font-weight: 600;
  line-height: 1.7;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn-secondary {
  border-width: 0.3rem;
  border: none;
}
.btn-primary {
  color: #fff;
  background-color: #598383;
  border-color: #4d7171;
  border-width: 0.3rem;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #446565;
  border-color: #446565;
  box-shadow: none;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #446565 !important;
  border-color: #598383 !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #446565;
  border-color: #446565;
  box-shadow: none;
  opacity: 0.5;
}
.btn-outline-secondary {
  color: #639292;
  border: 1px solid #ced4da;
}
.btn-outline-secondary:hover {
  color: #4f7474;
  background-color: #dbe7e7;
  border: 1px solid #ced4da;
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #80a9a9;
  border: 1px solid #ced4da;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.3rem;
  font-size: 0.775rem;
}
.nav-link {
  color: #719e9e;
}
.nav-link:focus,
.nav-link:hover {
  color: #598383;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #8FB3B3;
  border-color: #8FB3B3;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-family: 'Mulish', sans-serif;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0;
  font-family: 'Mulish', sans-serif;
  font-size: 13px;
  background-color: #fefefe !important;
  color: #555;
  touch-action: pan-x pan-y;
  overflow-y: scroll;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}
label {
  margin-bottom: 0;
  opacity: 0.8;
}
