@import '../fonts/line-awesome/css/line-awesome.min.css';
@font-face {
  font-family: 'Ktav Yad CLM';
  src: url('../fonts/ktav-yad-clm/KtavYadCLM-BoldItalic.otf');
}
.flex-container-justify {
  display: flex;
  justify-content: space-between;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 1px;
  font-family: 'Heebo', 'Arial', serif;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  max-width: 100%;
}
#site-wrapper {
  font-size: 16px;
}
.sample-block {
  width: 100%;
  min-height: 50px;
  border: 2px solid black;
  text-align: center;
  padding: 20px 0;
}
.sample-flex-block {
  flex-basis: 300px;
  min-height: 50px;
  border: 1px solid black;
}
.wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  width: 1410px;
  padding: 0 15px;
}
.wrapper.wrapper--header {
  width: 1860px;
  padding: 0 10px;
}
.wrapper.wrapper--widest {
  width: 1920px;
  padding: 0 10px;
}
.wrapper > * {
  margin: 0 5px;
}
.flex-container {
  display: flex;
  justify-content: space-between;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .hide-smallLaptop {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .showSmallLaptop {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .show-mobile {
    display: none;
  }
}
.ltr {
  direction: ltr;
}
.flex-center {
  justify-content: center;
}
.lead-icon-title,
.lit {
  text-align: center;
  margin-bottom: 40px;
}
.lead-icon-title .lit__icon,
.lit .lit__icon {
  font-size: 65px;
}
.lead-icon-title .lit__text,
.lit .lit__text {
  font-size: 30px;
  margin: 0 auto 1px auto;
}
.lead-icon-title .lit__text .lit__text--break-mobile,
.lit .lit__text .lit__text--break-mobile {
  margin-left: 6px;
}
@media screen and (max-width: 800px) {
  .lead-icon-title .lit__text .lit__text--break-mobile,
  .lit .lit__text .lit__text--break-mobile {
    display: block;
    margin-left: 0;
  }
}
.lead-icon-title .lit_separator,
.lit .lit_separator {
  display: inline-block;
  margin: 10px auto;
  height: 3px;
  width: 100%;
  max-width: 130px;
  background: #f6bd17;
}
.offers {
  display: flex;
  flex-wrap: wrap;
}
header.header {
  background-color: #153447;
  color: #ffffff;
  padding: 20px 0;
  position: relative;
  z-index: 1000;
}
header.header.sticky {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
header.header .wrapper {
  align-items: center;
}
header.header .header__logo {
  background: url('../images/logo.png') center center no-repeat;
  background-size: 100% 100%;
  height: 62px;
  width: 221px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 221px;
}
@media screen and (max-width: 1400px) {
  header.header .header__logo {
    height: 40px;
    width: 146px;
    flex-basis: 146px;
  }
}
header.header .header__menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header.header .header__menu {
    display: block;
    order: 2;
    margin-right: 15px;
  }
}
header.header .header__phone {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 74px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
header.header .header__phone::before {
  position: absolute;
  content: ' ';
  z-index: 2;
  right: -50px;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1400px) {
  header.header .header__phone {
    margin-right: 41px;
  }
  header.header .header__phone::before {
    right: -30px;
  }
}
@media screen and (max-width: 1200px) {
  header.header .header__phone {
    margin-right: 0;
    order: 1;
  }
}
@media screen and (max-width: 1200px) {
  header.header .header__phone::before {
    display: none;
    margin-right: 0;
  }
}
header.header .header__phone .phone-link {
  color: #f6bd17;
}
header.header .header__phone .phone-mobile {
  height: 40px;
  padding: 2px 0;
}
@media screen and (max-width: 500px) {
  header.header .header__phone .phone-mobile {
    margin-bottom: 16px;
  }
}
header.header .header__phone .phone-mobile i {
  line-height: 1;
  font-size: 36px;
  text-decoration: none;
  color: #f6bd17;
  -webkit-transition: all 150ms ease 0ms;
  transition: all 150ms ease 0ms;
}
header.header .header__phone .phone-mobile i:hover {
  color: #ffffff;
}
header.header .header__phone .header__phone-order-link {
  font-size: 16px;
  margin-top: 4px;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  header.header .header__phone .header__phone-order-link {
    position: absolute;
    width: 140px;
    right: auto;
    left: -60px;
    top: auto;
    bottom: -8px;
  }
}
body.inner-page header.header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
body.inner-page header.header .header__logo {
  height: 50px;
  flex-basis: 180px;
}
.front-page .lead {
  position: relative;
  height: 470px;
  width: 100%;
  background: url(../images/lead.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .front-page .lead {
    height: 370px;
  }
}
@media screen and (max-width: 800px) {
  .front-page .lead {
    height: 330px;
  }
}
.front-page .hp-search-wrapper {
  position: relative;
  bottom: 205px;
  max-height: 100%;
  width: 100%;
  margin-bottom: -170px;
}
@media screen and (max-width: 1100px) {
  .front-page .hp-search-wrapper {
    bottom: 305px;
    margin-bottom: -270px;
  }
}
.front-page .main-packages {
  margin-bottom: 60px;
}
.front-page .offers {
  display: flex;
  flex-wrap: wrap;
}
.front-page .offers .offer {
  margin-left: 5px;
  margin-right: 5px;
}
.front-page .offers:not(.flex-center) {
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .front-page .offers {
    justify-content: center;
  }
}
.front-page .packages-wrapper-lead .packages-container {
  width: 100%;
}
.front-page .packages-wrapper-lead .packages-container .packages-display {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .front-page .packages-wrapper-lead .packages-container .packages-display {
    flex-wrap: wrap;
    justify-content: center;
  }
  .front-page .packages-wrapper-lead .packages-container .packages-display .single-package-link--lead {
    margin-bottom: 15px;
  }
}
.front-page .lead-boxes {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .front-page .lead-boxes {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.front-page .lead-boxes .single-package-link--pseudo {
  margin-bottom: 20px;
  padding: 0;
  flex: 1 1 29vw;
  height: 19vw;
}
@media screen and (max-width: 1200px) {
  .front-page .lead-boxes .single-package-link--pseudo {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .front-page .lead-boxes .single-package-link--pseudo {
    width: 510px;
    height: 300px;
    min-height: 300px;
    flex: 1 1 300px;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 800px) {
  .front-page .lead-boxes .single-package-link--pseudo {
    width: 340px;
    height: 200px;
    min-height: 200px;
    flex: 1 1 200px;
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 500px) {
  .front-page .lead-boxes .single-package-link--pseudo {
    width: 270px;
    height: 159px;
    min-height: 159px;
    flex: 1 1 159px;
    margin: 0 auto 15px auto;
  }
}
.front-page .lead-boxes .single-package-link--pseudo .pseudo-package-inner {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: auto;
  width: auto;
  height: auto;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .front-page .lead-boxes .single-package-link--pseudo .pseudo-package-inner {
    width: 120%;
    right: -10%;
    transform: scale(0.8, 0.8);
  }
}
@media screen and (max-width: 1000px) {
  .front-page .lead-boxes .single-package-link--pseudo .pseudo-package-inner {
    width: 130%;
    right: -15%;
    transform: scale(0.75, 0.75);
  }
}
@media screen and (max-width: 800px) {
  .front-page .lead-boxes .single-package-link--pseudo .pseudo-package-inner {
    width: 160%;
    right: -30%;
    transform: scale(0.6, 0.6);
  }
}
@media screen and (max-width: 500px) {
  .front-page .lead-boxes .single-package-link--pseudo .pseudo-package-inner {
    width: 200%;
    right: -50%;
    transform: scale(0.5, 0.5);
  }
}
.footer-newsletter {
  position: relative;
  min-height: 200px;
  background: url(../images/modules/newsletter_form_section_bg.jpg) center center no-repeat;
  background-size: cover;
}
.footer-newsletter .shader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
footer.footer {
  padding: 40px 0 50px 0;
}
@media screen and (max-width: 1100px) {
  footer.footer {
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer.footer .footer-menus {
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
@media screen and (max-width: 1100px) {
  footer.footer .footer-menus {
    flex-wrap: wrap;
  }
}
.credit-line {
  background: #cdcdcd;
  color: #000000;
  padding: 16px 0 12px 0;
  font-size: 12px;
}
.credit-line .wrapper {
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .credit-line .wrapper {
    text-align: center;
    flex-direction: column;
  }
}
.credit-line .site-credit a,
.credit-line .designer-credit a {
  color: #000000;
  text-decoration: underline;
}
.credit-line .site-credit a:hover,
.credit-line .designer-credit a:hover {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .credit-line .site-credit {
    margin-bottom: 6px;
  }
}
.header-menu-module .mobile-menu-toggle {
  display: none;
  font-size: 40px;
  cursor: pointer;
  color: #f6bd17;
  -webkit-transition: all 150ms ease 0ms;
  transition: all 150ms ease 0ms;
}
.header-menu-module .mobile-menu-toggle:hover {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .header-menu-module .mobile-menu-toggle {
    display: flex;
  }
}
.header-menu-module .nav {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  flex-wrap: wrap;
}
.header-menu-module .nav li {
  position: relative;
  margin: 0 22px;
}
@media screen and (max-width: 1400px) {
  .header-menu-module .nav li {
    margin: 0 12.5px;
  }
}
.header-menu-module .nav li a {
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  text-decoration: none;
  -webkit-transition: color 150ms ease 0ms;
  transition: color 150ms ease 0ms;
}
.header-menu-module .nav li a:hover {
  color: #f6bd17;
}
.header-menu-module .nav li.active a {
  color: #f6bd17;
}
.header-menu-module .nav > li > ul,
.header-menu-module .nav > li.active > ul {
  padding-top: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: -1;
  width: 300px;
  background: #153447;
  opacity: 0;
  pointer-events: none;
  transform: translateY(60px);
  transition: transform 200ms ease, opacity 150ms ease;
}
.header-menu-module .nav > li:hover > ul,
.header-menu-module .nav > li.active:hover > ul {
  z-index: 100;
  pointer-events: auto;
  transform: none;
  opacity: 1;
}
.header-menu-module .nav > li > ul > li,
.header-menu-module .nav > li.active > ul > li {
  margin: 0 12px 12px 12px;
  width: auto;
}
.header-menu-module .nav > li > ul > li a,
.header-menu-module .nav > li.active > ul > li a {
  color: #ffffff;
}
.header-menu-module .nav > li > ul > li.active a,
.header-menu-module .nav > li.active > ul > li.active a,
.header-menu-module .nav > li > ul > li:hover a,
.header-menu-module .nav > li.active > ul > li:hover a {
  color: #f6bd17;
}
.header-menu-module .nav > li > ul > li > ul {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-menu-module .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 100px 0;
    z-index: 2000;
    background: #153447;
  }
  .header-menu-module .nav.js-active {
    display: block;
  }
  .header-menu-module .nav .mobile-menu-toggle {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #f6bd17;
  }
  .header-menu-module .nav .mobile-menu-toggle:hover {
    color: #ffffff;
  }
  .header-menu-module .nav li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 5px;
  }
  .header-menu-module .nav li a {
    font-size: 36px;
  }
  .header-menu-module .nav > li > ul,
  .header-menu-module .nav > li.active > ul {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .header-menu-module .nav {
    padding: 50px 0;
  }
  .header-menu-module .nav li {
    padding: 10px 5px;
  }
  .header-menu-module .nav li a {
    font-size: 26px;
  }
}
.footer-menu-block {
  flex-basis: 200px;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .footer-menu-block {
    flex-basis: 100%;
    border-bottom: 1px solid #737373;
    margin-left: 0;
  }
  .footer-menu-block:last-of-type {
    border-bottom: none;
  }
}
.footer-menu-block .footer-menu-title {
  font-size: 16px;
  margin-bottom: 16px;
  color: #f6bd17;
}
.footer-menu-block .footer-menu-title .la-chevron-down {
  display: none;
}
@media screen and (max-width: 1100px) {
  .footer-menu-block .footer-menu-title {
    position: relative;
    font-size: 22px;
    color: #737373;
    padding: 10px 0 10px 30px;
    margin-bottom: 0;
    flex-basis: 100%;
    cursor: pointer;
  }
  .footer-menu-block .footer-menu-title .la-chevron-down {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-menu-block ul {
    display: none;
    padding-bottom: 4px;
  }
  .footer-menu-block ul.active {
    display: block;
    max-height: 400px;
  }
}
.footer-menu-block li {
  margin-bottom: 4px;
}
@media screen and (max-width: 1100px) {
  .footer-menu-block li {
    display: block;
    width: 100%;
  }
}
.footer-menu-block li a {
  color: #000000;
  font-size: 14px;
  -webkit-transition: opacity 150ms ease 0ms;
  transition: opacity 150ms ease 0ms;
}
@media screen and (max-width: 1100px) {
  .footer-menu-block li a {
    font-size: 18px;
  }
}
.footer-menu-block li.active a,
.footer-menu-block li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
/**
WARNING, the design of this was heavily modified and we do not have time to pxake
It is best to pxake this when possible

Expect the unexpected.

 */
#DDListPopUp {
  font-size: 18px;
  position: absolute;
  overflow-y: scroll;
  background: #ffffff;
  cursor: pointer;
  outline: 0;
  height: 270px!important;
  width: 0;
  display: none;
}
@media screen and (max-width: 340px) {
  #DDListPopUp {
    max-width: 225px;
  }
}
#DDListPopUp > div:first-of-type {
  margin-bottom: 12px;
  font-size: 18px;
}
#DDListPopUp > div {
  padding: 0 6px 6px 6px;
  font-weight: normal;
  font-size: 18px;
}
#DDListPopUp .list_item_hover {
  background: #e6e6e6;
}
span.OFContainer {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
}
.OFContainer {
  position: relative;
  z-index: 99999999999;
}
@media screen and (max-width: 1100px) {
  .front-page #DDListPopUp {
    top: -20px;
    width: calc(100% - 90px) !important;
  }
}
.cs {
  background: #ffffff;
  border-bottom: 1px #cdcdcd;
  box-shadow: 4px 5px 16px -2px rgba(0, 0, 0, 0.15);
}
.cs .cs__control {
  display: flex;
}
.cs .cs__control .cs__control-button {
  position: relative;
  flex-basis: 50%;
  background: #e7e7e7;
  color: #737373;
  margin: 0;
  font-size: 21px;
  padding: 23px 5px 16px 5px;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  -webkit-transition: all 100ms ease 0ms;
  transition: all 100ms ease 0ms;
}
.cs .cs__control .cs__control-button:hover {
  background: #cdcdcd;
}
.cs .cs__control .cs__control-button.active {
  background: #ffffff;
  color: #000000;
}
.cs .cs__control .cs__control-button.active::after {
  content: ' ';
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 95px;
  height: 3px;
  background: #8cd1ff;
}
.cs .cs__searches {
  z-index: 1;
}
.cs .cs__search {
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: all 100ms linear;
  height: 0;
  will-change: opacity, z-index, transition, height;
}
.cs .cs__search.visible {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: none;
  height: auto;
}
.cs__control-full {
  font-family: 'Ktav Yad CLM', 'Heebo';
  font-style: italic;
  font-size: 30px;
  letter-spacing: 0.5px;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-align: center;
  padding: 14px 8px 8px 8px;
}
@media screen and (max-width: 800px) {
  .cs__control-full {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
  }
}
.odysseus-search-wrapper {
  max-width: 332px;
  display: flex;
  flex-direction: column;
  text-align: right;
  margin: 0 auto;
}
.odysseus-search-wrapper .field-wrapper {
  display: flex;
  position: relative;
  align-items: flex-end;
  flex-basis: 100%;
  padding: 26px 18px 26px 18px;
}
@media screen and (max-width: 800px) {
  .odysseus-search-wrapper .field-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.odysseus-search-wrapper .field-icon {
  font-size: 20px;
  flex: 30px;
  padding-left: 4px;
}
.odysseus-search-wrapper .dropdown {
  outline: 0;
  flex: 100%;
  font-size: 18px;
  cursor: pointer;
}
.odysseus-search-wrapper .chevron {
  position: absolute;
  left: 18px;
  bottom: 26px;
  pointer-events: none;
}
.search-button-container {
  padding: 20px 0 40px 0;
}
.search-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #f6bd17;
  color: #000000;
  text-align: center;
  padding: 33px;
  font-size: 21px;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}
.search-button .la {
  font-size: 25px;
}
.search-button:hover {
  text-decoration: none;
  color: #f6bd17;
  background: #000000;
}
.b2c-form {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .b2c-form {
    padding-right: 18px;
  }
}
.b2c-form .b2c-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: right;
  /* the select cant change its size. compensate with different padding to match the odysseus search sizes */
  padding: 21px 18px 21px 18px;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 1200px) {
  .b2c-form .b2c-field {
    padding-right: 36px;
    flex: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .b2c-form .b2c-field {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.b2c-form .b2c-field .b2c-field__label {
  display: block;
  flex-basis: 100%;
  margin-bottom: 6px;
  font-size: 0;
  position: absolute;
  right: -8px;
  top: calc(50% - 11px);
  color: #737373;
}
.b2c-form .b2c-field .b2c-field__label::before {
  width: 24px;
  font: normal normal normal 22px/1 LineAwesome;
  content: "\f1a3";
}
@media screen and (max-width: 1200px) {
  .b2c-form .b2c-field .b2c-field__label {
    right: 10px;
  }
}
.b2c-form .b2c-field.b2c-field-ship .b2c-field__label::before {
  content: "\f2f8";
}
.b2c-form .b2c-field.b2c-field-month .b2c-field__label::before {
  content: "\f15c";
}
.b2c-form .b2c-field.b2c-field-direct .b2c-field__label::before {
  content: "\f2bd";
}
.b2c-form .b2c-field.b2c-field-hotelBeforeNights .b2c-field__label::before,
.b2c-form .b2c-field.b2c-field-hotelAfterNights .b2c-field__label::before {
  content: "\f239";
}
.b2c-form .b2c-field select,
.b2c-form .b2c-field input {
  flex-basis: 100%;
  font-family: 'Heebo', 'Arial', serif;
}
@media screen and (max-width: 500px) {
  .b2c-form .b2c-field select,
  .b2c-form .b2c-field input {
    max-width: 100%;
  }
}
.b2c-form .b2c-field select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  border: none;
  background: #ffffff;
  cursor: pointer;
}
.b2c-form .b2c-field.b2c-field-flightDepart {
  display: none;
}
.b2c-form .b2c-field.b2c-field--select {
  position: relative;
}
.b2c-form .b2c-field.b2c-field--select::after {
  position: absolute;
  content: "\f184";
  z-index: 2;
  height: auto;
  left: 18px;
  bottom: 26px;
  font: normal normal normal 16px/1 LineAwesome;
  text-rendering: optimizeLegibility;
  text-transform: none;
  pointer-events: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .b2c-form .b2c-field.b2c-field--select::after {
    bottom: 13px;
  }
}
@media screen and (max-width: 500px) {
  .b2c-form .b2c-field.b2c-field--select::after {
    left: 5%;
  }
}
.b2c-form .b2c-field.cruise-picker-wrap {
  flex-basis: 100%;
}
.b2c-form .b2c-field.cruise-picker-wrap .b2c-calandar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.b2c-form .b2c-field.cruise-picker-wrap .b2c-calandar::before {
  display: none;
}
.b2c-form .b2c-field.cruise-picker-wrap.loading .b2c-calandar,
.b2c-form .b2c-field.cruise-picker-wrap .b2c-calandar.hasDatepicker {
  position: relative;
}
@media screen and (max-width: 500px) {
  .b2c-form .b2c-field.cruise-picker-wrap.loading .b2c-calandar,
  .b2c-form .b2c-field.cruise-picker-wrap .b2c-calandar.hasDatepicker {
    right: 0;
  }
}
.b2c-form .b2c-field.cruise-picker-wrap {
  padding: 0;
  border: 0;
  height: auto;
}
.b2c-form .b2c-field .b2c-calandar {
  background: #f6bd17;
  border: none;
  box-shadow: none;
  margin: 30px auto 20px auto;
}
.b2c-form .b2c-field .b2c-calandar {
  position: relative;
}
.b2c-form .b2c-field .b2c-calandar .ui-datepicker-calendar td,
.b2c-form .b2c-field .b2c-calandar .ui-datepicker-calendar td.ui-state-disabled {
  box-sizing: border-box;
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  border: 2px solid transparent;
}
.b2c-form .b2c-field .b2c-calandar .ui-datepicker-calendar a:hover,
.b2c-form .b2c-field .b2c-calandar .ui-datepicker-calendar span:hover {
  text-decoration: none;
  opacity: 0.8;
}
.b2c-form .b2c-field .b2c-calandar .ui-datepicker-calendar td:not(.ui-state-disabled) {
  border: 2px solid #ffffff;
  background: transparent;
}
.b2c-form .b2c-field .b2c-calandar .ui-datepicker-calendar td.ui-datepicker-current-day:not(.ui-state-disabled) {
  border: 2px solid #ffffff;
  background: #153447;
}
.b2c-form .b2c-field .b2c-calandar .ui-datepicker-calendar td.ui-datepicker-current-day:not(.ui-state-disabled) a,
.b2c-form .b2c-field .b2c-calandar .ui-datepicker-calendar td.ui-datepicker-current-day:not(.ui-state-disabled) span {
  color: #ffffff;
}
.b2c-form .b2c-field.b2c-field--submit {
  margin-top: 20px;
  padding: 0;
  border: none;
}
.b2c-form .b2c-field.b2c-field--submit .b2c-field__input--submit {
  align-items: center;
  justify-content: space-around;
  background: #f6bd17;
  color: #000000;
  text-align: center;
  font-size: 21px;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  display: inline-block;
  max-width: 330px;
  padding: 20px 50px;
}
.b2c-form .b2c-field.b2c-field--submit .b2c-field__input--submit:hover {
  text-decoration: none;
  color: #f6bd17;
  background: #000000;
}
.b2c-form .b2c-calendar-close {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #153447;
  color: #ffffff;
  font-weight: bold;
  padding: 6px;
  cursor: pointer;
  transition: background-color 150ms;
}
.b2c-form .b2c-calendar-close:hover {
  background-color: #21516e;
}
.b2c-form .loading-explain {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  background: #153447;
  margin: 0 auto;
  display: block;
}
.front-page .cs {
  background: none;
  box-shadow: none;
  min-width: 100%;
}
.front-page .cs .cs__control {
  max-width: 400px;
  margin: 0 auto;
}
.front-page .cs .cs__control .cs__control-button {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.front-page .cs .cs__control .cs__control-button:hover {
  background: rgba(0, 0, 0, 0.9);
}
.front-page .cs .cs__control .cs__control-button.active {
  background: #ffffff;
  color: #000000;
}
.front-page .cs .cs__searches {
  width: 100%;
}
.front-page .cs .cs__search {
  position: absolute;
  max-width: 1px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms ease;
}
.front-page .cs .cs__search.visible {
  position: relative;
  opacity: 1;
  overflow: visible;
  max-width: 2000px;
}
.front-page .cs .cs__search--crusies {
  width: 100%;
}
.front-page .cs #CruiseSearchForm {
  width: 100%;
}
.front-page .cs .odysseus-search-wrapper {
  width: 100%;
}
.front-page .cs .show-search {
  display: none;
}
.front-page .odysseus-search-wrapper {
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.front-page .odysseus-search-wrapper .field-wrapper {
  flex-basis: 16.666666%;
  background: #ffffff;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .front-page .odysseus-search-wrapper .field-wrapper {
    flex-basis: 100%;
    border-bottom: 1px solid #cdcdcd;
  }
  .front-page .odysseus-search-wrapper .field-wrapper .chevron {
    position: absolute;
    top: auto;
    bottom: 12px;
  }
}
@media screen and (max-width: 800px) {
  .front-page .odysseus-search-wrapper .field-wrapper {
    flex-basis: 100%;
  }
  .front-page .odysseus-search-wrapper .field-wrapper:after {
    display: none;
  }
}
.front-page .odysseus-search-wrapper .field-wrapper::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 17.5%;
  width: 1px;
  height: 65%;
  background: #cdcdcd;
}
.front-page .odysseus-search-wrapper .search-button-container {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 19px;
}
.front-page .odysseus-search-wrapper .search-button-container .search-button {
  display: inline-block;
  max-width: 330px;
  padding: 20px 50px;
}
.front-page .b2c-form {
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  background: #ffffff;
  margin-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .front-page .b2c-form {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.front-page .b2c-form .b2c-fieldset {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .front-page .b2c-form .b2c-fieldset {
    flex-wrap: wrap;
  }
}
.front-page .b2c-form .b2c-field {
  border-bottom: none;
}
@media screen and (min-width: 1200px) {
  .front-page .b2c-form .b2c-field {
    flex: 0 0 15.2%;
    padding: 26px 18px 26px 18px;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .b2c-form .b2c-field {
    border-bottom: 1px solid #cdcdcd;
  }
  .front-page .b2c-form .b2c-field::before {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .front-page .b2c-form .b2c-field {
    flex-direction: row;
  }
}
.front-page .b2c-form .b2c-field::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 15%;
  width: 1px;
  height: 70%;
  background: #cdcdcd;
}
.front-page .b2c-form .b2c-field:last-of-type::before {
  display: none;
}
@media screen and (max-width: 800px) {
  .front-page .b2c-form .b2c-field {
    flex-basis: 100%;
  }
}
.front-page .b2c-form .b2c-field .b2c-field__label {
  margin-bottom: 2px;
}
@media screen and (max-width: 800px) {
  .front-page .b2c-form .b2c-field .b2c-field__label {
    flex: 0 0 95px;
  }
}
@media screen and (max-width: 800px) {
  .front-page .b2c-form .b2c-field.b2c-field--select {
    flex: 3 3 calc(100% - 95px);
  }
}
.front-page .b2c-form .b2c-field select {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 800px) {
  .front-page .b2c-form .b2c-field select {
    padding-right: 4px;
    font-size: 16px;
  }
}
.front-page .b2c-form .b2c-field.cruise-picker-wrap {
  flex: 0 0 0;
  width: 0;
  padding: 0;
  position: static;
}
@media screen and (max-width: 1200px) {
  .front-page .b2c-form .b2c-field.cruise-picker-wrap {
    flex: 0 0 100%;
    height: auto;
    border-bottom: none;
  }
}
.front-page .b2c-form .b2c-field.cruise-picker-wrap::before {
  display: none;
}
.front-page .b2c-form .b2c-field.cruise-picker-wrap .b2c-calandar {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: auto;
  margin-top: 30px;
}
.front-page .b2c-form .b2c-field.cruise-picker-wrap.loading .b2c-calandar,
.front-page .b2c-form .b2c-field.cruise-picker-wrap .b2c-calandar.hasDatepicker {
  position: absolute;
  top: -120px;
  right: calc(30.4% - 254px);
  transition: none;
}
@media screen and (max-width: 1200px) {
  .front-page .b2c-form .b2c-field.cruise-picker-wrap.loading .b2c-calandar,
  .front-page .b2c-form .b2c-field.cruise-picker-wrap .b2c-calandar.hasDatepicker {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .front-page .b2c-form .b2c-field.cruise-picker-wrap.loading .b2c-calandar,
  .front-page .b2c-form .b2c-field.cruise-picker-wrap .b2c-calandar.hasDatepicker {
    position: relative;
    top: 0;
    right: 0;
  }
}
.front-page .b2c-form .b2c-field.b2c-field--submit {
  position: absolute;
  top: 105%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 36px;
  padding: 0;
  right: 0;
  text-align: center;
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .front-page .b2c-form .b2c-field.b2c-field--submit {
    margin-top: 27px;
  }
}
.front-page .b2c-form .b2c-field.b2c-field--submit::before {
  display: none;
}
.front-page .b2c-form .b2c-field.b2c-field--submit .b2c-field__input--submit {
  margin: auto;
  border: none;
  display: inline-block;
  max-width: 300px;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  font-size: 21px;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  width: 300px;
  flex: 61px;
  height: 61px;
  line-height: 61px;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 1100px) {
  .front-page .odysseus-search-wrapper {
    background: white;
  }
  .front-page .odysseus-search-wrapper .field-wrapper {
    display: flex;
    position: relative;
    justify-items: flex-start;
  }
  .front-page .odysseus-search-wrapper .field-wrapper--departure,
  .front-page .odysseus-search-wrapper .field-wrapper--date,
  .front-page .odysseus-search-wrapper .field-wrapper--duration {
    display: none;
  }
  .front-page .odysseus-search-wrapper .field-wrapper--departure.active,
  .front-page .odysseus-search-wrapper .field-wrapper--date.active,
  .front-page .odysseus-search-wrapper .field-wrapper--duration.active {
    display: flex;
  }
  .front-page .odysseus-search-wrapper .field-header {
    flex: 1 1 90px;
    position: relative;
    top: -4px;
  }
  .front-page .odysseus-search-wrapper .field-wrapper-inner {
    flex: 1 1 100%;
    padding: 0 10px 0 0;
    margin: 0;
    border: none;
  }
  .front-page .odysseus-search-wrapper .chevron {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .cruise-search {
    background: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .cruise-search.active {
    background: white;
    box-shadow: 4px 5px 16px -2px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .cruise-search .cs__control,
  .inner-page .cruise-search .cs__searches {
    display: none;
  }
  .inner-page .cruise-search .cs__control.active,
  .inner-page .cruise-search .cs__searches.active {
    cursor: pointer;
    display: block;
  }
}
.inner-page .cruise-search .search-button-container {
  padding-top: 0;
}
.inner-page .cruise-search .search-button-container .search-button {
  margin: auto;
  border: none;
  display: inline-block;
  max-width: 360px;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  font-size: 21px;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  width: 100%;
  flex: 61px;
  height: 61px;
  line-height: 61px;
}
.inner-page .cruise-search .show-search {
  display: none;
  position: relative;
  top: 0;
  max-width: 400px;
  margin: 0 auto;
  padding: 17.5px;
  font-size: 19px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .inner-page .cruise-search .show-search {
    display: block;
  }
}
.inner-page .b2c-form {
  padding-right: 0;
  padding-top: 12px;
  max-width: 332px;
  margin-left: auto;
  margin-right: auto;
}
.inner-page .b2c-form .b2c-field {
  padding-right: 36px;
}
.inner-page .b2c-form .b2c-field:after {
  bottom: 18px;
}
.inner-page .b2c-form .b2c-field.b2c-field--select {
  padding-top: 10px;
  padding-bottom: 10px;
}
.inner-page .b2c-form .b2c-field .b2c-field__label {
  right: 9px;
}
.inner-page .b2c-form .b2c-field.b2c-field-direct {
  margin-top: 6px;
}
.inner-page .b2c-form .b2c-field.b2c-field--submit {
  display: flex;
  position: relative;
  top: -1px;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  padding: 0;
  margin-bottom: 26px;
}
.inner-page .b2c-form .b2c-field.b2c-field--submit::before {
  display: none;
}
.inner-page .b2c-form .b2c-field.b2c-field--submit .b2c-field__input--submit {
  margin: auto;
  border: none;
  display: inline-block;
  max-width: 360px;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  font-size: 21px;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  width: 100%;
  flex: 61px;
  height: 61px;
  line-height: 61px;
  -webkit-appearance: none;
  border-radius: 0;
}
.inner-page .odysseus-search-wrapper {
  display: block;
}
.inner-page .odysseus-search-wrapper .field-wrapper {
  display: flex;
  position: relative;
  justify-items: flex-start;
  padding: 12px 6px 12px 6px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 6px;
}
.inner-page .odysseus-search-wrapper .field-wrapper:first-of-type {
  padding-top: 18px;
}
.inner-page .odysseus-search-wrapper .field-wrapper:last-of-type,
.inner-page .odysseus-search-wrapper .field-wrapper.field-wrapper--duration {
  border-bottom: none;
}
.inner-page .odysseus-search-wrapper .field-header {
  flex: 1 1 90px;
  position: relative;
  top: -4px;
}
.inner-page .odysseus-search-wrapper .field-wrapper-inner {
  flex: 1 1 100%;
  padding: 0 10px 0 0;
  margin: 0;
  border: none;
}
.inner-page .odysseus-search-wrapper .chevron {
  position: absolute;
  top: auto;
  font-size: 18px;
  bottom: 14px;
}
.search-expand {
  display: none;
}
@media screen and (max-width: 1100px) {
  .front-page .hp-search-wrapper .search-expand {
    position: relative;
    display: block;
    padding: 6px 18px 0 18px;
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    flex: 100%;
    background: white;
  }
  .front-page .hp-search-wrapper .search-expand .search-expand-inner {
    display: block;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
  }
  .front-page .hp-search-wrapper .search-expand .search-expand-inner .text {
    display: inline-block;
    text-decoration: underline;
  }
  .front-page .hp-search-wrapper .search-expand .search-expand-inner .chevron {
    display: inline-block;
    margin-left: 10px;
    position: static;
    left: auto;
    bottom: auto;
  }
}
.rsfp_thankyou_popup_inner {
  font-size: 16px;
}
.section-newsletter-form {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  padding: 90px 5px 110px 5px;
  min-height: 175px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .section-newsletter-form {
    padding: 60px 5px 75px 5px;
  }
}
@media screen and (max-width: 500px) {
  .section-newsletter-form {
    padding: 40px 5px 55px 5px;
  }
}
.section-newsletter-form .snf__lead-icon {
  color: #f6bd17;
  font-size: 48px;
}
.section-newsletter-form .snf__title {
  font-size: 20px;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 800px) {
  .section-newsletter-form .snf__title {
    line-height: 1.35;
    margin: 7px 0 15px 0;
  }
}
.section-newsletter-form .snf__field-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 525px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.section-newsletter-form .snf__field-wrapper .snf__email-field {
  margin: auto;
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: Heebo, Arial, serif;
  font-size: 18px;
  padding: 16px;
}
.section-newsletter-form .snf__field-wrapper .snf__send-button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  line-height: 100%;
  background: none;
  border: none;
  z-index: 2;
  cursor: pointer;
}
.section-newsletter-form .snf__field-wrapper .snf__send-button .la {
  font-size: 26px;
  color: #f6bd17;
}
.theme-general-wrapper {
  min-height: 90vh;
}
.theme-general-wrapper iframe {
  max-width: 100%;
}
.theme-general-wrapper .theme-header {
  height: 60px;
  width: 100%;
  background-color: #B4E1FF;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .theme-general-wrapper .theme-header {
    margin-top: 15px;
  }
}
.theme-general-wrapper .top-content-container {
  padding-right: 377px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .theme-general-wrapper .top-content-container {
    padding-right: 0;
  }
}
.theme-general-wrapper .theme-wrapper {
  width: 1400px;
  padding: 0 0;
}
@media screen and (max-width: 1100px) {
  .theme-general-wrapper .theme-wrapper {
    flex-wrap: wrap;
  }
}
.theme-general-wrapper .breadcrumb-container {
  padding: 5px 0 20px 0;
}
@media screen and (max-width: 800px) {
  .theme-general-wrapper .breadcrumb-container {
    padding-top: 0;
  }
}
.theme-general-wrapper .breadcrumb-container ul {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.theme-general-wrapper .breadcrumb-container ul li {
  position: relative;
  margin: 0 10px;
  color: #737373;
}
.theme-general-wrapper .breadcrumb-container ul li::after {
  content: '>';
  position: absolute;
  left: -14px;
  top: 0;
}
.theme-general-wrapper .breadcrumb-container ul li:last-of-type::after {
  display: none;
}
.theme-general-wrapper .breadcrumb-container ul li a {
  color: #737373;
  font-size: 14px;
  text-decoration: none;
}
.theme-general-wrapper .breadcrumb-container ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .theme-general-wrapper .breadcrumb-container ul li a {
    font-size: 12px;
  }
}
.theme-general-wrapper .title-container {
  position: relative;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 0;
}
.theme-general-wrapper .title-container .page-title {
  display: block;
  font-size: 40px;
  margin-bottom: 7px;
}
@media screen and (max-width: 800px) {
  .theme-general-wrapper .title-container .page-title {
    font-size: 30px;
  }
}
.theme-general-wrapper .title-container .page-title-separator {
  display: inline-block;
  height: 3px;
  width: 132px;
  max-width: 100%;
  background: #f6bd17;
}
.theme-general-wrapper .sidebar {
  position: relative;
  top: -90px;
  min-height: 100px;
  flex: 0 0 332px;
  margin: 0 15px;
}
@media screen and (max-width: 1100px) {
  .theme-general-wrapper .sidebar {
    flex: 100%;
    top: 0!important;
    margin-top: -90px;
  }
}
@media screen and (max-width: 500px) {
  .theme-general-wrapper .sidebar {
    max-width: calc(100% - 30px);
  }
}
.theme-general-wrapper .sidebar .sidebar-content {
  position: relative;
  transition: top 150ms ease;
}
@media screen and (max-width: 1100px) {
  .theme-general-wrapper .sidebar .sidebar-content {
    top: 0!important;
  }
}
.theme-general-wrapper .main {
  position: relative;
  min-height: 100px;
  flex-basis: 1038px;
  margin: 0 0;
}
@media screen and (max-width: 1100px) {
  .theme-general-wrapper .main {
    flex: 100%;
  }
}
.theme-destinations,
.theme-cruise-lines,
.theme-sale {
  text-align: center;
  padding-bottom: 40px;
}
.theme-destinations .main-content,
.theme-cruise-lines .main-content,
.theme-sale .main-content {
  margin-bottom: 60px;
  padding: 0 15px;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .theme-destinations .main-content,
  .theme-cruise-lines .main-content,
  .theme-sale .main-content {
    padding: 0 10px;
  }
}
.theme-destinations .item-list,
.theme-cruise-lines .item-list,
.theme-sale .item-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.theme-destinations .item-intro,
.theme-cruise-lines .item-intro,
.theme-sale .item-intro {
  width: 100%;
  flex: 0 0 calc(50% - 30px);
  margin: 0 15px 32px 15px;
  color: #000000;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 24px;
  text-align: right;
  transition: background 200ms ease;
}
.theme-destinations .item-intro:hover,
.theme-cruise-lines .item-intro:hover,
.theme-sale .item-intro:hover {
  text-decoration: none;
  background: #e7e7e7;
}
@media screen and (max-width: 800px) {
  .theme-destinations .item-intro,
  .theme-cruise-lines .item-intro,
  .theme-sale .item-intro {
    flex: 100%;
    border-bottom: none;
  }
}
.theme-destinations .item-intro__header,
.theme-cruise-lines .item-intro__header,
.theme-sale .item-intro__header {
  position: relative;
}
.theme-destinations .item-intro__header .item-intro__image,
.theme-cruise-lines .item-intro__header .item-intro__image,
.theme-sale .item-intro__header .item-intro__image {
  height: 195px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 800px) {
  .theme-destinations .item-intro__header .item-intro__image,
  .theme-cruise-lines .item-intro__header .item-intro__image,
  .theme-sale .item-intro__header .item-intro__image {
    height: calc(100vw - 30px);
  }
}
.theme-destinations .item-intro__header .item-intro__title-block,
.theme-cruise-lines .item-intro__header .item-intro__title-block,
.theme-sale .item-intro__header .item-intro__title-block {
  margin: 16px 0 13px 0;
}
@media screen and (max-width: 800px) {
  .theme-destinations .item-intro__header .item-intro__title-block,
  .theme-cruise-lines .item-intro__header .item-intro__title-block,
  .theme-sale .item-intro__header .item-intro__title-block {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to left, #000000, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    margin: 0;
    padding-top: 20px;
    padding-right: 15px;
    color: #ffffff;
  }
}
.theme-destinations .item-intro__header .item-intro__title,
.theme-cruise-lines .item-intro__header .item-intro__title,
.theme-sale .item-intro__header .item-intro__title {
  font-size: 28px;
}
.theme-destinations .item-intro__header .item-intro__title-separator,
.theme-cruise-lines .item-intro__header .item-intro__title-separator,
.theme-sale .item-intro__header .item-intro__title-separator {
  margin-top: 17px;
  width: 130px;
  height: 3px;
  display: inline-block;
  background: #f6bd17;
}
@media screen and (max-width: 800px) {
  .theme-destinations .item-intro__header .item-intro__title-separator,
  .theme-cruise-lines .item-intro__header .item-intro__title-separator,
  .theme-sale .item-intro__header .item-intro__title-separator {
    margin-top: 10px;
    margin-bottom: 18px;
  }
}
.theme-destinations .item-intro__content,
.theme-cruise-lines .item-intro__content,
.theme-sale .item-intro__content {
  font-size: 16px;
  color: #737373;
}
@media screen and (max-width: 800px) {
  .theme-destinations .item-intro__content,
  .theme-cruise-lines .item-intro__content,
  .theme-sale .item-intro__content {
    display: none;
  }
}
.theme-destinations .offers,
.theme-cruise-lines .offers,
.theme-sale .offers {
  display: flex;
  flex-wrap: wrap;
}
.theme-destinations .offers:not(.flex-center),
.theme-cruise-lines .offers:not(.flex-center),
.theme-sale .offers:not(.flex-center) {
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .theme-destinations .offers,
  .theme-cruise-lines .offers,
  .theme-sale .offers {
    justify-content: center;
  }
}
.theme-destinations .offers .offer,
.theme-cruise-lines .offers .offer,
.theme-sale .offers .offer {
  margin: 15px;
}
.theme-destinations.item-destinations,
.theme-cruise-lines.item-cruise-lines,
.theme-ship.item-ship,
.theme-sale.item-sale {
  padding-bottom: 40px;
}
.theme-destinations.item-destinations .destination-intro-image,
.theme-cruise-lines.item-cruise-lines .destination-intro-image,
.theme-ship.item-ship .destination-intro-image,
.theme-sale.item-sale .destination-intro-image,
.theme-destinations.item-destinations .content-intro-image,
.theme-cruise-lines.item-cruise-lines .content-intro-image,
.theme-ship.item-ship .content-intro-image,
.theme-sale.item-sale .content-intro-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.theme-destinations.item-destinations .main-content,
.theme-cruise-lines.item-cruise-lines .main-content,
.theme-ship.item-ship .main-content,
.theme-sale.item-sale .main-content {
  margin-bottom: 40px;
  text-align: justify;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .theme-destinations.item-destinations .main-content,
  .theme-cruise-lines.item-cruise-lines .main-content,
  .theme-ship.item-ship .main-content,
  .theme-sale.item-sale .main-content {
    padding: 0 10px;
  }
}
.theme-destinations.item-destinations .item-text,
.theme-cruise-lines.item-cruise-lines .item-text,
.theme-ship.item-ship .item-text,
.theme-sale.item-sale .item-text {
  position: relative;
  height: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .theme-destinations.item-destinations .item-text,
  .theme-cruise-lines.item-cruise-lines .item-text,
  .theme-ship.item-ship .item-text,
  .theme-sale.item-sale .item-text {
    max-height: 250px;
    overflow: hidden;
  }
  .theme-destinations.item-destinations .item-text::after,
  .theme-cruise-lines.item-cruise-lines .item-text::after,
  .theme-ship.item-ship .item-text::after,
  .theme-sale.item-sale .item-text::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.05));
  }
  .theme-destinations.item-destinations .item-text.active,
  .theme-cruise-lines.item-cruise-lines .item-text.active,
  .theme-ship.item-ship .item-text.active,
  .theme-sale.item-sale .item-text.active {
    max-height: 9000px;
  }
  .theme-destinations.item-destinations .item-text.active .read-more-js,
  .theme-cruise-lines.item-cruise-lines .item-text.active .read-more-js,
  .theme-ship.item-ship .item-text.active .read-more-js,
  .theme-sale.item-sale .item-text.active .read-more-js {
    display: none;
  }
}
.theme-destinations.item-destinations .read-more-js,
.theme-cruise-lines.item-cruise-lines .read-more-js,
.theme-ship.item-ship .read-more-js,
.theme-sale.item-sale .read-more-js {
  display: none;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.theme-destinations.item-destinations .read-more-js .read-more-inner,
.theme-cruise-lines.item-cruise-lines .read-more-js .read-more-inner,
.theme-ship.item-ship .read-more-js .read-more-inner,
.theme-sale.item-sale .read-more-js .read-more-inner {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .theme-destinations.item-destinations .read-more-js,
  .theme-cruise-lines.item-cruise-lines .read-more-js,
  .theme-ship.item-ship .read-more-js,
  .theme-sale.item-sale .read-more-js {
    display: block;
  }
}
.theme-destinations.item-destinations .offers,
.theme-cruise-lines.item-cruise-lines .offers,
.theme-ship.item-ship .offers,
.theme-sale.item-sale .offers {
  display: flex;
  flex-wrap: wrap;
}
.theme-destinations.item-destinations .offers:not(.flex-center),
.theme-cruise-lines.item-cruise-lines .offers:not(.flex-center),
.theme-ship.item-ship .offers:not(.flex-center),
.theme-sale.item-sale .offers:not(.flex-center) {
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .theme-destinations.item-destinations .offers,
  .theme-cruise-lines.item-cruise-lines .offers,
  .theme-ship.item-ship .offers,
  .theme-sale.item-sale .offers {
    justify-content: center;
  }
}
.theme-destinations.item-destinations .offers .offer,
.theme-cruise-lines.item-cruise-lines .offers .offer,
.theme-ship.item-ship .offers .offer,
.theme-sale.item-sale .offers .offer {
  margin: 15px;
}
.theme-destinations.item-destinations .schedule,
.theme-cruise-lines.item-cruise-lines .schedule,
.theme-ship.item-ship .schedule,
.theme-sale.item-sale .schedule {
  margin: 90px 0 110px 0;
}
@media screen and (max-width: 800px) {
  .theme-destinations.item-destinations .schedule,
  .theme-cruise-lines.item-cruise-lines .schedule,
  .theme-ship.item-ship .schedule,
  .theme-sale.item-sale .schedule {
    margin: 60px 0 70px 0;
  }
}
.theme-destinations.item-destinations .schedule-button,
.theme-cruise-lines.item-cruise-lines .schedule-button,
.theme-ship.item-ship .schedule-button,
.theme-sale.item-sale .schedule-button {
  padding: 28px 30px;
  display: inline-block;
  text-align: center;
  background: #f6bd17;
  color: #000000;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}
@media screen and (max-width: 800px) {
  .theme-destinations.item-destinations .schedule-button,
  .theme-cruise-lines.item-cruise-lines .schedule-button,
  .theme-ship.item-ship .schedule-button,
  .theme-sale.item-sale .schedule-button {
    padding: 18px 25px;
  }
}
.theme-destinations.item-destinations .schedule-button:hover,
.theme-cruise-lines.item-cruise-lines .schedule-button:hover,
.theme-ship.item-ship .schedule-button:hover,
.theme-sale.item-sale .schedule-button:hover {
  color: #f6bd17;
  background: #000000;
  text-decoration: none;
}
.theme-destinations.item-destinations .schedule-button .la,
.theme-cruise-lines.item-cruise-lines .schedule-button .la,
.theme-ship.item-ship .schedule-button .la,
.theme-sale.item-sale .schedule-button .la {
  font-size: 28px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.theme-destinations.item-destinations .schedule-button .schedule-button-text,
.theme-cruise-lines.item-cruise-lines .schedule-button .schedule-button-text,
.theme-ship.item-ship .schedule-button .schedule-button-text,
.theme-sale.item-sale .schedule-button .schedule-button-text {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines .main-content {
    margin-bottom: 20px;
  }
}
.theme-cruise-lines .item-intro {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines .item-intro {
    flex: 100%;
    border-bottom: 1px solid #4d4d4d;
  }
}
.theme-cruise-lines .item-intro__header {
  position: relative;
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines .item-intro__header .item-intro__image {
    height: calc(35vw);
  }
}
.theme-cruise-lines .item-intro__header .item-intro__title-block {
  margin-bottom: 2px;
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines .item-intro__header .item-intro__title-block {
    position: relative;
    display: block;
    width: 100%;
    bottom: 0;
    background: transparent;
    margin: 0;
    padding-top: 20px;
    padding-right: 15px;
    color: #000000;
  }
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines .item-intro__header .item-intro__title-separator {
    margin-top: 10px;
    margin-bottom: 12px;
  }
}
.theme-cruise-lines .item-intro__content {
  padding-bottom: 0;
}
.theme-cruise-lines .item-intro__content img {
  margin: 10px auto 0 auto;
  max-width: 200px;
  max-height: 150px;
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines .item-intro__content {
    display: block;
  }
}
.theme-cruise-lines.item-cruise-lines .theme-header {
  margin-bottom: 15px;
}
.theme-cruise-lines.item-cruise-lines .cruise-line-logo-container {
  text-align: center;
}
.theme-cruise-lines.item-cruise-lines .cruise-line-logo {
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines.item-cruise-lines .cruise-line-logo {
    margin: 0 auto 20px auto;
  }
}
.theme-cruise-lines.item-cruise-lines .schedule {
  margin: 0 auto 40px auto;
  text-align: center;
}
.theme-cruise-lines.item-cruise-lines .schedule .schedule-button {
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines.item-cruise-lines .schedule .schedule-button .la {
    font-size: 22px;
  }
  .theme-cruise-lines.item-cruise-lines .schedule .schedule-button .schedule-button-text {
    font-size: 20px;
  }
}
.theme-cruise-lines.item-cruise-lines .cruise-line-separator {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #737373;
}
.theme-cruise-lines.item-cruise-lines .relations-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines.item-cruise-lines .relations-container {
    justify-content: center;
  }
}
.theme-cruise-lines.item-cruise-lines .related-item {
  flex: 0 0 calc(33% - 15px);
  border-bottom: 1px solid #737373;
  min-height: 200px;
  margin-bottom: 35px;
  color: #000000;
  -webkit-transition: background 300ms ease 0ms;
  transition: background 300ms ease 0ms;
}
@media screen and (max-width: 800px) {
  .theme-cruise-lines.item-cruise-lines .related-item {
    flex: 1 1 400px;
  }
}
.theme-cruise-lines.item-cruise-lines .related-item:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
}
.theme-cruise-lines.item-cruise-lines .related-item .related-item-image {
  width: 100%;
  height: 130px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.theme-cruise-lines.item-cruise-lines .related-item .related-item-title {
  display: block;
  padding: 30px 5px;
  text-align: center;
  font-size: 24px;
}
.theme-ship.item-ship .cruise-ship-video-container {
  position: relative;
  padding-bottom: 54%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.theme-ship.item-ship .cruise-ship-video-container .cruise-ship-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-ship.item-ship .cruise-search-ship {
  margin: 10px 0 90px 0;
}
@media screen and (max-width: 800px) {
  .theme-ship.item-ship .cruise-search-ship {
    margin-bottom: 90px;
  }
}
.theme-ship.item-ship .cruise-line-logo-container {
  margin: 0 auto 35px auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .theme-ship.item-ship .cruise-line-logo-container {
    max-width: 400px;
    margin-bottom: 10px;
  }
}
.theme-ship.item-ship .item-text {
  text-align: center;
}
.theme-ship.item-ship .schedule {
  margin: 20px 0 0 0 ;
  text-align: center;
}
.theme-ship.item-ship .schedule .schedule-button {
  padding: 24px 45px;
}
.theme-ship.item-ship .lit--ship {
  margin-bottom: 5px;
}
.theme-destinations .item-intro .item-intro__header {
  position: relative;
}
.theme-destinations .item-intro .item-intro__header .item-intro__image {
  height: 410px;
}
@media screen and (max-width: 1400px) {
  .theme-destinations .item-intro .item-intro__header .item-intro__image {
    height: 370px;
  }
}
@media screen and (max-width: 1200px) {
  .theme-destinations .item-intro .item-intro__header .item-intro__image {
    height: 300px;
  }
}
@media screen and (max-width: 1100px) {
  .theme-destinations .item-intro .item-intro__header .item-intro__image {
    height: 410px;
  }
}
@media screen and (max-width: 1000px) {
  .theme-destinations .item-intro .item-intro__header .item-intro__image {
    height: 360px;
  }
}
@media screen and (max-width: 800px) {
  .theme-destinations .item-intro .item-intro__header .item-intro__image {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .theme-destinations .item-intro .item-intro__header .item-intro__image {
    height: 200px;
  }
}
.theme-destinations .item-intro .item-intro__content {
  text-align: left;
}
.theme-destinations.item-destinations .destination-intro-image {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .theme-destinations.item-destinations .destination-intro-image {
    height: 220px;
  }
}
@media screen and (max-width: 500px) {
  .theme-destinations.item-destinations .destination-intro-image {
    height: 140px;
  }
}
.theme-contact .main-content {
  padding: 0 15px;
}
.theme-sale .sale-intro-image {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .theme-sale .sale-intro-image {
    height: 220px;
  }
}
@media screen and (max-width: 500px) {
  .theme-sale .sale-intro-image {
    height: 140px;
  }
}
.theme-sale .item-intro__header .item-intro__image {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .theme-sale .item-intro__header .item-intro__image {
    height: 320px;
  }
}
@media screen and (max-width: 500px) {
  .theme-sale .item-intro__header .item-intro__image {
    height: 190px;
  }
}
.packages-wrapper-lead {
  align-items: stretch;
}
@media screen and (max-width: 800px) {
  .packages-wrapper-lead {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.single-package-link--lead {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  flex-basis: 605px;
  min-height: 150px;
  padding: 125px 20px 100px 20px;
  text-align: center;
  background: center center no-repeat;
  background-size: cover;
  font-size: 24px;
  line-height: 1.25;
  -webkit-transition: all 150ms ease 0ms;
  transition: all 150ms ease 0ms;
}
@media screen and (max-width: 1400px) {
  .single-package-link--lead {
    padding: 100px 20px 67px 20px;
    flex-basis: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .single-package-link--lead {
    padding: 75px 20px 50px 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .single-package-link--lead {
    padding: 45px 12px 30px 12px;
    margin-bottom: 17px;
    font-size: 18px;
  }
}
.single-package-link--lead .spl-shader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.25);
}
.single-package-link--lead .spl-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 1;
}
.single-package-link--lead .spl-text {
  display: block;
  flex-basis: 100%;
}
.single-package-link--lead .spl__main-title {
  font-size: 32px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .single-package-link--lead .spl__main-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .single-package-link--lead .spl__main-title {
    font-size: 22px;
    margin-bottom: 0px;
  }
}
.single-package-link--lead .spl__ship {
  margin-bottom: 10px;
}
.single-package-link--lead .spl__details {
  margin: 25px auto;
}
@media screen and (max-width: 800px) {
  .single-package-link--lead .spl__details {
    margin: 10px auto;
  }
}
.single-package-link--lead .spl__price {
  color: #f6bd17;
  font-weight: bold;
}
.single-package-link--lead .spl__price .spl__price-main {
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .single-package-link--lead .spl__price .spl__price-main {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .single-package-link--lead .spl__price .spl__price-main {
    font-size: 18px;
  }
}
.single-package-link--lead .spl__price .spl__price-tax {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .single-package-link--lead .spl__price .spl__price-tax {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .single-package-link--lead .spl__price .spl__price-tax {
    font-size: 15px;
  }
}
a.single-package-link--lead:hover {
  text-decoration: none;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.8) inset;
}
.featured-packages,
.featured-deals {
  margin-bottom: 40px;
}
.featured-packages .packages-wrapper-featured,
.featured-deals .packages-wrapper-featured {
  flex-wrap: wrap;
  justify-content: center;
}
.inner-page .featured-packages,
.inner-page .featured-deals {
  margin-bottom: 40px;
}
.inner-page .featured-packages .packages-wrapper-featured,
.inner-page .featured-deals .packages-wrapper-featured {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.inner-page .featured-packages .packages-wrapper-featured .offers,
.inner-page .featured-deals .packages-wrapper-featured .offers {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.offer {
  display: flex;
  flex-direction: column;
  flex-basis: 310px;
  min-height: 200px;
  margin-bottom: 35px;
  border-top: 1px solid #cdcdcd;
  color: #000000;
  -webkit-transition: background 500ms ease 0ms;
  transition: background 500ms ease 0ms;
}
.offer .offer__header {
  padding: 30px 0 17px 0;
  display: flex;
  flex-direction: column;
}
.offer .offer__header .offer__title {
  font-size: 21px;
  margin-bottom: 12px;
}
.offer .offer__header .offer__sub-title {
  font-size: 18px;
  margin-bottom: 12px;
}
.offer .offer__header .offer__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #737373;
  font-size: 16px;
}
.offer .offer__header .offer__date {
  flex: 1 1 200px;
}
.offer .offer__header .offer__icons {
  display: flex;
  flex-direction: row-reverse;
}
.offer .offer__header .offer__icons .offer__icon {
  font-size: 22px;
  margin-right: 2px;
}
.offer .offer__image {
  position: relative;
  width: 100%;
  flex-basis: 165px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.offer .offer__image .offer__image-ribbon {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(to left, #000000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  min-height: 20px;
  width: 100%;
}
.offer .offer__image .offer__image-ribbon .offer__image-icon-block {
  display: flex;
  background: #f6bd17;
  height: 35px;
  width: 35px;
  margin-left: 5px;
}
.offer .offer__image .offer__image-ribbon .offer__image-icon-block .la {
  margin: auto auto auto;
  font-size: 25px;
}
.offer .offer__image .offer__image-ribbon .offer__image-caption {
  color: #f6bd17;
  font-size: 18px;
}
.offer .offer__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.offer .offer__footer .offer__price {
  min-height: 50px;
  flex-basis: 150px;
  font-size: 16px;
}
.offer .offer__footer .offer__price .offer__price-wrapper {
  display: block;
  padding: 4px 0;
}
.offer .offer__footer .offer__price .offer__price-number {
  font-size: 26px;
  font-weight: bold;
}
.offer .offer__footer .offer__button {
  display: flex;
  flex-basis: 160px;
  padding: 20px 0;
  background: #f6bd17;
  color: #000000;
  -webkit-transition: all 350ms ease 0ms;
  transition: all 350ms ease 0ms;
}
.offer .offer__footer .offer__button .offer__button-inner {
  margin: auto;
  font-size: 19px;
}
.offer:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.15);
}
.offer:hover .offer__footer .offer__button {
  background: #000000;
  color: #f6bd17;
}
.deals-container {
  overflow: visible;
}
.packages-container {
  width: 100%;
}
.sp-container.owl-carousel {
  direction: ltr;
  width: 100%;
  left: auto;
  right: auto;
}
.sp-container.owl-carousel .offer {
  width: 310px;
  max-width: 100%;
  direction: rtl;
  margin-left: auto;
  margin-right: auto;
}
.inner-page .packages-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.inner-page .packages-container .packages-display {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.inner-page .packages-container .packages-display .offers {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.front-page .deals-display,
.front-page .packages-display {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1410px;
  padding: 0 15px;
}
.front-page .deals-display [data-is-slider] .we-slider__button--next .we-slider__button--next,
.front-page .packages-display [data-is-slider] .we-slider__button--next .we-slider__button--next,
.front-page .deals-display .we-slider .we-slider__button--next,
.front-page .packages-display .we-slider .we-slider__button--next {
  left: -40px;
}
@media screen and (max-width: 1400px) {
  .front-page .deals-display [data-is-slider] .we-slider__button--next .we-slider__button--next,
  .front-page .packages-display [data-is-slider] .we-slider__button--next .we-slider__button--next,
  .front-page .deals-display .we-slider .we-slider__button--next,
  .front-page .packages-display .we-slider .we-slider__button--next {
    left: 0;
  }
}
.front-page .deals-display [data-is-slider] .we-slider__button--next .we-slider__button--prev,
.front-page .packages-display [data-is-slider] .we-slider__button--next .we-slider__button--prev,
.front-page .deals-display .we-slider .we-slider__button--prev,
.front-page .packages-display .we-slider .we-slider__button--prev {
  right: -40px;
}
@media screen and (max-width: 1400px) {
  .front-page .deals-display [data-is-slider] .we-slider__button--next .we-slider__button--prev,
  .front-page .packages-display [data-is-slider] .we-slider__button--next .we-slider__button--prev,
  .front-page .deals-display .we-slider .we-slider__button--prev,
  .front-page .packages-display .we-slider .we-slider__button--prev {
    right: 0;
  }
}
.inner-page .offer.offer--type-b {
  max-width: 315px;
  margin: 10px 15px;
}
.offer.offer--type-b {
  border-top: none;
  flex: 1 1 395px;
  max-width: 395px;
  background: #f4f4f4;
  color: #000000;
}
.offer.offer--type-b .offer-header {
  display: block;
  text-align: right;
  font-weight: bold;
  padding: 0 3px 0 3px;
}
.offer.offer--type-b .offer-header .main-title,
.offer.offer--type-b .offer-header .separator,
.offer.offer--type-b .offer-header .sub-title {
  display: block;
  width: 100%;
}
.offer.offer--type-b .offer-header .main-title {
  font-size: 22px;
  padding-top: 7px;
  padding-bottom: 5px;
}
.offer.offer--type-b .offer-header .separator {
  height: 1px;
  background: #cdcdcd;
  width: 100%;
}
.offer.offer--type-b .offer-header .sub-title {
  font-size: 21px;
  padding-top: 5px;
  padding-bottom: 3px;
}
.offer.offer--type-b .offer-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.offer.offer--type-b .offer-details .visual {
  position: relative;
  flex: 1 2 240px;
  height: 180px;
  background-size: cover;
  background-position: center center;
}
.offer.offer--type-b .offer-details .visual .ribbon {
  position: absolute;
  display: flex;
  top: 20px;
  right: -3px;
  line-height: 1.2;
  width: 160px;
  background: #e71a21;
  padding: 5px 24px 5px 5px;
  font-size: 19px;
  color: #ffffff;
  text-align: right;
  min-height: 56px;
  max-width: calc(95% - 20px);
}
.offer.offer--type-b .offer-details .visual .ribbon .sale-content {
  margin: auto;
}
.offer.offer--type-b .offer-details .visual .ribbon .separator {
  position: absolute;
  height: 70%;
  top: 15%;
  right: 12px;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
  border-right: 1px solid #ffffff;
}
.offer.offer--type-b .offer-details .visual .ribbon:after {
  content: ' ';
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 25px solid #e71a21;
  border-bottom: 45px solid transparent;
}
.offer.offer--type-b .offer-details .visual .ribbon:before {
  content: ' ';
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-right: 25px solid #e71a21;
  border-bottom: 0 solid transparent;
}
.offer.offer--type-b .offer-details .visual .details {
  position: absolute;
  display: flex;
  align-items: stretch;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 30px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.offer.offer--type-b .offer-details .visual .details .cruise-ling-logo {
  flex: 10 10 100%;
  background: #ffffff center center no-repeat;
  background-size: 100% auto;
}
.offer.offer--type-b .offer-details .visual .details .product-type {
  flex: 1 1 84px;
  font-size: 14px;
  text-align: center;
  color: #8cd1ff;
  padding: 12px 4px;
}
.offer.offer--type-b .offer-details .textual {
  flex: 1 2 160px;
  height: 180px;
}
.offer.offer--type-b .offer-details .textual .container {
  margin: auto;
  height: auto;
  width: calc(100% - 24px);
}
.offer.offer--type-b .offer-details .textual .container div {
  width: 100%;
  padding: 4px 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #396276;
  font-size: 18px;
}
.offer.offer--type-b .offer-details .textual .container div i {
  margin-left: 20px;
  color: #545454;
  font-size: 21px;
}
.offer.offer--type-b .offer-details .textual .container div.date {
  font-size: 16px;
  color: #545454;
}
.offer.offer--type-b .offer-footer {
  display: flex;
}
.offer.offer--type-b .offer-footer .price-area {
  display: flex;
  flex-direction: column;
  flex: 1 2 240px;
  min-height: 140px;
  padding: 10px 0;
}
.offer.offer--type-b .offer-footer .cta {
  flex: 1 2 160px;
}
.offer.offer--type-b .offer-footer .price-wrapper {
  margin: auto;
  text-align: center;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.offer.offer--type-b .offer-footer .start-from {
  font-size: 22px;
  color: #000000;
}
.offer.offer--type-b .offer-footer .price-number {
  display: inline-block;
  vertical-align: bottom;
}
.offer.offer--type-b .offer-footer .old-price {
  margin: 5px auto;
}
.offer.offer--type-b .offer-footer .old-price .price-number {
  font-size: 30px;
  text-decoration: line-through;
  color: #545454;
}
.offer.offer--type-b .offer-footer .old-price .price-currency {
  padding-bottom: 1px;
}
.offer.offer--type-b .offer-footer .main-price .price-number {
  font-weight: bold;
  font-size: 50px;
  color: #e71a21;
}
.offer.offer--type-b .offer-footer .price-currency {
  color: #000000;
  font-size: 20px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  padding-bottom: 6px;
}
.offer.offer--type-b .offer-footer .price-details {
  color: #545454;
  font-size: 16px;
  margin-top: 4px;
}
.offer.offer--type-b .offer-footer .cta {
  position: relative;
  background: url('../images/layouts/packages/style_b/direct_cruise_package_b_cta_bg.png') no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.offer.offer--type-b .offer-footer .cta-text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 85%;
  padding-right: 3%;
}
.offer.offer--type-b .offer-footer .cta-text span {
  display: inline-block;
  font-size: 19px;
  text-align: right;
  padding: 15px 0;
}
.inner-page .offer--deal.offer--deal-b,
.inner-page .offer--deal.dlb {
  flex: 460px;
}
.offer--deal.offer--deal-b,
.offer--deal.dlb {
  border-top: none;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  flex: 612px;
  max-width: 612px;
  padding: 0 3px;
}
@media screen and (max-width: 500px) {
  .offer--deal.offer--deal-b,
  .offer--deal.dlb {
    flex: 310px;
    max-width: 310px;
  }
}
.offer--deal.offer--deal-b .dlb__main-content,
.offer--deal.dlb .dlb__main-content {
  display: flex;
  margin-bottom: 6px;
}
@media screen and (max-width: 500px) {
  .offer--deal.offer--deal-b .dlb__main-content,
  .offer--deal.dlb .dlb__main-content {
    flex-direction: column;
  }
}
.offer--deal.offer--deal-b .dlb__graphical,
.offer--deal.dlb .dlb__graphical {
  display: flex;
  flex: 2 2 260px;
  flex-direction: column;
}
.offer--deal.offer--deal-b .dlb__graphical .dlb__graphical-top,
.offer--deal.dlb .dlb__graphical .dlb__graphical-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex: 1 1 40px;
}
.offer--deal.offer--deal-b .dlb__graphical .dlb__graphical-top .dlb__cruiseline-logo,
.offer--deal.dlb .dlb__graphical .dlb__graphical-top .dlb__cruiseline-logo {
  width: auto;
  height: 40px;
  background: white;
  padding: 0 3px;
}
.offer--deal.offer--deal-b .dlb__graphical .dlb__graphical-description,
.offer--deal.dlb .dlb__graphical .dlb__graphical-description {
  line-height: 100%;
  flex: 1 1 40px;
  align-self: center;
  text-align: right;
  padding-right: 5px;
}
.offer--deal.offer--deal-b .dlb__graphical .dlb__graphical-description .dlb__ship-icon,
.offer--deal.dlb .dlb__graphical .dlb__graphical-description .dlb__ship-icon {
  display: inline-block;
  vertical-align: center;
  font-size: 20px;
}
.offer--deal.offer--deal-b .dlb__graphical .dlb__graphical-description .dlb__offer-type,
.offer--deal.dlb .dlb__graphical .dlb__graphical-description .dlb__offer-type {
  display: inline-block;
  vertical-align: center;
  font-size: 18px;
  color: #153447;
}
.offer--deal.offer--deal-b .dlb__graphical .dlb__graphical-bottom,
.offer--deal.dlb .dlb__graphical .dlb__graphical-bottom {
  flex: 20 20 170px;
  background: center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .offer--deal.offer--deal-b .dlb__graphical .dlb__graphical-bottom,
  .offer--deal.dlb .dlb__graphical .dlb__graphical-bottom {
    display: block;
    height: 150px;
    width: 250px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .offer--deal.offer--deal-b .dlb__graphical,
  .offer--deal.dlb .dlb__graphical {
    flex: 1 1 auto;
    width: 100%;
  }
}
.offer--deal.offer--deal-b .dlb__textual,
.offer--deal.dlb .dlb__textual {
  flex: 3 3 350px;
  text-align: right;
  padding-right: 7px;
}
@media screen and (max-width: 500px) {
  .offer--deal.offer--deal-b .dlb__textual,
  .offer--deal.dlb .dlb__textual {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
  }
}
.offer--deal.offer--deal-b .dlb__textual .dlb__main-title,
.offer--deal.dlb .dlb__textual .dlb__main-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 8px;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__main-ship,
.offer--deal.dlb .dlb__textual .dlb__main-ship {
  font-size: 16px;
  margin-bottom: 10px;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__main-ship .ship-name,
.offer--deal.dlb .dlb__textual .dlb__main-ship .ship-name {
  font-weight: bold;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__timing,
.offer--deal.dlb .dlb__textual .dlb__timing {
  font-size: 14px;
  color: #545454;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__timing-item,
.offer--deal.dlb .dlb__textual .dlb__timing-item {
  margin-bottom: 5px;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__timing-date,
.offer--deal.dlb .dlb__textual .dlb__timing-date,
.offer--deal.offer--deal-b .dlb__textual .dlb__timing-location,
.offer--deal.dlb .dlb__textual .dlb__timing-location {
  font-weight: bold;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__textual-separator,
.offer--deal.dlb .dlb__textual .dlb__textual-separator {
  background: #cdcdcd;
  height: 1px;
  width: 95%;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing,
.offer--deal.dlb .dlb__textual .dlb__pricing {
  position: relative;
  display: flex;
  flex-direction: column;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing .arrow-half-top,
.offer--deal.dlb .dlb__textual .dlb__pricing .arrow-half-top,
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing .arrow-half-bottom,
.offer--deal.dlb .dlb__textual .dlb__pricing .arrow-half-bottom {
  position: absolute;
  height: 50%;
  width: 75px;
  top: 0;
  left: 50%;
  background: #e5e5e5;
  -webkit-transform: translateX(-50%) skew(35deg);
  transform: translateX(-50%) skew(-35deg);
  z-index: 1;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing .arrow-half-bottom,
.offer--deal.dlb .dlb__textual .dlb__pricing .arrow-half-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%) skew(-35deg);
  transform: translateX(-50%) skew(35deg);
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing-main,
.offer--deal.dlb .dlb__textual .dlb__pricing-main {
  display: block;
  text-align: center;
  padding: 22px 5px 28px 5px;
  z-index: 2;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing-main .dlb__start-from,
.offer--deal.dlb .dlb__textual .dlb__pricing-main .dlb__start-from {
  font-size: 22px;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing-main .dlb__price,
.offer--deal.dlb .dlb__textual .dlb__pricing-main .dlb__price {
  color: #d20000;
  font-size: 51px;
  font-weight: bold;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing-main .dlb__price-currency,
.offer--deal.dlb .dlb__textual .dlb__pricing-main .dlb__price-currency {
  font-size: 16px;
  font-weight: bold;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing-details,
.offer--deal.dlb .dlb__textual .dlb__pricing-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  z-index: 2;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing-room,
.offer--deal.dlb .dlb__textual .dlb__pricing-room {
  color: #545454;
}
.offer--deal.offer--deal-b .dlb__textual .dlb__pricing-tax,
.offer--deal.dlb .dlb__textual .dlb__pricing-tax {
  text-align: left;
  color: #000000;
}
.offer--deal.offer--deal-b .dlb__cta,
.offer--deal.dlb .dlb__cta {
  background: #f6bd17;
  color: #000000;
  font-size: 30px;
  text-align: center;
  padding: 30px 10px;
}
.offer--deal.offer--deal-b .dlb__cta .la,
.offer--deal.dlb .dlb__cta .la {
  font-size: 22px;
}
.offer--deal.offer--deal-c,
.offer--deal.dlc {
  display: flex;
  flex-direction: column;
  flex-basis: 330px;
  max-width: 100%;
  background: #f4f4f4;
  border-top: none;
  padding-bottom: 5px;
  margin: 15px 5px!important;
  transition: opacity 200ms;
}
@media screen and (max-width: 800px) {
  .offer--deal.offer--deal-c,
  .offer--deal.dlc {
    flex-basis: 300px;
  }
}
.offer--deal.offer--deal-c:hover,
.offer--deal.dlc:hover {
  opacity: 0.9;
}
.offer--deal.offer--deal-c .dlc-header,
.offer--deal.dlc .dlc-header {
  padding: 10px 0 0 0;
}
.offer--deal.offer--deal-c .dlc-main-title,
.offer--deal.dlc .dlc-main-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
  padding: 0 6px;
}
.offer--deal.offer--deal-c .dlc-sub-title,
.offer--deal.dlc .dlc-sub-title {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 0 6px;
}
.offer--deal.offer--deal-c .dlc-sub-title .ship,
.offer--deal.dlc .dlc-sub-title .ship {
  font-weight: bold;
}
.offer--deal.offer--deal-c .dlc-cruiseline-logo,
.offer--deal.dlc .dlc-cruiseline-logo {
  background: #ffffff;
  text-align: center;
}
.offer--deal.offer--deal-c .dlc-cruiseline-logo img,
.offer--deal.dlc .dlc-cruiseline-logo img {
  width: 100%;
  max-width: 150px;
  height: auto;
  padding: 5px;
}
.offer--deal.offer--deal-c .dlc-details,
.offer--deal.dlc .dlc-details {
  min-height: 80px;
  display: flex;
  align-items: stretch;
  text-align: right;
}
.offer--deal.offer--deal-c .dlc-details .dlc-ship-figure,
.offer--deal.dlc .dlc-details .dlc-ship-figure {
  position: relative;
  flex: 1 1 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.offer--deal.offer--deal-c .dlc-details .dlc-ship-figure .dlc-ship-strip,
.offer--deal.dlc .dlc-details .dlc-ship-figure .dlc-ship-strip {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(to left, #000000, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.05));
}
.offer--deal.offer--deal-c .dlc-details .dlc-ship-figure .dlc-ship-strip .dlc-ship-icon,
.offer--deal.dlc .dlc-details .dlc-ship-figure .dlc-ship-strip .dlc-ship-icon {
  background: #8cd1ff;
  flex: 1 1 30px;
  text-align: center;
}
.offer--deal.offer--deal-c .dlc-details .dlc-ship-figure .dlc-ship-strip .dlc-ship-icon .la,
.offer--deal.dlc .dlc-details .dlc-ship-figure .dlc-ship-strip .dlc-ship-icon .la {
  font-size: 24px;
  line-height: 30px;
}
.offer--deal.offer--deal-c .dlc-details .dlc-ship-figure .dlc-ship-strip .dlc-offer-type,
.offer--deal.dlc .dlc-details .dlc-ship-figure .dlc-ship-strip .dlc-offer-type {
  flex: 100%;
  text-align: right;
  color: #8cd1ff;
  font-size: 14px;
  margin: auto 8px auto auto;
}
.offer--deal.offer--deal-c .dlc-details .dlc-details-info,
.offer--deal.dlc .dlc-details .dlc-details-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 1 50%;
  font-size: 14px;
  color: #545454;
  padding-top: 20px;
  border-bottom: 1px solid #cdcdcd;
}
.offer--deal.offer--deal-c .dlc-details .dlc-details-info .dlc-departure,
.offer--deal.dlc .dlc-details .dlc-details-info .dlc-departure,
.offer--deal.offer--deal-c .dlc-details .dlc-details-info .dlc-return,
.offer--deal.dlc .dlc-details .dlc-details-info .dlc-return {
  padding-right: 12px;
  padding-left: 4px;
}
.offer--deal.offer--deal-c .dlc-details .dlc-details-info .dlc-departure,
.offer--deal.dlc .dlc-details .dlc-details-info .dlc-departure {
  margin-bottom: 8px;
}
.offer--deal.offer--deal-c .dlc-details .dlc-details-info .dlc-return,
.offer--deal.dlc .dlc-details .dlc-details-info .dlc-return {
  padding-bottom: 8px;
}
.offer--deal.offer--deal-c .dlc-details .dlc-details-info .detail-line-a,
.offer--deal.dlc .dlc-details .dlc-details-info .detail-line-a {
  display: block;
  margin-bottom: 3px;
}
.offer--deal.offer--deal-c .dlc-details .dlc-details-info .date,
.offer--deal.dlc .dlc-details .dlc-details-info .date {
  display: block;
}
.offer--deal.offer--deal-c .dlc-prices,
.offer--deal.dlc .dlc-prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #545454;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block,
.offer--deal.dlc .dlc-prices .dlc-price-block {
  position: relative;
  flex: 1 1 50%;
  display: flex;
  min-width: 150px;
  flex-wrap: wrap;
  padding: 30px 6px 30px 20px;
  margin: 2px 0 10px 0;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .main-price,
.offer--deal.dlc .dlc-prices .dlc-price-block .main-price {
  display: flex;
  justify-content: space-between;
  flex: 1 1 100%;
  align-items: flex-end;
  z-index: 2;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .main-price .start,
.offer--deal.dlc .dlc-prices .dlc-price-block .main-price .start {
  font-size: 15px;
  text-align: right;
  flex: 1 1 60px;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .main-price .main-price-number,
.offer--deal.dlc .dlc-prices .dlc-price-block .main-price .main-price-number {
  display: block;
  align-content: flex-end;
  flex: auto;
  font-size: 29px;
  font-weight: bold;
  color: #d20000;
  text-align: left;
  align-self: flex-end;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .main-price .main-price-number .currency,
.offer--deal.dlc .dlc-prices .dlc-price-block .main-price .main-price-number .currency {
  color: #000000;
  font-size: 14px;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .price-info,
.offer--deal.dlc .dlc-prices .dlc-price-block .price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 1 1 100%;
  z-index: 2;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .price-info .room,
.offer--deal.dlc .dlc-prices .dlc-price-block .price-info .room {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 3px;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .price-info .tax,
.offer--deal.dlc .dlc-prices .dlc-price-block .price-info .tax {
  font-size: 12px;
  text-align: left;
  color: #545454;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .price-info .tax-rate,
.offer--deal.dlc .dlc-prices .dlc-price-block .price-info .tax-rate {
  font-weight: bold;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .arrow,
.offer--deal.dlc .dlc-prices .dlc-price-block .arrow {
  position: absolute;
  top: 0;
  left: 24px;
  width: 100%;
  height: 100%;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .arrow .rect-a,
.offer--deal.dlc .dlc-prices .dlc-price-block .arrow .rect-a,
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .arrow .rect-b,
.offer--deal.dlc .dlc-prices .dlc-price-block .arrow .rect-b {
  position: absolute;
  left: 0;
  height: 50%;
  width: 60px;
  background: #e5e5e5;
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .arrow .rect-a,
.offer--deal.dlc .dlc-prices .dlc-price-block .arrow .rect-a {
  top: 0;
  transform: skewX(-40deg);
}
.offer--deal.offer--deal-c .dlc-prices .dlc-price-block .arrow .rect-b,
.offer--deal.dlc .dlc-prices .dlc-price-block .arrow .rect-b {
  bottom: 0;
  transform: skewX(40deg);
}
.offer--deal.offer--deal-c .cta,
.offer--deal.dlc .cta {
  padding: 23px 10px;
  width: 100%;
  margin-top: auto;
  background: #f6bd17;
  font-size: 24px;
  color: #000000;
}
.offer--deal-list-a,
.deal-list-a .dla,
.offer.offer--deal-list-a,
.offer.deal-list-a .offer.dla {
  position: relative;
  flex: 1 1 100%;
  margin-bottom: 20px;
  min-height: 100px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: opacity 0.3s ease;
  /*
    &::after {
        position: absolute;
        content: ' ';
        left: 0;
        top: 0;
        height: 100%;
        width: 80px;
        background: white;

        @media @tabletSmall {
            display: none;
        }
    }*/
}
.offer--deal-list-a:hover,
.deal-list-a .dla:hover,
.offer.offer--deal-list-a:hover,
.offer.deal-list-a .offer.dla:hover {
  background: none;
  opacity: 0.9;
}
@media screen and (max-width: 800px) {
  .offer--deal-list-a,
  .deal-list-a .dla,
  .offer.offer--deal-list-a,
  .offer.deal-list-a .offer.dla {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.offer--deal-list-a .block--image,
.deal-list-a .dla .block--image,
.offer.offer--deal-list-a .block--image,
.offer.deal-list-a .offer.dla .block--image {
  width: 270px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .offer--deal-list-a .block--image,
  .deal-list-a .dla .block--image,
  .offer.offer--deal-list-a .block--image,
  .offer.deal-list-a .offer.dla .block--image {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 800px) {
  .offer--deal-list-a .block--image,
  .deal-list-a .dla .block--image,
  .offer.offer--deal-list-a .block--image,
  .offer.deal-list-a .offer.dla .block--image {
    order: 2;
    width: 270px;
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .offer--deal-list-a .block--image,
  .deal-list-a .dla .block--image,
  .offer.offer--deal-list-a .block--image,
  .offer.deal-list-a .offer.dla .block--image {
    width: 170px;
    height: 120px;
  }
}
@media screen and (max-width: 340px) {
  .offer--deal-list-a .block--image,
  .deal-list-a .dla .block--image,
  .offer.offer--deal-list-a .block--image,
  .offer.deal-list-a .offer.dla .block--image {
    width: 150px;
    height: 110px;
  }
}
.offer--deal-list-a .block--image .cruise-line-logo,
.deal-list-a .dla .block--image .cruise-line-logo,
.offer.offer--deal-list-a .block--image .cruise-line-logo,
.offer.deal-list-a .offer.dla .block--image .cruise-line-logo {
  position: absolute;
  background: #ffffff;
  top: 0;
  right: 0;
  max-width: 100%;
  max-height: 60px;
  padding: 5px;
}
@media screen and (max-width: 340px) {
  .offer--deal-list-a .block--image .cruise-line-logo,
  .deal-list-a .dla .block--image .cruise-line-logo,
  .offer.offer--deal-list-a .block--image .cruise-line-logo,
  .offer.deal-list-a .offer.dla .block--image .cruise-line-logo {
    top: auto;
    bottom: 0;
    width: 80%;
    height: auto;
    max-height: 50%;
  }
}
.offer--deal-list-a .block--image .cruise-line-logo img,
.deal-list-a .dla .block--image .cruise-line-logo img,
.offer.offer--deal-list-a .block--image .cruise-line-logo img,
.offer.deal-list-a .offer.dla .block--image .cruise-line-logo img {
  max-width: 100%;
  max-height: 100%;
}
.offer--deal-list-a .block--info,
.deal-list-a .dla .block--info,
.offer.offer--deal-list-a .block--info,
.offer.deal-list-a .offer.dla .block--info {
  width: calc(100% - 440px);
  padding: 5px 2% 0 2%;
  background: #f4f4f4;
}
@media screen and (max-width: 1000px) {
  .offer--deal-list-a .block--info,
  .deal-list-a .dla .block--info,
  .offer.offer--deal-list-a .block--info,
  .offer.deal-list-a .offer.dla .block--info {
    width: calc(100% - 290px);
    padding: 13px 2% 5px 2%;
  }
}
@media screen and (max-width: 800px) {
  .offer--deal-list-a .block--info,
  .deal-list-a .dla .block--info,
  .offer.offer--deal-list-a .block--info,
  .offer.deal-list-a .offer.dla .block--info {
    width: 100%;
    height: auto;
    order: 1;
  }
}
.offer--deal-list-a .block--info .header,
.deal-list-a .dla .block--info .header,
.offer.offer--deal-list-a .block--info .header,
.offer.deal-list-a .offer.dla .block--info .header {
  text-align: right;
}
.offer--deal-list-a .block--info .main-title,
.deal-list-a .dla .block--info .main-title,
.offer.offer--deal-list-a .block--info .main-title,
.offer.deal-list-a .offer.dla .block--info .main-title {
  display: block;
  color: #000000;
  font-size: 24px;
  margin-bottom: 13px;
}
.offer--deal-list-a .block--info .main-title .duration-destination,
.deal-list-a .dla .block--info .main-title .duration-destination,
.offer.offer--deal-list-a .block--info .main-title .duration-destination,
.offer.deal-list-a .offer.dla .block--info .main-title .duration-destination,
.offer--deal-list-a .block--info .main-title .ship,
.deal-list-a .dla .block--info .main-title .ship,
.offer.offer--deal-list-a .block--info .main-title .ship,
.offer.deal-list-a .offer.dla .block--info .main-title .ship {
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .offer--deal-list-a .block--info .main-title .duration-destination,
  .deal-list-a .dla .block--info .main-title .duration-destination,
  .offer.offer--deal-list-a .block--info .main-title .duration-destination,
  .offer.deal-list-a .offer.dla .block--info .main-title .duration-destination {
    display: block;
    width: 100%;
  }
}
.offer--deal-list-a .block--info .sub-title,
.deal-list-a .dla .block--info .sub-title,
.offer.offer--deal-list-a .block--info .sub-title,
.offer.deal-list-a .offer.dla .block--info .sub-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #545454;
  font-size: 15px;
}
.offer--deal-list-a .block--info .sub-title .info,
.deal-list-a .dla .block--info .sub-title .info,
.offer.offer--deal-list-a .block--info .sub-title .info,
.offer.deal-list-a .offer.dla .block--info .sub-title .info {
  font-weight: bold;
}
.offer--deal-list-a .block--info .separator,
.deal-list-a .dla .block--info .separator,
.offer.offer--deal-list-a .block--info .separator,
.offer.deal-list-a .offer.dla .block--info .separator {
  margin: 16px 0 12px 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
}
.offer--deal-list-a .prices-container,
.deal-list-a .dla .prices-container,
.offer.offer--deal-list-a .prices-container,
.offer.deal-list-a .offer.dla .prices-container {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  max-width: 650px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .offer--deal-list-a .prices-container,
  .deal-list-a .dla .prices-container,
  .offer.offer--deal-list-a .prices-container,
  .offer.deal-list-a .offer.dla .prices-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
  }
}
.offer--deal-list-a .prices-container .price-block,
.deal-list-a .dla .prices-container .price-block,
.offer.offer--deal-list-a .prices-container .price-block,
.offer.deal-list-a .offer.dla .prices-container .price-block {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 8px;
}
.offer--deal-list-a .prices-container .start-from,
.deal-list-a .dla .prices-container .start-from,
.offer.offer--deal-list-a .prices-container .start-from,
.offer.deal-list-a .offer.dla .prices-container .start-from {
  margin-bottom: 4px;
}
.offer--deal-list-a .prices-container .price,
.deal-list-a .dla .prices-container .price,
.offer.offer--deal-list-a .prices-container .price,
.offer.deal-list-a .offer.dla .prices-container .price {
  margin-bottom: 4px;
  display: inline-block;
}
.offer--deal-list-a .prices-container .price .number,
.deal-list-a .dla .prices-container .price .number,
.offer.offer--deal-list-a .prices-container .price .number,
.offer.deal-list-a .offer.dla .prices-container .price .number {
  color: #d20000;
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
  font-weight: bold;
}
.offer--deal-list-a .prices-container .price .currency,
.deal-list-a .dla .prices-container .price .currency,
.offer.offer--deal-list-a .prices-container .price .currency,
.offer.deal-list-a .offer.dla .prices-container .price .currency {
  color: #000000;
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 1px;
}
.offer--deal-list-a .prices-container .price-separator,
.deal-list-a .dla .prices-container .price-separator,
.offer.offer--deal-list-a .prices-container .price-separator,
.offer.deal-list-a .offer.dla .prices-container .price-separator {
  width: 90%;
  height: 1px;
  background: #c2c2c2;
  margin: 4px auto 5px auto;
}
.offer--deal-list-a .prices-container .room-type,
.deal-list-a .dla .prices-container .room-type,
.offer.offer--deal-list-a .prices-container .room-type,
.offer.deal-list-a .offer.dla .prices-container .room-type {
  color: #545454;
}
.offer--deal-list-a .prices-container .tax .number,
.deal-list-a .dla .prices-container .tax .number,
.offer.offer--deal-list-a .prices-container .tax .number,
.offer.deal-list-a .offer.dla .prices-container .tax .number {
  display: inline-block;
  vertical-align: bottom;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}
.offer--deal-list-a .prices-container .tax .currency,
.deal-list-a .dla .prices-container .tax .currency,
.offer.offer--deal-list-a .prices-container .tax .currency,
.offer.deal-list-a .offer.dla .prices-container .tax .currency {
  color: #000000;
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 1px;
}
.offer--deal-list-a .block--cta,
.deal-list-a .dla .block--cta,
.offer.offer--deal-list-a .block--cta,
.offer.deal-list-a .offer.dla .block--cta {
  position: relative;
  width: 170px;
  display: flex;
  text-align: center;
  height: 100%;
  margin: auto;
  order: 3;
  background: url(../images/layouts/deals/style_list_a/direct_cruise_deals_list_a_cta_bg.png) center no-repeat;
  background-size: 100% 100%;
}
.offer--deal-list-a .block--cta .cta-text,
.deal-list-a .dla .block--cta .cta-text,
.offer.offer--deal-list-a .block--cta .cta-text,
.offer.deal-list-a .offer.dla .block--cta .cta-text {
  position: relative;
  margin: auto;
  max-width: 80%;
  height: 20px;
  font-size: 19px;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .offer--deal-list-a .block--cta,
  .deal-list-a .dla .block--cta,
  .offer.offer--deal-list-a .block--cta,
  .offer.deal-list-a .offer.dla .block--cta {
    width: 120px;
    height: 100%;
  }
  .offer--deal-list-a .block--cta .cta-text,
  .deal-list-a .dla .block--cta .cta-text,
  .offer.offer--deal-list-a .block--cta .cta-text,
  .offer.deal-list-a .offer.dla .block--cta .cta-text {
    max-width: 90%;
    font-size: 17px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 800px) {
  .offer--deal-list-a .block--cta,
  .deal-list-a .dla .block--cta,
  .offer.offer--deal-list-a .block--cta,
  .offer.deal-list-a .offer.dla .block--cta {
    margin-right: 0;
    width: 180px;
    height: 180px;
    flex: 5;
    background-size: 140px 100%;
    background-position: top left;
    background-color: #f4f4f4;
  }
  .offer--deal-list-a .block--cta .cta-text,
  .deal-list-a .dla .block--cta .cta-text,
  .offer.offer--deal-list-a .block--cta .cta-text,
  .offer.deal-list-a .offer.dla .block--cta .cta-text {
    max-width: 100px;
    margin: auto auto auto 20px;
  }
}
@media screen and (max-width: 500px) {
  .offer--deal-list-a .block--cta,
  .deal-list-a .dla .block--cta,
  .offer.offer--deal-list-a .block--cta,
  .offer.deal-list-a .offer.dla .block--cta {
    width: 120px;
    height: 120px;
  }
  .offer--deal-list-a .block--cta .cta-text,
  .deal-list-a .dla .block--cta .cta-text,
  .offer.offer--deal-list-a .block--cta .cta-text,
  .offer.deal-list-a .offer.dla .block--cta .cta-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 340px) {
  .offer--deal-list-a .block--cta,
  .deal-list-a .dla .block--cta,
  .offer.offer--deal-list-a .block--cta,
  .offer.deal-list-a .offer.dla .block--cta {
    width: 110px;
    height: 110px;
  }
  .offer--deal-list-a .block--cta .cta-text,
  .deal-list-a .dla .block--cta .cta-text,
  .offer.offer--deal-list-a .block--cta .cta-text,
  .offer.deal-list-a .offer.dla .block--cta .cta-text {
    font-size: 17px;
  }
}
.deals-container .center {
  max-width: 90%;
  width: 700px;
  margin: 50px auto;
}
.deals-container .cta {
  display: block;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background-color: #f6bd17;
  color: #000000;
  font-size: 31px;
}
.deals-container .cta:hover {
  background-color: #f7c430;
  text-decoration: none;
}
.deals-container .cta img {
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  .deals-container .cta img {
    width: 10px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .cta {
    padding: 17px 0;
    font-size: 23px;
  }
}
.deals-container .box,
.deals-container .destination-wide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 720px;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 50px;
  background: #f4f4f4;
}
.deals-container .box.destination-wide-alt .inner-box,
.deals-container .destination-wide.destination-wide-alt .inner-box {
  height: auto;
}
.deals-container .box.destination-wide-alt .inner-box.ambient,
.deals-container .destination-wide.destination-wide-alt .inner-box.ambient {
  width: 100%;
}
.deals-container .box.destination-wide-alt .inner-box.detail,
.deals-container .destination-wide.destination-wide-alt .inner-box.detail {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: rgba(15, 51, 73, 0.8);
}
.deals-container .box.destination-wide-alt .inner-box.detail .logo,
.deals-container .destination-wide.destination-wide-alt .inner-box.detail .logo {
  margin-top: 10px;
}
.deals-container .box.destination-wide-alt .inner-box.detail .logo img,
.deals-container .destination-wide.destination-wide-alt .inner-box.detail .logo img {
  max-height: 35px;
}
.deals-container .box.destination-wide-alt .inner-box.detail .title,
.deals-container .destination-wide.destination-wide-alt .inner-box.detail .title {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
}
.deals-container .box.destination-wide-alt .inner-box.detail .title span,
.deals-container .destination-wide.destination-wide-alt .inner-box.detail .title span {
  font-size: 24px;
}
.deals-container .box.destination-wide-alt .inner-box.detail .title span.small,
.deals-container .destination-wide.destination-wide-alt .inner-box.detail .title span.small {
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  .deals-container .box.destination-wide-alt .inner-box.detail .title span,
  .deals-container .destination-wide.destination-wide-alt .inner-box.detail .title span {
    font-size: 19px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .box.destination-wide-alt .inner-box.detail .title,
  .deals-container .destination-wide.destination-wide-alt .inner-box.detail .title {
    font-size: 23px;
  }
}
.deals-container .box.destination-wide-alt .inner-box.detail .times,
.deals-container .destination-wide.destination-wide-alt .inner-box.detail .times {
  margin: 15px 0;
}
.deals-container .box.destination-wide-alt .inner-box.detail .times .time,
.deals-container .destination-wide.destination-wide-alt .inner-box.detail .times .time {
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .deals-container .box.destination-wide-alt .inner-box.detail .times .time,
  .deals-container .destination-wide.destination-wide-alt .inner-box.detail .times .time {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .box.destination-wide-alt .inner-box.detail,
  .deals-container .destination-wide.destination-wide-alt .inner-box.detail {
    background-color: rgba(15, 51, 73, 0.5);
  }
}
.deals-container .box.destination-wide-alt .inner-box .detail,
.deals-container .destination-wide.destination-wide-alt .inner-box .detail,
.deals-container .box.destination-wide-alt .inner-box .detail-prices,
.deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices {
  width: 330px;
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .deals-container .box.destination-wide-alt .inner-box .detail,
  .deals-container .destination-wide.destination-wide-alt .inner-box .detail,
  .deals-container .box.destination-wide-alt .inner-box .detail-prices,
  .deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices {
    width: 100%;
    margin: 0;
  }
}
.deals-container .box.destination-wide-alt .inner-box .detail-prices,
.deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices {
  display: block;
  background-color: rgba(15, 51, 73, 0.8);
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}
.deals-container .box.destination-wide-alt .inner-box .detail-prices span,
.deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices span {
  color: #ffffff;
  font-size: 20px;
}
.deals-container .box.destination-wide-alt .inner-box .detail-prices span.price,
.deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices span.price {
  font-size: 35px;
  font-weight: bold;
  color: #f6bd17;
}
@media screen and (max-width: 700px) {
  .deals-container .box.destination-wide-alt .inner-box .detail-prices span.price,
  .deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices span.price {
    font-size: 27px;
  }
}
.deals-container .box.destination-wide-alt .inner-box .detail-prices span.taxes,
.deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices span.taxes {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 700px) {
  .deals-container .box.destination-wide-alt .inner-box .detail-prices span.taxes,
  .deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices span.taxes {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .box.destination-wide-alt .inner-box .detail-prices span,
  .deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices span {
    font-size: 17px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .box.destination-wide-alt .inner-box .detail-prices,
  .deals-container .destination-wide.destination-wide-alt .inner-box .detail-prices {
    margin-top: 0;
  }
}
.deals-container .box .full-link,
.deals-container .destination-wide .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.deals-container .box .inner-box,
.deals-container .destination-wide .inner-box {
  height: 215px;
}
.deals-container .box .inner-box.ambient,
.deals-container .destination-wide .inner-box.ambient {
  width: 55%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .deals-container .box .inner-box.ambient,
  .deals-container .destination-wide .inner-box.ambient {
    width: 100%;
  }
}
.deals-container .box .inner-box.detail,
.deals-container .destination-wide .inner-box.detail {
  width: 45%;
  padding: 0 20px;
  text-align: center;
}
.deals-container .box .inner-box.detail .logo,
.deals-container .destination-wide .inner-box.detail .logo {
  display: inline-block;
  margin: auto;
  padding: 0 10px;
  text-align: center;
  background-color: #ffffff;
}
.deals-container .box .inner-box.detail .logo img,
.deals-container .destination-wide .inner-box.detail .logo img {
  max-height: 30px;
}
.deals-container .box .inner-box.detail .title,
.deals-container .destination-wide .inner-box.detail .title {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
}
.deals-container .box .inner-box.detail .title .small,
.deals-container .destination-wide .inner-box.detail .title .small {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  .deals-container .box .inner-box.detail .title .small,
  .deals-container .destination-wide .inner-box.detail .title .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .box .inner-box.detail .title,
  .deals-container .destination-wide .inner-box.detail .title {
    font-size: 19px;
  }
}
.deals-container .box .inner-box.detail .times,
.deals-container .destination-wide .inner-box.detail .times {
  margin-top: 25px;
}
.deals-container .box .inner-box.detail .times .time,
.deals-container .destination-wide .inner-box.detail .times .time {
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
  font-weight: bold;
}
.deals-container .box .inner-box.detail .times .time span,
.deals-container .destination-wide .inner-box.detail .times .time span {
  display: inline-block;
  margin-left: 7px;
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  .deals-container .box .inner-box.detail .times .time,
  .deals-container .destination-wide .inner-box.detail .times .time {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .box .inner-box.detail,
  .deals-container .destination-wide .inner-box.detail {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.deals-container .box .prices,
.deals-container .destination-wide .prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
}
.deals-container .box .prices li,
.deals-container .destination-wide .prices li {
  width: 24.3%;
  height: 105px;
  background-color: #0f3349;
  text-align: center;
  padding-top: 15px;
}
.deals-container .box .prices li span,
.deals-container .destination-wide .prices li span {
  color: #ffffff;
  font-size: 16px;
}
.deals-container .box .prices li span.from,
.deals-container .destination-wide .prices li span.from {
  font-size: 19px;
}
@media screen and (max-width: 700px) {
  .deals-container .box .prices li span.from,
  .deals-container .destination-wide .prices li span.from {
    font-size: 17px;
  }
}
.deals-container .box .prices li span.symbol,
.deals-container .destination-wide .prices li span.symbol {
  color: #f6bd17;
}
.deals-container .box .prices li span.price,
.deals-container .destination-wide .prices li span.price {
  font-weight: bold;
  font-size: 30px;
  color: #f6bd17;
}
@media screen and (max-width: 700px) {
  .deals-container .box .prices li span.price,
  .deals-container .destination-wide .prices li span.price {
    font-size: 22px;
  }
}
.deals-container .box .prices li span.taxes,
.deals-container .destination-wide .prices li span.taxes,
.deals-container .box .prices li span.room,
.deals-container .destination-wide .prices li span.room {
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 700px) {
  .deals-container .box .prices li span,
  .deals-container .destination-wide .prices li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .box .prices li,
  .deals-container .destination-wide .prices li {
    width: 49.5%;
    margin-top: 3px;
    padding-top: 25px;
  }
}
.deals-container .destination-wide-c .box-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 15px;
  text-align: right;
}
.deals-container .destination-wide-c .box-header .title {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  flex: 59%;
}
.deals-container .destination-wide-c .box-header .title .small {
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  .deals-container .destination-wide-c .box-header .title {
    width: 100%;
    font-size: 17px;
    text-align: center;
  }
}
.deals-container .destination-wide-c .box-header .dates {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  flex: 40%;
}
.deals-container .destination-wide-c .box-header .dates .date i {
  font-style: normal;
  font-weight: normal;
}
.deals-container .destination-wide-c .box-header .dates .date span,
.deals-container .destination-wide-c .box-header .dates .date img {
  display: inline-block;
  vertical-align: middle;
}
.deals-container .destination-wide-c .box-header .dates .date img {
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  .deals-container .destination-wide-c .box-header .dates {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
}
.deals-container .destination-wide-c .box-body {
  position: relative;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
}
.deals-container .destination-wide-c .box-body .logo {
  position: absolute;
  padding: 5px;
  background-color: #ffffff;
  left: 0;
  top: 0;
}
.deals-container .destination-wide-c .box-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.deals-container .destination-wide-c .box-footer li {
  width: 20%;
  padding: 15px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.deals-container .destination-wide-c .box-footer li span {
  font-size: 15px;
  color: #000000;
}
.deals-container .destination-wide-c .box-footer li span.from,
.deals-container .destination-wide-c .box-footer li span.taxes {
  display: block;
  margin-bottom: 5px;
}
.deals-container .destination-wide-c .box-footer li span.taxes {
  font-size: 18px;
}
.deals-container .destination-wide-c .box-footer li span.price {
  font-size: 30px;
  font-weight: bold;
  color: #d20000;
}
@media screen and (max-width: 700px) {
  .deals-container .destination-wide-c .box-footer li span.price {
    font-size: 25px;
  }
}
.deals-container .destination-wide-c .box-footer li span.symbol {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .deals-container .destination-wide-c .box-footer li span.symbol {
    font-size: 17px;
  }
}
.deals-container .destination-wide-c .box-footer li span.room {
  position: relative;
  font-size: 20px;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  color: #545454;
}
.deals-container .destination-wide-c .box-footer li span.room:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: #cdcdcd;
  content: '';
}
@media screen and (max-width: 700px) {
  .deals-container .destination-wide-c .box-footer li span.room {
    font-size: 17px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .destination-wide-c .box-footer li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .destination-wide-c .box-footer li {
    flex: 25%;
    padding: 10px 0;
    justify-content: space-around;
    background: transparent !important;
  }
  .deals-container .destination-wide-c .box-footer li.tax-container {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 500px) {
  .deals-container .destination-wide-c .box-footer li {
    flex: 50%;
  }
}
@media screen and (max-width: 700px) {
  .deals-container .destination-wide-c .box-footer {
    padding: 15px 0;
  }
}
.deals-container .deal-destination-e {
  max-width: 300px;
  width: 100%;
  margin: 10px;
  text-decoration: none;
  transition: opacity 200ms;
}
.deals-container .deal-destination-e:hover {
  opacity: 0.9;
}
.deals-container .deal-destination-e .box-thin {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  margin-top: 5px;
  padding-bottom: 40px;
  height: 560px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.deals-container .deal-destination-e .box-thin .box-content {
  padding: 15px;
  background-color: rgba(15, 51, 73, 0.8);
}
.deals-container .deal-destination-e .box-thin .box-footer {
  margin-top: auto;
  flex: 0 0 75px;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 23px;
  color: #ffffff;
  padding: 8px;
}
.deals-container .deal-destination-e .box-thin .box-footer .price {
  font-size: 30px;
  font-weight: bold;
  color: #f6bd17;
}
.deals-container .deal-destination-e .box-thin .box-footer .taxes {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.deals-container .deal-destination-e .box-thin .box-header .title {
  margin: 0;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
}
.deals-container .deal-destination-e .box-thin .box-header .title .small {
  display: block;
  font-size: 20px;
  margin-top: 5px;
}
.deals-container .deal-destination-e .box-thin .box-header .logo {
  margin: 10px 0;
  background: white;
  padding: 3px;
}
.deals-container .deal-destination-e .box-thin .box-header .ship {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: bold;
}
.deals-container .deal-destination-e .box-thin .box-header .departure {
  display: block;
  line-height: 1.3;
  font-size: 18px;
  color: #ffffff;
}
.deals-container .deal-destination-e .cta {
  margin-top: 0;
  flex: 0 0 63px;
  font-size: 23px;
}
.deals-container .deal-destination-e .cta img {
  width: 10px;
}
.deals-container .destination-wide,
.deals-display .destination-wide {
  display: flex;
  flex: 0 0 700px;
  max-width: 95vw;
  margin: 10px 15px;
  transition: opacity 0.3s;
}
.deals-container .destination-wide:hover,
.deals-display .destination-wide:hover {
  text-decoration: none;
  opacity: 0.9;
}
.deals-container .destination-wide .inner-box.detail .times .time:last-of-type,
.deals-display .destination-wide .inner-box.detail .times .time:last-of-type {
  margin-top: 4px;
}
.deals-container .destination-wide.destination-wide-alt,
.deals-display .destination-wide.destination-wide-alt {
  text-align: right;
}
.deals-container .destination-wide.destination-wide-alt .inner-box.detail .title span,
.deals-display .destination-wide.destination-wide-alt .inner-box.detail .title span {
  font-size: 20px;
}
.inner-page .destination-deal-d,
.ddd {
  max-width: 100%;
  flex-basis: 330px;
  margin: 15px 5px;
}
.inner-page .destination-deal-d .ddd-price-block .price .price-number,
.ddd .ddd-price-block .price .price-number,
.inner-page .destination-deal-d .ddd .ddd-price-block .price .price-number,
.ddd .ddd .ddd-price-block .price .price-number {
  white-space: nowrap;
}
.destination-deal-d,
.ddd {
  max-width: 100%;
  flex-basis: 320px;
  border: none;
  background: #f4f4f4;
  color: #0f3349;
  overflow: hidden;
  transition: opacity 0.3s;
}
.destination-deal-d:hover,
.ddd:hover {
  text-decoration: none;
  opacity: 0.9;
}
.destination-deal-d .ddd-header,
.ddd .ddd-header {
  position: relative;
  text-align: right;
  padding-right: 12px;
  padding-bottom: 5px;
}
.destination-deal-d .ddd-header .ribbon,
.ddd .ddd-header .ribbon {
  position: absolute;
  top: 18px;
  left: -122px;
  z-index: 2;
  background: #f6bd16;
  font-size: 23px;
  padding: 10px 125px;
  text-align: center;
  transform: rotate(-45deg);
}
.destination-deal-d .ddd-header .ddd-cruiseline-logo-container,
.ddd .ddd-header .ddd-cruiseline-logo-container {
  max-width: 150px;
}
.destination-deal-d .ddd-header .ddd-cruiseline-logo-container .ddd-cruiseline-logo,
.ddd .ddd-header .ddd-cruiseline-logo-container .ddd-cruiseline-logo {
  max-width: 100%;
  height: auto;
  background: white;
  padding: 4px;
  margin-bottom: 3px;
}
.destination-deal-d .ddd-header .ddd-destination,
.ddd .ddd-header .ddd-destination {
  max-width: 150px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}
.destination-deal-d .ddd-header .ddd-ship-prefix,
.ddd .ddd-header .ddd-ship-prefix {
  max-width: 150px;
  font-size: 15px;
  margin-bottom: 7px;
}
.destination-deal-d .ddd-header .ddd-ship,
.ddd .ddd-header .ddd-ship {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.destination-deal-d .ddd-header .ddd-route,
.ddd .ddd-header .ddd-route {
  font-size: 15px;
  margin-bottom: 2px;
}
.destination-deal-d .ddd-destination-image,
.ddd .ddd-destination-image {
  height: 145px;
  width: 100%;
  background: center center no-repeat;
  background-size: cover;
  margin-bottom: 1px;
}
.destination-deal-d .ddd-prices,
.ddd .ddd-prices {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.destination-deal-d .ddd-price-block,
.ddd .ddd-price-block {
  background: #0f3349;
  color: #ffffff;
  padding: 5px 3px;
  margin-bottom: 1px;
  flex: 0 0 calc(50% - 1px);
  min-height: 50px;
  text-align: right;
}
.destination-deal-d .ddd-price-block .price,
.ddd .ddd-price-block .price {
  font-size: 17px;
  margin-bottom: 3px;
}
.destination-deal-d .ddd-price-block .price .price-number,
.ddd .ddd-price-block .price .price-number {
  color: #f6bd16;
  font-size: 25px;
  font-weight: bold;
}
.destination-deal-d .ddd-price-block .price .price-currency,
.ddd .ddd-price-block .price .price-currency {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  right: -5px;
}
.destination-deal-d .ddd-price-block .tax,
.ddd .ddd-price-block .tax {
  font-size: 15px;
  margin-bottom: 8px;
}
.destination-deal-d .ddd-price-block .room .room-text,
.ddd .ddd-price-block .room .room-text {
  text-align: left;
  font-size: 14px;
}
.destination-deal-d .ddd-cta,
.ddd .ddd-cta {
  margin-top: 1px;
}
.destination-deal-d .ddd-cta .ddd-cta-button,
.ddd .ddd-cta .ddd-cta-button {
  background: #f6bd16;
  color: #0f3349;
  text-align: center;
  padding: 22px 6px;
}
.destination-deal-d .ddd-cta .ddd-cta-button .ddd-cta-text,
.ddd .ddd-cta .ddd-cta-button .ddd-cta-text {
  display: inline-block;
  font-size: 25px;
  margin-left: 5px;
}
.destination-deal-d .ddd-cta .ddd-cta-button .la,
.ddd .ddd-cta .ddd-cta-button .la {
  display: inline-block;
  font-size: 26px;
}
.offer.offer--deal .offer__image .offer__image-ribbon .offer__image-icon-block {
  background: #8cd1ff;
}
.offer.offer--deal .offer__image .offer__image-ribbon .offer__image-caption {
  color: #8cd1ff;
}
.offer.offer--deal .offer__footer .offer__button {
  background: #8cd1ff;
}
.offer.offer--deal:hover .offer__footer .offer__button {
  background: #000000;
  color: #8cd1ff;
}
.deal-finder {
  border: 1px solid #e7e7e7;
  box-shadow: 0 8px 8px -8px #e7e7e7;
  position: relative;
  top: 80px;
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-header {
  position: relative;
  top: -80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-header {
    margin-bottom: 15px;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-header::after {
  content: '';
  position: absolute;
  z-indeX: -1;
  height: 100%;
  width: 100%;
  left: 6px;
  top: 6px;
  -webkit-clip-path: polygon(10% 10%, 95% 14%, 86% 83%, 16% 82%);
  clip-path: polygon(10% 10%, 95% 14%, 86% 83%, 16% 82%);
  background: rgba(0, 0, 0, 0.1);
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-header::before {
  content: '';
  position: absolute;
  z-indeX: -1;
  height: 100%;
  width: 100%;
  left: 6px;
  top: 6px;
  -webkit-clip-path: polygon(8% 12%, 100% 0, 94% 66%, 5% 87%);
  clip-path: polygon(8% 12%, 100% 0, 94% 66%, 5% 87%);
  background: #64bded;
  opacity: 0.3;
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-header .header-texts {
  position: relative;
  -webkit-clip-path: polygon(10% 10%, 95% 14%, 86% 83%, 16% 82%);
  clip-path: polygon(10% 10%, 95% 14%, 86% 83%, 16% 82%);
  background: #64bded;
  width: 100%;
  z-index: 2;
  overflow: visible;
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-header .header-texts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-header .header-texts {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-title {
  font-size: 40px;
  font-weight: bold;
  padding: 40px 12% 10px 12%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-title {
    padding: 10px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-title {
    font-size: 14px;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-cruise-line {
  padding: 0 20% 50px 20%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-cruise-line {
    padding: 0 5px 20px 5px;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-cruise-line .en,
.deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-cruise-line .he,
.deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-cruise-line .cruise-line-separator {
  display: inline;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-cruise-line .en,
  .deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-cruise-line .he,
  .deal-finder .deal-finder-ui-wrapper .deal-finder-header .finder-cruise-line .cruise-line-separator {
    font-size: 12px;
    text-align: center;
  }
}
.deal-finder .deal-finder-ui-wrapper .df-ui-form-wrapper {
  position: relative;
  max-width: 850px;
  padding: 0 10px;
  margin: -80px auto 0 auto;
}
.deal-finder .deal-finder-ui-wrapper .df-ui-form-wrapper.disabled::before {
  position: absolute;
  content: ' ';
  z-index: 10;
  top: 0;
  right: 0;
  width: calc(100% + 45px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.deal-finder .deal-finder-ui-wrapper .df-ui-form-wrapper.disabled::after {
  position: absolute;
  content: ' ';
  z-index: 11;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  background: url('/components/com_cruise_manager/assets/images/2017/deal_finder_spinner.gif') center center no-repeat;
  background-size: 50px 50px;
}
@media screen and (max-width: 767px) {
  .deal-finder .deal-finder-ui-wrapper .df-ui-form-wrapper.disabled::after {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form > * {
  flex: 1 1 33%;
  margin: 1.5%;
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form > * {
    flex: 1 1 400px;
    max-width: 90%;
    margin: 0 0 10px 0;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-ui-label {
  position: relative;
  font-size: 24px;
  text-align: center;
  color: #737373;
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-ui-label::after {
  content: '';
  position: absolute;
  left: -1px;
  width: 1px;
  height: 120%;
  top: -10%;
  background: #737373;
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-ui-label::after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-ui-label {
    flex: 1 1 19%;
    text-align: right;
    font-size: 14px;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-ui-select {
  font-size: 24px;
  text-align: right;
  color: #000000;
  border: none;
  font-family: "Heebo";
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-ui-select {
    flex: 1 1 31%;
    text-align: right;
    font-size: 14px;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-go {
  flex: 1 1 33%;
  position: relative;
  font-size: 30px;
  color: #000000;
  background: #f6bd17;
  height: 100%;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 150ms ease 0ms;
  transition: all 150ms ease 0ms;
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-go:hover {
  color: #f6bd17;
  background: #000000;
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-go {
    flex: 1 1 40%;
    font-size: 14px;
    padding: 12px 4px;
    max-width: 120px;
    margin-left: auto;
    margin-right: 6px;
  }
}
.deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-go::before {
  margin-left: 14px;
  font-size: 30px;
  font: normal normal normal 22px/1 LineAwesome;
  content: "\f2eb";
}
@media screen and (max-width: 800px) {
  .deal-finder .deal-finder-ui-wrapper .deal-finder-ui-form .finder-go::before {
    font-size: 14px;
    padding: 0;
    margin-left: 4px;
  }
}
.deal-finder .deals-container {
  min-height: 0;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .sp-container.owl-carousel {
    margin: 0 auto;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1460px) {
  .packages-container .sp-prev {
    left: 13px;
  }
  .packages-container .sp-next {
    right: 21px;
  }
  .deals-container .sp-prev {
    left: 16px;
  }
  .deals-container .sp-next {
    right: 14px;
  }
}
.contact-form {
  margin-bottom: 80px;
  margin-top: 20px;
}
.contact-form .form-container {
  display: flex;
  flex-direction: column;
}
.contact-form .form-row {
  display: flex;
}
@media screen and (max-width: 500px) {
  .contact-form .form-row {
    flex-wrap: wrap;
  }
}
.contact-form .form-col {
  display: flex;
  flex: 2 2 100%;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .contact-form .form-col {
    flex: 1 1 100%;
  }
}
.contact-form .field-wrapper {
  flex: 2 2 50%;
  margin: 12px 18px;
}
.contact-form .label {
  display: none;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
  position: relative;
  width: 100%;
  flex: 100%;
  background: #e5e5e5;
  color: #000000;
  font-size: 18px;
  padding: 10px 30px 10px 10px;
  border: 1px solid #e5e5e5;
}
.contact-form .field-description {
  position: relative;
  margin-top: 27px;
}
.contact-form .field-description::after {
  content: ' ';
  position: absolute;
  bottom: calc(100% + 14px);
  right: 0;
  height: 4px;
  width: 135px;
  background: #f6bd17;
  font-size: 18px;
  color: #5c5c5c;
}
.contact-form .formValidation {
  display: none;
}
.contact-form input.rsform-error {
  border: 1px solid #ea7373;
}
.contact-form input.rsform-error + .field-description {
  color: #ea7373;
}
.contact-form button[name="continue"] {
  display: none;
}
.contact-form button[type="submit"] {
  background: #f6bd17;
  color: #000000;
  font-size: 18px;
  padding: 25px;
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 150ms ease 0ms;
  transition: all 150ms ease 0ms;
}
.contact-form button[type="submit"]:hover {
  opacity: 0.8;
}
[data-is-slider],
.we-slider {
  position: relative;
}
[data-is-slider] .we-slider__button,
.we-slider .we-slider__button {
  position: absolute;
  display: block;
  z-index: 100;
  height: 70px;
  width: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: auto auto;
  background: center center no-repeat;
  cursor: pointer;
  transition: opacity 200ms ease;
}
[data-is-slider] .we-slider__button:hover,
.we-slider .we-slider__button:hover {
  opacity: 0.9;
}
[data-is-slider] .we-slider__button:active,
.we-slider .we-slider__button:active {
  opacity: 1;
}
[data-is-slider] .we-slider__button.hidden,
.we-slider .we-slider__button.hidden {
  display: block;
  opacity: 0.5;
  pointer-events: none;
}
[data-is-slider] .we-slider__button.hidden:hover,
.we-slider .we-slider__button.hidden:hover {
  opacity: 0.5;
}
[data-is-slider] .we-slider__button--prev,
.we-slider .we-slider__button--prev {
  right: -19px;
  left: auto;
  background-image: url(../images/scroller/scroller_next_button.png);
}
@media screen and (max-width: 1400px) {
  [data-is-slider] .we-slider__button--prev,
  .we-slider .we-slider__button--prev {
    right: 0;
  }
}
[data-is-slider] .we-slider__button--next,
.we-slider .we-slider__button--next {
  right: auto;
  left: -19px;
  background-image: url(../images/scroller/scroller_prev_button.png);
}
@media screen and (max-width: 1400px) {
  [data-is-slider] .we-slider__button--next,
  .we-slider .we-slider__button--next {
    left: 0;
  }
}
[data-is-slider] .we-slider__slide,
.we-slider .we-slider__slide {
  visibility: visible;
  opacity: 1;
  will-change: opacity, transform;
  transition: opacity 500ms ease-out, transform 350ms ease-out;
}
[data-is-slider] .we-slider__slide:not(.active),
.we-slider .we-slider__slide:not(.active) {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transform: translateX(20%);
  transition: opacity  500ms ease, transform 350ms ease;
}
* {
  box-sizing: border-box;
}
body.sticky-header {
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  body.sticky-header {
    padding-top: 70px;
  }
}
body.inner-page {
  padding-top: 80px;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.packages-container {
  max-width: 100%;
}
.offer--deal.offer--deal-d,
.offer--deal.dld {
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  min-height: 180px;
  margin-bottom: 20px;
  text-align: right;
  border: none;
}
@media screen and (max-width: 1450px) {
  .offer--deal.offer--deal-d,
  .offer--deal.dld {
    flex-wrap: wrap;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cdcdcd;
  }
}
.offer--deal.offer--deal-d .image-block,
.offer--deal.dld .image-block {
  position: relative;
  flex: 0 0 250px;
  background: center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1450px) {
  .offer--deal.offer--deal-d .image-block,
  .offer--deal.dld .image-block {
    flex: 1 1 100%;
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .offer--deal.offer--deal-d .image-block,
  .offer--deal.dld .image-block {
    flex: 1 1 100%;
    height: 175px;
  }
}
.offer--deal.offer--deal-d .image-block .cruiseline-logo-container,
.offer--deal.dld .image-block .cruiseline-logo-container {
  position: absolute;
  display: flex;
  z-index: 1;
  top: 0;
  right: 0;
  border: 1px solid #f6bd17;
  height: 32px;
  width: 130px;
  padding: 2px 10px;
  background: #ffffff center no-repeat;
}
.offer--deal.offer--deal-d .image-block .cruiseline-logo-container .cruiseline-logo,
.offer--deal.dld .image-block .cruiseline-logo-container .cruiseline-logo {
  margin: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex: 1 1 100%;
}
.offer--deal.offer--deal-d .content-block,
.offer--deal.dld .content-block {
  flex: 100%;
  flex-direction: column;
}
.offer--deal.offer--deal-d .content-block .deal-title,
.offer--deal.dld .content-block .deal-title {
  background: #153447;
  color: #f6bd17;
  font-size: 32px;
  padding: 10px 20px;
}
@media screen and (max-width: 1450px) {
  .offer--deal.offer--deal-d .content-block .deal-title,
  .offer--deal.dld .content-block .deal-title {
    text-align: center;
    font-size: 36px;
    padding: 4px 20px;
  }
}
@media screen and (max-width: 800px) {
  .offer--deal.offer--deal-d .content-block .deal-title,
  .offer--deal.dld .content-block .deal-title {
    font-size: 25px;
    padding: 10px 5px 12px 5px;
  }
}
.offer--deal.offer--deal-d .content-block .info-blocks,
.offer--deal.dld .content-block .info-blocks {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1450px) {
  .offer--deal.offer--deal-d .content-block .info-blocks,
  .offer--deal.dld .content-block .info-blocks {
    flex-direction: column;
  }
}
.offer--deal.offer--deal-d .content-block .price-block,
.offer--deal.dld .content-block .price-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 100%;
}
@media screen and (max-width: 600px) {
  .offer--deal.offer--deal-d .content-block .price-block,
  .offer--deal.dld .content-block .price-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.offer--deal.offer--deal-d .content-block .price-block .price-list,
.offer--deal.dld .content-block .price-block .price-list {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .offer--deal.offer--deal-d .content-block .price-block .price-list,
  .offer--deal.dld .content-block .price-block .price-list {
    flex-wrap: wrap;
  }
}
.offer--deal.offer--deal-d .content-block .price-block .price-list .price-list__item,
.offer--deal.dld .content-block .price-block .price-list .price-list__item {
  color: #373737;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 14px 6px 14px;
  flex: 100%;
  border-left: 3px solid #153447;
}
.offer--deal.offer--deal-d .content-block .price-block .price-list .price-list__item:last-of-type,
.offer--deal.dld .content-block .price-block .price-list .price-list__item:last-of-type {
  border-left: none;
}
@media screen and (max-width: 600px) {
  .offer--deal.offer--deal-d .content-block .price-block .price-list .price-list__item,
  .offer--deal.dld .content-block .price-block .price-list .price-list__item {
    flex: 50%;
  }
  .offer--deal.offer--deal-d .content-block .price-block .price-list .price-list__item:nth-child(2n),
  .offer--deal.dld .content-block .price-block .price-list .price-list__item:nth-child(2n) {
    border-left: none;
  }
}
.offer--deal.offer--deal-d .content-block .price-block .price-list .price-list__item .price-list__item-detail,
.offer--deal.dld .content-block .price-block .price-list .price-list__item .price-list__item-detail {
  font-size: 15px;
  margin-bottom: 6px;
}
.offer--deal.offer--deal-d .content-block .price-block .price-list .price-list__item .price-list__item-price,
.offer--deal.dld .content-block .price-block .price-list .price-list__item .price-list__item-price {
  font-size: 32px;
}
.offer--deal.offer--deal-d .content-block .price-block .price-tax,
.offer--deal.dld .content-block .price-block .price-tax {
  flex-direction: row;
  text-align: center;
  padding: 7px 12px;
  margin-top: auto;
  font-size: 24px;
  background: #e5e5e5;
  color: #5a5a5a;
}
@media screen and (max-width: 600px) {
  .offer--deal.offer--deal-d .content-block .price-block .price-tax,
  .offer--deal.dld .content-block .price-block .price-tax {
    margin-top: 20px;
  }
}
.offer--deal.offer--deal-d .content-block .summery-block,
.offer--deal.dld .content-block .summery-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 250px;
}
@media screen and (max-width: 1450px) {
  .offer--deal.offer--deal-d .content-block .summery-block,
  .offer--deal.dld .content-block .summery-block {
    flex: 100%;
  }
}
.offer--deal.offer--deal-d .content-block .summery-block .itinerary,
.offer--deal.dld .content-block .summery-block .itinerary {
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1450px) {
  .offer--deal.offer--deal-d .content-block .summery-block .itinerary,
  .offer--deal.dld .content-block .summery-block .itinerary {
    flex: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 30px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .offer--deal.offer--deal-d .content-block .summery-block .itinerary,
  .offer--deal.dld .content-block .summery-block .itinerary {
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.offer--deal.offer--deal-d .content-block .summery-block .itinerary .departure,
.offer--deal.dld .content-block .summery-block .itinerary .departure,
.offer--deal.offer--deal-d .content-block .summery-block .itinerary .arrival,
.offer--deal.dld .content-block .summery-block .itinerary .arrival {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 60px;
  min-height: 25px;
  font-size: 15px;
  color: #373737;
}
.offer--deal.offer--deal-d .content-block .summery-block .itinerary .departure .itinerary-text,
.offer--deal.dld .content-block .summery-block .itinerary .departure .itinerary-text,
.offer--deal.offer--deal-d .content-block .summery-block .itinerary .arrival .itinerary-text,
.offer--deal.dld .content-block .summery-block .itinerary .arrival .itinerary-text {
  margin: auto;
  flex: 100%;
  text-align: right;
}
.offer--deal.offer--deal-d .content-block .summery-block .itinerary .departure:after,
.offer--deal.dld .content-block .summery-block .itinerary .departure:after,
.offer--deal.offer--deal-d .content-block .summery-block .itinerary .arrival:after,
.offer--deal.dld .content-block .summery-block .itinerary .arrival:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: url(../images/layouts/deals/style_d/deals_d_departure_icon.png) center center no-repeat;
}
.offer--deal.offer--deal-d .content-block .summery-block .itinerary .arrival:after,
.offer--deal.dld .content-block .summery-block .itinerary .arrival:after {
  background-image: url(../images/layouts/deals/style_d/deals_d_arrival_icon.png);
}
.offer--deal.offer--deal-d .content-block .summery-block .call-to-action,
.offer--deal.dld .content-block .summery-block .call-to-action {
  text-align: center;
  padding: 7px 12px;
  margin-top: auto;
  font-size: 24px;
  background: #f6bd17;
  color: #153447;
}
