@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/allegra-cruises/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

* {
  box-sizing: border-box;
  margin: 0;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

#cc_wrapper_width{
	width:100% !important;
}

body {

  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}
body a {
  text-decoration: none;
  cursor: pointer;
}

html {
  overflow-x: hidden;
}

html.stop-scroll {
  overflow: hidden;
  height: 100%;
}
html.stop-scroll body {
  overflow: hidden;
  height: 100%;
}

body:before {
  top: auto;
  bottom: 0;
}

#allegra-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999991;
}
#allegra-loader .wheel {
  background: url("/wp-content/themes/allegra-cruises/img/steering-wheel.svg") no-repeat center;
  background-size: contain;
  z-index: 999999;
  position: fixed;
  left: 43%;
  top: 40%;
  width: 15%;
  height: 15vh;
  animation: mymove 5s infinite;
}
@media (min-width: 48em) {
  #allegra-loader .wheel {
    left: 45%;
    top: 45%;
    width: 10%;
    height: 10vh;
  }
}

@keyframes mymove {
  100% {
    transform: rotate(360deg);
  }
}
.main-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 77.5em) {
  .main-wrapper {
    padding: 0 35px;
  }
}

.top-bar {
  display: none;
  background-color: #006ab6;
  color: #fff;
  height: 45px;
}
@media (min-width: 62.375em) {
  .top-bar {
    display: flex;
  }
}
.top-bar .main-wrapper {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 77.5em) {
  .top-bar .main-wrapper {
    padding: 0 64px;
  }
}
.top-bar .first-info {
  display: flex;
  justify-content: space-between;
  width: 75%;
  max-width: 920px;
}
@media (min-width: 77.5em) {
  .top-bar .first-info {
    width: 84%;
  }
}
.top-bar .first-info i {
  margin-left: 5px;
  margin-right: 5px;
}
.top-bar .first-info .contact-container {
  display: flex;
  margin-right: 10px;
}
.top-bar .first-info .contact-container a {
  text-decoration: none;
  color: white;
}
.top-bar .first-info p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
@media (min-width: 77.5em) {
  .top-bar .first-info p {
    font-size: 17px;
  }
}
.top-bar .first-info .dot::before {
  display: block;
  margin-top: 5px;
  content: "";
  background-color: #eb83b6;
  border: solid 3px #eb83b6;
  height: 1px;
  width: 1px;
  border-radius: 3px;
}
.top-bar .first-info i {
  color: white;
  font-size: 16px;
}
@media (min-width: 77.5em) {
  .top-bar .first-info i {
    font-size: 18px;
  }
}

.main-header {
  font-size: 16px;
  display: flex;
  width: 100%;
  margin: 0;
  z-index: 60;
  background-color: white;
  box-shadow: 0 8px 7px -7px rgba(0, 0, 0, 0.15);
}
.main-header .main-wrapper {
  padding: 0 0 0 15px;
}
@media (min-width: 62.375em) {
  .main-header .main-wrapper {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 77.5em) {
  .main-header .main-wrapper {
    padding: 0 64px;
  }
}
.main-header .hide-mobile {
  display: flex;
}
@media (min-width: 62.375em) {
  .main-header .hide-mobile {
    display: flex;
  }
}
.main-header .transform-header {
  display: flex;
  margin: 0;
  justify-content: space-between;
  height: 48px;
}
@media (min-width: 62.375em) {
  .main-header .transform-header {
    display: flex;
    height: 118px;
    align-items: center;
  }
}
.main-header .transform-header input {
  opacity: 0;
  position: absolute;
  top: 10px;
}
@media (min-width: 62.375em) {
  .main-header .transform-header .logo {
    width: 130px;
    line-height: 0.5;
  }
}
@media (min-width: 77.5em) {
  .main-header .transform-header .logo {
    width: 13%;
  }
}
@media (min-width: 112.5em) {
  .main-header .transform-header .logo {
    width: 260px;
  }
}
.main-header .transform-header .logo img {
  width: auto;
  height: 50px;
}
@media (min-width: 62.375em) {
  .main-header .transform-header .logo img {
    width: 90%;
    height: auto;
  }
}
@media (min-width: 112.5em) {
  .main-header .transform-header .logo img {
    width: 100%;
  }
}
.main-header .transform-header .gray-line-vertical {
  display: none;
}
@media (min-width: 62.375em) {
  .main-header .transform-header .gray-line-vertical {
    display: block;
    border-left: 1px solid #c4c4c4;
    height: 70%;
    margin-left: 15px;
  }
}
.main-header .transform-header .wave_menu {
  width: 40px;
}
.main-header .transform-header .wave_menu img {
  width: 24px;
  margin-top: 17px;
  margin-left: 0px;
}
.main-header .transform-header .find-btn {
  display: none;
  height: 100%;
  background-color: #f8f8f8;
  flex: 0 0 auto;
  width: 15%;
}
@media (min-width: 62.375em) {
  .main-header .transform-header .find-btn {
    display: block;
    height: 40%;
    border: solid 2px #ed0677;
    border-radius: 4px;
    margin-left: 2px;
  }
}
@media (min-width: 77.5em) {
  .main-header .transform-header .find-btn {
    min-height: 54px;
    height: auto;
  }
}
@media (min-width: 87.5em) {
  .main-header .transform-header .find-btn {
    min-width: 217px;
  }
}
.main-header .transform-header .find-btn a {
  display: block;
}
.main-header .transform-header .find-btn div {
  padding: 15px 20px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
}
@media (min-width: 62.375em) {
  .main-header .transform-header .find-btn div {
    padding: 0 5px;
    padding-top: 5px;
  }
}
@media (min-width: 77.5em) {
  .main-header .transform-header .find-btn div {
    min-height: 49px;
  }
}
.main-header .transform-header .find-btn div p {
  text-decoration: underline;
  color: #006ab6;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.065em;
}
@media (min-width: 62.375em) {
  .main-header .transform-header .find-btn div p {
    word-wrap: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.065em;
    color: #ed0677;
  }
}
@media (min-width: 77.5em) {
  .main-header .transform-header .find-btn div p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 87.5em) {
  .main-header .transform-header .find-btn div p {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-header .transform-header .find-btn:hover {
  background-color: #ed0677;
}
.main-header .transform-header .find-btn:hover p {
  color: white;
}
.main-header .transform-header .tree-dots-container {
  display: flex;
  background: white;
  padding: 15px 15px 15px 0;
  text-align: center;
  width: 62px;
  justify-content: space-between;
}
@media (min-width: 62.375em) {
  .main-header .transform-header .tree-dots-container {
    display: none;
  }
}
.main-header .transform-header .tree-dots-container i {
  color: #4e4e4e;
}
.main-header .transform-header .tree-dots-container .dots-dd {
  position: fixed;
  background-color: white;
  z-index: 60;
  width: 100%;
  top: 47px;
  right: 0;
  text-align: left;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  bottom: 0;
}
.main-header .transform-header .tree-dots-container .dots-dd .cg-srb-container {
  overflow-y: auto;
  flex: 1 1 auto;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}
.main-header .transform-header .tree-dots-container .dots-dd p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.07em;
  color: #4e4e4e;
}
.main-header .transform-header .tree-dots-container .dots-dd .uppercase {
  text-transform: uppercase;
}
.main-header .transform-header .tree-dots-container .dots-dd .blue {
  color: #006ab6;
}
.main-header .transform-header .tree-dots-container .dots-dd .info-font {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  padding: 4px 0 4px 0;
  color: #4e4e4e;
}
.main-header .transform-header .tree-dots-container .dots-dd .info-first {
  border-bottom: 1px solid rgba(185, 216, 238, 0.53);
  padding: 29px 30% 9px 25px;
}
.main-header .transform-header .tree-dots-container .dots-dd .info-second {
  padding: 9px 30% 10px 25px;
}
.main-header .transform-header .tree-dots-container .dots-dd .info-telefon {
  display: flex;
  padding: 3px 30% 10px 25px;
  align-items: center;
}
.main-header .transform-header .tree-dots-container .dots-dd .info-telefon img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.main-header .transform-header .tree-dots-container .dots-dd .info-mail {
  display: flex;
  padding: 3px 30% 2px 25px;
  align-items: center;
}
.main-header .transform-header .tree-dots-container .dots-dd .info-mail img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.main-header .transform-header .tree-dots-container .dots-dd .SRB-info {
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  .main-header .transform-header .tree-dots-container .dots-dd .SRB-info {
    padding-bottom: 110px;
  }
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info {
  background-color: #e2f3fd;
  flex: 0 0 auto;
}
@media (min-width: 62.375em) {
  .main-header .transform-header .tree-dots-container .dots-dd .dd-info {
    display: none;
  }
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info div {
  padding-top: 12px;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info p {
  font-family: "Roboto", sans-serif;
  color: #006ab6;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.03em;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info .choose-language {
  padding: 0 0 0 34px;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info .choose-language .arrow {
  padding-top: 0 !important;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info .choose-language .active-language {
  justify-content: flex-start;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info .choose-language .language-dropdown {
  bottom: 100%;
  left: 34px;
  right: 34px;
  padding-top: 0 !important;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info .social-media-dd {
  padding: 16px 34px;
  text-align: left;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info .social-media-dd a {
  padding-right: 15px;
  font-size: 20px;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info .social-media-dd a i {
  padding: 0;
  color: #006ab6;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info .find-btn-block {
  text-align: center;
  background-color: #006ab6;
  height: 50px;
  padding-top: 17px;
}
.main-header .transform-header .tree-dots-container .dots-dd .dd-info .find-btn-block a {
  color: white;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}

.hide-mobile {
  display: none;
}
@media (min-width: 29.375em) {
  .hide-mobile {
    display: flex;
  }
}

@media (min-width: 62.375em) {
  .tumbler-menu {
    display: none;
  }
}

#dropdown {
  width: 100%;
  background-color: white;
  position: fixed;
  top: 44px;
  left: 0;
  z-index: 10000;
  display: none;
  bottom: 0;
}
@media (min-width: 62.375em) {
  #dropdown {
    position: relative;
    display: block;
    max-width: 1265px;
    height: 100%;
    bottom: auto;
    width: 100%;
    justify-content: space-between;
    top: auto;
    left: auto;
    padding-top: 0;
  }
}
@media (min-width: 112.5em) {
  #dropdown {
    width: 100%;
    padding-left: 30px;
  }
}
#dropdown .dd-wrapper {
  overflow: hidden;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 62.375em) {
  #dropdown .dd-wrapper {
    overflow: visible;
  }
}
#dropdown i {
  color: #006ab6;
}
#dropdown ul {
  list-style-type: none;
  padding: 0px;
}
#dropdown .dd-links {
  padding-left: 20px;
  overflow-y: auto;
  flex: 1 1 auto;
  padding-top: 30px;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links {
    overflow: visible;
    padding-top: 0;
  }
}
#dropdown .dd-links a,
#dropdown .dd-links span {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.03em;
}
#dropdown .dd-links span {
  display: block;
  width: 100%;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .fist-links {
    display: flex;
    float: left;
    width: 100%;
    max-width: 980px;
    justify-content: space-between;
    padding-top: 40px;
  }
}
@media (min-width: 77.5em) {
  #dropdown .dd-links .fist-links {
    max-width: 1000px;
  }
}
@media (min-width: 112.5em) {
  #dropdown .dd-links .fist-links {
    width: 85%;
    max-width: 1100px;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .fist-links .hide {
    display: none;
  }
}
#dropdown .dd-links .fist-links .main-link-container {
  width: auto;
  border-bottom: 1px solid rgba(185, 216, 238, 0.53);
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .fist-links .main-link-container {
    padding: 0;
    padding-right: 8px;
    border-bottom: none;
  }
}
@media (max-width: 62.365em) {
  #dropdown .dd-links .fist-links .des-bolder {
    font-weight: 600;
  }
}
#dropdown .dd-links .fist-links .main-link {
  text-transform: uppercase;
  padding-left: 14px;
  display: block;
  padding-top: 13px;
  padding-bottom: 11px;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .fist-links .main-link {
    text-transform: none;
    color: #4e4e4e;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    padding-left: 0px;
    height: 50px;
    display: block;
    padding-top: 10px;
  }
}
@media (min-width: 62.375em) and (max-width: 77.49em) {
  #dropdown .dd-links .fist-links .main-link {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 77.5em) {
  #dropdown .dd-links .fist-links .main-link {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (min-width: 112.5em) {
  #dropdown .dd-links .fist-links .main-link {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.03em;
  }
}
#dropdown .dd-links .sub-menu {
  display: none;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu {
    padding: 13px 20px 0;
    margin-top: 20px;
    background: white;
    border: none;
    background-size: cover;
    position: absolute;
    top: 30px;
    background-color: white;
    padding-top: 60px;
    width: 840px;
    flex-wrap: wrap;
    justify-content: left;
    border-radius: 8px;
    left: -40px;
    box-shadow: 0 8px 7px -7px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 62.375em) and (min-width: 77.5em) {
  #dropdown .dd-links .sub-menu {
    width: 1200px;
  }
}
#dropdown .dd-links .sub-menu .pogledaj {
  display: none;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu .pogledaj {
    display: block;
    border-bottom: 1px solid rgba(185, 216, 238, 0.53);
    padding: 0px 0 39px 20px;
  }
  #dropdown .dd-links .sub-menu .pogledaj h4 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.03em;
    color: #006ab6;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu .second-link-container-wrapper {
    flex-wrap: wrap;
    justify-content: left;
  }
}
#dropdown .dd-links .sub-menu .second-link-container-wrapper .second-link-container {
  padding-top: 22px;
  margin-left: 22px;
  border-top: 1px solid rgba(185, 216, 238, 0.53);
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu .second-link-container-wrapper .second-link-container {
    width: 340px;
    border-top: none;
    border-bottom: 1px solid rgba(185, 216, 238, 0.53);
    margin: 32px 22px;
    float: left;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu .second-link-container-wrapper .second-link-container.less-margin {
    margin: 0px 22px 20px;
  }
}
#dropdown .dd-links .sub-menu .second-link {
  color: #4e4e4e;
  display: block;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu .second-link {
    font-family: "Raleway", sans-serif;
    color: #006ab6;
    display: block;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.03em;
  }
}
#dropdown .dd-links .sub-menu .description {
  font-weight: 300;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu .description {
    padding-top: 5px;
    padding-bottom: 20px;
    line-height: 24px;
  }
}
#dropdown .dd-links .sub-menu .description a {
  letter-spacing: 0.03em;
  font-style: italic;
  padding-right: 5px;
  color: #4e4e4e;
  font-size: 12px;
  white-space: nowrap;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu .description a {
    padding-right: 10px;
    font-size: 16px;
  }
}
#dropdown .dd-links .sub-menu .description a:hover {
  color: #006ab6;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.gk-menu {
    left: -120px;
    flex-wrap: wrap;
    width: 840px;
    justify-content: space-between;
  }
}
@media (min-width: 62.375em) and (min-width: 77.5em) {
  #dropdown .dd-links .sub-menu.gk-menu {
    left: -80px;
  }
}
#dropdown .dd-links .sub-menu.gk-menu h4 {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.03em;
  margin: 13px 20px 5px;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.gk-menu h4 {
    color: #006ab6;
    margin-left: 22px;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.gk-menu .second-link-container-wrapper {
    justify-content: left;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.gk-menu .second-link-container-wrapper .second-link-container {
    width: 355px;
    float: none;
    margin: 32px 22px 20px;
    padding-top: 5px;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.gk-menu .second-link-container-wrapper .second-link-container .second-link {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.promo-menu {
    left: -280px;
    flex-wrap: wrap;
    width: 880px;
    justify-content: space-between;
  }
}
#dropdown .dd-links .sub-menu.promo-menu h4 {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.03em;
  margin: 13px 20px 5px;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.promo-menu h4 {
    color: #006ab6;
    margin-left: 22px;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.promo-menu .second-link-container-wrapper {
    justify-content: left;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.promo-menu .second-link-container-wrapper .second-link-container {
    width: 355px;
    float: none;
    padding-top: 5px;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.promo-menu .second-link-container-wrapper .second-link-container .second-link {
    font-size: 18px;
    line-height: 22px;
  }
}
#dropdown .dd-links .sub-menu.promo-menu .promo-banner {
  display: none;
  border-left: 1px solid rgba(185, 216, 238, 0.53);
  padding: 0 20px 10px 30px;
  margin-bottom: 20px;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.promo-menu .promo-banner {
    display: block;
  }
}
#dropdown .dd-links .sub-menu.promo-menu .promo-banner .widget {
  position: relative;
  max-width: 425px;
  height: 280px;
  overflow: hidden;
}
#dropdown .dd-links .sub-menu.promo-menu .promo-banner .widget img {
  object-position: 50% 50%;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 380px;
  height: 300px;
}
#dropdown .dd-links .sub-menu.promo-menu .promo-banner .widget .blur {
  background: rgba(3, 0, 26, 0.301);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 4px;
}
#dropdown .dd-links .sub-menu.promo-menu .promo-banner .widget .promo-text {
  color: white;
  position: absolute;
  top: 30%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.075em;
  padding: 0 5px;
  margin: auto;
  width: 100%;
}
#dropdown .dd-links .sub-menu.promo-menu .promo-banner .widget .promo-text b {
  font-size: 45px;
}
#dropdown .dd-links .company-panel .sub-menu.hide-company {
  display: none;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .company-panel .sub-menu.hide-company {
    left: -450px;
    top: 45px;
    padding: 0px;
    margin: 0;
  }
}
@media (min-width: 62.375em) and (min-width: 77.5em) {
  #dropdown .dd-links .company-panel .sub-menu.hide-company {
    left: -520px;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .company-panel .sub-menu.hide-company .main-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: space-between;
  }
}
@media (min-width: 62.375em) and (min-width: 77.5em) {
  #dropdown .dd-links .company-panel .sub-menu.hide-company .main-wrapper {
    padding: 0px 20px;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .company-panel .sub-menu.hide-company .main-wrapper .so-big {
    max-height: 95px;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .company-panel .sub-menu.show-company {
    display: none;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.info-for-travellers {
    left: -570px;
    flex-wrap: wrap;
    justify-content: space-between;
	  width: 805px;
	  padding: 13px 0 0 20px;
	  
  }
}
@media (min-width: 62.375em) and (min-width: 77.5em) {
  #dropdown .dd-links .sub-menu.info-for-travellers {
    left: -525px; width: 805px;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.info-for-travellers .second-link-container-wrapper {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.info-for-travellers .second-link-container-wrapper .second-link-container {
    float: none;
    margin: 0 22px 20px;
    padding-top: 5px;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .sub-menu.info-for-travellers .second-link-container-wrapper .second-link-container .second-link {
    font-size: 20px;
    line-height: 24px;
  }
  #dropdown .dd-links .sub-menu.info-for-travellers .second-link-container-wrapper .second-link-container .second-link b {
    font-size: 22px;
    line-height: 22px;
  }
}
#dropdown .dd-links .full-link {
  position: relative;
}
@media (max-width: 62.365em) {
  #dropdown .dd-links .full-link a {
    width: 80%;
    max-width: 205px;
  }
}
#dropdown .dd-links .full-link i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 30px 11px;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .full-link i {
    display: none;
  }
}
#dropdown .dd-links .hide-angle {
  display: none;
}
#dropdown .dd-links .show-sub-mobile {
  display: block;
}
#dropdown .dd-links .full-link:hover .main-link {
  color: #006ab6;
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .full-link:hover .sub-menu.gk-menu,
#dropdown .dd-links .full-link:hover .sub-menu.promo-menu {
    display: flex;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .full-link:hover .sub-menu {
    display: block;
  }
  #dropdown .dd-links .full-link:hover .sub-menu p {
    display: block;
  }
}
@media (min-width: 62.375em) {
  #dropdown .dd-links .full-link:hover .sub-menu.show-company {
    display: none;
  }
}
#dropdown .dd-info {
  background-color: #e2f3fd;
  flex: 0 0 auto;
}
@media (min-width: 62.375em) {
  #dropdown .dd-info {
    display: none;
  }
}
#dropdown .dd-info div {
  padding-top: 12px;
}
#dropdown .dd-info p {
  font-family: "Roboto", sans-serif;
  color: #006ab6;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.03em;
}
#dropdown .dd-info .choose-language {
  padding: 0 0 0 34px;
}
#dropdown .dd-info .choose-language .arrow {
  padding-top: 0 !important;
}
#dropdown .dd-info .choose-language .active-language {
  justify-content: flex-start;
}
#dropdown .dd-info .choose-language .language-dropdown {
  bottom: 100%;
  left: 34px;
  right: 34px;
  padding-top: 0 !important;
}
#dropdown .dd-info .social-media-dd {
  padding: 16px 34px;
}
#dropdown .dd-info .social-media-dd a {
  padding-right: 15px;
  font-size: 20px;
}
#dropdown .dd-info .find-btn-block {
  text-align: center;
  background-color: #006ab6;
  height: 50px;
  padding-top: 17px;
}
#dropdown .dd-info .find-btn-block a {
  color: white;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}

.first-footer {
  background: url(/wp-content/themes/allegra-cruises/img/footer-sand.png) center;
  padding-bottom: 130px;
}
@media (min-width: 48em) {
  .first-footer {
    background: url(/wp-content/themes/allegra-cruises/img/footer-sand.png) center;
    background-size: cover;
    padding-bottom: 120px;
  }
}
@media (min-width: 70.3125em) {
  .first-footer {
    padding-bottom: 195px;
  }
}
@media (min-width: 29.375em) {
  .first-footer .main-wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 77.5em) {
  .first-footer .main-wrapper {
    padding: 0 64px;
  }
}
.first-footer .line-div {
  width: 100%;
  border-top: 1px solid rgba(0, 133, 228, 0.4);
  margin-top: 31px;
}
@media (min-width: 48em) {
  .first-footer .line-div {
    width: 1px;
    height: 230px;
    border-left: 1px solid #b9d8ee;
    margin-top: 40px;
  }
}
@media (min-width: 62.375em) {
  .first-footer .line-div {
    margin-top: 87px;
  }
}
.first-footer .first-footer-container {
  color: #006ab6;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 48em) {
  .first-footer .first-footer-container {
    display: flex;
  }
}
.first-footer .first-footer-container .broshure {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 48em) {
  .first-footer .first-footer-container .broshure {
    width: 40%;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 25px;
  }
}
@media (min-width: 62.375em) {
  .first-footer .first-footer-container .broshure {
    width: 36%;
    margin-top: 72px;
    padding-right: 20px;
  }
}
@media (min-width: 112.5em) {
  .first-footer .first-footer-container .broshure {
    padding-left: 0px;
    padding-right: 64px;
  }
}
.first-footer .first-footer-container .broshure a:visited {
  color: #006ab6;
}
.first-footer .first-footer-container .broshure .broshure-img {
  width: 20%;
  border-radius: 5px;
  min-width: 102px;
  min-height: 103px;
  margin-right: 20px;
  margin-top: 41px;
}
@media (min-width: 70.3125em) {
  .first-footer .first-footer-container .broshure .broshure-img {
    margin-right: 35px;
    width: 60%;
  }
}
.first-footer .first-footer-container .broshure .broshure-img img {
  width: 100%;
}
.first-footer .first-footer-container .broshure .broshure-text {
  margin-left: 20px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
@media (min-width: 29.375em) {
  .first-footer .first-footer-container .broshure .broshure-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    width: 100%;
  }
}
@media (min-width: 77.5em) {
  .first-footer .first-footer-container .broshure .broshure-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    width: 100%;
  }
}
@media (min-width: 112.5em) {
  .first-footer .first-footer-container .broshure .broshure-text {
    font-weight: 300;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 0.03em;
    width: 100%;
  }
}
.first-footer .first-footer-container .broshure .broshure-text h3 {
  color: #006ab6;
  margin-top: 39px;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 70.3125em) {
  .first-footer .first-footer-container .broshure .broshure-text h3 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 28px;
  }
}
@media (min-width: 77.5em) {
  .first-footer .first-footer-container .broshure .broshure-text h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.03em;
    margin-bottom: 28px;
  }
}
.first-footer .first-footer-container .social-container {
  text-align: center;
  margin: auto;
  width: auto;
}
@media (min-width: 48em) and (max-width: 62.365em) {
  .first-footer .first-footer-container .social-container {
    width: 25%;
    margin-top: 40px;
  }
}
@media (min-width: 62.375em) {
  .first-footer .first-footer-container .social-container {
    width: 34%;
    margin-top: 94px;
  }
}
.first-footer .first-footer-container .social-container h3 {
  margin-top: 26px;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
@media (min-width: 29.375em) and (max-width: 47.99em) {
  .first-footer .first-footer-container .social-container h3 {
    font-size: 24px;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 48em) and (max-width: 70.3025em) {
  .first-footer .first-footer-container .social-container h3 {
    font-size: 19px;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 70.3125em) and (max-width: 77.49em) {
  .first-footer .first-footer-container .social-container h3 {
    font-size: 26px;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 77.5em) {
  .first-footer .first-footer-container .social-container h3 {
    margin-bottom: 42px;
    font-size: 32px;
  }
}
.first-footer .first-footer-container .social-container .social-icon {
  display: flex;
  margin: 12px auto;
  justify-content: space-around;
  width: 80%;
  max-width: 440px;
}
@media (min-width: 48em) {
  .first-footer .first-footer-container .social-container .social-icon {
    flex-wrap: wrap;
    margin-top: 15px;
    width: 90%;
  }
}
@media (min-width: 77.5em) {
  .first-footer .first-footer-container .social-container .social-icon {
    width: 80%;
    align-items: center;
    margin: auto;
    max-width: 460px;
  }
}
.first-footer .first-footer-container .social-container a {
  display: block;
  text-align: center;
}
.first-footer .first-footer-container .social-container a i {
  color: #004d88;
  font-size: 28px;
}
@media (min-width: 29.375em) {
  .first-footer .first-footer-container .social-container a i {
    font-size: 32px;
    margin: 14px 7px 0;
  }
}
@media (min-width: 62.375em) {
  .first-footer .first-footer-container .social-container a i {
    font-size: 46px;
    margin-top: 0px;
  }
}
.first-footer .first-footer-container .subscribe-container {
  margin-top: 26px;
  padding-left: 10px;
  margin-right: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 148.19%;
  text-align: center;
}
@media (min-width: 48em) {
  .first-footer .first-footer-container .subscribe-container {
    width: 32%;
    margin-right: 0px;
    font-size: 16px;
    margin-top: 65px;
    padding-left: 20px;
  }
}
@media (min-width: 62.375em) {
  .first-footer .first-footer-container .subscribe-container {
    width: 29%;
    margin-top: 105px;
    font-size: 20px;
  }
}
@media (min-width: 77.5em) {
  .first-footer .first-footer-container .subscribe-container {
    font-size: 24px;
    margin: auto;
    margin-right: 0;
    margin-top: 105px;
    padding-left: 50px;
  }
}
@media (min-width: 112.5em) {
  .first-footer .first-footer-container .subscribe-container {
    padding-left: 80px;
  }
}
.first-footer .first-footer-container .subscribe {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 428px;
  margin-top: 26px;
  font-size: 13px;
}
@media (min-width: 48em) {
  .first-footer .first-footer-container .subscribe {
    margin-top: 40px;
    font-size: 10px;
  }
}
@media (min-width: 70.3125em) {
  .first-footer .first-footer-container .subscribe {
    margin-top: 53px;
    font-size: 18px;
  }
}
.first-footer .first-footer-container .subscribe .email-address {
  color: #006ab6;
  border: 1px solid #0085e4;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  margin-right: 0;
  width: 100%;
  height: 39px;
  padding: 14px;
}
@media (min-width: 70.3125em) {
  .first-footer .first-footer-container .subscribe .email-address {
    height: 62px;
  }
}
.first-footer .first-footer-container .subscribe ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0085e4;
}
.first-footer .first-footer-container .subscribe :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0085e4;
}
.first-footer .first-footer-container .subscribe ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0085e4;
}
.first-footer .first-footer-container .subscribe :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0085e4;
}
.first-footer .first-footer-container .subscribe .submit {
  cursor: pointer;
  text-align: center;
  width: 60px;
  height: 39px;
  margin-left: 0;
  background-color: #ed0677;
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.03em;
  border: 1px solid #ed0677;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  right: 0;
}
@media (min-width: 70.3125em) {
  .first-footer .first-footer-container .subscribe .submit {
    height: 62px;
    font-size: 40px;
    width: 80px;
  }
}
.first-footer .first-footer-container .subscribe .submit:hover {
  opacity: 0.8;
}
.first-footer .first-footer-container .subscribe i {
  position: absolute;
  z-index: 5;
  right: 25px;
  top: 10px;
  color: white;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 70.3125em) {
  .first-footer .first-footer-container .subscribe i {
    height: 62px;
    font-size: 36px;
    right: 25px;
    top: 22px;
  }
}

.second-footer {
  background-color: #006ab6;
  color: white;
  padding-bottom: 45px;
  position: relative;
}
@media (min-width: 62.375em) {
  .second-footer {
    padding-top: 80px;
  }
}
@media (min-width: 77.5em) {
  .second-footer .main-wrapper {
    padding: 0 64px;
  }
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container {
    display: flex;
    overflow-wrap: normal;
    justify-content: space-between;
  }
}
.second-footer .second-footer-container .footer-menu {
  justify-content: space-between;
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-menu {
    width: 55%;
    max-width: 900px;
    display: flex;
  }
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-menu .sector-footer:first-child {
    width: 19%;
  }
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-menu .sector-footer:last-child {
    width: 50%;
  }
}
@media (min-width: 70.3125em) {
  .second-footer .second-footer-container .footer-menu .sector-footer:last-child {
    width: 45%;
  }
}
@media (min-width: 29.375em) {
  .second-footer .second-footer-container .footer-info {
    display: flex;
    width: 90%;
    max-width: 475px;
    justify-content: space-between;
  }
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-info {
    padding-left: 0px;
    max-width: none;
    width: 50%;
    justify-content: flex-end;
    position: relative;
  }
}
@media (min-width: 70.3125em) {
  .second-footer .second-footer-container .footer-info {
    width: 45%;
  }
}
@media (min-width: 112.5em) {
  .second-footer .second-footer-container .footer-info {
    justify-content: space-between;
  }
}
.second-footer .second-footer-container .footer-info .karta-background {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: -10px;
  top: 40%;
}
@media (min-width: 29.375em) {
  .second-footer .second-footer-container .footer-info .karta-background {
    width: 75%;
    max-width: 405px;
    left: 10%;
    top: auto;
  }
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-info .karta-background {
    width: 80%;
    left: auto;
    right: 20px;
    top: 0px;
    max-width: 700px;
  }
}
.second-footer .second-footer-container .footer-info .sector-footer {
  display: block;
  max-width: 183px;
  padding-right: 0px;
  padding-left: 20px;
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-info .sector-footer {
    max-width: 405px;
    padding-left: 10px;
    width: 50%;
  }
}
@media (min-width: 70.3125em) {
  .second-footer .second-footer-container .footer-info .sector-footer {
    padding-left: 25px;
  }
}
.second-footer .second-footer-container .footer-info .sector-footer .wider {
  width: 100%;
  max-width: 185px;
}
@media (min-width: 29.375em) {
  .second-footer .second-footer-container .footer-info .sector-footer .wider {
    width: 50%;
  }
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-info .sector-footer .wider {
    width: 90%;
  }
}
.second-footer .second-footer-container .footer-info .sector-footer ul {
  width: 100%;
}
.second-footer .second-footer-container .footer-info .sector-footer ul li {
  padding-right: 0;
}
.second-footer .second-footer-container .footer-info .sector-footer ul li p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  align-items: center;
  letter-spacing: 0.07em;
  color: white;
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-info .sector-footer ul li p {
    white-space: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 77.5em) {
  .second-footer .second-footer-container .footer-info .sector-footer ul li p {
    white-space: normal;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 112.5em) {
  .second-footer .second-footer-container .footer-info .sector-footer ul li p {
    font-size: 20px;
    line-height: 30px;
  }
}
.second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case {
  display: flex;
}
.second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case img {
  width: 17px;
  height: 17px;
  margin-top: 15px;
  margin-right: 10px;
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case img {
    width: 25px;
    height: 25px;
    margin-top: 12px;
    margin-right: 10px;
  }
}
@media (min-width: 112.5em) {
  .second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case img {
    width: auto;
    height: 31px;
    margin-top: 25px;
    margin-right: 15px;
  }
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case p {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
  }
}
@media (min-width: 62.375em) and (min-width: 77.5em) {
  .second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case p {
    font-size: 20px;
    font-weight: 500;
  }
}
.second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case-mail {
  display: flex;
}
.second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case-mail img {
  display: none;
}
@media (min-width: 112.5em) {
  .second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case-mail img {
    display: block;
    width: auto;
    height: 31px;
    margin-top: 8px;
    margin-right: 15px;
  }
}
.second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case-mail .email-sendto {
  font-weight: normal;
  color: white;
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case-mail .email-sendto {
    font-size: 14px;
  }
}
@media (min-width: 112.5em) {
  .second-footer .second-footer-container .footer-info .sector-footer .footer-icon-case-mail .email-sendto {
    font-size: 20px;
  }
}
.second-footer .second-footer-container .pfile {
  width: 7px;
  height: 10px;
  position: absolute;
  left: 2px;
  top: 18px;
}
@media (min-width: 62.375em) {
  .second-footer .second-footer-container .show-mobile {
    display: none;
  }
}
.second-footer .sector-footer {
  padding-right: 25px;
  padding-left: 20px;
  margin-bottom: 2px;
  display: flex;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 62.375em) {
  .second-footer .sector-footer {
    padding-left: 0px;
  }
}
@media (min-width: 62.375em) and (max-width: 70.3025em) {
  .second-footer .sector-footer {
    padding-right: 20px;
  }
}
.second-footer .sector-footer h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  align-items: center;
  letter-spacing: 0.07em;
  padding-top: 6px;
  padding-right: 10px;
  white-space: nowrap;
}
@media (min-width: 62.375em) {
  .second-footer .sector-footer h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 28px;
  }
}
@media (min-width: 70.3125em) {
  .second-footer .sector-footer h4 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.second-footer .sector-footer p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  align-items: center;
  letter-spacing: 0.07em;
  color: white;
}
@media (min-width: 112.5em) {
  .second-footer .sector-footer p {
    font-weight: 300;
    font-size: 23px;
    line-height: 32px;
    color: white;
    white-space: nowrap;
  }
}
@media (min-width: 77.5em) {
  .second-footer .sector-footer p {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media (min-width: 62.375em) and (max-width: 77.49em) {
  .second-footer .sector-footer p {
    font-size: 16px;
    line-height: 17px;
  }
}
.second-footer a {
  text-decoration: none;
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  align-items: center;
  letter-spacing: 0.07em;
}
@media (min-width: 77.5em) {
  .second-footer a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 62.375em) and (max-width: 77.49em) {
  .second-footer a {
    font-style: 300;
    font-size: 16px;
    line-height: 18px;
    color: white;
  }
}
@media (min-width: 112.5em) {
  .second-footer a {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: white;
  }
}
.second-footer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
}
@media (min-width: 62.375em) {
  .second-footer ul {
    display: block;
  }
}
.second-footer ul li {
  float: left;
  padding-right: 10px;
  margin-top: 5px;
}
@media (min-width: 62.375em) {
  .second-footer ul li {
    white-space: normal;
    float: none;
    margin-top: 15px;
  }
}
.second-footer .logo-visa-case {
  display: flex;
  justify-content: center;
  margin-top: 37px;
}
@media (min-width: 48em) {
  .second-footer .logo-visa-case {
    justify-content: space-between;
  }
}
.second-footer .logo-visa-case h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.07em;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .second-footer .logo-visa-case h4 {
    padding-bottom: 0px;
    padding-top: 8px;
    padding-right: 5px;
  }
}
@media (min-width: 77.5em) {
  .second-footer .logo-visa-case h4 {
    padding-top: 20px;
  }
}
@media (min-width: 112.5em) {
  .second-footer .logo-visa-case h4 {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (min-width: 48em) {
  .second-footer .logo-visa-case .logo-case-container {
    display: flex;
  }
}
.second-footer .logo-visa-case .logo-case {
  display: flex;
  align-items: center;
}
.second-footer .logo-visa-case .logo-case img {
  height: 35px;
  margin: 0 10px;
}
@media (min-width: 62.375em) {
  .second-footer .logo-visa-case .logo-case img {
    margin: 0 11px;
  }
}
@media (min-width: 77.5em) {
  .second-footer .logo-visa-case .logo-case img {
    width: auto;
    height: 45px;
    margin: 0 18px;
  }
}
.second-footer .logo-visa-case .visa-case {
  display: none;
}
@media (min-width: 48em) {
  .second-footer .logo-visa-case .visa-case {
    display: flex;
  }
}
.second-footer .logo-visa-case .visa-case h4 {
  text-align: end;
}
.second-footer .logo-visa-case .visa-case .visa {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 48em) {
  .second-footer .logo-visa-case .visa-case .visa {
    align-items: flex-start;
  }
}
.second-footer .logo-visa-case .visa-case .visa img {
  height: 22px;
  margin-left: 11px;
}
@media (min-width: 77.5em) {
  .second-footer .logo-visa-case .visa-case .visa img {
    width: auto;
    height: 40px;
    margin-left: 20px;
    margin-top: 10px;
  }
}
.second-footer .hide-mobile {
  display: none;
}
@media (min-width: 62.375em) {
  .second-footer .hide-mobile {
    display: flex;
  }
}

.second-footer::before {
  position: absolute;
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  top: -156px;
  background: left 100%/270px 300px repeat-x url(/wp-content/themes/allegra-cruises/img/pattern_wave.png);
  padding-bottom: 130px;
}
@media (min-width: 62.375em) {
  .second-footer::before {
    background: center/900px 900px repeat-x url(/wp-content/themes/allegra-cruises/img/pattern_wave.png);
  }
}

.under-footer {
  background-color: #004d88;
}
.under-footer .main-wrapper {
  color: #b9d8ee;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 62.375em) {
  .under-footer .main-wrapper {
    padding: 18px 64px;
    display: flex;
    text-align: left;
    justify-content: space-between;
  }
}
@media (min-width: 77.5em) {
  .under-footer .main-wrapper {
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
    text-align: left;
    justify-content: space-between;
  }
}
.under-footer .main-wrapper .coopiriting-text p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.07em;
}
@media (min-width: 77.5em) {
  .under-footer .main-wrapper .coopiriting-text p {
    font-size: 18px;
    line-height: 21px;
  }
}
.under-footer .main-wrapper .pp-links a {
  color: #b9d8ee;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.07em;
}
@media (min-width: 77.5em) {
  .under-footer .main-wrapper .pp-links a {
    font-size: 18px;
    line-height: 21px;
  }
}

.small-nav {
  position: absolute;
  top: 200px;
  width: 100%;
}
@media (min-width: 48em) {
  .small-nav {
    top: auto;
    left: auto;
    display: block;
    position: relative;
    background-color: white;
  }
}
.small-nav .main-wrapper {
  display: flex;
  padding-bottom: 40px;
  padding-top: 60px;
}
.small-nav .main-wrapper .text {
  width: auto;
  margin: auto;
}
.small-nav .main-wrapper .text p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.065em;
  color: white;
}
@media (min-width: 48em) {
  .small-nav .main-wrapper .text p {
    font-size: 20px;
    line-height: 23px;
    color: #4e4e4e;
  }
}
.small-nav .main-wrapper .text p i {
  font-weight: 500;
  font-style: normal;
  color: white;
}
@media (min-width: 48em) {
  .small-nav .main-wrapper .text p i {
    color: #4e4e4e;
  }
}

.btn {
  cursor: pointer;
}

.btn:hover {
  opacity: 0.8;
}

a.up-pfile {
  display: block;
  position: fixed;
  z-index: 50;
  margin: 10px 10px 0;
  bottom: 50px;
  display: none;
}
a.up-pfile .float-up-pfile {
  background-color: #ed0677;
  opacity: 0.7;
  padding: 5px 8px;
  border-radius: 5px;
}
@media (min-width: 48em) {
  a.up-pfile .float-up-pfile {
    padding: 15px;
  }
}
a.up-pfile .float-up-pfile i {
  color: white;
  font-size: 14px;
}
@media (min-width: 48em) {
  a.up-pfile .float-up-pfile i {
    font-size: 30px;
  }
}

.pointer {
  cursor: pointer;
}

.choose-language {
  position: relative;
  height: 45px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.choose-language .active-language {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-language .active-language img {
  height: 21px;
  padding-right: 5px;
}
.choose-language .active-language p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.07em;
}
.choose-language .active-language .arrow {
  margin-left: 5px;
  margin-right: 5px;
  width: 12px;
}
.choose-language .language-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  right: 0;
  z-index: 99999;
}
.choose-language a {
  display: block;
  border-bottom: 1px solid #e4e4e4;
}
.choose-language a:hover, .choose-language a:focus {
  background: #e4e4e4;
}
.choose-language a.active .language-item:after {
  border: 2px solid #006ab6;
}
.choose-language a .language-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  padding-right: 25px;
  position: relative;
}
.choose-language a .language-item:after {
  content: "";
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.choose-language a .language-item .language-label {
  text-transform: uppercase;
  font-size: 14px;
  color: #4e4e4e;
  padding-right: 20px;
}
.choose-language a .language-item .language-symbol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: none;
}
.choose-language a .language-item .language-symbol img {
  display: block;
  height: 20px;
  width: auto;
  margin-left: 2px;
}
.choose-language .show {
  display: block;
}

#group-k {
  overflow: hidden;
  background: left 0%/100% no-repeat url(/wp-content/themes/allegra-cruises/img/foam_middle.png), no-repeat url(/wp-content/themes/allegra-cruises/img/ocean.png);
}
@media (min-width: 48em) {
  #group-k {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/foam.png), no-repeat url(/wp-content/themes/allegra-cruises/img/ocean.png);
    background-size: auto, cover;
  }
}
#group-k #main-wrapper {
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 10px 0px 28px 0px;
}
@media (min-width: 29.375em) and (max-width: 36.24em) {
  #group-k #main-wrapper {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper {
    padding: 10px 64px 40px;
  }
}
#group-k #main-wrapper h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.075em;
  color: #4e4e4e;
  padding-top: 35px;
  padding-bottom: 15px;
  text-transform: none;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper h2 {
    padding-top: 70px;
    padding-bottom: 50px;
    font-size: 55px;
    line-height: 65px;
  }
}
#group-k #main-wrapper h2 b {
  font-weight: 800;
}
#group-k #main-wrapper .card-container,
#group-k #main-wrapper #card-container {
  margin: 0 15px;
}
#group-k #main-wrapper .card-container .card-img,
#group-k #main-wrapper #card-container .card-img {
  position: relative;
  height: 50%;
  overflow: hidden;
  width: 100%;
  max-width: 576px;
}
#group-k #main-wrapper .card-container .card-img .image-container,
#group-k #main-wrapper #card-container .card-img .image-container {
  max-width: 576px;
  height: 100%;
}
#group-k #main-wrapper .card-container .card-img .image-container img,
#group-k #main-wrapper #card-container .card-img .image-container img {
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: 200px;
}
@media (min-width: 48em) {
  #group-k #main-wrapper .card-container .card-img .image-container img,
#group-k #main-wrapper #card-container .card-img .image-container img {
    height: 250px;
  }
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-img .image-container img,
#group-k #main-wrapper #card-container .card-img .image-container img {
    height: 330px;
  }
}
@media (min-width: 77.5em) {
  #group-k #main-wrapper .card-container .card-img .image-container img,
#group-k #main-wrapper #card-container .card-img .image-container img {
    height: 300px;
  }
}
@media (min-width: 112.5em) {
  #group-k #main-wrapper .card-container .card-img .image-container img,
#group-k #main-wrapper #card-container .card-img .image-container img {
    height: 330px;
  }
}
#group-k #main-wrapper .card-container .card-img .blur,
#group-k #main-wrapper #card-container .card-img .blur {
  position: absolute;
  width: 100%;
  max-width: 576px;
  height: 100%;
  top: 0;
  border-radius: 5px 5px 0px 0px;
  background: linear-gradient(90deg, rgba(0, 51, 85, 0.45) 0%, rgba(0, 50, 85, 0.099) 30.73%);
}
#group-k #main-wrapper .card-container .card-info-container,
#group-k #main-wrapper #card-container .card-info-container {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 5px 5px;
  background-color: white;
  margin-bottom: 20px;
}
#group-k #main-wrapper .card-container .card-info,
#group-k #main-wrapper #card-container .card-info {
  width: 100%;
  display: flex;
  padding-top: 12px;
  height: 130px;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info,
#group-k #main-wrapper #card-container .card-info {
    padding-top: 30px;
    height: 200px;
  }
}
@media (min-width: 77.5em) {
  #group-k #main-wrapper .card-container .card-info,
#group-k #main-wrapper #card-container .card-info {
    height: 180px;
  }
}
@media (min-width: 112.5em) {
  #group-k #main-wrapper .card-container .card-info,
#group-k #main-wrapper #card-container .card-info {
    height: 225px;
  }
}
#group-k #main-wrapper .card-container .card-info .datum,
#group-k #main-wrapper #card-container .card-info .datum {
  border-right: solid rgba(196, 196, 196, 0.21);
  padding: 7px 19px 0 13px;
  color: #004d88;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info .datum,
#group-k #main-wrapper #card-container .card-info .datum {
    padding: 7px 18px 0 15px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-info .datum,
#group-k #main-wrapper #card-container .card-info .datum {
    padding: 7px 19px 0 19px;
  }
}
@media (min-width: 112.5em) {
  #group-k #main-wrapper .card-container .card-info .datum,
#group-k #main-wrapper #card-container .card-info .datum {
    padding: 7px 27px 0 35px;
  }
}
#group-k #main-wrapper .card-container .card-info .datum .regular,
#group-k #main-wrapper #card-container .card-info .datum .regular {
  color: #4e4e4e;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info .datum .regular,
#group-k #main-wrapper #card-container .card-info .datum .regular {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-info .datum .regular,
#group-k #main-wrapper #card-container .card-info .datum .regular {
    font-size: 12px;
    line-height: 15px;
  }
}
#group-k #main-wrapper .card-container .card-info .datum .datum-month,
#group-k #main-wrapper #card-container .card-info .datum .datum-month {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info .datum .datum-month,
#group-k #main-wrapper #card-container .card-info .datum .datum-month {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-info .datum .datum-month,
#group-k #main-wrapper #card-container .card-info .datum .datum-month {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 112.5em) {
  #group-k #main-wrapper .card-container .card-info .datum .datum-month,
#group-k #main-wrapper #card-container .card-info .datum .datum-month {
    font-size: 39px;
    line-height: 46px;
  }
}
#group-k #main-wrapper .card-container .card-info .datum .datum-data,
#group-k #main-wrapper #card-container .card-info .datum .datum-data {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info .datum .datum-data,
#group-k #main-wrapper #card-container .card-info .datum .datum-data {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-info .datum .datum-data,
#group-k #main-wrapper #card-container .card-info .datum .datum-data {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 112.5em) {
  #group-k #main-wrapper .card-container .card-info .datum .datum-data,
#group-k #main-wrapper #card-container .card-info .datum .datum-data {
    font-size: 70px;
    line-height: 82px;
  }
}
#group-k #main-wrapper .card-container .card-info .datum .datum-year,
#group-k #main-wrapper #card-container .card-info .datum .datum-year {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info .datum .datum-year,
#group-k #main-wrapper #card-container .card-info .datum .datum-year {
    font-size: 31px;
    line-height: 36px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-info .datum .datum-year,
#group-k #main-wrapper #card-container .card-info .datum .datum-year {
    font-size: 20px;
    line-height: 25px;
  }
}
#group-k #main-wrapper .card-container .card-info .conditions,
#group-k #main-wrapper #card-container .card-info .conditions {
  padding: 5px 19px 5px 16px;
  color: #004d88;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  width: 75%;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info .conditions,
#group-k #main-wrapper #card-container .card-info .conditions {
    padding: 5px 15px 5px 16px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-info .conditions,
#group-k #main-wrapper #card-container .card-info .conditions {
    padding: 5px 22px 5px 16px;
  }
}
@media (min-width: 112.5em) {
  #group-k #main-wrapper .card-container .card-info .conditions,
#group-k #main-wrapper #card-container .card-info .conditions {
    padding: 5px 19px 5px 16px;
  }
}
#group-k #main-wrapper .card-container .card-info .conditions h5,
#group-k #main-wrapper #card-container .card-info .conditions h5 {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info .conditions h5,
#group-k #main-wrapper #card-container .card-info .conditions h5 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-info .conditions h5,
#group-k #main-wrapper #card-container .card-info .conditions h5 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 9px;
  }
}
@media (min-width: 112.5em) {
  #group-k #main-wrapper .card-container .card-info .conditions h5,
#group-k #main-wrapper #card-container .card-info .conditions h5 {
    font-size: 23px;
    line-height: 32px;
    padding-bottom: 9px;
  }
}
#group-k #main-wrapper .card-container .card-info .conditions p,
#group-k #main-wrapper #card-container .card-info .conditions p {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  text-transform: capitalize;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info .conditions p,
#group-k #main-wrapper #card-container .card-info .conditions p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-info .conditions p,
#group-k #main-wrapper #card-container .card-info .conditions p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 112.5em) {
  #group-k #main-wrapper .card-container .card-info .conditions p,
#group-k #main-wrapper #card-container .card-info .conditions p {
    font-size: 24px;
    line-height: 33px;
  }
}
#group-k #main-wrapper .card-container .card-info .conditions p i,
#group-k #main-wrapper #card-container .card-info .conditions p i {
  color: #4e4e4e;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.03em;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-info .conditions p i,
#group-k #main-wrapper #card-container .card-info .conditions p i {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-info .conditions p i,
#group-k #main-wrapper #card-container .card-info .conditions p i {
    font-size: 10px;
    line-height: 16px;
  }
}
#group-k #main-wrapper .card-container .card-bottom,
#group-k #main-wrapper #card-container .card-bottom {
  display: flex;
  justify-content: space-between;
  padding: 27px 15px 22px 15px;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-bottom,
#group-k #main-wrapper #card-container .card-bottom {
    padding: 30px 15px 30px 15px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-bottom,
#group-k #main-wrapper #card-container .card-bottom {
    padding: 28px 19px 26px 19px;
  }
}
@media (min-width: 112.5em) {
  #group-k #main-wrapper .card-container .card-bottom,
#group-k #main-wrapper #card-container .card-bottom {
    padding: 30px 30px 20px 30px;
  }
}
#group-k #main-wrapper .card-container .card-bottom a,
#group-k #main-wrapper #card-container .card-bottom a {
  width: 40%;
  display: block;
}
#group-k #main-wrapper .card-container .card-bottom .btn,
#group-k #main-wrapper #card-container .card-bottom .btn {
  background-color: #f26722;
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.065em;
  height: 30px;
  border-radius: 5px;
  padding-top: 9px;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-bottom .btn,
#group-k #main-wrapper #card-container .card-bottom .btn {
    height: 57px;
    padding-top: 19px;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-bottom .btn,
#group-k #main-wrapper #card-container .card-bottom .btn {
    height: 40px;
    padding-top: 12px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 4px;
    letter-spacing: 0.065em;
  }
}
#group-k #main-wrapper .card-container .card-bottom .price,
#group-k #main-wrapper #card-container .card-bottom .price {
  color: #a4a4a4;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-bottom .price,
#group-k #main-wrapper #card-container .card-bottom .price {
    font-size: 25px;
    line-height: 150% px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-bottom .price,
#group-k #main-wrapper #card-container .card-bottom .price {
    font-size: 20px;
    line-height: 150%;
  }
}
#group-k #main-wrapper .card-container .card-bottom .price b,
#group-k #main-wrapper #card-container .card-bottom .price b {
  font-weight: 900;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: -0.01em;
  color: #004d88;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-bottom .price b,
#group-k #main-wrapper #card-container .card-bottom .price b {
    font-size: 44px;
    line-height: 150%;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-bottom .price b,
#group-k #main-wrapper #card-container .card-bottom .price b {
    font-size: 36px;
    line-height: 150%;
  }
}
#group-k #main-wrapper .show-more {
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.065em;
  color: #004d88;
  background: center no-repeat url(/wp-content/themes/allegra-cruises/img/button-ship.png);
  background-size: cover;
  width: 80%;
  max-width: 230px;
  height: 81px;
  padding-top: 8px;
  padding-top: 40px;
}
@media (min-width: 29.375em) {
  #group-k #main-wrapper .show-more {
    max-width: 280px;
    font-size: 16px;
    line-height: 24px;
    height: 90px;
  }
}
@media (min-width: 48em) {
  #group-k #main-wrapper .show-more {
    padding-top: 45px;
    min-width: 400px;
    font-size: 24px;
    line-height: 36px;
    height: 120px;
  }
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .show-more {
    border-radius: 8px;
    min-width: 498px;
    padding-top: 70px;
    font-size: 30px;
    line-height: 41px;
    height: 180px;
  }
}
@media (min-width: 77.5em) {
  #group-k #main-wrapper .show-more {
    padding-top: 100px;
    max-width: 518px;
    height: 230px;
  }
}
#group-k #main-wrapper .show-more a {
  color: #004d88;
}
#group-k #main-wrapper .show-more a:visited {
  color: #004d88;
}
#group-k #main-wrapper .show-more b {
  font-weight: 800;
}

#banner {
  background-image: url(/wp-content/themes/allegra-cruises/img/banner.png);
  background-size: cover;
  display: flex;
  background-position: center;
}
#banner .main-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 62.375em) {
  #banner .main-wrapper {
    padding: 0 64px;
  }
}
#banner #banner-text-container {
  color: white;
  margin: 32px 0 24px 0;
}
@media (min-width: 29.375em) {
  #banner #banner-text-container {
    margin: 45px 0 30px 0px;
  }
}
@media (min-width: 48em) {
  #banner #banner-text-container {
    margin: 40px 0 20px 0px;
  }
}
@media (min-width: 62.375em) {
  #banner #banner-text-container {
    margin: 60px 0 40px 0px;
  }
}
@media (min-width: 77.5em) {
  #banner #banner-text-container {
    margin: 87px 0 67px 0px;
  }
}
#banner #banner-text-container .big-letters {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-transform: capitalize;
}
@media (min-width: 29.375em) {
  #banner #banner-text-container .big-letters {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 48em) {
  #banner #banner-text-container .big-letters {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (min-width: 62.375em) {
  #banner #banner-text-container .big-letters {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 77.5em) {
  #banner #banner-text-container .big-letters {
    font-size: 55px;
    line-height: 65px;
  }
}
#banner #banner-text-container .big-letters b {
  font-weight: 900;
}
#banner #banner-text-container a,
#banner #banner-text-container h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 9px;
  letter-spacing: 0.07em;
  font-variant: small-caps;
  color: white;
  margin: 11px 0;
}
@media (min-width: 29.375em) {
  #banner #banner-text-container a,
#banner #banner-text-container h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 14px 0;
  }
}
@media (min-width: 48em) {
  #banner #banner-text-container a,
#banner #banner-text-container h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0;
  }
}
@media (min-width: 62.375em) {
  #banner #banner-text-container a,
#banner #banner-text-container h3 {
    font-size: 26px;
    line-height: 32px;
    margin: 20px 0;
  }
}
@media (min-width: 77.5em) {
  #banner #banner-text-container a,
#banner #banner-text-container h3 {
    font-size: 35px;
    line-height: 41px;
    margin: 27px 0;
  }
}
#banner #banner-link2 {
  background-color: #ed0677;
  height: 27px;
  width: 100px;
  border-radius: 5px;
  text-align: center;
  margin: 40px 0px 0 0;
}
@media (min-width: 29.375em) {
  #banner #banner-link2 {
    width: 30%;
    max-width: 156px;
    height: 40px;
    border-radius: 8px;
    margin: 58px 15px 0 0;
  }
}
@media (min-width: 48em) {
  #banner #banner-link2 {
    width: 50%;
    min-width: 170px;
    max-width: 175px;
    height: 45px;
    border-radius: 5px;
    margin: 70px 0px 50px 0;
  }
}
@media (min-width: 62.375em) {
  #banner #banner-link2 {
    margin: 120px 0px 100px 0;
    height: 60px;
  }
}
@media (min-width: 77.5em) {
  #banner #banner-link2 {
    margin: 152px 0px 0 0;
  }
}
@media (min-width: 112.5em) {
  #banner #banner-link2 {
    margin: 152px 0px 0 0;
  }
}
#banner #banner-link2 a {
  color: white;
}
#banner #banner-link2 a:visited {
  color: white;
}
#banner #banner-link2 .banner-btn {
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.065em;
  margin-top: 8px;
}
@media (min-width: 29.375em) {
  #banner #banner-link2 .banner-btn {
    font-size: 14px;
    line-height: 23px;
    margin-top: 8px;
  }
}
@media (min-width: 48em) {
  #banner #banner-link2 .banner-btn {
    font-size: 18px;
    line-height: 30px;
    margin-top: 9px;
  }
}
@media (min-width: 62.375em) {
  #banner #banner-link2 .banner-btn {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
  }
}
#banner .banner-btn-container:hover {
  background-color: #f73492;
}

.my-prev-button {
  border: medium none;
  background-image: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 4px;
  padding: 0;
  top: 30%;
  left: -2%;
  width: 42px;
  height: 46px;
  z-index: 50;
}
.my-prev-button i {
  font-size: 20px;
  color: #4e4e4e;
}

.my-next-button {
  border: medium none;
  background-image: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 4px;
  padding: 0;
  top: 30%;
  right: -2%;
  width: 42px;
  height: 46px;
  z-index: 50;
}
.my-next-button i {
  font-size: 20px;
  color: #4e4e4e;
}

.logo-bar {
  display: none;
  margin: auto;
}
@media (min-width: 62.375em) {
  .logo-bar {
    display: block;
  }
}
.logo-bar .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 50px;
  justify-content: space-between;
}
@media (min-width: 77.5em) {
  .logo-bar .main-wrapper {
    padding: 20px 44px 20px;
  }
}
.logo-bar .main-wrapper .img-container {
  width: 19%;
  padding: 30px 20px 30px;
}
.logo-bar img {
  width: 100%;
  margin-bottom: 5px;
}
.logo-bar .so-big {
  max-height: 100px;
}
@media (min-width: 77.5em) {
  .logo-bar .so-big {
    max-height: 120px;
  }
}
@media (min-width: 112.5em) {
  .logo-bar .so-big {
    max-height: 130px;
  }
}

.include-icon {
  display: flex;
  padding-top: 5px;
  flex-wrap: wrap;
}
@media (min-width: 62.375em) {
  .include-icon {
    padding-top: 0px;
  }
}
.include-icon .icon-hotel {
  width: 10%;
  min-width: 22px;
  margin-right: 10px;
  position: relative;
  margin-top: 6px;
}
@media (min-width: 29.375em) {
  .include-icon .icon-hotel {
    min-width: 15px;
  }
}
@media (min-width: 48em) {
  .include-icon .icon-hotel {
    padding-top: 0;
  }
}
@media (min-width: 62.375em) {
  .include-icon .icon-hotel {
    width: 10%;
    min-width: 24px;
    max-width: 30.3px;
    margin-right: 15px;
  }
}
.include-icon .icon-hotel img {
  width: 100%;
}
.include-icon :last-child {
  margin-right: 0;
}
.include-icon .icon-hotel:hover .tip {
  display: block;
  z-index: 5;
}
.include-icon .tip {
  text-transform: uppercase;
  display: none;
  color: white;
  background-color: #004d88;
  position: absolute;
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
  bottom: -12px;
  left: 10px;
  z-index: 5;
}

.wallpaper {
  position: relative;
  height: 274px;
}
@media (min-width: 62.375em) {
  .wallpaper {
    height: 436px;
  }
}
.wallpaper .main-wrapper {
  text-align: center;
}
.wallpaper .main-wrapper h1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  color: white;
  padding-top: 94px;
  padding-bottom: 28px;
  margin: 0;
}
@media (min-width: 62.375em) {
  .wallpaper .main-wrapper h1 {
    line-height: 76px;
    padding-top: 140px;
    font-size: 65px;
  }
}
.wallpaper .main-wrapper h1 b {
  font-weight: 900;
}
.wallpaper .main-wrapper p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 153.5%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media (min-width: 62.375em) {
  .wallpaper .main-wrapper p {
    font-size: 30px;
  }
}

.wallpaper::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  position: absolute;
  bottom: -44px;
  padding-bottom: 16px;
}
@media (min-width: 48em) {
  .wallpaper::after {
    bottom: -85px;
    padding-bottom: 130px;
  }
}
@media (min-width: 62.375em) {
  .wallpaper::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
    top: 265px;
  }
}

.small-nav {
  position: absolute;
  top: 200px;
  width: 100%;
}
@media (min-width: 48em) {
  .small-nav {
    top: auto;
    left: auto;
    display: block;
    position: relative;
    background-color: white;
  }
}
.small-nav .main-wrapper {
  display: flex;
  padding-bottom: 40px;
  padding-top: 60px;
}
.small-nav .main-wrapper .text {
  width: auto;
  margin: auto;
}
.small-nav .main-wrapper .text p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.065em;
  color: white;
}
@media (min-width: 48em) {
  .small-nav .main-wrapper .text p {
    font-size: 20px;
    line-height: 23px;
    color: #4e4e4e;
  }
}
.small-nav .main-wrapper .text p i {
  font-weight: 500;
  font-style: normal;
}

.filters-for-group-offers {
  padding-top: 40px;
  background: #fafafa;
}
@media (min-width: 29.375em) {
  .filters-for-group-offers {
    padding-top: 45px;
  }
}
@media (min-width: 48em) {
  .filters-for-group-offers {
    padding-top: 5px;
  }
}
.filters-for-group-offers .main-wrapper {
  text-align: center;
  padding: 0;
}
@media (min-width: 48em) {
  .filters-for-group-offers .main-wrapper {
    padding: 0 15px;
  }
}
.filters-for-group-offers .main-wrapper h3 {
  z-index: 400;
  color: #4e4e4e;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 62.375em) {
  .filters-for-group-offers .main-wrapper h3 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.065em;
    padding: 15px 0;
  }
}
.filters-for-group-offers .main-wrapper .filters-list {
  display: flex;
  color: #ed0677;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
}
.filters-for-group-offers .main-wrapper .filters-list p {
  padding: 5px 0px 0;
  font-weight: 600;
}
@media (min-width: 62.375em) {
  .filters-for-group-offers .main-wrapper .filters-list p {
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.065em;
    font-variant: small-caps;
  }
}
.filters-for-group-offers .main-wrapper .filters-list .filter {
  cursor: pointer;
  color: #4e4e4e;
  padding: 5px 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-variant: small-caps;
}
@media (min-width: 62.375em) {
  .filters-for-group-offers .main-wrapper .filters-list .filter {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.065em;
  }
}
.filters-for-group-offers .main-wrapper .filters-list .filter:hover {
  font-weight: 600;
}

.offers-plate-container {
  background: center url(/wp-content/themes/allegra-cruises/img/group/sand.png);
  background-size: contain;
}
.offers-plate-container .main-wrapper {
  text-align: center;
  padding: 30px 25px 34px 25px;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper {
    padding-bottom: 116px;
  }
}
.offers-plate-container .main-wrapper .offers-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.offers-plate-container .main-wrapper .offer-container {
  width: 100%;
  height: 390px;
  margin: 5px 1% 0;
}
@media (min-width: 29.375em) {
  .offers-plate-container .main-wrapper .offer-container {
    min-width: 250px;
    width: 40%;
  }
}
@media (min-width: 48em) {
  .offers-plate-container .main-wrapper .offer-container {
    min-width: 220px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 390px;
  }
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container {
    width: 30%;
  }
}
@media (min-width: 77.5em) {
  .offers-plate-container .main-wrapper .offer-container {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 600px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container {
    height: 780px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-img {
  position: relative;
  height: 50%;
}
.offers-plate-container .main-wrapper .offer-container .card-img .image-container {
  max-width: 576px;
  height: 100%;
}
.offers-plate-container .main-wrapper .offer-container .card-img .image-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px 5px 0px 0px;
  height: 100%;
}
.offers-plate-container .main-wrapper .offer-container .card-img .blur {
  position: absolute;
  width: 100%;
  max-width: 576px;
  height: 100%;
  top: 0;
  border-radius: 5px 5px 0px 0px;
  background: linear-gradient(90deg, rgba(0, 51, 85, 0.45) 0%, rgba(0, 50, 85, 0.099) 30.73%);
}
.offers-plate-container .main-wrapper .offer-container .card-img .datum-on-img {
  background: #006ab6;
  opacity: 0.8;
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  position: absolute;
  bottom: 0px;
  width: 50%;
  min-width: 150px;
  height: 35px;
  padding-top: 12px;
  border-radius: 0px 5px 5px 0px;
}
@media (min-width: 77.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-img .datum-on-img {
    display: none;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info-container {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 5px 5px;
  background-color: white;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-info-container {
    padding: 5px 5px 7px 5px;
  }
}
@media (min-width: 77.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info-container {
    padding: 16px 13px 7px 13px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info-container {
    padding: 18px 18px 0px 18px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info {
  width: 100%;
  display: flex;
  padding-top: 12px;
}
@media (min-width: 29.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-info {
    height: 90px;
  }
}
@media (min-width: 77.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info {
    height: 170px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info {
    height: 196px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .datum {
  border-right: solid rgba(196, 196, 196, 0.21);
  padding: 7px 19px 0 13px;
  color: #004d88;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: none;
}
@media (min-width: 77.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .datum {
    padding: 7px 27px 0 17px;
    display: block;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .datum .regular {
  color: #4e4e4e;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .datum .regular {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .datum .regular {
    font-size: 16px;
    line-height: 15px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .datum .datum-month {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .datum .datum-month {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .datum .datum-month {
    font-size: 39px;
    line-height: 46px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .datum .datum-data {
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .datum .datum-data {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .datum .datum-data {
    font-size: 70px;
    line-height: 82px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .datum .datum-year {
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .datum .datum-year {
    font-size: 26px;
    line-height: 30px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions {
  padding: 5px 0px 5px 16px;
  color: #004d88;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 77.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions {
    width: 75%;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04em;
  padding-bottom: 9px;
  text-transform: capitalize;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions h5 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 9px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions h5 {
    font-size: 23px;
    line-height: 32px;
    padding-bottom: 9px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions p {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.04em;
  color: #4e4e4e;
  text-transform: uppercase;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions p {
    font-size: 18px;
    line-height: 22px;
    color: #006ab6;
    text-transform: capitalize;
  }
}
@media (min-width: 77.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions p {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions p {
    line-height: 33px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions .special {
  display: none;
  color: #4e4e4e;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.03em;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 77.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions .special {
    display: block;
    line-height: 26px;
    font-size: 12px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions .include-icon {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 77.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions .include-icon {
    display: flex;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions .include-icon .icon-hotel {
  width: 5%;
  margin-right: 10px;
  position: relative;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions .include-icon .icon-hotel {
    width: 10%;
    max-width: 30.3px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-info .conditions .include-icon .icon-hotel {
    margin-right: 15px;
    max-width: 35px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions .include-icon .icon-hotel img {
  width: 100%;
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions .include-icon :last-child {
  margin-right: 0;
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions .include-icon .icon-hotel:hover .tip {
  display: block;
  z-index: 5;
}
.offers-plate-container .main-wrapper .offer-container .card-info .conditions .include-icon .tip {
  text-transform: uppercase;
  display: none;
  color: white;
  background-color: #004d88;
  position: absolute;
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
  bottom: -12px;
  z-index: 5;
  left: 10px;
}
.offers-plate-container .main-wrapper .offer-container .card-bottom {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding: 10px 17px 22px 17px;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-bottom {
    padding: 28px 17px 26px 17px;
    margin-top: 15px;
    flex-flow: row;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-bottom a {
  width: 40%;
  display: block;
}
.offers-plate-container .main-wrapper .offer-container .card-bottom .btn {
  background-color: #f26722;
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.065em;
  height: 30px;
  border-radius: 4px;
  padding-top: 9px;
}
@media (min-width: 70.3125em) {
  .offers-plate-container .main-wrapper .offer-container .card-bottom .btn {
    height: 40px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-bottom .btn {
    height: 57px;
    padding-top: 19px;
    font-size: 18px;
    line-height: 21px;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-bottom .price {
  color: #a4a4a4;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
}
@media (min-width: 62.375em) {
  .offers-plate-container .main-wrapper .offer-container .card-bottom .price {
    font-size: 20px;
    line-height: 150% px;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-bottom .price {
    font-size: 25px;
    line-height: 150%;
  }
}
.offers-plate-container .main-wrapper .offer-container .card-bottom .price b {
  font-weight: 900;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: -0.01em;
  color: #004d88;
}
@media (min-width: 70.3125em) {
  .offers-plate-container .main-wrapper .offer-container .card-bottom .price b {
    font-size: 36px;
    line-height: 150%;
  }
}
@media (min-width: 112.5em) {
  .offers-plate-container .main-wrapper .offer-container .card-bottom .price b {
    font-size: 44px;
  }
}

.benefit-box .main-wrapper {
  margin: auto;
  position: relative;
}
@media (min-width: 62.375em) {
  .benefit-box .main-wrapper {
    padding: 0 64px;
  }
}
.benefit-box .main-wrapper .ship {
  position: absolute;
  left: 45%;
  width: auto;
  margin: auto;
  background-color: white;
  top: 170px;
}
@media (min-width: 29.375em) {
  .benefit-box .main-wrapper .ship {
    left: 5%;
    top: auto;
  }
}
@media (min-width: 62.375em) {
  .benefit-box .main-wrapper .ship {
    left: 6%;
  }
}
@media (min-width: 112.5em) {
  .benefit-box .main-wrapper .ship {
    background-color: white;
    top: 0px;
    left: 5%;
    display: block;
  }
}
.benefit-box .main-wrapper .ship img {
  width: 56px;
}
@media (min-width: 29.375em) {
  .benefit-box .main-wrapper .ship img {
    width: 90px;
  }
}
@media (min-width: 48em) {
  .benefit-box .main-wrapper .ship img {
    width: auto;
  }
}
.benefit-box .main-wrapper .benefit-list-container {
  width: 85%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 90px;
}
@media (min-width: 29.375em) {
  .benefit-box .main-wrapper .benefit-list-container {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 8px;
    width: 95%;
  }
}
@media (min-width: 48em) {
  .benefit-box .main-wrapper .benefit-list-container {
    width: 89%;
    padding-top: 70px;
    margin-top: 40px;
    padding-bottom: 120px;
  }
}
@media (min-width: 77.5em) {
  .benefit-box .main-wrapper .benefit-list-container {
    width: 100%;
    margin-top: 70px;
  }
}
.benefit-box .main-wrapper .benefit-list .benefit-container {
  text-align: center;
}
@media (min-width: 29.375em) {
  .benefit-box .main-wrapper .benefit-list .benefit-container {
    text-align: left;
  }
}
.benefit-box .main-wrapper .benefit-list .benefit {
  width: 90%;
  margin: auto;
  position: relative;
}
@media (min-width: 77.5em) {
  .benefit-box .main-wrapper .benefit-list .benefit {
    margin-right: 80px;
  }
}
@media (min-width: 112.5em) {
  .benefit-box .main-wrapper .benefit-list .benefit {
    max-width: 340px;
    width: 90%;
    margin-right: 80px;
  }
}
.benefit-box .main-wrapper .benefit-list .benefit h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #ed0677;
  padding-top: 40px;
}
@media (min-width: 29.375em) {
  .benefit-box .main-wrapper .benefit-list .benefit h4 {
    padding-top: 30px;
    color: #4e4e4e;
  }
}
@media (min-width: 48em) {
  .benefit-box .main-wrapper .benefit-list .benefit h4 {
    padding-top: 70px;
  }
}
@media (min-width: 62.375em) {
  .benefit-box .main-wrapper .benefit-list .benefit h4 {
    font-size: 25px;
    padding-top: 91px;
    line-height: 29px;
  }
}
.benefit-box .main-wrapper .benefit-list .benefit .pink {
  color: #ed0677;
}
.benefit-box .main-wrapper .benefit-list .benefit p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #4e4e4e;
  padding-top: 18px;
}
@media (min-width: 62.375em) {
  .benefit-box .main-wrapper .benefit-list .benefit p {
    padding-top: 30px;
    font-size: 22px;
    line-height: 29px;
  }
}
.benefit-box .main-wrapper .benefit-list .benefit:hover h4 {
  color: #ed0677;
}
.benefit-box .my-prev-button {
  border: medium none;
  background-image: none;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 0;
  top: 48%;
  left: -8%;
  width: 42px;
  height: 46px;
  z-index: 50;
}
@media (min-width: 29.375em) {
  .benefit-box .my-prev-button {
    left: -5%;
  }
}
.benefit-box .my-prev-button i {
  font-size: 20px;
  color: #bbbbbb;
}
.benefit-box .my-next-button {
  border: medium none;
  background-image: none;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 0;
  top: 48%;
  right: -8%;
  width: 42px;
  height: 46px;
  z-index: 50;
}
@media (min-width: 29.375em) {
  .benefit-box .my-next-button {
    right: -5%;
  }
}
.benefit-box .my-next-button i {
  font-size: 20px;
  color: #bbbbbb;
}

.grayLine {
  background-position: center;
  width: 90%;
  max-width: 1780px;
  right: 0;
  top: 65px;
  position: absolute;
  border-top: 1px solid #c4c4c4;
  display: none;
}
@media (min-width: 62.375em) {
  .grayLine {
    display: block;
  }
}

.wallpaper-single {
  position: relative;
  height: 273px;
}
@media (min-width: 62.375em) {
  .wallpaper-single {
    height: 380px;
  }
}
.wallpaper-single .main-wrapper {
  text-align: center;
}
.wallpaper-single .main-wrapper h1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  color: white;
  padding-top: 94px;
  padding-bottom: 28px;
  margin: 0;
}
@media (min-width: 62.375em) {
  .wallpaper-single .main-wrapper h1 {
    line-height: 76px;
    padding-top: 140px;
    font-size: 65px;
  }
}
.wallpaper-single .main-wrapper h1 b {
  font-weight: 900;
}
.wallpaper-single .main-wrapper p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 153.5%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media (min-width: 62.375em) {
  .wallpaper-single .main-wrapper p {
    font-size: 30px;
  }
}

.wallpaper-single::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  bottom: -85px;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  position: absolute;
  padding-bottom: 130px;
}
@media (min-width: 62.375em) {
  .wallpaper-single::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
    top: 208px;
  }
}

.hide-medium {
  display: none;
}
@media (min-width: 62.375em) {
  .hide-medium {
    display: block;
  }
}

.ticket-choise-container {
  overflow: hidden;
  position: absolute;
  top: 135px;
  padding: 0 15px 15px;
  width: 100%;
}
@media (min-width: 62.375em) {
  .ticket-choise-container {
    position: relative;
    top: auto;
    padding: 0;
    margin-top: 50px;
  }
}
.ticket-choise-container .main-wrapper {
  max-width: 500px;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .main-wrapper {
    padding: 0 64px 15px;
    max-width: 1800px;
  }
}
.ticket-choise-container .container {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .container {
    display: flex;
    justify-content: space-between;
  }
}
.ticket-choise-container .title {
  text-align: center;
  padding: 30px 15px 20px;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .title {
    text-align: left;
    padding: 30px 30px 30px;
  }
}
@media (min-width: 62.375em) {
  .ticket-choise-container .title {
    text-align: left;
    padding: 33px 59px 45px;
  }
}
.ticket-choise-container .title h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.075em;
  color: #ed0677;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .title h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
@media (min-width: 77.5em) {
  .ticket-choise-container .title h2 {
    font-size: 37px;
    line-height: 43px;
  }
}
.ticket-choise-container .title .blue {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.075em;
  color: #006ab6;
  padding: 12px 0 14px;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .title .blue {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 77.5em) {
  .ticket-choise-container .title .blue {
    font-size: 31px;
    line-height: 36px;
  }
}
.ticket-choise-container .title .data {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.075em;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .title .data {
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 19px;
  }
}
@media (min-width: 77.5em) {
  .ticket-choise-container .title .data {
    font-size: 19px;
    line-height: 24px;
  }
}
.ticket-choise-container .title .include-icon {
  text-align: center;
  justify-content: center;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .title .include-icon {
    justify-content: left;
  }
}
.ticket-choise-container .title .include-icon .icon-hotel {
  width: 7%;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .title .include-icon .icon-hotel {
    width: 13%;
    max-width: 40px;
  }
}
.ticket-choise-container .ticket-choise {
  background-color: white;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .ticket-choise {
    background-color: #fafafa;
    max-width: 400px;
  }
}
@media (min-width: 77.5em) {
  .ticket-choise-container .ticket-choise {
    max-width: 500px;
  }
}
.ticket-choise-container .ticket-choise .ticket {
  display: flex;
  padding: 32px 0 35px;
  justify-content: center;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .ticket-choise .ticket {
    display: block;
    padding: 32px 60px 35px;
  }
}
.ticket-choise-container .ticket-choise .ticket .img-container {
  width: 42px;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .ticket-choise .ticket .img-container {
    width: 50px;
    margin: auto;
  }
}
@media (min-width: 77.5em) {
  .ticket-choise-container .ticket-choise .ticket .img-container {
    width: 60px;
  }
}
.ticket-choise-container .ticket-choise .ticket .img-container img {
  width: 100%;
}
.ticket-choise-container .ticket-choise .ticket h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #006ab6;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .ticket-choise .ticket h3 {
    font-size: 16px;
    line-height: 19px;
    padding-top: 18px;
  }
}
@media (min-width: 77.5em) {
  .ticket-choise-container .ticket-choise .ticket h3 {
    font-size: 20px;
    line-height: 23px;
  }
}
.ticket-choise-container .ticket-choise .ticket .ticket-name {
  padding: 0px 6px;
}
.ticket-choise-container .ticket-choise .ticket .bottom {
  color: #006ab6;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  display: flex;
  align-items: center;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .ticket-choise .ticket .bottom {
    font-size: 14px;
    display: block;
    text-align: center;
  }
}
@media (min-width: 77.5em) {
  .ticket-choise-container .ticket-choise .ticket .bottom {
    font-size: 19px;
  }
}
.ticket-choise-container .ticket-choise .ticket .bottom div {
  padding: 4px 10px;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .ticket-choise .ticket .bottom div {
    padding: 8px 10px;
  }
}
.ticket-choise-container .ticket-choise .ticket .bottom .price {
  font-weight: bold;
  font-size: 19px;
  line-height: 125%;
  border-right: 1px solid #e4e4e4;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .ticket-choise .ticket .bottom .price {
    font-size: 25px;
    border-right: 0;
    border-bottom: 1px solid #bbbbbb;
    padding: 9px 10px 6px;
    max-width: 168px;
    margin: auto;
  }
}
@media (min-width: 77.5em) {
  .ticket-choise-container .ticket-choise .ticket .bottom .price {
    font-size: 35px;
  }
}
.ticket-choise-container .ticket-choise .ticket .pink {
  color: #ed0677 !important;
}
.ticket-choise-container .ticket-choise .ticket .orange {
  color: #f26722 !important;
}
.ticket-choise-container .my-prev-button {
  border: medium none;
  background-image: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 0;
  top: 33%;
  left: -5px;
  width: 42px;
  height: 46px;
  z-index: 50;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .my-prev-button {
    left: 50px;
    top: 43%;
  }
}
.ticket-choise-container .my-prev-button i {
  font-size: 18px;
  color: rgba(187, 187, 187, 0.7);
}
@media (min-width: 77.5em) {
  .ticket-choise-container .my-prev-button i {
    font-size: 30px;
  }
}
.ticket-choise-container .my-next-button {
  border: medium none;
  background-image: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 0;
  top: 33%;
  right: -5px;
  width: 42px;
  height: 46px;
  z-index: 50;
}
@media (min-width: 62.375em) {
  .ticket-choise-container .my-next-button {
    right: 50px;
    top: 43%;
  }
}
.ticket-choise-container .my-next-button i {
  font-size: 18px;
  color: rgba(187, 187, 187, 0.7);
}
@media (min-width: 77.5em) {
  .ticket-choise-container .my-next-button i {
    font-size: 30px;
  }
}
.ticket-choise-container .hide-mobile {
  display: none;
}
@media (min-width: 48em) {
  .ticket-choise-container .hide-mobile {
    display: flex;
  }
}

.kontaktieren-container {
  padding-top: 60px;
}
@media (min-width: 62.375em) {
  .kontaktieren-container {
    padding-top: 90px;
  }
}
@media (min-width: 62.375em) {
  .kontaktieren-container .main-wrapper {
    padding: 0 64px;
  }
}
.kontaktieren-container .main-wrapper .kontaktieren {
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 30px 20px 25px;
}
@media (min-width: 62.375em) {
  .kontaktieren-container .main-wrapper .kontaktieren {
    padding: 37px 60px;
  }
}
.kontaktieren-container .main-wrapper .left {
  display: flex;
  align-items: center;
}
.kontaktieren-container .main-wrapper .left img {
  width: 36px;
}
@media (min-width: 29.375em) {
  .kontaktieren-container .main-wrapper .left img {
    width: 48px;
  }
}
@media (min-width: 62.375em) {
  .kontaktieren-container .main-wrapper .left img {
    width: 72px;
  }
}
.kontaktieren-container .main-wrapper .left a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 117.69%;
  letter-spacing: 0.035em;
  color: #4e4e4e;
  display: block;
  min-width: 190px;
  margin-left: 22px;
  text-decoration: underline;
}
@media (min-width: 29.375em) {
  .kontaktieren-container .main-wrapper .left a {
    font-size: 14px;
    max-width: 390px;
    margin-left: 30px;
  }
}
@media (min-width: 48em) {
  .kontaktieren-container .main-wrapper .left a {
    font-size: 14px;
    max-width: 350px;
    margin-left: 22px;
    text-decoration: none;
  }
}
@media (min-width: 62.375em) {
  .kontaktieren-container .main-wrapper .left a {
    font-size: 20px;
    max-width: 390px;
    margin-left: 34px;
  }
}
.kontaktieren-container .main-wrapper .link-btn {
  display: block;
}
.kontaktieren-container .main-wrapper .btn {
  background-color: #ed0677;
  color: white;
  max-width: 300px;
  width: 30%;
  min-width: 230px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  align-items: center;
  letter-spacing: 0.065em;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 62.375em) {
  .kontaktieren-container .main-wrapper .btn {
    height: 64px;
    font-size: 20px;
    line-height: 23px;
  }
}
.kontaktieren-container .main-wrapper .btn p {
  margin: auto;
}
.kontaktieren-container .hide-mobile {
  display: none;
}
@media (min-width: 48em) {
  .kontaktieren-container .hide-mobile {
    display: flex;
  }
}

.cruise-info-container {
  padding-top: 30px;
}
@media (min-width: 48em) {
  .cruise-info-container {
    padding-top: 45px;
  }
}
@media (min-width: 62.375em) {
  .cruise-info-container {
    padding-top: 65px;
  }
}
@media (min-width: 48em) {
  .cruise-info-container .main-wrapper {
    text-align: left;
  }
}
@media (min-width: 70.3125em) {
  .cruise-info-container .main-wrapper {
    display: flex;
  }
}
@media (min-width: 77.5em) {
  .cruise-info-container .main-wrapper {
    padding: 0 64px;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container .main-wrapper {
    padding: 0 64px;
  }
}
.cruise-info-container h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4e4e4e;
  width: 50%;
  margin: auto;
  padding-bottom: 20px;
}
@media (min-width: 70.3125em) {
  .cruise-info-container h4 {
    min-width: 316px;
    padding-left: 15px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 77.5em) {
  .cruise-info-container h4 {
    padding-left: 0;
    padding-bottom: 22px;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container h4 {
    padding-left: 0;
    padding-bottom: 28px;
    font-size: 26px;
    line-height: 32px;
  }
}
.cruise-info-container p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 131%;
  letter-spacing: 0.03em;
  color: #4e4e4e;
  padding: 4px 0 3px;
}
@media (min-width: 77.5em) {
  .cruise-info-container p {
    font-size: 15px;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container p {
    font-size: 17px;
  }
}
.cruise-info-container .blue {
  color: #006ab6;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 77.5em) {
  .cruise-info-container .blue {
    font-size: 16px;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container .blue {
    font-size: 19px;
  }
}
.cruise-info-container .left-info {
  text-align: center;
}
@media (min-width: 48em) {
  .cruise-info-container .left-info {
    text-align: left;
  }
}
@media (min-width: 70.3125em) {
  .cruise-info-container .left-info {
    width: 45%;
    justify-content: space-between;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container .left-info {
    width: 50%;
  }
}
@media (min-width: 48em) {
  .cruise-info-container .left-info-in {
    display: flex;
  }
}
.cruise-info-container .left-info-in .left-info-first {
  padding: 0 22px 14px;
  width: 80%;
  margin: auto;
}
@media (min-width: 48em) {
  .cruise-info-container .left-info-in .left-info-first {
    margin: 0;
  }
}
@media (min-width: 70.3125em) {
  .cruise-info-container .left-info-in .left-info-first {
    width: 60%;
    padding: 0 10px 0;
  }
}
@media (min-width: 77.5em) {
  .cruise-info-container .left-info-in .left-info-first {
    width: 55%;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container .left-info-in .left-info-first {
    width: 50%;
    padding-right: 50px;
  }
}
.cruise-info-container .left-info-in .left-info-second {
  width: 100%;
  padding-bottom: 30px;
  margin: auto;
}
@media (min-width: 77.5em) {
  .cruise-info-container .left-info-in .left-info-second {
    width: 45%;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container .left-info-in .left-info-second {
    width: 50%;
  }
}
.cruise-info-container .left-info-in .left-info-second img {
  max-width: 375px;
  width: 100%;
}
@media (min-width: 48em) {
  .cruise-info-container .right-info {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 70.3125em) {
  .cruise-info-container .right-info {
    width: 53%;
  }
}
@media (min-width: 77.5em) {
  .cruise-info-container .right-info {
    width: 55%;
    padding-left: 20px;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container .right-info {
    padding-left: 0px;
  }
}
@media (min-width: 70.3125em) {
  .cruise-info-container .right-info h4 {
    padding-bottom: 10px;
  }
}
@media (min-width: 77.5em) {
  .cruise-info-container .right-info h4 {
    padding-left: 0;
    padding-bottom: 12px;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container .right-info h4 {
    padding-left: 0;
    padding-bottom: 18px;
    font-size: 26px;
    line-height: 32px;
  }
}
.cruise-info-container .right-info ul {
  padding-left: 10px;
}
.cruise-info-container .right-info li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 131%;
  letter-spacing: 0.03em;
  color: #4e4e4e;
  padding: 7px 10px 7px 30px;
  width: 100%;
  list-style: none;
  background: no-repeat left/22px url("/wp-content/themes/allegra-cruises//img/group-single/check.svg");
}
@media (min-width: 77.5em) {
  .cruise-info-container .right-info li {
    font-size: 15px;
  }
}
@media (min-width: 112.5em) {
  .cruise-info-container .right-info li {
    background: no-repeat left/26px url("/wp-content/themes/allegra-cruises//img/group-single/check.svg");
    padding: 10px 20px 10px 40px;
    font-size: 17px;
  }
}
.cruise-info-container .right-info .includes {
  padding-bottom: 40px;
  margin: auto;
  max-width: 375px;
}
@media (min-width: 48em) {
  .cruise-info-container .right-info .includes {
    width: 50%;
    margin: 0;
    max-width: 500px;
  }
}

@media (min-width: 48em) {
  .travel-plan-container {
    padding-top: 100px;
  }
}
@media (min-width: 62.375em) {
  .travel-plan-container .main-wrapper {
    padding: 0 64px;
  }
}
.travel-plan-container .travel-plan {
  background-color: #fafafa;
}
.travel-plan-container .travel-plan .name-of-tabel {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #006ab6;
  padding: 17px 11px 12px 11px;
}
@media (min-width: 48em) {
  .travel-plan-container .travel-plan .name-of-tabel {
    padding: 20px 20px 15px 20px;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .travel-plan .name-of-tabel {
    padding: 38px 60px 35px;
    border-bottom: 3px solid #006ab6;
  }
}
.travel-plan-container .travel-plan .name-of-tabel .tumbler-tabel {
  position: relative;
}
.travel-plan-container .travel-plan .name-of-tabel .tumbler-tabel i {
  color: #006ab6;
}
@media (min-width: 77.5em) {
  .travel-plan-container .travel-plan .name-of-tabel .tumbler-tabel i {
    font-size: 27px;
  }
}
.travel-plan-container .travel-plan .name-of-tabel .tumbler-tabel input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.travel-plan-container .travel-plan .name-of-tabel h2 {
  color: #006ab6;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.075em;
}
@media (min-width: 48em) {
  .travel-plan-container .travel-plan .name-of-tabel h2 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 48em) {
  .travel-plan-container .travel-plan .name-of-tabel h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .travel-plan .name-of-tabel h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
.travel-plan-container .travel-plan .row {
  position: relative;
  padding: 21px 11px;
}
@media (min-width: 48em) {
  .travel-plan-container .travel-plan .row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 21px 15px;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .travel-plan .row {
    display: flex;
    padding: 36px 55px 33px;
    justify-content: space-between;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .travel-plan .row .row-text {
    width: 95%;
    padding-right: 15px;
    max-width: 1300px;
  }
}
.travel-plan-container .travel-plan .row .row-header {
  width: 56%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 29.375em) {
  .travel-plan-container .travel-plan .row .row-header {
    width: 68%;
    padding: 0px 0px 15px;
  }
}
@media (min-width: 48em) {
  .travel-plan-container .travel-plan .row .row-header {
    width: auto;
    border: none;
    display: flex;
  }
}
.travel-plan-container .travel-plan .row .row-header .travel-data {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #4e4e4e;
}
@media (min-width: 48em) {
  .travel-plan-container .travel-plan .row .row-header .travel-data {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .travel-plan .row .row-header .travel-data {
    font-size: 22px;
    line-height: 26px;
  }
}
.travel-plan-container .travel-plan .row .row-header .travel-place {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 128.19%;
  letter-spacing: 0.03em;
  color: #006ab6;
}
@media (min-width: 48em) {
  .travel-plan-container .travel-plan .row .row-header .travel-place {
    font-size: 18px;
    line-height: 22px;
    padding: 0px 5px 0px 10px;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .travel-plan .row .row-header .travel-place {
    font-size: 23px;
    line-height: 27px;
    padding: 0px 5px 0px 21px;
  }
}
.travel-plan-container .about-text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 148.69%;
  letter-spacing: 0.03em;
  color: #4e4e4e;
  padding: 17px 0px 22px 0;
}
@media (min-width: 48em) {
  .travel-plan-container .about-text {
    border: none;
    padding: 0px 25px 0px 0;
    font-size: 14px;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .about-text {
    font-size: 16px;
    padding: 0;
  }
}
.travel-plan-container .about-text .hide-mobile {
  display: none;
}
@media (min-width: 77.5em) {
  .travel-plan-container .about-text .hide-mobile {
    display: block;
  }
}
.travel-plan-container .time-plan {
  position: absolute;
  width: 40%;
  max-width: 130px;
  top: 18px;
  right: 5px;
}
@media (min-width: 48em) {
  .travel-plan-container .time-plan {
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    padding-top: 10px;
    max-width: 275px;
    min-width: 169px;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .time-plan {
    width: 25%;
    padding-top: 10px;
  }
}
.travel-plan-container .time-plan .first {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .travel-plan-container .time-plan .first {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.travel-plan-container .time-plan .travel-timing {
  display: flex;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 139.19%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4e4e4e;
}
@media (min-width: 48em) {
  .travel-plan-container .time-plan .travel-timing {
    font-size: 16px;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .time-plan .travel-timing {
    font-size: 20px;
  }
}
.travel-plan-container .time-plan .travel-timing p {
  padding: 6px 5px 4px 0;
}
@media (min-width: 48em) {
  .travel-plan-container .time-plan .travel-timing p {
    padding: 10px 5px 10px 0;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .time-plan .travel-timing p {
    padding: 15px 5px 15px 0;
  }
}
.travel-plan-container .time-plan .travel-timing .travel-time {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: none;
  padding: 6px 4px;
}
@media (min-width: 48em) {
  .travel-plan-container .time-plan .travel-timing .travel-time {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 4px;
  }
}
@media (min-width: 77.5em) {
  .travel-plan-container .time-plan .travel-timing .travel-time {
    font-size: 25px;
    line-height: 29px;
    padding: 14px 4px;
  }
}

.gallery-container {
  padding-top: 50px;
  overflow-x: hidden;
}
@media (min-width: 77.5em) {
  .gallery-container {
    padding-top: 100px;
  }
}
.gallery-container .main-wrapper {
  padding: 0 0px;
}
@media (min-width: 77.5em) {
  .gallery-container .main-wrapper {
    max-width: 9999px;
  }
}
.gallery-container .gallery {
  position: relative;
  width: 100%;
}
.gallery-container .gallery .gallery-img {
  width: 25%;
}
.gallery-container .gallery .gallery-img img {
  width: 100%;
  margin: auto;
}
.gallery-container .gallery .popup-img {
  position: absolute;
  display: none;
  top: -50%;
  width: 800px;
}
.gallery-container .my-prev-button {
  border: medium none;
  background-image: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0;
  top: 38%;
  left: 2px;
  width: 42px;
  height: 46px;
  z-index: 50;
}
.gallery-container .my-prev-button i {
  font-size: 20px;
  color: #bbbbbb;
}
@media (min-width: 70.3125em) {
  .gallery-container .my-prev-button i {
    font-size: 40px;
  }
}
.gallery-container .my-prev-button:hover {
  background: rgba(247, 71, 156, 0.6);
}
.gallery-container .my-prev-button:hover i {
  color: rgba(255, 255, 255, 0.6);
}
.gallery-container .my-next-button {
  border: medium none;
  background-image: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0;
  top: 38%;
  right: 2px;
  width: 42px;
  height: 46px;
  z-index: 50;
}
.gallery-container .my-next-button i {
  font-size: 20px;
  color: #bbbbbb;
}
@media (min-width: 70.3125em) {
  .gallery-container .my-next-button i {
    font-size: 40px;
  }
}
.gallery-container .my-next-button:hover {
  background: rgba(247, 71, 156, 0.6);
}
.gallery-container .my-next-button:hover i {
  color: rgba(255, 255, 255, 0.6);
}

.includes-description {
  background: left 0% repeat-x url(/wp-content/themes/allegra-cruises/img/foam.png), no-repeat url(/wp-content/themes/allegra-cruises/img/ocean.png);
  background-size: auto, cover;
}
@media (min-width: 77.5em) {
  .includes-description .main-wrapper {
    padding: 0 64px;
  }
}
.includes-description .top {
  padding: 20px 10px 0;
}
@media (min-width: 48em) {
  .includes-description .top {
    padding: 80px 0px 0;
    display: flex;
    justify-content: space-between;
  }
}
.includes-description .top h3 {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 133.69%;
  letter-spacing: 0.03em;
  color: #006ab6;
}
.includes-description .top h3 strong {
  font-weight: 800;
}
@media (min-width: 48em) {
  .includes-description .top h3 {
    text-align: left;
  }
}
@media (min-width: 62.375em) {
  .includes-description .top h3 {
    font-size: 36px;
  }
}
@media (min-width: 77.5em) {
  .includes-description .top h3 {
    font-size: 46px;
  }
}
.includes-description .top p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 152.19%;
  letter-spacing: 0.03em;
  color: #006ab6;
  padding-bottom: 20px;
}
@media (min-width: 62.375em) {
  .includes-description .top p {
    font-size: 16px;
  }
}
@media (min-width: 77.5em) {
  .includes-description .top p {
    font-size: 23px;
  }
}
@media (min-width: 48em) {
  .includes-description .top .header-text {
    width: 50%;
    max-width: 550px;
  }
}
.includes-description .top .logo {
  margin: auto;
  width: 40%;
  max-width: 123px;
}
@media (min-width: 48em) {
  .includes-description .top .logo {
    width: 20%;
    max-width: 288px;
    margin: 0 10px 0 0;
  }
}
.includes-description .top .logo img {
  width: 100%;
}
.includes-description .colums-container {
  padding: 20px 10px 20px;
}
@media (min-width: 48em) {
  .includes-description .colums-container {
    padding: 20px 0px 20px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 48em) {
  .includes-description .colums-container .colum-1,
.includes-description .colums-container .colum-2 {
    width: 48%;
  }
}
.includes-description .colums-container p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 138.69%;
  letter-spacing: 0.03em;
  text-indent: 15px;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .includes-description .colums-container p {
    font-size: 16px;
  }
}
@media (min-width: 77.5em) {
  .includes-description .colums-container p {
    font-size: 20px;
  }
}
.includes-description .hide-mobile {
  display: none;
}
@media (min-width: 48em) {
  .includes-description .hide-mobile {
    display: block;
  }
}

.take-program {
  background: #fafafa;
  padding: 10px 0 20px;
}
@media (min-width: 62.375em) {
  .take-program {
    padding: 30px 0 30px;
  }
}
.take-program .main-wrapper {
  text-align: center;
}
@media (min-width: 62.375em) {
  .take-program .main-wrapper {
    padding: 0 64px 0 64px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 62.375em) {
  .take-program .icon-text {
    display: flex;
  }
}
.take-program .top {
  margin: auto;
}
.take-program .top img {
  width: 28px;
}
@media (min-width: 48em) {
  .take-program .top img {
    width: 60px;
  }
}
@media (min-width: 62.375em) {
  .take-program .top img {
    width: auto;
  }
}
@media (min-width: 62.375em) {
  .take-program .links-container {
    padding-left: 20px;
  }
}
.take-program .links-container h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #4e4e4e;
  text-align: center;
  padding: 15px 0 19px 0;
}
@media (min-width: 62.375em) {
  .take-program .links-container h3 {
    font-size: 25px;
    line-height: 29px;
  }
}
.take-program .links-container .links {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (min-width: 62.375em) {
  .take-program .links-container .links {
    margin: 0;
  }
}
.take-program .links-container .links a {
  padding: 0px 7px 25px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 116.69%;
  letter-spacing: 0.03em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #006ab6;
}
@media (min-width: 62.375em) {
  .take-program .links-container .links a {
    padding-right: 25px;
    font-size: 20px;
    line-height: 23px;
  }
}
.take-program .btn {
  color: white;
  background-color: #006ab6;
  width: 130px;
  height: 28px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.065em;
  border-radius: 3px;
  padding-top: 8px;
  margin: auto;
}
@media (min-width: 48em) {
  .take-program .btn {
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 21px;
    width: 200px;
    height: 40px;
    border-radius: 5px;
  }
}
@media (min-width: 62.375em) {
  .take-program .btn {
    margin: 25px 0 0 0;
    padding-top: 20px;
    font-size: 20px;
    line-height: 23px;
    width: 348px;
    height: 63px;
  }
}

.ship-button {
  padding-bottom: 50px;
}

.show-more {
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.065em;
  color: #004d88;
  background: center no-repeat url(/wp-content/themes/allegra-cruises/img/button-ship.png);
  background-size: cover;
  width: 80%;
  max-width: 230px;
  height: 81px;
  padding-top: 8px;
  margin-top: 30px;
  padding-top: 40px;
}
@media (min-width: 29.375em) {
  .show-more {
    max-width: 280px;
    font-size: 16px;
    line-height: 24px;
    height: 90px;
  }
}
@media (min-width: 48em) {
  .show-more {
    padding-top: 60px;
    min-width: 400px;
    margin-top: 40px;
    font-size: 24px;
    line-height: 36px;
    height: 120px;
  }
}
@media (min-width: 62.375em) {
  .show-more {
    border-radius: 8px;
    min-width: 498px;
    padding-top: 100px;
    margin-top: 80px;
    font-size: 30px;
    line-height: 41px;
    height: 180px;
  }
}
@media (min-width: 77.5em) {
  .show-more {
    padding-top: 120px;
    max-width: 518px;
    height: 226px;
  }
}
.show-more b {
  font-weight: 800;
}

.float-form-display {
  position: absolute;
  width: 100%;
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.42);
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 10000;
}
.float-form-display br {
  display: none;
}

.float-form {
  max-width: 900px;
  margin: auto;
}
.float-form form {
  padding: 10px 15px 20px 15px;
  background-color: white;
}
@media (min-width: 48em) {
  .float-form form {
    padding: 30px;
  }
}
@media (min-width: 62.375em) {
  .float-form form {
    padding: 60px;
  }
}
.float-form .one-c {
  justify-content: space-between;
}
@media (min-width: 48em) {
  .float-form .one-c {
    display: flex;
    flex-wrap: wrap;
  }
}
.float-form i {
  color: #006ab6;
  font-size: 24px;
  position: absolute;
  top: -5%;
  right: 0%;
}
@media (min-width: 48em) {
  .float-form i {
    top: -15%;
    right: -110%;
    font-size: 30px;
  }
}
@media (min-width: 62.375em) {
  .float-form i {
    top: -30%;
    right: -115%;
  }
}
.float-form .float-form-half-container {
  width: 100%;
  position: relative;
}
@media (min-width: 48em) {
  .float-form .float-form-half-container {
    width: 48%;
  }
}
.float-form label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.065em;
  color: #4e4e4e;
  padding: 10px 0 0px;
}
@media (min-width: 48em) {
  .float-form label {
    font-size: 18px;
    line-height: 23px;
    padding: 16px 0 10px;
  }
}
@media (min-width: 62.375em) {
  .float-form label {
    font-size: 28px;
    line-height: 33px;
    padding: 22px 0 16px;
  }
}
.float-form select,
.float-form input {
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  width: 100%;
  height: 30px;
  border: 2px solid #006ab6;
  border-radius: 5px;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .float-form select,
.float-form input {
    font-size: 24px;
    line-height: 40px;
    height: 50px;
  }
}
.float-form textarea {
  font-size: 16px;
  line-height: 16px;
  padding-left: 10px;
  width: 100%;
  border: 2px solid #006ab6;
  border-radius: 5px;
  margin-right: 50px;
  color: #4e4e4e;
}
@media (min-width: 48em) {
  .float-form textarea {
    font-size: 26px;
    line-height: 40px;
  }
}
.float-form .two-c {
  text-align: center;
}
.float-form .btn {
  color: white;
  background-color: #006ab6;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border: none;
  border-radius: 5px;
  padding: 8px 25px;
  max-width: 155px;
  margin: 20px 0px 0;
}
@media (min-width: 48em) {
  .float-form .btn {
    margin: 20px auto 0;
  }
}
@media (min-width: 62.375em) {
  .float-form .btn {
    font-size: 26px;
  }
}

.blog-text a {
  color: #ed0677;
}
.blog-text a:visited {
  color: #ed0677;
}

.wallpaper-blog {
  position: relative;
  background-color: gray;
  height: 273px;
}
@media (min-width: 62.375em) {
  .wallpaper-blog {
    height: 380px;
  }
}
.wallpaper-blog .main-wrapper {
  text-align: center;
}
.wallpaper-blog .main-wrapper h1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  color: white;
  padding-top: 94px;
  padding-bottom: 28px;
  margin: 0;
}
@media (min-width: 62.375em) {
  .wallpaper-blog .main-wrapper h1 {
    line-height: 76px;
    padding-top: 140px;
    font-size: 55px;
  }
}
.wallpaper-blog .main-wrapper h1 b {
  font-weight: 900;
}
.wallpaper-blog .main-wrapper p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 153.5%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media (min-width: 62.375em) {
  .wallpaper-blog .main-wrapper p {
    font-size: 30px;
  }
}

.wallpaper-blog::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  bottom: -85px;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  position: absolute;
  padding-bottom: 130px;
}
@media (min-width: 62.375em) {
  .wallpaper-blog::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
    top: 208px;
  }
}

.small-nav-blog {
  padding: 70px 0 48px;
}
@media (min-width: 48em) {
  .small-nav-blog {
    background: center url(/wp-content/themes/allegra-cruises/img/group/sand.png);
  }
}
.small-nav-blog .main-wrapper {
  padding: 0;
}
.small-nav-blog .main-wrapper a {
  color: white;
}
@media (min-width: 48em) {
  .small-nav-blog .main-wrapper a {
    color: #4e4e4e;
  }
}

.all-blog-container {
  background: center url(/wp-content/themes/allegra-cruises/img/group/sand.png);
}
@media (min-width: 48em) {
  .all-blog-container .main-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 62.375em) {
  .all-blog-container .main-wrapper {
    padding: 0 64px;
  }
}
.all-blog-container .left-blog {
  margin: 16px 0 50px;
}
@media (min-width: 48em) {
  .all-blog-container .left-blog {
    margin: 0;
    width: 60%;
  }
}
@media (min-width: 62.375em) {
  .all-blog-container .left-blog {
    width: 65%;
  }
}
@media (min-width: 112.5em) {
  .all-blog-container .left-blog {
    width: 66.5%;
  }
}
.all-blog-container .left-blog .blog-card {
  width: 100%;
  max-width: 450px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  margin: auto;
  margin-top: 0px;
  margin-bottom: 66px;
}
@media (min-width: 48em) {
  .all-blog-container .left-blog .blog-card {
    max-width: 550px;
  }
}
@media (min-width: 62.375em) {
  .all-blog-container .left-blog .blog-card {
    max-width: 1605px;
  }
}
@media (min-width: 77.5em) {
  .all-blog-container .left-blog .blog-card {
    width: 100%;
    max-width: 1185px;
  }
}
.all-blog-container .left-blog .blog-card .blog-head {
  text-align: center;
  width: 60%;
  padding: 26px 0 18px;
  margin: auto;
  border-radius: 5px 5px 0px 0px;
}
.all-blog-container .left-blog .blog-card .blog-head h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.075em;
  color: #4e4e4e;
  margin-top: 0;
}
.all-blog-container .left-blog .blog-card .img-container {
  width: 100%;
  height: 170px;
}
@media (min-width: 62.375em) {
  .all-blog-container .left-blog .blog-card .img-container {
    height: 286px;
  }
}
@media (min-width: 70.3125em) {
  .all-blog-container .left-blog .blog-card .img-container {
    height: 386px;
  }
}
@media (min-width: 77.5em) {
  .all-blog-container .left-blog .blog-card .img-container {
    height: 516px;
  }
}
.all-blog-container .left-blog .blog-card .img-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0px;
  height: 100%;
}
@media (min-width: 62.375em) {
  .all-blog-container .left-blog .blog-card .img-container img {
    border-radius: 5px 5px 0px 0px;
  }
}
.all-blog-container .left-blog .blog-card .blog-info {
  width: 100%;
}
.all-blog-container .left-blog .blog-card .blog-info p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 127.19%;
  letter-spacing: 0.075em;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .all-blog-container .left-blog .blog-card .blog-info p {
    font-size: 18px;
  }
}
@media (min-width: 77.5em) {
  .all-blog-container .left-blog .blog-card .blog-info p {
    font-size: 22px;
  }
}
.all-blog-container .left-blog .blog-card .blog-info .data {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.075em;
}
.all-blog-container .left-blog .blog-card .blog-info h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.075em;
  color: #4e4e4e;
  padding: 0 0 22px;
}
@media (min-width: 62.375em) {
  .all-blog-container .left-blog .blog-card .blog-info h2 {
    font-size: 24px;
    line-height: 37px;
    font-weight: 500;
    padding: 10px 0 15px;
  }
}
@media (min-width: 77.5em) {
  .all-blog-container .left-blog .blog-card .blog-info h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    padding: 34px 0 22px;
  }
}
.all-blog-container .left-blog .blog-card .blog-info .blog-text {
  padding: 22px 10px 20px 14px;
}
@media (min-width: 70.3125em) {
  .all-blog-container .left-blog .blog-card .blog-info .blog-text {
    padding: 43px 39px 24px 48px;
  }
}
.all-blog-container .left-blog .blog-card .blog-info .line {
  width: 90%;
  border-top: 0.1px solid #d9d9d9;
  margin-left: 5%;
}
@media (min-width: 70.3125em) {
  .all-blog-container .left-blog .blog-card .blog-info .line {
    border-top: 1px solid #d9d9d9;
    width: 90%;
    margin-left: 48px;
  }
}
.all-blog-container .left-blog .blog-card .blog-info .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0px;
}
@media (min-width: 70.3125em) {
  .all-blog-container .left-blog .blog-card .blog-info .bottom {
    padding: 41px 56px 36px 50px;
  }
}
.all-blog-container .left-blog .blog-card .blog-info .bottom .social-icon i {
  font-size: 24px;
  padding-right: 30px;
  color: #4e4e4e;
}
@media (min-width: 77.5em) {
  .all-blog-container .left-blog .blog-card .blog-info .bottom .social-icon i {
    font-size: 32px;
  }
}
.all-blog-container .left-blog .blog-card .blog-info .bottom a {
  margin: auto;
}
@media (min-width: 70.3125em) {
  .all-blog-container .left-blog .blog-card .blog-info .bottom a {
    margin: 0;
  }
}
.all-blog-container .left-blog .blog-card .blog-info .bottom .btn {
  border: 2px solid #f26722;
  border-radius: 5px;
  background-color: #f26722;
  color: white;
  height: 30px;
  min-width: 105px;
  width: 30%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.065em;
  padding-top: 7px;
  margin: auto;
}
@media (min-width: 70.3125em) {
  .all-blog-container .left-blog .blog-card .blog-info .bottom .btn {
    font-size: 20px;
    line-height: 22px;
    padding-top: 10px;
    height: 45px;
    width: 246px;
    color: #f26722;
    background-color: white;
    margin: 0;
  }
}
@media (min-width: 77.5em) {
  .all-blog-container .left-blog .blog-card .blog-info .bottom .btn {
    font-size: 21px;
    line-height: 25px;
    padding-top: 22px;
    height: 74px;
  }
}
.all-blog-container .left-blog .blog-card .blog-info .bottom .btn:hover {
  opacity: 0.8;
}
@media (min-width: 70.3125em) {
  .all-blog-container .left-blog .blog-card .blog-info .bottom .btn:hover {
    opacity: 1;
    color: white;
    background-color: #f26722;
  }
}
@media (min-width: 70.3125em) {
  .all-blog-container .hide-desktop {
    display: none;
  }
}
.all-blog-container .hide-mobile {
  display: none;
}
@media (min-width: 70.3125em) {
  .all-blog-container .hide-mobile {
    display: block;
  }
}

.right-blog {
  margin: auto;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
@media (min-width: 48em) {
  .right-blog {
    width: 35%;
    max-width: 470px;
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 62.375em) {
  .right-blog {
    margin-right: 10px;
    width: 30%;
  }
}
.right-blog h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.065em;
  color: #006ab6;
  padding: 26px 0 11px;
}
@media (min-width: 62.375em) {
  .right-blog h4 {
    font-size: 22px;
    line-height: 26px;
    padding: 34px 0 17px;
  }
}
@media (min-width: 77.5em) {
  .right-blog h4 {
    font-size: 33px;
    line-height: 39px;
    padding: 44px 0 21px;
  }
}
.right-blog ul {
  padding: 0;
}
.right-blog ul li {
  list-style: none;
  padding: 8px;
}
@media (min-width: 77.5em) {
  .right-blog ul li {
    padding: 10px;
  }
}
.right-blog ul li a {
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140.69%;
  letter-spacing: 0.03em;
  font-variant: small-caps;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .right-blog ul li a {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 77.5em) {
  .right-blog ul li a {
    font-size: 28px;
    line-height: 28px;
  }
}
.right-blog .category {
  display: block;
  max-width: 450px;
  margin: auto;
  padding-bottom: 50px;
}
.right-blog .category a {
  display: block;
  padding: 5px 0;
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 140.69%;
  letter-spacing: 0.03em;
  font-variant: small-caps;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .right-blog .category a {
    font-size: 22px !important;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 77.5em) {
  .right-blog .category a {
    font-size: 28px !important;
    line-height: 28px;
    padding: 10px 0;
  }
}
.right-blog .tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
  margin: auto;
  padding-bottom: 50px;
}
.right-blog .tags .tag {
  background-color: white;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px !important;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.065em;
  padding: 8px 10px;
  margin: 10px 15px 10px 0;
  color: #4e4e4e;
}
@media (min-width: 70.3125em) {
  .right-blog .tags .tag {
    font-size: 16px !important;
    line-height: 22px;
    padding: 10px 10px;
    margin: 20px 15px 0 0;
  }
}
@media (min-width: 77.5em) {
  .right-blog .tags .tag {
    font-size: 18px !important;
    line-height: 26px;
    padding: 8px 20px;
    margin: 20px 15px 0 0;
  }
}

.view-article {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  margin: 0 5px 10px 5px;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media (min-width: 48em) {
  .pagination .page-numbers {
    font-size: 16px;
    padding: 9px 15px;
    margin: 0 5px 30px 5px;
  }
}
@media (min-width: 62.375em) {
  .pagination .page-numbers {
    font-size: 25px;
    padding: 12px 20px;
    margin: 0 10px 30px 10px;
  }
}
.pagination .current {
  color: #c1c1c1;
}

.general-search {
  position: relative;
  max-width: 480px;
  margin: auto;
}
.general-search label h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.065em;
  color: #4e4e4e;
  padding-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 77.5em) {
  .general-search label h4 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 48px;
    position: relative;
    margin-bottom: 25px;
  }
}
.general-search .search-field {
  margin: 22px 0 31px;
  border: 1px solid #4e4e4e;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  height: 55px;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  color: #4e4e4e;
  padding-left: 70px;
  background: 20px no-repeat url(/wp-content/themes/allegra-cruises/img/blog/magnifier.svg);
}
@media (min-width: 77.5em) {
  .general-search .search-field {
    border: 2px solid #4e4e4e;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    height: 78px;
    padding-left: 60px;
  }
}
.general-search button {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ed0677;
  color: white;
  border: none;
  border-radius: 0 5px 5px 0;
  height: 55px;
  padding: 0 30px;
  margin: 22px 0 31px;
}
@media (min-width: 77.5em) {
  .general-search button {
    height: 78px;
    font-size: 25px;
    line-height: 29px;
  }
}
.general-search button i {
  font-size: 36px;
}
.general-search button:hover {
  opacity: 0.8;
}

.blog-article {
  width: 100%;
  max-width: 650px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 66px;
}
@media (min-width: 48em) {
  .blog-article {
    max-width: 550px;
  }
}
@media (min-width: 62.375em) {
  .blog-article {
    max-width: 1605px;
    margin-left: 0;
  }
}
@media (min-width: 77.5em) {
  .blog-article {
    width: 100%;
    max-width: 1185px;
  }
}
.blog-article .wp-block-file__button {
  border-radius: 5px;
  background-color: #ed0677;
  margin: 15px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 138%;
  letter-spacing: 0.035em;
}
@media (min-width: 62.375em) {
  .blog-article .wp-block-file__button {
    font-size: 20px;
  }
}
@media (min-width: 77.5em) {
  .blog-article .wp-block-file__button {
    font-size: 24px;
  }
}
.blog-article .blog-head {
  text-align: center;
  width: 95%;
  padding: 10px 0 18px;
  margin: auto;
}
.blog-article .blog-head h1 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.075em;
  color: #4e4e4e;
}
@media (min-width: 48em) {
  .blog-article .blog-head h1 {
    font-size: 26px;
  }
}
@media (min-width: 62.375em) {
  .blog-article .blog-head h1 {
    font-size: 30px;
  }
}
@media (min-width: 77.5em) {
  .blog-article .blog-head h1 {
    font-size: 40px;
  }
}
@media (min-width: 112.5em) {
  .blog-article .blog-head h1 {
    font-size: 50px;
  }
}
.blog-article .blog-head .data {
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.075em;
}
@media (min-width: 48em) {
  .blog-article .blog-head .data {
    font-size: 18px;
    line-height: 30px;
  }
}
.blog-article .img-container {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
@media (min-width: 62.375em) {
  .blog-article .img-container {
    height: 286px;
  }
}
@media (min-width: 70.3125em) {
  .blog-article .img-container {
    height: 386px;
  }
}
@media (min-width: 77.5em) {
  .blog-article .img-container {
    height: 516px;
  }
}
.blog-article .img-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0px;
  height: 100%;
}
@media (min-width: 62.375em) {
  .blog-article .img-container img {
    border-radius: 5px 5px 0px 0px;
  }
}
.blog-article .blog-text {
  padding: 22px 0px 0 0;
}
@media (min-width: 48em) {
  .blog-article .blog-text {
    padding: 30px 10px 0 0;
  }
}
@media (min-width: 77.5em) {
  .blog-article .blog-text {
    padding: 51px 30px 0 0;
  }
}
.blog-article .blog-text h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.035em;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .blog-article .blog-text h3 {
    font-size: 20px;
    padding: 15px 0 10px;
  }
}
@media (min-width: 77.5em) {
  .blog-article .blog-text h3 {
    font-size: 22px;
  }
}
.blog-article .blog-text p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 138%;
  letter-spacing: 0.035em;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .blog-article .blog-text p {
    font-size: 18px;
  }
}
@media (min-width: 77.5em) {
  .blog-article .blog-text p {
    font-size: 20px;
  }
}
.blog-article .blog-text li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 138%;
  letter-spacing: 0.035em;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .blog-article .blog-text li {
    font-size: 18px;
  }
}
@media (min-width: 77.5em) {
  .blog-article .blog-text li {
    font-size: 20px;
  }
}
.blog-article .line {
  width: 100%;
  border-top: 0.1px solid #d9d9d9;
  margin: 22px 0;
}
@media (min-width: 70.3125em) {
  .blog-article .line {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    margin: 45px 0;
  }
}
.blog-article .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-article .bottom p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #4e4e4e;
  padding-right: 10px;
}
@media (min-width: 70.3125em) {
  .blog-article .bottom p {
    font-size: 25px;
    line-height: 29px;
    padding-right: 35px;
  }
}
.blog-article .bottom .social-icon i {
  font-size: 24px;
  padding-right: 10px;
  color: #4e4e4e;
}
@media (min-width: 77.5em) {
  .blog-article .bottom .social-icon i {
    font-size: 32px;
    padding-right: 30px;
  }
}

@media (min-width: 62.375em) {
  .activities-list-container .main-wrapper {
    padding: 0 64px;
  }
}
.activities-list-container h5 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.065em;
  color: #006ab6;
}
@media (min-width: 48em) {
  .activities-list-container h5 {
    font-size: 45px;
    line-height: 53px;
  }
}
.activities-list-container .activities-list {
  margin: 40px 0 38px;
}
@media (min-width: 48em) {
  .activities-list-container .activities-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 300px;
  }
}
@media (min-width: 77.5em) {
  .activities-list-container .activities-list {
    height: 400px;
    margin: 60px 0 68px;
  }
}
@media (min-width: 112.5em) {
  .activities-list-container .activities-list {
    height: 466px;
  }
}
.activities-list-container .activities-list .activity {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-bottom: 30px;
  color: white;
  overflow: hidden;
}
@media (min-width: 48em) {
  .activities-list-container .activities-list .activity {
    height: 90%;
    width: 32.5%;
    margin: 0 0 0px;
  }
}
@media (min-width: 77.5em) {
  .activities-list-container .activities-list .activity {
    width: 32.5%;
  }
}
@media (min-width: 112.5em) {
  .activities-list-container .activities-list .activity {
    max-width: 575px;
  }
}
.activities-list-container .activities-list .activity .img-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.activities-list-container .activities-list .activity .img-container img {
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px 0px 0px 5px;
}
@media (min-width: 29.375em) {
  .activities-list-container .activities-list .activity .img-container img {
    max-height: 320px;
  }
}
@media (min-width: 48em) {
  .activities-list-container .activities-list .activity .img-container img {
    max-height: 420px;
  }
}
.activities-list-container .activities-list .activity .dark-filter {
  position: absolute;
  z-index: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  height: 100%;
}
.activities-list-container .activities-list .activity h3 {
  font-family: "Raleway", sans-serif;
  z-index: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.075em;
  position: absolute;
  padding: 10px 5px;
  top: 17%;
  width: 100%;
}
@media (min-width: 29.375em) {
  .activities-list-container .activities-list .activity h3 {
    font-size: 24px;
    line-height: 28px;
    padding: 10px 15px;
  }
}
@media (min-width: 48em) {
  .activities-list-container .activities-list .activity h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 8px;
  }
}
@media (min-width: 62.375em) {
  .activities-list-container .activities-list .activity h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    top: 17%;
  }
}
@media (min-width: 77.5em) {
  .activities-list-container .activities-list .activity h3 {
    font-size: 28px;
    line-height: 34px;
    padding: 10px 12px;
    top: 18%;
  }
}
@media (min-width: 112.5em) {
  .activities-list-container .activities-list .activity h3 {
    padding: 10px 20px;
    font-size: 30px;
    line-height: 50px;
  }
}
.activities-list-container .activities-list .activity .btn {
  position: absolute;
  z-index: 1;
  bottom: 17%;
  left: 30%;
  background: #f26722;
  padding: 8px 8px 6px;
  text-align: center;
  width: 40%;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.08em;
  min-width: 102px;
  border-radius: 5px;
  color: white;
}
@media (min-width: 29.375em) and (max-width: 47.99em) {
  .activities-list-container .activities-list .activity .btn {
    padding: 12px 0 10px;
    font-size: 18px;
    width: 34%;
    line-height: 26px;
    left: 33%;
  }
}
@media (min-width: 48em) {
  .activities-list-container .activities-list .activity .btn {
    padding: 10px 5px 8px;
    font-size: 14px;
    width: 50%;
    line-height: 20px;
    left: 25%;
  }
}
@media (min-width: 62.375em) {
  .activities-list-container .activities-list .activity .btn {
    padding: 12px 5px 10px;
    font-size: 15px;
    line-height: 20px;
    bottom: 17%;
    width: 42%;
    left: 28%;
  }
}
@media (min-width: 77.5em) {
  .activities-list-container .activities-list .activity .btn {
    padding: 14px 5px 12px;
    font-size: 16px;
    line-height: 22px;
    width: 34%;
    left: 33%;
  }
}
@media (min-width: 112.5em) {
  .activities-list-container .activities-list .activity .btn {
    padding: 16px 0 14px;
    font-size: 20px;
    line-height: 21px;
  }
}
.activities-list-container .activities-list .activity .btn:hover {
  background: #ff7d3c;
  opacity: 1;
}

.wallpaper-about-us {
  position: relative;
  height: 273px;
}
@media (min-width: 62.375em) {
  .wallpaper-about-us {
    height: 380px;
  }
}
.wallpaper-about-us .main-wrapper {
  text-align: center;
}
.wallpaper-about-us .main-wrapper h1 {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  color: white;
  padding-top: 94px;
  padding-bottom: 28px;
  margin: 0;
}
@media (min-width: 62.375em) {
  .wallpaper-about-us .main-wrapper h1 {
    line-height: 76px;
    padding-top: 140px;
    font-size: 65px;
  }
}
.wallpaper-about-us .main-wrapper h1 b {
  font-weight: 900;
}
.wallpaper-about-us .main-wrapper p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 153.5%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media (min-width: 62.375em) {
  .wallpaper-about-us .main-wrapper p {
    font-size: 30px;
  }
}

.wallpaper-about-us::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  bottom: -85px;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  position: absolute;
  padding-bottom: 130px;
}
@media (min-width: 62.375em) {
  .wallpaper-about-us::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
    top: 208px;
  }
}

.main-about-content {
  padding: 0px 0 30px;
}
@media (min-width: 62.375em) {
  .main-about-content {
    padding: 100px 0 130px;
  }
}
.main-about-content .main-wrapper {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 62.375em) {
  .main-about-content .main-wrapper {
    padding: 0 120px 0 44px;
  }
}
@media (min-width: 77.5em) {
  .main-about-content .text {
    width: 45%;
  }
}
.main-about-content .text p {
  padding: 0px 0 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .main-about-content .text p {
    font-size: 22px;
    line-height: 26px;
    padding: 0px 0 28px;
  }
}
.main-about-content .text .blue {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #006ab6;
}
@media (min-width: 62.375em) {
  .main-about-content .text .blue {
    font-size: 22px;
    line-height: 140.69%;
  }
}
.main-about-content .we_members {
  display: none;
}
@media (min-width: 77.5em) {
  .main-about-content .we_members {
    display: block;
    text-align: center;
  }
}
.main-about-content .we_members h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0.075em;
  color: #4e4e4e;
}
.main-about-content .we_members .img-gruop-container {
  margin-top: 40px;
}
.main-about-content .we_members .img-gruop-container .img-container {
  width: 250px;
  margin: 20px auto 40px;
}
.main-about-content .we_members .img-gruop-container .img-container img {
  display: block;
  width: 100%;
}

.marketing-container {
  margin-bottom: 0px;
  margin-bottom: 20px;
}
@media (min-width: 62.375em) {
  .marketing-container {
    margin-bottom: 100px;
  }
}
.marketing-container .main-wrapper {
  text-align: center;
}
@media (min-width: 62.375em) {
  .marketing-container .main-wrapper {
    padding: 0 64px 0px;
  }
}
.marketing-container .main-wrapper .marketimg-box {
  background-color: #fafafa;
  padding: 0 10px 30px;
}
@media (min-width: 62.375em) {
  .marketing-container .main-wrapper .marketimg-box {
    padding: 0 0px 66px;
  }
}
.marketing-container .main-wrapper h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.075em;
  color: #4e4e4e;
  padding: 32px 0 24px;
}
@media (min-width: 62.375em) {
  .marketing-container .main-wrapper h3 {
    font-size: 30px;
    line-height: 35px;
    padding: 83px 0 43px;
  }
}
.marketing-container .main-wrapper p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 124.69%;
  text-align: center;
  letter-spacing: 0.075em;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .marketing-container .main-wrapper p {
    font-size: 27px;
  }
}
.marketing-container .main-wrapper .pink {
  color: #ed0677;
  padding: 8px 0 8px;
  font-weight: 800;
}
@media (min-width: 62.375em) {
  .marketing-container .main-wrapper .pink {
    padding: 8px 0 54px;
  }
}
.marketing-container .main-wrapper .btn {
  margin: auto;
  margin-top: 24px;
  color: white;
  background-color: #ed0677;
  width: 130px;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.065em;
  border-radius: 5px;
}
@media (min-width: 62.375em) {
  .marketing-container .main-wrapper .btn {
    margin-top: 43px;
    width: 226px;
    padding: 18px;
    font-size: 26px;
    line-height: 30px;
  }
}

.mission-container {
  overflow: hidden;
}
.mission-container .main-wrapper .mission {
  background-color: #fafafa;
  margin: 10px;
  text-align: center;
  padding: 40px 10px 40px;
  height: 260px;
}
@media (min-width: 77.5em) {
  .mission-container .main-wrapper .mission {
    height: 350px;
    margin: 15px;
  }
}
@media (min-width: 112.5em) {
  .mission-container .main-wrapper .mission {
    margin: 25px;
    height: 460px;
    padding: 77px 60px 114px;
  }
}
.mission-container .main-wrapper .mission h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.075em;
  color: #4e4e4e;
  padding: 24px 0 15px;
}
@media (min-width: 77.5em) {
  .mission-container .main-wrapper .mission h3 {
    font-size: 25px;
    line-height: 29px;
    padding: 42px 0 27px;
  }
}
.mission-container .main-wrapper .mission p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (min-width: 77.5em) {
  .mission-container .main-wrapper .mission p {
    font-size: 23px;
    line-height: 27px;
  }
}
.mission-container .main-wrapper .mission img {
  margin: auto;
  width: 43px;
}
@media (min-width: 77.5em) {
  .mission-container .main-wrapper .mission img {
    width: 74px;
  }
}

.wallpaper-contact {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 77, 136, 0.55) 12.77%, rgba(0, 51, 85, 0) 50.07%), 50% 100%/cover no-repeat no-repeat url(/wp-content/themes/allegra-cruises/img/contact-wall.png);
  height: 273px;
}
@media (min-width: 62.375em) {
  .wallpaper-contact {
    height: 380px;
  }
}
.wallpaper-contact .main-wrapper {
  text-align: center;
}
.wallpaper-contact .main-wrapper h1 {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  color: white;
  padding-top: 94px;
  padding-bottom: 28px;
  margin: 0;
}
@media (min-width: 62.375em) {
  .wallpaper-contact .main-wrapper h1 {
    line-height: 65px;
    padding-top: 140px;
    font-size: 65px;
  }
}
.wallpaper-contact .main-wrapper h1 b {
  font-weight: 900;
}
.wallpaper-contact .main-wrapper p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 153.5%;
  letter-spacing: 0.065em;
  color: #ffffff;
}
@media (min-width: 62.375em) {
  .wallpaper-contact .main-wrapper p {
    font-size: 30px;
  }
}

.wallpaper-contact::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  bottom: -85px;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  position: absolute;
  padding-bottom: 130px;
}
@media (min-width: 62.375em) {
  .wallpaper-contact::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
    top: 208px;
  }
}

.form-info-container {
  background: url(/wp-content/themes/allegra-cruises/img/group/sand.png);
  padding-top: 40px;
}
@media (min-width: 48em) and (max-width: 62.365em) {
  .form-info-container {
    padding-top: 0px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .main-wrapper {
    padding: 0 64px;
  }
}
.form-info-container h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.065em;
  text-transform: capitalize;
  color: #4e4e4e;
  padding-bottom: 33px;
}
@media (min-width: 62.375em) {
  .form-info-container h2 {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 45px;
  }
}
.form-info-container h2 b {
  font-weight: 800;
}
.form-info-container h2 a {
  color: #4e4e4e;
}
.form-info-container .form-info {
  padding-bottom: 0px;
}
@media (min-width: 62.375em) {
  .form-info-container .form-info {
    display: flex;
    padding-bottom: 50px;
  }
}
.form-info-container .form-info .form-container {
  width: 100%;
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .form-container {
    width: 40%;
    padding-right: 30px;
  }
}
@media (min-width: 112.5em) {
  .form-info-container .form-info .form-container {
    width: 47%;
    padding-right: 81px;
  }
}
@media (min-width: 48em) and (max-width: 62.365em) {
  .form-info-container .form-info .form-container form {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
    justify-content: space-between;
  }
}
.form-info-container .form-info .form-container .label-text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.065em;
  color: #4e4e4e;
  padding-left: 5px;
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .form-container .label-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .form-container .label-text {
    font-size: 26px;
    line-height: 33px;
  }
}
.form-info-container .form-info .form-container .label-text small {
  color: #b9d8ee;
}
.form-info-container .form-info .form-container .field {
  width: 100%;
  max-width: 690px;
  padding: 5px 11px;
  border: 1px solid #006ab6;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  margin: 3px 20px 16px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.065em;
  color: #c4c4c4;
}
@media (min-width: 48em) and (max-width: 62.365em) {
  .form-info-container .form-info .form-container .field {
    width: 350px;
    margin: 3px 0px 16px 0;
    display: block;
  }
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .form-container .field {
    font-size: 20px;
    margin: 3px 0px 16px 0;
    padding: 7px 15px;
    border: 2px solid #006ab6;
  }
}
@media (min-width: 112.5em) {
  .form-info-container .form-info .form-container .field {
    font-size: 26px;
    margin: 0px 20px 16px 0;
    padding: 5px 20px;
    border: 3px solid #006ab6;
  }
}
.form-info-container .form-info .form-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 50px;
  position: relative;
  background: 95% center no-repeat url(/wp-content/themes/allegra-cruises/img/dd-small.png);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .form-container select {
    background: 95% center no-repeat url(/wp-content/themes/allegra-cruises/img/dd.png);
  }
}
.form-info-container .form-info .form-container .btn {
  background-color: #006ab6;
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.155em;
  padding: 12px 20px;
  border-radius: 3px;
  border: none;
  width: 30%;
  min-width: 100px;
  max-width: 272px;
  margin-left: 33%;
  margin-top: 4px;
}
@media (min-width: 48em) {
  .form-info-container .form-info .form-container .btn {
    margin-left: 0;
  }
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .form-container .btn {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 0px;
    min-width: 150px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .form-container .btn {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0 0px;
    padding: 20px 20px 18px;
    border-radius: 5px;
    min-width: 170px;
  }
}
.form-info-container .form-info .info-container {
  width: 100%;
  background-color: #fafafa;
  padding: 20px 0 15% 0px;
}
@media (min-width: 48em) {
  .form-info-container .form-info .info-container {
    padding: 25px 10px 30px 10px;
  }
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .info-container {
    width: 60%;
    padding: 30px 30px 45px 30px;
  }
}
@media (min-width: 112.5em) {
  .form-info-container .form-info .info-container {
    width: 53%;
    padding: 30px 50px 45px 50px;
  }
}
.form-info-container .form-info .info-container .two-locations {
  display: flex;
  color: #006ab6;
  padding-top: 20px;
  word-wrap: break-word;
  flex-wrap: wrap;
}
.form-info-container .form-info .info-container .two-locations > * {
  width: 100%;
  flex: 0 0 auto;
}
.form-info-container .form-info .info-container .two-locations > *:first-child {
  margin-bottom: 20px;
}
@media (min-width: 36.25em) {
  .form-info-container .form-info .info-container .two-locations > *:first-child {
    border-bottom: none;
    border-right: 1px solid #c4c4c4;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 36.25em) {
  .form-info-container .form-info .info-container .two-locations > *:last-child {
    padding-left: 30px;
  }
}
@media (min-width: 36.25em) {
  .form-info-container .form-info .info-container .two-locations > * {
    width: 50%;
  }
}
.form-info-container .form-info .info-container .two-locations h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 159%;
  letter-spacing: 0.065em;
  text-transform: capitalize;
  color: #006ab6;
  padding: 0 0 12px 0;
}
@media (min-width: 48em) {
  .form-info-container .form-info .info-container .two-locations h4 {
    font-size: 20px;
  }
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .info-container .two-locations h4 {
    font-size: 24px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .info-container .two-locations h4 {
    font-size: 27px;
    padding: 0 0 20px 0;
  }
}
.form-info-container .form-info .info-container .two-locations p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 155.19%;
  letter-spacing: 0.03em;
  color: #006ab6;
  padding-bottom: 12px;
}
@media (min-width: 48em) {
  .form-info-container .form-info .info-container .two-locations p {
    font-size: 20px;
  }
}
@media (min-width: 112.5em) {
  .form-info-container .form-info .info-container .two-locations p {
    font-size: 23px;
    padding-bottom: 16px;
  }
}
.form-info-container .form-info .info-container .two-locations a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 132.19%;
  letter-spacing: 0.07em;
  color: #4e4e4e;
}
@media (min-width: 48em) {
  .form-info-container .form-info .info-container .two-locations a {
    font-size: 20px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .info-container .two-locations a {
    font-size: 25px;
  }
}
.form-info-container .form-info .info-container .two-locations .email {
  font-weight: 300px;
  margin: 10px 0 20px;
  font-size: 16px;
}
@media (min-width: 48em) {
  .form-info-container .form-info .info-container .two-locations .email {
    margin: 10px 0 20px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .info-container .two-locations .email {
    margin: 12px 0 20px;
    font-size: 20px;
  }
}
.form-info-container .form-info .info-container .working-time {
  display: flex;
  padding-top: 20px;
  word-wrap: break-word;
  flex-wrap: wrap;
  align-items: center;
}
.form-info-container .form-info .info-container .working-time > * {
  width: 100%;
  flex: 0 0 auto;
}
.form-info-container .form-info .info-container .working-time > *:first-child {
  margin-bottom: 30px;
}
@media (min-width: 36.25em) {
  .form-info-container .form-info .info-container .working-time > *:first-child {
    padding-right: 30px;
  }
}
@media (min-width: 36.25em) {
  .form-info-container .form-info .info-container .working-time > *:last-child {
    padding-left: 30px;
  }
}
@media (min-width: 36.25em) {
  .form-info-container .form-info .info-container .working-time > * {
    width: 50%;
  }
}
.form-info-container .form-info .info-container .working-time .working-time-title {
  display: flex;
  align-items: center;
  padding: 0px 0 10px;
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .info-container .working-time .working-time-title {
    padding: 0 0 20px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .info-container .working-time .working-time-title {
    padding: 27px 0;
  }
}
.form-info-container .form-info .info-container .working-time i {
  font-style: normal;
  font-weight: 400;
}
.form-info-container .form-info .info-container .working-time img {
  margin-right: 15px;
  max-width: 30px;
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .info-container .working-time img {
    max-width: 50px;
    display: block;
  }
}
.form-info-container .form-info .info-container .working-time h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 163.69%;
  letter-spacing: 0.065em;
  text-transform: capitalize;
  color: #006ab6;
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .info-container .working-time h3 {
    font-size: 24px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .info-container .working-time h3 {
    font-size: 27px;
  }
}
.form-info-container .form-info .info-container .working-time p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 163.69%;
  letter-spacing: 0.065em;
  color: #4e4e4e;
}
@media (min-width: 48em) {
  .form-info-container .form-info .info-container .working-time p {
    font-size: 20px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .info-container .working-time p {
    font-size: 25px;
  }
}
.form-info-container .form-info .info-container .working-time p u {
  font-weight: 500;
}
.form-info-container .form-info .info-container .working-time p b {
  font-weight: 800;
}
.form-info-container .form-info .info-container .working-time .social-icons-container {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #4e4e4e;
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .info-container .working-time .social-icons-container {
    font-size: 25px;
    line-height: 29px;
  }
}
.form-info-container .form-info .info-container .working-time .social-icons-container .social-icon {
  display: flex;
  padding-top: 15px;
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .info-container .working-time .social-icons-container .social-icon {
    justify-content: left;
    padding-top: 20px;
  }
}
@media (min-width: 77.5em) {
  .form-info-container .form-info .info-container .working-time .social-icons-container .social-icon {
    padding-top: 36px;
  }
}
.form-info-container .form-info .info-container .working-time .social-icons-container .social-icon a {
  color: #006ab6;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 26px;
}
.form-info-container .form-info .info-container .working-time .social-icons-container .social-icon a i {
  font-weight: 400;
}
@media (min-width: 62.375em) {
  .form-info-container .form-info .info-container .working-time .social-icons-container .social-icon a {
    font-size: 30px;
    padding: 0 30px 0 0;
  }
}
@media (min-width: 112.5em) {
  .form-info-container .form-info .info-container .working-time .social-icons-container .social-icon a {
    font-size: 36px;
    padding: 0 36px 0 0;
  }
}

.maps {
  background: url(/wp-content/themes/allegra-cruises/img/group/sand.png);
  padding: 35px 0 100px 0;
}
.maps h4 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 16px;
  padding-bottom: 14px;
}
@media (min-width: 62.375em) {
  .maps h4 {
    font-size: 36px;
    padding-bottom: 30px;
  }
}
.maps .main-wrapper {
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .maps .main-wrapper {
    padding: 0 64px;
    justify-content: space-between;
    display: flex;
  }
}
.maps .main-wrapper .map-box {
  width: 100%;
}
@media (min-width: 48em) {
  .maps .main-wrapper .map-box {
    width: 48%;
  }
}
.maps .main-wrapper .map-box .map {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 15px;
}
@media (min-width: 62.375em) {
  .maps .main-wrapper .map-box .map {
    padding-bottom: 25px;
  }
}
.maps .main-wrapper .map-box .map iframe {
  width: 100%;
  height: 250px;
}
@media (min-width: 62.375em) {
  .maps .main-wrapper .map-box .map iframe {
    height: 380px;
  }
}
@media (min-width: 77.5em) {
  .maps .main-wrapper .map-box .map iframe {
    height: 480px;
  }
}
.maps .main-wrapper .map-box h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 163.69%;
  text-align: center;
  letter-spacing: 0.065em;
  color: #006ab6;
  padding: 0 0 20px;
}
@media (min-width: 62.375em) {
  .maps .main-wrapper .map-box h4 {
    font-size: 27px;
    padding-top: 20px;
  }
}

.wallpaper-avio {
  position: relative;
  height: 273px;
}
@media (min-width: 62.375em) {
  .wallpaper-avio {
    height: 380px;
  }
}
.wallpaper-avio .main-wrapper {
  text-align: center;
}
.wallpaper-avio .main-wrapper h1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  color: white;
  padding-top: 94px;
  padding-bottom: 28px;
  margin: 0;
}
@media (min-width: 62.375em) {
  .wallpaper-avio .main-wrapper h1 {
    line-height: 76px;
    padding-top: 140px;
    font-size: 65px;
  }
}
.wallpaper-avio .main-wrapper h1 b {
  font-weight: 900;
}
.wallpaper-avio .main-wrapper p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 153.5%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media (min-width: 62.375em) {
  .wallpaper-avio .main-wrapper p {
    font-size: 30px;
  }
}

.wallpaper-avio::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  bottom: -85px;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  position: absolute;
  padding-bottom: 130px;
}
@media (min-width: 62.375em) {
  .wallpaper-avio::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
    top: 208px;
  }
}

div.small-nav.small-nav-avio {
  background: url(/img/group/sand.png);
  position: relative;
  top: auto;
  width: auto;
}
div.small-nav.small-nav-avio .main-wrapper {
  padding-bottom: 0px;
  padding-top: 20px;
}
@media (min-width: 62.375em) {
  div.small-nav.small-nav-avio .main-wrapper {
    padding-top: 60px;
  }
}
div.small-nav.small-nav-avio .main-wrapper .text p {
  color: #4e4e4e;
}
div.small-nav.small-nav-avio .main-wrapper .text p i {
  color: #4e4e4e;
}
@media (min-width: 48em) {
  div.small-nav.small-nav-avio {
    display: block;
  }
}

.avio-text {
  background: center url(/wp-content/themes/allegra-cruises/img/group/sand.png);
  padding-top: 20px;
}
@media (min-width: 77.5em) {
  .avio-text .main-wrapper {
    padding: 70px 64px;
  }
}
.avio-text .avio-box {
  padding: 20px 0 10px;
}
@media (min-width: 62.375em) {
  .avio-text .avio-box {
    padding: 0 0 70px;
  }
}
.avio-text .avio-box h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.065em;
  color: #4e4e4e;
  padding-bottom: 10px;
}
@media (min-width: 62.375em) {
  .avio-text .avio-box h3 {
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 20px;
  }
}
.avio-text .avio-box h3 b {
  color: #ed0677;
}
.avio-text .avio-box p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #4e4e4e;
  padding-bottom: 10px;
}
@media (min-width: 62.375em) {
  .avio-text .avio-box p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
  }
}
.avio-text .avio-box .btn {
  background-color: #ed0677;
  border-radius: 5px;
  color: white;
  padding: 10px 0;
  width: 120px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 62.375em) {
  .avio-text .avio-box .btn {
    padding: 15px 0;
    font-size: 20px;
    width: 236px;
  }
}

.wallpaper-broshure {
  position: relative;
  overflow: hidden;
  height: 150px;
}
@media (min-width: 62.375em) {
  .wallpaper-broshure {
    height: 300px;
  }
}
.wallpaper-broshure .main-wrapper {
  text-align: center;
}
.wallpaper-broshure .main-wrapper h1 {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  color: white;
  padding-top: 50px;
  padding-bottom: 10px;
  margin: 0;
}
@media (min-width: 62.375em) {
  .wallpaper-broshure .main-wrapper h1 {
    line-height: 65px;
    padding-top: 100px;
    font-size: 55px;
    padding-bottom: 20px;
  }
}
.wallpaper-broshure .main-wrapper h1 b {
  font-weight: 900;
}
.wallpaper-broshure .main-wrapper p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 153.5%;
  letter-spacing: 0.065em;
  color: #ffffff;
}
@media (min-width: 62.375em) {
  .wallpaper-broshure .main-wrapper p {
    font-size: 35px;
  }
}

.wallpaper-broshure::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  bottom: -40px;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  position: absolute;
}
@media (min-width: 62.375em) {
  .wallpaper-broshure::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
    top: 128px;
    padding-bottom: 130px;
  }
}

div.small-nav.small-nav-broshure {
  background: url(/wp-content/themes/allegra-cruises/img/group/sand.png);
  position: relative;
  top: auto;
  width: auto;
}
div.small-nav.small-nav-broshure .main-wrapper {
  padding-bottom: 0px;
  padding-top: 20px;
}
@media (min-width: 62.375em) {
  div.small-nav.small-nav-broshure .main-wrapper {
    padding-top: 60px;
  }
}
div.small-nav.small-nav-broshure .main-wrapper .text p {
  color: #4e4e4e;
}
div.small-nav.small-nav-broshure .main-wrapper .text p i {
  color: #4e4e4e;
}
@media (min-width: 48em) {
  div.small-nav.small-nav-broshure {
    display: block;
  }
}

.broshure-widget {
  background: url(/wp-content/themes/allegra-cruises/img/group/sand.png);
  padding: 30px 0;
}
@media (min-width: 62.375em) {
  .broshure-widget {
    padding: 80px 0;
  }
}
@media (min-width: 62.375em) {
  .broshure-widget .main-wrapper {
    padding: 0 64px;
  }
}
@media (min-width: 62.375em) {
  .broshure-widget .broshure-widget-container {
    display: flex;
    justify-content: space-between;
  }
}
.broshure-widget .broshure-widget-container .broshure {
  cursor: pointer;
}
@media (min-width: 29.375em) {
  .broshure-widget .broshure-widget-container .broshure {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 77.5em) {
  .broshure-widget .broshure-widget-container .broshure {
    width: 68%;
  }
}
@media (min-width: 29.375em) {
  .broshure-widget .broshure-widget-container .broshure .header-list {
    width: 45%;
  }
}
@media (min-width: 77.5em) {
  .broshure-widget .broshure-widget-container .broshure .header-list {
    width: 40%;
  }
}
.broshure-widget .broshure-widget-container .broshure .header-list ul {
  list-style: none;
  border: 0.5px solid #c4c4c4;
  padding: 0;
  border-radius: 5px;
}
.broshure-widget .broshure-widget-container .broshure .header-list ul li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 105.69%;
  letter-spacing: 0.065em;
  color: #4e4e4e;
  background: left center/40px no-repeat url(/wp-content/themes/allegra-cruises/img/broshurebook.svg);
  padding: 12px 20px 8px 46px;
  border: 0.5px solid #c4c4c4;
}
@media (min-width: 62.375em) {
  .broshure-widget .broshure-widget-container .broshure .header-list ul li {
    font-size: 23px;
    background: left 0/70px no-repeat url(/wp-content/themes/allegra-cruises/img/broshurebook.svg);
    padding: 20px 20px 13px 80px;
  }
}
.broshure-widget .broshure-widget-container .broshure .header-list ul .blue {
  color: #006ab6;
  background: 15px center/12 px no-repeat url(/wp-content/themes/allegra-cruises/img/broshurebook_blue.svg);
}
@media (min-width: 62.375em) {
  .broshure-widget .broshure-widget-container .broshure .header-list ul .blue {
    background: 23px center/20px no-repeat url(/wp-content/themes/allegra-cruises/img/broshurebook_blue.svg);
  }
}
.broshure-widget .broshure-widget-container .broshure .pdf-lists {
  padding: 0 0px;
  text-align: center;
}
@media (min-width: 29.375em) {
  .broshure-widget .broshure-widget-container .broshure .pdf-lists {
    padding: 0 0 0 10px;
    width: 55%;
  }
}
@media (min-width: 77.5em) {
  .broshure-widget .broshure-widget-container .broshure .pdf-lists {
    width: 60%;
    padding: 0 20px;
    text-align: left;
  }
}
.broshure-widget .broshure-widget-container .broshure .pdf-lists h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.065em;
  color: #006ab6;
  padding: 26px 0 14px 0px;
}
@media (min-width: 29.375em) {
  .broshure-widget .broshure-widget-container .broshure .pdf-lists h3 {
    padding: 0px 0 14px 0px;
  }
}
@media (min-width: 62.375em) {
  .broshure-widget .broshure-widget-container .broshure .pdf-lists h3 {
    font-size: 31px;
    line-height: 36px;
    padding: 14px 0 26px 35px;
  }
}
.broshure-widget .broshure-widget-container .broshure .pdf-lists ul {
  list-style: none;
  padding: 0 0 20px 0;
}
@media (min-width: 62.375em) {
  .broshure-widget .broshure-widget-container .broshure .pdf-lists ul {
    padding: 0 0 40px 0;
  }
}
.broshure-widget .broshure-widget-container .broshure .pdf-lists ul li {
  padding: 8px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  margin: auto;
}
@media (min-width: 62.375em) {
  .broshure-widget .broshure-widget-container .broshure .pdf-lists ul li {
    padding: 8px 0 8px 35px;
    width: auto;
    max-width: 900px;
  }
}
.broshure-widget .broshure-widget-container .broshure .pdf-lists ul li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 129.19%;
  letter-spacing: 0.065em;
  color: #006ab6;
}
@media (min-width: 62.375em) {
  .broshure-widget .broshure-widget-container .broshure .pdf-lists ul li a {
    font-size: 22px;
  }
}
.broshure-widget .broshure-widget-container .broshure .pdf-lists ul li:hover {
  background: left no-repeat url(/wp-content/themes/allegra-cruises/img/left-pfile.png), right no-repeat url(/wp-content/themes/allegra-cruises/img/right-pfile.png);
}
@media (min-width: 62.375em) {
  .broshure-widget .broshure-widget-container .broshure .pdf-lists ul li:hover {
    background: left no-repeat url(/wp-content/themes/allegra-cruises/img/pfile_blue.png);
  }
}
.broshure-widget .broshure-widget-container .broshure .pdf-lists ul li:hover a {
  text-decoration: underline;
}
.broshure-widget .broshure-widget-container .widgets {
  width: 30%;
  max-width: 425px;
  position: relative;
  border-radius: 5px;
}
.broshure-widget .broshure-widget-container .widgets .widget {
  position: relative;
  max-width: 425px;
  height: 280px;
  overflow: hidden;
  margin-bottom: 30px;
}
.broshure-widget .broshure-widget-container .widgets .widget img {
  object-position: 50% 50%;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 425px;
  height: 280px;
}
.broshure-widget .broshure-widget-container .widgets .widget .blur {
  background: rgba(3, 0, 26, 0.301);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 4px;
}
.broshure-widget .broshure-widget-container .widgets .widget .promo-text {
  color: white;
  position: absolute;
  top: 30%;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.075em;
  padding: 0 5px;
  width: 100%;
}
.broshure-widget .broshure-widget-container .widgets .widget .promo-text p {
  padding: 0 5px;
}
.broshure-widget .broshure-widget-container .widgets .widget .promo-text .btn {
  background-color: #f26722;
  padding: 15px 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  width: 40%;
  border-radius: 5px;
  margin: 15px auto;
  color: white;
}
.broshure-widget .broshure-widget-container .widgets .widget .promo-text .btn:hover {
  opacity: 1;
  background-color: #f17232;
}
.broshure-widget .broshure-widget-container .hide-mobile {
  display: none;
}
@media (min-width: 77.5em) {
  .broshure-widget .broshure-widget-container .hide-mobile {
    display: block;
  }
}

.one-pdf-list {
  display: none;
}

.wallpaper-faq {
  position: relative;
  overflow: hidden;
  height: 150px;
}
@media (min-width: 62.375em) {
  .wallpaper-faq {
    height: 300px;
  }
}
.wallpaper-faq .main-wrapper {
  text-align: center;
}
.wallpaper-faq .main-wrapper h1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  color: white;
  padding-top: 50px;
  padding-bottom: 10px;
  margin: 0;
}
@media (min-width: 62.375em) {
  .wallpaper-faq .main-wrapper h1 {
    line-height: 65px;
    padding-top: 100px;
    font-size: 55px;
    padding-bottom: 20px;
  }
}
.wallpaper-faq .main-wrapper h1 b {
  font-weight: 900;
}
.wallpaper-faq .main-wrapper p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 153.5%;
  letter-spacing: 0.065em;
  color: #ffffff;
}
@media (min-width: 62.375em) {
  .wallpaper-faq .main-wrapper p {
    font-size: 35px;
  }
}

.wallpaper-faq::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  bottom: -40px;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  position: absolute;
}
@media (min-width: 62.375em) {
  .wallpaper-faq::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
    top: 128px;
    padding-bottom: 130px;
  }
}

.small-nav-faq {
  background: url(/wp-content/themes/allegra-cruises/img/group/sand.png);
  display: none;
}
@media (min-width: 48em) {
  .small-nav-faq {
    display: block;
  }
}

.faq {
  background: url(/wp-content/themes/allegra-cruises/img/group/sand.png);
  margin: 50px 0 25px;
}
@media (min-width: 62.375em) {
  .faq {
    margin: 22px 0;
  }
}
@media (min-width: 62.375em) {
  .faq .main-wrapper {
    padding: 0 64px;
  }
}
.faq .faq-container {
  background: linear-gradient(0deg, rgba(0, 106, 182, 0.007) 0%, rgba(238, 238, 238, 0.13) 100%);
}
@media (min-width: 62.375em) {
  .faq .faq-container {
    margin: 22px 0;
  }
}
.faq .faq-container ul li {
  border-bottom: 1px solid #dddcdc;
}
.faq .faq-container .faq-lines {
  padding: 0;
  list-style: none;
}
.faq .faq-container .faq-lines .title-faq {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 108.19%;
  letter-spacing: 0.065em;
  font-variant: small-caps;
  color: #000000;
  display: flex;
  justify-content: space-between;
  padding: 9px 24px 11px 15px;
}
@media (min-width: 29.375em) {
  .faq .faq-container .faq-lines .title-faq {
    font-size: 13px;
  }
}
@media (min-width: 48em) {
  .faq .faq-container .faq-lines .title-faq {
    font-size: 22px;
    padding: 9px 24px 11px 15px;
  }
}
@media (min-width: 77.5em) {
  .faq .faq-container .faq-lines .title-faq {
    font-size: 30px;
    padding: 25px 49px;
  }
}
.faq .faq-container .faq-lines .blue {
  color: #006ab6;
}
.faq .faq-container .faq-lines .dd-faq {
  display: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 137.69%;
  letter-spacing: 0.015em;
  color: #4e4e4e;
  padding: 13px 20px 19px 15px;
  background-color: white;
  border-top: 1px solid #006ab6;
}
@media (min-width: 29.375em) {
  .faq .faq-container .faq-lines .dd-faq {
    font-size: 14px;
  }
}
@media (min-width: 48em) {
  .faq .faq-container .faq-lines .dd-faq {
    font-size: 18px;
    padding: 13px 20px 19px 15px;
  }
}
@media (min-width: 77.5em) {
  .faq .faq-container .faq-lines .dd-faq {
    font-size: 26px;
    padding: 40px 49px;
    border-top: 2px solid #006ab6;
  }
}
.faq .faq-container .faq-lines .arr-down {
  color: #4e4e4e;
}
.faq .faq-container .faq-lines .arr-up {
  color: #006ab6;
  display: none;
}

.wallpaper-anketa {
  position: relative;
  height: 150px;
}
@media (min-width: 62.375em) {
  .wallpaper-anketa {
    height: 300px;
  }
}
.wallpaper-anketa .main-wrapper {
  text-align: center;
}
.wallpaper-anketa .main-wrapper h1 {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  letter-spacing: 0.075em;
  color: white;
  padding-top: 50px;
  padding-bottom: 10px;
  margin: 0;
}
@media (min-width: 62.375em) {
  .wallpaper-anketa .main-wrapper h1 {
    line-height: 65px;
    padding-top: 100px;
    font-size: 55px;
    padding-bottom: 20px;
  }
}
.wallpaper-anketa .main-wrapper h1 b {
  font-weight: 900;
}
.wallpaper-anketa .main-wrapper p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 153.5%;
  letter-spacing: 0.065em;
  color: #ffffff;
}
@media (min-width: 62.375em) {
  .wallpaper-anketa .main-wrapper p {
    font-size: 35px;
  }
}

.wallpaper-anketa::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 126px;
  left: 0;
  bottom: -40px;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises//img/group/ocean-top.png);
  position: absolute;
}
@media (min-width: 62.375em) {
  .wallpaper-anketa::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises//img/group/ocean-top.png);
    top: 128px;
    padding-bottom: 130px;
  }
}

div.small-nav.small-nav-anketa {
  background: url(/wp-content/themes/allegra-cruises//img/group/sand.png);
  position: relative;
  top: auto;
  width: auto;
}
div.small-nav.small-nav-anketa .main-wrapper {
  padding-bottom: 0px;
  padding-top: 20px;
}
@media (min-width: 62.375em) {
  div.small-nav.small-nav-anketa .main-wrapper {
    padding-top: 60px;
  }
}
div.small-nav.small-nav-anketa .main-wrapper .text p {
  color: #4e4e4e;
}
div.small-nav.small-nav-anketa .main-wrapper .text p i {
  color: #4e4e4e;
}
@media (min-width: 48em) {
  div.small-nav.small-nav-anketa {
    display: block;
  }
}

.anket-container {
  background: center url(/wp-content/themes/allegra-cruises/img/group/sand.png);
}
.anket-container .anket {
  padding: 50px 0;
  width: 95%;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 62.375em) {
  .anket-container .anket {
    width: 40%;
  }
}

.GTC {
  padding-top: 0px;
}
@media (min-width: 48em) {
  .GTC {
    padding-top: 20px;
  }
}
.GTC .main-wrapper {
  padding: 0;
}
@media (min-width: 62.375em) {
  .GTC .main-wrapper {
    padding: 0 64px;
  }
}
.GTC .main-wrapper .pre-GTC {
  padding: 0 15px 20px;
}
@media (min-width: 62.375em) {
  .GTC .main-wrapper .pre-GTC {
    padding: 0 0 50px 0;
  }
}
.GTC .main-wrapper .pre-GTC h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.065em;
  color: #4e4e4e;
  padding: 10px 0 20px;
}
@media (min-width: 48em) {
  .GTC .main-wrapper .pre-GTC h2 {
    padding: 30px 0 20px;
  }
}
@media (min-width: 62.375em) {
  .GTC .main-wrapper .pre-GTC h2 {
    font-size: 32px;
    line-height: 37px;
    padding: 10px 0 40px;
  }
}
.GTC .main-wrapper .pre-GTC p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #4e4e4e;
}
@media (min-width: 62.375em) {
  .GTC .main-wrapper .pre-GTC p {
    font-size: 20px;
    line-height: 23px;
  }
}
.GTC .rules-lines {
  list-style: none;
  padding: 0 0 100px;
}
.GTC .rules-lines li {
  border-bottom: 1px solid #ebebeb;
}
.GTC .rules-lines li .title-rule {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 10px;
}
@media (min-width: 77.5em) {
  .GTC .rules-lines li .title-rule {
    padding: 18px 49px;
  }
}
.GTC .rules-lines li .title-rule h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.07em;
  color: #4e4e4e;
  font-variant-caps: small-caps;
}
@media (min-width: 62.375em) {
  .GTC .rules-lines li .title-rule h4 {
    font-size: 32px;
    line-height: 37px;
  }
}
.GTC .rules-lines li .title-rule h4 b {
  font-variant-caps: small-caps;
  font-weight: 800;
  padding-right: 10px;
}
@media (min-width: 62.375em) {
  .GTC .rules-lines li .title-rule h4 b {
    font-size: 24px;
    line-height: 37px;
  }
}
.GTC .rules-lines li .title-rule .blue {
  color: #006ab6;
}
.GTC .rules-lines li .title-rule i {
  color: #7c7c7c;
}
@media (min-width: 62.375em) {
  .GTC .rules-lines li .title-rule i {
    font-size: 30px;
    color: #4e4e4e;
  }
}
.GTC .rules-lines li .title-rule .arr-up {
  display: none;
  color: #006ab6;
}
.GTC .rules-lines li .dd-rule {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 142.69%;
  letter-spacing: 0.02em;
  color: #4e4e4e;
  display: none;
  border-top: 1px solid #006ab6;
  padding: 10px 15px;
}
@media (min-width: 62.375em) {
  .GTC .rules-lines li .dd-rule {
    border-top: 2px solid #006ab6;
    font-size: 22px;
  }
}
@media (min-width: 77.5em) {
  .GTC .rules-lines li .dd-rule {
    padding: 30px 49px;
  }
}
.GTC .rules-lines li .arr-up {
  display: none;
  color: #006ab6;
}

#choose-country {
  width: 170px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.065em;
  color: #4e4e4e;
  padding-top: 20px;
}
@media (min-width: 48em) {
  #choose-country {
    font-size: 32px;
    line-height: 37px;
    width: 263px;
    padding-top: 0px;
  }
}
#choose-country input {
  border-radius: 50%;
  border: 3px solid #4e4e4e;
  width: 18px;
  height: 18px;
}
@media (min-width: 48em) {
  #choose-country input {
    width: 26px;
    height: 26px;
  }
}
#choose-country #srb {
  margin-left: 15px;
}
@media (min-width: 48em) {
  #choose-country #srb {
    margin-left: 50px;
  }
}

.impressum {
  padding-top: 80px;
  background: center url(/wp-content/themes/allegra-cruises/img/group/sand.png);
}
.impressum .main-wrapper {
  padding: 0 15px;
}
@media (min-width: 77.5em) {
  .impressum .main-wrapper {
    padding: 0 64px;
  }
}
.impressum .impressum-box {
  width: 100%;
}
@media (min-width: 48em) {
  .impressum .impressum-box {
    display: flex;
  }
}
@media (min-width: 48em) {
  .impressum .impressum-box .box {
    width: 50%;
  }
}
.impressum .impressum-box .box h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 135.69%;
  letter-spacing: 0.065em;
  color: #ed0677;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .impressum .impressum-box .box h3 {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
@media (min-width: 62.375em) {
  .impressum .impressum-box .box h3 {
    font-size: 22px;
    padding-bottom: 44px;
  }
}
.impressum .impressum-box .box p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #4e4e4e;
  padding-bottom: 0px;
}
@media (min-width: 48em) {
  .impressum .impressum-box .box p {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
@media (min-width: 62.375em) {
  .impressum .impressum-box .box p {
    font-size: 22px;
    padding-bottom: 20px;
  }
}
.impressum .impressum-box .box b {
  padding-right: 10px;
}
.impressum .impressum-box .box a {
  color: #4e4e4e;
}
.impressum .impressum-box .box-cg {
  padding: 0;
}
@media (min-width: 48em) {
  .impressum .impressum-box .box-cg {
    border-right: 1px solid rgba(196, 196, 196, 0.8);
    padding-right: 20px;
  }
}
@media (min-width: 62.375em) {
  .impressum .impressum-box .box-cg {
    padding-right: 40px;
  }
}
@media (min-width: 112.5em) {
  .impressum .impressum-box .box-cg {
    padding-right: 80px;
  }
}
.impressum .impressum-box .box-srb {
  padding: 0;
  padding-top: 50px;
}
@media (min-width: 48em) {
  .impressum .impressum-box .box-srb {
    padding-left: 20px;
    padding-top: 0;
  }
}
@media (min-width: 62.375em) {
  .impressum .impressum-box .box-srb {
    padding-left: 40px;
  }
}
@media (min-width: 112.5em) {
  .impressum .impressum-box .box-srb {
    padding-left: 80px;
  }
}
.impressum .id-card {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 144.69%;
  text-align: center;
  letter-spacing: 0.075em;
  color: #4e4e4e;
  padding: 20px 0;
}
@media (min-width: 48em) {
  .impressum .id-card {
    font-size: 22px;
    padding: 65px 0;
  }
}
.impressum .id-card .btn {
  color: white;
  border-radius: 5px;
  margin: auto;
  margin-top: 20px;
  background-color: #ed0677;
  font-size: 14px;
  width: 110px;
  padding: 8px 0;
}
@media (min-width: 48em) {
  .impressum .id-card .btn {
    width: 192px;
    padding: 15px 0;
    margin-top: 30px;
    font-size: 20px;
  }
}

.search-title {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 36px;
  text-align: center;
  margin: 0;
  padding: 30px 0 50px;
  background: center url(/wp-content/themes/allegra-cruises/img/group/sand.png);
}

@media (min-width: 77.5em) {
  .tag-search-result {
    padding-top: 50px;
  }
}

.loop-card {
  background: center url(/wp-content/themes/allegra-cruises/img/group/sand.png);
}
.loop-card .loop-card-article {
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 48em) {
  .loop-card .loop-card-article {
    padding: 0px;
  }
}
.loop-card .loop-card-article .pre-img-container {
  width: 100%;
}
.loop-card .loop-card-article .img-container {
  display: block;
  max-height: 400px;
  height: 100%;
}
.loop-card .loop-card-article .img-container img {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}
.loop-card .loop-card-article .s-text {
  width: 100%;
  padding: 8px 0px 20px 10px;
}
@media (min-width: 48em) {
  .loop-card .loop-card-article .s-text {
    padding: 10px 25px 20px 25px;
  }
}
@media (min-width: 62.375em) {
  .loop-card .loop-card-article .s-text {
    padding: 20px 25px 20px 25px;
  }
}
.loop-card .loop-card-article .s-text h2 {
  line-height: 80%;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .loop-card .loop-card-article .s-text h2 {
    line-height: 130%;
  }
}
.loop-card .loop-card-article .s-text h2 a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4e4e4e;
}
@media (min-width: 48em) {
  .loop-card .loop-card-article .s-text h2 a {
    font-size: 22px;
  }
}
@media (min-width: 62.375em) {
  .loop-card .loop-card-article .s-text h2 a {
    font-size: 24px;
  }
}
@media (min-width: 77.5em) {
  .loop-card .loop-card-article .s-text h2 a {
    font-size: 28px;
  }
}
.loop-card .loop-card-article .s-text p {
  font-size: 14px;
}
@media (min-width: 48em) {
  .loop-card .loop-card-article .s-text p {
    font-size: 16px;
  }
}
@media (min-width: 62.375em) {
  .loop-card .loop-card-article .s-text p {
    font-size: 18px;
  }
}

.pp {
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 153.4%;
  margin-bottom: 30px;
}
@media (min-width: 62.375em) {
  .pp .main-wrapper {
    padding: 0px 64px;
  }
}
@media (min-width: 62.375em) {
  .pp {
    font-size: 22px;
  }
}
.pp h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 62.375em) {
  .pp h1 {
    font-size: 35px;
    line-height: 41px;
  }
}
.pp h2 {
  font-weight: 400;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.065em;
  padding-bottom: 10px;
}
@media (min-width: 62.375em) {
  .pp h2 {
    font-size: 30px;
  }
}
.pp h4 {
  font-size: 16px;
  padding: 0 0 8px 0;
}
@media (min-width: 62.375em) {
  .pp h4 {
    font-size: 27px;
    padding: 20px 0;
  }
}
.pp .gray-line {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  margin: 20px 0;
}
.pp h5 {
  font-size: 14px;
  padding: 15px 0 5px;
}
@media (min-width: 62.375em) {
  .pp h5 {
    font-size: 22px;
    padding: 20px 0 10px;
  }
}

.pp-blue-gray {
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 153.4%;
  background: #fafafa;
  border-radius: 5px;
  margin: 0;
  padding-bottom: 20px;
}
@media (min-width: 62.375em) {
  .pp-blue-gray {
    font-size: 22px;
    margin: 0 30px 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 62.375em) {
  .pp-blue-gray .main-wrapper {
    padding: 0px 64px;
  }
}
.pp-blue-gray h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 62.375em) {
  .pp-blue-gray h1 {
    font-size: 35px;
    line-height: 41px;
  }
}
.pp-blue-gray h2 {
  font-weight: 400;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.065em;
  padding-bottom: 10px;
}
@media (min-width: 62.375em) {
  .pp-blue-gray h2 {
    font-size: 30px;
  }
}
.pp-blue-gray h4 {
  color: #006ab6;
  font-size: 16px;
  padding: 10px 0 10px;
}
@media (min-width: 62.375em) {
  .pp-blue-gray h4 {
    font-size: 27px;
    padding: 40px 0 10px;
  }
}
.pp-blue-gray h4 .fa-sticky-note {
  transform: rotate(-90deg);
}
.pp-blue-gray .gray-line {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  margin: 20px 0;
}
.pp-blue-gray h5 {
  font-size: 14px;
  padding: 15px 0 5px;
}
@media (min-width: 62.375em) {
  .pp-blue-gray h5 {
    font-size: 22px;
    padding: 20px 0 10px;
  }
}

.pp-cookie {
  margin-top: 10px;
}
@media (min-width: 62.375em) {
  .pp-cookie {
    margin-top: 50px;
  }
}
.pp-cookie h3 {
  color: #006ab6;
  font-size: 20px;
  line-height: 132.9%;
  text-align: center;
}
@media (min-width: 62.375em) {
  .pp-cookie h3 {
    font-size: 35px;
  }
}
.pp-cookie .line-blue {
  width: 100%;
  border-top: 1px solid #006ab6;
  margin: 10px 0;
}
@media (min-width: 62.375em) {
  .pp-cookie .line-blue {
    margin: 30px 0;
  }
}
.pp-cookie h4 {
  color: #4e4e4e;
  font-size: 16px;
  padding: 15px 0 5px;
}
@media (min-width: 62.375em) {
  .pp-cookie h4 {
    font-size: 27px;
    padding: 20px 0 30px;
  }
}
.pp-cookie p {
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 153.4%;
}
@media (min-width: 62.375em) {
  .pp-cookie p {
    font-size: 22px;
  }
}

.separate {
  margin-bottom: 0px;
}
@media (min-width: 62.375em) {
  .separate {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
  }
}
.separate :first-child {
  margin-bottom: 20px;
}
@media (min-width: 62.375em) {
  .separate :first-child {
    margin-bottom: 0px;
    font-size: 16px;
  }
}
.separate a {
  text-decoration: underline;
  cursor: pointer;
  color: #006ab6;
}

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #fafafa;
}

::-webkit-scrollbar-thumb {
  background-color: #ed0677;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 10px;
}

div ::-webkit-scrollbar-thumb {
  background-color: #006ab6;
  background-position: center;
  background-repeat: no-repeat;
}
div ::-webkit-scrollbar {
  width: 5px;
}

.page_gallery_thumb ::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 6px;
  height: 1px !important;
}
.page_gallery_thumb ::-webkit-scrollbar-track {
  background-color: white;
}
.page_gallery_thumb ::-webkit-scrollbar-thumb {
  background-color: #858282;
  box-shadow: 0px 1px 1px #fff inset;
  background-repeat: no-repeat;
}
.page_gallery_thumb ::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}
.page_gallery_thumb ::-webkit-scrollbar {
  height: 4px;
}

#group-k #main-wrapper p {
  margin: 0;
}
#group-k #main-wrapper .card-container .card-bottom .btn {
  width: 40%;
  min-width: 104px;
  background-color: #f26722;
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.065em;
  height: 30px;
  border-radius: 5px;
  padding-top: 9px;
}
@media (min-width: 62.375em) {
  #group-k #main-wrapper .card-container .card-bottom .btn {
    min-width: 160px;
    height: 57px;
    padding-top: 19px;
    font-size: 21px;
    line-height: 21px;
  }
}
@media (min-width: 77.5em) and (max-width: 112.49em) {
  #group-k #main-wrapper .card-container .card-bottom .btn {
    height: 40px;
    min-width: 120px;
    padding-top: 12px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 4px;
  }
}
#group-k #main-wrapper .card-container .card-bottom .btn a {
  color: white;
  width: auto;
  display: block;
}
#group-k #main-wrapper .card-container .card-bottom .btn a:visited {
  color: white;
}

.checkbox-custom-label:before {
  border-radius: 10px;
}

#cc #search input,
#cc #cc_lay_filter_detail input {
  background-color: rgba(0, 106, 182, 0.72);
  height: 44px;
  min-width: unset !important;
  background-size: 24px;
}
@media (min-width: 62.375em) {
  #cc #search input,
#cc #cc_lay_filter_detail input {
    height: 60px;
  }
}

#cc {
  background-color: white !important;
}
#cc .lp_ss {
  position: relative;
  background-color: white;
  margin-bottom: 50px;
  height: 830px;
}
@media (min-width: 48em) {
  #cc .lp_ss {
    height: auto;
  }
}
#cc .lp_ss .lp_ss_box03 {
  position: absolute;
  top: 280px;
  z-index: 2;
  left: 0;
  right: 0;
  background-color: transparent;
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box03 {
    top: auto;
    bottom: 5%;
    padding-left: 15px;
    padding-right: 5px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 {
    top: auto;
    bottom: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay {
  background: rgba(0, 77, 136, 0.95);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0px 15px 0px;
  text-align: center;
  width: 100%;
  min-width: 320px;
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay {
    border-radius: 5px;
    text-align: left;
    background: rgba(0, 77, 136, 0.55);
    width: 50%;
    padding: 20px 20px 40px;
  }
}
#cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}
#cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 fieldset {
  padding: 5px 0 5px;
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 fieldset {
    padding: 5px 0 5px;
    text-align: center;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 fieldset {
    text-align: center;
    padding: 5px 0 30px;
  }
}
#cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 fieldset input {
  font-size: 16px;
}
#cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 fieldset label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07em;
  color: #ffffff;
  text-transform: none;
  margin: 0 5px 0 0;
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 fieldset label {
    font-size: 16px;
    line-height: 20px;
    margin: 0 15px;
  }
}
@media (min-width: 70.3125em) {
  #cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 fieldset label {
    font-size: 18px;
    line-height: 24px;
  }
}
#cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 fieldset .radio-custom + .radio-custom-label:before {
  height: 6px;
  width: 6px;
  margin-right: 3px;
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay .lay_01 fieldset .radio-custom + .radio-custom-label:before {
    height: 9px;
    width: 9px;
    margin-right: 5px;
  }
}
#cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-transform: none;
  padding: 20px 0 0px;
  margin-bottom: 0;
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 30px 0 5px;
  }
}
@media (min-width: 70.3125em) {
  #cc .lp_ss .lp_ss_box03 .lp_ss_box03_inlay h2 {
    font-size: 33px;
    line-height: 39px;
    padding: 40px 0 20px;
  }
}
#cc .lp_ss .lp_ss_box03 #search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cc .lp_ss .lp_ss_box03 #search .searchbutton {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07em;
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 #search .searchbutton {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_ss .lp_ss_box03 #search .searchbutton {
    font-size: 21px;
    line-height: 25px;
  }
}
#cc .lp_ss .lp_ss_box03 #search .checkboxLayer label,
#cc .lp_ss .lp_ss_box03 #search .checkboxLayer li {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
#cc .lp_ss .lp_ss_box03 #search .checkboxLayer li {
  color: #004d88 !important;
}
#cc .lp_ss .lp_ss_box03 #search .searchdiv {
  position: relative;
}
#cc .lp_ss .lp_ss_box03 #search .searchlist,
#cc .lp_ss .lp_ss_box03 #search .checkboxLayer,
#cc .lp_ss .lp_ss_box03 #search .helperContainer {
  max-width: 100%;
}
#cc .lp_ss .lp_ss_box03 #search .helperContainer {
  padding: 6px 8px 0 8px;
  min-width: 100% !important;
  display: flex;
  justify-content: space-between;
}
#cc .lp_ss .lp_ss_box03 #search .helperContainer button {
  font-size: 14px;
  border: 2px solid rgba(0, 106, 182, 0.72);
}
#cc .lp_ss .lp_ss_box03 #search .checkboxLayer {
  min-width: 100% !important;
}
#cc .lp_ss .lp_ss_box03 #search .checkboxLayer input.searchclick {
  height: 0px;
}
#cc .lp_ss .lp_ss_box03 #search .searchlist {
  min-width: 100% !important;
}
#cc .lp_ss .lp_ss_box03 #search .datepicker {
  border: none;
  width: 100% !important;
  color: #555555;
  font-family: "Roboto";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
#cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) {
  width: 100%;
  width: 100% !important;
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) {
    width: 48% !important;
    z-index: auto;
  }
}
#cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) input {
  width: 100% !important;
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) input {
    height: 40px;
    width: 100% !important;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) input {
    height: 50px;
  }
}
@media (min-width: 70.3125em) {
  #cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) input {
    height: 60px;
  }
}
#cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) fieldset {
  padding-top: 0;
  padding-bottom: 0;
}
#cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) label::before {
  width: 5px;
  height: 5px;
  border: 2.5px solid white;
  margin-bottom: 2px;
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) label::before {
    width: 8px;
    height: 8px;
    border: 3px solid white;
    margin-bottom: 2px;
    margin-right: 8px;
  }
}
#cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) label {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_ss .lp_ss_box03 #search > div:not(.lay_01) label {
    font-size: 16px;
    margin-bottom: 0;
  }
}
#cc .lp_ss .lp_ss_box03 .clear {
  display: none;
}
#cc .lp_ss .lp_ss_box03 .lay_08 #btnSearch {
  z-index: 3;
  width: 50% !important;
  padding: 10px;
  display: block;
  margin: 15px auto 50px;
  color: #0069b4;
  background: #ffffff;
  height: auto;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.085em;
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box03 .lay_08 #btnSearch {
    margin: 5px auto 15px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box03 .lay_08 #btnSearch {
    font-size: 18px;
    padding: 15px;
    margin: 25px auto 40px;
  }
}
#cc .lp_ss .lp_ss_box04 {
  width: 100%;
  position: relative;
}
#cc .lp_ss .lp_ss_box04 .lp_slider_box {
  height: 280px;
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box {
    height: 550px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box {
    height: 650px;
  }
}
@media (min-width: 70.3125em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box {
    height: 700px;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box {
    height: 750px;
  }
}
#cc .lp_ss .lp_ss_box04 .lp_slider_box a {
  display: flex !important;
  flex-direction: column;
  margin-top: 30px;
  text-align: center;
  position: absolute;
  top: 0;
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box a {
    left: 53%;
    text-align: left;
    justify-content: center;
    width: 45%;
    margin-top: 0;
    z-index: 50;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box a {
    left: 55%;
    text-align: left;
    justify-content: center;
    width: 40%;
    margin-top: 0;
    z-index: 50;
  }
}
#cc .lp_ss .lp_ss_box04 .lp_slider_box a span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 153.5%;
  letter-spacing: 0.03em;
  background: none;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box a span {
    font-size: 24px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box a span {
    font-size: 30px;
  }
}
#cc .lp_ss .lp_ss_box04 .lp_slider_box a p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  padding: 20px 10px 30px;
  letter-spacing: 0.075em;
  color: #ffffff;
  background: none;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box a p {
    font-size: 38px;
    word-wrap: break-word;
    padding: 10px 10px 30px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box a p {
    font-size: 48px;
  }
}
#cc .lp_ss .lp_ss_box04 .lp_slider_box a .extra-btn {
  color: white;
  background-color: #006ab6;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  max-width: 180px;
  margin: 0px auto;
  letter-spacing: 0.115em;
  padding: 10px 16px;
  border-radius: 5px;
}
@media (min-width: 48em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box a .extra-btn {
    margin: 0 10px;
    font-size: 16px;
    text-align: center;
    padding: 10px 24px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_ss .lp_ss_box04 .lp_slider_box a .extra-btn {
    max-width: 200px;
    padding: 15px 32px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}
#cc .lp_trip {
  margin: auto;
  max-width: 1800px;
  padding: 15px 15px 10px;
}
@media (min-width: 29.375em) {
  #cc .lp_trip {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding: 0 15px 10px;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_trip {
    padding: 0 64px;
  }
}
#cc .lp_trip div:nth-child(3n) {
  margin: 10px 15px 5px;
}
@media (min-width: 29.375em) and (max-width: 36.24em) {
  #cc .lp_trip div:nth-child(3n) {
    margin: 10px 15px 5px;
  }
}
@media (min-width: 48em) {
  #cc .lp_trip div:nth-child(3n) {
    margin: 10px 15px 5px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_trip div:nth-child(3n) {
    margin: 10px 15px 15px;
  }
}
#cc .lp_trip .lp_trip_box {
  background-size: 100%;
  background-color: white;
  height: 320px;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px 5px 5px 5px;
  margin: 10px 13px 15px;
  max-width: 92%;
}
@media (min-width: 23.125em) {
  #cc .lp_trip .lp_trip_box {
    height: 380px;
  }
}
@media (min-width: 29.375em) and (max-width: 36.24em) {
  #cc .lp_trip .lp_trip_box {
    height: 450px;
    margin: 10px 10px 15px;
    max-width: 100%;
  }
}
@media (min-width: 36.25em) {
  #cc .lp_trip .lp_trip_box {
    height: 300px;
    width: 45%;
    max-width: 346px;
    min-width: 250px;
  }
}
@media (min-width: 48em) {
  #cc .lp_trip .lp_trip_box {
    margin: 10px 15px 15px;
    height: 380px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_trip .lp_trip_box {
    margin: 10px 15px 15px;
    height: 350px;
  }
}
@media (min-width: 70.3125em) {
  #cc .lp_trip .lp_trip_box {
    height: 390px;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_trip .lp_trip_box {
    height: 400px;
    max-width: 545px;
  }
}
@media (min-width: 87.5em) {
  #cc .lp_trip .lp_trip_box {
    height: 460px;
  }
}
@media (min-width: 100em) {
  #cc .lp_trip .lp_trip_box {
    height: 540px;
  }
}
@media (min-width: 112.5em) {
  #cc .lp_trip .lp_trip_box {
    height: 600px;
  }
}
#cc .lp_trip .lp_trip_box div[class^=headline] {
  background-color: white;
  width: 100%;
  padding-top: 3%;
  padding-left: 18px;
  padding-bottom: 33px;
  position: absolute;
  top: 66%;
  margin: 0;
  border-radius: 0 !important;
}
@media (min-width: 77.5em) {
  #cc .lp_trip .lp_trip_box div[class^=headline] {
    padding-top: 15px;
  }
}
@media (min-width: 100em) {
  #cc .lp_trip .lp_trip_box div[class^=headline] {
    padding-left: 30px;
  }
}
#cc .lp_trip .lp_trip_box div[class^=headline] .title-trip-way {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 108%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #4e4e4e;
}
@media (min-width: 77.5em) {
  #cc .lp_trip .lp_trip_box div[class^=headline] .title-trip-way {
    padding-top: 0px;
    font-size: 19px;
    line-height: 108%;
  }
}
#cc .lp_trip .lp_trip_box div[class^=headline] > span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.035em;
  color: #004d88;
}
@media (min-width: 48em) {
  #cc .lp_trip .lp_trip_box div[class^=headline] > span {
    font-size: 22px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_trip .lp_trip_box div[class^=headline] > span {
    font-size: 20px;
    line-height: 108%;
  }
}
@media (min-width: 70.3125em) {
  #cc .lp_trip .lp_trip_box div[class^=headline] > span {
    font-size: 25px;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_trip .lp_trip_box div[class^=headline] > span {
    font-size: 29px;
    line-height: 108%;
  }
}
@media (min-width: 87.5em) {
  #cc .lp_trip .lp_trip_box div[class^=headline] > span {
    font-size: 32px;
  }
}
@media (min-width: 112.5em) {
  #cc .lp_trip .lp_trip_box div[class^=headline] > span {
    font-size: 36px;
    line-height: 138%;
  }
}
#cc .lp_trip .lp_trip_box div[class^=text] {
  background: rgba(0, 106, 182, 0.8);
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #ffffff;
  position: absolute;
  top: auto;
  bottom: 34%;
  width: auto;
  padding: 5px 16px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 77.5em) {
  #cc .lp_trip .lp_trip_box div[class^=text] {
    font-size: 19px;
    padding: 8px 21px;
    line-height: 22px;
  }
}
@media (min-width: 100em) {
  #cc .lp_trip .lp_trip_box div[class^=text] {
    padding-left: 30px;
  }
}
#cc .lp_trip .lp_trip_box div[class^=price] {
  background: white;
  position: absolute;
  bottom: 0%;
  width: 100%;
  font-size: 0px;
  top: auto;
  padding: 5px 0px 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #4e4e4e;
  align-items: flex-end;
  margin: 0;
}
@media (min-width: 62.375em) {
  #cc .lp_trip .lp_trip_box div[class^=price] {
    align-items: flex-end;
  }
}
@media (min-width: 87.5em) {
  #cc .lp_trip .lp_trip_box div[class^=price] {
    padding-bottom: 26px;
  }
}
@media (min-width: 87.5em) {
  #cc .lp_trip .lp_trip_box div[class^=price] {
    padding-bottom: 30px;
  }
}
@media (min-width: 100em) {
  #cc .lp_trip .lp_trip_box div[class^=price] {
    padding-left: 20px;
  }
}
#cc .lp_trip .lp_trip_box div[class^=price] span {
  position: absolute;
  right: 15px;
  font-weight: 900;
  font-size: 24px;
  line-height: 27px;
  padding-left: 0px;
  letter-spacing: 0.03em;
  color: #004d88;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: baseline;
}
@media (min-width: 62.375em) {
  #cc .lp_trip .lp_trip_box div[class^=price] span {
    font-size: 32px;
    top: 5px;
    padding-left: 10px;
    line-height: 37px;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_trip .lp_trip_box div[class^=price] span {
    font-size: 36px;
    top: 15px;
    padding-left: 10px;
    line-height: 37px;
  }
}
@media (min-width: 100em) {
  #cc .lp_trip .lp_trip_box div[class^=price] span {
    padding-right: 10px;
  }
}
@media (min-width: 112.5em) {
  #cc .lp_trip .lp_trip_box div[class^=price] span {
    font-size: 40px;
    top: 25px;
    padding-left: 10px;
    line-height: 37px;
  }
}
#cc .lp_trip .lp_trip_box div[class^=price] span .oddi {
  font-size: 20px;
  line-height: 110%;
  margin: 0 5px 0 0;
  color: #a4a4a4;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 62.375em) {
  #cc .lp_trip .lp_trip_box div[class^=price] span .oddi {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 112.5em) {
  #cc .lp_trip .lp_trip_box div[class^=price] span .oddi {
    font-size: 24px;
  }
}
#cc .lp_trip .lp_trip_box div[class^=price] .extra-btn {
  width: auto;
  color: white;
  background-color: #f26722;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-left: 5px;
}
@media (min-width: 62.375em) {
  #cc .lp_trip .lp_trip_box div[class^=price] .extra-btn {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_trip .lp_trip_box div[class^=price] .extra-btn {
    font-size: 18px;
    padding: 12px 14px;
  }
}
@media (min-width: 112.5em) {
  #cc .lp_trip .lp_trip_box div[class^=price] .extra-btn {
    font-size: 20px;
    padding: 15px 18px;
  }
}
#cc .lp_six {
  margin: auto;
  max-width: 1800px;
  padding: 0 15px;
  max-width: 1800px;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  #cc .lp_six {
    display: block;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_six {
    padding: 0 64px;
    margin-bottom: 40px;
  }
}
#cc .lp_six .lp_six_box {
  background-color: white;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px 5px 5px 5px;
  margin: 10px 15px 5px 15px !important;
}
@media (min-width: 48em) {
  #cc .lp_six .lp_six_box {
    margin: 10px 15px 15px 15px !important;
  }
}
#cc .lp_six .lp_six_box img {
  border-radius: 5px 5px 0 0;
}
#cc .lp_six .lp_six_box p {
  background: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 138%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #4e4e4e;
  padding: 2% 10px 0px 15px;
}
@media (min-width: 77.5em) {
  #cc .lp_six .lp_six_box p {
    font-size: 19px;
    line-height: 108%;
  }
}
#cc .lp_six .lp_six_box strong {
  background: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.035em;
  color: #004d88;
}
@media (min-width: 29.375em) and (max-width: 36.24em) {
  #cc .lp_six .lp_six_box strong {
    font-size: 25px;
  }
}
@media (min-width: 62.375em) {
  #cc .lp_six .lp_six_box strong {
    font-size: 20px;
    line-height: 108%;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_six .lp_six_box strong {
    font-size: 29px;
    line-height: 138%;
  }
}
#cc .lp_six .lp_six_box p[class^=box6price]:hover {
  color: #004d88;
}
#cc .lp_six .lp_six_box .box6price {
  background: white;
  display: flex;
  padding: 10px 15px 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0px;
}
@media (min-width: 112.5em) {
  #cc .lp_six .lp_six_box .box6price {
    margin-top: 12px;
  }
}
#cc .lp_six .lp_six_box .box6price .od_price {
  display: flex;
  align-items: flex-end;
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #a4a4a4;
  margin-right: 10px;
}
@media (min-width: 112.5em) {
  #cc .lp_six .lp_six_box .box6price .od_price {
    font-size: 24px;
    line-height: 18px;
  }
}
#cc .lp_six .lp_six_box .box6price .od_price div {
  font-weight: 900;
  font-size: 24px;
  line-height: 15px;
  letter-spacing: -0.01em;
  font-family: "Roboto", sans-serif;
  padding: 0 8% 3%;
  color: #004d88;
}
@media (min-width: 62.375em) {
  #cc .lp_six .lp_six_box .box6price .od_price div {
    font-size: 32px;
    line-height: 18px;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_six .lp_six_box .box6price .od_price div {
    font-size: 34px;
  }
}
#cc .lp_six .lp_six_box .box6price .extra-btn {
  display: inline;
  color: white;
  background-color: #f26722;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 108%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}
@media (min-width: 62.375em) {
  #cc .lp_six .lp_six_box .box6price .extra-btn {
    font-size: 14px;
  }
}
@media (min-width: 77.5em) {
  #cc .lp_six .lp_six_box .box6price .extra-btn {
    font-size: 18px;
    padding: 12px 14px;
  }
}

.lp_ss_box03::after {
  content: "";
  background-position: center;
  width: 100%;
  height: 33px;
  left: 0;
  background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  position: absolute;
  bottom: -23px;
  padding-bottom: 52px;
}
@media (min-width: 48em) {
  .lp_ss_box03::after {
    content: none;
  }
}

@media (min-width: 48em) {
  .lp_ss_box04::after {
    content: "";
    background-position: center;
    width: 100%;
    height: 126px;
    left: 0;
    background: left 64%/200% repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
    position: absolute;
    bottom: -85px;
    padding-bottom: 130px;
  }
}
@media (min-width: 62.375em) {
  .lp_ss_box04::after {
    background: repeat-x url(/wp-content/themes/allegra-cruises/img/group/ocean-top.png);
  }
}

#cc[ng-app^=myApp],
#layout form[ng-app^=myApp] {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 48.125em) {
  #cc[ng-app^=myApp],
#layout form[ng-app^=myApp] {
    position: relative;
  }
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp],
#layout form[ng-app^=myApp] {
    padding: 0px 15px 0 15px;
    margin-top: 0;
  }
}
@media (min-width: 77.5em) {
  #cc[ng-app^=myApp],
#layout form[ng-app^=myApp] {
    padding: 0px 64px 0;
  }
}
#cc[ng-app^=myApp] .liste_box,
#layout form[ng-app^=myApp] .liste_box {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
#cc[ng-app^=myApp] label,
#layout form[ng-app^=myApp] label {
  font-family: "Roboto", sans-serif;
}
#cc[ng-app^=myApp] #cc_lay_filter,
#layout form[ng-app^=myApp] #cc_lay_filter {
  background: white;
  text-align: center;
  min-width: 280px;
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search {
  background: #006ab6;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px 20px 15px;
  margin-bottom: 50px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search {
    padding: 20px 20px 30px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search input#btnSearch,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search input#btnSearch {
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 8px 15px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search input#btnSearch,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search input#btnSearch {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 15px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search label,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search label {
  font-size: 16px;
  font-weight: 500;
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1,
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 {
  float: none;
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 fieldset,
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 fieldset,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 fieldset,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 fieldset {
  margin: 0;
  padding: 0;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 fieldset,
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 fieldset,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 fieldset,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 fieldset {
    padding-bottom: 10px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 label::before,
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 label::before,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 label::before,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 label::before {
  width: 5px;
  height: 5px;
  border: 3px solid white;
  margin-bottom: 2px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 label::before,
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 label::before,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 label::before,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 label::before {
    width: 8px;
    height: 8px;
    border: 3px solid white;
    margin-bottom: 2px;
    margin-right: 8px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 label,
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 label,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 label,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 label {
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 label,
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 label,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_1 label,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .lay_01_2 label {
    font-size: 14px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .headline_search,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .headline_search {
  color: #004d88 !important;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-left: 5px;
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .searchbutton,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .searchbutton {
  font-size: 16px;
  height: 15px;
  line-height: 108%;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .searchbutton,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .searchbutton {
    font-size: 20px;
    height: 44px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .datepicker,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_search .datepicker {
  min-width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  color: #555555;
  font-weight: 500;
  text-transform: uppercase;
}
#cc[ng-app^=myApp] #cc_lay_filter .rzslider .rz-bubble,
#layout form[ng-app^=myApp] #cc_lay_filter .rzslider .rz-bubble {
  color: #fff;
  font-size: 18px;
  bottom: 11px;
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail {
  background: #006ab6;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px 20px 15px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail {
    padding: 20px 20px 30px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail input#btnSearch,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail input#btnSearch {
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 8px 15px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail input#btnSearch,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail input#btnSearch {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 15px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail input,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail input {
  height: auto;
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .searchbutton,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .searchbutton {
  font-size: 16px;
  height: 15px;
  line-height: 108%;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .searchbutton,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .searchbutton {
    font-size: 20px;
    height: 44px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter {
  max-width: 100%;
  max-height: 100px;
  overflow-y: scroll;
  min-width: 100% !important;
}
@media (min-width: 48em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter {
    max-width: none;
    max-height: none;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter li,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter li {
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 16px;
  color: #4e4e4e;
  padding-left: 30px;
  line-height: 128%;
  padding-top: 5px;
  font-weight: 500;
}
@media (min-width: 48em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter li,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter li {
    min-height: 38px;
    padding-top: 10px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter li label,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter li label {
  padding-top: 0px;
}
@media (min-width: 48em) {
  #cc[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter li label,
#layout form[ng-app^=myApp] #cc_lay_filter #cc_lay_filter_detail .list_filter li label {
    font-size: 16px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter .lay_01,
#layout form[ng-app^=myApp] #cc_lay_filter .lay_01 {
  width: 100%;
  display: flex;
  justify-content: center;
}
#cc[ng-app^=myApp] #cc_lay_filter .lay_01 fieldset,
#layout form[ng-app^=myApp] #cc_lay_filter .lay_01 fieldset {
  padding: 0px;
  text-align: center;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cc_lay_filter .lay_01 fieldset,
#layout form[ng-app^=myApp] #cc_lay_filter .lay_01 fieldset {
    padding: 5px 0 30px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter .lay_01 fieldset input,
#layout form[ng-app^=myApp] #cc_lay_filter .lay_01 fieldset input {
  font-size: 16px;
}
#cc[ng-app^=myApp] #cc_lay_filter .lay_01 fieldset label,
#layout form[ng-app^=myApp] #cc_lay_filter .lay_01 fieldset label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07em;
  color: #ffffff;
  text-transform: none;
  margin: 0 15px;
}
#cc[ng-app^=myApp] #cc_lay_filter h2,
#layout form[ng-app^=myApp] #cc_lay_filter h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-transform: none;
  padding: 10px 0 0px;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  #cc[ng-app^=myApp] #cc_lay_filter h2,
#layout form[ng-app^=myApp] #cc_lay_filter h2 {
    font-size: 33px;
    line-height: 39px;
    padding: 10px 0 10px;
  }
}
#cc[ng-app^=myApp] #cc_lay_filter .clear,
#layout form[ng-app^=myApp] #cc_lay_filter .clear {
  display: none;
}
#cc[ng-app^=myApp] #cc_lay_filter .lay_08 #btnSearch,
#layout form[ng-app^=myApp] #cc_lay_filter .lay_08 #btnSearch {
  width: 50% !important;
  padding: 15px;
  display: block;
  margin: 40px auto 10px;
  color: #0069b4;
  background: #ffffff;
  height: auto;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.085em;
  min-width: 180px !important;
}
#cc[ng-app^=myApp] #cc_lay_filter .searchbutton,
#layout form[ng-app^=myApp] #cc_lay_filter .searchbutton {
  background-color: rgba(255, 255, 255, 0.45);
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.07em;
  width: 100% !important;
}
#cc[ng-app^=myApp] #cc_lay_filter .searchdiv,
#layout form[ng-app^=myApp] #cc_lay_filter .searchdiv {
  position: relative;
}
#cc[ng-app^=myApp] #cc_lay_filter .checkboxLayer input.searchclick,
#layout form[ng-app^=myApp] #cc_lay_filter .checkboxLayer input.searchclick {
  height: 0px;
}
#cc[ng-app^=myApp] #cc_lay_filter .searchlist,
#cc[ng-app^=myApp] #cc_lay_filter .checkboxLayer,
#cc[ng-app^=myApp] #cc_lay_filter .helperContainer,
#layout form[ng-app^=myApp] #cc_lay_filter .searchlist,
#layout form[ng-app^=myApp] #cc_lay_filter .checkboxLayer,
#layout form[ng-app^=myApp] #cc_lay_filter .helperContainer {
  max-width: 100%;
  min-width: 100% !important;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
#cc[ng-app^=myApp] #cc_lay_filter .searchlist button,
#cc[ng-app^=myApp] #cc_lay_filter .checkboxLayer button,
#cc[ng-app^=myApp] #cc_lay_filter .helperContainer button,
#layout form[ng-app^=myApp] #cc_lay_filter .searchlist button,
#layout form[ng-app^=myApp] #cc_lay_filter .checkboxLayer button,
#layout form[ng-app^=myApp] #cc_lay_filter .helperContainer button {
  font-family: "Roboto", sans-serif;
}
#cc[ng-app^=myApp] #cc_lay_filter .helperContainer,
#layout form[ng-app^=myApp] #cc_lay_filter .helperContainer {
  padding: 6px 8px 0 8px;
}
#cc[ng-app^=myApp] #cc_lay_filter .helperContainer button,
#layout form[ng-app^=myApp] #cc_lay_filter .helperContainer button {
  font-size: 14px;
  border: 2px solid rgba(0, 106, 182, 0.72);
}
#cc[ng-app^=myApp] #oder_line span,
#layout form[ng-app^=myApp] #oder_line span {
  background-color: white;
  color: rgba(0, 77, 136, 0.75);
}
#cc[ng-app^=myApp] #tpm,
#layout form[ng-app^=myApp] #tpm {
  background-color: white;
  border-bottom: none;
  margin-bottom: 10px;
  z-index: 1;
}
@media (min-width: 48.125em) {
  #cc[ng-app^=myApp] #tpm,
#layout form[ng-app^=myApp] #tpm {
    position: absolute;
    top: 38px;
  }
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #tpm,
#layout form[ng-app^=myApp] #tpm {
    top: 35px;
  }
}
#cc[ng-app^=myApp] #tpm #tpm_back,
#layout form[ng-app^=myApp] #tpm #tpm_back {
  margin-right: 5px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #tpm #tpm_back,
#layout form[ng-app^=myApp] #tpm #tpm_back {
    margin-right: 10px;
  }
}
#cc[ng-app^=myApp] #tpm #tpm_back a,
#layout form[ng-app^=myApp] #tpm #tpm_back a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 138%;
  border-radius: 5px;
  background-color: #006ab6;
  padding: 7px 10px 5px 20px;
  font-size: 12px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #tpm #tpm_back a,
#layout form[ng-app^=myApp] #tpm #tpm_back a {
    padding: 7px 14px 5px 34px;
    font-size: 14px;
  }
}
@media (min-width: 77.5em) {
  #cc[ng-app^=myApp] #tpm #tpm_back a,
#layout form[ng-app^=myApp] #tpm #tpm_back a {
    padding: 7px 16px 5px 34px;
  }
}
@media (min-width: 112.5em) {
  #cc[ng-app^=myApp] #tpm #tpm_back a,
#layout form[ng-app^=myApp] #tpm #tpm_back a {
    padding: 7px 10px 5px 34px;
    font-size: 16px;
  }
}
#cc[ng-app^=myApp] #tpm #tpm_ml a,
#layout form[ng-app^=myApp] #tpm #tpm_ml a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 138%;
  border-radius: 5px;
  background-color: #006ab6;
  padding: 7px 12px 5px 24px;
  font-size: 12px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #tpm #tpm_ml a,
#layout form[ng-app^=myApp] #tpm #tpm_ml a {
    padding: 7px 14px 5px 34px;
    font-size: 14px;
  }
}
@media (min-width: 112.5em) {
  #cc[ng-app^=myApp] #tpm #tpm_ml a,
#layout form[ng-app^=myApp] #tpm #tpm_ml a {
    font-size: 16px;
  }
}
#cc[ng-app^=myApp] ul#breadcrumbs,
#layout form[ng-app^=myApp] ul#breadcrumbs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 60px;
}
#cc[ng-app^=myApp] ul#breadcrumbs li,
#layout form[ng-app^=myApp] ul#breadcrumbs li {
  color: #4e4e4e;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
#cc[ng-app^=myApp] ul#breadcrumbs li a,
#cc[ng-app^=myApp] ul#breadcrumbs li a:visited,
#layout form[ng-app^=myApp] ul#breadcrumbs li a,
#layout form[ng-app^=myApp] ul#breadcrumbs li a:visited {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-weight: 400;
  letter-spacing: 0.03em;
}
#cc[ng-app^=myApp] ul#breadcrumbs li::after,
#layout form[ng-app^=myApp] ul#breadcrumbs li::after {
  content: "/";
}
#cc[ng-app^=myApp] ul#breadcrumbs li:last-of-type::after,
#layout form[ng-app^=myApp] ul#breadcrumbs li:last-of-type::after {
  content: " ";
}
#cc[ng-app^=myApp] .liste_box_sort,
#layout form[ng-app^=myApp] .liste_box_sort {
  padding: 0;
  margin-right: 0;
}
#cc[ng-app^=myApp] .liste_box_sort .liste_box_01,
#layout form[ng-app^=myApp] .liste_box_sort .liste_box_01 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #004d88;
  padding-top: 12px;
}
#cc[ng-app^=myApp] .liste_box_sort .liste_box_02,
#layout form[ng-app^=myApp] .liste_box_sort .liste_box_02 {
  text-align: right;
}
#cc[ng-app^=myApp] .liste_box_sort .liste_box_02 select,
#layout form[ng-app^=myApp] .liste_box_sort .liste_box_02 select {
  color: #004d88;
  background: 95% center no-repeat url(/wp-content/themes/allegra-cruises/img/dd.png);
  background-size: 12px;
  background-color: white;
  border: 2px solid #006ab6;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] .liste_box_sort .liste_box_02 select,
#layout form[ng-app^=myApp] .liste_box_sort .liste_box_02 select {
    font-size: 18px;
    background-size: 18px;
  }
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list,
#layout form[ng-app^=myApp] #cruise_list {
    padding-left: 15px;
  }
}
#cc[ng-app^=myApp] #cruise_list .liste_box,
#layout form[ng-app^=myApp] #cruise_list .liste_box {
  font-family: "Roboto", sans-serif;
  background-color: white;
  border-bottom: 1px solid #a4a4a4;
  margin-bottom: 0px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .liste_box,
#layout form[ng-app^=myApp] #cruise_list .liste_box {
    padding-top: 25px;
  }
}
#cc[ng-app^=myApp] #cruise_list .liste_box:hover,
#layout form[ng-app^=myApp] #cruise_list .liste_box:hover {
  background: rgba(0, 133, 228, 0.2);
}
#cc[ng-app^=myApp] #cruise_list .liste_box:hover .b_forward b,
#layout form[ng-app^=myApp] #cruise_list .liste_box:hover .b_forward b {
  border-right: 3px solid #c4d5e0;
}
#cc[ng-app^=myApp] #cruise_list .liste_box_nights,
#layout form[ng-app^=myApp] #cruise_list .liste_box_nights {
  border: none;
  float: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left !important;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .liste_box_nights,
#layout form[ng-app^=myApp] #cruise_list .liste_box_nights {
    font-size: 22px;
  }
}
#cc[ng-app^=myApp] #cruise_list .liste_box_nights em,
#layout form[ng-app^=myApp] #cruise_list .liste_box_nights em {
  display: inline;
  font-size: 22px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .liste_box_nights em,
#layout form[ng-app^=myApp] #cruise_list .liste_box_nights em {
    font-size: 34px;
  }
}
#cc[ng-app^=myApp] #cruise_list .liste_box_headline,
#layout form[ng-app^=myApp] #cruise_list .liste_box_headline {
  float: none;
  margin-bottom: 0px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .liste_box_headline,
#layout form[ng-app^=myApp] #cruise_list .liste_box_headline {
    margin-bottom: 20px;
  }
}
#cc[ng-app^=myApp] #cruise_list .liste_box_headline a,
#layout form[ng-app^=myApp] #cruise_list .liste_box_headline a {
  color: #006ab6;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 42px;
  font-weight: 400;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .liste_box_headline a,
#layout form[ng-app^=myApp] #cruise_list .liste_box_headline a {
    font-size: 28px;
  }
}
#cc[ng-app^=myApp] #cruise_list .liste_box_headline a em,
#layout form[ng-app^=myApp] #cruise_list .liste_box_headline a em {
  color: #004d88;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .liste_box_headline a em,
#layout form[ng-app^=myApp] #cruise_list .liste_box_headline a em {
    font-size: 28px;
    line-height: 32px;
  }
}
#cc[ng-app^=myApp] #cruise_list .liste_box_br,
#layout form[ng-app^=myApp] #cruise_list .liste_box_br {
  display: none;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .liste_box_br,
#layout form[ng-app^=myApp] #cruise_list .liste_box_br {
    display: block;
  }
}
#cc[ng-app^=myApp] #cruise_list .liste_box_text,
#layout form[ng-app^=myApp] #cruise_list .liste_box_text {
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 158%;
  margin-bottom: 0;
}
#cc[ng-app^=myApp] #cruise_list .liste_box_text strong,
#layout form[ng-app^=myApp] #cruise_list .liste_box_text strong {
  color: #004d88;
  font-size: 20px;
}
#cc[ng-app^=myApp] #cruise_list .liste_box_text p:last-child,
#layout form[ng-app^=myApp] #cruise_list .liste_box_text p:last-child {
  font-size: 12px;
}
#cc[ng-app^=myApp] #cruise_list .liste_box_preis,
#layout form[ng-app^=myApp] #cruise_list .liste_box_preis {
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .liste_box_preis,
#layout form[ng-app^=myApp] #cruise_list .liste_box_preis {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#cc[ng-app^=myApp] #cruise_list .liste_box_preis span,
#layout form[ng-app^=myApp] #cruise_list .liste_box_preis span {
  color: #004d88;
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 900;
  font-size: 34px;
  margin-left: 15px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .liste_box_preis span,
#layout form[ng-app^=myApp] #cruise_list .liste_box_preis span {
    font-size: 44px;
  }
}
#cc[ng-app^=myApp] #cruise_list .b_forward,
#layout form[ng-app^=myApp] #cruise_list .b_forward {
  border-radius: 5px;
  background-color: #f26722;
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
  margin-left: 15px;
}
#cc[ng-app^=myApp] #cruise_list .b_forward b,
#layout form[ng-app^=myApp] #cruise_list .b_forward b {
  border-radius: 5px 0 0 5px;
  border-right: 3px solid white;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#cc[ng-app^=myApp] #cruise_list .b_forward i,
#layout form[ng-app^=myApp] #cruise_list .b_forward i {
  padding: 10px;
  padding-right: 20px;
}
#cc[ng-app^=myApp] #cruise_list .button_favor,
#cc[ng-app^=myApp] #cruise_list .button_favor_blue,
#layout form[ng-app^=myApp] #cruise_list .button_favor,
#layout form[ng-app^=myApp] #cruise_list .button_favor_blue {
  height: 34px;
}
@media (min-width: 62.375em) {
  #cc[ng-app^=myApp] #cruise_list .button_favor,
#cc[ng-app^=myApp] #cruise_list .button_favor_blue,
#layout form[ng-app^=myApp] #cruise_list .button_favor,
#layout form[ng-app^=myApp] #cruise_list .button_favor_blue {
    height: 38px;
  }
}

#layout form[ng-app^=myApp] #cc_bk_navi,
#layout form#cc_lay_ship #cc_bk_navi {
  max-width: 100% !important;
  padding-bottom: 0;
}
#layout form[ng-app^=myApp] .page_box,
#layout form#cc_lay_ship .page_box {
  max-width: 1800px;
  width: 100%;
  margin: 0px auto;
  border: none;
  padding: 0;
  padding-top: 10px;
}
#layout form[ng-app^=myApp] .liste_box_02,
#layout form#cc_lay_ship .liste_box_02 {
  flex-wrap: wrap;
  display: flex;
}
#layout form[ng-app^=myApp] .liste_box_02 .liste_box_nights,
#layout form#cc_lay_ship .liste_box_02 .liste_box_nights {
  order: 1;
  border: none;
  float: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 5px 5px;
  font-family: "Roboto", sans-serif;
}
#layout form[ng-app^=myApp] .liste_box_02 .liste_box_nights em,
#layout form#cc_lay_ship .liste_box_02 .liste_box_nights em {
  font-size: 20px;
  display: inline;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}
#layout form[ng-app^=myApp] .liste_box_02 .liste_box_date,
#layout form#cc_lay_ship .liste_box_02 .liste_box_date {
  order: 0;
  font-size: 24px;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 600;
  background: #f26722;
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] .liste_box_02 .liste_box_date,
#layout form#cc_lay_ship .liste_box_02 .liste_box_date {
    font-size: 24px;
    padding: 8px 10px;
  }
}
#layout form[ng-app^=myApp] .liste_box_02 .liste_box_date em,
#layout form#cc_lay_ship .liste_box_02 .liste_box_date em {
  font-size: 20px;
  display: inline;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] .liste_box_02 .liste_box_date em,
#layout form#cc_lay_ship .liste_box_02 .liste_box_date em {
    font-size: 24px;
    padding: 4px 0px;
  }
}
#layout form[ng-app^=myApp] .liste_box_02 .liste_box_headline,
#layout form#cc_lay_ship .liste_box_02 .liste_box_headline {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  clear: both;
  float: none;
  order: 2;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
#layout form[ng-app^=myApp] .liste_box_02 .liste_box_headline em,
#layout form#cc_lay_ship .liste_box_02 .liste_box_headline em {
  color: #004d88;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  padding: 25px 0 25px;
}
@media (min-width: 29.375em) {
  #layout form[ng-app^=myApp] .liste_box_02 .liste_box_headline em,
#layout form#cc_lay_ship .liste_box_02 .liste_box_headline em {
    font-size: 24px;
  }
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] .liste_box_02 .liste_box_headline em,
#layout form#cc_lay_ship .liste_box_02 .liste_box_headline em {
    font-size: 28px;
    text-align: center;
  }
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .liste_box_02 .liste_box_headline em,
#layout form#cc_lay_ship .liste_box_02 .liste_box_headline em {
    padding: 30px 0 30px;
    font-size: 34px;
  }
}
@media (min-width: 77.5em) {
  #layout form[ng-app^=myApp] .liste_box_02 .liste_box_headline em,
#layout form#cc_lay_ship .liste_box_02 .liste_box_headline em {
    font-size: 40px;
  }
}
#layout form[ng-app^=myApp] .liste_box_02 div:last-child,
#layout form#cc_lay_ship .liste_box_02 div:last-child {
  order: 3;
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 158%;
}
#layout form[ng-app^=myApp] .liste_box_02 div:last-child td:last-child,
#layout form#cc_lay_ship .liste_box_02 div:last-child td:last-child {
  font-weight: 600;
  font-size: 18px;
}
#layout form[ng-app^=myApp] .page_nav,
#layout form#cc_lay_ship .page_nav {
  margin: 0 0;
}
#layout form[ng-app^=myApp] .page_nav ul,
#layout form#cc_lay_ship .page_nav ul {
  padding: 0;
}
#layout form[ng-app^=myApp] .page_nav li span,
#layout form[ng-app^=myApp] .page_nav li a,
#layout form#cc_lay_ship .page_nav li span,
#layout form#cc_lay_ship .page_nav li a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: capitalize;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_nav li span,
#layout form[ng-app^=myApp] .page_nav li a,
#layout form#cc_lay_ship .page_nav li span,
#layout form#cc_lay_ship .page_nav li a {
    font-size: 20px;
  }
}
#layout form[ng-app^=myApp] .page_nav li a,
#layout form#cc_lay_ship .page_nav li a {
  padding-left: 5px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_nav li a,
#layout form#cc_lay_ship .page_nav li a {
    padding-left: 10px;
  }
}
#layout form[ng-app^=myApp] .page_nav li span,
#layout form#cc_lay_ship .page_nav li span {
  color: #4e4e4e;
  padding-left: 0px;
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] .page_nav li span,
#layout form#cc_lay_ship .page_nav li span {
    padding-left: 0px;
  }
}
#layout form[ng-app^=myApp] .page_nav a:hover,
#layout form#cc_lay_ship .page_nav a:hover {
  background: none;
}
#layout form[ng-app^=myApp] .page_content_header,
#layout form#cc_lay_ship .page_content_header {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#layout form[ng-app^=myApp] .page_content_header .WOW,
#layout form#cc_lay_ship .page_content_header .WOW {
  order: 1;
  width: 40%;
}
#layout form[ng-app^=myApp] .page_content_header .page_offers_chk,
#layout form#cc_lay_ship .page_content_header .page_offers_chk {
  width: 98%;
  order: 2;
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] .page_content_header .page_offers_chk,
#layout form#cc_lay_ship .page_content_header .page_offers_chk {
    width: 60%;
  }
}
#layout form[ng-app^=myApp] .page_content_header .page_offers_flex_03,
#layout form#cc_lay_ship .page_content_header .page_offers_flex_03 {
  order: 3;
}
#layout form[ng-app^=myApp] .page_content_header h4,
#layout form#cc_lay_ship .page_content_header h4 {
  margin: 25px 0 15px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_header h4,
#layout form#cc_lay_ship .page_content_header h4 {
    margin: 50px 0 30px;
  }
}
#layout form[ng-app^=myApp] .page_content_header h4 a,
#layout form#cc_lay_ship .page_content_header h4 a {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_header h4 a,
#layout form#cc_lay_ship .page_content_header h4 a {
    font-size: 38px;
  }
}
#layout form[ng-app^=myApp] .page_offers,
#layout form#cc_lay_ship .page_offers {
  max-width: 1800px;
  margin: 10px auto;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: rgba(0, 133, 228, 0.1);
}
#layout form[ng-app^=myApp] .page_offers .page_offers_textbox,
#layout form#cc_lay_ship .page_offers .page_offers_textbox {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 500;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex,
#layout form#cc_lay_ship .page_offers .page_offers_flex {
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex .b_forward,
#layout form#cc_lay_ship .page_offers .page_offers_flex .b_forward {
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  background-color: #f26722;
  background-image: url(/images/arrow/arrow_forward_white.svg);
  background-size: 17px;
  margin-left: 12px;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex .b_forward i,
#layout form#cc_lay_ship .page_offers .page_offers_flex .b_forward i {
  color: white;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.07em;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_offers .page_offers_flex .b_forward i,
#layout form#cc_lay_ship .page_offers .page_offers_flex .b_forward i {
    font-size: 20px;
  }
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex .button_favor,
#layout form[ng-app^=myApp] .page_offers .page_offers_flex .button_favor_blue,
#layout form#cc_lay_ship .page_offers .page_offers_flex .button_favor,
#layout form#cc_lay_ship .page_offers .page_offers_flex .button_favor_blue {
  height: 40px;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_01,
#layout form#cc_lay_ship .page_offers .page_offers_flex_01 {
  display: none;
  flex: 2;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_offers .page_offers_flex_01,
#layout form#cc_lay_ship .page_offers .page_offers_flex_01 {
    display: block;
  }
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_02,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 {
  flex: 4.3;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl {
  width: 100%;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr th,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr th {
  font-weight: 400;
  padding: 10px 0px 5px 2px;
  min-width: 20px;
  font-size: 12px;
  width: 15%;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr th,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr th {
    min-width: 100px;
    font-size: 18px;
    width: auto;
  }
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr td,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr td {
  font-size: 16px;
  font-weight: 600;
  color: #0069b4;
  padding: 10px 5px 10px 0;
}
@media (min-width: 23.125em) {
  #layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr td,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr td {
    font-size: 18px;
  }
}
@media (min-width: 29.375em) {
  #layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr td,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr td {
    font-size: 20px;
  }
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr td,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr td {
    font-size: 22px;
  }
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr td,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr td {
    font-size: 30px;
  }
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr td small,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr td small {
  font-weight: 400;
  color: #4e4e4e;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr .price_tbl_00:hover,
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr .price_tbl_01:hover,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr .price_tbl_00:hover,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr .price_tbl_01:hover {
  color: white;
  background-color: #0069b4;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_02 .price_tbl tr .price_tbl_01,
#layout form#cc_lay_ship .page_offers .page_offers_flex_02 .price_tbl tr .price_tbl_01 {
  color: #0069b4;
  background-color: rgba(0, 133, 228, 0);
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_03,
#layout form#cc_lay_ship .page_offers .page_offers_flex_03 {
  flex: 1.9;
}
#layout form[ng-app^=myApp] .page_offers .page_offers_flex_03 .b_forward,
#layout form#cc_lay_ship .page_offers .page_offers_flex_03 .b_forward {
  min-width: 150px;
}
#layout form[ng-app^=myApp] .page_offers:hover,
#layout form#cc_lay_ship .page_offers:hover {
  background: rgba(0, 133, 228, 0.2);
}
#layout form[ng-app^=myApp] #ship,
#layout form#cc_lay_ship #ship {
  padding: 10px 0 0;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #ship,
#layout form#cc_lay_ship #ship {
    padding: 40px 0 0px;
  }
}
#layout form[ng-app^=myApp] #ship h4,
#layout form#cc_lay_ship #ship h4 {
  text-align: left;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #ship h4,
#layout form#cc_lay_ship #ship h4 {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
#layout form[ng-app^=myApp] #ship h4 a,
#layout form#cc_lay_ship #ship h4 a {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #ship h4 a,
#layout form#cc_lay_ship #ship h4 a {
    font-size: 34px;
  }
}
#layout form[ng-app^=myApp] #ship .page_content_1,
#layout form#cc_lay_ship #ship .page_content_1 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
#layout form[ng-app^=myApp] #ship .page_content_1 hr,
#layout form#cc_lay_ship #ship .page_content_1 hr {
  margin: 30px 0;
}
#layout form[ng-app^=myApp] #ship .page_content_1 p,
#layout form#cc_lay_ship #ship .page_content_1 p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 178%;
}
#layout form[ng-app^=myApp] #ship .page_content_1 .page_gallery .slides-wrap ul,
#layout form#cc_lay_ship #ship .page_content_1 .page_gallery .slides-wrap ul {
  margin-top: 15px;
  overflow-y: hidden;
}
#layout form[ng-app^=myApp] #ship .page_content_1 .page_gallery .page_gallery_thumb img,
#layout form#cc_lay_ship #ship .page_content_1 .page_gallery .page_gallery_thumb img {
  width: 30%;
  margin-right: 10px;
}
#layout form[ng-app^=myApp] #ship .page_content_2,
#layout form#cc_lay_ship #ship .page_content_2 {
  margin-left: 0px;
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] #ship .page_content_2,
#layout form#cc_lay_ship #ship .page_content_2 {
    margin-left: 15px;
  }
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #ship .page_content_2,
#layout form#cc_lay_ship #ship .page_content_2 {
    margin-left: 25px;
  }
}
#layout form[ng-app^=myApp] #ship .page_content_2 p,
#layout form#cc_lay_ship #ship .page_content_2 p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
#layout form[ng-app^=myApp] #ship .page_content_2 td,
#layout form#cc_lay_ship #ship .page_content_2 td {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 15px 5px 5px;
  border-bottom: solid 1px rgba(194, 192, 192, 0.65);
}
#layout form[ng-app^=myApp] #ship .page_content_2 h3,
#layout form#cc_lay_ship #ship .page_content_2 h3 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 8px 0px 8px;
  margin-top: 0px;
  background: 95% center no-repeat url(/wp-content/themes/allegra-cruises/img/dd.png);
  background-size: 12px;
  cursor: pointer;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #ship .page_content_2 h3,
#layout form#cc_lay_ship #ship .page_content_2 h3 {
    margin-top: 5px;
    font-size: 18px;
    text-transform: capitalize;
  }
}
#layout form[ng-app^=myApp] #ship .page_content_2 h3:hover,
#layout form#cc_lay_ship #ship .page_content_2 h3:hover {
  background-color: rgba(0, 133, 228, 0.15);
}
#layout form[ng-app^=myApp] #ship .page_content_2 .page_list_check,
#layout form#cc_lay_ship #ship .page_content_2 .page_list_check {
  display: none;
}
#layout form[ng-app^=myApp] #ship .page_content_2 .i_see,
#layout form#cc_lay_ship #ship .page_content_2 .i_see {
  display: flex;
  padding-left: 15px;
  font-size: 14px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #ship .page_content_2 .i_see,
#layout form#cc_lay_ship #ship .page_content_2 .i_see {
    font-size: 18px;
  }
}
#layout form[ng-app^=myApp] #ship .page_content_2 .i_see li,
#layout form#cc_lay_ship #ship .page_content_2 .i_see li {
  background-position-y: center;
}
#layout form[ng-app^=myApp] #deck,
#layout form#cc_lay_ship #deck {
  margin: 0;
  width: 100%;
  padding: 0px 0 0px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #deck,
#layout form#cc_lay_ship #deck {
    padding: 50px 0 0px;
  }
}
#layout form[ng-app^=myApp] #deck h4,
#layout form#cc_lay_ship #deck h4 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #deck h4,
#layout form#cc_lay_ship #deck h4 {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
#layout form[ng-app^=myApp] #deck h4 a,
#layout form#cc_lay_ship #deck h4 a {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #deck h4 a,
#layout form#cc_lay_ship #deck h4 a {
    font-size: 34px;
  }
}
#layout form[ng-app^=myApp] #deck .page_content_1,
#layout form#cc_lay_ship #deck .page_content_1 {
  margin: 0;
}
#layout form[ng-app^=myApp] #deck .deck,
#layout form#cc_lay_ship #deck .deck {
  margin: 0;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  font-size: 26px;
  font-weight: 500;
}
#layout form[ng-app^=myApp] #deck .deck #zoomify_decks,
#layout form#cc_lay_ship #deck .deck #zoomify_decks {
  max-height: 580px;
  width: 100% !important;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #deck .deck #zoomify_decks #viewportContainer0,
#layout form#cc_lay_ship #deck .deck #zoomify_decks #viewportContainer0 {
    /* Для Firefox */
    /* Для IE */
    /* Для Safari, Chrome, iOS */
    /* Для Opera */
    transform: rotate(90deg);
  }
}
#layout form[ng-app^=myApp] #deck .deck #zoomify_decks #ToolbarDisplay,
#layout form#cc_lay_ship #deck .deck #zoomify_decks #ToolbarDisplay {
  z-index: 20;
}
#layout form[ng-app^=myApp] #deck .deck #zoomify_decks.i_see,
#layout form#cc_lay_ship #deck .deck #zoomify_decks.i_see {
  display: block;
}
#layout form[ng-app^=myApp] #deck .deck:first-child,
#layout form#cc_lay_ship #deck .deck:first-child {
  margin-top: -18px;
}
#layout form[ng-app^=myApp] #cabine,
#layout form#cc_lay_ship #cabine {
  margin: 0;
  padding: 25px 0 0px;
  width: 100%;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #cabine,
#layout form#cc_lay_ship #cabine {
    padding: 50px 0 20px;
  }
}
#layout form[ng-app^=myApp] #cabine h4,
#layout form#cc_lay_ship #cabine h4 {
  text-align: center;
  margin-bottom: 0px;
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #cabine h4,
#layout form#cc_lay_ship #cabine h4 {
    margin-bottom: 40px;
    font-size: 34px;
  }
}
#layout form[ng-app^=myApp] #cabine h4 a,
#layout form#cc_lay_ship #cabine h4 a {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #cabine h4 a,
#layout form#cc_lay_ship #cabine h4 a {
    font-size: 34px;
  }
}
#layout form[ng-app^=myApp] #cabine .page_content_1,
#layout form#cc_lay_ship #cabine .page_content_1 {
  margin: 0;
}
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cb,
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cabine,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cb,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cabine {
  padding: 0px 0 10px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cb,
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cabine,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cb,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cabine {
    padding: 0px 0 0px;
  }
}
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cb a,
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cabine a,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cb a,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cabine a {
  background-color: #0069b4;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 12px;
  line-height: 188%;
  padding: 0 0 10px 0;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cb a,
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cabine a,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cb a,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cabine a {
    font-size: 20px;
  }
}
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cb a img,
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cabine a img,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cb a img,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cabine a img {
  background-color: inherit;
  border: none;
  border-radius: 5px 5px 0 0;
}
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cb a:hover,
#layout form[ng-app^=myApp] #cabine .page_content_1 .selection_cabine a:hover,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cb a:hover,
#layout form#cc_lay_ship #cabine .page_content_1 .selection_cabine a:hover {
  background-color: white;
  color: #0069b4;
  border: 1px solid #0069b4;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #cc_bk_navi,
#layout form#cc_lay_ship #cc_bk_navi {
    padding-bottom: 0;
  }
}
#layout form[ng-app^=myApp] .price_tbl,
#layout form#cc_lay_ship .price_tbl {
  width: 97%;
}
#layout form[ng-app^=myApp] .price_tbl tr,
#layout form#cc_lay_ship .price_tbl tr {
  font-family: "Roboto", sans-serif;
}
#layout form[ng-app^=myApp] .price_tbl tr th,
#layout form#cc_lay_ship .price_tbl tr th {
  padding: 3px 5px 8px 10px;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #4e4e4e;
  font-size: 14px;
  width: 15%;
  min-width: 20px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .price_tbl tr th,
#layout form#cc_lay_ship .price_tbl tr th {
    font-size: 19px;
    min-width: 100px;
  }
}
#layout form[ng-app^=myApp] .price_tbl tr td,
#layout form#cc_lay_ship .price_tbl tr td {
  padding: 5px 5px 8px 10px;
  font-weight: 600;
  color: #006ab6;
  font-size: 16px;
}
@media (min-width: 23.125em) {
  #layout form[ng-app^=myApp] .price_tbl tr td,
#layout form#cc_lay_ship .price_tbl tr td {
    font-size: 18px;
  }
}
@media (min-width: 29.375em) {
  #layout form[ng-app^=myApp] .price_tbl tr td,
#layout form#cc_lay_ship .price_tbl tr td {
    font-size: 20px;
  }
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] .price_tbl tr td,
#layout form#cc_lay_ship .price_tbl tr td {
    font-size: 22px;
  }
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .price_tbl tr td,
#layout form#cc_lay_ship .price_tbl tr td {
    font-size: 30px;
  }
}
#layout form[ng-app^=myApp] .price_tbl tr td :first-child,
#layout form#cc_lay_ship .price_tbl tr td :first-child {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .price_tbl tr td :first-child,
#layout form#cc_lay_ship .price_tbl tr td :first-child {
    font-size: 16px;
  }
}
#layout form[ng-app^=myApp] .price_tbl tr .price_tbl_00:hover,
#layout form[ng-app^=myApp] .price_tbl tr .price_tbl_01:hover,
#layout form#cc_lay_ship .price_tbl tr .price_tbl_00:hover,
#layout form#cc_lay_ship .price_tbl tr .price_tbl_01:hover {
  color: white;
  background-color: #0069b4;
}
#layout form[ng-app^=myApp] .price_tbl tr .price_tbl_01,
#layout form#cc_lay_ship .price_tbl tr .price_tbl_01 {
  color: #0069b4;
  background-color: white;
}
#layout form[ng-app^=myApp] .page_offers_cabine,
#layout form#cc_lay_ship .page_offers_cabine {
  background: rgba(0, 133, 228, 0.1);
}
#layout form[ng-app^=myApp] .page_offers_cabine h4,
#layout form#cc_lay_ship .page_offers_cabine h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 15px 10px 0;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_offers_cabine h4,
#layout form#cc_lay_ship .page_offers_cabine h4 {
    padding: 35px 30px;
    font-size: 24px;
  }
}
#layout form[ng-app^=myApp] .page_offers_cabine a,
#layout form#cc_lay_ship .page_offers_cabine a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  padding: 30px 10px;
  color: #0069b4;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_offers_cabine a,
#layout form#cc_lay_ship .page_offers_cabine a {
    font-size: 20px;
  }
}
#layout form[ng-app^=myApp] .page_offers_cabine .page_offers_cabine_adult,
#layout form#cc_lay_ship .page_offers_cabine .page_offers_cabine_adult {
  height: 20px;
}
#layout form[ng-app^=myApp] .page_offers_cabine .page_offers_cabine_child,
#layout form#cc_lay_ship .page_offers_cabine .page_offers_cabine_child {
  height: 20px;
}
#layout form[ng-app^=myApp] .page_offers_cabine .tbl_cabine,
#layout form#cc_lay_ship .page_offers_cabine .tbl_cabine {
  padding: 35px 10px 25px;
}
#layout form[ng-app^=myApp] .page_offers_cabine .b_cabine_box_add,
#layout form#cc_lay_ship .page_offers_cabine .b_cabine_box_add {
  background-color: #0069b4;
  font-weight: 600;
}
#layout form[ng-app^=myApp] .page_offers_cabine:hover,
#layout form#cc_lay_ship .page_offers_cabine:hover {
  background: rgba(0, 133, 228, 0.2);
}
#layout form[ng-app^=myApp] .page_offers_flex_03,
#layout form#cc_lay_ship .page_offers_flex_03 {
  padding: 0 !important;
}
#layout form[ng-app^=myApp] #cc_next,
#layout form#cc_lay_ship #cc_next {
  transition: none;
  background-color: #f26722;
  background-size: 16px;
  border-radius: 3px;
  color: white;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  padding: 0 5px;
  width: 25% !important;
  letter-spacing: 0.06em;
  font-weight: 500;
  min-width: 150px;
  margin: 20px auto -22px;
  float: none;
  max-width: 400px;
  text-align: center;
  text-transform: uppercase;
  border: 0.7px solid white;
  min-width: 100%;
  padding: 0;
  position: relative;
  margin: 0px 0 -10px;
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] #cc_next,
#layout form#cc_lay_ship #cc_next {
    margin: 60px 0 0px;
  }
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #cc_next,
#layout form#cc_lay_ship #cc_next {
    margin: 70px 0 30px;
    font-size: 30px;
    border: 2px solid #f26722;
    border-radius: 6px;
    float: none;
    font-weight: 900;
  }
}
#layout form[ng-app^=myApp] #cc_next i,
#layout form#cc_lay_ship #cc_next i {
  background-color: #f26722;
  margin-top: 15px;
  border-radius: 4px;
  position: absolute;
  top: -35px;
  left: 18%;
  color: #f26722;
  background-color: white;
  border: 4px solid #f26722;
  border-radius: 8px;
  width: 64%;
  padding: 5px;
  font-size: 16px;
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] #cc_next i,
#layout form#cc_lay_ship #cc_next i {
    left: 30%;
    width: 40%;
    margin-top: 0;
    top: -22px;
    padding: 5px 8px;
    font-size: 18px;
  }
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] #cc_next i,
#layout form#cc_lay_ship #cc_next i {
    left: 35%;
    width: 30%;
    font-size: 20px;
    top: -28px;
    padding: 8px 8px;
  }
}
@media (min-width: 77.5em) {
  #layout form[ng-app^=myApp] #cc_next i,
#layout form#cc_lay_ship #cc_next i {
    font-size: 24px;
  }
}
#layout form[ng-app^=myApp] #cc_next :hover,
#layout form#cc_lay_ship #cc_next :hover {
  background-color: #f26722;
  color: white;
}
#layout form[ng-app^=myApp] .page_content,
#layout form#cc_lay_ship .page_content {
  padding: 10px 0 0;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content,
#layout form#cc_lay_ship .page_content {
    padding: 50px 0 0;
    font-size: 20px;
  }
}
#layout form[ng-app^=myApp] .page_content_1,
#layout form#cc_lay_ship .page_content_1 {
  margin: 0;
}
#layout form[ng-app^=myApp] .page_content_1 h4,
#layout form#cc_lay_ship .page_content_1 h4 {
  text-align: center;
  margin-bottom: 0px;
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_1 h4,
#layout form#cc_lay_ship .page_content_1 h4 {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
#layout form[ng-app^=myApp] .page_content_1 h4 a,
#layout form#cc_lay_ship .page_content_1 h4 a {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_1 h4 a,
#layout form#cc_lay_ship .page_content_1 h4 a {
    font-size: 34px;
  }
}
#layout form[ng-app^=myApp] .page_content_1 #map_canvas,
#layout form#cc_lay_ship .page_content_1 #map_canvas {
  width: 95% !important;
}
#layout form[ng-app^=myApp] .page_content_1 .deck,
#layout form#cc_lay_ship .page_content_1 .deck {
  margin: 0;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  font-size: 26px;
  font-weight: 500;
}
#layout form[ng-app^=myApp] .page_content_1 .deck #zoomify_decks,
#layout form#cc_lay_ship .page_content_1 .deck #zoomify_decks {
  max-height: 580px;
  width: 100% !important;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_1 .deck #zoomify_decks #viewportContainer0,
#layout form#cc_lay_ship .page_content_1 .deck #zoomify_decks #viewportContainer0 {
    /* Для Firefox */
    /* Для IE */
    /* Для Safari, Chrome, iOS */
    /* Для Opera */
    transform: rotate(90deg);
  }
}
#layout form[ng-app^=myApp] .page_content_1 .deck #zoomify_decks #ToolbarDisplay,
#layout form#cc_lay_ship .page_content_1 .deck #zoomify_decks #ToolbarDisplay {
  z-index: 20;
}
#layout form[ng-app^=myApp] .page_content_1 .deck #zoomify_decks.i_see,
#layout form#cc_lay_ship .page_content_1 .deck #zoomify_decks.i_see {
  display: block;
}
#layout form[ng-app^=myApp] .page_content_1 .deck :first-child,
#layout form#cc_lay_ship .page_content_1 .deck :first-child {
  margin-top: -18px;
}
#layout form[ng-app^=myApp] .page_content_1 .selection_cabine div,
#layout form#cc_lay_ship .page_content_1 .selection_cabine div {
  padding: 20px 0 0px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_1 .selection_cabine div,
#layout form#cc_lay_ship .page_content_1 .selection_cabine div {
    padding: 0px 0 0px;
  }
}
#layout form[ng-app^=myApp] .page_content_1 .selection_cabine a,
#layout form#cc_lay_ship .page_content_1 .selection_cabine a {
  background-color: #0069b4;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 12px;
  line-height: 188%;
  padding: 0 0 10px 0;
  font-weight: 500;
  min-height: 150px;
}
@media (min-width: 36.25em) {
  #layout form[ng-app^=myApp] .page_content_1 .selection_cabine a,
#layout form#cc_lay_ship .page_content_1 .selection_cabine a {
    min-height: 160px;
  }
}
@media (min-width: 48em) {
  #layout form[ng-app^=myApp] .page_content_1 .selection_cabine a,
#layout form#cc_lay_ship .page_content_1 .selection_cabine a {
    min-height: 178px;
  }
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_1 .selection_cabine a,
#layout form#cc_lay_ship .page_content_1 .selection_cabine a {
    font-size: 16px;
    min-height: 235px;
  }
}
@media (min-width: 112.5em) {
  #layout form[ng-app^=myApp] .page_content_1 .selection_cabine a,
#layout form#cc_lay_ship .page_content_1 .selection_cabine a {
    font-size: 20px;
    min-height: 235px;
  }
}
#layout form[ng-app^=myApp] .page_content_1 .selection_cabine a img,
#layout form#cc_lay_ship .page_content_1 .selection_cabine a img {
  background-color: inherit;
  border: none;
  border-radius: 5px 5px 0 0;
}
#layout form[ng-app^=myApp] .page_content_1 .selection_cabine a:hover,
#layout form#cc_lay_ship .page_content_1 .selection_cabine a:hover {
  background-color: white;
  color: #0069b4;
  border: 1px solid #0069b4;
}
#layout form[ng-app^=myApp] .page_content_1 .page_list_check li,
#layout form#cc_lay_ship .page_content_1 .page_list_check li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 178%;
  background: url(/wp-content/themes/allegra-cruises/img/check_blue.svg) no-repeat 0 10px;
  background-size: 13px;
  padding-left: 25px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_1 .page_list_check li,
#layout form#cc_lay_ship .page_content_1 .page_list_check li {
    font-size: 18px;
    background-size: 16px;
  }
}
#layout form[ng-app^=myApp] .page_content_2 p,
#layout form#cc_lay_ship .page_content_2 p {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_2 p,
#layout form#cc_lay_ship .page_content_2 p {
    font-size: 30px;
  }
}
#layout form[ng-app^=myApp] .page_content_2 .page_table tr,
#layout form#cc_lay_ship .page_content_2 .page_table tr {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_2 .page_table tr,
#layout form#cc_lay_ship .page_content_2 .page_table tr {
    font-size: 18px;
  }
}
#layout form[ng-app^=myApp] .page_content_2 .page_table tr th,
#layout form#cc_lay_ship .page_content_2 .page_table tr th {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  padding: 10px 10px 5px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_2 .page_table tr th,
#layout form#cc_lay_ship .page_content_2 .page_table tr th {
    font-size: 18px;
  }
}
#layout form[ng-app^=myApp] .page_content_2 .page_table tr td,
#layout form#cc_lay_ship .page_content_2 .page_table tr td {
  padding: 10px 10px;
}
#layout form[ng-app^=myApp] .page_content_2 strong h4,
#layout form#cc_lay_ship .page_content_2 strong h4 {
  text-align: center;
  margin-bottom: 0px;
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_2 strong h4,
#layout form#cc_lay_ship .page_content_2 strong h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
#layout form[ng-app^=myApp] .page_content_2 strong h4 a,
#layout form#cc_lay_ship .page_content_2 strong h4 a {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_2 strong h4 a,
#layout form#cc_lay_ship .page_content_2 strong h4 a {
    font-size: 34px;
  }
}
#layout form[ng-app^=myApp] .page_content_2 .page_list_no,
#layout form#cc_lay_ship .page_content_2 .page_list_no {
  margin-left: 0px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_2 .page_list_no,
#layout form#cc_lay_ship .page_content_2 .page_list_no {
    margin-left: 40px;
  }
}
#layout form[ng-app^=myApp] .page_content_2 .page_list_no li,
#layout form#cc_lay_ship .page_content_2 .page_list_no li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 178%;
  background: url(/wp-content/themes/allegra-cruises/img/check_blue.svg) no-repeat 0 10px;
  background-size: 13px;
  padding-left: 25px;
}
@media (min-width: 62.375em) {
  #layout form[ng-app^=myApp] .page_content_2 .page_list_no li,
#layout form#cc_lay_ship .page_content_2 .page_list_no li {
    font-size: 18px;
    background-size: 16px;
  }
}

#layout div#cc_lay_ship {
  padding-bottom: 0;
  position: relative;
}
#layout div#cc_lay_ship .page_offers_cabine p {
  font-size: 24px;
}
#layout div#cc_lay_ship .page_offers_cabine_child {
  height: 20px;
}
#layout div#cc_lay_ship .page_box {
  margin: 0px auto;
  max-width: 1800px;
  border: none;
  padding: 0;
}
#layout div#cc_lay_ship .page_box .liste_box_date {
  order: 0;
  font-size: 18px;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 600;
  background: #f26722;
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship .page_box .liste_box_date {
    font-size: 24px;
    padding: 8px 10px;
  }
}
#layout div#cc_lay_ship .page_box .liste_box_date em {
  display: inline;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
#layout div#cc_lay_ship .liste_box_02 {
  flex-wrap: wrap;
  display: flex;
}
#layout div#cc_lay_ship .liste_box_02 .liste_box_nights {
  order: 1;
  border: none;
  float: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 5px 5px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship .liste_box_02 .liste_box_nights {
    font-size: 24px;
    padding: 8px 10px;
  }
}
#layout div#cc_lay_ship .liste_box_02 .liste_box_nights em {
  font-size: 20px;
  display: inline;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship .liste_box_02 .liste_box_nights em {
    font-size: 26px;
    padding: 4px 0px;
  }
}
#layout div#cc_lay_ship .liste_box_02 .liste_box_headline {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 18px;
  clear: both;
  float: none;
  order: 2;
  width: 100%;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  text-align: center;
  color: #006ab6;
}
@media (min-width: 23.125em) {
  #layout div#cc_lay_ship .liste_box_02 .liste_box_headline {
    font-size: 22px;
  }
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .liste_box_02 .liste_box_headline {
    font-size: 32px;
  }
}
#layout div#cc_lay_ship .liste_box_02 .liste_box_headline em {
  color: #004d88;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding: 25px 0 25px;
}
@media (min-width: 29.375em) {
  #layout div#cc_lay_ship .liste_box_02 .liste_box_headline em {
    font-size: 24px;
  }
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship .liste_box_02 .liste_box_headline em {
    font-size: 28px;
    text-align: center;
  }
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .liste_box_02 .liste_box_headline em {
    padding: 30px 0 30px;
    font-size: 34px;
  }
}
@media (min-width: 77.5em) {
  #layout div#cc_lay_ship .liste_box_02 .liste_box_headline em {
    font-size: 40px;
  }
}
#layout div#cc_lay_ship .liste_box_02 div:last-child {
  padding: 20px 0 10px;
  order: 3;
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 158%;
}
#layout div#cc_lay_ship .liste_box_02 div:last-child td:last-child {
  font-weight: 600;
  font-size: 18px;
}
#layout div#cc_lay_ship .page_offers_cabine {
  max-width: 1800px;
  margin: 0px 15px 15px 0;
  background: rgba(0, 133, 228, 0.1);
}
#layout div#cc_lay_ship .page_offers_cabine p {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  padding: 15px 20px 0;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_offers_cabine p {
    padding: 35px 30px;
  }
}
#layout div#cc_lay_ship .page_offers_cabine a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  padding: 30px 10px;
  color: #0069b4;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_offers_cabine a {
    font-size: 20px;
  }
}
#layout div#cc_lay_ship .page_offers_cabine .page_offers_cabine_adult {
  height: 20px;
}
#layout div#cc_lay_ship .page_offers_cabine .tbl_cabine {
  padding: 15px 10px 10px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_offers_cabine .tbl_cabine {
    padding: 35px 10px 25px;
  }
}
#layout div#cc_lay_ship .page_offers_cabine .tbl_cabine td:first-child {
  padding-left: 22px;
  width: 0;
}
@media (min-width: 36.25em) {
  #layout div#cc_lay_ship .page_offers_cabine .tbl_cabine td:first-child {
    padding-left: 0px;
  }
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_offers_cabine .tbl_cabine tr td {
    font-size: 20px;
  }
}
#layout div#cc_lay_ship .page_offers_cabine .b_cabine_box_add {
  background-color: #0069b4;
  font-weight: 600;
}
#layout div#cc_lay_ship .page_offers_cabine:hover {
  background: rgba(0, 133, 228, 0.2);
}
#layout div#cc_lay_ship .page_content_1 {
  margin: 0;
}
#layout div#cc_lay_ship .page_content_1 h4 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_1 h4 {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
#layout div#cc_lay_ship .page_content_1 h4 a {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_1 h4 a {
    font-size: 34px;
  }
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_1 #map_canvas div {
    width: 95% !important;
  }
}
#layout div#cc_lay_ship .page_content_1 .deck {
  margin: 0;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  font-size: 26px;
  font-weight: 500;
}
#layout div#cc_lay_ship .page_content_1 .deck #zoomify_decks {
  max-height: 580px;
  width: 100% !important;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_1 .deck #zoomify_decks #viewportContainer0 {
    /* Для Firefox */
    /* Для IE */
    /* Для Safari, Chrome, iOS */
    /* Для Opera */
    transform: rotate(90deg);
  }
}
#layout div#cc_lay_ship .page_content_1 .deck #zoomify_decks #ToolbarDisplay {
  z-index: 20;
}
#layout div#cc_lay_ship .page_content_1 .deck #zoomify_decks #slideList {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
}
#layout div#cc_lay_ship .page_content_1 .deck #zoomify_decks.i_see {
  display: block;
}
#layout div#cc_lay_ship .page_content_1 .deck :first-child {
  margin-top: -18px;
}
#layout div#cc_lay_ship .page_content_1 .selection_cabine a {
  background-color: #0069b4;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 12px;
  line-height: 188%;
  padding: 0 0 10px 0;
  font-weight: 500;
  min-height: 150px;
}
@media (min-width: 36.25em) {
  #layout div#cc_lay_ship .page_content_1 .selection_cabine a {
    min-height: 160px;
  }
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship .page_content_1 .selection_cabine a {
    min-height: 178px;
  }
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_1 .selection_cabine a {
    font-size: 16px;
    min-height: 235px;
  }
}
@media (min-width: 112.5em) {
  #layout div#cc_lay_ship .page_content_1 .selection_cabine a {
    font-size: 20px;
    min-height: 235px;
  }
}
#layout div#cc_lay_ship .page_content_1 .selection_cabine a img {
  background-color: inherit;
  border: none;
  border-radius: 5px 5px 0 0;
}
#layout div#cc_lay_ship .page_content_1 .selection_cabine a:hover {
  background-color: white;
  color: #0069b4;
  border: 1px solid #0069b4;
}
#layout div#cc_lay_ship .page_content_1 .page_list_check li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 178%;
  background: url(/wp-content/themes/allegra-cruises/img/check_blue.svg) no-repeat 0 10px;
  background-size: 13px;
  padding-left: 25px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_1 .page_list_check li {
    font-size: 18px;
    background-size: 16px;
  }
}
#layout div#cc_lay_ship .page_content_2 p {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
}
#layout div#cc_lay_ship .page_content_2 .page_table tr {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_2 .page_table tr {
    font-size: 18px;
  }
}
#layout div#cc_lay_ship .page_content_2 .page_table tr th {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0 5px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_2 .page_table tr th {
    font-size: 18px;
  }
}
#layout div#cc_lay_ship .page_content_2 .page_table tr td {
  padding: 10px 0;
}
#layout div#cc_lay_ship .page_content_2 strong h4 {
  text-align: center;
  margin-bottom: 0px;
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_2 strong h4 {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
#layout div#cc_lay_ship .page_content_2 strong h4 a {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_2 strong h4 a {
    font-size: 34px;
  }
}
#layout div#cc_lay_ship .page_content_2 .page_list_no {
  margin-left: 0px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_2 .page_list_no {
    margin-left: 40px;
  }
}
#layout div#cc_lay_ship .page_content_2 .page_list_no li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 178%;
  background: url(/wp-content/themes/allegra-cruises/img/check_blue.svg) no-repeat 0 10px;
  background-size: 13px;
  padding-left: 25px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_2 .page_list_no li {
    font-size: 18px;
    background-size: 16px;
  }
}
#layout div#cc_lay_ship #category a {
  background-color: #0069b4;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 188%;
  padding: 0 0 10px 0;
  font-weight: 500;
}
#layout div#cc_lay_ship #category a img {
  background-color: inherit;
  border: none;
  border-radius: 5px 5px 0 0;
}
#layout div#cc_lay_ship #category a:hover {
  background-color: white;
  color: #0069b4;
  border: 1px solid #0069b4;
}
#layout div#cc_lay_ship #category p {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 10px 15px 8px;
}
#layout div#cc_lay_ship .selection_cat th,
#layout div#cc_lay_ship .selection_cat tr,
#layout div#cc_lay_ship .selection_cat td {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  padding: 8px 10px;
  text-align: center;
}
#layout div#cc_lay_ship .selection_cat th #page_row_content .page_content_2 #radiogroup .radio-custom,
#layout div#cc_lay_ship .selection_cat tr #page_row_content .page_content_2 #radiogroup .radio-custom,
#layout div#cc_lay_ship .selection_cat td #page_row_content .page_content_2 #radiogroup .radio-custom {
  padding-right: 10px;
}
#layout div#cc_lay_ship .selection_cat th #page_row_content .page_content_2 #radiogroup label,
#layout div#cc_lay_ship .selection_cat tr #page_row_content .page_content_2 #radiogroup label,
#layout div#cc_lay_ship .selection_cat td #page_row_content .page_content_2 #radiogroup label {
  font-size: 20px;
}
#layout div#cc_lay_ship .selection_cat th i,
#layout div#cc_lay_ship .selection_cat tr i,
#layout div#cc_lay_ship .selection_cat td i {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
@media (min-width: 77.5em) {
  #layout div#cc_lay_ship .selection_cat th i,
#layout div#cc_lay_ship .selection_cat tr i,
#layout div#cc_lay_ship .selection_cat td i {
    font-size: 26px;
  }
}
#layout div#cc_lay_ship .selection_cat td {
  padding: 15px 10px 0px 0px;
}
#layout div#cc_lay_ship .selection_cat tr:hover {
  background-color: rgba(0, 133, 228, 0.15);
}
#layout div#cc_lay_ship .selection_cat .selection_cat_on {
  margin: auto;
}
#layout div#cc_lay_ship #page_row_content {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
#layout div#cc_lay_ship #page_row_content .page_content_2 select {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  background-color: #0069b4;
}
#layout div#cc_lay_ship #page_row_content .page_content_2 #radiogroup label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
#layout div#cc_lay_ship #page_row_content .page_content_2 .b_forward_100 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  border-radius: 5px;
  background-color: #ed0677;
  background-size: 18px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #page_row_content .page_content_2 .b_forward_100 {
    width: 350px;
  }
}
#layout div#cc_lay_ship #page_row_content .page_content_4 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
#layout div#cc_lay_ship #page_row_content .page_content_4 h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
}
#layout div#cc_lay_ship #page_row_content .page_content_4 ul li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
#layout div#cc_lay_ship .page_offers_cabine_ckd {
  border: none;
  border-radius: 4px;
  max-width: 1800px;
  margin: 0px auto;
  background-color: rgba(0, 133, 228, 0.1);
  padding: 20px 10px;
}
#layout div#cc_lay_ship .page_offers_cabine_ckd .page_offers_cabine_ausw {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  padding: 0px 0px 0;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_offers_cabine_ckd .page_offers_cabine_ausw {
    padding: 35px 30px;
  }
}
#layout div#cc_lay_ship .page_offers_cabine_ckd .page_offers_cabine_adult_ckd,
#layout div#cc_lay_ship .page_offers_cabine_ckd .page_offers_cabine_child_ckd {
  height: 20px;
}
#layout div#cc_lay_ship .page_offers_cabine_ckd .page_offers_cabine_head {
  color: #004d88;
  font-size: 24px;
  font-weight: 500;
}
#layout div#cc_lay_ship .page_offers_cabine_ckd .page_offers_cabine_head_sub {
  font-size: 22px;
  padding-bottom: 10px;
  padding-top: 8px;
  font-family: "Roboto", sans-serif;
}
#layout div#cc_lay_ship .page_offers_cabine_ckd td {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_offers_cabine_ckd td {
    font-size: 20px;
    min-width: 100px;
  }
}
#layout div#cc_lay_ship .page_offers_cabine_ckd #change_cabin {
  border-radius: 5px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background-color: #f26722;
  background-size: 14px;
  margin: 0;
  min-width: 115px;
  text-align: center;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_offers_cabine_ckd #change_cabin {
    font-size: 28px;
  }
}
#layout div#cc_lay_ship .page_offers_cabine_ckd #change_cabin i {
  padding-left: 5px;
}
#layout div#cc_lay_ship .page_offers_cabine_ckd:hover {
  background-color: rgba(0, 133, 228, 0.2);
}
#layout div#cc_lay_ship .page_content_header form[name=requestFORM] {
  display: flex;
  position: relative;
}
#layout div#cc_lay_ship .page_content_header form[name=requestFORM] input[type=submit] {
  float: none;
  margin: 20px auto;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0;
  border-radius: 6px;
  text-transform: uppercase;
  max-width: 250px;
  z-index: 3;
  font-weight: 500;
  background-color: white;
  color: #ed0677;
  border: 1.4px solid #ed0677;
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship .page_content_header form[name=requestFORM] input[type=submit] {
    max-width: 400px;
  }
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_header form[name=requestFORM] input[type=submit] {
    font-size: 24px;
    font-weight: 900;
    border: 4px solid #ed0677;
  }
}
#layout div#cc_lay_ship .page_content_header form[name=requestFORM] input[type=submit]:hover {
  color: white;
  background-color: #ed0677;
}
#layout div#cc_lay_ship .page_content_header form[name=requestFORM] .lineforbutton {
  width: 100%;
  border: 0.7px solid white;
  position: absolute;
  top: 50%;
  z-index: 0;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_header form[name=requestFORM] .lineforbutton {
    border: 2px solid #ed0677;
  }
}
#layout div#cc_lay_ship .page_content_header form {
  max-width: 1800px;
  margin: 0px auto;
}
#layout div#cc_lay_ship .page_content_header form input[value^="Rezerviraj sedaj"] {
  font-size: 25px;
  margin-right: 0;
  padding: 8px 0 10px;
  border-radius: 5px;
}
#layout div#cc_lay_ship #tpm {
  background-color: white;
  border-bottom: none;
  margin-bottom: 10px;
}
@media (min-width: 48.125em) {
  #layout div#cc_lay_ship #tpm {
    position: absolute;
    top: 60px;
    z-index: 1;
  }
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #tpm {
    top: 35px;
  }
}
#layout div#cc_lay_ship #tpm #tpm_back {
  margin-right: 5px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #tpm #tpm_back {
    margin-right: 20px;
  }
}
#layout div#cc_lay_ship #tpm #tpm_back a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 138%;
  border-radius: 5px;
  background-color: #006ab6;
  padding: 7px 10px 5px 20px;
  font-size: 12px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #tpm #tpm_back a {
    padding: 7px 28px 5px 34px;
    font-size: 18px;
  }
}
#layout div#cc_lay_ship #tpm #tpm_ml a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 138%;
  border-radius: 5px;
  background-color: #006ab6;
  padding: 7px 12px 5px 24px;
  font-size: 12px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #tpm #tpm_ml a {
    padding: 7px 28px 5px 34px;
    font-size: 18px;
  }
}
#layout div#cc_lay_ship ul#breadcrumbs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship ul#breadcrumbs {
    padding-bottom: 30px;
  }
}
#layout div#cc_lay_ship ul#breadcrumbs li {
  color: #4e4e4e;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
#layout div#cc_lay_ship ul#breadcrumbs li a,
#layout div#cc_lay_ship ul#breadcrumbs li a:visited {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-weight: 400;
  letter-spacing: 0.03em;
}
#layout div#cc_lay_ship ul#breadcrumbs li::after {
  content: "/";
}
#layout div#cc_lay_ship ul#breadcrumbs li:last-of-type::after {
  content: " ";
}
#layout div#cc_lay_ship #passData .page_content_1 p {
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  font-size: 18px;
}
#layout div#cc_lay_ship #passData .page_content_1 .lay_radio input[type=radio]:not(:checked) {
  opacity: 1;
  border-radius: 50%;
  background: white;
  border: 2px solid #006ab6;
  height: 15px;
  width: 15px;
  padding: 0;
  margin: 8px 0 0 3px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .page_content_1 .lay_radio input[type=radio]:not(:checked) {
    height: 20px;
    width: 20px;
    margin: 9px 0 0 2px;
  }
}
#layout div#cc_lay_ship #passData .page_content_1 .lay_radio input[type=radio]:checked {
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #006ab6;
  background: #006ab6;
  margin: 10px 0 0 3px;
  height: 15px;
  width: 15px;
  padding: 0;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .page_content_1 .lay_radio input[type=radio]:checked {
    height: 20px;
    width: 20px;
    margin: 9px 0 0 2px;
  }
}
#layout div#cc_lay_ship #passData .page_content_1 .lay_radio label {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  padding: 5px 0;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .page_content_1 .lay_radio label {
    font-size: 18px;
  }
}
#layout div#cc_lay_ship #passData .page_content_1 #footnote1 {
  font-size: 16px;
}
#layout div#cc_lay_ship #passData .page_content_2 {
  margin-bottom: 0;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .page_content_2 {
    padding-top: 30px;
  }
}
#layout div#cc_lay_ship #passData .page_content_2 h4 {
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  font-size: 18px;
}
#layout div#cc_lay_ship #passData .page_content_2 p {
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  font-size: 20px;
}
#layout div#cc_lay_ship #passData select {
  border: 2px solid #006ab6;
  color: #004d88;
  background-color: white;
  font-family: "Roboto", sans-serif;
  background: 95% center no-repeat url(/wp-content/themes/allegra-cruises/img/dd.png);
  background-size: 18px;
  font-size: 18px;
}
#layout div#cc_lay_ship #passData .page_box_form {
  max-width: 1800px;
  padding: 1px 10px;
  margin: 0 auto;
  background-color: rgba(0, 133, 228, 0.15);
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .page_box_form {
    padding: 15px 18px 40px;
  }
}
#layout div#cc_lay_ship #passData .page_box_form h3 {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-weight: 500;
  font-size: 14px;
  margin-left: 10%;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .page_box_form h3 {
    margin-top: 30px;
    font-size: 18px;
  }
}
#layout div#cc_lay_ship #passData .page_box_form h4 {
  font-family: "Raleway", sans-serif;
  color: #4e4e4e;
  font-weight: 600;
  font-size: 30px;
  margin-left: 10%;
  margin-top: 10px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .page_box_form h4 {
    margin-top: 10px;
  }
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit,
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 {
  width: 49%;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit .pb_box,
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 .pb_box {
  width: 100%;
  display: flex;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 h3 {
  margin-top: -35px !important;
  margin-bottom: 15px;
  margin-left: 10px;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 br,
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 .clear {
  display: none;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 .pb_radio {
  width: 0px;
  min-width: auto;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 .pb_text {
  width: 100px;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 .pb_field {
  font-size: 16px;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 .pay-choise {
  justify-content: space-between;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 .pay-choise .option {
  width: 49%;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 .pay-choise .option .pb_box .pb_radio {
  width: auto;
  min-width: 10px;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 .pay-choise .option .pb_box .pb_field .pb_field {
  width: auto;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 #payment h3 {
  margin-top: 5px !important;
  margin-bottom: 15px;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 #payment .pb_box {
  width: 50%;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 #payment .pb_box .pb_radio {
  width: 50px;
  min-width: 230px;
  margin: 8px 0 0;
  width: auto;
  min-width: auto;
}
#layout div#cc_lay_ship #passData .page_box_form .page_box_form_inside .googleit2 #payment .pb_box .pb_field {
  display: none;
}
#layout div#cc_lay_ship #passData .page_box_form .pb_text {
  font-family: "Roboto", sans-serif;
  width: 100%;
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship #passData .page_box_form .pb_text {
    width: 30%;
  }
}
#layout div#cc_lay_ship #passData .page_box_form label {
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  font-weight: 400;
  font-size: 18px;
}
#layout div#cc_lay_ship #passData .page_box_form label:before {
  border: 3px solid #006ab6;
}
#layout div#cc_lay_ship #passData .page_box_form input,
#layout div#cc_lay_ship #passData .page_box_form textarea {
  border: 2px solid #006ab6;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #004d88;
  background-color: white;
}
#layout div#cc_lay_ship #passData .page_box_form .pb_field {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship #passData .page_box_form .pb_field {
    font-size: 18px;
  }
}
#layout div#cc_lay_ship #passData .page_box_form .pb_radio {
  width: 30%;
  min-width: 230px;
}
#layout div#cc_lay_ship #passData .page_box_form .checkbox-custom-label {
  font-size: 14px;
}
#layout div#cc_lay_ship #passData .form_booking_class_second_box {
  padding: 0 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship #passData .form_booking_class_second_box {
    padding-bottom: 20px;
    justify-content: center;
  }
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .form_booking_class_second_box {
    padding-bottom: 50px;
  }
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship #passData .form_booking_class_second_box .page_content_1 {
    margin: 0 10px;
  }
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .form_booking_class_second_box .page_content_1 {
    margin: 0 25px;
  }
}
@media (min-width: 29.375em) {
  #layout div#cc_lay_ship #passData .form_booking_class_second_box .page_content_1 h4 {
    margin-top: 20px;
  }
}
#layout div#cc_lay_ship #passData .form_booking_class_second_box .page_content_1 label {
  float: left;
}
#layout div#cc_lay_ship #passData .form_booking_class_second_box .page_content_1 .checkbox-custom-label {
  float: none;
}
@media (min-width: 29.375em) {
  #layout div#cc_lay_ship #passData .form_booking_class_second_box .page_content_1 .pb_field_date {
    width: 83px;
  }
}
#layout div#cc_lay_ship #passData .form_booking_class_second_box p {
  font-size: 16px;
}
@media (min-width: 48em) {
  #layout div#cc_lay_ship #passData .form_booking_class_second_box p {
    font-size: 22px;
  }
}
#layout div#cc_lay_ship #passData .form_booking_class_second_box .pb_field_take {
  background-color: rgba(0, 133, 228, 0.15);
}
#layout div#cc_lay_ship #passData .form_booking_class_second_box label {
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  font-weight: 400;
  font-size: 18px;
}
#layout div#cc_lay_ship #passData .form_booking_class_second_box label:before {
  border: 3px solid #006ab6;
  margin-right: 8px;
}
#layout div#cc_lay_ship #passData .form_booking_class_second_box input,
#layout div#cc_lay_ship #passData .form_booking_class_second_box textarea {
  border: 2px solid #006ab6;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #004d88;
  background-color: white;
}
#layout div#cc_lay_ship #passData .page_content_header {
  display: flex;
  position: relative;
}
#layout div#cc_lay_ship #passData .page_content_header .b_forward {
  width: 30%;
  margin: auto;
  border-radius: 5px;
  min-width: 250px;
  z-index: 3;
  background-color: white;
  color: #ed0677;
}
#layout div#cc_lay_ship #passData .page_content_header .b_forward input {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  border-radius: 6px;
  background-color: white;
  color: #ed0677;
  border: 3px solid #ed0677;
}
@media (min-width: 77.5em) {
  #layout div#cc_lay_ship #passData .page_content_header .b_forward input {
    font-size: 28px;
  }
}
#layout div#cc_lay_ship #passData .page_content_header .b_forward input:hover {
  background-color: #ed0677;
  color: white;
}
#layout div#cc_lay_ship #passData .page_content_header .lineforbutton2 {
  width: 100%;
  border: 0.7px solid white;
  position: absolute;
  top: 18px;
  z-index: 0;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship #passData .page_content_header .lineforbutton2 {
    border: 2px solid #ed0677;
  }
}
@media (min-width: 77.5em) {
  #layout div#cc_lay_ship #passData .page_content_header .lineforbutton2 {
    top: 25px;
  }
}
#layout div#cc_lay_ship .page_box {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_box {
    font-size: 16px;
  }
}
#layout div#cc_lay_ship .page_box h4,
#layout div#cc_lay_ship .page_box h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
}
#layout div#cc_lay_ship .page_box .page_table th,
#layout div#cc_lay_ship .page_box .page_table td,
#layout div#cc_lay_ship .page_box .tbl_cabine th,
#layout div#cc_lay_ship .page_box .tbl_cabine td {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 5px 0;
}
#layout div#cc_lay_ship .page_content_header {
  font-family: "Roboto", sans-serif;
  padding: 0;
}
#layout div#cc_lay_ship .page_content_header form[name=book] {
  display: flex;
}
#layout div#cc_lay_ship .page_content_header input[type=submit] {
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  border-radius: 6px;
}
@media (min-width: 62.375em) {
  #layout div#cc_lay_ship .page_content_header input[type=submit] {
    font-size: 28px;
  }
}
#layout div#cc_lay_ship .page_content_header p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.extraWrapper {
  max-width: 50px;
}

#frm_add #cc_lay_sort {
  padding: 5px 0px;
}
#frm_add #cc_lay_sort .liste_box_sort {
  border-bottom: none;
}
#frm_add #cc_lay_sort .b_delete {
  background-color: #f26722;
  border-radius: 4px;
  margin-left: 15px;
}
#frm_add #cc_lay_sort #clearWatchlistText {
  font-family: "Roboto", sans-serif;
}
#frm_add .page_content_header {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#frm_add h4 {
  color: #004d88;
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
  font-size: 18px;
}
@media (min-width: 62.375em) {
  #frm_add h4 {
    font-size: 24px;
  }
}
#frm_add .pb_box .pb_text label {
  font-family: "Roboto", sans-serif;
}
#frm_add .pb_box input,
#frm_add .pb_box textarea {
  border: 2px solid #006ab6;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #004d88;
  background-color: white;
}
#frm_add .b_forward input {
  background-color: #f26722;
}
#frm_add #myClass div:first-child {
  margin-top: 50px;
}
#frm_add #myClass .b_delete {
  background-color: #ed0677;
  border-radius: 5px;
}

#slideList {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
}

#cc_lay_ship {
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
}

.page_content[data-scrollpoint=operator] {
  font-size: 0px !important;
}