/*----------------------------------------
	Colours
----------------------------------------*/
/*----------------------------------------
	Fonts
----------------------------------------*/
/*----------------------------------------
	Z-index
----------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  padding: 0;
  margin: 0; }

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #666666;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #eee;
  cursor: help; }

mark, ins {
  background: #3594f2;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"] {
  border: 1px solid;
  border-color: #eee;
  border-radius: 3px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-color: #eee; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus {
  border-color: #eee; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #eee; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3594f2;
  text-decoration: underline;
  text-decoration-color: rgba(53, 148, 242, 0.5); }

a:hover, a:focus, a:active {
  color: #6fb3f6; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  width: 200px; }
  .custom-logo-link img {
    width: 100%;
    height: auto; }

.page-section {
  padding: 50px 0; }

.page-section--flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.page-section--flex-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.page-section-left {
  width: 50%;
  padding-right: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box; }

.page-section-left--wide {
  width: 65%; }

.page-section-right {
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box; }

.page-section-img {
  width: 50%;
  margin: 0;
  margin-left: 40px;
  height: 460px;
  position: relative;
  overflow: hidden; }
  .page-section-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%); }

/*====== CONTAINER ======*/
.container {
  width: 1185px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

@media all and (max-width: 1200px) {
  .container {
    width: 930px; }
  .page-section--flex {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .page-section--flex .page-section-left {
      width: 100%;
      padding: 0; }
    .page-section--flex .page-section-img {
      width: 100%;
      margin: 30px 0 0 0;
      height: 320px; }
      .page-section--flex .page-section-img img {
        width: 100%;
        height: auto;
        min-height: 100%; } }

@media all and (max-width: 990px) {
  .container {
    width: 720px; }
  .page-section {
    padding: 30px 0; } }

@media all and (max-width: 767px) {
  .container {
    max-width: 540px;
    width: 100%; }
  .page-section--flex .page-section-img {
    margin-top: 10px;
    height: 250px; }
  .page-section--flex .page-section-img img {
    width: auto;
    height: 100%;
    min-height: 100%;
    min-width: auto; } }

@font-face {
  font-family: 'black';
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Black.eot");
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Black.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Black.woff2") format("woff2"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'bold';
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Bold.eot");
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Bold.woff2") format("woff2"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'medium';
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Medium.eot");
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Medium.woff2") format("woff2"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'regular';
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Regular.eot");
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Regular.woff2") format("woff2"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'light';
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Light.eot");
  src: url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Light.woff2") format("woff2"), url("/wp-content/themes/seaworldcruises/fonts/BwSurco-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html, body {
  font-size: 20px;
  color: #666666; }

h1 {
  margin-bottom: 0;
  font-family: "black", sans-serif;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  color: white; }

h2 {
  margin-top: 0;
  margin-bottom: 50px;
  font-family: "black", sans-serif;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #0054a5; }

h3 {
  margin-bottom: 30px;
  font-family: "medium", sans-serif;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #3594f2; }

h4 {
  margin-bottom: 20px;
  font-family: "medium", sans-serif;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #3594f2; }

h5 {
  margin-bottom: 10px;
  font-family: "medium", sans-serif;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #3594f2; }

h6 {
  margin-bottom: 0;
  font-family: "medium", sans-serif;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #3594f2; }

p {
  margin-bottom: 20px;
  font-family: "light", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  font-size: 20px; }

.sub-header {
  width: 100%;
  display: block; }

.sub-header--center {
  text-align: center; }

@media all and (max-width: 990px) {
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 30px;
    margin-bottom: 25px; }
  h3 {
    font-size: 26px;
    margin-bottom: 25px; }
  h4 {
    font-size: 20px;
    margin-bottom: 20px; }
  h5 {
    font-size: 16px;
    margin-bottom: 15px; }
  h6 {
    font-size: 14px;
    margin-bottom: 10px; }
  p {
    font-size: 16px; } }

/* 
 * Have to combine class with <a> tag as well because wordpress links like to override the colour 	* property >:(
*/
.btn,
a.btn {
  cursor: pointer;
  color: #3594f2;
  border: 1px solid #3594f2;
  padding: 20px;
  background: transparent;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-family: "medium", sans-serif;
  min-width: 185px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  border-radius: 37px;
  text-decoration: none;
  font-size: 16px; }
  .btn:hover,
  a.btn:hover {
    color: rgba(53, 148, 242, 0.7); }

.btn--big,
a.btn--big {
  padding: 25px; }

.btn--center,
a.btn--center {
  margin: 20px auto;
  display: block;
  width: 250px; }

.btn--full,
a.btn--full {
  display: block;
  width: 100%; }

.btn--wide,
a.btn--wide {
  display: block;
  width: 40%; }

.btn--pink,
a.btn--pink {
  border: 1px solid #ff5c6c;
  background: #ff5c6c;
  color: white;
  font-family: "black", sans-serif; }
  .btn--pink:hover,
  a.btn--pink:hover {
    background: #ff496a;
    color: white; }

.btn--white-outline,
a.btn--white-outline {
  color: white;
  border: 1px solid white; }
  .btn--white-outline:hover,
  a.btn--white-outline:hover {
    color: rgba(255, 255, 255, 0.7); }

.btn--white,
a.btn--white {
  background: white;
  color: #ff5c6c;
  border: 1px solid white; }
  .btn--white:hover,
  a.btn--white:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #ff5c6c; }

.download-pdf,
a.download-pdf {
  margin-bottom: 20px; }

.btn--blue,
a.btn--blue {
  background: #3594f2;
  color: white;
  font-family: "black", sans-serif;
  border: 1px solid #3594f2; }
  .btn--blue:hover,
  a.btn--blue:hover {
    background: #389cff;
    color: white; }

.form label {
  font-size: 20px;
  color: #424242;
  font-family: "medium", sans-serif;
  display: block;
  margin-bottom: 5px; }
  .form label span {
    font-size: 40px;
    line-height: 1;
    position: relative;
    top: 15px; }

.form .input,
.form .textarea {
  border: 1px solid #d1d1d1;
  background: white;
  font-size: 20px;
  padding: 20px;
  border-radius: 2px;
  font-family: "regular", sans-serif;
  color: #666666;
  width: 100%;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.form .textarea {
  resize: none;
  height: 200px;
  overflow-y: auto; }

.form .input--verify {
  width: 80px;
  margin-right: 20px;
  text-align: center; }

.form .input:focus,
.form .textarea:focus {
  border-color: #3594f2;
  color: #3594f2;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); }

.form .form-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px; }

.form .input-wrapper {
  display: block;
  width: 100%; }

.form .input-wrapper--half {
  width: calc(50% - 20px); }

.form .input-wrapper--left {
  margin-right: 20px; }

.form .input-wrapper--right {
  margin-left: 20px; }

.form .error,
.form .success {
  padding: 20px;
  text-align: center;
  margin: 40px 0 20px 0;
  border-radius: 2px; }

.form .error {
  color: #db4367;
  border: 1px solid #db4367; }

.form .success {
  color: #2ECC71;
  border: 1px solid #2ECC71; }

@media all and (max-width: 767px) {
  .form .input-wrapper--half {
    width: 100%; }
  .form .input-wrapper--left,
  .form .input-wrapper--right {
    margin: 0; }
  .form .form-line {
    flex-wrap: wrap; }
  .form .btn {
    width: 100%; } }

.navbar-logo {
  height: 85px;
  min-width: 1px; }

.navbar {
  height: 100px;
  background: white;
  z-index: 12;
  position: relative; }

.navbar-contain {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.navbar__menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-right: 20px; }

.navbar__menu-item {
  display: inline-block;
  list-style: none;
  border: 0;
  padding: 0;
  margin: 0 15px;
  line-height: 100px;
  cursor: pointer; }
  .navbar__menu-item:hover {
    opacity: 0.7; }

.navbar__trigger {
  border: 0;
  padding: 0;
  font-family: "medium", sans-serif;
  color: #0054a5;
  font-size: 15px;
  cursor: pointer; }

.navbar__menu-item--dd:after {
  content: '';
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0054a5;
  border-bottom: 2px solid #0054a5;
  transform: rotate(45deg);
  position: relative;
  top: 0;
  transition: 0.3s ease;
  margin-left: 10px; }

.navbar__menu-item--dd:hover {
  opacity: 1; }

.navbar__menu-item--dd:hover .navbar__sub-menu {
  opacity: 1;
  pointer-events: all; }

.navbar__menu-item--dd:hover:after {
  transform: rotate(-135deg);
  top: 2px; }

.navbar__sub-menu {
  position: absolute;
  padding: 60px 0;
  opacity: 0;
  background: white;
  width: 100vw;
  transition: 0.4s;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  line-height: 1.4; }
  .navbar__sub-menu .menu {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }

.sub-menu {
  padding: 0;
  margin: 0; }
  .sub-menu a {
    color: #0054a5;
    text-decoration: none; }

.sub-menu--list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .sub-menu--list .menu-item {
    width: 25%;
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    font-size: 19px;
    font-family: "regular", sans-serif;
    transition: 0.3s;
    cursor: pointer; }
    .sub-menu--list .menu-item a {
      display: block;
      text-align: left; }
    .sub-menu--list .menu-item:hover {
      opacity: 0.85; }
  .sub-menu--list .menu-item a.menu-image-title-below.menu-image-not-hovered img, .sub-menu--list .menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper {
    margin: 0 !important;
    width: 75%;
    height: auto; }

.navbar__single-item ul {
  margin: 0;
  padding: 0; }
  .navbar__single-item ul li {
    list-style: none; }
    .navbar__single-item ul li a {
      text-decoration: none;
      color: #0054a5;
      font-size: 15px;
      font-family: "medium", sans-serif; }

.navbar__btn ul {
  margin: 0;
  padding: 0; }

.navbar__btn li {
  list-style: none; }

.navbar__btn a {
  text-decoration: none;
  color: white; }

.navbar__menu-item--active {
  color: #3594f2; }
  .navbar__menu-item--active:after {
    border-right-color: #3594f2;
    border-bottom-color: #3594f2; }

.sub-menu__item .router-link-active {
  color: #3594f2; }

.sub-menu--list.charters .menu {
  width: 70%;
  position: relative;
  border-right: 1px solid #eeeeee; }
  .sub-menu--list.charters .menu li {
    width: calc((100% / 3) - 5px); }
  .sub-menu--list.charters .menu .all-cruises-btn {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 90px;
    width: calc((100% / 3) - 20px); }
    .sub-menu--list.charters .menu .all-cruises-btn a {
      text-align: center;
      font-family: "medium", sans-serif;
      font-size: 16px;
      color: #3594f2; }

.topbar {
  height: 48px;
  background: #424242; }
  .topbar .textwidget {
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

.topbar__details {
  color: white;
  font-family: "regular", sans-serif;
  font-size: 13px;
  text-decoration: none;
  margin-right: 15px; }
  .topbar__details i {
    margin-right: 8px; }

@media all and (max-width: 400px) {
  .topbar .textwidget {
    justify-content: center; }
  .topbar__details {
    font-size: 11px;
    margin-right: 10px; }
  .topbar__details i {
    margin-right: 4px; } }

@media all and (max-width: 325px) {
  .topbar__details i {
    display: none; } }

.accordion-section {
  max-height: 60px;
  border-bottom: 1px solid rgba(53, 148, 242, 0.18);
  transition: 0.3s ease; }
  .accordion-section:first-of-type {
    border-top: 1px solid rgba(53, 148, 242, 0.18); }

.accordion-header {
  padding: 20px 40px 20px 0;
  position: relative;
  cursor: pointer; }
  .accordion-header:after {
    content: '+';
    position: absolute;
    top: 25px;
    right: 15px;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 400;
    font-family: "regular", sans-serif;
    color: #3594f2; }

.accordion-section__title {
  margin: 0;
  font-size: 20px;
  font-family: "regular", sans-serif;
  color: #3594f2; }

.accordion-content {
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s ease; }

.accordion-after {
  text-align: center;
  margin: 60px 0 40px 0; }

.accordion-section--active {
  max-height: 2000px; }
  .accordion-section--active .accordion-content {
    transform: scaleY(1); }
  .accordion-section--active .accordion-header::after {
    content: '-'; }

@media all and (max-width: 767px) {
  .accordion-section {
    max-height: 80px; }
  .accordion-section--active {
    max-height: 2000px; } }

.page-header {
  height: calc(100vh - 148px);
  width: 100vw;
  overflow: hidden;
  display: block;
  position: relative;
  background: #424242; }
  .page-header .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px; }

.page-header__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  opacity: 0.7; }

.page-header__title {
  font-family: "black", sans-serif;
  color: white;
  font-size: 90px;
  line-height: 1.2;
  margin-bottom: 40px; }
  .page-header__title span {
    display: block;
    font-family: "medium", sans-serif;
    font-size: 50px; }

.page-header__subtitle {
  font-family: "regular", sans-serif;
  color: white;
  font-size: 27px;
  margin-bottom: 50px; }

.page-header__btn {
  min-width: 250px;
  font-family: "black", sans-serif; }

.page-header--cruise {
  height: calc(85vh - 148px);
  background: #0054a5; }
  .page-header--cruise .page-header__bg {
    opacity: 0.25; }
  .page-header--cruise .container {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .page-header--cruise .page-header__title {
    font-family: "bold", sans-serif; }

.page-header--no-bg {
  height: 50vh;
  background: #0054a5; }
  .page-header--no-bg .container {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .page-header--no-bg .page-header__title {
    font-family: "bold", sans-serif;
    margin: 0;
    font-size: 90px; }

.page-header--404 {
  height: auto;
  min-height: calc(100vh - 148px); }
  .page-header--404 .container {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%; }
  .page-header--404 .page-header__bg {
    opacity: 0.5; }

.mobile-navbar {
  display: none; }

.mobile-navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px; }

.burger-menu-trigger {
  width: 54px;
  height: 54px;
  cursor: pointer;
  position: relative;
  transition: 0.3s; }
  .burger-menu-trigger:hover {
    opacity: 0.7; }
  .burger-menu-trigger span, .burger-menu-trigger:before, .burger-menu-trigger:after {
    position: absolute;
    width: 60%;
    height: 2px;
    background: #0054a5;
    left: 50%; }
  .burger-menu-trigger span {
    top: 50%;
    transform: translate(-50%, -50%); }
  .burger-menu-trigger:before {
    content: '';
    top: 18px;
    transform: translateX(-50%); }
  .burger-menu-trigger:after {
    content: '';
    bottom: 18px;
    transform: translateX(-50%); }

.desktop-navbar__close {
  display: none;
  position: absolute;
  right: 40px;
  top: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer; }
  .desktop-navbar__close:before, .desktop-navbar__close:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 70%;
    height: 2px;
    background: #3594f2;
    left: 50%;
    top: 50%; }
  .desktop-navbar__close:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .desktop-navbar__close:after {
    transform: translate(-50%, -50%) rotate(-45deg); }

.mobile-menu {
  padding: 0;
  margin: 30px auto 0 auto; }
  .mobile-menu li {
    list-style: none;
    position: relative; }
  .mobile-menu .btn--pink, .mobile-menu a.btn--pink {
    width: 100%;
    margin-top: 40px; }
    .mobile-menu .btn--pink a, .mobile-menu a.btn--pink a {
      display: block; }
  .mobile-menu .navbar__single-item .menu-image-title {
    font-family: "medium", sans-serif;
    font-size: 20px;
    color: #0054a5;
    width: 100%;
    text-align: left;
    display: block;
    padding: 10px 0;
    margin-bottom: 20px; }

.mobile-navbar__menu {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
  padding: 50px 30px;
  transition: 0.3s linear; }
  .mobile-navbar__menu.menu-active {
    left: 0; }

.mobile-menu__sub-menu {
  height: 0px; }
  .mobile-menu__sub-menu:before {
    position: absolute;
    z-index: -1;
    content: '';
    background: #fafafa;
    width: 105%;
    height: 110%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: 0.2s linear; }
  .mobile-menu__sub-menu .menu {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    display: none;
    list-style: none; }
  .mobile-menu__sub-menu .menu-item {
    padding: 6px 0; }
    .mobile-menu__sub-menu .menu-item a {
      text-decoration: none; }
    .mobile-menu__sub-menu .menu-item .menu-image-title {
      text-align: left;
      font-size: 18px;
      color: #0054a5;
      font-family: "regular", sans-serif; }
  .mobile-menu__sub-menu .menu-item a.menu-image-title-below.menu-image-not-hovered img, .mobile-menu__sub-menu .menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper {
    display: none; }

.mobile-navbar__menu-logo {
  text-align: center; }

.mobile-menu__sub-menu .all-cruises-btn {
  margin-top: 30px;
  padding: 20px;
  width: 300px; }
  .mobile-menu__sub-menu .all-cruises-btn .menu-image-title {
    color: #3594f2; }

.mobile-menu__item {
  margin-bottom: 30px; }

.mobile-menu__trigger {
  border: 0;
  font-family: "medium", sans-serif;
  font-size: 20px;
  color: #0054a5;
  width: 100%;
  text-align: left;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
  position: relative; }
  .mobile-menu__trigger:after {
    content: '+';
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(2);
    font-family: "light", sans-serif;
    color: #0054a5; }

.mobile-menu__trigger.trigger-active:after {
  content: '-'; }

.mobile-menu__trigger.trigger-active ~ .mobile-menu__sub-menu {
  height: auto; }
  .mobile-menu__trigger.trigger-active ~ .mobile-menu__sub-menu .menu {
    display: block; }
  .mobile-menu__trigger.trigger-active ~ .mobile-menu__sub-menu:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }

.desktop-navbar--active {
  left: 0; }

@media all and (max-width: 1200px) {
  .mobile-navbar {
    display: block; }
  .mobile-navbar__menu {
    display: block; }
  .desktop-navbar__close {
    display: block; }
  .desktop-navbar {
    display: none; }
  .page-header__title {
    font-size: 75px; } }

@media all and (max-width: 990px) {
  .page-header__title,
  .page-header--no-bg .page-header__title {
    font-size: 50px; }
  .page-header--no-bg {
    height: 25vh; }
  .page-header--cruise {
    height: calc(70vh - 148px); }
  .page-header__bg {
    height: 100%;
    min-height: auto;
    width: auto;
    min-width: 100%; }
  .page-header__subtitle {
    font-size: 22px; } }

@media all and (max-width: 767px) {
  .page-header {
    height: calc(80vh - 148px); }
  .page-header--no-bg {
    height: calc(60vh - 148px); }
  .page-header:not(.page-header--no-bg):not(.page-header--cruise):not(.page-header--404) .container {
    bottom: 20px; }
  .page-header__title {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.1;
    font-family: "bold", sans-serif; }
  .page-header__btn {
    width: 100%; }
  .desktop-navbar__close {
    right: 10px; }
  .page-header--404 .container {
    width: 90%; } }

.footer-contain {
  background: white; }

.footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 45px 0 25px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #919191; }

.footer .footer-logo {
  width: calc(12% - 15px);
  margin: 0;
  margin-right: 15px;
  position: relative;
  top: -10px; }
  .footer .footer-logo img {
    height: auto;
    width: 127px; }

.footer-row {
  width: calc(20% - 15px);
  margin-right: 15px;
  padding-left: 20px;
  box-sizing: border-box; }

.footer-row--contact {
  width: auto;
  margin-right: 0; }

.page-footer__title {
  font-size: 16px;
  font-family: "medium", sans-serif;
  color: #424242;
  margin-bottom: 20px; }

.footer-bottom {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #eeeeee; }

.page-footer__title ~ div {
  padding: 0;
  margin: 0; }
  .page-footer__title ~ div ul {
    padding: 0;
    margin: 0; }
  .page-footer__title ~ div li {
    list-style: none;
    margin-bottom: 10px;
    color: #666666; }
    .page-footer__title ~ div li a {
      text-decoration: none;
      color: #666666; }

.footer__hours {
  display: block; }

@media all and (max-width: 1200px) {
  .footer-map {
    display: none; }
  .footer-row {
    width: calc(28% - 15px); } }

@media all and (max-width: 990px) {
  .footer {
    flex-wrap: wrap; }
    .footer .footer-logo {
      width: 100%;
      text-align: center;
      margin: 0 0 30px 0; }
  .footer-row {
    width: calc((100% / 3) - 15px); } }

@media all and (max-width: 767px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px; }
  .footer-row {
    width: 100%;
    margin-bottom: 25px;
    text-align: center; } }

.card-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

.card-container--center {
  justify-content: center; }

.card {
  width: calc((100% / 3) - 30px);
  margin: 0 15px 30px 15px;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease; }
  .card:hover {
    box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.1); }
    .card:hover .card__img img {
      transform: translate(-50%, -50%) scale(1.1); }

.card--fixed .card__name {
  min-height: 85px; }

.card--hide {
  display: none; }

.card__img {
  height: 285px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  margin: 0;
  display: block; }
  .card__img img {
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s linear; }

.card__info {
  padding: 25px; }

.card__name {
  font-size: 40px;
  font-family: "black", sans-serif;
  color: #0054a5;
  margin: 0;
  line-height: 1; }

.card__desc {
  font-size: 14px;
  color: #0054a5;
  font-style: italic;
  font-family: "regular", sans-serif; }

.card__highlight {
  position: absolute;
  top: 32px;
  left: 32px;
  background: #db4367;
  display: block;
  color: white;
  line-height: 1.2;
  padding: 5px 60px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
  width: 200px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase; }

.card__footer {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "medium", sans-serif;
  text-transform: uppercase;
  color: #3594f2;
  font-size: 13px; }
  .card__footer a {
    text-decoration: none;
    color: #3594f2; }

.card__footer--right {
  justify-content: flex-end; }

.card__footer-right {
  position: relative; }
  .card__footer-right:hover::after {
    width: 100%; }
  .card__footer-right:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3594f2;
    height: 2px;
    width: 0;
    transition: 0.3s ease-out; }

@media all and (max-width: 1200px) {
  .card {
    width: calc(50% - 30px); }
  .card__img img {
    height: 100%;
    width: auto;
    min-width: 100%; } }

@media all and (max-width: 990px) {
  .card {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .card__img img {
    height: auto;
    width: 100%;
    min-height: 100%; } }

@media all and (max-width: 450px) {
  .card__img {
    height: 210px; } }

.gallery-active {
  overflow: hidden;
  height: 100vh; }

.gallery {
  margin: 20px 0 40px 0; }

.gallery-tile {
  width: calc((100% / 3) - 15px);
  height: 230px;
  margin: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }
  .gallery-tile:nth-child(1) {
    float: left;
    height: 480px;
    width: calc((100% / 3) - 25px);
    margin: 0;
    margin-right: 5px; }
    .gallery-tile:nth-child(1) .gallery-tile__img {
      height: 100%;
      min-width: 1px;
      width: auto; }
  .gallery-tile:nth-child(2), .gallery-tile:nth-child(3) {
    margin-bottom: 20px;
    margin-left: 20px; }
  .gallery-tile:nth-child(4), .gallery-tile:nth-child(5) {
    margin-left: 20px; }
  .gallery-tile:hover .gallery-tile__img {
    transform: translate(-50%, -50%) scale(1.1); }

.gallery-tile__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 1px;
  transition: 0.8s; }

.gal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 14;
  display: none;
  cursor: zoom-out; }
  .gal-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.7;
    z-index: 2; }

.gal-overlay--show {
  display: block; }

.gal-content {
  cursor: auto;
  position: relative;
  width: 720px;
  height: 500px;
  margin: 0;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4; }

.gal-overlay__close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: white;
  font-family: "medium", sans-serif;
  font-size: 30px;
  z-index: 4;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid white;
  text-align: center;
  line-height: 33px;
  background: white;
  color: #666666; }

.gal-overlay__img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #eeeeee;
  overflow: hidden; }
  .gal-overlay__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%; }

.gal-overlay__btn {
  border: 0;
  background: transparent;
  width: 60px;
  height: 60px;
  display: block;
  color: white;
  font-size: 40px;
  padding: 0;
  line-height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
  outline: none; }
  .gal-overlay__btn:active {
    outline: none; }
  .gal-overlay__btn:hover {
    background: rgba(255, 255, 255, 0.3); }
  .gal-overlay__btn:active {
    transform: translateY(-50%) scale(0.9); }

.gal-overlay__btn--left {
  left: -80px; }

.gal-overlay__btn--right {
  right: -80px; }

.gal-overlay__text {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4; }

.gal-overlay__title {
  line-height: 1;
  font-family: "medium", sans-serif;
  margin-bottom: 10px;
  color: white; }

.gal-overlay__subtitle {
  font-size: 16px;
  color: white;
  line-height: 1;
  margin: 0; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .3s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

@media all and (max-width: 1200px) {
  .gallery-tile {
    height: 175px; }
  .gallery-tile:nth-child(1) {
    height: 370px; } }

@media all and (max-width: 990px) {
  .gallery-tile__img {
    height: 100%;
    width: auto;
    min-width: 100%; }
  .gal-content {
    width: 580px;
    height: 370px; } }

@media all and (max-width: 767px) {
  .gallery-tile:nth-child(1) {
    float: unset;
    height: 230px;
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }
    .gallery-tile:nth-child(1) .gallery-tile__img {
      width: 100%;
      height: auto;
      min-height: 100%; }
  .gallery-tile:nth-child(2), .gallery-tile:nth-child(3), .gallery-tile:nth-child(4), .gallery-tile:nth-child(5) {
    height: 230px;
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }
  .gallery-tile__img {
    height: auto;
    width: 100%;
    min-height: 100%; }
  .gal-content {
    width: calc(100vw - 20px);
    height: 300px; }
  .gal-overlay__close {
    right: 20px; } }

@media all and (max-width: 420px) {
  .gal-overlay__img img {
    width: auto;
    height: 100%; } }

@media all and (max-width: 370px) {
  .gallery-tile:nth-child(1) .gallery-tile__img {
    height: 100%;
    width: auto;
    min-width: 100%; }
  .gallery-tile__img {
    height: 100%;
    width: auto;
    min-width: 100%; } }

.reviews {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px; }

.review {
  width: calc((100% / 3) - 20px);
  text-align: center;
  padding: 0 30px;
  font-family: "light", sans-serif; }

.review__author {
  font-family: "regular", sans-serif;
  display: block; }

.review__rating {
  margin-top: 20px; }

@media all and (max-width: 1200px) {
  .review {
    padding: 0 10px; } }

@media all and (max-width: 990px) {
  .reviews {
    flex-wrap: wrap; }
  .review {
    padding: 0;
    width: 100%; } }

.book-now {
  padding: 80px 0;
  text-align: center;
  position: relative;
  background: #424242;
  overflow: hidden; }

.book-now__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  opacity: 0.55; }

.book-now-content {
  position: relative;
  z-index: 2;
  color: white; }

.book-now__title {
  margin-bottom: 30px;
  color: white; }

.book-now__subtitle {
  font-family: "medium", sans-serif; }

.book-now-btns {
  margin-top: 50px; }
  .book-now-btns .btn {
    margin: 0 20px; }

@media all and (max-width: 990px) {
  .book-now {
    padding: 60px 0; }
  .book-now-content {
    width: 75%;
    margin: 0 auto; } }

@media all and (max-width: 650px) {
  .book-now-content {
    width: 85%; }
  .book-now-btns .btn {
    display: block;
    margin: 20px 0 0 0; } }

@media all and (max-width: 600px) {
  .book-now__bg {
    width: auto;
    height: 100%;
    min-width: 100%; } }

.social {
  font-size: 30px; }
  .social p {
    margin: 0; }
  .social img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }

.pricing {
  position: absolute;
  top: -72px;
  right: 0;
  width: 30%;
  border-radius: 5px;
  background: #ff5c6c;
  color: white; }

.pricing__title {
  font-family: "medium", sans-serif;
  color: white;
  font-size: 32px;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid white; }

.pricing__options {
  padding: 0 20px 25px 20px; }

.pricing__table {
  width: 100%;
  font-family: "regular", sans-serif;
  font-size: 22px;
  border-collapse: collapse; }
  .pricing__table td {
    vertical-align: top;
    padding-bottom: 30px;
    position: relative; }
  .pricing__table td:first-child {
    width: 70%; }
  .pricing__table td:last-child {
    width: 30%;
    text-align: right;
    white-space: nowrap; }
  .pricing__table tr:last-child td {
    padding-bottom: 55px; }

.pricing__option-name {
  display: block; }

.pricing__option-sub {
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 35px; }

.pricing__option-sub--right {
  left: auto;
  right: 0;
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.5); }

.pricing__special-tag {
  font-size: 13px;
  background: white;
  color: #ff5c6c;
  padding: 3px 8px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px; }

.pricing__btn,
a.pricing__btn {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pricing__btn svg,
  a.pricing__btn svg {
    margin-left: 10px; }

@media all and (max-width: 1200px) {
  .pricing {
    width: 35%; } }

@media all and (max-width: 990px) {
  .pricing {
    width: 100%;
    position: static;
    margin: 40px 0; } }

@media all and (max-width: 450px) {
  .pricing__table {
    font-size: 18px; }
  .pricing__option-sub {
    top: 25px; } }

.tab-container {
  padding-bottom: 50px; }

.tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  transform: translateY(1px);
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18); }

.tab,
.category-tab {
  padding: 15px;
  cursor: pointer;
  margin-right: 10px;
  line-height: 22px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  transition: 0.3s ease; }
  .tab:hover .tab__text,
  .category-tab:hover .tab__text {
    color: #3594f2; }

.tab__text {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "medium", sans-serif;
  color: #919191;
  margin: 0;
  transition: 0.3s ease; }

.tab--active {
  border-bottom: 3px solid #3594f2; }
  .tab--active .tab__text {
    color: #3594f2; }

.mob-tab-list {
  display: none; }

.mob-tab-list--active {
  display: block; }

.tab-content,
.category-tab-content {
  padding: 0 75px;
  font-family: "light", sans-serif;
  line-height: 1.8;
  display: none; }
  .tab-content ul,
  .category-tab-content ul {
    margin: 10px 0;
    padding-left: 30px; }
  .tab-content p,
  .category-tab-content p {
    margin: 0;
    margin-bottom: 20px; }
  .tab-content p:last-child,
  .category-tab-content p:last-child {
    margin-bottom: 0; }

.tab-content img {
  max-width: 100%;
  height: auto; }

.tab-content--active {
  display: block; }

.tab-content--no-pad {
  padding: 0; }

.mob-tabs {
  display: none;
  margin-bottom: 40px;
  position: relative;
  z-index: 4; }

.mob-tabs__active-tab {
  padding: 20px;
  display: block;
  border: 1px solid #3594f2;
  font-family: "medium", sans-serif;
  color: #3594f2;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 17px; }
  .mob-tabs__active-tab:after {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    transform: translate(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #3594f2;
    border-right: 3px solid #3594f2; }

.mob-tab-list {
  position: absolute;
  width: 100%;
  border: 1px solid #3594f2;
  background: white;
  top: calc(100% + 5px);
  left: 0;
  margin: 0;
  padding: 10px 0; }

.mob-tab,
.mob-cat-tab {
  padding: 15px;
  width: 100%;
  list-style: none;
  background: white;
  font-family: "medium", sans-serif;
  color: #3594f2;
  text-transform: uppercase;
  font-size: 17px;
  cursor: pointer; }
  .mob-tab:hover,
  .mob-cat-tab:hover {
    background: rgba(53, 148, 242, 0.03); }

@media all and (max-width: 1200px) {
  .tab-content,
  .category-tab-content {
    padding: 0; } }

@media all and (max-width: 990px) {
  .tabs {
    display: none; }
  .mob-tabs {
    display: block; } }

.cruise-highlights {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  padding-top: 50px; }

.highlight-video {
  width: 60%;
  background: #fafafa; }

.highlight-img {
  width: 60%;
  height: 390px;
  position: relative;
  overflow: hidden;
  margin: 0; }
  .highlight-img img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.highlights {
  width: 40%;
  padding-right: 30px; }

.title-contain {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  background: #f54670;
  position: relative;
  overflow: hidden; }
  .title-contain:before {
    content: '';
    z-index: 0;
    position: absolute;
    width: 72%;
    height: 300px;
    left: 0;
    top: -150px;
    background: #db4367;
    border-radius: 0 30% 50% 0; }
  .title-contain h2 {
    z-index: 2;
    position: relative;
    font-family: Open sans, sans-serif;
    font-size: 22px;
    color: white;
    margin: 0;
    letter-spacing: 0.3px;
    line-height: 70px;
    text-transform: capitalize; }

.highlights__list {
  margin: 0;
  padding: 0;
  background: white;
  min-height: 320px; }
  .highlights__list li {
    padding: 20px 20px 20px 30px;
    list-style: none;
    font-size: 13px;
    color: #919191;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .highlights__list li:last-child {
      border-bottom: 0; }
    .highlights__list li i {
      white-space: nowrap;
      font-size: 24px;
      margin-right: 15px;
      min-width: 32px;
      text-align: center; }

@media all and (max-width: 1200px) {
  .highlight-video {
    width: 50%; }
  .highlights {
    width: 50%; } }

@media all and (max-width: 990px) {
  .cruise-highlights {
    flex-wrap: wrap;
    padding: 30px 0; }
  .highlights {
    padding-right: 0;
    margin-bottom: 30px; }
  .highlights, .highlight-img, .highlight-video {
    width: 100%; } }

@media all and (max-width: 767px) {
  .highlight-img {
    height: 270px; } }

@media all and (max-width: 450px) {
  .title-contain {
    height: 90px; }
    .title-contain h2 {
      position: absolute;
      line-height: 1.3;
      width: 86%;
      left: 7%;
      top: 50%;
      transform: translateY(-50%); } }

@media all and (max-width: 395px) {
  .highlight-img img {
    width: auto;
    height: 100%;
    min-height: auto;
    min-width: 100%; }
  .title-contain h2 {
    font-size: 18px; } }

.alt-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px; }

.alt-section:nth-child(even) {
  flex-direction: row-reverse; }

.alt-section__img {
  background-size: cover;
  background-position: center;
  width: 50%;
  display: block; }

.alt-section__content {
  width: 50%;
  display: block;
  background: white;
  padding: 85px; }

.alt-section__title {
  margin: 0 0 40px 0;
  color: #0054a5; }

@media all and (max-width: 990px) {
  .alt-section {
    flex-wrap: wrap;
    align-items: flex-start; }
  .alt-section:nth-child(even) {
    flex-direction: row; }
  .alt-section__img {
    height: 430px; }
  .alt-section__img,
  .alt-section__content {
    width: 100%; }
  .alt-section__content {
    padding: 40px; } }

@media all and (max-width: 767px) {
  .alt-section__img {
    height: 300px; } }

.info-tiles-contain {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }

.info-tile {
  width: calc((100% / 3) - 30px);
  margin: 15px; }

.info-tile__img {
  width: 100%;
  height: 230px;
  display: block;
  overflow: hidden;
  position: relative; }
  .info-tile__img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.info-tile__caption {
  margin: 25px 0 30px 0;
  color: #3594f2;
  font-size: 24px;
  display: block; }

.info-tile__text {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  font-size: 16px; }

@media all and (max-width: 1200px) {
  .info-tile {
    width: calc(50% - 15px);
    margin: 0; }
  .info-tile:nth-child(odd) {
    margin-right: 15px;
    margin-bottom: 15px; }
  .info-tile:nth-child(even) {
    margin-left: 15px;
    margin-bottom: 15px; } }

@media all and (max-width: 767px) {
  .info-tile,
  .info-tile:nth-child(even),
  .info-tile:nth-child(odd) {
    width: 100%;
    margin: 0;
    margin-bottom: 20px; } }

.contact-options {
  display: flex;
  justify-content: center;
  align-items: stretch; }

.contact {
  background: white;
  width: calc(100% / 3);
  flex: 1;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 55px 60px;
  display: block; }
  .contact:last-child {
    border-right: 0; }

.contact-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .contact-header i {
    font-size: 30px;
    color: #3594f2; }

.contact__title {
  font-size: 24px;
  margin: 0;
  color: #3594f2;
  font-family: "regular", sans-serif; }

.contact__text {
  font-family: "regular", sans-serif; }
  .contact__text p {
    font-family: "regular", sans-serif; }
  .contact__text ul {
    margin: 0;
    padding: 0; }
    .contact__text ul li {
      list-style: none; }

.contact__link {
  font-size: 13px;
  font-family: "medium", sans-serif;
  color: #3594f2;
  text-decoration: none;
  text-transform: uppercase; }

@media all and (max-width: 990px) {
  .contact-options {
    flex-wrap: wrap; }
  .contact {
    flex: auto;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eeeeee; }
  .contact:last-child {
    border-bottom: 0; } }

@media all and (max-width: 540px) {
  .contact {
    padding: 25px 30px; } }

.cruise-container {
  position: relative; }

.cruise-intro {
  min-height: 470px; }

.cruise-intro__title {
  font-family: "medium", sans-serif;
  color: #666666;
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.3; }

@media all and (max-width: 990px) {
  .cruise-intro {
    min-height: 1px; }
    .cruise-intro .page-section-left--wide {
      width: 100%;
      padding-right: 0; }
  .cruise-intro__title {
    font-size: 30px; } }

.options-contain-404 {
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.option-404 {
  background: white;
  margin: 0 20px;
  padding: 25px;
  width: calc(25% - 40px);
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.06);
  transition: box-shadow .3s ease; }
  .option-404 i {
    font-size: 70px;
    color: #3594f2;
    margin-bottom: 50px; }
  .option-404 .btn, .option-404 a.btn {
    width: 100%; }
  .option-404:hover {
    box-shadow: 0 12px 23px 0 rgba(0, 0, 0, 0.12); }

.option-404__title {
  font-family: "regular", sans-serif;
  font-size: 24px;
  color: #3594f2;
  height: 110px;
  margin: 0;
  line-height: 1.4; }

@media all and (max-width: 1200px) {
  .option-404 {
    width: calc((100% / 3) - 40px); } }

@media all and (max-width: 990px) {
  .options-contain-404 {
    flex-wrap: wrap; }
  .option-404 {
    width: calc(50% - 20px);
    margin: 10px; } }

@media all and (max-width: 767px) {
  .options-contain-404 {
    flex-wrap: wrap; }
  .option-404 {
    width: 100%;
    margin: 10px 0; }
    .option-404 i {
      display: inline-block;
      vertical-align: middle;
      font-size: 30px;
      margin-bottom: 30px; }
  .option-404__title {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-bottom: 30px;
    margin-right: 20px; } }

html {
  overflow-x: hidden; }

html, body {
  margin: 0;
  padding: 0; }

body {
  background: #fafafa;
  font-family: 'Open Sans', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.3px; }

@media all and (max-width: 990px) {
  html, body {
    font-size: 18px; } }
