.xs__navbar {
  background-color: #02304a;
  border-bottom: 5px solid orange;
}

.xs__navbar__brand {
  color: orange;
}

.xs__navbar__brand--font {
  font-size: 28px;
  font-weight: bold;
}

.xs__info-bar {
  background-color: #00385d;
  height: auto;
}

.xs__info-bar__icon {
  background: #4DAEED;
  padding: 6px;
  border-radius: 4px;
  color: #00385D;
}

.xs__info-bar__text {
  color: #4DAEED;
  font-weight: bold;
  margin-left: 10px;
}

.xs__info-bar__lang {
  margin-right: 5px;
}

.xs__bg-dark {
  background-color: #00385d !important;
}

.xs__text-orange {
  color: #fa5d07;
}

.xs__bg-orange {
  background-color: #fa5d07 !important;
}

.ship-cruise-info__col {
  /*border-right: 1px solid white;*/
}

.ship-cruise-info__wrapper {
  /*padding-left: 20px;*/
}

.xs__footer {
  background-color: #02304a !important;
}

.sp__thumbnail {
  width: 300px;
}

.xs__text-dark {
  color: #02304a;
}

.sp__rute-wrapper {
  border: 1px solid #c4c4c4;
  border-radius: 10px;
}

.sp__galerija__img {
  height: 320px;
  width: 100%;
}

.xs__info-bar__heading {
  font-family: Calligraffitti, serif;
}

.panel-heading-custom {
  background-color: #00385d;
  color: white;
  padding: 15px;
}

.panel-body {
  padding: 20px;
}