/* font-family: "korolev-condensed", sans-serif;
font-weight: 700;
font-style: normal;

font-family: news-gothic-std, sans-serif;
font-weight: 400;
font-style: normal;

font-family: news-gothic-std, sans-serif;
font-weight: 700;
font-style: normal; */

:root {
	--brochure-heading-font:  "BlissPro", sans-serif;
	--brochure-body-font:  "BlissPro", sans-serif;
	--secton-padding-md: 64px;
	--container-width-md: 1560px;
}
/* "korolev-condensed",
"news-gothic-std", */
body {
    font-family: var(--brochure-body-font);
    font-weight: 400;
    font-style: normal;
}

/* start of additional fixes */
@media(min-width: 767px){
	.page-template-template-brochure .mar-container {
		max-width: var(--container-width-md);
	}
	.page-template-template-brochure .mar-image-full-width-wrp,
	.page-template-template-brochure .mar-media-text-fw__inner,
	.page-template-template-brochure .mar-image-split-container {
		max-width: var(--container-width-md);
		margin: 0 auto;
		padding-left: 24px;
		padding-right: 24px;
	}
	.page-template-template-brochure .main > section:first-child .mar-image-full-width-wrp {
		max-width: unset;
		padding-left: 0;
		padding-right: 0;
	}
	.page-template-template-brochure .main > section:first-child .mar-image-full-width-image {
		height: 36vw;
	}
	.page-template-template-brochure .main > section:first-child .mar-image-full-width-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-template-template-brochure.page-id-8467 .main > section:first-child .mar-image-full-width-image img {
		object-position: center bottom;
	}
	
}

.page-template-template-brochure .mar-media-text-fw--image_text_2_col + .mar-image-full-width,
.page-template-template-brochure .mar-image-full-width + .mar-media-text-fw--image_text_2_col, 
.page-template-template-brochure .mar-image-full-width + .mar-section-image-split, 
.page-template-template-brochure .mar-image-full-width + .mar-image-full-width, 
.page-template-template-brochure .mar-section-image-split + .mar-media-text,
.page-template-template-brochure .mar-section-image-split + .mar-image-full-width, 
.page-template-template-brochure .mar-section-image-split + .mar-section.mar-media-text,
.page-template-template-brochure .mar-image-full-width + .page-template-template-brochure .mar-section.mar-media-text {
	padding-top: 32px;
}

@media(max-width: 767px){
	.page-template-template-brochure .mar-media-text-fw--image_text_2_col + .mar-image-full-width,
	.page-template-template-brochure .mar-image-full-width + .mar-media-text-fw--image_text_2_col, 
	.page-template-template-brochure .mar-image-full-width + .mar-section-image-split, 
	.page-template-template-brochure .mar-image-full-width + .mar-image-full-width, 
	.page-template-template-brochure .mar-section-image-split + .mar-media-text, 
	.page-template-template-brochure .mar-section-image-split + .mar-image-full-width, 
	.page-template-template-brochure .mar-section-image-split + .mar-section.mar-media-text, 
	.page-template-template-brochure .mar-image-full-width + .mar-section.mar-media-text {
		padding-top: 16px;
	}
}
.page-template-template-brochure .mar-central-simple-content .mar-inner-container {
	max-width: 820px;
}

/* end of additional fixes */

.page-template-template-brochure p {
	font-family: var(--brochure-body-font);
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
}
.navigation-open-button {
    background-color: transparent;
    border: none;
    font-family: var(--brochure-body-font) !important;
    font-weight: 400;
    font-style: normal;
}


/* menu */
/* Full-screen overlay */
.mar-brochure-nav {
    position: fixed;
    inset: 0;
    z-index: 9999;

    background: rgba(0, 0, 0, 0.55);

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.mar-brochure-nav-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	height: 64px;
	padding: 0 20px;
}
.mar-brochure-nav-header .logo {
	width: 152px;
	height: auto;
	display: block;
}
.navigation-close-button {
	background-color: transparent;
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 13L7.00002 7.00002M7.00002 7.00002L1 1M7.00002 7.00002L13 1M7.00002 7.00002L1 13' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
}
.mar-brochure-nav-body {
	padding: 16px 20px;
}

/* Right-side panel */
.mar-brochure-nav-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: min(375px, 100%);
    height: 100%;
    overflow-y: auto;
    background: #000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.mar-brochure-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.mar-brochure-nav.is-open .mar-brochure-nav-inner {
    transform: translateX(0);
}


.mar-brochure-nav__list,
.mar-brochure-nav .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mar-brochure-nav__list > .menu-item {
    margin: 16px 0 0 0;
    padding: 0;
}

.mar-brochure-nav__list > .menu-item + .menu-item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.mar-brochure-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.mar-brochure-nav__list .menu-item > a {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
	color: #FFFFFF;
}
.mar-brochure-nav__list .sub-menu .menu-item > a {
	font-weight: 400;
	color: #CCCCCC;
}

.mar-brochure-nav .sub-menu {
    margin-top: 16px;
}

.mar-brochure-nav .sub-menu > .menu-item {
    margin: 0;
}

.mar-brochure-nav .sub-menu > .menu-item + .menu-item {
    margin-top: 16px;
}

.mar-brochure-nav .sub-menu a {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.78);
}

.mar-brochure-nav a:hover,
.mar-brochure-nav a:focus-visible {
    color: rgba(255, 255, 255, 0.65);
}

body.mar-brochure-nav-open {
    overflow: hidden;
}
@media only screen and (max-width: 1200px) {
	body.page-template-template-brochure > div.page > header nav {
		display: block;
	}
}
/* -- end of menu -- */

.page-template-template-brochure .main.content-blocks-v2 {
	padding-top: 130px;
}
@media (max-width: 767px) {
	.page-template-template-brochure .main.content-blocks-v2 {
		padding-top: 64px;
	}
}
.page-template-template-brochure .mar-section {
    padding: var(--secton-padding-md) 0;
}

.page-template-template-brochure .mar-section-model-title {
	padding: var(--secton-padding-md) 0 0 0;
}
.page-template-template-brochure .mar-central-simple-content .mar-inner-container p:last-child {
	padding: 0;
}
.page-template-template-brochure .mar-central-simple-content h2 {
	display: block;
	border-bottom: none;
	padding: 0;
	margin-bottom: 32px;
	text-decoration: none;
	font-weight: 500;
	font-size: 34px;
	line-height: 110%;
}
@media(max-width: 767px){
	.page-template-template-brochure .mar-section {
		padding: 32px 0;
	}
	.page-template-template-brochure .mar-section-model-title {
		padding: 32px 0 0 0;
	}
	.page-template-template-brochure .mar-container {
		padding: 0;
	}
	.page-template-template-brochure .mar-media-text__text {
		padding: 0 32px 32px 32px;
		max-width: 440px;
	}
	.page-template-template-brochure .mar-central-simple-content .mar-inner-container {
		padding: 0 32px;
	}
}
.page-template-template-brochure .mar-inner-container {
    max-width: 600px;
}
.mar-image-full-width-wrp {
    margin: 0;
    position: relative;
	/* max-height: calc(100vh - 70px); */
	max-height: 100vh;
    overflow: hidden;
}
.mar-image-full-width-image {
	margin: 0;
}
.mar-image-full-width-img-desktop {
	display: block;
}
.mar-image-full-width-img-mobile {
	display: none;
}
.mar-image-full-width-title {
    position: absolute;
    bottom: -26px;
    left: 156px;
    font-family: var(--brochure-heading-font);;
    font-size: 170px;
    color: #FFF;
}
@media(min-width: 768px){
	.mar-image-full-width-title span {
		display: none;
	}
}
@media(max-width: 767px){
	.mar-image-full-width-wrp {
		display: flex;
		flex-direction: column;
	}
	.mar-image-full-width-image {
		display: flex;
		overflow: hidden;
		align-items: center;
		justify-content: center;
		aspect-ratio: 1 / 1;
	}
	.page-template-template-brochure .content-blocks-v2 section:first-child .mar-image-full-width-image {
		aspect-ratio: unset;
		height: 583px;
	}
	.mar-image-full-width-img-mobile {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.mar-image-full-width-title {
		position: static;
		color: #000;
		font-weight: 500;
		font-size: 90px;
		letter-spacing: -0.05em;
		line-height: 100%;
		padding: 32px 32px 0 32px;
		/* margin-bottom: -20px; */
	}
	.mar-image-full-width-title span {
		font-weight: 500;
		font-size: 18px;
		color: #000;
		white-space: nowrap;
		letter-spacing: -0.01em;
	}
	.mar-image-full-width-img-desktop {
		display: none;
	}
	.mar-image-full-width-img-mobile {
		display: block;
	}
}

.page-template-template-brochure .mar-media-text-fw__content {
	border: none;
}
.page-template-template-brochure .mar-media-text__inner {
	grid-template-columns: auto clamp(500px, 60vw, 843px);
}
.page-template-template-brochure .mar-media-text__text {
	max-width: 350px;
	margin: 0 auto;
}
.page-template-template-brochure .mar-media-text__text h2 {
	font-family: var(--brochure-heading-font);
	font-weight: 500;
	font-size: 34px;
	line-height: 110%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.page-template-template-brochure .mar-media-text__text p:last-child {
	padding-bottom: 0;
}
.page-template-template-brochure .mar-media-text-fw {
	margin-bottom: 0;
}
.page-template-template-brochure .mar-media-text-fw__media img {
	aspect-ratio: auto;
}
.page-template-template-brochure .mar-media-text__media img {
	aspect-ratio: auto;
}

.mar-central-simple-content + .mar-section.mar-media-text {
	padding-top: 0;
}
@media(max-width: 767px){
	.page-template-template-brochure .mar-section.mar-media-text {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.page-template-template-brochure .mar-media-text__content {
		padding-top: 32px;
	}
	.page-template-template-brochure .mar-media-text__text {
		max-width: unset;
	}
}

/* Model-title */
.page-template-template-brochure .mar-section-model-title .mar-model-title {
	font-family: var(--brochure-heading-font);
	font-size: 72px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-bottom: none;
	margin-bottom: 8px;
	padding-bottom: 0;
}
.page-template-template-brochure .mar-section-model-title .mar-model-description {
	font-family: var(--brochure-heading-font);
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 0;
}
@media(max-width: 767px){
	.page-template-template-brochure .mar-section-model-title .mar-model-title {
		font-size: 48px;
	}
	.page-template-template-brochure .mar-section-model-title .mar-model-description {
		font-weight: 500;
		font-size: 26px;
	}
}

/* mar-media-text-fw  */
.page-template-template-brochure .mar-media-text-fw__media {
	order: 1;
	max-height: 100vh;
	overflow: hidden;
}
.page-template-template-brochure .mar-media-text-fw__content {
	order: 2;
	padding: 80px 0 80px 0;
}
.page-template-template-brochure .mar-media-text-fw__content-inner {
	margin: 0 auto;
	max-width: 440px;
	padding: 0 32px;
}
.page-template-template-brochure .mar-media-text-fw__content h2, 
.page-template-template-brochure .mar-media-text-fw__content h3, 
.page-template-template-brochure .mar-media-text-fw__title {
	font-family: var(--brochure-heading-font);
	font-weight: 500;
	font-size: 34px;
	line-height: 110%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	border-bottom: none;
	margin-bottom: 32px;
	padding-bottom: 0;
	text-align: left;
}
.page-template-template-brochure .mar-media-text-fw__text {
	margin-bottom: 0;
}
.page-template-template-brochure .mar-media-text-fw__text p:last-child {
	padding-bottom: 0;
}
@media(max-width: 767px){
	.page-template-template-brochure .mar-media-text-fw__content {
		margin-bottom: 0;
		padding-bottom: 32px;
		padding-top: 32px;
	}
}

/* image-split */
.mar-section-image-split {
    width: 100%;
}

.mar-image-split-container {
    display: grid;
    grid-template-columns: 1002fr 490fr;
	gap: 0;
    align-items: stretch;
    width: 100%;
}

.mar-image-split-container picture {
    display: block;
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.mar-image-split-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mar-image-split-left img {
    object-position: center;
}

.mar-image-split-right img {
    object-position: center;
}

@media (max-width: 767px) {
    .mar-image-split-container {
        grid-template-columns: 1fr;
		gap: 16px;
    }

    .mar-image-split-container picture {
        height: auto;
        overflow: visible;
    }

    .mar-image-split-container img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }
}

/* floorplans */
.page-template-template-brochure .section-gallery {
    background-color: #F0F0F0;
}

body.page-template-template-brochure > div.page .model .section-gallery.plans {
	padding: var(--secton-padding-md) 0 132px 0;
}

.vessel-tabs-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 36px 0;
}

.vessel-tabs-nav__button {
	min-width: 80px;
	padding: 8px 18px;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #111;
	font: inherit;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.vessel-tabs-nav__button:hover,
.vessel-tabs-nav__button.is-active {
	background-color: #000;
	color: #fff;
}

.vessel-tabs-nav__button:focus-visible {
	outline: 2px solid #000;
	outline-offset: 3px;
}


.vessel-tabs-wrp {
	display: grid;
	width: 100%;
}

.vessel-tab-inner {
	grid-area: 1 / 1;
	width: 100%;
	min-width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.vessel-tab-inner.is-active {
	height: auto;
	overflow: visible;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
body.page-template-template-brochure > div.page .model .section-gallery.plans .owl-carousel .owl-dots {
	bottom: -68px;
}

@media (max-width: 767px) {
	.vessel-tabs-nav {
		justify-content: center;
		flex-wrap: nowrap;
		gap: 8px;
		margin: 24px 0;
		padding: 0 20px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.vessel-tabs-nav::-webkit-scrollbar {
		display: none;
	}

	.vessel-tabs-nav__button {
		flex: 0 0 auto;
		min-width: 64px;
		padding: 8px 14px;
	}
	body.page-template-template-brochure > div.page .model .section-gallery.plans {
		padding: 64px 0 96px 0;
	}
	body.page-template-template-brochure > div.page .model .section-gallery.plans .owl-carousel .owl-dots {
		bottom: -32px;
	}
}

.section-gallery .owl-nav {
    pointer-events: none;
}

.section-gallery .owl-prev,
.section-gallery .owl-next {
    pointer-events: auto;
}

/* =========================================================
   mar-models-slider
   ========================================================= */

.mar-models-slider {
    padding: var(--secton-padding-md) 0;
    overflow: hidden;
}

.mar-models-slider__title {
	display: block;
    text-align: center;
    font-family: var(--brochure-heading-font);
    font-weight: 500;
	font-size: 72px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 52px;
	border-bottom: none;
	text-decoration: none;
    padding: 0 12px;
}

.mar-models-slider .owl-carousel .owl-stage-outer {
	touch-action: pan-y;
}
.mar-models-slider__carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

/* Slide card */
.mar-models-slider__carousel .owl-item {
    width: 390px;
}
.mar-models-slider__item {
    height: 100%;
    width: 390px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 12px 24px;
}

.mar-models-slider__image {
    overflow: hidden;
    margin-bottom: 8px;
	height: 122px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-item img.mar-models-slider__img {
    display: block;
    max-height: 122px;
	width: auto;
}

.mar-models-slider__model-title {
    font-family: var(--brochure-heading-font);
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
	text-align: center;
    margin-bottom: 28px;
}

.mar-models-slider__specifications {
	display: block;
}

.mar-models-slider__specification {
	display: flex;
	align-items: baseline;
	justify-content: start;
	margin-bottom: 16px;
}
.page-template-template-brochure .mar-models-slider__specification-type {
	flex: 0 0 50%;
    font-size: 16px;
	font-weight: 700;
    color: #000;
    margin: 0;
	padding: 0;
}

.mar-models-slider__specification-value {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
	padding: 0;
	flex: 0 0 50%;
}

.mar-models-slider__specification-value--second {
    font-weight: 400;
    color: #555;
}
.mar-models-slider__item.item-deck-plan {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-direction: column;
}
.mar-models-slider__item.item-deck-plan .mar-models-slider__item_slide_title {
	text-align: center;
	padding-bottom: 42px;
}
.mar-models-slider__item.item-deck-plan .mar-models-slider__item_outer {
	display: flex;
	gap: 22px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
}

.models-slider-item-deck-plan-name {
	text-align: center;
	font-size: 14px;
	margin-top: -16px;
	padding-bottom: 0;
}

/* model owl nav */
.mar-models-slider__carousel .owl-nav {
    /* height: 70px !important; */
	height: 0!important;;
    margin: 0px auto;
    position: absolute;
    left: 60px;
    right: 110px;
    top: 45%;
    text-align: center;
	pointer-events: none;
}

.mar-models-slider__carousel .owl-nav .owl-prev,
.mar-models-slider__carousel .owl-nav .owl-next {
	pointer-events: auto;
	position: relative;
	font-size: 0;
	color: transparent;
}

.mar-models-slider__carousel .owl-nav .owl-prev {
	float: left;
}

.mar-models-slider__carousel .owl-nav .owl-next {
	float: right;
	margin-right: 17px;
}

.mar-models-slider__carousel .owl-nav .owl-prev:after,
.mar-models-slider__carousel .owl-nav .owl-next:after {
	position: absolute;
	top: 0;
	content: '';
	font-family: 'fontawesome';
	font-size: 40px;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 68px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
}

.mar-models-slider__carousel .owl-nav .owl-prev:after {
	content: '\f104';
	padding-right: 2px;
}

.mar-models-slider__carousel .owl-nav .owl-next:after {
	content: '\f105';
	padding-left: 2px;
}

.mar-models-slider__carousel .owl-dots {
	margin: 0 auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -60px;
	text-align: center;
}

.mar-models-slider__carousel .owl-dots .owl-dot {
	background-color: rgba(0, 0, 0, 0.2);
	width: 40px;
	height: 2px;
	margin: 0 8px;
	display: inline-block;
	border: none;
}

.mar-models-slider__carousel .owl-dots .owl-dot:hover, 
.mar-models-slider__carousel .owl-dots .owl-dot.active {
	background-color: #090304;
}
.mar-models-slider__carousel .owl-dots .owl-dot:hover, 
.mar-models-slider__carousel .owl-dots .owl-dot.active {
	background-color: #090304;
}

@media (max-width: 767px) {
    .mar-models-slider {
        padding: 64px 0 96px 0;
    }
	.mar-models-slider__carousel .owl-dots {
		bottom: -32px;
	}

    .mar-models-slider__title {
  		font-size: 32px;
        margin-bottom: 40px;
    }
	.mar-models-slider__carousel .owl-nav {
		left: 12px;
		right: 32px;
	}
	.mar-models-slider__carousel .owl-nav .owl-prev:after,
	.mar-models-slider__carousel .owl-nav .owl-next:after {
		width: 45px;
		height: 45px;
		font-size: 24px;
		line-height: 45px;
	}
	.mar-models-slider__carousel .owl-dots .owl-dot {
		width: 20px;
		margin: 0 6px;
	}
}
@media (max-width: 440px) {
    .mar-models-slider__item {
        width: auto;
    }
}
@media only screen and (max-width: 1023px) {
	.mar-models-slider__carousel.carousel .owl-nav {
		display: block;
	}
	.mar-models-slider__carousel.carousel .owl-dots {
		display: block!important;
	}
}


/* mar-section-two-columns-text */
.mar-section-two-columns-text {
	padding: var(--secton-padding-md) 0;
}
.page-template-template-brochure .mar-section-two-columns-text .mar-inner-container {
	max-width: 800px;
}
.mar-two-columns-text-title {
	font-family: var(--brochure-heading-font);
    font-weight: 500;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
	text-align: left;
    margin-bottom: 32px;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0;
}
.mar-two-columns-text-wrp {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}
.mar-two-columns-text-col {
	flex: 1;
}
.mar-two-columns-text-col p:last-child {
	padding: 0;
}
@media (max-width: 767px) {
	.mar-section-two-columns-text {
		padding: 32px 0;
	}
	.mar-inner-container {
		padding: 0 32px;
	}
	.mar-two-columns-text-wrp {
		flex-direction: column;
		gap: 32px;
	}
}


/* cruise-slider */
.events-slider.mar-section-cruise-slider {
	padding-top: var(--secton-padding-md);
}
@media (min-width: 1300px) {
	.page-template-template-brochure .events-slider__wrapper {
		margin-left: 48px;
	}
}
@media (max-width: 1300px) {
	.page-template-template-brochure .events-slider__wrapper {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.events-slider.mar-section-cruise-slider {
		padding-top: 32px;
	}
}
@media (max-width: 599px) {
    .page-template-template-brochure .events-slider__wrapper {
        padding-right: 0;
    }
}
.page-template-template-brochure  .mar-section-cruise-slider .events-slider__wrapper {
	padding-bottom: 121px;
	padding-top: 48px;
}
.mar-cruise-slider-title {
	display: block;
	font-family: var(--brochure-heading-font);
    font-weight: 500;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
	text-align: center;
    margin-bottom: 24px;
	text-decoration: none;
	border-bottom: none;
}
.mar-cruise-slider-description p {
	text-align: center;
}
.mar-cruise-slider-description p:last-child {
	padding-bottom: 0;
}
.page-template-template-brochure  .mar-section-cruise-slider.events-slider .owl-controls {
	margin-bottom: 0;
	bottom: 64px;
}
.page-template-template-brochure  .mar-section-cruise-slider.events-slider .events-slider__image {
	margin-bottom: 24px;
}
.cruise-slider-item-title {
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.cruise-slider-item-description {
	text-align: left;
	font-size: 15px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.mar-section-cruise-slide {
		padding-top: 64px;
	}
	.page-template-template-brochure  .mar-section-cruise-slider .events-slider__wrapper {
		padding-bottom: 137px;
		padding-top: 32px;
	}
	.page-template-template-brochure  .mar-section-cruise-slider.events-slider .owl-controls {
		bottom: 64px;
	}
	.page-template-template-brochure  .mar-section-cruise-slider.events-slider .owl-dot {
		width: 32px;
	}
}