	/**
	 * Theme Name:  Maui Boat Trips
	 * Theme URI:   https://www.mauiboattrips.com
	 * Description: Custom theme for Maui Boat Trips. Version control with GitLab, hosted on dariodev's private GitLab.com repo.
	 * Version:     1.1.2
	 * Author:      Pride Of Maui Team
	 * Author URI:  https://www.prideofmaui.com
	 * Text Domain: mauiboattrips
	 * GitLab Theme URI: https://gitlab.com/dariodev/mauiboattrips
	 *
	 * Copyright (c) 2018, Pride of Maui
	 */

	/* ==========================================================================
	   # Structure
	   ========================================================================== */

	/* HTML
	   ========================================================================== */

	html {
		font-size: 100%;
	}

	main:focus,
	nav:focus,
	div:focus {
		outline: none;
	}

	/* Body
	   ========================================================================== */

	body {
		background-color: #f2f2f2;
		background-image: url(img/bg.png);
		background-repeat: repeat;
		color: #4c5057;
		font-family: "Source Sans Pro", Oxygen-Sans, -apple-system,
			BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue",
			sans-serif;
		font-weight: normal;
		overflow-x: hidden;
	}

	#page {
		overflow: hidden;
		max-width: 100%;
	}

	/* Links
	   ========================================================================== */

	a {
		color: #d7b184;
		cursor: pointer;
		text-decoration: underline;
		transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
			color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}

	a:hover,
	a.hover,
	a:active {
		color: #dda461;
		text-decoration: none;
	}

	a.disabled,
	a.disabled:hover {
		cursor: default;
		opacity: 0.5;
	}

	a.tel,
	a[href^="tel:"] {
		text-decoration: none;
	}

	/* ==========================================================================
	   # Typography
	   ========================================================================== */

	p,
	figure {
		margin: 0 0 1.6em;
		max-width: 100%;
	}

	h1,
	h2,
	h3,
	.h1,
	.h2,
	.h3 {
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font-weight: bold;
	}

	h3 {
		color: #0e3b80;
	}

	h4,
	h5,
	h6,
	.h4,
	.h5,
	.h6 {
		font-family: "Source Sans Pro", Oxygen-Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-weight: normal;
		color: #1d2835;
	}

	label,
	.label,
	.description,
	.h6,
	.cta-text,
	.title-prefix,
	.with-prefix p,
	.acf-section:before,
	.section-num,
	.top-post-title p {
		font-family: "Source Sans Pro", Oxygen-Sans, -apple-system,
			BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue",
			sans-serif;
		text-transform: uppercase;
	}

	.site-title-wrap {
		display: inline-block;
		text-decoration: none;
	}

	.site-title,
	.site-description {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	h1 {
		margin-top: 0;
	}

	.quattrocento,
	.serif,
	.title {
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
	}

	.sourcesanspro,
	.sans-serif,
	.sans,
	.badge {
		font-family: "Source Sans Pro", Oxygen-Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	}

	.title {
		color: #0e3b80;
		font-weight: bold;
		line-height: 1.7;
		margin-bottom: 0;
	}

	.title-l {
		font-size: 1.294em;
		line-height: 1.25;
	}

	sub,
	sup,
	small,
	blockquote cite {
		font-size: 0.824em;
	}

	h2 sup {
		font-size: 15px;
		top: -15px;
	}

	.fs-large {
		font-size: 1.882em;
		/* 32px */
		font-weight: bold;
		line-height: 1.25;
	}

	.fs-large sup {
		font-size: 0.531em;
	}

	/* Measure is limited to ~66 characters */

	.measure {
		max-width: 455px;
	}

	.measure-xs {
		max-width: 445px;
	}

	.measure-400 {
		max-width: 400px;
	}

	.measure-500 {
		max-width: 500px;
	}

	.measure-s {
		max-width: 540px;
	}

	.measure-sm {
		max-width: 580px;
	}

	.measure-m {
		max-width: 675px;
	}

	.measure-l {
		max-width: 750px;
	}

	.measure-xl {
		max-width: 800px;
	}

	.block {
		display: block;
	}

	.inline-block {
		display: inline-block;
	}

	/* Book paragraph style - paragraphs are indented with no vertical spacing. */

	.indent {
		text-indent: 1em;
		margin-top: 0;
		margin-bottom: 0;
	}

	.small-caps {
		font-variant: small-caps;
	}

	.badge {
		border-radius: 100px;
		font-size: 17px;
		padding: 1px 10px;
	}

	.badge.success,
	.success,
	.open {
		background-color: #56b025;
	}

	.badge.warning,
	.warning,
	.closed {
		background-color: #b02525;
	}

	.tag {
		font-weight: 700;
	}

	.tag,
	.tag.success {
		color: #fff;
		text-transform: uppercase;
	}

	/* Modular Scale - Mobile first
	   ========================================================================== */

	body {
		font-size: 1.063em;
		/* 17px */
		line-height: 1.882;
		/* 32px */
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {
		margin: 0.25em 0 0.8em;
	}

	h1,
	.h1 {
		font-size: 2.353em;
		line-height: 1.194;
		margin-top: 0;
		margin-bottom: 3px;
		text-transform: uppercase;
	}

	.cookieconsent-details-content h1 {
		font-size: 30px !important;
	}
	.cookieconsent-details-content .section-title {
		font-size: 25px !important;
	}
	.cookieconsent-details-content p {
		line-height: 1.5;
	}

	.header-null .page-title h1 {
		margin-bottom: 20px;
	}

	h2,
	.h2 {
		font-size: 2.235em;
		line-height: 1.263;
	}

	h3,
	.h3 {
		font-size: 1.647em;
		line-height: 1.143;
	}

	h4,
	.h4 {
		font-size: 1.25em;
		line-height: 1.5;
	}

	h5,
	.h5 {
		font-size: 1em;
	}

	h6,
	.h6 {
		font-size: 0.938em;
		line-height: 1.2;
	}

	.hmd {
		font-size: 2.235em;
		line-height: 1.263;
	}

	.lead,
	.page-description,
	blockquote {
		font-size: 22px;
		font-style: italic;
		line-height: 1.545;
	}

	.cc-window .lead {
		font-style: normal;
	}

	.page-description {
		margin-bottom: 2.5em;
	}

	.page-template-trips-parent .page-description {
		margin-bottom: 0;
	}

	.section-header h2 {
		margin-bottom: 1.45em;
	}

	@media (min-width: 500px) and (max-width: 599px) {
		h1,
		.h1 {
			font-size: 2.941em;
		}
	}


	@media (min-width: 600px) {
		h1,
		.h1 {
			font-size: 3.647em;
		}
	}

	@media (max-width: 500px) {
		.section-full p {
			font-size: 19px;
		}
	}

	@media (max-width: 475px) {
		h2,
		.h2 {
			font-size: 2em;
			line-height: 1.25;
		}
	}

	label,
	.label,
	.cta-text {
		font-size: 0.882em;
		line-height: 1.2;
	}

	.article-default {
		margin-bottom: 60px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1140px;
		min-height: 300px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		top: 160px;
	}

	.cookieconsent-details-content .article-default {
		top: 50px;
		margin-bottom: 90px;
	}

	.page-template-scrollto #secondary,
	.page-template-accessibility-statement #secondary {
		padding-top: 180px;
	}

	.page-template-scrollto .footer-top,
	.page-template-accessibility-statement .footer-top {
		margin-top: 180px;
	}

	.title-prefix,
	.with-prefix p {
		display: block;
		font-size: 1em;
		left: 50px;
		margin-bottom: 0;
		position: relative;
		white-space: nowrap;
		max-width: 100%;
	}

	.caption-wrapper .title-prefix,
	.caption-wrapper .with-prefix p {
		margin-bottom: 15px;
	}

	.title-prefix:before,
	.title-prefix:after,
	.with-prefix p:before,
	.with-prefix p:after {
		content: "";
		border-color: #d7b184;
		border-style: solid;
		border-width: 0;
		display: block;
		position: absolute;
		left: -85px;
		top: 15px;
		height: 55px;
	}

	.title-prefix:before,
	.with-prefix p:before {
		border-left-width: 2px;
		border-top-width: 2px;
		width: 65px;
	}

	.title-prefix:after,
	.with-prefix p:after {
		border-bottom-width: 2px;
		width: 18px;
	}

	.page-header {
		overflow-x: hidden;
		width: 100%;
	}

	.page-header .title-prefix:before,
	.page-header .title-prefix:after,
	.page-header .with-prefix p:before,
	.page-header .with-prefix p:after {
		height: 66px;
	}

	.center.with-prefix p,
	.center .title-prefix {
		left: auto;
		right: auto;
	}

	.center.with-prefix p:before,
	.center.with-prefix p:after,
	.center .title-prefix:before,
	.center .title-prefix:after {
		display: none;
	}

	.small {
		font-size: 0.882em;
	}

	.wp-caption-text {
		font-size: 0.824em;
	}

	.wp-caption-text {
		font-size: 0.824em;
	}

	.signature + noscript + .wp-caption-text,
	.signature + .wp-caption-text,
	.signature + span {
		opacity: 0.65;
		text-align: right;
	}

	.signature-wrapper .signature {
		margin-bottom: 0;
	}

	.signature-wrapper .signature + span {
		clear: both;
		display: block;
		float: right;
		font-size: 14px;
	}

	.wp-caption,
	.caption-square {
		position: relative;
	}

	.figure-wrapper {
		position: relative;
	}

	.figure-wrapper-2 {
		position: relative;
	}

	figure .turtle.absolute {
		bottom: 80px;
		left: -60px;
		max-width: 75%;
		position: absolute;
	}

	figure .turtle.pos2.absolute {
		top: 40px;
		right: -80px;
		left: auto;
		bottom: auto;
		max-width: 75%;
	}

	figure .molokini-crater {
		bottom: -30%;
		left: 5%;
		position: absolute;
		z-index: 10;
	}

	@media (min-width: 750px) {
		figure .molokini-crater {
			left: 0;
		}
	}

	figure .turtle-2 {
		position: relative;
		z-index: 1;
	}

	.snorkel-woman {
		position: absolute;
		z-index: 10;
		right: -32px;
		top: -20px;
		max-width: 100%;
	}

	/* @media (min-width: 700px) {
		.snorkel-woman {
			max-width: 100%;
		}
	} */

	.humpback-whale {
		position: absolute;
		z-index: 15;
		left: -10%;
		top: 68px;
		max-height: 65%;
		width: auto;
	}

	.image-a1 {
		position: absolute;
		z-index: 15;
		left: -10%;
		top: 20%;
		max-height: 65%;
		width: auto;
	}

	.figure-food .food-fresh {
		position: absolute;
		max-height: 65%;
		width: auto;
		max-width: 50%;
		z-index: 15;
		right: 5%;
		top: -5%;
	}


	.figure-food .food-grill,
	.figure-food .ft-small {
		position: absolute;
		max-height: 65%;
		width: auto;
		max-width: 38%;
		z-index: 15;
		right: 5%;
		top: -5%;
	}

	@media (min-width: 600px) {
		.figure-food .food-grill,
		.figure-food .ft-small {
			max-width: 50%;
			left: -2%;
			right: auto;
			top: 20%;
		}
		.figure-food .food-fresh {
			max-width: 60%;
			left: -3%;
			right: auto;
			top: 17%;
		}
	}

	.figure-a .fai-01 {
		position: absolute;
		z-index: 15;
		left: -8%;
		top: 15%;
		max-height: 65%;
		width: auto;
		max-width: 65%;
	}

	.thumb-holder {
		position: absolute;
		z-index: 15;
		right: 10%;
		bottom: -35px;
		margin-right: 10px;
	}

	.normal-image .thumb-holder,
	.normal-image + .thumb-holder {
		bottom: -75px;
	}

	.thumb-holder > img,
	.thumb-holder > div {
		box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.15);
		margin-left: 10px;
		margin-right: 10px;
		overflow: hidden;
	}

	.caption-square .figcaption,
	.caption-square .wp-caption-text {
		background-color: #0e3b80;
		background-image: url(img/bg-blue.png);
		background-repeat: repeat;
		color: #fff;
		display: block;
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.2;
		max-width: 240px;
		min-width: 180px;
		padding: 25px 32px 24px 32px;
		position: absolute;
		z-index: 20;
		bottom: -65px;
		right: 10%;
		text-align: center;
	}

	.caption-info .figcaption .title,
	.caption-info .wp-caption-text .title {
		font-size: 1em;
		line-height: 1.5;
		margin-bottom: 1em;
	}

	.caption-book .figcaption,
	.caption-book .wp-caption-text {
		font-size: 1.176em;
		line-height: 1.455;
		max-width: 295px;
		min-width: 295px;
		padding: 35px 20px 20px 20px;
	}

	.caption-info .figcaption,
	.caption-info .wp-caption-text {
		max-width: 100%;
		width: 320px;
		bottom: auto;
		right: auto;
		top: -50px;
		left: -15%;
	}

	@media (min-width: 680px) and (max-width: 850px) {
		.caption-info .figcaption,
		.caption-info .wp-caption-text {
			top: -50px;
			left: -5%;
		}
	}

	@media (min-width: 420px) and (max-width: 679px) {
		.caption-info img {
			margin-top: 220px;
		}
		.caption-info .figcaption,
		.caption-info .wp-caption-text {
			top: -50px;
			left: 5%;
		}
	}

	@media (max-width: 419px) {
		.caption-info img {
			margin-top: 280px;
		}
		.caption-info .figcaption,
		.caption-info .wp-caption-text {
			top: -50px;
			left: 0;
			right: 0;
			margin: auto;
		}
	}

	.caption-book .btn {
		font-size: 17px;
		margin-top: 35px;
		width: 100%;
	}

	.caption-message .figcaption,
	.caption-message .wp-caption-text {
		font-family: "Source Sans Pro", Oxygen-Sans, -apple-system,
			BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue",
			sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 30px;
		max-width: 100%;
		width: 440px;
		bottom: -27%;
		right: 30px;
		top: auto;
		left: auto;
		padding: 25px 35px 24px 35px;
		text-align: left;
	}

	.caption-wider .figcaption,
	.caption-wider .wp-caption-text {
		padding: 25px 45px 24px 45px;
	}

	@media (min-width: 960px) {
		.caption-square .figcaption,
		.caption-square .wp-caption-text {
			font-size: 1.412em;
			min-width: 240px;
		}
		.caption-book .figcaption,
		.caption-book .wp-caption-text {
			font-size: 1.294em;
		}
		.caption-message .figcaption,
		.caption-message .wp-caption-text {
			font-size: 17px;
			line-height: 32px;
			max-width: 100%;
			width: 440px;
			bottom: -27%;
			right: 30px;
			top: auto;
			left: auto;
		}
	}

	.caption-square.caption-custom-02 .figcaption,
	.caption-square.caption-custom-02 .wp-caption-text {
		max-width: 240px;
		min-width: 240px;
		z-index: 20;
		bottom: -25px;
		left: 50%;
		right: auto;
		margin-left: -120px;
	}

	.caption-square.fac-01 .figcaption,
	.caption-square.fac-01 .wp-caption-text {
		max-width: 240px;
		min-width: 240px;
		z-index: 20;
		bottom: -75px;
		left: 50%;
		right: auto;
		margin-left: -120px;
	}

	.caption-square.caption-custom-whale .figcaption,
	.caption-square.caption-custom-whale .wp-caption-text {
		bottom: -55px;
		top: auto;
		left: auto;
		right: 8%;
		max-width: 240px;
		min-width: 220px;
		padding: 25px 25px 24px 25px;
	}

	.caption-square.caption-custom-03 .figcaption,
	.caption-square.caption-custom-03 .wp-caption-text {
		top: 35%;
		bottom: auto;
		left: 6%;
		right: auto;
		max-width: 240px;
		min-width: 220px;
		padding: 25px 25px 24px 25px;
	}

	@media (min-width: 1025px) and (max-width: 1170px) {
		.caption-square.caption-custom-03 .figcaption,
		.caption-square.caption-custom-03 .wp-caption-text {
			bottom: auto;
			top: 60%;
			left: auto;
			right: -4%;
		}
	}

	@media (min-width: 1170px) {
		.caption-square.caption-custom-03 .figcaption,
		.caption-square.caption-custom-03 .wp-caption-text {
			bottom: -15px;
			top: auto;
			left: auto;
			right: 12.5%;
		}
	}

	.caption-square .figcaption .small,
	.caption-square .wp-caption-text .small {
		color: #fff;
		color: rgba(255, 255, 255, 0.5);
		display: block;
		font-family: "Source Sans Pro", Oxygen-Sans, -apple-system,
			BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue",
			sans-serif;
		font-size: 17px;
		font-weight: normal;
	}

	.caption-info .figcaption p,
	.caption-info .wp-caption-text p,
	.caption-info .figcaption .title,
	.caption-info .wp-caption-text .title,
	.caption-info .figcaption .small,
	.caption-info .wp-caption-text .small {
		color: #fff;
	}

	.caption-info .figcaption .small,
	.caption-info .wp-caption-text .small {
		color: #fff;
		line-height: 1.882em;
	}

	.caption-info .figcaption .label,
	.caption-info .wp-caption-text .label {
		color: #fff;
		color: rgba(255, 255, 255, 0.5);
		font-size: 17px;
		font-weight: normal;
		margin-bottom: 1em;
		margin-top: 15px;
	}

	.caption-square .figcaption:before,
	.caption-square .wp-caption-text:before {
		color: #d7b184;
		content: "„";
		display: block;
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font-size: 50px;
		font-weight: bold;
		line-height: 0;
		height: 20px;
		width: 20px;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: -15px;
	}

	.caption-book .figcaption:before,
	.caption-book .wp-caption-text:before,
	.caption-info .figcaption:before,
	.caption-info .wp-caption-text:before {
		content: "";
	}

	.has-buttons {
		position: relative;
	}

	.has-buttons .buttons {
		position: absolute;
		margin-bottom: 0;
		bottom: -30px;
	}

	.def-v {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.def-v li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #073372;
	}

	.def-v li:last-child {
		border-bottom: none;
	}

	.def-v li span {
		font-size: 15px;
		color: #fff;
		line-height: 1.467;
	}

	.whale-facts li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.whale-facts.def-v li span {
		line-height: 1.467;
	}

	.whale-facts .svgicon {
		color: #d7b184;
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
		font-size: 24px;
		font-weight: bold;
		width: 180px;
		text-align: right;
	}

	.def-v li span:last-child,
	.def-v li span.text-s {
		max-width: 205px;
	}

	.whale-facts {
		/* background-color: #0a2a5d; */
		padding-top: 30px;
		max-width: 450px;
	}

	.whale-facts {
		position: absolute;
		bottom: 0;
		left: 25px;
		right: auto;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
		margin-top: auto;
	}

	.whale-facts.def-v li span.text-s {
		font-size: 15px;
		color: #fff;
		line-height: 1.467;
	}

	.whale-facts .svgicon {
		display: inline-block;
		position: relative;
		padding-right: 75px;
	}

	.whale-facts .svgicon:after {
		content: "";
		background-repeat: no-repeat !important;
		background-size: cover;
		display: block;
		position: absolute;
		right: 15px;
		top: 0
	}

	.whale-facts .svgicon-migrate:after {
		background: url('img/icon-migrate.svg');
		width: 40px;
		height: 40px;
	}
	.whale-facts .svgicon-song:after {
		background: url('img/icon-song.svg');
		width: 55px;
		height: 45px;
		right: 2px;
	}
	.whale-facts .svgicon-weight:after {
		background: url('img/icon-weight.svg');
		width: 40px;
		height: 40px;
	}
	.whale-facts .svgicon-grow:after {
		background: url('img/icon-grow.svg');
		width: 40px;
		height: 40px;
	}
	.whale-facts .svgicon-expectancy:after {
		background: url('img/icon-expectancy.svg');
		width: 40px;
		height: 40px;
	}

	.composition {
		position: relative;
	}

	.composition .side-images {
		height: 100%;
		max-width: 70%;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}

	.composition .side-images {
		height: 100%;
		max-width: 70%;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}

	.composition .side-images img {
		position: absolute;
	}

	.comp-01 {
		max-width: 50%;
		right: 20%;
		top: 10%;
	}

	.comp-02 {
		max-width: 30%;
		right: 0;
	}

	.comp-03 {
		left: 10%;
		max-width: 50%;
		top: -15%;
	}

	.composition-whale-private .comp-03 {
		left: 25%;
		max-width: 50%;
		top: -8%;
	}

	.composition-4 .turtle-transparent {
		right: 0;
		top: -65px;
		z-index: 10;
	}

	@media (min-width: 940px) {
		.composition-4 .turtle-transparent {
			right: -100px;
			top: -50px;
		}
	}

	.composition-4 .molokini-crater {
		bottom: -50px;
		left: 50px;
		max-width: 70%;
		position: absolute;
		z-index: 10;
	}

	.guarantee-badge {
		width: 184px;
		height: 75px;
		top: 126px;
		left: -19px;
		border-radius: 0px 200px 200px 0px;
		-webkit-border-radius: 0px 200px 200px 0px;
		box-shadow: 11px 23px 51.87px 5.13px rgba(0, 0, 0, 0.09);
		z-index: 10;
	}

	.guarantee-badge img {
		max-width: 152px;
		margin-right: 10px;
	}

	.arrow {
		height: 0;
		width: 0;
		line-height: 0;
		border-left: 20px solid transparent;
		border-top: 20px solid #061936;
		bottom: -20px;
		left: 0;
		position: absolute;
	}

	.whale-info-wrapper {
		padding-left: 40px;
		margin-bottom: 80px;
	}

	.page-whale-watching-private-cruise .whale-info-wrapper {
		margin-bottom: 0;
	}

	@media (max-width: 1199px) {
		.whale-info-wrapper {
			max-width: 860px;
			margin-top: 80px;
			margin-bottom: 130px;
			width: 100%;
			padding-left: 40px;
			padding-right: 80px;
		}
	}

	@media (max-width: 764px) {
		.whale-info-wrapper {
			margin-bottom: 50px;
			padding-right: 60px;
		}
		.caption-custom-whale {
			margin-bottom: 100px;
		}
		.caption-square.caption-custom-whale .figcaption,
		.caption-square.caption-custom-whale .wp-caption-text {
			bottom: -90px;
			right: 5%;
		}
		.whale-facts {
			bottom: 90px;
		}
		.whale-facts li {
			padding-top: 16px;
			padding-bottom: 16px;
		}
	}

	.caption-custom-whale .two-whales-ig {
		position: absolute;
		top: -50px;
		right: -45px;
	}

	@media (max-width: 560px) {
		.whale-facts {
			left: 0;
		}
		.whale-facts .svgicon {
			width: 150px;
		}
	}

	@media (max-width: 500px) {
		.whale-info-wrapper {
			padding-left: 30px;
			padding-right: 30px;
		}
		.whale-facts {
			left: 0;
		}
		.whale-facts .svgicon {
			padding-right: 25px;
			width: 100px;
		}
		.whale-facts .svgicon:after {
			display: none;
		}
		.caption-custom-whale .two-whales-ig {
			top: -70px;
			right: -15px;
		}
	}

	@media (max-width: 400px) {
		.whale-facts .svgicon {
			padding-right: 15px;
			min-width: 80px;
			max-width: 80px;
			font-size: 22px;
		}
	}


	.caption-custom-whale {
		position: relative;
		max-width: 740px;
		min-height: 750px;
		background-color: #0a2a5d;
		background-image: url(img/whale-facts-bg.jpg);
		background-repeat: none;
		background-position: left bottom;
		/* background-size: cover; */
	}

	@media (max-width: 520px) {
		.caption-square.caption-custom-03 .figcaption,
		.caption-square.caption-custom-03 .wp-caption-text {
			top: 30%;
		}
		.whale-facts.def-v li span.text-s br {
			display: none;
		}
	}

	@media (min-width: 560px) {
		.whale-facts .svgicon {
			font-size: 28px;
		}
	}

	@media (min-width: 1025px) {
		.comp-01 {
			right: 20%;
			top: 20%;
		}
		.composition-whale-private .comp-01 {
			top: 30%;
		}
		.composition-whale-private .comp-03 {
			top: -20%;
		}
	}

	@media (max-width: 1100px) {
		.composition-whale-private .comp-01 {
			top: 40%;
			max-width: 50%;
		}
		.composition-whale-private .comp-02 {
			top: 20%;
			max-width: 35%;
		}
		.composition-whale-private .comp-03 {
			top: -25%;
		}
	}

	.sep-top-short {
		position: relative;
		margin-top: 12px;
		padding-top: 14px;
	}

	.sep-top-short:before {
		content: "";
		background: #d7b184;
		height: 2px;
		width: 30px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		top: 0;
	}

	.main-content {
		padding-top: 30px;
	}

	.snorkel-guide-content.main-content {
		padding-top: 0;
		margin-bottom: 100px;
		margin-top: 30px;
	}

	@media (min-width: 1200px) {
		.snorkel-guide-content.main-content {
			margin-top: -50px;
		}
	}

	.header-null + .main-content {
		padding-top: 0;
	}

	.section-full {
		margin-bottom: 100px;
		width: 100%;
	}

	.spacing-normal {
		margin-bottom: 80px;
	}

	.spacing-large {
		margin-bottom: 150px;
	}

	.spacing-medium {
		margin-bottom: 80px;
	}

	.spacing-small {
		margin-bottom: 25px;
	}

	.spacing-0 {
		margin-bottom: 0 !important;
	}

	.spacing-negative {
		margin-bottom: -140px;
	}

	.spacing-negative-large {
		margin-bottom: -200px;
	}

	.spacing-top-s {
		margin-top: 60px;
	}

	.spacing-top-m {
		margin-top: 90px;
	}

	.spacing-top-l {
		margin-top: 120px;
	}

	.spacing-negative-top-s {
		margin-top: -60px;
	}

	.spacing-negative-top-m {
		margin-top: -80px;
	}

	.spacing-negative-top-l {
		margin-top: -120px;
	}

	@media (min-width: 1200px) {
		.main-content {
			padding-top: 110px;
		}
		.header-null + .main-content {
			padding-top: 0;
		}
		.snorkel-guide-content.main-content {
			padding-top: 0;
			margin-bottom: 150px;
		}
		.section-full {
			margin-bottom: 180px;
		}
		.spacing-normal {
			margin-bottom: 180px;
		}
		.spacing-large {
			margin-bottom: 250px;
		}
		.spacing-medium {
			margin-bottom: 110px;
		}
		.spacing-small {
			margin-bottom: 35px;
		}
		.spacing-negative {
			margin-bottom: -105px;
		}
		.spacing-negative-large {
			margin-bottom: -165px;
		}
		figure .turtle.absolute {
			bottom: 115px;
			left: -70px;
			max-width: 100%;
		}
		figure .turtle.pos2.absolute {
			top: 50px;
			right: -70px;
			left: auto;
			bottom: auto;
			max-width: 100%;
		}
	}

	@media (max-width: 500px) {
		.section-text br {
			display: none;
		}
		.tours-gallery-section.show_bluebg {
			margin-top: -50px;
		}
	}

	.spacing-top-l.section-reservation-box {
		margin-top: 135px
	}

	.trips-deck {
		margin-top: 120px;
	}

	.trip-card {
		margin-top: -65px;
		margin-bottom: -55px;
		position: relative;
	}

	.trip-card:first-child:after,
	.show_bluebg .tour-card:first-child:after {
		content: "";
		background: #d7b184;
		display: block;
		position: absolute;
		right: 0;
		margin-right: -1px;
		bottom: 26%;
		visibility: visible;
		width: 2px;
		height: 47%;
	}

	.show_bluebg .postsnum-3 .tour-card:first-child:after {
		display: none;
	}

	.show_bluebg .postsnum-3 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.trip-card > *,
	.tour-card > * {
		max-width: 410px;
		margin-left: auto;
		margin-right: auto;
	}

	.trip-card img {
		margin-bottom: 2.5em;
	}

	.trip-card h2 {
		margin-bottom: 0.45em;
	}

	.trip-card h2 + p {
		max-width: 345px;
		margin-bottom: 2em;
	}

	.tours-gallery .tour-card {
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	@media screen and (max-width: 699px) {
		.tours-gallery .card-special .tour-details {
			display: none;
		}
	}

	@media screen and (min-width: 700px) {
		.tours-gallery .tour-card {
			margin-bottom: 60px;
			max-width: 50%;
		}
	}

	.show_bluebg .tours-gallery .tour-card {
		margin-top: -65px;
		margin-bottom: 25px;
		position: relative;
	}

	.show_bluebg .tours-gallery {
		margin-top: 120px;
	}

	@media screen and (min-width: 581px) {
		.show_bluebg .tours-gallery .tour-card {
			margin-bottom: -55px;
		}
	}

	.show_bluebg .tours-gallery article .tour-title ~ p.btn,
	.show_bluebg .tours-gallery article .tour-title ~ .btn {
		opacity: 1 !important;
	}

	.show_bluebg .tours-gallery .tour-title ~ p {
		opacity: .6;
		font-size: 17px;
	}

	.tours-gallery a,
	.tours-gallery .post-thumbnail {
		text-align: center;
		text-decoration: none;
	}

	.tour-title-prefix {
		color: #4c5057;
		font-weight: normal;
		margin-bottom: 0;
	}

	.tour-info {
		color: #4c5057;
		font-weight: normal;
		max-width: 345px;
		margin-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
	}

	.show_bluebg .tour-info {
		color: rgba(255, 255, 255, 0.5);
	}

	.show_details_top .tour-info {
		margin-bottom: 1.6em;
	}

	.tour-duration {
		background-color: #0e3b80;
		background-image: url(img/bg-blue.png);
		background-repeat: repeat;
		bottom: -40px;
		color: #fff;
		height: 95px;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		padding-top: 26px;
		position: absolute;
		right: 0;
		width: 220px;
		z-index: 10;
	}

	.tour-duration p {
		color: #fff;
		line-height: 1.45;
		margin-bottom: 10px;
	}

	.tour-duration .duration-title {
		display: block;
		font-size: 17px;
		font-weight: 600;
		line-height: 1.45;
		text-transform: uppercase;
	}

	.tour-duration .duration-text p {
		font-size: 14px;
		font-weight: normal;
	}

	.tour-duration i {
		color: #d7b184;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		top: -10px;
		font-size: 25px;
	}

	.tours-gallery .tour-title {
		font-size: 22px;
	}

	.tours-gallery .card-special .tour-title {
		visibility: hidden;
	}

	.tours-gallery .card-special figure .tour-title {
		visibility: visible;
	}

	.details-top .tour-duration br {
		display: none;
	}

	.card-special figure {
		background-image: url(img/bg-blue.png);
		background-repeat: repeat;
		background-color: #0e3b80;
	}

	.card-special .tour-duration {
		display: none;
	}

	.tours-gallery .card-special figure .tour-title {
		font-size: 22px;
		color: #fff;
		position: absolute;
		width: 100%;
		top: 80px;
	}

	.tours-gallery .details-bottom .card-special + .tour-details {
		display: none;
	}

	.show_bluebg .tours-gallery.postsnum-2 .tour-title {
		font-size: 38px;
		margin-bottom: 15px;
	}

	@media screen and (min-width: 781px) and (max-width: 890px) {
		.show_bluebg .tours-gallery.postsnum-2 .tour-title {
			font-size: 32px;
		}
		.show_bluebg .tour-details {
			max-width: 250px;
			margin: auto;
		}
		.show_bluebg .tour-details h3 ~ p br {
			display: none;
		}
	}

	@media screen and (min-width: 581px) and (max-width: 780px) {
		.show_bluebg .tours-gallery.postsnum-2 .tour-title {
			font-size: 28px;
		}
		.show_bluebg .tour-details {
			max-width: 250px;
			margin: auto;
		}
		.show_bluebg .tour-details h3 ~ p br {
			display: none;
		}
	}

	@media screen and (max-width: 420px) {
		.show_bluebg .tour-details h3 ~ p br {
			display: none;
		}
	}

	@media screen and (max-width: 580px) {
		.show_bluebg .tours-gallery {
			margin-top: 50px;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}
		.show_bluebg .tours-gallery .grid-50 {
			width: 100%;
		}
		.show_bluebg .tours-gallery .tour-card:last-of-type {
			margin-top: 75px;
			margin-bottom: -50px;
			position: relative;
		}
	}

	.tour-details {
		text-align: center;
	}

	.tours-gallery-blue .tour-details {
		margin-top: 15px;
	}

	.tours-gallery .post-thumbnail {
		margin-bottom: 20px;
	}

	.show_bluebg .tours-gallery .post-thumbnail {
		margin-bottom: 0;
	}

	.show_bluebg .tours-gallery .btn {
		margin-bottom: 1.6em;
	}

	.tours-gallery figure {
		position: relative;
		margin-bottom: 0;
	}

	.tours-gallery .post-thumbnail {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.tours-gallery .card-normal .post-thumbnail:hover,
	.show_bluebg .card-normal:hover .post-thumbnail {
		margin-top: -10px;
		padding-bottom: 10px;
	}

	.flex-column-reverse .post-thumbnail .tour-duration {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.flex-column-reverse .post-thumbnail:hover .tour-duration {
		bottom: -50px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.show_bluebg_  a:hover {
		margin-top: 0px;
		padding-bottom: 0;
	}

	.tours-gallery.postsnum-2 figure {
		margin-bottom: 42px;
	}

	.show_duration .tours-gallery figure {
		margin-bottom: 60px;
	}

	.tours-gallery figure .btn {
		height: auto;
		left: 0;
		margin-top: -25px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		max-width: 222px;
		min-height: 50px;
		position: absolute;
		right: 0;
		top: 50%;
		z-index: 10;
	}

	.tour-card-small {
		margin-bottom: 30px;
	}

	.tour-card-small figure {
		-webkit-transition: margin-top 0.3s ease;
		transition: margin-top 0.3s ease;
		position: relative;
	}

	.tours-gallery figure:after,
	.tour-card-small figure:after {
		content: "";
		background: #0e3b80;
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
		-webkit-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
	}

	.tour-card-small:hover figure {
		margin-top: -10px;
	}

	.tours-gallery .tour-card:hover figure:after,
	.tour-card-small:hover figure:after {
		opacity: 0.6;
	}

	.show_bluebg .tours-gallery figure:after {
		display: none;
	}

	.tours-gallery .card-special figure .btn {
		margin-top: -5px;
		max-width: 200px;
		min-height: 60px;
		padding-top: 20px;
		padding-bottom: 19px;
	}

	.tours-gallery .card-special figure .btn:before,
	.tours-gallery .card-special figure .btn:after {
		display: none;
	}

	/* ==========================================================================
	   # Header
	   ========================================================================== */

	.hero-header {
		/* height: 100vh; */
		background-size: cover;
		background-position: center 0;
		min-height: 800px;
		position: relative;
	}

	.header-image {
		overflow: hidden;
	}

	.hero-header-bg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
		-webkit-transition: -webkit-transform 15s ease-in-out;
		transition: transform 15s ease-in-out;
	}

	.header-image:hover > .hero-header-bg {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	/* @media screen and (min-width: 580px) and (max-width: 899px){
		.hero-header {
			background-size: cover;
			background-position: center 0;
		}
	}

	@media screen and (min-width: 900px) and (max-width: 1099px){
		.hero-header {
			background-size: cover;
			background-position: center 0;
		}
	}

	@media screen and (min-width: 1100px) {
		.hero-header {
			background-size: cover;
			background-position: center 0;
		}
	} */

	@media screen and (min-width: 700px) {
		.hero-header {
			height: 100vh;
			height: calc(100vh + 85px);
		}
	}

	.admin-bar .hero-header {
		height: 100vh;
		height: calc(100vh + 39px);
	}

	@media screen and (min-width: 783px) {
		.admin-bar .hero-header {
			height: 100vh;
			height: calc(100vh + 53px);
		}
	}

	.page-template-trip .hero-header,
	.page-template-trip-private .hero-header,
	.page-template-trips-private-parent .hero-header {
		height: 100vh;
		height: calc(100vh + 235px);
		padding-bottom: 0;
	}

	.page-template-trips-private-parent .hero-header,
	.admin-bar.page-template-trip .hero-header,
	.admin-bar.page-template-trip-private .hero-header {
		height: 100vh;
		height: calc(100vh + 219px);
	}

	.no-header-image .hero-header {
		height: auto;
		z-index: -1;
	}

	.reservation-form--horizontal {
		margin-top: -55px;
		position: relative;
		z-index: 20;
	}

	@media screen and (min-width: 700px) {
		.reservation-form--horizontal {
			margin-top: -130px;
		}
	}

	.intro-container {
		position: relative;
		z-index: 20;
	}

	.page-template-trip .intro-container,
	.page-template-trip-private .intro-container,
	.page-template-trips-private-parent .intro-container {
		margin-top: -100px;
		margin-bottom: 80px;
		padding-left: 0;
		padding-right: 0;
	}

	.intro-container-p--inner {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mfp-content .intro-container-p--inner {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.intro-container--inner .ft-wrapper {
		width: 100%;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
	}

	.intro-container-p--inner .ft-wrapper {
		width: 100%;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.intro-container--inner .side-res-box-wrap {
		width: 100%;
	}

	.tabs-next-box-wrap {
		background: #fff;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 720px;
	}

	@media screen and (min-width: 700px) and (max-width: 1125px) {
		.intro-container--inner .side-res-box-wrap {
			margin-top: 60px;
		}
	}

	@media screen and (min-width: 1125px) {
		.intro-container--inner {
			box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
		}
		.intro-container--inner .ft-wrapper {
			box-shadow: none;
			width: 55%;
			max-width: none;
		}
		.intro-container-p--inner,
		.mfp-content .intro-container-p--inner {
			-ms-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
			max-width: 100%;
		}
		.intro-container-p--inner .ft-wrapper {
			box-shadow: none;
			max-width: 100%;
		}
		.tabs-next-box-wrap {
			padding-right: 50px;
			padding-left: 0;
			width: auto;
		}
		.mfp-container .tabs-next-box-wrap {
			padding-right: 40px;
		}
		.intro-container--inner .side-res-box-wrap {
			width: 45%;
		}
	}

	@media screen and (min-width: 700px) {
		.page-template-trip .hero-header,
		.page-template-trip-private .hero-header,
		.page-template-trips-private-parent .hero-header {
			height: 100vh;
			height: calc(100vh + 435px);
			padding-bottom: 400px;
		}
		.page-template-trip .intro-container,
		.page-template-trip-private .intro-container,
		.page-template-trips-private-parent .intro-container {
			margin-top: -435px;
			margin-bottom: 100px;
			padding-left: 15px;
			padding-right: 15px;
		}
		.page-template-trips-private-parent .hero-header,
		.admin-bar.page-template-trip .hero-header,
		.admin-bar.page-template-trip-private .hero-header {
			height: 100vh;
			height: calc(100vh + 419px);
		}
	}

	@media screen and (orientation: landscape) and (max-height: 680px) {
		#page .hero-header {
			min-height: 900px;
		}
	}

	@media screen and (orientation: portrait) and (max-width: 480px) {
		#page .hero-header {
			height: auto;
		}
	}

	.page-header h1,
	.page-header p,
	.page-header span {
		color: #fff;
	}

	.page-header.header-null h1 {
		color: #0e3b80;
		margin-top: 75px;
		padding-top: 30px;
		position: relative;
	}

	.page-header.header-null h1:before {
		content: "";
		height: 2px;
		width: 66px;
		background: #d7b184;
		position: absolute;
		left: 50%;
		margin-left: -33px;
		top: 0;
	}

	.page-header.header-null p,
	.page-header.header-null span {
		color: #4c5057;
	}

	.header-null {
		margin-bottom: 40px;
	}

	.page-header .caption-wrapper {
		max-width: 1400px;
		width: 100%;
		margin-top: auto;
		margin-bottom: auto;
		z-index: 20;
	}

	.page-header .caption-wrapper .caption {
		padding-left: 40px;
		padding-top: 50px;
	}

	.size-xl {
		font-size: 150%;
		line-height: .5;
	}

	@media (min-width: 600px) {
		.page-header .caption-wrapper {
			margin-top: auto;
			margin-bottom: auto;
		}
		.page-header .caption-wrapper .caption {
			padding-left: 60px;
			padding-right: 30px;
		}
	}

	.no-header-image .caption-wrapper .caption {
		padding-top: 0;
	}

	.header-null .caption-wrapper .caption {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	@media (max-width: 780px) {
		.page-header .caption-wrapper br {
			display: none;
		}
	}

	.page-template-trips-parent .page-header .caption-wrapper,
	.page-template-with-sections .page-header .caption-wrapper {
		margin-bottom: 65px;
		padding-top: 90px;
	}

	.page-template-scrollto-faq .page-header .caption-wrapper {
		margin-bottom: 10px;
		padding-top: 90px;
	}

	.page-template-scrollto-faq .page-description {
		margin-bottom: 0;
	}

	.page-template-contact .page-header .caption-wrapper,
	.page-template-snorkel-guide .page-header .caption-wrapper {
		padding-top: 90px;
	}

	/* UTILS */

	.absolute {
		position: absolute;
	}

	.relative {
		position: relative;
	}

	.auto {
		overflow: auto;
	}

	.left {
		float: left;
	}

	.right {
		float: right;
	}

	.none,
	.hidden {
		display: none !important;
	}

	.soft-hide {
		display: none;
	}

	.clear {
		clear: both;
		height: 0;
		display: block;
	}

	.full {
		width: 100%;
		height: 100%;
	}

	.full-height {
		height: 100%;
	}

	.full-width {
		width: 100%;
	}

	.half-width {
		width: 50%;
	}

	.text-center,
	.center {
		text-align: center !important;
	}

	.element-center {
		margin-left: auto;
		margin-right: auto;
	}

	.invisible {
		visibility: hidden;
	}

	.has-radius {
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}

	.shadow,
	.shadow-4 {
		box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.15);
	}

	.shadow-s,
	.shadow-light {
		box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.03);
	}

	.shadow-2,
	.shadow-light2 {
		box-shadow: 9px 11px 18.2px 1.8px rgba(0, 0, 0, 0.07);
	}

	.shadow-3,
	.shadow-medium {
		box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.34);
	}


	.shadow-5 {
		box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
	}

	.shadow-l {
		box-shadow: 9px 11px 18.2px 1.8px rgba(0, 0, 0, 0.07),
			-14px 0px 18.2px 1.8px rgba(0, 0, 0, 0.15);
	}

	.bg-light {
		background-color: #f2f2f2;
		color: #4c5057;
	}

	.bg-white {
		background-color: #fff;
		color: #4c5057;
	}

	.bg-light.pattern,
	.bg-white.pattern {
		background-image: url(img/bg.png);
		background-repeat: repeat;
	}

	.bg-blue {
		background-color: #0e3b80;
		color: #fff;
	}

	.bg-blue.pattern {
		background-image: url(img/bg-blue.png);
		background-repeat: repeat;
	}

	.section-full .bg-blue.boxed {
		width: 100%;
	}

	@media (min-width: 1425px) {
		.section-full .bg-blue.boxed {
			width: 1425px;
		}
	}

	.bg-blue p,
	.bg-blue li,
	.bg-blue h2,
	.bg-blue h3 {
		color: #fff;
	}

	.bt-grey {
		border-top: 1px solid #ebebeb;
	}

	.br-grey {
		border-right: 1px solid #ebebeb;
	}

	.bb-grey {
		border-bottom: 1px solid #ebebeb;
	}

	.bl-grey {
		border-left: 1px solid #ebebeb;
	}

	.boxed {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 55px;
		padding-top: 55px;
	}

	.boxed .images-holder {
		margin-left: auto;
		margin-right: auto;
	}

	.boxed .images-holder figure {
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 30px;
		margin-bottom: 30px;
		/* overflow: hidden; */
		position: relative;
		width: 100%;
		backface-visibility: hidden;
		transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
	}

	.boxed .images-holder figure .btn {
		margin-bottom: -30px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 90%;
	}

	.bluebox-section-content {
		max-width: 700px;
		/* min-width: 450px; */
	}

	.blue-images {
		margin-top: 0;
	}

	.blue_content p:last-of-type {
		margin-bottom: 0;
	}

	@media (min-width: 1200px) {
		.boxed {
			padding-top: 105px;
			padding-bottom: 105px;
			padding-right: 60px;
			padding-left: 60px;
			/* margin-left: 15px; */
			margin-right: -135px;
		}
		.boxed .images-holder {
			margin-right: 40px;
		}
		.blue-images {
			margin-top: 2.5rem;
		}
		.boxed .images-holder figure {
			margin-left: 1.5%;
			margin-right: 1.5%;
		}
		.boxed.flex-wrap {
			-ms-flex-wrap: nowrap !important;
			-webkit-flex-wrap: nowrap !important;
			flex-wrap: nowrap !important;
		}
		.bluebox-section-content {
			max-width: 450px;
		}
	}

	@media (min-width: 1600px) {
		.boxed {
			padding-left: 120px;
		}
		.boxed .images-holder {
			margin-left: -265px;
			margin-right: 20px;
		}
	}

	@media (min-width: 900px) and (max-width: 1199px) {
		.boxed .images-holder {
			margin-left: auto;
			margin-right: auto;
		}
	}

	.a-popup,
	.video-player-btn {
		position: relative;
		backface-visibility: hidden;
		transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
	}

	.a-popup img,
	.video-player-btn img {
		transition: all .5s;
	}

	.a-popup:hover img,
	.video-player-btn_:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		transition: all 2s;
	}

	/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

	.visuallyhidden,
	.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
	}

	.screen-reader-text:focus {
		background-color: #eee;
		clip: auto !important;
		clip-path: none;
		color: #444;
		display: block;
		font-size: 1em;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
		/* Above WP toolbar. */
	}

	h2,
	.h2,
	.blue-text,
	.color-blue {
		color: #0e3b80;
	}

	.bronze,
	.gold,
	.bronze-text,
	.color-bronze,
	.color-gold {
		color: #d7b184 !important;
	}

	.green-text,
	.color-green {
		color: #81d653;
	}

	.white-text,
	.color-white {
		color: #fff !important;
	}

	.color-white-50 {
		color: #fff;
		color: rgba(255, 255, 255, 0.5) !important;
	}

	.dark-text,
	.color-dark {
		color: #4d4d4d;
	}

	.black-text,
	.color-black {
		color: #000;
	}

	.secondary,
	.text-secondary,
	.color-grey {
		color: #a4a8b0;
	}

	.font-light {
		font-weight: 300 !important;
	}

	.font-normal {
		font-weight: 400 !important;
	}

	.font-semi-bold,
	.semi-bold {
		font-weight: 700 !important;
	}

	b,
	strong,
	.font-bold,
	.bold {
		font-weight: 900 !important;
	}

	.black {
		font-weight: 900 !important;
	}

	.underline {
		text-decoration: underline;
	}

	.cta-wrapper {
		max-width: 980px;
		/* background-image: url(img/cta-photo-bg.jpg); */
		background-size: cover;
		padding-left: 50px;
		padding-right: 50px;
		min-height: 370px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -120px;
		position: relative;
	}

	.cta-inner {
		background-image: url(img/bg-blue.png);
		background-repeat: repeat;
		min-height: 370px;
		position: absolute;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: -50px;
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;
		left: 0;
		right: 0;
	}

	.cta-2-wrapper {
		background-position: center bottom;
		max-width: 660px;
		width: 100%;
		min-height: 370px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 120px;
		position: relative;
		padding-top: 0;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.cta-2-wrapper .cta-wrapper {
		max-width: 740px;
		background-image: url(img/bg-blue.png);
		background-repeat: repeat;
		background-size: auto;
		padding-left: 0;
		padding-right: 0;
		min-height: 370px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		position: relative;
		-webkit-flex-grow: 2;
		flex-grow: 2;
	}

	.cta-2-wrapper .cta-wrapper .cta-inner {
		background-image: none;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		min-height: 370px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 25px;
		position: relative;
		right: 0;
		width: 100%;
	}

	.cta-2-wrapper .cta-q {
		background-image: url(img/bg-blue.png);
		background-repeat: repeat;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		min-height: 295px;
		position: relative;
		width: 100%;
	}

	.cta-2-wrapper h3 {
		max-width: 100%;
	}

	@media screen and (min-width: 760px) {
		.cta-2-wrapper {
			background-position: center -25px;
			margin-bottom: 160px;
			padding-left: 0;
			padding-right: 0;
			padding-top: 40px;
		}
		.cta-2-wrapper .cta-q {
			min-width: 320px;
			width: 31%;
		}
	}

	@media (min-width: 760px) and (max-width: 849px) {
		.cta-2-wrapper {
			max-width: 720px;
		}
		.cta-2-wrapper .cta-wrapper {
			margin-right: -35px;
		}
		.cta-2-wrapper .cta-q {
			min-width: 300px;
			width: 31%;
			margin-left: -35px;
		}
		.cta-grid {
			padding-left: 45px;
			padding-right: 45px;
		}
		.cta-2-wrapper h3 {
			max-width: 350px;
		}
	}

	@media (min-width: 850px) and (max-width: 1089px) {
		.cta-2-wrapper {
			max-width: 900px;
			background-size: contain;
		}
		.cta-grid {
			padding-left: 15px;
			padding-right: 15px;
		}
		.cta-2-wrapper h3 {
			max-width: 350px;
		}
	}

	@media (min-width: 1090px) {
		.cta-2-wrapper {
			max-width: 1070px;
			background-size: initial;
		}
	}

	@media screen and (max-width: 759px) {
		.cta-2-wrapper {
			max-width: 100%;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			padding: 0;
		}
		.cta-2-wrapper h3 {
			max-width: 350px;
		}
		.cta-2-wrapper .cta-wrapper {
			margin-right: auto;
			margin-left: auto;
			margin-top: 50px;
			margin-bottom: -30px;
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
			z-index: 10;
		}
		.cta-2-wrapper .cta-q {
			min-width: 300px;
			width: 31%;
			margin-right: auto;
			margin-left: auto;
			margin-top: -30px;
			margin-bottom: -90px;
			padding-top: 50px;
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
			z-index: 5;
		}
	}

	.cta-2-wrapper .cta-q p {
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font-weight: bold;
	}

	.cta-2-wrapper .cta-q p:last-child {
		margin-bottom: 0;
	}

	.cta-2-wrapper .cta-q .btn {
		font-size: 17px;
		width: 220px;
	}

	.cta-wrapper,
	.cta-wrapper .cta-title,
	.cta-wrapper h2,
	.cta-wrapper h3,
	.cta-wrapper h4 {
		color: #fff;
	}

	.cta-wrapper p,
	.cta-2-wrapper p {
		color: #fff;
		font-size: 1.294em;
		line-height: 1.3;
	}

	.cta-wrapper .btn {
		font-size: 17px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 15px;
		max-width: 300px;
		width: 100%;
	}

	.cta-inner .pomicon-leilani-sign,
	#bookBox--vertical .pomicon-leilani-sign,
	.form-wrapper .pomicon-leilani-sign {
		position: absolute;
		top: 0;
		font-size: 35px;
		opacity: 1;
		margin-top: -18px;
		color: #d7b184;
	}

	#bookBox--vertical .pomicon-leilani-sign,
	.form-wrapper .pomicon-leilani-sign {
		left: 0;
		width: 100%;
		text-align: center;
	}

	.footer-bookbox #bookBox--vertical .pomicon-leilani-sign {
		top: -30px;
	}

	.footer-bookbox .book-content .wpcf7-response-output {
		margin-top: 50px;
	}

	@media (min-width: 800px) {
		.footer-bookbox .flex-temp {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			margin-top: 35px;
			margin-bottom: 10px;
		}
		.footer-bookbox .flex-temp .flex-item {
			padding-left: 20px;
			padding-right: 20px;
		}
		.footer-bookbox .bookBoxtabs--side li {
			width: auto;
		}
		.footer-bookbox .bookBoxtabs--side a {
			padding-left: 5px;
			padding-right: 5px;
		}
		.footer-bookbox #bookBox--vertical .pomicon-leilani-sign {
			top: -20px;
		}
		.footer-bookbox .bookbox-title {
			padding-top: 7px;
		}
	}

	.footer-bookbox {
		background-image: url(img/bookbox-bg.jpg);
		max-width: 1100px;
		min-height: 530px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -215px;
		margin-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}

	@media (min-width: 600px) {
		.footer-bookbox {
			padding-left: 40px;
			padding-right: 40px;
		}
	}

	@media (min-width: 750px) {
		.footer-bookbox {
			margin-bottom: 100px;
		}
	}

	.footer-bookbox #bookBox--vertical {
		top: -50px;
		max-width: 880px;
	}

	.mfp-content .footer-bookbox {
		background-image: url(img/bookbox-bg-2.jpg);
		margin-top: 50px;
		margin-bottom: 0;
		position: relative;
	}

	#book-now.mfp-hide {
		display: block !important;
	}

	.footer-bookbox #bookBox--vertical.active-tab-2 {
		max-width: 90%;
	}

	.footer-bookbox .bookBox--info {
		max-width: 480px;
		padding-bottom: 5px;
	}

	.footer-bookbox #bookBox--vertical form {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-bookbox .box.where,
	.footer-bookbox .box.activity-date {
		min-width: 50%;
	}

	.footer-bookbox .adults-children,
	.footer-bookbox .promo-code {
		min-width: 50%;
	}

	.footer-bookbox .book-content .box.box-wrapper .box-inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	@media (max-width: 719px) {
		.footer-bookbox .reservations-form > div:nth-of-type(2) {
			flex: none !important;
			flex-wrap: wrap;
			align-content: normal;
			justify-content: center;
		}
		.footer-bookbox .adults-children {
			min-width: 90%;
		}
		.footer-bookbox .book-content .box.box-wrapper .box-inner {
			padding-left: 10px;
			padding-right: 10px;
		}
	}

	.mfp-container #bookBox--vertical.active-tab-2 {
		top: -50px;
		max-width: 880px;
	}

	/* temporary */
	/* .box.where .pomicon-arrow-down {
		display: none;
	}
	.box.where .selectMask {
		pointer-events: none;
	} */

	/* WP UTILS */

	img {
		max-width: 100%;
		height: auto;
	}

	img.alignright {
		float: right;
		margin: 0 0 1em 1em;
	}

	img.alignleft {
		float: left;
		margin: 0 1em 1em 0;
	}

	img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.alignright {
		float: right;
	}

	.alignleft {
		float: left;
	}

	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.lowercase {
		text-transform: lowercase;
	}

	.uppercase {
		text-transform: uppercase;
	}

	.normalcase {
		text-transform: none;
	}

	/* CSS3 ANIMATIONS */

	a {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.btn,
	.cc-btn___ {
		-webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
		transition: background 0.2s ease-in, color 0.2s ease-in;
	}

	.btn:hover {
		-webkit-transition: background 0.3s ease-out, color 0.2s ease-out;
		transition: background 0.3s ease-out, color 0.2s ease-out;
	}

	.css3Anim {
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}

	.ui-datepicker_availability {
		overflow: hidden;
		clip: rect(0 0 0 0);
		height: 1px;
		width: 1px;
		margin: -1px;
		opacity: 0;
	}

	iframe[name="google_conversion_frame"] {
		display: none !important;
	}

	/* RESPONSIVE VIDEOS */

	.responsive-video-wrapper {
		position: relative;
		padding-bottom: 56.2225%;
		overflow: hidden;
		width: 100%;
		height: auto;
		background: #f5f6fb;
	}

	.responsive-video-wrapper iframe,
	.responsive-video-wrapper object,
	.responsive-video-wrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100%;
	}

	.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
		width: 100%;
		height: auto;
		background-color: #23282d;
		border-radius: 4px 4px 0 0;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.embed-container .fluid-width-video-wrapper {
		padding-top: 0 !important;
		position: absolute !important;
		height: 100% !important;
	}

	.fluid-width-video-wrapper {
		position: relative;
		padding-top: 56.2225%;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.fluid-width-video-wrapper iframe {
		/* width: 100.1% !important;
		height: 100.1% !important; */
		background: transparent;
	}

	/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
		-------------------------------------------------------------------------------------------*/

	.sm {
		position: relative;
		z-index: 9999;
	}

	.sm,
	.sm ul,
	.sm li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: normal;
		direction: ltr;
		text-align: left;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.sm > li > h1,
	.sm > li > h2,
	.sm > li > h3,
	.sm > li > h4,
	.sm > li > h5,
	.sm > li > h6 {
		margin: 0;
		padding: 0;
	}

	.sm ul {
		margin-top: -999em;
	}

	.sm > li:hover ul {
		margin-top: 0;
	}

	.js .sm ul {
		display: none;
		margin-top: 0;
	}

	.sm li,
	.sm a {
		position: relative;
	}

	.sm a {
		display: block;
	}

	.sm a.disabled {
		cursor: not-allowed;
	}

	.sm:after {
		content: "\00a0";
		display: block;
		height: 0;
		font: 0px/0 serif;
		clear: both;
		visibility: hidden;
		overflow: hidden;
	}

	.sm,
	.sm *,
	.sm *:before,
	.sm *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* SM Theme - edit
		---------------*/

	#site-header {
		/* position: fixed; */
		left: 0;
		width: 100%;
		z-index: 350;
	}

	#access {
		height: 70px;
		width: 100%;
		z-index: 99;
		/* box-shadow: 0 0 10px 10px rgba(0,0,0,.025),0px 0 20px 20px rgba(0,0,0,.035); */
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	@media (min-width: 1360px) {
		#access {
			background-color: transparent;
			height: 90px;
			padding-right: 10px;
		}
	}

	@media (max-width: 1359px) {
		#access {
			background-color: #0e3b80;
			background-image: url(img/bg-blue.png);
			background-position: left top;
			background-repeat: repeat;
		}
	}

	.headroom--not-top #access,
	.header-null-top #access {
		background-color: #0e3b80;
		background-image: url(img/bg-blue.png);
		background-position: left top;
		background-repeat: repeat;
	}

	#site-header {
		position: absolute;
	}

	#site-header.headroom--top.scrolling-up {
		-webkit-animation-name: fadeOutUp;
		-moz-animation-name: fadeOutUp;
		-o-animation-name: fadeOutUp;
		animation-name: fadeOutUp;
		position: fixed;
	}

	#site-header.headroom--not-top {
		-webkit-animation-name: fadeInDown;
		-moz-animation-name: fadeInDown;
		-o-animation-name: fadeInDown;
		animation-name: fadeInDown;
		position: fixed;
	}

	.page-template-with-sections #site-header.header-null-top,
	.page-template-scrollto #site-header.header-null-top,
	.page-template-accessibility-statement #site-header.header-null-top,
	.page-template-trips-parent #site-header.header-null-top,
	.page-template-contact #site-header.header-null-top {
		position: fixed;
		-webkit-animation-name: none;
		-moz-animation-name: none;
		-o-animation-name: none;
		animation-name: none;
	}

	.mfp-wrap + .site-header {
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.sidr-open #access {
		position: fixed;
	}

	#site-branding {
		background-color: #0e3b80;
		background-image: url(img/bg-blue.png);
		background-position: left top;
		background-repeat: repeat;
		padding-left: 10px;
		padding-right: 10px;
		height: 100%;
		width: 214px;
		margin-left: 0;
		margin-right: auto;
	}

	@media (min-width: 1600px) {
		#site-branding {
			/* margin-right: 50px; */
			padding-left: 0;
		}
	}

	#logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 150px;
		overflow: hidden;
		position: relative;
	}

	@media (min-width: 800px) and (max-width: 1200px) {
		#logo {
			max-width: 170px;
		}
	}

	@media (min-width: 1200px) {
		#logo {
			max-width: 200px;
		}
	}

	.navigation {
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navigation-secondary {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		padding-right: 15px;
	}

	#mobile-menu {
		background: #d7b184;
		height: 70px;
		width: 170px;
	}

	@media (min-width: 480px) {
		#mobile-menu {
			width: 70px;
		}
	}

	/*!
	  * Hamburger
	  */

	.hamburger {
		background-color: transparent;
		border: 0;
		color: inherit;
		cursor: pointer;
		display: block;
		font: inherit;
		outline: none;
		overflow: visible;
		position: relative;
		text-align: center;
		text-transform: none;
		transition-duration: 0.15s;
		transition-property: opacity, filter;
		transition-timing-function: linear;
		height: 70px;
		width: 100%;
		text-decoration: none;
	}

	.hamburger p {
		font-size: 20px;
		color: #fff;
		margin-bottom: 0;
		margin-right: auto;
	}

	@media (min-width: 480px) {
		.hamburger p {
			display: none;
		}
	}


	.hamburger:hover {
		color: #fff;
		opacity: 0.7;
	}

	.hamburger-box {
		display: block;
		margin: auto;
		height: 20px;
		width: 25px;
		top: 50%;
		margin-top: -10px;
		position: relative;
	}

	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -1px;

	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		background-color: #fff;
		height: 2px;
		width: 25px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	.hamburger-inner::before,
	.hamburger-inner::after {
		content: "";
		display: block;
	}

	.hamburger-inner::before {
		top: -8px;
	}

	.hamburger-inner::after {
		bottom: -8px;
	}

	.hamburger.is-not-active:hover .hamburger-inner::before,
	.hamburger.is-not-active:hover .hamburger-inner::after {
		right: -2px;
		transition: all 0.34s ease-in;
	}

	/*
	  * Spin
	  */

	.hamburger--spin .hamburger-inner {
		transition-duration: 0.3s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.hamburger--spin .hamburger-inner::before {
		transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
	}

	.hamburger--spin .hamburger-inner::after {
		transition: bottom 0.1s 0.34s ease-in,
			transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.hamburger--spin.is-active .hamburger-inner {
		transform: rotate(225deg);
		transition-delay: 0.14s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.hamburger--spin.is-active .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	}

	.hamburger--spin.is-active .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out,
			transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#mobile-menu,
	#phone-menu-mobile,
	#menu-book-now-mobile {
		display: none;
	}

	.sidr-inner {
		position: relative;
	}

	#sidr-id-main-menu {
		background-color: #0e3b80;
	}

	#sidr-id-phone-menu-mobile {
		position: relative;
		top: 30px;
		left: 20px;
	}

	#sidr-id-menu-book-now-mobile {
		display: block;
		font-size: 17px;
		margin: 50px auto 20px auto;
		width: 90%;
	}

	@media (min-width: 480px) {
		#sidr-id-phone-menu-mobile {
			display: none;
		}
		#sidr-id-menu-book-now-mobile {
			margin-top: 20px;
		}
	}

	#sidr-id-phone-menu-mobile.phone-menu .phone-menu-link .pomicon {
		font-size: 36px;
		position: absolute;
		left: 5px;
		top: 6px;
	}

	.close-sidr {
		cursor: pointer;
		display: none;
		position: absolute;
		z-index: 99999;
		top: 22px;
		left: 30px;
	}

	.close-x {
		display: block;
		width: 28px;
		height: 28px;
		position: relative;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.close-x:before {
		content: "";
		background: #fff;
		width: 28px;
		height: 2px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -1px;
	}

	.close-x:after {
		content: "";
		background: #fff;
		width: 2px;
		height: 28px;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -1px;
	}

	.sidr .sm-pom > li > a {
		border-bottom: 1px solid #12428c;
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.008em;
		padding: 22px 28px !important;
		text-transform: uppercase;
	}

	.sidr .sm-pom .sub-menu a {
		font-size: 20px;
		line-height: 1.25;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #12428c;
	}

	.sidr .sm-pom > li > a.highlighted {
		background-color: #0e3b80;
	}

	@media (max-width: 1359px) {
		.navigation {
			display: none;
		}
		.navigation-secondary {
			margin-left: auto;
		}
		.close-sidr {
			display: block;
		}
		#mobile-menu {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			/* margin-left: auto; */
			transition: all 0.25s ease-in-out;
		}
		.sidr-open #phone-menu-mobile,
		.sidr-open #menu-book-now-mobile {
			display: block;
		}
		.sm-pom > li > a {
			/* border-top: 1px solid rgba(255, 255, 255, 0.15); */
			font-weight: 600 !important;
			letter-spacing: 0.008em;
			padding: 11px 9px !important;
			text-transform: uppercase;
		}
	}

	.sidr {
		display: block;
		background-color: #0e3b80;
		position: fixed;
		top: 70px;
		left: auto;
		right: -100%;
		height: 100%;
		z-index: 999999;
		width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.admin-bar .sidr {
		top: 102px;
	}

	.sidr #phone-menu-mobile {
		margin: 30px auto;
		width: 90%;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		font-weight: 600;
		transition: none;
		text-align: center;
		overflow: hidden;
		position: relative;
		top: 20px;
	}

	@media (min-width: 480px) {
		.sidr {
			left: auto;
			right: -480px;
			width: 480px;
		}
	}

	#access .menu-book-now {
		font-size: 14px;
		font-weight: 600;
		height: auto;
		min-height: auto;
		letter-spacing: 0.028em;
		line-height: 1;
		margin-left: auto;
		margin-right: 0;
		padding: 15px 20px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
	}

	@media (min-width: 655px) {
		#access .menu-book-now {
			font-size: 15px;
			letter-spacing: 0.08em;
			padding: 15px 28px;
		}
	}

	@media (max-width: 654px) {
		#access .menu-book-now {
			display: none;
		}
	}

	#access #mobile-menu .menu-book-now {
		padding: 12px 25px;
		font-size: 14px;
		height: 45px;
	}

	#access .menu-book-now:hover {
		background-position: right center;
	}

	#access .menu-book-now:after {
		content: "";
		position: absolute;
		bottom: 8px;
		left: 0;
		right: 0;
		margin: auto;
		width: 45px;
		height: 2px;
		background: #f2f2f2;
		transition: transform 0.35s ease;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	#access .menu-book-now:hover:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.sm-pom > li {
		/* padding: 0 17px; */
		text-transform: uppercase;
	}

	.sm-pom > li > a {
		padding: 22px 26px;
		position: relative;
	}

	.sm-pom a:before {
		content: "";
		display: block;
		height: 2px;
		margin: auto;
		position: absolute;
		transition: transform 0.3s ease;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		background-color: #d7b184;
	}

	.sm-pom a.has-submenu {

	}

	.sm-pom a.has-submenu:after {
		font-family: pomicons;
		content: "\e900";
		color: inherit;
		display: block;
		height: 5px;
		font-size: 7px;
		width: 5px;
		margin: auto;
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translate(-55%,-100%);
	}

	.sm-pom > li > a:before {
		left: 0;
		right: 0;
		bottom: 10px;
		width: 80%;
	}

	.sm-pom ul li > a:before {
		content: none;
		bottom: 0px;
		left: 18px;
		right: auto;
		width: 50%;
	}

	.sm-pom ul a {
		padding: 19px 28px;
	}

	@media (min-width: 1360px) {
		.sm-pom ul {
			padding-top: 0;
			padding-bottom: 0;
		}
		.sm-pom ul a {
			padding: 17px 26px 17px 26px;
		}
	}

	.sm-pom a {
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font-weight: bold;
		line-height: 1.45;
		text-decoration: none;
	}

	.sm-pom a span.sub-arrow {
		position: absolute;
		top: 50%;
		margin-top: -25px;
		left: auto;
		right: 4px;
		width: 55px;
		height: 50px;
		overflow: hidden;
		font: bold 18px/50px monospace !important;
		text-align: center;
		text-shadow: none;
	}

	.sm-pom a.highlighted span.sub-arrow:before {
		display: block;
		content: "-";
	}

	.sm-pom ul {
		background: #0e3b80;
	}

	.sm-pom .sub-menu li {
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	}

	.sidr .sm-pom .sub-menu li {
		border-top: none;
		/* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
	}

	.sm-pom .sub-menu a {
		color: #a6afc6;
		font-family: "Source Sans Pro", Oxygen-Sans, -apple-system,
			BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue",
			sans-serif;
		font-size: 17px;
		line-height: 1.25;
		font-weight: normal;
		text-transform: none;
	}

	@media (min-width: 1360px) {
		#access .menu-book-now {
			margin-left: 10px;
		}
		/* Switch to desktop layout
	   -----------------------------------------------
		  These transform the menu tree from
		  collapsible to desktop (navbar + dropdowns)
	   -----------------------------------------------*/
		/* start... (it's not recommended editing these rules) */
		.sm-pom {
			/* display: inline-block; */
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			margin-right: 0;
			margin-left: auto;
		}
		.sm-pom ul {
			background: #0e3b80;
			/* box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05); */
			position: absolute;
			width: 215px;
		}
		.sm-pom li {
			float: left;
		}
		.sm-pom ul li,
		.sm-pom.sm-vertical li {
			float: none;
		}
		.sm-pom a {
			white-space: nowrap;
		}
		.sm-pom ul a,
		.sm-pom.sm-vertical a {
			white-space: normal;
		}
		.sm-pom .sm-nowrap > li > a,
		.sm-pom .sm-nowrap > li > :not(ul) a {
			white-space: nowrap;
		}
		.sm-pom ul li:first-child {
			padding-top: 5px;
		}
		.sm-pom ul li:last-child {
			padding-bottom: 5px;
		}
		/* ...end */
		.sm-pom > li > a {
			background-color: transparent;
		}
		.sm-pom a {
			color: #fff;
		}
		.sm-pom li,
		.sm-pom li a {
			transition: background-color 0s ease, color 0.1s ease-in;
		}
		.sm-pom li:hover,
		.header-null-top .sm-pom > li:hover {
			/* background-color: #0e3b80; */
			transition: background-color 0.15s ease-in;
		}
		.sm-pom a:hover,
		.sm-pom a.highlighted {
			transition: background-color 0.15s ease-in, color 0.1s ease-in;
			background-color: #0e3b80;
			color: #fff;
		}
		.sm-pom ul .current-menu-item a {
			color: #fff;
		}
		.sm-pom a:hover:before,
		.sm-pom a.highlighted:before {
			content: none;
		}
		.sm-pom a:focus,
		.sm-pom a:active,
		.sm-pom > li.current-menu-item > a,
		.sm-pom > li.current-menu-parent > a {
			color: #d7b184;
		}
		.sm-pom > li.current-menu-parent > a.highlighted,
		.sm-pom > li.current-menu-parent > a:hover {
			color: #fff;
		}
		.sm-pom > li.current-menu-item a:before,
		.sm-pom > li.current-menu-parent a:before {
			-webkit-transform: scaleX(1);
			transform: scaleX(1);
		}

		.page-molokini-snorkeling-tours .private-active .private-tours-link > a {
			color: #d7b184 !important;
		}
		.page-molokini-snorkeling-tours .private-active .private-tours-link > a:before {
			-webkit-transform: scaleX(1);
			transform: scaleX(1);
			opacity: 1;
		}

		.page-molokini-snorkeling-tours .private-tours-link > a {
			color: #fff !important;
		}
		.page-molokini-snorkeling-tours .private-tours-link > a:before {
			-webkit-transform: scaleX(0);
			transform: scaleX(0);
			opacity: 0;
		}

		.private-active .molokini-tour-link > a {
			color: #fff !important;
		}
		.private-active .molokini-tour-link > a:before {
			-webkit-transform: scaleX(0) !important;
			transform: scaleX(0) !important;
		}

		.page-contact-us .sm-pom > #menu-item-13 > a {
			color: #fff;
		}
		.page-contact-us .sm-pom > #menu-item-13 > a:before {
			-webkit-transform: scaleX(0);
			transform: scaleX(0);
			opacity: 0;
		}

		.sm-pom a span.sub-arrow {
			top: 50%;
			margin-top: -8px;
			right: 20px;
			width: 8px;
			height: 16px;
			background: transparent;
		}
		.sm-pom a.highlighted span.sub-arrow:before {
			display: none;
		}
		.sm-pom > li {
			border-top: 0;
		}
		.sm-pom > li:first-child {
			border-left: 0;
		}
		.sm-pom ul a {
			border: 0 !important;
		}
		.sm-pom ul a.has-submenu {
			padding-right: 20px;
		}
		.sm-pom ul a span.sub-arrow {
			right: auto;
			margin-left: -12px;
		}
		.sm-pom ul > li {
			border-left: 0;
		}
		.temp-hide {
			opacity: 0;
			visibility: hidden;
		}
	}

	/* Phone dropdown in main navigation
	 -----------------------------------------------*/

	.phone-menu li {
		text-align: center;
	}

	.phone-menu ul:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 12px 15px 12px;
		border-color: transparent transparent #ededed transparent;
		top: -15px;
		left: 25px;
		position: absolute;
	}

	.phone-menu ul:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 11px 14px 11px;
		border-color: transparent transparent #fff transparent;
		top: -13px;
		left: 26px;
		position: absolute;
	}

	.sm-phone ul {
		background: #fff;
		border-top: 1px solid #f7f7f7;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	}

	.phone-menu .oc-title {
		color: #fd8c12;
		cursor: default;
		font-size: 18px;
		text-align: center;
		display: block;
		margin: 0;
		padding-top: 12px;
		font-weight: 600;
		line-height: 28px;
		text-transform: uppercase;
	}

	.phone-menu .oc-subtitle {
		color: #424242;
		cursor: default;
		font-size: 16px;
		text-align: center;
		display: block;
		line-height: 28px;
		padding-top: 3px;
		margin-bottom: 10px;
	}

	.phone-menu .oc-openclose {
		border: 1px dashed #979795;
		cursor: default;
		line-height: 28px;
		color: #464646;
		font-size: 18px;
		display: inline-block;
		padding: 0 7px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.status-OPEN .phone-menu .oc-openclose {
		border: 1px dashed #27c3a0;
	}

	.phone-menu .oc-email {
		line-height: 45px;
		display: block;
		margin-top: 15px;
		width: 100%;
		height: 43px;
		color: #fff;
		font-weight: 700;
		background-color: #31b6d5;
		text-decoration: none;
		font-size: 17px;
	}

	.phone-menu .oc-email:hover {
		color: #fff;
		text-decoration: underline;
	}

	.phone-menu .oc-email i {
		font-size: 20px;
		margin-right: 6px;
		position: relative;
	}

	.phone-menu .phone-menu-link {
		font-size: 16px;
		position: relative;
		margin-right: -15px;
		padding-left: 40px;
		padding-right: 0;
		text-align: left;
		text-decoration: none;
	}

	.phone-menu .email-menu-link {
		padding-left: 50px;
		text-decoration: underline;
		text-decoration-color: #fff;
	}

	@media (min-width: 460px) {
		.phone-menu .phone-menu-link {
			margin-right: 0;
			padding-right: 20px;
		}
	}

	@media (max-width: 460px) {
		.phone-menu .email-menu-link {
			height: 45px;
			line-height: 45px;
		}
	}

	.phone-menu .phone-menu-link p {
		color: #fff;
		margin-bottom: 0;
	}

	.phone-menu .phone-menu-link .question {
		display: block;
		font-size: 15px;
		font-style: italic;
		padding-bottom: 3px;
	}

	.phone-menu .email-menu-link .question {
		font-size: 17px;
		font-style: normal;
		font-weight: 600;
		padding-bottom: 0;
	}

	.phone-menu .phone-menu-link .phoneNo {
		font-size: 20px;
		font-weight: bold;
	}

	.phone-menu .phone-menu-link .pomicon {
		font-size: 36px;
		position: absolute;
		left: 5px;
		top: 6px;
	}

	.phone-menu .email-menu-link .pomicon {
		font-size: 34px;
		left: 0;
		top: -6px;
	}

	@media (max-width: 410px) {
		.phone-menu .phone-menu-link .pomicon {
			font-size: 30px;
			left: 10px;
		}
	}

	.sm-phone {
		display: inline-block;
	}

	.sm-phone ul {
		position: absolute;
		width: 12em;
	}

	.sm-phone li {
		float: left;
	}

	.sm-phone ul li,
	.sm-phone.sm-vertical li {
		float: none;
	}

	.sm-phone a {
		white-space: nowrap;
	}

	.sm-phone ul a,
	.sm-phone.sm-vertical a {
		white-space: normal;
	}

	.sm-phone .sm-nowrap > li > a,
	.sm-phone .sm-nowrap > li > :not(ul) a {
		white-space: nowrap;
	}

	/* ...end */

	@media screen and (min-width: 1350px) and (max-width: 1449px)  {
		.sm-pom a {
			font-size: 16px;
		}
	}

	@media (min-width: 1450px) {
		.sm-pom a {
			font-size: 17px;
		}
	}

	@media (min-width: 1230px) {
		.sm-pom > li > a {
			padding: 22px 20px 22px 10px;
			/*padding: 22px 15px;*/
		}
		#access .menu-book-now {
			font-size: 17px;
			height: 45px;
			line-height: 0.945;
			letter-spacing: 0;
			margin-left: 10px;
			margin-right: 10px;
			min-width: 146px;
			padding: 15px 25px;
		}
		/* .phone-menu .phone-menu-link {
			padding-left: 40px;
			padding-right: 20px;
		} */
		.phone-icon {
			font-size: 30px;
			margin-top: -16px;
		}
		.lang-menu {
			margin-left: 16px;
			margin-right: 10px;
		}
	}

	@media (min-width: 1600px) {
		.sm-pom > li > a {
			padding: 22px 26px;
		}
	}

	@media (max-width: 620px) {
		#site-branding {
			padding-left: 10px;
			width: 180px;
		}
		#access .menu-book-now {
			padding: 12px 14px;
		}
		.phone-menu .phone-menu-link .phoneNo {
			font-size: 18px;
		}
	}

	@media (max-width: 479px) {
		#site-branding {
			padding-left: 10px;
			width: 300px;
		}

		#navigation-secondary {
			display: none;
		}
	}

	#mobile-menu .phone-menu > li > a {
		padding: 12px 16px 10px 40px;
	}

	.sidr-open #mobile-menu .menu-book-now,
	.sidr-open #mobile-menu .phone-menu,
	.sidr-animating #mobile-menu .menu-book-now,
	.sidr-animating #mobile-menu .phone-menu {
		opacity: 0;
		display: none;
	}

	.sidr-closing .phone-menu,
	.sidr-opening .phone-menu,
	.sidr-closing .menu-book-now,
	.sidr-opening .menu-book-now {
		/* opacity: 0;
		display: none; */
	}

	@media screen and (max-width: 570px) {
		#mobile-menu .menu-book-now {
			display: none;
		}
	}

	@media screen and (max-width: 450px) {
		#mobile-menu .phone-menu > li > a {
			font-size: 12px;
			padding: 12px 10px 10px 30px;
		}
		.phone-icon {
			font-size: 16px;
			left: 16px;
			margin-top: -8px;
			position: absolute;
			top: 50%;
		}
	}

	@media screen and (max-width: 360px) {
		#mobile-menu .phone-menu > li > a {
			padding: 12px 10px 10px 0px;
		}
		.phone-icon {
			display: none;
		}
	}

	/* === Acronyms and abbreviations === */

	abbr[title],
	acronym[title],
	time[title],
	dfn[title] {
		cursor: help;
	}

	abbr[title] {
		border-bottom: 1px dotted #202020;
	}

	abbr,
	acronym {
		border-bottom: 1px dotted #999;
	}

	/* === Code and Preformatted text === */

	u {
		text-decoration: underline;
	}

	ins {
		text-decoration: none;
	}

	del {
		color: #914242;
	}

	mark {
		background-color: #ffd61e;
		color: #202020;
		text-decoration: none;
	}

	pre,
	code,
	kbd,
	samp,
	var,
	output {
		cursor: text;
		font-family: Consolas, Andale Mono, AndaleMono, Courier New, Courier,
			monospace;
		font-size: 83%;
		font-style: normal;
	}

	pre {
		background: rgba(0, 0, 0, 0.03);
		color: rgba(0, 0, 0, 0.9);
		overflow: auto;
		padding: 1.2rem 1.5rem;
		word-wrap: normal;
	}

	td pre {
		white-space: 0;
		word-wrap: break-word;
	}

	mark,
	code,
	samp,
	kbd {
		border-radius: 2px;
		display: inline-block;
		line-height: 1;
		padding: 0.2rem 0.4rem;
	}

	code {
		background: rgba(0, 0, 0, 0.07);
		direction: ltr;
		text-align: left;
	}

	pre code {
		background: none;
		border: none;
		font-size: 100%;
		line-height: 24px;
		padding: 0;
	}

	samp {
		background: #46a9fc;
		color: rgba(255, 255, 255, 0.95);
	}

	kbd {
		background: #202020;
		color: rgba(255, 255, 255, 0.85);
		white-space: nowrap;
	}

	ins,
	dfn {
		border-bottom: 1px solid #999;
		font-style: italic;
		text-decoration: none;
	}

	/* === <address> tag === */

	address {
		font-style: normal;
		margin: 0 0 1.5rem;
	}

	/* === Lists === */

	ul,
	ol {
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 1.5em;
	}

	ul ul,
	ol ol,
	ul ol,
	ol ul {
		margin-bottom: 0;
		margin-left: 1.5rem;
	}

	ol ol li {
		list-style-type: lower-alpha;
	}

	ol ol ol li {
		list-style-type: lower-roman;
	}

	body dt {
		font-size: 1em;
		font-weight: bold;
		margin-left: 0;
	}

	dd {
		margin-left: 0.75em;
	}

	dd + dd {
		margin-top: 0.75rem;
	}

	dd + dt {
		margin-top: 1.5rem;
	}

	ul.list-plain {
		list-style: none;
		line-height: 1.7;
		margin: 0;
		padding: 0;
	}

	ul.list-plain li .tooltip {
		position: relative;
		top: 10px;
	}

	ul.counter {
		list-style: none;
		counter-reset: numbering;
		padding: 0;
		margin-top: 12px;
	}

	ul.counter li {
		float: left;
		counter-increment: numbering;
		padding-left: 30px;
		padding-right: 10px;
		margin-bottom: 10px;
		margin-top: 5px;
		position: relative;
		/* width: 50%; */
		line-height: 1.25;
		min-width: 155px;
	}

	ul.counter li:before {
		background-color: #d7b184;
		border-radius: 50%;
		color: #fff;
		content: counter(numbering);
		font-size: 12px;
		font-weight: bold;
		height: 20px;
		position: absolute;
		left: 0;
		top: 0px;
		line-height: 20px;
		min-width: 20px;
		text-align: center;
	}

	ul.check {
		list-style: none;
	}

	ul.check li {
		line-height: 1;
		margin-bottom: 18px;
		margin-top: 18px;
		padding-left: 30px;
		position: relative;
	}

	ul.check li:before {
		content: "\f121";
		color: #d7b184;
		font-family: "pomicons";
		font-size: 15px;
		height: 20px;
		position: absolute;
		left: 0;
		top: 2px;
		min-width: 20px;
		text-align: center;
	}

	.icon-large {
		color: #d7b184;
		font-size: 35px;
		margin-top: auto;
		margin-bottom: 20px;
	}

	.icon-large.pomicon-sunscreen {
		font-size: 48px;
	}

	.icon-large.pomicon-sunglasses {
		font-size: 24px;
	}

	.icon-large.pomicon-kids {
		font-size: 45px;
	}

	.icon-large.pomicon-adults {
		font-size: 70px;
	}

	.icon-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.icon-block p {
		line-height: 1.25;
	}

	.arrow-right {
		position: relative;
		padding-right: 15px;
	}

	.arrow-right:after {
		content: "\f3d3";
		position: absolute;
		right: 1px;
		top: 5px;
		text-decoration: none;
		font-size: 16px;
	}

	@media screen and (max-width: 1024px) {
		.icon-block {
			width: 33.33333%;
		}
	}

	.icon-block-h {
		height: 135px;
	}

	/*
	   ## Tables
	   ========================================================================== */

	table {
		border-collapse: collapse;
		border-spacing: 0;
		empty-cells: show;
		margin-bottom: 1.5rem;
		max-width: 100%;
		width: 100%;
	}

	th,
	td {
		border-bottom: 1px solid rgba(0, 0, 0, 0.055);
		font-size: 94%;
		float: none !important;
		padding: 15px;
		padding-bottom: 14px;
		text-align: left;
	}

	thead th,
	thead td {
		border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	}

	table caption {
		color: #000;
		font-size: 11px;
		font-weight: bold;
		padding: 0;
		text-transform: uppercase;
	}

	th:first-child,
	td:first-child {
		padding-left: 0;
	}

	th:last-child,
	td:last-child {
		padding-right: 0;
	}

	table.table-bordered {
		margin-top: -1px;
	}

	table.table-bordered td,
	table.table-bordered th {
		border: 1px solid rgba(0, 0, 0, 0.03);
	}

	table.table-simple td,
	table.table-simple th,
	table.table-simple caption {
		border: none;
		padding-left: 0;
	}

	table.table-simple td,
	table.table-simple th {
		padding-bottom: 0.889em;
	}

	table.table-flat td,
	table.table-flat th,
	table.table-flat caption {
		border: none;
		padding: 0;
	}

	table.table-stroked td,
	table.table-stroked th {
		border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	}

	table.table-bordered td:first-child,
	table.table-striped td:first-child,
	table.table-bordered th:first-child,
	table.table-striped th:first-child {
		padding-left: 15px;
	}

	table.table-bordered td:last-child,
	table.table-striped td:last-child,
	table.table-bordered th:last-child,
	table.table-striped th:last-child {
		padding-right: 15px;
	}

	table.table-striped tbody tr:nth-child(odd) td {
		background: #f8f8f8;
	}

	.wp-audio-shortcode,
	.wp-video-shortcode,
	audio,
	video,
	object,
	embed,
	iframe {
		margin-bottom: 1.5rem;
		max-width: 100%;
	}

	.wp-audio-shortcode,
	.wp-video-shortcode,
	audio,
	video {
		display: block;
	}

	/* ==========================================================================
	   ## Forms and Buttons
	   ========================================================================== */

	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="text"],
	input[type="tel"],
	input[type="url"],
	input[type="password"],
	textarea,
	select {
		background: rgba(39, 55, 64, 0.05);
		border: 0;
		font-family: inherit;
		line-height: normal;
		margin-bottom: 0;
		outline: none;
		/* padding: 0.656em 1.1em 0.686em; */
		vertical-align: middle;
	}

	input[type="number"] {
		padding-left: 5px;
		padding-right: 5px;
	}

	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="text"],
	input[type="tel"],
	input[type="url"],
	input[type="password"] {
		-webkit-appearance: none;
		max-width: 100%;
	}

	textarea {
		width: 100%;
	}

	select {
		max-width: 100%;
		overflow: hidden;
		word-wrap: break-word;
	}

	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		cursor: pointer;
	}

	fieldset {
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 2px;
		margin-bottom: 24px;
		padding: 31px 32px;
	}

	input:hover[type="email"],
	input:hover[type="number"],
	input:hover[type="text"],
	input:hover[type="tel"],
	input:hover[type="url"],
	input:hover[type="password"],
	textarea:hover,
	select:hover {
		background: rgba(39, 55, 64, 0.075);
		border: 0;
	}

	input:focus[type="email"],
	input:focus[type="number"],
	input:focus[type="text"],
	input:focus[type="tel"],
	input:focus[type="url"],
	input:focus[type="password"],
	textarea:focus,
	select:focus {
		background: rgba(39, 55, 64, 0.045);
		border: 0;
	}

	input[type="email"][disabled],
	input[type="number"][disabled],
	input[type="search"][disabled],
	input[type="text"][disabled],
	input[type="tel"][disabled],
	input[type="url"][disabled],
	input[type="password"][disabled],
	textarea[disabled],
	select[disabled] {
		cursor: default;
		opacity: 0.55;
		resize: none;
	}

	legend {
		font-size: 86%;
		font-weight: 500;
		line-height: 0;
		margin-left: -1em;
		padding: 0 1em;
		position: relative;
		text-transform: uppercase;
		top: 2px;
	}

	.sidebar-primary select,
	.sidebar-special select {
		width: 100%;
	}

	select option {
		max-width: 100%;
		overflow: hidden;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	form .desc {
		color: rgba(0, 0, 0, 0.5);
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		margin-top: 4px;
		text-transform: none;
	}

	form span.desc {
		line-height: 20px;
		margin-left: 4px;
	}

	/* CUSTOM DROPDOWN */

	.selectMask {
		width: 100%;
		height: 45px;
		position: relative;
		cursor: pointer;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.selectMask,
	.inputWrp,
	.inputWrpTextarea {
		border-bottom: 2px solid #1c4f9c;
	}

	.selectMask select {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		outline: none;
		width: 0;
		height: 0;
	}

	.selectMask > i {
		color: #383330;
		position: absolute;
		top: 15px;
		right: 0;
		font-size: 16px;
		opacity: 0.95;
	}

	.select--no {
		pointer-events: none;
	}

	.selectMask.select--no i {
		display: none !important;
	}

	.bookBoxtabs-Links {
		padding-left: 10px;
		padding-right: 10px;
	}

	#home-intro,
	.resbox-horizontal-wrapper {
		min-height: 195px;
	}

	.bookBoxtabs {
		padding: 0;
		margin: 0;
		list-style: none;
		width: 100%;
		overflow: hidden;
		clear: both;
	}

	.bookBoxtabs li {
		background-color: #0e3b80;
		background-image: url(img/bg-blue.png);
		background-position: left top;
		background-repeat: repeat;
		cursor: pointer;
		float: left;
		height: 55px;
		line-height: 1;
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		text-align: center;
		width: 50%;
	}

	.bookBoxtabs li:last-child {
		margin-right: 0;
	}

	.bookBoxtabs li.active {
		cursor: default;
	}

	.bookBoxtabs li.tab-2 {
		background-position: 58px top;
		-webkit-flex-grow: 2;
		flex-grow: 2;
	}

	.bookBoxtabs--side {
		margin-left: auto;
		margin-right: auto;
		max-width: 330px;
		list-style: none;
	}

	.bookBoxtabs--side li {
		line-height: 1.25;
		position: relative;
		width: 50%;
	}

	.bookBoxtabs--side li:after {
		content: "";
		background: #1c4f9c;
		height: 2px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.bookBoxtabs--side li.active:after {
		background: #d7b184;
		height: 4px;
	}

	.bookBoxtabs--side a {
		color: #7491be;
		font-weight: normal;
		display: block;
		padding-bottom: 20px;
		text-align: center;
		text-decoration: none;
	}

	.bookBoxtabs--side a:hover,
	.bookBoxtabs--side .active a {
		color: #fff;
	}

	.bookBoxtabs--side .tab-1 a {
		margin-right: 5px;
		margin-left: 5px;
	}

	.bookBoxtabs--side .tab-2 a {
		margin-right: 5px;
		margin-left: 5px;
	}

	.tab-2-p2 {
		display: none;
	}

	.active .tab-2-p2 {
		display: block;
	}

	.active .tab-2-p1 {
		display: none;
	}

	.bookBox--info {
		color: #fff;
		text-align: center;
		max-width: 275px;
		margin-left: auto;
		margin-right: auto;
	}

	@media screen and (min-width: 421px) {
		.bookBoxtabs li {
			margin-right: 10px;
			width: 190px;
		}
	}

	.tabslet-wrapper .bookBoxtabs li:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.39);
		transition: all 0.35s ease;
	}

	.tabslet-wrapper .bookBoxtabs li:hover:after {
		background-color: rgba(0, 0, 0, 0.15);
	}

	.bookBoxtabs li.active:after {
		background-color: rgba(0, 0, 0, 0) !important;
		transition: all 0.15s ease;
	}

	.bookBoxtabs li a {
		display: block;
		color: #fff;
		font-weight: normal;
		width: 100%;
		text-decoration: none;
	}

	.book-tabs-container {
		background-color: #0e3b80;
		background-image: url(img/bg-blue.png);
		background-position: left -55px;
		background-repeat: repeat;
		box-shadow: 9px 11px 18.2px 1.8px rgba(0, 0, 0, 0.07);
		/* box-shadow: 9px 11px 11px 9px rgba(0, 0, 0, 0.07); */
		min-height: 140px;
		margin: 0;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 14px;
	}

	.bookbox-h .book-tabs-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#bookBox--vertical {
		background-color: #0e3b80;
		background-image: url(img/bg-blue.png);
		background-position: center 45px;
		background-repeat: repeat;
		box-shadow: 9px 11px 18.2px 1.8px rgba(0, 0, 0, 0.07);
		margin-bottom: -35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -35px;
		max-width: 390px;
		min-height: 140px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 35px;
		position: relative;
		width: 100%;
	}

	#bookBox--vertical.active-tab-2 {
		box-shadow: 0px 0px 31.85px 3.15px rgba(0, 0, 0, 0.33);
		max-width: 100%;
	}

	.mfp-container #bookBox--vertical.active-tab-2 {
		box-shadow: 9px 11px 18.2px 1.8px rgba(0, 0, 0, 0.07);
	}

	.side-res-box-wrap {
		background-image: url(img/intro-bg.jpg);
		background-size: cover;
	}

	#bookBox--vertical .book-tabs-container {
		background-color: transparent;
		background-image: none;
		box-shadow: none;
		padding-left: 0;
		padding-right: 0;
	}

	.bookBox--title {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.form-wrapper .bookBox--title {
		margin-bottom: 10px;
	}

	.book-content {
		min-height: 125px;
		width: 100%;
		margin: 0;
		position: relative;
	}

	.book-content .flex-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.selectMask select,
	.book-content input[type="text"],
	.book-content input[type="tel"],
	.book-content input[type="email"],
	.book-content textarea {
		-webkit-appearance: none;
		background: transparent;
		border: 0;
		color: #fff;
		font-family: inherit;
		font-size: 1em;
		line-height: normal;
		margin-bottom: 0;
		outline: none;
		padding: 11px 0 10px;
		vertical-align: middle;
	}

	.txtstuff {
		resize: vertical;
		overflow: hidden;
	}

	.autoexpand {
		line-height: normal;
		padding: 12px 0 12px;
		vertical-align: middle;
		box-sizing: content-box;
	}

	.txtarea_hiddenclone {
		background-color: aqua;
		display: none;
		white-space: pre-wrap;
		word-wrap: break-word;
		overflow-wrap: break-word;
		/* future version of deprecated 'word-wrap' */
	}

	.book-content .selectMask i {
		color: #d7b184;
		font-size: 8px;
		position: absolute;
		right: 0;
		top: 18px;
	}

	@media screen and (min-width: 700px) {
		.book-content .selectMask i {
			right: 15px;
		}
	}

	.flex-form .activity-date input[type="text"],
	.flex-form .promo-code input[type="text"],
	.flex-form .your-email input[type="email"],
	.flex-form .your-phone input[type="text"],
	.flex-form .your-phone input[type="tel"],
	.flex-side-form .activity-date input[type="text"],
	.flex-side-form .promo-code input[type="text"],
	.flex-side-form .your-email input[type="email"],
	.flex-side-form .your-name input[type="text"],
	.flex-side-form .your-phone input[type="text"],
	.flex-side-form .your-phone input[type="tel"] {
		width: 100%;
		max-width: 100%;
	}

	.flex-form .choose-adventure {
		min-width: 250px;
	}

	.flex-form .box p {
		margin-bottom: 0 !important;
	}

	.flex-form .your-email,
	.flex-form .your-phone,
	.flex-side-form .your-name,
	.flex-side-form .your-email,
	.flex-side-form .your-phone {
		width: 100%;
		max-width: 100%;
	}

	.flex-side-form .book-now {
		margin-top: 30px;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		max-width: 310px;
		padding: 0 !important;
		position: relative;
		width: 100%;
	}

	.form-wrapper .flex-side-form .book-now {
		max-width: 300px;
	}

	.footer-bookbox .flex-side-form .book-now {
		margin-top: 70px;
		margin-bottom: -30px;
	}

	.footer-bookbox #bookBox--tab-1 .book-now {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.flex-side-form .book,
	.flex-side-form .book-now input {
		width: 100%;
	}

	.bookbox-big {
		max-width: 980px;
		background-image: url(img/cta-photo-bg.jpg);
		background-size: cover;
		padding-left: 50px;
		padding-right: 50px;
		min-height: 370px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -120px;
		position: relative;
	}

	.bookbox-big-inner {
		background-image: url(img/bg-blue.png);
		background-repeat: repeat;
		min-height: 370px;
		position: absolute;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: -50px;
		padding-top: 25px;
		margin-bottom: 120px;
		padding-left: 20px;
		padding-right: 20px;
		left: 0;
		right: 0;
	}

	@media screen and (max-width: 1100px) {
		.flex-form .choose-adventure {
			min-width: 100%;
		}
		.flex-form .your-email,
		.flex-form .your-phone,
		.flex-form .box-adults {
			width: 50%;
			max-width: 50%;
		}
		#bookBox--tab-2.book-content .flex-form {
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			padding-bottom: 10px;
		}
		.book-content .box {
			margin-bottom: 30px;
		}
		.book-content .wpcf7-response-output {
			margin-top: 0;
		}
	}

	@media screen and (max-width: 759px) {
		.book-content .box-adults {
			width: 100%;
			max-width: 100%;
		}
	}

	@media screen and (max-width: 580px) {
		.book-content .your-email,
		.book-content .your-phone {
			width: 100%;
			max-width: 100%;
		}

		.bookBoxtabs-Links.bookBoxtabs.book-box-tabs {
			display: flex;
			justify-content: space-between;
		}
		.bookBoxtabs-Links.bookBoxtabs.book-box-tabs li {
			width: 48%;
		}
		.book-price-wrap.items-start {
			align-items: flex-end !important;
		}
		.book-price-item {
			flex-basis: 33%;
			width: 33%;
			flex-direction: column;
			align-items: center;
		}
		.book-price-wrap .book-price-item div img {
			margin: 0 auto;
			display: block;
		}
		.book-price-wrap .book-price-item div p {
			text-align: center;
		}
		.book-price-wrap .btn.book{
			width: 100%;
		}
	}

	@media screen and (min-width: 1280px) {
		.book-content .choose-adventure {
			min-width: 308px;
			-webkit-flex-grow: 1;
			flex-grow: 1;
		}
	}

	::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: #fff;
		opacity: 0.5;
		font-style: italic;
	}

	::-moz-placeholder {
		/* Firefox 19+ */
		color: #fff;
		opacity: 0.5;
		font-style: italic;
	}

	:-ms-input-placeholder {
		/* IE 10+ */
		color: #fff;
		opacity: 0.5;
		font-style: italic;
	}

	:-moz-placeholder {
		/* Firefox 18- */
		color: #fff;
		opacity: 0.5;
		font-style: italic;
	}

	.book-content .box .label {
		color: #fff;
		font-weight: normal;
		display: block;
		padding-top: 18px;
	}

	.book-content .box.adults-children .label {
		white-space: nowrap;
	}

	.flex-side-form .where .label,
	.flex-side-form .activity-date .label,
	#bookBox--tab-2 .flex-side-form .your-name .label,
	#bookBox--tab-2 .flex-side-form .your-email .label,
	#bookBox--tab-2 .flex-side-form .your-phone .label,
	#bookBox--tab-2 .flex-side-form .choose-adventure .label,
	.reservation-box-private #bookBox--tab-2 .box-inner .label,
	.reservation-box-private #bookBox--tab-2 .box-message .label {
		display: none;
	}

	.reservation-box-private #bookBox--tab-2 .box-inner.box-adults,
	.reservation-box-private #bookBox--tab-2 .box-inner.box-datepicker {
		margin-top: 10px;
	}

	.reservation-box-private #bookBox--tab-2 .box-message {
		margin-top: 10px;
	}

	#bookBox--tab-2 .flex-side-form .label {
		text-align: left;
	}

	.flex-side-form .where,
	.flex-side-form .activity-date {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#bookBox--tab-2 .flex-side-form .inputWrp,
	#bookBox--tab-2 .flex-side-form .selectMask {
		margin-top: 15px;
		margin-bottom: 25px;
		position: relative;
	}

	.reservation-box-private #bookBox--tab-2 .flex-side-form .inputWrp,
	.reservation-box-private #bookBox--tab-2 .flex-side-form .selectMask {
		margin-top: 10px;
	}

	#bookBox--tab-2 .flex-side-form.flex .inputWrp,
	.form-wrapper .inputWrp {
		margin-top: auto;
		margin-bottom: 25px;
		position: relative;
	}

	#bookBox--tab-2 .box-datepicker i {
		position: absolute;
		top: 12px;
		right: 10px;
		color: #d7b184;
	}

	.flex-form .box.where {
		min-width: 245px;
	}

	.bookbox-h .flex-form .box.where {
		min-width: 220px;
	}

	.flex-form .box.box-wrapper {
		min-width: 245px;
	}

	@media screen and (max-width: 584px) {
		.flex-form .box.where {
			width: 100%;
		}
		.flex-form .activity-date {
			width: 100%;
			min-width: 155px;
		}
		.flex-form .box.box-wrapper {
			width: 100%;
		}
		.flex-form .box.promo-code {
			width: 100%;
		}
		.flex-form .book-now {
			margin-top: 20px;
			width: 100%;
		}
		.flex-form .book-now .btn {
			width: 100%;
		}
	}

	@media screen and (min-width: 585px) and (max-width: 759px) {
		.flex-form .box.where {
			width: 50%;
		}
		.flex-form .activity-date {
			width: 50%;
		}
		.flex-form .box.box-wrapper {
			width: 50%;
		}
		.flex-form .box.promo-code {
			width: 50%;
		}
		.flex-form .book-now {
			margin-top: 20px;
			width: 100%;
		}
		.flex-form .book-now .btn {
			width: 100%;
		}
	}

	.numeric {
		width: 100%;
	}

	.inputWrp.numeric {
		height: 45px;
	}

	.inputWrp.numeric input {
		height: 43px;
	}

	.icon-plus {
		right: 0px;
	}

	.icon-minus {
		left: 0px;
	}

	.book-content .box,
	.book-content .box.box-wrapper .box-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.bookbox-h .book-content .box.box-wrapper .box-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.book-content .book-now .btn {
		height: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.bookbox-h .book-content .book-now .btn {
		padding-left: 25px;
		padding-right: 25px;
	}

	@media screen and (min-width: 1280px) {
		.book-content .box,
		.book-content .box.box-wrapper .box-inner {
			padding-left: 20px;
			padding-right: 20px;
		}
		.bookbox-h .book-content .box.box-wrapper .box-inner {
			padding-left: 15px;
			padding-right: 15px;
		}
		.bookbox-h .book-content .box {
			padding-left: 15px;
			padding-right: 15px;
		}
	}

	@media screen and (min-width: 760px) and (max-width: 1064px) {
		.flex-form .box.where {
			max-width: 43%;
			-webkit-flex-grow: 1;
			flex-grow: 1;
		}
		.flex-form .activity-date {
			max-width: 27%;
			min-width: 155px;
		}
		.flex-form .box.box-wrapper {
			width: 30%;
		}
		.flex-form .promo-code {
			width: 50%;
		}
		.flex-form .book-now {
			width: 50%;
		}
		.flex-form .book-now .btn {
			width: 100%;
		}

		.bookbox-h .bookbox-shifter--row .box {
			width: 50%;
			max-width: 50%;
		}
	}

	.bookbox-h .bookbox-shifter--row {
		width: 100%;
	}


	@media screen and (min-width: 1175px) {
		.flex-form .box.where {
			-webkit-flex-grow: 1;
			flex-grow: 1;
		}
		.flex-form .box.box-wrapper {
			min-width: 350px;
		}
		.flex-form .numeric {
			width: 135px;
		}
		.icon-plus {
			right: 10px;
		}
		.icon-minus {
			left: 10px;
		}
		.book-content .book-now .btn {
			padding-left: 40px;
			padding-right: 40px;
		}
	}

	/* .box.where .selectric {
		pointer-events: none;
		cursor: default;
	}
	.box.where .selectric,
	.box.where .selectric-wrapper {
		cursor: default;
	}
	.box.where i {
		display: none;
	} */

	@media screen and (min-width: 1061px) {
		.flex-form .box.where {
			/* min-width: 270px; */
			min-width: 285px;
			-webkit-flex-grow: 1;
			flex-grow: 1;
		}
		.bookbox-h .flex-form .box.where {
			min-width: 220px;
		}
		.flex-form .activity-date {
			max-width: 200px;
			min-width: 160px;
		}
		.flex-form .promo-code {
			/* max-width: 190px; */
			max-width: 150px;
			min-width: 135px;
		}
		.flex-form {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
	}

	@media screen and (max-width: 1060px) {
		.flex-form {
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			padding-bottom: 10px;
		}
		.book-content .box {
			margin-bottom: 20px;
		}
	}

	.book-content .box.box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		/* -webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; */
		padding-left: 0;
		padding-right: 0;
	}

	.bookbox-v .book-content .box.box-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	@media screen and (min-width: 450px) {
		.book-content .box.box-wrapper {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}
	}

	.flex-side-form .promo-code {
		padding-top: 10px;
		text-align: center;
	}

	.flex-side-form .promo-code input {
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding-top: 5px;
		text-align: center;
	}

	.book-content .box.box-wrapper .box-inner {
		min-width: 33%;
		text-align: center;
	}

	.bookbox-v .book-content .box.box-wrapper .box-inner {
		min-width: 50%;
		width: 50%;
	}

	.bookbox-h .book-content .box.box-wrapper .box-inner {
		min-width: 90px;
		width: 33%;
	}

	.box-adults {
		text-align: center;
	}

	.book-content .box.activity-date i {
		color: #d7b184;
		position: absolute;
		right: 15px;
		top: 12px;
	}

	.book-content .box.bookNow {
		border-left: none;
	}

	.flex-form .box .selectMask,
	.flex-form .box .inputWrp,
	.flex-form .box .inputWrpTextarea {
		margin-top: 5px;
	}

	.flex-side-form .box-wrapper .selectMask,
	.flex-side-form .box-wrapper .inputWrp {
		margin-top: auto;
	}

	.book-content .wpcf7-validation-errors,
	.book-content .wpcf7-acceptance-missing {
		border: 1px solid #1c4f9c;
	}

	.book-content .wpcf7-response-output {
		background: #1c4f9c;
		border: 1px solid #1c4f9c;
		color: #fff;
		font-style: italic;
		padding: 0.2em 1em;
		clear: both;
		overflow: hidden;
	}

	.side-res-box-wrap .book-content .wpcf7-response-output {
		margin: 0 0.5em 2em;
	}

	.book-content .wpcf7-not-valid-tip {
		bottom: -43px;
		color: #d7b184;
		display: block;
		font-size: 16px;
		font-weight: normal;
		position: absolute;
		text-align: left;
	}

	.box.book-now {
		position: relative;
	}

	.wpcf7mailsent.book-content .wpcf7,
	.wpcf7mailsent.book-content .bookBox--info {
		display: none;
		opacity: 0;
	}

	.mail-sent {
		position: relative;
		text-align: center;
	}

	.mail-sent .note {
		height: 100%;
		width: 100%;
	}

	.mail-sent .note .h3 {
		color: #fff;
		margin-bottom: 5px;
		margin-top: 20px;
		text-transform: uppercase;
	}

	.mail-sent .note .message {
		color: #fff;
		opacity: 0.5;
		text-transform: uppercase;
	}

	.mail-sent .btn {
		margin-bottom: 30px;
		height: 60px;
		padding-bottom: 19px;
		padding-left: 42px;
		padding-right: 42px;
		padding-top: 19px;
	}

	@media (min-width: 780px) {
		.mail-sent .btn {
			position: absolute;
			right: 20px;
			top: 50%;
			margin-top: -30px;
		}
	}

	#bookBox--vertical .wpcf7mailsent.book-content,
	.contact-form-grid .wpcf7mailsent.book-content {
		min-height: 400px;
	}

	#bookBox--vertical .wpcf7mailsent .mail-sent,
	.contact-form-grid .wpcf7mailsent .mail-sent {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		min-height: 300px;
	}

	#bookBox--vertical .wpcf7mailsent .mail-sent .btn,
	.contact-form-grid .wpcf7mailsent .mail-sent .btn {
		left: auto;
		right: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		position: relative;
		width: 220px;
	}


	/* Custom CF7 Loader */

	.submitting .book-now .wpcf7-submit {
		color: transparent;
	}

	.book-now .wpcf7-spinner {
		background-image: none;
		background-color: transparent;
		position: absolute !important;
		top: 50%;
		left: 0;
		right: 0;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: auto;
		margin-right: auto;
	}

	.book-now .wpcf7-spinner::before {
		content: "";
		background-color: transparent;
		display: block;
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border-top: 2px solid #fff;
		border-right: 2px solid transparent;
		top: 0;
		left: 0;
		transform-origin: unset !important;
		animation: spinner 0.6s linear infinite;
	}

	div.wpcf7-response-output:before,
	div.wpcf7-response-output:after,
	.flex-form:before,
	.flex-form:after {
		content: " ";
		display: table;
	}

	#bookBox--tab-2 .wpcf7-form {
		padding-bottom: 0.1px;
	}

	/* Change Autocomplete styles in Chrome*/

	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	textarea:-webkit-autofill,
	textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
	select:-webkit-autofill,
	select:-webkit-autofill:hover,
	select:-webkit-autofill:focus {
		background-color: transparent !important;
		box-shadow: 0 0 0px 1000px white inset;
		-webkit-box-shadow: 0 0 0px 1000px white inset !important;
		z-index: 1;
	}

	.numeric {
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
	}

	.side-box .numeric {
		width: 135px;
	}

	#bookBox--tab-2 .flex-form .numeric {
		max-width: 135px;
		min-width: 90px;
	}

	.side-box .icon-plus {
		right: 10px;
	}

	.side-box .icon-minus {
		left: 10px;
	}

	.numeric input,
	.book-content .numeric input[type="text"] {
		font-size: 24px;
		margin: 0;
		padding: 0;
		position: relative;
		right: 0;
		text-align: center;
		top: 0;
		width: 60px;
	}

	.numeric input:invalid {
		border: none !important;
		box-shadow: none !important;
		opacity: 0.5 !important;
		outline: 0 !important;
	}

	.icon-plus,
	.icon-minus {
		cursor: pointer;
		display: block;
		margin: -16px 0 0;
		padding: 8px;
		position: absolute;
		text-align: center;
		text-decoration: none;
		top: 50%;
		z-index: 9;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.icon-plus:hover,
	.icon-minus:hover {
		opacity: 0.7;
	}

	.icon-plus {
		left: auto;
	}

	.icon-minus span,
	.icon-plus span {
		display: block;
		height: 14px;
		position: relative;
		width: 14px;
	}

	.icon-minus span:before,
	.icon-plus span:before {
		content: "";
		background-color: #d7b184;
		display: block;
		height: 2px;
		width: 14px;
		position: absolute;
		top: 50%;
		margin-top: -1px;
	}

	.icon-plus span:after {
		content: "";
		background-color: #d7b184;
		display: block;
		height: 14px;
		width: 2px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -1px;
	}

	.unselectable {
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	/* TABS */

	.icon-tabs-nav {
		list-style: none;
		padding-left: 0;
		margin-left: -15px;
		margin-right: -5px;
		margin-bottom: 0;
		max-width: 500px;
	}

	@media screen and (max-width: 480px) {
		.icon-tabs-nav {
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
		}
	}

	.icon-tabs-nav li {
		cursor: pointer;
		font-size: 14px;
		text-transform: uppercase;
		margin-left: 5px;
		margin-right: 5px;
		text-align: center;
		line-height: 1.25;
		padding-bottom: 30px;
		width: 20%;
		min-width: 75px;
	}

	.icon-tabs-nav li a {
		color: #4c5057;
		text-decoration: none;
		margin-bottom: 10px;
		margin-top: auto;
	}

	.tab-icon i {
		border-radius: 50%;
		box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
		background: rgba(255, 255, 255, 1);
		display: block;
		font-size: 30px;
		line-height: 57px;
		height: 55px;
		width: 55px;
		margin-top: auto;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 0;
		text-align: center;
		transition: all .15s ease;
	}

	.tab-icon [class^="pomicon2-"] {
		font-size: 45px
	}

	.tab-icon i.pomicon2-top-facts {
		font-size: 42px;
	}

	.tab-icon i.pomicon2-tour-info {
		font-size: 42px;
	}

	.tab-icon i.pomicon2-what-to-expect {
		font-size: 40px;
	}

	.tab-icon i.pomicon2-fins {
		font-size: 30px;
	}

	.tab-icon i.pomicon2-life-jacket {
		font-size: 30px;
	}

	.tab-icon i.pomicon-yacht2 {
		font-size: 42px;
	}

	.tab-icon i.pomicon-wedding2 {
		font-size: 24px;
	}

	.tab-icon i.pomicon-leilani-sign {
		font-size: 26px;
	}

	.tab-icon i.pomicon-fish {
		font-size: 24px;
	}

	.tab-icon i.pomicon-turtle {
		font-size: 24px;
	}

	.tab-icon i:before {
		color: #d7b184;
	}

	.tab-icon.active i:before {
		color: #fff;
	}

	.tab-icon.active i {
		background-color: #0e3b80;
		background-image: url(img/bg-blue.png);
		background-position: left top;
		background-repeat: repeat;
	}

	.tab-icon i:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: transparent transparent transparent transparent;
		position: absolute;
		bottom: -6px;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
		transition: all .2s ease 0;
	}

	.tab-icon.active i:after {
		border-color: #0e3b80 transparent transparent transparent;
		bottom: -6px;
		opacity: 1;
		transition: opacity .1s ease .01s, bottom .1s ease .1s;
	}

	.bluebox-section-content .icon-tabs-nav li a {
		color: #fff;
	}

	.bluebox-section-content .tab-icon i:before {
		color: #0e3b80;
	}

	.bluebox-section-content .tab-icon.active i:before {
		color: #fff;
	}

	.bluebox-section-content .tab-icon.active i {
		background-color: #d7b184;
		background-image: none;
	}

	.bluebox-section-content .tab-icon.active i:after {
		border-color: #d7b184 transparent transparent transparent;
	}

	.icon-tabs-content {
		margin-bottom: 30px;
		padding-top: 10px;
	}

	.intro-container-private > div {
		position: relative;
		background-color: #fff;
		width: 100%;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	@media screen and (min-width: 1125px) {
		.intro-container-private > div {
			max-width: 100%;
		}
	}

	.featured-tabs {
		width: 100%;
		height: 100%;
		background: #fff;
	}

	.featured-tabs .featured-tabs--nav,
	.placeholder-tabs .featured-tabs--nav {
		background-color: #0e3b80;
		background-image: url(img/bg-blue.png);
		background-repeat: repeat;
		background-position: center;
		margin: 0;
		padding-top: 9px;
		padding-left: 10px;
		padding-right: 10px;
		list-style: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ft-wrapper-private .featured-tabs .featured-tabs--nav,
	.ft-wrapper-private .placeholder-tabs .featured-tabs--nav {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.intro-container-private .featured-tabs .featured-tabs--nav,
	.intro-container-private .placeholder-tabs .featured-tabs--nav {
		background-color: #f2f2f2;
		background-image: url(img/bg.png);
	}

	.intro-container-private-parent .featured-tabs--nav {
		background-color: #fff !important;
		background-image: none !important;
	}

	.placeholder-tabs {
		width: 100%;
		border-bottom: 1px solid #e7e7e7;
	}

	.intro-container-private-parent .placeholder-tabs {
		border-bottom: none;
	}

	.placeholder-tabs li a {
		visibility: hidden;
	}

	.featured-tabs .featured-tabs--nav li,
	.placeholder-tabs .featured-tabs--nav li {
		margin: 0;
		padding: 0 15px;
	}

	@media screen and (min-width: 700px) {
		.featured-tabs .featured-tabs--nav,
		.placeholder-tabs .featured-tabs--nav {
			padding-left: 15px;
			padding-right: 15px;
		}
		.featured-tabs .featured-tabs--nav li,
		.placeholder-tabs .featured-tabs--nav li {
			margin: 0;
			padding: 0 15px;
		}
	}

	@media screen and (min-width: 480px) {
		.featured-tabs .featured-tabs--nav li:last-child {
			margin-left: auto;
		}
	}

	.ft-wrapper-private .featured-tabs .featured-tabs--nav li {
		padding: 0 20px;
	}

	.featured-tabs .featured-tabs--nav li a,
	.placeholder-tabs .featured-tabs--nav li a {
		color: #a6afc6;
		display: block;
		font-size: 0.882em;
		/* 15px */
		font-weight: normal;
		line-height: 1.54;
		padding: 24px 0;
		position: relative;
		text-transform: uppercase;
		text-decoration: none;
	}

	.intro-container-private .featured-tabs--nav li a {
		color: #4c5057;
	}

	.featured-tabs .featured-tabs--nav li a:hover {
		color: #fff;
	}

	.intro-container-private .featured-tabs--nav li a:hover {
		color: #0e3b80;
	}

	.featured-tabs .featured-tabs--nav li.active a {
		color: #fff;
		text-shadow: 0px 0px 0px #fff;
	}

	.intro-container-private .featured-tabs--nav li.active a {
		color: #0e3b80;
		text-shadow: 0px 0px 0px #0e3b80;
	}

	.featured-tabs .featured-tabs--nav li.active a:after {
		content: "";
		background-color: #d7b184;
		height: 4px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.tabs-nav-wrapper {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.dynamic-tabs-nav {
		list-style: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		margin-bottom: 40px;
		position: relative;
	}

	.dynamic-tabs-nav:after {
		content: "";
		height: 1px;
		width: 100%;
		width: calc(100% - 40px);
		background-color: #ebebeb;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		bottom: 10px;
	}

	.dynamic-tabs-nav li {
		display: inline-block;
		line-height: 1.25;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 25px;
	}

	.dynamic-tabs-nav li a {
		color: #4c5057;
		font-size: 15px;
		font-weight: 400;
		padding-bottom: 15px;
		position: relative;
		overflow: hidden;
		text-transform: uppercase;
		text-decoration: none;
	}

	.dynamic-tabs-nav li.active a {
		color: #0e3b80;
		text-shadow: 0px 0px 0px #0e3b80;
	}

	.dynamic-tabs-nav li.active a:after {
		content: "";
		background: #d7b184;
		bottom: 0;
		height: 4px;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 10;
	}

	.dynamic-tabs-container {
		background: #fff;
		position: relative;
	}

	.dynamic-tab {
		opacity: 0.001;
		position: absolute;
	}

	.dynamic-tab:first-of-type {
		opacity: 1;
		position: relative;
	}

	.no-js .dynamic-tab,
	.dynamic-tab.active--tab {
		opacity: 1;
		position: relative;
	}

	.no-js .dynamic-tab {
		margin-bottom: 30px;
	}

	.dynamic-tab-main {
		background: #fff;
		flex-grow: 1;
		position: relative;
	}

	@media screen and (min-width: 1200px) {
		.dynamic-tab-main {
			min-height: 510px;
		}
	}

	.dynamic-tab-main h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.dynamic-tab-main .edit-link,
	.cta-inner .edit-link {
		position: absolute;
		bottom: 10px;
		right: 15px;
		font-size: 15px;
		opacity: .75;
	}

	.cta-inner .edit-link {
		bottom: 0;
		right: 20px;
	}

	.dynamic-tab-main .edit-link:hover,
	.cta-inner .edit-link:hover {
		opacity: 1;
	}

	.dynamic-tab-secondary {
		max-width: 100%;
		min-height: 500px;
		padding-left: 22px;
		padding-right: 22px;
	}

	.dynamic-tab-secondary.has-map {
		padding: 0;
	}

	#interactive-map-wrapper .dynamic-tab-main,
	#interactive-map-wrapper .dynamic-tab-secondary {
		height: 600px;
	}

	.dynamic-tab-secondary .info {
		max-width: 100%;
	}

	@media screen and (max-width: 360px) {
		.dynamic-tab-secondary {
			padding-left: 0;
			padding-right: 0;
		}
	}

	@media screen and (max-width: 879px) {
		.dynamic-tab-secondary {
			width: 100%;
		}
		.dynamic-tab-secondary .info {
			margin-left: auto;
			margin-right: auto;
			margin-top: 22px;
			width: 100%;
		}
		#interactive-map-wrapper .dynamic-tab-main,
		.map_tabs .dynamic-tab-main {
			width: 100%;
		}
		#interactive-map-wrapper .dynamic-tab-secondary,
		.map_tabs .dynamic-tab-secondary {
			width: 100%;
		}
	}

	@media screen and (min-width: 880px) and (max-width: 1299px) {
		.dynamic-tab-main {
			width: 55%;
		}
		.dynamic-tab-secondary {
			width: 45%;
		}
		#interactive-map-wrapper .dynamic-tab-main,
		.map_tabs .dynamic-tab-main {
			min-width: 440px;
		}
		#interactive-map-wrapper .dynamic-tab-secondary,
		.map_tabs .dynamic-tab-secondary {
			flex-grow: 2;
			width: 100%;
		}
	}

	@media screen and (min-width: 1300px) {
		.dynamic-tab-main {
			width: 46.5%;
		}
		.dynamic-tab-secondary {
			width: 53.5%;
		}
		#interactive-map-wrapper .dynamic-tab-main,
		.map_tabs .dynamic-tab-main {
			min-width: 440px;
		}
		#interactive-map-wrapper .dynamic-tab-secondary,
		.map_tabs .dynamic-tab-secondary {
			flex-grow: 2;
			width: 100%;
		}
	}

	.dynamic-tab-main .inner {
		height: 100%;
		margin: auto;
		padding-bottom: 50px;
		padding-left: 38px;
		padding-right: 10px;
		padding-top: 55px;
	}

	@media screen and (min-width: 880px) {
		.dynamic-tab-main .inner {
			max-width: 565px;
		}
	}

	.map_tabs .dynamic-tab-main .inner {
		max-width: 365px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 55px;
	}

	#interactive-map-wrapper .dynamic-tab-main .inner {
		max-width: 100%;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 0;
		padding-top: 55px;
	}

	#interactive-map-wrapper .dynamic-tab-main .inner .inner-content {
		max-height: 500px;
		padding-left: 0;
		padding-right: 40px;
	}

	#interactive-map-wrapper .dynamic-tab-main .destText {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 345px;
		line-height: 1.6;
	}

	#interactive-map-wrapper .dynamic-tab-main .destLinks {
		max-width: 340px;
	}

	#interactive-map-wrapper .dynamic-tab-main .destLinks .lnk {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
	}

	#interactive-map-wrapper .dynamic-tab-main .destLinks .lnk:nth-of-type(2) {
		background-color: #fafafa;
	}

	#interactive-map-wrapper .dynamic-tab-main .destLinks .lnk:last-of-type {
		border-bottom: none;
	}

	@media screen and (max-width: 1199px) {
		#interactive-map-wrapper .dynamic-tabs-container,
		.map_tabs .dynamic-tab {
			-ms-flex-wrap: wrap !important;
			-webkit-flex-wrap: wrap !important;
			flex-wrap: wrap !important;
		}
		#interactive-map-wrapper .dynamic-tab-main,
		.map_tabs .dynamic-tab-main {
			height: auto;
			max-height: auto;
		}
		#interactive-map-wrapper .dynamic-tab-main .destText {
			max-width: 610px;
		}

		.map_tabs .dynamic-tab-main .inner {
			max-width: 620px;
			padding-left: 30px;
		}

		#interactive-map-wrapper .dynamic-tab-main .destLinks {
			max-width: 570px;
		}
		.map_tabs .tabs-nav-wrapper,
		.tabs-section .tabs-nav-wrapper {
			background: #fff;
			padding-top: 10px;
			position: relative;
			z-index: 10;
		}
		.map_tabs .dynamic-tabs-nav,
		.tabs-section .dynamic-tabs-nav {
			background: #fff;
			margin-bottom: 0;
			width: 100%;
		}
		.map_tabs .dynamic-tabs-nav::after,
		.tabs-section .dynamic-tabs-nav::after {
			bottom: 10px;
			width: 100%;
		}
	}

	@media screen and (max-width: 879px) {
		.tabs-section .dynamic-tab-secondary {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
			min-height: 150px;
			background-size: cover;
			background-position: center;
		}
		.tabs-section.content_tabs .dynamic-tab-secondary {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
			min-height: 250px;
			background-size: cover;
			background-position: center;
		}
		.tabs-section .dynamic-tab-main {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
		}
		.tabs-section .dynamic-tabs-nav::after {
			bottom: 0;
		}
		.dynamic-tab-secondary .info {
			display: none;
		}
	}






	.destLinks .lnk a {
		padding-left: 55px;
		position: relative;
		text-decoration: none;
	}

	.destLinks .lnk a span {
		text-decoration: underline;
	}

	.destLinks .lnk a + span {
		color: #0e3b80;
		font-weight: 700;
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		position: relative;
		padding-right: 25px;
	}

	.destLinks .lnk a + span:after {
		content: "\f3d3";
		color: #d7b184 !important;
		font-size: 15px;
		top: 50%;
		right: 10px;
		margin-top: -7px;
		position: absolute;
	}

	.destLinks .pomicon {
		position: absolute;
		left: 10px;
		top: 0;
	}

	.destLinks .pomicon-car2 {
		font-size: 34px;
	}

	.destLinks .pomicon-bus {
		font-size: 30px;
	}

	.destLinks .pomicon-bike {
		font-size: 35px;
	}

	.dynamic-tab-main .tour-excerpt {
		padding-right: 40px;
	}

	.scroll-scrolly_visible .tour-excerpt {
		padding-bottom: 40px;
	}

	.dynamic-tab-main .btn-medium {
		width: 220px;
		max-width: 100%;
	}

	.duration-info {
		/* max-width: 320px; */
		margin-bottom: 40px;
	}

	.duration-info a {
		text-decoration: underline;
	}

	.duration-info > div {
		max-width: 200px;
		overflow: hidden;
		position: relative;
	}

	.duration-info .duration-01 {
		padding-right: 30px;
	}

	.duration-info .duration-02:before {
		content: "";
		background: #ebebeb;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 1px;
	}

	.duration-info .duration-02 {
		padding-left: 30px;
	}

	.duration-info p {
		margin-bottom: 0;
		line-height: 1.5;
		font-size: 17px;
	}

	.tour-excerpt p {
		font-size: 17px;
	}

	.dynamic-tab-secondary {
		background-color: #0e3b80;
		background-size: cover;
	}

	.dynamic-tab-secondary .info {
		margin-bottom: 55px;
		margin-left: auto;
		margin-top: -20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		text-align: center;
		width: 295px;
	}

	.dynamic-tab-secondary .info .title,
	.dynamic-tab-secondary .info .info-lw .title {
		font-size: 22px;
		margin-bottom: 15px;
		margin-top: 30px;
	}

	.dynamic-tab-secondary .info p {
		color: #fff;
		color: rgba(255, 255, 255, 0.5);
		font-size: 15px;
		line-height: 22px;
		margin-left: auto;
		margin-right: auto;
		max-width: 215px;
	}

	.dynamic-tab-secondary .info .info-lw p {
		color: #fff;
		font-size: 17px;
		line-height: 32px;
		max-width: 160px;
	}

	.dynamic-tab-secondary .info .btn {
		margin-top: 30px;
		width: 100%;
	}

	.bookbox-cta {
		background: #0d326b;
		height: 560px;
		margin-bottom: -50px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		width: 100%;
		position: relative;
	}

	@media screen and (min-width: 500px) {
		.bookbox-cta {
			width: 470px;
		}
	}

	.bookbox-cta .pomicon-leilani-sign {
		color: #d7b184;
		font-size: 35px;
		left: 50%;
		margin-left: -19px;
		margin-top: -18px;
		opacity: 1;
		position: absolute;
		top: 0;
	}

	.bookbox-cta h4,
	.bookbox-cta .h4 {
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		margin-top: 28px;
		text-align: center;
	}

	.bookbox-cta-links {
		padding-bottom: 60px;
		padding-top: 32px;
		width: 100%;
	}

	.bookbox-cta-links > div {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 15px;
		margin-right: 15px;
		text-align: center;
		position: relative;
		width: 50%;
	}

	.bookbox-cta-links > div:first-child:after {
		background: #fff;
		content: "";
		height: 41px;
		margin-top: -20px;
		opacity: 0.3;
		position: absolute;
		right: -16px;
		top: 50%;
		width: 1px;
	}

	.bookbox-cta-links-pom > div:after {
		display: none;
	}

	.bookbox-cta-links p {
		font-weight: bold;
		line-height: 1.25;
		margin-top: 2px;
		margin-bottom: 2px;
		text-transform: uppercase;
	}

	.bookbox-cta-links p a {
		text-transform: none;
		text-decoration: underline;
	}

	.bookbox-cta-links .btn {
		text-decoration: none;
		bottom: -30px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 300px;
	}

	.bc-leilani {
		height: 100%;
		background-image: url(img/bookbox-leilani-new_2.jpg);
		background-size: cover;
	}

	.bc-prideofmaui {
		height: 100%;
		background-image: url(img/DJI_0122-2.jpg);
		background-size: cover;
	}

	#tabs_container {
		background-color: #fff;
		min-height: 483px;
	}

	#tabs_container > div {
		padding-bottom: 70px;
		padding-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.page-template-trip-private #tabs_container > div {
		padding-bottom: 20px;
	}

	#tabs_container #itinerary {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	#tabs_container #itinerary .tabs-featured__inner-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.intro-container-private-parent .featured-tabs--nav {
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 50px;
	}

	.tabs_container #pricing .flex-item {
		padding-left: 4%;
		padding-right: 4%;
		position: relative;
	}

	.tabs_container #pricing .flex-item:after {
		content: "";
		background: #ebebeb;
		width: 1px;
		height: 80%;
		position: absolute;
		right: 0;
		top: 10%;
	}

	.tabs_container #pricing .flex-item:last-of-type:after {
		content: none;
	}

	.tabs_container #pricing .flex-item p {
		line-height: 1.25;
	}


	#daily-tours > div,
	#daily-tour > div {
		padding-top: 20px;
	}

	#featured-tabs .tab_content .scroll-wrapper {
		max-height: 380px;
	}

	#featured-tabs .tab_content .scroll-wrapper .scrollbar-inner {
		padding-right: 40px;
		max-height: inherit !important
	}

	#featured-tabs .tab_content .whistles {

	}


	@media screen and (min-width: 700px) {
		#tabs_container > div,
		#tabs_container #itinerary {
			padding-bottom: 40px;
			padding-top: 50px;
			padding-left: 50px;
			padding-right: 50px;
		}
		#tabs_container #faq {
			padding-right: 30px;
		}
		.page-template-trip-private #tabs_container > div {
			padding-bottom: 40px;
			padding-left: 30px;
			padding-right: 30px;
		}
		#tabs_container #itinerary .tabs-featured__inner-container {
			padding-left: 0;
			padding-right: 0;
		}
		.intro-container-private-parent .featured-tabs--nav {
			padding-top: 30px;
			padding-left: 30px;
			padding-right: 50px;
			margin-bottom: -10px;
		}
	}

	@media screen and (min-width: 1125px) {
		#tabs_container {
			padding-bottom: 0;
		}
	}

	.featured-tabs .tab_content {
		display: none;
		overflow: hidden;
	}

	.featured-tabs .tab_content:first-of-type {
		display: block;
	}

	.mfp-ajax-holder .featured-tabs .tab_content,
	.mfp-ajax-holder .tabs-next-box-wrap > div {
		display: block !important;
	}

	.mfp-ajax-holder .soft-hide {
		display: block;
	}

	.tabs-featured__inner .itinerary-grid .flex-item {
		border-right: 1px solid #ebebeb;
		margin-right: 25px;
		padding-right: 25px;
		margin-bottom: 25px;
	}

	#menu.inner_tab_content .title {
		line-height: 1.5;
	}

	.tabs-featured__inner .menu-grid {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tabs-featured__inner .menu-grid .flex-item {
		border-bottom: 1px solid #ebebeb;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.tabs-featured__inner .menu-grid .flex-item:last-of-type {
		border-right: none;
		border-bottom: none;
		margin-right: 0;
		padding-right: 0;
	}

	.tabs-featured__inner .itinerary-grid .flex-item:last-of-type {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}

	@media screen and (min-width: 620px) {
		.tabs-featured__inner .itinerary-grid .flex-item {
			border-right: 1px solid #ebebeb;
			margin-right: 34px;
			padding-right: 34px;
		}
		.tabs-featured__inner .menu-grid .flex-item {
			border-right: 1px solid #ebebeb;
			border-bottom: none;
			margin-right: 20px;
			padding-right: 20px;
			padding-bottom: 0;
		}
		.tabs-featured__inner .menu-grid {
			-ms-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}
	}

	@media screen and (min-width: 1125px) and (max-width: 1225px) {
		.tabs-featured__inner .itinerary-grid .flex-item:first-of-type {
			border-bottom: 1px solid #ebebeb;
			border-right: none;
			margin-right: 0;
			padding-right: 0;
			margin-bottom: 25px;
			padding-bottom: 25px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			width: 100%;
		}
	}

	@media screen and (max-width: 619px) {
		.tabs-featured__inner .itinerary-grid .flex-item:first-of-type {
			border-bottom: 1px solid #ebebeb;
			border-right: none;
			margin-right: 0;
			padding-right: 0;
			margin-bottom: 25px;
			padding-bottom: 25px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			width: 100%;
		}
	}

	@media screen and (max-width: 360px) {
		.tabs-featured__inner .itinerary-grid .flex-item {
			border-bottom: 1px solid #ebebeb;
			border-right: none;
			margin-bottom: 20px;
			padding-bottom: 20px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			width: 100%;
		}
		.tabs-featured__inner .itinerary-grid .flex-item:last-of-type {
			border-bottom: none;
		}
	}


	.nav-holder > ul {
		border-bottom: 1px solid #ebebeb;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		list-style: none;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: -20px;
		padding-left: 30px;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#time-schedule .nav-holder > ul {
		margin-bottom: 3em;
	}

	.nav-holder > ul li {
		margin: 0;
		padding-left: 0;
		padding-right: 40px;
	}

	@media screen and (min-width: 700px) {
		.nav-holder > ul {
			padding-left: 0;
			border-bottom: none;
		}
		.nav-holder > ul li {
			border-bottom: 1px solid #ebebeb;
		}
	}

	.nav-holder > ul li:last-child {
		padding-right: 0;
	}

	.nav-holder > ul > li > a {
		color: #4c5057;
		display: block;
		font-size: 0.882em;
		/* 15px */
		font-weight: normal;
		line-height: 1;
		padding-bottom: 20px;
		padding-top: 20px;
		position: relative;
		text-transform: uppercase;
		text-decoration: none;
	}

	.nav-holder > ul > li > a:hover {
		color: #0e3a7e;
		text-shadow: 0px 0px 0px #0e3a7e;
	}

	.nav-holder > ul > li.active > a {
		color: #0e3a7e;
		text-shadow: 0px 0px 0px #0e3a7e;
	}

	.nav-holder > ul > li.active > a:after {
		content: "";
		background-color: #d7b184;
		height: 4px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.active--tab {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}

	.dynamic-tab-secondary .info {
		opacity: 0;
	}

	.active--tab .info {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}

	.ajax-fetched {
		max-width: 1140px;
		background-color: #f2f2f2;
		background-image: url(img/bg.png);
		background-repeat: repeat;
		padding: 10px;
		position: relative;
	}

	@media screen and (min-width: 600px) {
		.ajax-fetched {
			padding: 30px;
		}
	}

	.ajax-fetched .fetch-ajax > .grid-100 {
		padding: 0 !important;
	}

	.ajax-fetched .bookbox-cta {
		margin-top: 10px;
	}

	.pricing-content p {
		margin-bottom: .5rem;
	}

	.pricing-content > .title {
		margin-top: 35px;
		margin-bottom: 20px;
	}

	.pricing-content .flex-item {
		margin-top: 1rem;
		margin-bottom: 1rem;
		overflow: hidden;
		position: relative;
	}

	.pricing-content .flex-item:first-child {
		padding-right: 20px;
	}

	.pricing-content .flex-item:nth-child(2) {
		padding-left: 20px;
	}

	@media screen and (min-width: 390px) {
		.pricing-content .flex-item:first-child {
			padding-right: 40px;
		}
		.pricing-content .flex-item:nth-child(2) {
			padding-left: 40px;
		}
	}

	.pricing-content .flex-item:first-child::after {
		/* background: #ebebeb;
		content: "";
		margin-top: -10px;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 1px; */
	}

	.pricing-content .small {
		line-height: 1.5;
		padding-top: 1.5rem;
	}

	.mfp-book-form.ajax-fetched .mfp-close {
		top: 20px;
		right: 20px;
	}

	@media screen and (min-width: 1200px) {
		.mfp-book-form.ajax-fetched .mfp-close {
			top: -20px;
			right: 30px;
		}
	}

	.icons-row {
		list-style: none;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		/* max-width: 1100px; */
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	.icons-row li {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		line-height: 1;
		padding-bottom: 15px;
		padding-top: 15px;
		position: relative;
		margin-top: -1px;
		margin-left: 1px;
		margin-right: -1px;
	}

	.icons-grid {
		list-style: none;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	.icons-grid li {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		line-height: 1;
		padding-bottom: 15px;
		padding-top: 15px;
		position: relative;
		margin-top: -1px;
		margin-left: 1px;
		margin-right: -1px;
	}

	.icons-grid li {
		border-right: 1px solid #ebebeb;
		border-top: 1px solid #ebebeb;
		width: 50%;
		height: 80px;
	}

	@media screen and (min-width: 600px) {
		.icons-grid li {
			padding-right: 15px;
		}
		.icons-grid.col3 li {
			width: calc(100% / 3);
		}
	}

	.icons-grid li:before {
		content: "";
		color: #d7b184;
		display: block;
		left: 0;
		top: 0;
		position: relative;
		font-size: 30px;
		width: 100px;
		text-align: center;
	}

	.icons-grid li.company:before {
		content: "\e902";
		font-size: 42px;
	}

	.icons-grid li.sunset:before {
		content: "\e90d";
	}

	.icons-grid li.family:before {
		content: "\e904";
		font-size: 38px;
	}

	.icons-grid li.snorkeling:before {
		content: "\e910";
	}

	.icons-grid li.wedding:before {
		content: "\e911";
	}

	.icons-grid li.yacht_parties:before {
		content: "\e914";
		font-size: 38px;
	}

	.icons-grid li.whale:before {
		content: "\e912";
		font-size: 32px;
	}

	.icons-grid li.turtle:before {
		content: "\e91a";
	}

	.icons-grid li.heart:before,
	.icons-grid li.honeymoon:before {
		content: "\e90c";
		font-size: 28px;
	}

	.icons-grid li.cake:before,
	.icons-grid li.anniversary:before {
		content: "\e926";
		font-size: 34px;
	}

	.icons-grid li.yacht:before {
		content: "\e913";
		font-size: 24px;
	}

	.icons-grid li.bar:before,
	.icons-grid li.glass:before {
		content: "\e91f";
		font-size: 45px;
	}

	.icons-grid li.yacht:before {
		content: "\e913";
		font-size: 24px;
	}

	.icons-grid li.guitar:before,
	.icons-grid li.music:before {
		content: "\e951";
		font-size: 40px;
	}

	.icons-grid li.panoramic:before {
		content: "\e92a";
	}

	.icons-grid li.helm:before {
		content: "\e914";
		font-size: 42px;
	}

	.icons-row {
		overflow: hidden;
	}

	.icons-row.col5 li {
		width: 20%;
	}

	.icons-row li {
		border-right: 1px solid #ebebeb;
		border-top: 1px solid #ebebeb;
	}

	.icons-row li {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		line-height: 1.8;
		margin-left: 1px;
		margin-right: -1px;
		margin-top: -1px;
		padding-bottom: 15px;
		padding-top: 15px;
		position: relative;
		text-align: center;
	}

	.icons-row li .pomicon {
		height: 70px;
		margin-bottom: 20px;
		position: relative;
		text-align: center;
		width: 100px;
	}

	.icons-row li .pomicon:before {
		color: #d7b184;
		display: block;
		font-size: 45px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		width: 100%;
	}

	.icons-row li .pomicon-yacht:before {
		font-size: 26px;
	}

	.icons-row li .pomicon-camera:before {
		font-size: 34px;
	}

	@media (max-width: 700px) {
		.icons-row.col5 li {
			width: 50%;
		}
		.icons-row.col5 li:last-of-type {
			border-right: none;
		}
	}

	@media (min-width:400px) and (max-width: 780px) {
		.icons-grid.col3 li {
			width: 50%;
			font-size: 16px;
		}
		.icons-grid.col3 li:last-of-type {
			border-right: none;
		}
		.icons-grid.col3 li:before {
			width: 80px;
			min-width: 80px;
		}
		.icons-grid-9.col3 li:nth-last-of-type(2) {
			border-bottom: 1px solid #ebebeb;
		}
	}
	@media (max-width: 399px) {
		.icons-grid.col3 li {
			width: 50%;
			padding-right: 5px;
			font-size: 15px;
		}
		.icons-grid-9.col3 li:last-of-type {
			border-right: none;
		}
		.icons-grid.col3 li:before {
			width: 60px;
			min-width: 60px;
		}
		.icons-grid-9.col3 li:last-of-type {
			width: 100%;
		}
		.icons-grid-9.col3 li:last-of-type:before {
			width: 100px;
			min-width: 100px;
		}
		.icons-grid-9.col3 li:nth-last-of-type(2) {
			border-bottom: 1px solid #ebebeb;
		}
	}

	/* BUTTONS */

	.btn,
	.cc-btn___ {
		border: none;
		cursor: pointer;
		display: inline-block;
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font-size: 17px;
		font-weight: 600;
		min-height: 60px;
		letter-spacing: 0.015em;
		line-height: 1.15;
		padding: 20px 15px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		background-color: #d7b184;
		color: #fff;
	}

	.cc-btn___ {
		font-size: 16px;
		min-height: 0;
		letter-spacing: 0.015em;
		line-height: 1.15;
		padding: 15px 15px;
	}

	.btn-medium {
		min-width: 180px;
	}

	.btn-medium-2 {
		min-width: 220px;
	}

	.btn-large {
		min-width: 300px;
	}

	.link {
		color: #d7b184;
		cursor: pointer;
		text-decoration: underline;
	}

	@media screen and (min-width: 500px) {
		.btn {
			font-size: 1em;
			/* padding: 20px 33px; */
			padding: 21px 33px 20px 33px;
		}
		.btn.ghost,
		.btn.transparent,
		.btn-outline,
		.btn-empty,
		.btn-secondary {
			padding: 14px 33px;
			height: 50px;
		}
		.btn-medium {
			min-width: 200px;
		}
		.btn-medium-2 {
			min-width: 260px;
		}
		.btn-large {
			min-width: 300px;
		}
	}

	.btn-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 200px;
		padding-top: 10px;
		padding-bottom: 8px;
	}

	.btn:hover,
	.btn:active,
	.btn:focus {
		background-color: #dda461;
		color: #fff;
	}

	.btn.ghost,
	.btn.transparent,
	.btn-outline,
	.btn-empty,
	.btn-secondary {
		background-color: transparent;
		background-image: none;
		border: 2px solid #d7b184;
		color: #4c5057;
		min-height: 50px;
		padding: 15px 33px;
		line-height: 1;
		text-transform: uppercase;
	}

	.bg-blue .btn.ghost,
	.bg-blue .btn.transparent,
	.bg-blue .btn-outline,
	.bg-blue .btn-empty,
	.bg-blue .btn-secondary {
		color: #fff;
	}

	.btn.ghost:hover,
	.btn.transparent:hover,
	.btn-outline:hover,
	.btn-empty:hover,
	.btn-secondary:hover {
		background-color: #dda461;
		border: 2px solid #dda461;
		color: #fff;
	}

	.nav-inner {
		margin-left: -30px;
		margin-right: -30px;
		margin-top: -20px;
	}

	.nav-inner .btn {
		margin-bottom: 15px;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 5px;
		padding-right: 5px;
		width: 210px;
	}

	@media only screen and (min-width: 550px) {
		.nav-inner .btn {
			margin-left: 15px;
			margin-right: 15px;
			padding-left: 10px;
			padding-right: 10px;
			width: 220px;
		}
	}

	.border-draw {
		color: #fff;
		opacity: 0;
	}

	.card-special .border-draw {
		opacity: 1;
	}

	.tour-card:hover .border-draw,
	.tour-card-small:hover .border-draw {
		-webkit-animation-name: fadeInUpSmall;
		animation-name: fadeInUpSmall;
	}

	.tours-gallery .card-special.tour-card:hover .border-draw {
		-webkit-animation-name: none;
		animation-name: none;
	}

	.border-draw {
		position: relative;
		border: 2px solid transparent;
	}

	.border-draw::before,
	.border-draw::after {
		content: "";
		position: absolute;
		border: 2px solid transparent;
		width: 0;
		height: 0;
	}

	.border-draw::before {
		top: 0;
		left: 0;
	}

	.border-draw::after {
		bottom: 0;
		right: 0;
	}

	.border-draw:hover::before,
	.border-draw:hover::after,
	.tour-card:hover .border-draw::before,
	.tour-card:hover .border-draw::after,
	.tour-card-small:hover .border-draw::before,
	.tour-card-small:hover .border-draw::after,
	.tours-gallery .card-special.tour-card .border-draw::before,
	.tours-gallery .card-special.tour-card .border-draw::after {
		width: 100%;
		height: 100%;
	}

	.border-draw:hover::before,
	.tour-card:hover .border-draw::before,
	.tour-card-small:hover .border-draw::before,
	.tours-gallery .card-special.tour-card .border-draw::before {
		border-top-color: #dda461;
		border-right-color: #dda461;
		transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	}

	.border-draw:hover::after,
	.tour-card:hover .border-draw::after,
	.tour-card-small:hover .border-draw::after,
	.tours-gallery .card-special.tour-card .border-draw::after {
		border-bottom-color: #dda461;
		border-left-color: #dda461;
		transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
			height 0.25s ease-out 0.75s;
	}

	.tours-gallery .card-special.tour-card .border-draw {
		background-color: #d7b184;
	}

	.tours-gallery .card-special.tour-card .border-draw:hover {
		background-color: #dda461;
	}

	.js .tour-card-small {
		display: none;
		opacity: 0;
		transition: all 1.25s ease-out;
	}

	.js .tour-card-small.showme {
		opacity: 1;
	}

	.card-small-wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}

	.tour-card-small {
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.tour-card-small .inner {
		position: relative;
	}

	.tour-card-small.private-boat-charter {
		width: 220px;
	}

	.tour-card-small.private-boat-charter .inner {
		width: 190px;
		height: 256px;
	}

	.tour-card-small.daily-tours,
	.tour-card-small.daily-tour {
		width: 330px;
	}

	.tour-card-small.daily-tours .inner,
	.tour-card-small.daily-tour .inner {
		width: 300px;
		height: 256px;
	}

	.tour-card-small .btn {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		position: absolute;
		top: 30%;
		left: 0;
		right: 0;
		width: 160px;
		z-index: 10;
	}

	.tour-card-small .tour-title {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 25px;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 32px;
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		width: 160px;
		height: 90px;
		z-index: 15;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.tour-card-small.daily-tours .tour-title,
	.tour-card-small.daily-tour .tour-title {
		height: auto;
	}

	.tour-card-small:hover .tour-title {
		bottom: -40px;
	}

	.tour-card-small .tour-title .h4 {
		font-size: 17px;
		line-height: 1.15;
		margin: 0;
	}

	.tour-card-small .tour-title i {
		color: #d7b184;
		position: absolute;
		top: -15px;
		left: 50%;
		font-size: 28px;
		margin-left: -18px;
	}

	.draw-meet:hover {
		color: #fbca67;
	}

	.draw-meet::after {
		top: 0;
		left: 0;
	}

	.draw-meet:hover::before {
		border-top-color: #fbca67;
		border-right-color: #fbca67;
	}

	.draw-meet:hover::after {
		border-bottom-color: #fbca67;
		border-left-color: #fbca67;
		transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
	}

	.draw-center:hover {
		color: #6477b9;
	}

	.draw-center::before,
	.draw-center::after {
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	.draw-center::before {
		border-top: 2px solid #6477b9;
		border-bottom: 2px solid #6477b9;
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	.draw-center::after {
		border-left: 2px solid #6477b9;
		border-right: 2px solid #6477b9;
		-webkit-transform: scale3d(1, 0, 1);
		transform: scale3d(1, 0, 1);
	}

	.draw-center:hover::before,
	.center:hover::after {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}

	.btn-play-video {
		background-color: #d7b184;
		border-radius: 50%;
		box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.34);
		/* display: block; */
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		font-size: 1px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-family: "pomicons" !important;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		height: 75px;
		width: 75px;
		line-height: 1;
		position: relative;
		speak: none;
		/* Likely future */
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.btn-play-video:hover {
		background-color: #dda461;
	}

	.btn-play-video:before {
		content: "\e908";
		color: #fff;
		display: block;
		/* margin-left: -6px;
		margin-top: -7px;
		position: absolute;
		left: 50%;
		top: 50%; */
		font-size: 17px !important;
		padding-left: 5px;
		text-indent: 0 !important;
		transition: transform .55s;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
	}

	.btn-play-video:hover:before {
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}

	.btn-play-video.label-play-video:after {
		color: #fff;
		content: "play video";
		display: block;
		font-family: "Source Sans Pro";
		font-size: 18px;
		left: 100%;
		margin-left: 15px;
		margin-top: -10px;
		min-width: 85px;
		position: absolute;
		top: 50%;
		word-spacing: 3px;
	}

	.btn-center {
		position: absolute !important;
		top: 50%;
		left: 50%;
		margin-top: -38px;
		margin-left: -38px;
	}

	.video-popup,
	.video-player .video-popup,
	.video-player > a {
		position: relative;
		text-decoration: none;
	}

	.video-popup.has-play-button {
		display: block;
	}

	@media only screen and (max-width: 450px) {
		.page-header .video-popup {
			margin-bottom: 50px;
		}
	}

	.video-player .btn-play-video,
	.slick-slider .btn-play-video {
		box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.34);
		left: 50%;
		margin-left: -37px;
		margin-top: -37px;
		position: absolute;
		top: 50%;
	}

	.slick-slider .btn-play-video {
		z-index: 100;
	}

	.video-player.play-on-top .btn-play-video {
		top: 34%;
	}

	.video-player-btn {
		display: block;
		position: relative;
	}

	.video-player-btn:after {
		content: "";
		position: absolute;
	}

	@media only screen and (min-width: 1450px) {
		.singular-page-103 .figure-wrapper-2 figure {
			max-width: none;
			margin-right: -75px;
		}
	}

	.carousel p:first-of-type,
	.carousel p:last-of-type {
		display: none;
	}

	.slick-slide figure,
	.carousel figure {
		margin-bottom: 0 !important;
		position: relative;
	}

	.slick-slide figure img {
		margin-left: 0 !important;
	}

	.slick-slider .btn-play-video,
	.carousel .btn-play-video {
		opacity: 0;
		text-indent: -9999em;
		transition: all 0.1s ease;
	}

	.slick-slider .slick-center .btn-play-video {
		opacity: 1;
		transition: all 0.1s ease;
	}

	.slick-slider.dragging .btn-play-video {
		z-index: -1;
	}

	.slab-stat-section {
		margin-top: 75px;
	}

	.slab-stat {
		background: rgb(255, 255, 255);
		background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.5) 25%,
			rgba(255, 255, 255, 1) 40%,
			rgba(255, 255, 255, 1) 50%,
			rgba(255, 255, 255, 1) 60%,
			rgba(255, 255, 255, 0.5) 75%,
			rgba(255, 255, 255, 0) 100%
		);
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		border-top: 1px solid rgba(0, 0, 0, 0.05);
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 30px;
		padding-top: 30px;
		position: relative;
		width: 100%;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.slab-stat.has-badge {
		padding-top: 80px;
	}

	.stat-item {
		border-right: 1px solid #ebebeb;
		margin-bottom: 35px;
		margin-top: 35px;
		text-align: center;
		width: 50%;
	}

	.has-badge .stat-item {
		margin-top: 50px;
	}

	.stat-item:nth-last-of-type(1) {
		border-right: none;
	}

	.stat-item span {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		text-transform: uppercase;
	}

	.stat-item--title {
		font-size: 15px;
		line-height: 1;
	}

	.stat-item--value {
		color: #d7b184;
		display: block;
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
		font-size: 38px;
		font-weight: bold;
		line-height: 48px;
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.stat-item--text {
		display: block;
		font-size: 15px;
		line-height: 22px;
	}

	.stat-center {
		border-radius: 50%;
		height: 122px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: -50px;
		text-align: center;
		width: 122px;
	}

	.stat-center span {
		color: #fff;
		font-size: 15px;
		line-height: 1;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 75px;
		text-transform: uppercase;
		word-wrap: break-word;
	}

	.fw-bg-section {
		background-size: cover;
		background-position: center top;
		min-height: 450px;
		padding-bottom: 110px;
	}

	.boarding-where-do-we-board {
		background-image: url(img/maalaea-harbor-boarding.jpg) !important;
	}

	.boarding-transportation-services {
		background-image: url(img/maalaea-harbor-transportation.jpg) !important;
	}

	/* Image with 'data' attribute is hidden */
	img[data-lazy-src] {
		/* we set the opacity to 0 */
			opacity: 0;
		}
		/* Image without 'data' attribute is (or becomes) visible */
		img.lazyloaded {
		/* prepare the future animation */
			-webkit-transition: opacity .3s linear 0.1s;
			-moz-transition: opacity .3s linear 0.1s;
			transition: opacity .3s linear 0.1s;
			/* we set the opacity to 1 to do the magic */
			opacity: 1;
		}

	.rocket-lazyload[data-bg] {
		opacity: 0.01;
		/* prepare the future animation */
		-webkit-transition: opacity .75s linear 0.1s;
		-moz-transition: opacity .75s linear 0.1s;
		transition: opacity .75s linear 0.1s;
		}
		.rocket-lazyload[data-was-processed] {
			opacity: 1 !important;
		}

	.fwbg-content {
		padding-top: 420px;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}

	@media only screen and (min-width: 1024px) {
		.slab-stat-section {
			margin-top: -10px;
		}
		.slab-stat {
			padding-top: 35px;
			-ms-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}
		.slab-stat.has-badge {
			padding-top: 35px;
		}
		.stat-center {
			top: 32px;
		}
		.stat-item {
			width: 190px;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		.has-badge .stat-item {
			margin-top: 5px;
		}
		.has-badge .stat-item:nth-of-type(3) {
			margin-right: 75px;
		}
		.has-badge .stat-item:nth-of-type(4) {
			margin-left: 75px;
		}
		.stat-items-6.has-badge .stat-item:nth-of-type(3n) {
			border-right: none;
		}
		.stat-items-8.has-badge .stat-item:nth-of-type(4) {
			margin-right: 55px;
			border-right: none;
		}
		.stat-items-8.has-badge .stat-item:nth-of-type(5) {
			margin-left: 55px;
		}
		.stat-items-4.has-badge .stat-item:nth-of-type(2) {
			margin-right: 85px;
		}
		.stat-items-4.has-badge .stat-item:nth-of-type(3) {
			margin-left: 85px;
			border-right: none;
		}
	}

	@media only screen and (min-width: 550px) and (max-width: 1023px) {
		.slab-stat-section {
			margin-top: 60px;
		}
		.slab-stat {
			max-width: 660px;
		}
		.slab-stat.has-badge {
			padding-top: 65px;
		}
		.stat-center {
			top: -40px;
		}
		.stat-item {
			margin-bottom: 35px;
			margin-top: 35px;
			width: 33.33333%;
		}
		.has-badge .stat-item {
			margin-top: 55px;
		}
		.stat-items-4 .stat-item:nth-of-type(2n) {
			border-right: none;
			width: 50%;
		}
		.stat-items-6 .stat-item:nth-of-type(3n) {
			border-right: none;
		}
		.stat-items-8 .stat-item:nth-of-type(4n) {
			border-right: none;
		}
	}

	@media only screen and (max-width: 549px) {
		.slab-stat-section > div {
			padding-left: 0;
			padding-right: 0;
		}
		.stat-item:nth-of-type(2n) {
			border-right: none;
		}
		.stat-item {
			position: relative;
		}
		.stat-item:after {
			content: "";
			height: 1px;
			width: 100%;
			position: absolute;
			bottom: -35px;
			left: 0;
			background: #ebebeb;
		}
		.stat-item:nth-last-of-type(1)::after,
		.stat-item:nth-last-of-type(2)::after {
			display: none;
		}
	}

	@media only screen and (max-width: 360px) {
		.stat-item--value {
			font-size: 30px;
		}
	}

	/** Container used for styling the custom select, the buttom class below adds the
	  * bg gradient, corners, etc. */

	.custom-select {
		position: relative;
		display: block;
		margin-bottom: 40px;
	}

	/** This is the native select, we're making everything but the text invisible so
	  * we can see the button styles in the wrapper */

	.custom-select select {
		width: 100%;
		margin: 0;
		outline: none;
		/* Prefixed box-sizing rules necessary for older browsers */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		/* Font size must be 16px to prevent iOS page zoom on focus */
		font-size: 16px;
	}

	/** Custom arrow sits on top of the select - could be an image, SVG, icon font,
	  * etc. or the arrow could just baked into the bg image on the select. */

	.custom-select::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 1em;
		z-index: 2;
		/* These hacks make the select behind the arrow clickable in some browsers */
		pointer-events: none;
		display: none;
	}

	.custom-select::after {
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 7px solid #666;
		margin-top: -3px;
	}

	@supports (-webkit-appearance: none) or (appearance: none)
		/** Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
	 * @supports ( mask-type: alpha ) is Firefox 35+
	 */
		or ((-moz-appearance: none) and (mask-type: alpha)) {
		/* Show custom arrow */
		.custom-select::after {
			display: block;
		}
		/* Remove select styling */
		.custom-select select {
			padding-right: 2em;
			/* Match-01 */
			/* inside @supports so that iOS <= 8 display the native arrow */
			background: none;
			/* Match-04 */
			/* inside @supports so that Android <= 4.3 display the native arrow */
			border: 1px solid transparent;
			/* Match-05 */
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}
		.custom-select select:focus {
			border-color: #aaa;
			/* Match-03 */
		}
	}

	/* Show custom arrow */

	.custom-select::after {
		display: block;
	}

	/* Remove select styling */

	.custom-select select {
		padding-right: 2em;
		/* Match-01 */
		/* inside @supports so that iOS <= 8 display the native arrow */
		background: none;
		/* Match-04 */
		/* inside @supports so that Android <= 4.3 display the native arrow */
		border: 1px solid transparent;
		/* Match-05 */
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.custom-select select:focus {
		border-color: #aaa;
		/* Match-03 */
	}

	.slick-wrapper .prev-next {
		box-shadow: 0 0 10px 5px rgba(3, 23, 9, 0.075);
		margin-bottom: 0 !important;
		z-index: 40;
		-webkit-transition: all 0.15s ease;
		-ms-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}

	.slick-wrapper .prev-next:hover {
		box-shadow: 0 0 12px 6px rgba(3, 23, 9, 0.075);
	}

	.slick-wrapper .prev-next:active {
		box-shadow: 0 0 5px 2px rgba(3, 23, 9, 0.025);
	}

	.slick-wrapper .prev-next:active i:before {
		opacity: 0.85;
		top: -1px;
	}

	.slick-wrapper .prev-next {
		margin-top: -23px;
		position: absolute;
		left: 2px;
		top: 50%;
		background-color: #fe7a17;
		height: 46px;
		width: 46px;
		line-height: 46px !important;
		text-align: center !important;
		cursor: pointer;
		margin-bottom: 0;
		color: #fff;
	}

	.slick-wrapper .prev-next.next {
		left: auto;
		right: 2px;
	}

	/**
	 * WP Gallery Shortcode
	 * Cleaner Gallery Style
	 */

	.gallery .gallery-icon {
		border-radius: none;
		box-shadow: none;
	}

	.gallery {
		min-width: 100%;
		display: block;
		clear: both;
		margin: 0 auto 20px;
	}

	.gallery.gallery-col-2 {
		margin-right: -5%;
	}

	.gallery::after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.gallery-item {
		width: 100%;
		padding: 0;
		text-align: center;
		list-style: none;
		border: none;
		background: transparent;
		box-sizing: border-box;
	}

	.gallery-icon img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.gallery-type-circle img {
		border-radius: 50%;
	}

	.gallery-caption {
		margin: 5px 0 0;
		box-sizing: border-box;
	}

	/* When the screen width is at least 480px. */

	@media only screen and (min-width: 480px) {
		.gallery-item {
			float: left;
			margin: 0 5% 5% 0;
		}
		/* Everything should be 2 columns. */
		.gallery-col-2 .gallery-item,
		.gallery-col-3 .gallery-item,
		.gallery-col-4 .gallery-item,
		.gallery-col-5 .gallery-item,
		.gallery-col-6 .gallery-item,
		.gallery-col-7 .gallery-item,
		.gallery-col-8 .gallery-item,
		.gallery-col-9 .gallery-item,
		.gallery-col-10 .gallery-item {
			width: 45%;
		}
	}

	/* When the screen width is between 480px and 539px. */

	@media only screen and (min-width: 480px) and (max-width: 539px) {
		.gallery-item:nth-of-type(2n + 1) {
			clear: both;
		}
		.gallery-item:nth-child(2n) {
			margin-right: 0;
			float: right;
		}
	}

	/* When the screen width is between 540px and 639px. */

	@media only screen and (min-width: 540px) and (max-width: 639px) {
		.gallery-col-3 .gallery-item:nth-child(3n + 1),
		.gallery-col-4 .gallery-item:nth-child(3n + 1),
		.gallery-col-5 .gallery-item:nth-child(3n + 1),
		.gallery-col-6 .gallery-item:nth-child(3n + 1),
		.gallery-col-7 .gallery-item:nth-child(3n + 1),
		.gallery-col-8 .gallery-item:nth-child(3n + 1),
		.gallery-col-9 .gallery-item:nth-child(3n + 1),
		.gallery-col-10 .gallery-item:nth-child(3n + 1) {
			clear: both;
		}
		.gallery-col-3 .gallery-item:nth-child(3n),
		.gallery-col-4 .gallery-item:nth-child(3n),
		.gallery-col-5 .gallery-item:nth-child(3n),
		.gallery-col-6 .gallery-item:nth-child(3n),
		.gallery-col-7 .gallery-item:nth-child(3n),
		.gallery-col-8 .gallery-item:nth-child(3n),
		.gallery-col-9 .gallery-item:nth-child(3n),
		.gallery-col-10 .gallery-item:nth-child(3n) {
			float: right;
			margin-left: 0;
			margin-right: 0;
		}
		/* Handle the columns. */
		.gallery-col-3 .gallery-item,
		.gallery-col-4 .gallery-item,
		.gallery-col-5 .gallery-item,
		.gallery-col-6 .gallery-item,
		.gallery-col-7 .gallery-item,
		.gallery-col-8 .gallery-item,
		.gallery-col-9 .gallery-item,
		.gallery-col-10 .gallery-item {
			width: 30%;
		}
	}

	/* When the screen width is between 640px and 767px. */

	@media only screen and (min-width: 640px) and (max-width: 767px) {
		.gallery-col-2 .gallery-item:nth-child(2n + 1),
		.gallery-col-3 .gallery-item:nth-child(3n + 1),
		.gallery-col-4 .gallery-item:nth-child(4n + 1),
		.gallery-col-5 .gallery-item:nth-child(4n + 1),
		.gallery-col-6 .gallery-item:nth-child(4n + 1),
		.gallery-col-7 .gallery-item:nth-child(4n + 1),
		.gallery-col-8 .gallery-item:nth-child(4n + 1),
		.gallery-col-9 .gallery-item:nth-child(4n + 1),
		.gallery-col-10 .gallery-item:nth-child(4n + 1) {
			clear: both;
		}
		.gallery-col-2 .gallery-item:nth-child(2n),
		.gallery-col-3 .gallery-item:nth-child(3n),
		.gallery-col-4 .gallery-item:nth-child(4n),
		.gallery-col-5 .gallery-item:nth-child(4n),
		.gallery-col-6 .gallery-item:nth-child(4n),
		.gallery-col-7 .gallery-item:nth-child(4n),
		.gallery-col-8 .gallery-item:nth-child(4n),
		.gallery-col-9 .gallery-item:nth-child(4n),
		.gallery-col-10 .gallery-item:nth-child(4n) {
			float: right;
			margin-left: 0;
			margin-right: 0;
		}
		/* Handle the columns. */
		.gallery-col-2 .gallery-item {
			width: 45%;
		}
		.gallery-col-3 .gallery-item {
			width: 30%;
		}
		.gallery-col-4 .gallery-item,
		.gallery-col-5 .gallery-item,
		.gallery-col-6 .gallery-item,
		.gallery-col-7 .gallery-item,
		.gallery-col-8 .gallery-item,
		.gallery-col-9 .gallery-item,
		.gallery-col-10 .gallery-item {
			width: 21.25%;
		}
	}

	/* When the screen width is at least 768px. */

	@media only screen and (min-width: 768px) {
		.gallery-col-2 .gallery-item:nth-child(2n + 1),
		.gallery-col-3 .gallery-item:nth-child(3n + 1),
		.gallery-col-4 .gallery-item:nth-child(4n + 1),
		.gallery-col-5 .gallery-item:nth-child(5n + 1),
		.gallery-col-6 .gallery-item:nth-child(6n + 1),
		.gallery-col-7 .gallery-item:nth-child(7n + 1),
		.gallery-col-8 .gallery-item:nth-child(8n + 1),
		.gallery-col-9 .gallery-item:nth-child(9n + 1),
		.gallery-col-10 .gallery-item:nth-child(10n + 1) {
			clear: both;
		}
		.gallery-col-2 .gallery-item:nth-child(2n),
		.gallery-col-3 .gallery-item:nth-child(3n),
		.gallery-col-4 .gallery-item:nth-child(4n),
		.gallery-col-5 .gallery-item:nth-child(5n),
		.gallery-col-6 .gallery-item:nth-child(6n),
		.gallery-col-7 .gallery-item:nth-child(7n),
		.gallery-col-8 .gallery-item:nth-child(8n),
		.gallery-col-9 .gallery-item:nth-child(9n),
		.gallery-col-10 .gallery-item:nth-child(10n) {
			margin-left: 0;
			margin-right: 0;
		}
		/* Handle the columns. */
		.gallery-col-2 .gallery-item {
			width: 45%;
		}
		.gallery-col-3 .gallery-item {
			width: 30%;
		}
		.gallery-col-4 .gallery-item {
			width: 21.25%;
		}
		.gallery-col-5 .gallery-item {
			width: 16%;
		}
		.gallery-col-6 .gallery-item {
			width: 12.5%;
		}
		.gallery-col-7 .gallery-item {
			width: 10%;
		}
		.gallery-col-8 .gallery-item {
			width: 8.125%;
		}
		.gallery-col-9 .gallery-item {
			width: 6.66%;
		}
		.gallery-col-10 .gallery-item {
			width: 5.5%;
		}
	}

	.gallery .gallery-icon a {
		background-color: #061729;
		display: block;
		overflow: hidden;
	}

	.gallery .gallery-item:hover img {
		opacity: 0.4 !important;
		-webkit-filter: blur(2px);
		filter: blur(2px);
		-webkit-transition: all 0.4s ease-in;
		-moz-transition: all 0.4s ease-in;
		-o-transition: all 0.4s ease-in;
		-ms-transition: all 0.4s ease-in;
		transition: all 0.4s ease-in;
	}

	.gallery .gallery-icon {
		box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
		position: relative;
	}

	.gallery .gallery-item .gallery-caption {
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: 0;
		right: 0;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center !important;
		display: block;
		color: #fff;
		margin-right: auto;
		margin-left: auto;
		height: 20px;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
		opacity: 0;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	.gallery .gallery-item .gallery-item:hover .gallery-caption {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

	@media only screen and (min-width: 1025px) {
		.ta_inner {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
		#secondary {
			min-height: 100%;
		}
	}

	.legal-section {
		padding-top: 10px;
	}

	.legal-container .section-content li {
		margin-bottom: 1em;
	}

	.legal-container .section-content li br {
		margin-bottom: 10px;
	}

	.section-content .legal-section:last-of-type {
		padding-bottom: 130px;
	}

	.toc-alt li {
		line-height: 1.1;
		margin-bottom: 12px;
		text-transform: uppercase;
	}

	.toc-alt li a {
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
	}

	.toc-alt li.active a {
		color: #000;
	}

	.admin-bar #secondary .stick {
		padding-top: 32px;
	}

	#secondary .toc {
		margin-bottom: 60px;
	}

	/**
	 * TODO: check legal-container and content-wrapper
	 */

	.legal-container .content-wrapper,
	.page-template-scrollto .entry,
	.page-template-accessibility-statement .entry {
		margin: 0 0 60px;
		padding: 5px 40px 15px;
		border-radius: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
		background: #fff;
		overflow: hidden;
	}

	.page-template-scrollto .entry-header,
	.page-template-accessibility-statement .entry-header {
		font-size: 0.8em;
		padding-top: 50px;
	}

	.page-template-accessibility-statement .issued-by {
		width: 114px;
	}

	.page-template-accessibility-statement .issued-by p,
	.page-template-accessibility-statement .last-updated {
		margin-bottom: 0;
		line-height: 1.5;
	}

	.page-template-accessibility-statement .issued-by img {
		float: left;
	}

	.page-template-accessibility-statement .last-updated {
		margin-right: auto;
	}

	.plus-minus {
		width: 14px;
		height: 14px;
		display: block;
		position: relative;
	}

	.plus-minus:before,
	.plus-minus:after {
		content: "";
		position: absolute;
		left: 7px;
		height: 14px;
		width: 2px;
		background-color: #d7b184;
	}

	.plus-minus:before {
		transform: rotate(0deg);
	}

	.plus-minus:after {
		transform: rotate(90deg);
	}

	/*whistles*/

	.whistles {
		clear: both;
		width: 100%;
		margin-bottom: 40px;
		position: relative;
		z-index: 50;
	}

	.whistles::after,
	.whistle-content::after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.whistle-title:hover {
		cursor: pointer;
	}

	.whistle-content {
		overflow: hidden;
		position: relative;
	}

	.whistle-content .slider a {
		color: #12a6c9;
	}

	.whistle-content .slider a:hover {
		color: #275c69;
	}

	/**
	  * Toggle/Accordion
	  */

	/* Wraps the entire toggle/accordion section. */

	/* Title for individual section. */

	.whistles-toggle .whistle-title,
	.whistles-accordion .whistle-title {
		-webkit-transition: color 0.3s ease;
		border-bottom: 1px solid #d8d8d8;
		color: #4c5057;
		font-size: 17px;
		font-weight: 600;
		margin: 0;
		padding: 15px 10px 15px 35px;
		position: relative;
		transition: color 0.3s ease;
	}

	.use-showmore .whistle-title {
		display: none;
	}

	.use-showmore #loadMore {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 150px;
	}

	.whistles-toggle .whistle-title:first-child,
	.whistles-accordion .whistle-title:first-child {
		border-top: none;
	}

	.whistles-accordion .plus-minus,
	.whistles-toggle .plus-minus {
		position: absolute;
		left: 0;
		/* top: 50%;
		margin-top: -7px; */
		top: 21px;
	}

	.whistles-accordion .whistle-title .plus-minus:before,
	.whistles-toggle .whistle-title .plus-minus:before {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}

	.whistles-accordion .whistle-title[aria-selected="true"] .plus-minus:before,
	.whistles-toggle .whistle-title[aria-selected="true"] .plus-minus:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}

	.whistles-accordion .whistle-title[aria-selected="true"],
	.whistles-toggle .whistle-title[aria-selected="true"] {
		border-bottom: 1px solid transparent;
	}

	.whistles-toggle .whistle-title:hover,
	.whistles-accordion .whistle-title:hover {

	}

	.whistles-toggle .whistle-title[aria-selected="true"],
	.whistles-accordion .whistle-title[aria-selected="true"] {

	}

	/* Individual toggle section content. */

	.whistles-toggle .whistle-content,
	.whistles-accordion .whistle-content {
		margin: -1px 0 0;
		line-height: 1.65;
		overflow: hidden;
		padding-left: 35px;
		padding-right: 30px;
		padding-top: 10px;
		padding-bottom: 8px;
		border-bottom: 1px solid #d8d8d8;
		display: none;
	}

	.whistles-toggle .whistle-content p,
	.whistles-accordion .whistle-content p {
		font-style: italic;
		line-height: 1.65;
	}

	.faq-content {
		margin-bottom: 100px;
	}

	.faq-content .header-ob {
		padding-top: 50px;
		margin-top: 0;
	}

	.center-justified {
		text-align: justify;
		-moz-text-align-last: center;
		text-align-last: center;
	}

	#wp-admin-bar-w3tc a img {
		display: none !important;
	}

	.noselect {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.reviews-section {
		background-color: #1a3f79;
		/* background-image: url(img/reviews-bg.jpg); */
		background-position: right bottom;
		background-size: cover;
		margin-bottom: 115px;
		padding-top: 270px;
		min-height: 965px;
		width: 100%;
	}

	.page-template-trips-private-parent .reviews-section,
	.page-template-trip-private .reviews-section {
		min-height: 1105px;
	}

	.grid-footer {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.rw-holder {
		margin-bottom: 20px;
	}

	.reviews-slider-wrap {
		padding-bottom: 200px;
	}

	@media screen and (min-width: 920px) {
		.grid-footer-review {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		.flex-50 {
			max-width: 50%;
		}
		.ig-holder {
			margin-right: 20px;
		}
		.reviews-slider-wrap {
			padding-bottom: 0;
		}
	}

	.footer-contact {
		float: left;
		padding-top: 20px;
	}

	.footer-top .contact {
		width: 50%;
		min-width: 180px;
	}

	.footer-top .question {
		margin-bottom: 5px;
	}

	.footer-top .telephone {
		color: #0e3b80;
		margin: 0;
	}

	.footer-top .telephone a {
		color: #0e3b80;
		margin: 0;
	}

	.footer-top .elsewhere {
		list-style: none;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 30px;
		margin-top: 10px;
		width: 136px;
		padding: 0;
	}

	.footer-top .elsewhere li {
		float: left;
		font-size: 16px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.elsewhere a {
		text-decoration: none;
		vertical-align: top;
	}

	.elsewhere span {
		display: inline-block;
		padding-top: 4px;
		padding-left: 10px;
		font-size: 14px;
		font-weight: 600;
	}

	.footer-top .blog-posts {
		margin-left: auto;
	}

	.blog-posts figure {
		position: relative;
		margin: 0;
	}

	.blog-posts figcaption {
		color: #fff;
		position: absolute;
		bottom: 17px;
		left: 20px;
		font-size: 14px;
		line-height: 1.2;
	}

	.blog-posts figcaption span {
		clear: both;
		display: block;
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 3px;
		text-transform: uppercase;
	}

	@media (max-width: 1140px) {
		.footer-top .blog-posts {
			margin-right: 0;
		}
		.footer-top .blog-posts .grid-33 {
			padding-left: 5px;
			padding-right: 5px;
		}
	}

	.footer-top .blog-posts {
		margin-bottom: -65px;
		padding-bottom: 20px;
	}

	.page-template-trip .footer-top .blog-posts,
	.page-template-trip-private .footer-top .blog-posts  {
		margin-bottom: 0;
	}

	@media (min-width: 981px) {
		.footer-contact {
			float: left;
			padding-top: 20px;
			width: 100%;
			max-width: 400px;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		.footer-top .elsewhere {
			margin-right: 30px;
			margin-top: 0;
			padding-top: 40px;
		}
		.footer-top .blog-posts {
			max-width: 700px;
			margin-bottom: -80px;
		}
		.page-template-trip .footer-top .blog-posts,
		.page-template-trip-private .footer-top .blog-posts {
			margin-bottom: -60px;
		}
	}

	@media (min-width: 831px) and (max-width: 980px) {
		/* .copyright-info {
			text-align: center;
			margin-top: 20px;
		} */
	}

	@media (max-width: 750px) {
		.footer-info {
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.footer-contact {
			margin-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
		.footer-top .elsewhere {
			margin-left: auto;
			margin-right: auto;
			margin-top: 15px;
			margin-bottom: 30px
		}
		.footer-top .blog-posts {
			margin-bottom: -20px;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			max-width: 650px;
		}
		.page-template-trip .footer-top .blog-posts,
		.page-template-trip-private .footer-top .blog-posts {
			margin-bottom: 0;
		}
		.blog-posts figcaption {
			bottom: 7px;
			left: 10px;
		}
		.footer-top .blog-posts .grid-33 {
			padding-left: 5px;
			padding-right: 5px;
		}
		.footer-top .blog-posts .grid-33:first-child {
			padding-left: 0;
		}
		.footer-top .blog-posts .grid-33:last-child {
			padding-right: 0;
		}
		.copyright-info {
			text-align: center;
		}
	}

	.wrapper-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 540px;
		margin: auto;
	}

	.box-grid {
		width: 25%;
	}

	.box-instagram {
		text-align: center;
	}

	.box-instagram a {
		background-color: #d7b184;
		background-color: rgba(215, 177, 132, 1);
		color: #fff;
		height: 100%;
		padding: 10px;
		width: 100%;
		text-decoration: none;
		-webkit-transition: all 0.55s ease;
		transition: all 0.5s ease;
		text-transform: uppercase;
	}

	.box-instagram a i {
		display: block;
		font-family: "Quattrocento", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font-size: 50px;
		font-style: normal;
		font-weight: bold;
		line-height: 20px;
		margin-bottom: 15px;
		margin-top: -10px;
		text-emphasis: whitesmoke;
	}

	.box-instagram a span {
		font-size: 14px;
		font-weight: 600;
		text-decoration: #f5ede5 underline;
	}

	.box-instagram a:hover {
		background-color: #d5aa77;
		background-color: rgba(215, 177, 132, 0.5);
	}

	.box-instagram a p {
		font-size: 14px;
		font-style: italic;
		margin-bottom: 0;
		margin-top: 18px;
	}

	.footer-bottom {
		background: #fff;
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-menu {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.footer-menu li {
		display: inline-block;
		margin-right: 16px;
		position: relative;
	}

	.footer-menu li:after {
		content: "";
		width: 1px;
		height: 10px;
		background: #ccc;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: -9px;
	}

	.footer-menu li:last-child {
		margin-right: 0;
	}

	.footer-menu li:last-child:after {
		display: none;
	}

	.copyright-info p,
	.footer-menu li {
		color: #b7babe;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 0;
	}

	.copyright-info p a,
	.footer-menu a {
		color: #b7babe;
		font-weight: normal;
	}

	.copyright-info p a:hover,
	.footer-menu a:hover {
		color: #4c5057;
	}

	/*
	  FLEXBOX
	*/

	.flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.inline-flex {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	/* 1. Fix for Chrome 44 bug.
	 ** https://code.google.com/p/chromium/issues/detail?id=506893 */

	.flex-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 0;
		/* 1 */
		min-height: 0;
		/* 1 */
	}

	.flex-none {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.flex-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.flex-wrap {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex-nowrap {
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.flex-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}

	.flex-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.flex-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.items-start {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.items-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.items-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.items-baseline {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.items-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.self-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.self-end {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.self-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.self-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}

	.self-stretch {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
	}

	.justify-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.justify-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justify-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.justify-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.justify-evenly {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.content-start {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.content-end {
		-ms-flex-line-pack: end;
		align-content: flex-end;
	}

	.content-center {
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.content-between {
		-ms-flex-line-pack: justify;
		-webkit-align-content: space-between;
		align-content: space-between;
	}

	.content-around {
		-ms-flex-line-pack: distribute;
		align-content: space-around;
	}

	.content-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}

	.order-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-last {
		-webkit-box-ordinal-group: 100000;
		-ms-flex-order: 99999;
		order: 99999;
	}

	.flex-offset {
		margin-left: -2.5%;
		margin-right: -2.5%;
	}

	.flex-margin {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	/*
	   SPACING
	   An eight step powers of two scale ranging from 0 to 16rem.
	*/

	.pa0 {
		padding: 0;
	}

	.pa1 {
		padding: 0.25rem;
	}

	.pa2 {
		padding: 0.5rem;
	}

	.pa3 {
		padding: 1rem;
	}

	.pa4 {
		padding: 2rem;
	}

	.pa5 {
		padding: 4rem;
	}

	.pa6 {
		padding: 8rem;
	}

	.pa7 {
		padding: 16rem;
	}

	.pl0 {
		padding-left: 0;
	}

	.pl1 {
		padding-left: 0.25rem;
	}

	.pl2 {
		padding-left: 0.5rem;
	}

	.pl3 {
		padding-left: 1rem;
	}

	.pl4 {
		padding-left: 2rem;
	}

	.pl5 {
		padding-left: 4rem;
	}

	.pl6 {
		padding-left: 8rem;
	}

	.pl7 {
		padding-left: 16rem;
	}

	.pr0 {
		padding-right: 0;
	}

	.pr1 {
		padding-right: 0.25rem;
	}

	.pr2 {
		padding-right: 0.5rem;
	}

	.pr3 {
		padding-right: 1rem;
	}

	.pr4 {
		padding-right: 2rem;
	}

	.pr5 {
		padding-right: 4rem;
	}

	.pr6 {
		padding-right: 8rem;
	}

	.pr7 {
		padding-right: 16rem;
	}

	.pb0 {
		padding-bottom: 0;
	}

	.pb1 {
		padding-bottom: 0.25rem;
	}

	.pb2 {
		padding-bottom: 0.5rem;
	}

	.pb3 {
		padding-bottom: 1rem;
	}

	.pb4 {
		padding-bottom: 2rem;
	}

	.pb5 {
		padding-bottom: 4rem;
	}

	.pb6 {
		padding-bottom: 8rem;
	}

	.pb7 {
		padding-bottom: 16rem;
	}

	.pt0 {
		padding-top: 0;
	}

	.pt1 {
		padding-top: 0.25rem;
	}

	.pt2 {
		padding-top: 0.5rem;
	}

	.pt3 {
		padding-top: 1rem;
	}

	.pt4 {
		padding-top: 2rem;
	}

	.pt5 {
		padding-top: 4rem;
	}

	.pt6 {
		padding-top: 8rem;
	}

	.pt7 {
		padding-top: 16rem;
	}

	.pv0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.pv1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.pv2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.pv3 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.pv4 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.pv5 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.pv6 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.pv7 {
		padding-top: 16rem;
		padding-bottom: 16rem;
	}

	.ph0 {
		padding-left: 0;
		padding-right: 0;
	}

	.ph1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.ph2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.ph3 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.ph4 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.ph5 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.ph6 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

	.ph7 {
		padding-left: 16rem;
		padding-right: 16rem;
	}

	.ma0 {
		margin: 0 !important;
	}

	.ma1 {
		margin: 0.25rem;
	}

	.ma2 {
		margin: 0.5rem;
	}

	.ma3 {
		margin: 1rem;
	}

	.ma4 {
		margin: 2rem;
	}

	.ma5 {
		margin: 4rem;
	}

	.ma6 {
		margin: 8rem;
	}

	.ma7 {
		margin: 16rem;
	}

	.ml0 {
		margin-left: 0 !important;
	}

	.ml1 {
		margin-left: 0.25rem;
	}

	.ml2 {
		margin-left: 0.5rem;
	}

	.ml3 {
		margin-left: 1rem;
	}

	.ml4 {
		margin-left: 2rem;
	}

	.ml5 {
		margin-left: 4rem;
	}

	.ml6 {
		margin-left: 8rem;
	}

	.ml7 {
		margin-left: 16rem;
	}

	.mr0 {
		margin-right: 0 !important;
	}

	.mr1 {
		margin-right: 0.25rem;
	}

	.mr2 {
		margin-right: 0.5rem;
	}

	.mr3 {
		margin-right: 1rem;
	}

	.mr4 {
		margin-right: 2rem;
	}

	.mr5 {
		margin-right: 4rem;
	}

	.mr6 {
		margin-right: 8rem;
	}

	.mr7 {
		margin-right: 16rem;
	}

	.mb0 {
		margin-bottom: 0 !important;
	}

	.mb1 {
		margin-bottom: 0.25rem;
	}

	.mb2 {
		margin-bottom: 0.5rem;
	}

	.mb3 {
		margin-bottom: 1rem;
	}

	.mb4 {
		margin-bottom: 2rem;
	}

	.mb5 {
		margin-bottom: 4rem;
	}

	.mb6 {
		margin-bottom: 8rem;
	}

	.mb7 {
		margin-bottom: 16rem;
	}

	.mt0 {
		margin-top: 0;
	}

	.mt1 {
		margin-top: 0.25rem;
	}

	.mt2 {
		margin-top: 0.5rem;
	}

	.mt3 {
		margin-top: 1rem;
	}

	.mt4 {
		margin-top: 2rem;
	}

	.mt5 {
		margin-top: 4rem;
	}

	.mt6 {
		margin-top: 8rem;
	}

	.mt7 {
		margin-top: 16rem;
	}

	.mv0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.mv1 {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.mv2 {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.mv3 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.mv4 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.mv5 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.mv6 {
		margin-top: 8rem;
		margin-bottom: 8rem;
	}

	.mv7 {
		margin-top: 16rem;
		margin-bottom: 16rem;
	}

	.mh0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mh1 {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}

	.mh2 {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

	.mh3 {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.mh4 {
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.mh5 {
		margin-left: 4rem;
		margin-right: 4rem;
	}

	.mh6 {
		margin-left: 8rem;
		margin-right: 8rem;
	}

	.mh7 {
		margin-left: 16rem;
		margin-right: 16rem;
	}

	.ml-auto {
		margin-left: auto;
	}

	.mr-auto {
		margin-right: auto;
	}

	.mh-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.mt-auto {
		margin-top: auto;
	}

	.mb-auto {
		margin-bottom: auto;
	}

	/*
	   NEGATIVE MARGINS
	*/

	.na1 {
		margin: -0.25rem;
	}

	.na2 {
		margin: -0.5rem;
	}

	.na3 {
		margin: -1rem;
	}

	.na4 {
		margin: -2rem;
	}

	.na5 {
		margin: -4rem;
	}

	.na6 {
		margin: -8rem;
	}

	.na7 {
		margin: -16rem;
	}

	.nl1 {
		margin-left: -0.25rem;
	}

	.nl2 {
		margin-left: -0.5rem;
	}

	.nl3 {
		margin-left: -1rem;
	}

	.nl4 {
		margin-left: -2rem;
	}

	.nl5 {
		margin-left: -4rem;
	}

	.nl6 {
		margin-left: -8rem;
	}

	.nl7 {
		margin-left: -16rem;
	}

	.nr1 {
		margin-right: -0.25rem;
	}

	.nr2 {
		margin-right: -0.5rem;
	}

	.nr3 {
		margin-right: -1rem;
	}

	.nr4 {
		margin-right: -2rem;
	}

	.nr5 {
		margin-right: -4rem;
	}

	.nr6 {
		margin-right: -8rem;
	}

	.nr7 {
		margin-right: -16rem;
	}

	.nb1 {
		margin-bottom: -0.25rem;
	}

	.nb2 {
		margin-bottom: -0.5rem;
	}

	.nb3 {
		margin-bottom: -1rem;
	}

	.nb4 {
		margin-bottom: -2rem;
	}

	.nb5 {
		margin-bottom: -4rem;
	}

	.nb6 {
		margin-bottom: -8rem;
	}

	.nb7 {
		margin-bottom: -16rem;
	}

	.nt1 {
		margin-top: -0.25rem;
	}

	.nt2 {
		margin-top: -0.5rem;
	}

	.nt3 {
		margin-top: -1rem;
	}

	.nt4 {
		margin-top: -2rem;
	}

	.nt5 {
		margin-top: -4rem;
	}

	.nt6 {
		margin-top: -8rem;
	}

	.nt7 {
		margin-top: -16rem;
	}

	.w1 {
		width: 1rem;
	}

	.w2 {
		width: 2rem;
	}

	.w3 {
		width: 4rem;
	}

	.w4 {
		width: 8rem;
	}

	.w5 {
		width: 16rem;
	}

	.w-10 {
		width: 10%;
	}

	.w-15 {
		width: 15%;
	}

	.w-20 {
		width: 20%;
	}

	.w-25 {
		width: 25%;
	}

	.w-30 {
		width: 30%;
	}

	.w-33 {
		width: 33%;
	}

	.w-34 {
		width: 34%;
	}

	.w-35 {
		width: 35%;
	}

	.w-40 {
		width: 40%;
	}

	.w-45 {
		width: 45%;
	}

	.w-50 {
		width: 50%;
	}

	.mw-50 {
		max-width: 50%;
	}

	.w-55 {
		width: 55%;
	}

	.w-60 {
		width: 60%;
	}

	.w-65 {
		width: 65%;
	}

	.w-70 {
		width: 70%;
	}

	.w-75 {
		width: 75%;
	}

	.w-80 {
		width: 80%;
	}

	.w-85 {
		width: 85%;
	}

	.w-90 {
		width: 90%;
	}

	.w-95 {
		width: 95%;
	}

	.w-100 {
		width: 100%;
	}

	.w-third {
		width: calc(100% / 3);
	}

	.w-two-thirds {
		width: calc(100% / 1.5);
	}

	.w-auto {
		width: auto;
	}

	/*
	  Z-INDEX
	*/

	.z-0 {
		z-index: 0;
	}

	.z-1 {
		z-index: 1;
	}

	.z-2 {
		z-index: 2;
	}

	.z-3 {
		z-index: 3;
	}

	.z-4 {
		z-index: 4;
	}

	.z-5 {
		z-index: 5;
	}

	.z-999 {
		z-index: 999;
	}

	.z-9999 {
		z-index: 9999;
	}

	.z-max {
		z-index: 2147483647;
	}

	.z-inherit {
		z-index: inherit;
	}

	.z-initial {
		z-index: initial;
	}

	.z-unset {
		z-index: unset;
	}

	@media screen and (min-width: 600px) {
		.flex-ns {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
		}
		.inline-flex-ns {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
		}
		.flex-auto-ns {
			-webkit-box-flex: 1;
			-ms-flex: 1 1 auto;
			flex: 1 1 auto;
			min-width: 0;
			/* 1 */
			min-height: 0;
			/* 1 */
		}
		.flex-none-ns {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
		}
		.flex-column-ns {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.flex-row-ns {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}
		.flex-wrap-ns {
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.flex-nowrap-ns {
			-ms-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}
		.flex-wrap-reverse-ns {
			-ms-flex-wrap: wrap-reverse;
			flex-wrap: wrap-reverse;
		}
		.flex-column-reverse-ns {
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
		}
		.flex-row-reverse-ns {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}
		.items-start-ns {
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
		}
		.items-end-ns {
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
		}
		.items-center-ns {
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.items-baseline-ns {
			-webkit-box-align: baseline;
			-ms-flex-align: baseline;
			align-items: baseline;
		}
		.items-stretch-ns {
			-webkit-box-align: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}
		.self-start-ns {
			-ms-flex-item-align: start;
			align-self: flex-start;
		}
		.self-end-ns {
			-ms-flex-item-align: end;
			align-self: flex-end;
		}
		.self-center-ns {
			-ms-flex-item-align: center;
			-ms-grid-row-align: center;
			align-self: center;
		}
		.self-baseline-ns {
			-ms-flex-item-align: baseline;
			align-self: baseline;
		}
		.self-stretch-ns {
			-ms-flex-item-align: stretch;
			-ms-grid-row-align: stretch;
			align-self: stretch;
		}
		.justify-start-ns {
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
		}
		.justify-end-ns {
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
		}
		.justify-center-ns {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		}
		.justify-between-ns {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}
		.justify-around-ns {
			-ms-flex-pack: distribute;
			justify-content: space-around;
		}
		.content-start-ns {
			-ms-flex-line-pack: start;
			align-content: flex-start;
		}
		.content-end-ns {
			-ms-flex-line-pack: end;
			align-content: flex-end;
		}
		.content-center-ns {
			-ms-flex-line-pack: center;
			align-content: center;
		}
		.content-between-ns {
			-ms-flex-line-pack: justify;
			align-content: space-between;
		}
		.content-around-ns {
			-ms-flex-line-pack: distribute;
			align-content: space-around;
		}
		.content-stretch-ns {
			-ms-flex-line-pack: stretch;
			align-content: stretch;
		}
		.order-0-ns {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
		}
		.order-1-ns {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
		}
		.order-2-ns {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2;
		}
		.order-3-ns {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3;
		}
		.order-4-ns {
			-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
			order: 4;
		}
		.order-5-ns {
			-webkit-box-ordinal-group: 6;
			-ms-flex-order: 5;
			order: 5;
		}
		.order-6-ns {
			-webkit-box-ordinal-group: 7;
			-ms-flex-order: 6;
			order: 6;
		}
		.order-7-ns {
			-webkit-box-ordinal-group: 8;
			-ms-flex-order: 7;
			order: 7;
		}
		.order-8-ns {
			-webkit-box-ordinal-group: 9;
			-ms-flex-order: 8;
			order: 8;
		}
		.order-last-ns {
			-webkit-box-ordinal-group: 100000;
			-ms-flex-order: 99999;
			order: 99999;
		}
		.flex-grow-0-ns {
			-webkit-box-flex: 0;
			-ms-flex-positive: 0;
			flex-grow: 0;
		}
		.flex-grow-1-ns {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
		.flex-shrink-0-ns {
			-ms-flex-negative: 0;
			flex-shrink: 0;
		}
		.flex-shrink-1-ns {
			-ms-flex-negative: 1;
			flex-shrink: 1;
		}
		.pa0-ns {
			padding: 0;
		}
		.pa1-ns {
			padding: 0.25rem;
		}
		.pa2-ns {
			padding: 0.5rem;
		}
		.pa3-ns {
			padding: 1rem;
		}
		.pa4-ns {
			padding: 2rem;
		}
		.pa5-ns {
			padding: 4rem;
		}
		.pa6-ns {
			padding: 8rem;
		}
		.pa7-ns {
			padding: 16rem;
		}
		.pl0-ns {
			padding-left: 0;
		}
		.pl1-ns {
			padding-left: 0.25rem;
		}
		.pl2-ns {
			padding-left: 0.5rem;
		}
		.pl3-ns {
			padding-left: 1rem;
		}
		.pl4-ns {
			padding-left: 2rem;
		}
		.pl5-ns {
			padding-left: 4rem;
		}
		.pl6-ns {
			padding-left: 8rem;
		}
		.pl7-ns {
			padding-left: 16rem;
		}
		.pr0-ns {
			padding-right: 0;
		}
		.pr1-ns {
			padding-right: 0.25rem;
		}
		.pr2-ns {
			padding-right: 0.5rem;
		}
		.pr3-ns {
			padding-right: 1rem;
		}
		.pr4-ns {
			padding-right: 2rem;
		}
		.pr5-ns {
			padding-right: 4rem;
		}
		.pr6-ns {
			padding-right: 8rem;
		}
		.pr7-ns {
			padding-right: 16rem;
		}
		.pb0-ns {
			padding-bottom: 0;
		}
		.pb1-ns {
			padding-bottom: 0.25rem;
		}
		.pb2-ns {
			padding-bottom: 0.5rem;
		}
		.pb3-ns {
			padding-bottom: 1rem;
		}
		.pb4-ns {
			padding-bottom: 2rem;
		}
		.pb5-ns {
			padding-bottom: 4rem;
		}
		.pb6-ns {
			padding-bottom: 8rem;
		}
		.pb7-ns {
			padding-bottom: 16rem;
		}
		.pt0-ns {
			padding-top: 0;
		}
		.pt1-ns {
			padding-top: 0.25rem;
		}
		.pt2-ns {
			padding-top: 0.5rem;
		}
		.pt3-ns {
			padding-top: 1rem;
		}
		.pt4-ns {
			padding-top: 2rem;
		}
		.pt5-ns {
			padding-top: 4rem;
		}
		.pt6-ns {
			padding-top: 8rem;
		}
		.pt7-ns {
			padding-top: 16rem;
		}
		.pv0-ns {
			padding-top: 0;
			padding-bottom: 0;
		}
		.pv1-ns {
			padding-top: 0.25rem;
			padding-bottom: 0.25rem;
		}
		.pv2-ns {
			padding-top: 0.5rem;
			padding-bottom: 0.5rem;
		}
		.pv3-ns {
			padding-top: 1rem;
			padding-bottom: 1rem;
		}
		.pv4-ns {
			padding-top: 2rem;
			padding-bottom: 2rem;
		}
		.pv5-ns {
			padding-top: 4rem;
			padding-bottom: 4rem;
		}
		.pv6-ns {
			padding-top: 8rem;
			padding-bottom: 8rem;
		}
		.pv7-ns {
			padding-top: 16rem;
			padding-bottom: 16rem;
		}
		.ph0-ns {
			padding-left: 0;
			padding-right: 0;
		}
		.ph1-ns {
			padding-left: 0.25rem;
			padding-right: 0.25rem;
		}
		.ph2-ns {
			padding-left: 0.5rem;
			padding-right: 0.5rem;
		}
		.ph3-ns {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.ph4-ns {
			padding-left: 2rem;
			padding-right: 2rem;
		}
		.ph5-ns {
			padding-left: 4rem;
			padding-right: 4rem;
		}
		.ph6-ns {
			padding-left: 8rem;
			padding-right: 8rem;
		}
		.ph7-ns {
			padding-left: 16rem;
			padding-right: 16rem;
		}
		.ma0-ns {
			margin: 0;
		}
		.ma1-ns {
			margin: 0.25rem;
		}
		.ma2-ns {
			margin: 0.5rem;
		}
		.ma3-ns {
			margin: 1rem;
		}
		.ma4-ns {
			margin: 2rem;
		}
		.ma5-ns {
			margin: 4rem;
		}
		.ma6-ns {
			margin: 8rem;
		}
		.ma7-ns {
			margin: 16rem;
		}
		.ml0-ns {
			margin-left: 0;
		}
		.ml1-ns {
			margin-left: 0.25rem;
		}
		.ml2-ns {
			margin-left: 0.5rem;
		}
		.ml3-ns {
			margin-left: 1rem;
		}
		.ml4-ns {
			margin-left: 2rem;
		}
		.ml5-ns {
			margin-left: 4rem;
		}
		.ml6-ns {
			margin-left: 8rem;
		}
		.ml7-ns {
			margin-left: 16rem;
		}
		.mr0-ns {
			margin-right: 0;
		}
		.mr1-ns {
			margin-right: 0.25rem;
		}
		.mr2-ns {
			margin-right: 0.5rem;
		}
		.mr3-ns {
			margin-right: 1rem;
		}
		.mr4-ns {
			margin-right: 2rem;
		}
		.mr5-ns {
			margin-right: 4rem;
		}
		.mr6-ns {
			margin-right: 8rem;
		}
		.mr7-ns {
			margin-right: 16rem;
		}
		.mb0-ns {
			margin-bottom: 0;
		}
		.mb1-ns {
			margin-bottom: 0.25rem;
		}
		.mb2-ns {
			margin-bottom: 0.5rem;
		}
		.mb3-ns {
			margin-bottom: 1rem;
		}
		.mb4-ns {
			margin-bottom: 2rem;
		}
		.mb5-ns {
			margin-bottom: 4rem;
		}
		.mb6-ns {
			margin-bottom: 8rem;
		}
		.mb7-ns {
			margin-bottom: 16rem;
		}
		.mt0-ns {
			margin-top: 0;
		}
		.mt1-ns {
			margin-top: 0.25rem;
		}
		.mt2-ns {
			margin-top: 0.5rem;
		}
		.mt3-ns {
			margin-top: 1rem;
		}
		.mt4-ns {
			margin-top: 2rem;
		}
		.mt5-ns {
			margin-top: 4rem;
		}
		.mt6-ns {
			margin-top: 8rem;
		}
		.mt7-ns {
			margin-top: 16rem;
		}
		.mv0-ns {
			margin-top: 0;
			margin-bottom: 0;
		}
		.mv1-ns {
			margin-top: 0.25rem;
			margin-bottom: 0.25rem;
		}
		.mv2-ns {
			margin-top: 0.5rem;
			margin-bottom: 0.5rem;
		}
		.mv3-ns {
			margin-top: 1rem;
			margin-bottom: 1rem;
		}
		.mv4-ns {
			margin-top: 2rem;
			margin-bottom: 2rem;
		}
		.mv5-ns {
			margin-top: 4rem;
			margin-bottom: 4rem;
		}
		.mv6-ns {
			margin-top: 8rem;
			margin-bottom: 8rem;
		}
		.mv7-ns {
			margin-top: 16rem;
			margin-bottom: 16rem;
		}
		.mh0-ns {
			margin-left: 0;
			margin-right: 0;
		}
		.mh1-ns {
			margin-left: 0.25rem;
			margin-right: 0.25rem;
		}
		.mh2-ns {
			margin-left: 0.5rem;
			margin-right: 0.5rem;
		}
		.mh3-ns {
			margin-left: 1rem;
			margin-right: 1rem;
		}
		.mh4-ns {
			margin-left: 2rem;
			margin-right: 2rem;
		}
		.mh5-ns {
			margin-left: 4rem;
			margin-right: 4rem;
		}
		.mh6-ns {
			margin-left: 8rem;
			margin-right: 8rem;
		}
		.mh7-ns {
			margin-left: 16rem;
			margin-right: 16rem;
		}
		.ml-auto-ns {
			margin-left: auto;
		}
		.mr-auto-ns {
			margin-right: auto;
		}
		.mh-auto-ns {
			margin-left: auto;
			margin-right: auto;
		}
		.mt-auto-ns {
			margin-top: auto;
		}
		.mb-auto-ns {
			margin-bottom: auto;
		}
		.na1-ns {
			margin: -0.25rem;
		}
		.na2-ns {
			margin: -0.5rem;
		}
		.na3-ns {
			margin: -1rem;
		}
		.na4-ns {
			margin: -2rem;
		}
		.na5-ns {
			margin: -4rem;
		}
		.na6-ns {
			margin: -8rem;
		}
		.na7-ns {
			margin: -16rem;
		}
		.nl1-ns {
			margin-left: -0.25rem;
		}
		.nl2-ns {
			margin-left: -0.5rem;
		}
		.nl3-ns {
			margin-left: -1rem;
		}
		.nl4-ns {
			margin-left: -2rem;
		}
		.nl5-ns {
			margin-left: -4rem;
		}
		.nl6-ns {
			margin-left: -8rem;
		}
		.nl7-ns {
			margin-left: -16rem;
		}
		.nr1-ns {
			margin-right: -0.25rem;
		}
		.nr2-ns {
			margin-right: -0.5rem;
		}
		.nr3-ns {
			margin-right: -1rem;
		}
		.nr4-ns {
			margin-right: -2rem;
		}
		.nr5-ns {
			margin-right: -4rem;
		}
		.nr6-ns {
			margin-right: -8rem;
		}
		.nr7-ns {
			margin-right: -16rem;
		}
		.nb1-ns {
			margin-bottom: -0.25rem;
		}
		.nb2-ns {
			margin-bottom: -0.5rem;
		}
		.nb3-ns {
			margin-bottom: -1rem;
		}
		.nb4-ns {
			margin-bottom: -2rem;
		}
		.nb5-ns {
			margin-bottom: -4rem;
		}
		.nb6-ns {
			margin-bottom: -8rem;
		}
		.nb7-ns {
			margin-bottom: -16rem;
		}
		.nt1-ns {
			margin-top: -0.25rem;
		}
		.nt2-ns {
			margin-top: -0.5rem;
		}
		.nt3-ns {
			margin-top: -1rem;
		}
		.nt4-ns {
			margin-top: -2rem;
		}
		.nt5-ns {
			margin-top: -4rem;
		}
		.nt6-ns {
			margin-top: -8rem;
		}
		.nt7-ns {
			margin-top: -16rem;
		}
		.w1-ns {
			width: 1rem;
		}
		.w2-ns {
			width: 2rem;
		}
		.w3-ns {
			width: 4rem;
		}
		.w4-ns {
			width: 8rem;
		}
		.w5-ns {
			width: 16rem;
		}
		.w-10-ns {
			width: 10%;
		}
		.w-15-ns {
			width: 15%;
		}
		.w-20-ns {
			width: 20%;
		}
		.w-25-ns {
			width: 25%;
		}
		.w-30-ns {
			width: 30%;
		}
		.w-33-ns {
			width: 33%;
		}
		.w-35-ns {
			width: 35%;
		}
		.w-34-ns {
			width: 34%;
		}
		.w-40-ns {
			width: 40%;
		}
		.w-45-ns {
			width: 45%;
		}
		.w-50-ns {
			width: 50%;
		}
		.w-55-ns {
			width: 55%;
		}
		.w-60-ns {
			width: 60%;
		}
		.w-65-ns {
			width: 65%;
		}
		.w-70-ns {
			width: 70%;
		}
		.w-75-ns {
			width: 75%;
		}
		.w-80-ns {
			width: 80%;
		}
		.w-85-ns {
			width: 85%;
		}
		.w-90-ns {
			width: 90%;
		}
		.w-95-ns {
			width: 95%;
		}
		.w-100-ns {
			width: 100%;
		}
		.w-third-ns {
			width: calc(100% / 3);
		}
		.w-two-thirds-ns {
			width: calc(100% / 1.5);
		}
		.w-auto-ns {
			width: auto;
		}
	}

	@media screen and (min-width: 600px) and (max-width: 1199px) {
		.flex-m {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
		}
		.inline-flex-m {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
		}
		.flex-auto-m {
			-webkit-box-flex: 1;
			-ms-flex: 1 1 auto;
			flex: 1 1 auto;
			min-width: 0;
			/* 1 */
			min-height: 0;
			/* 1 */
		}
		.flex-none-m {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
		}
		.flex-column-m {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.flex-row-m {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}
		.flex-wrap-m {
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.flex-nowrap-m {
			-ms-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}
		.flex-wrap-reverse-m {
			-ms-flex-wrap: wrap-reverse;
			flex-wrap: wrap-reverse;
		}
		.flex-column-reverse-m {
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
		}
		.flex-row-reverse-m {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}
		.items-start-m {
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
		}
		.items-end-m {
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
		}
		.items-center-m {
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.items-baseline-m {
			-webkit-box-align: baseline;
			-ms-flex-align: baseline;
			align-items: baseline;
		}
		.items-stretch-m {
			-webkit-box-align: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}
		.self-start-m {
			-ms-flex-item-align: start;
			align-self: flex-start;
		}
		.self-end-m {
			-ms-flex-item-align: end;
			align-self: flex-end;
		}
		.self-center-m {
			-ms-flex-item-align: center;
			-ms-grid-row-align: center;
			align-self: center;
		}
		.self-baseline-m {
			-ms-flex-item-align: baseline;
			align-self: baseline;
		}
		.self-stretch-m {
			-ms-flex-item-align: stretch;
			-ms-grid-row-align: stretch;
			align-self: stretch;
		}
		.justify-start-m {
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
		}
		.justify-end-m {
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
		}
		.justify-center-m {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		}
		.justify-between-m {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}
		.justify-around-m {
			-ms-flex-pack: distribute;
			justify-content: space-around;
		}
		.content-start-m {
			-ms-flex-line-pack: start;
			align-content: flex-start;
		}
		.content-end-m {
			-ms-flex-line-pack: end;
			align-content: flex-end;
		}
		.content-center-m {
			-ms-flex-line-pack: center;
			align-content: center;
		}
		.content-between-m {
			-ms-flex-line-pack: justify;
			align-content: space-between;
		}
		.content-around-m {
			-ms-flex-line-pack: distribute;
			align-content: space-around;
		}
		.content-stretch-m {
			-ms-flex-line-pack: stretch;
			align-content: stretch;
		}
		.order-0-m {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
		}
		.order-1-m {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
		}
		.order-2-m {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2;
		}
		.order-3-m {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3;
		}
		.order-4-m {
			-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
			order: 4;
		}
		.order-5-m {
			-webkit-box-ordinal-group: 6;
			-ms-flex-order: 5;
			order: 5;
		}
		.order-6-m {
			-webkit-box-ordinal-group: 7;
			-ms-flex-order: 6;
			order: 6;
		}
		.order-7-m {
			-webkit-box-ordinal-group: 8;
			-ms-flex-order: 7;
			order: 7;
		}
		.order-8-m {
			-webkit-box-ordinal-group: 9;
			-ms-flex-order: 8;
			order: 8;
		}
		.order-last-m {
			-webkit-box-ordinal-group: 100000;
			-ms-flex-order: 99999;
			order: 99999;
		}
		.flex-grow-0-m {
			-webkit-box-flex: 0;
			-ms-flex-positive: 0;
			flex-grow: 0;
		}
		.flex-grow-1-m {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
		.flex-shrink-0-m {
			-ms-flex-negative: 0;
			flex-shrink: 0;
		}
		.flex-shrink-1-m {
			-ms-flex-negative: 1;
			flex-shrink: 1;
		}
		.pa0-m {
			padding: 0;
		}
		.pa1-m {
			padding: 0.25rem;
		}
		.pa2-m {
			padding: 0.5rem;
		}
		.pa3-m {
			padding: 1rem;
		}
		.pa4-m {
			padding: 2rem;
		}
		.pa5-m {
			padding: 4rem;
		}
		.pa6-m {
			padding: 8rem;
		}
		.pa7-m {
			padding: 16rem;
		}
		.pl0-m {
			padding-left: 0;
		}
		.pl1-m {
			padding-left: 0.25rem;
		}
		.pl2-m {
			padding-left: 0.5rem;
		}
		.pl3-m {
			padding-left: 1rem;
		}
		.pl4-m {
			padding-left: 2rem;
		}
		.pl5-m {
			padding-left: 4rem;
		}
		.pl6-m {
			padding-left: 8rem;
		}
		.pl7-m {
			padding-left: 16rem;
		}
		.pr0-m {
			padding-right: 0;
		}
		.pr1-m {
			padding-right: 0.25rem;
		}
		.pr2-m {
			padding-right: 0.5rem;
		}
		.pr3-m {
			padding-right: 1rem;
		}
		.pr4-m {
			padding-right: 2rem;
		}
		.pr5-m {
			padding-right: 4rem;
		}
		.pr6-m {
			padding-right: 8rem;
		}
		.pr7-m {
			padding-right: 16rem;
		}
		.pb0-m {
			padding-bottom: 0;
		}
		.pb1-m {
			padding-bottom: 0.25rem;
		}
		.pb2-m {
			padding-bottom: 0.5rem;
		}
		.pb3-m {
			padding-bottom: 1rem;
		}
		.pb4-m {
			padding-bottom: 2rem;
		}
		.pb5-m {
			padding-bottom: 4rem;
		}
		.pb6-m {
			padding-bottom: 8rem;
		}
		.pb7-m {
			padding-bottom: 16rem;
		}
		.pt0-m {
			padding-top: 0;
		}
		.pt1-m {
			padding-top: 0.25rem;
		}
		.pt2-m {
			padding-top: 0.5rem;
		}
		.pt3-m {
			padding-top: 1rem;
		}
		.pt4-m {
			padding-top: 2rem;
		}
		.pt5-m {
			padding-top: 4rem;
		}
		.pt6-m {
			padding-top: 8rem;
		}
		.pt7-m {
			padding-top: 16rem;
		}
		.pv0-m {
			padding-top: 0;
			padding-bottom: 0;
		}
		.pv1-m {
			padding-top: 0.25rem;
			padding-bottom: 0.25rem;
		}
		.pv2-m {
			padding-top: 0.5rem;
			padding-bottom: 0.5rem;
		}
		.pv3-m {
			padding-top: 1rem;
			padding-bottom: 1rem;
		}
		.pv4-m {
			padding-top: 2rem;
			padding-bottom: 2rem;
		}
		.pv5-m {
			padding-top: 4rem;
			padding-bottom: 4rem;
		}
		.pv6-m {
			padding-top: 8rem;
			padding-bottom: 8rem;
		}
		.pv7-m {
			padding-top: 16rem;
			padding-bottom: 16rem;
		}
		.ph0-m {
			padding-left: 0;
			padding-right: 0;
		}
		.ph1-m {
			padding-left: 0.25rem;
			padding-right: 0.25rem;
		}
		.ph2-m {
			padding-left: 0.5rem;
			padding-right: 0.5rem;
		}
		.ph3-m {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.ph4-m {
			padding-left: 2rem;
			padding-right: 2rem;
		}
		.ph5-m {
			padding-left: 4rem;
			padding-right: 4rem;
		}
		.ph6-m {
			padding-left: 8rem;
			padding-right: 8rem;
		}
		.ph7-m {
			padding-left: 16rem;
			padding-right: 16rem;
		}
		.ma0-m {
			margin: 0;
		}
		.ma1-m {
			margin: 0.25rem;
		}
		.ma2-m {
			margin: 0.5rem;
		}
		.ma3-m {
			margin: 1rem;
		}
		.ma4-m {
			margin: 2rem;
		}
		.ma5-m {
			margin: 4rem;
		}
		.ma6-m {
			margin: 8rem;
		}
		.ma7-m {
			margin: 16rem;
		}
		.ml0-m {
			margin-left: 0;
		}
		.ml1-m {
			margin-left: 0.25rem;
		}
		.ml2-m {
			margin-left: 0.5rem;
		}
		.ml3-m {
			margin-left: 1rem;
		}
		.ml4-m {
			margin-left: 2rem;
		}
		.ml5-m {
			margin-left: 4rem;
		}
		.ml6-m {
			margin-left: 8rem;
		}
		.ml7-m {
			margin-left: 16rem;
		}
		.mr0-m {
			margin-right: 0;
		}
		.mr1-m {
			margin-right: 0.25rem;
		}
		.mr2-m {
			margin-right: 0.5rem;
		}
		.mr3-m {
			margin-right: 1rem;
		}
		.mr4-m {
			margin-right: 2rem;
		}
		.mr5-m {
			margin-right: 4rem;
		}
		.mr6-m {
			margin-right: 8rem;
		}
		.mr7-m {
			margin-right: 16rem;
		}
		.mb0-m {
			margin-bottom: 0;
		}
		.mb1-m {
			margin-bottom: 0.25rem;
		}
		.mb2-m {
			margin-bottom: 0.5rem;
		}
		.mb3-m {
			margin-bottom: 1rem;
		}
		.mb4-m {
			margin-bottom: 2rem;
		}
		.mb5-m {
			margin-bottom: 4rem;
		}
		.mb6-m {
			margin-bottom: 8rem;
		}
		.mb7-m {
			margin-bottom: 16rem;
		}
		.mt0-m {
			margin-top: 0;
		}
		.mt1-m {
			margin-top: 0.25rem;
		}
		.mt2-m {
			margin-top: 0.5rem;
		}
		.mt3-m {
			margin-top: 1rem;
		}
		.mt4-m {
			margin-top: 2rem;
		}
		.mt5-m {
			margin-top: 4rem;
		}
		.mt6-m {
			margin-top: 8rem;
		}
		.mt7-m {
			margin-top: 16rem;
		}
		.mv0-m {
			margin-top: 0;
			margin-bottom: 0;
		}
		.mv1-m {
			margin-top: 0.25rem;
			margin-bottom: 0.25rem;
		}
		.mv2-m {
			margin-top: 0.5rem;
			margin-bottom: 0.5rem;
		}
		.mv3-m {
			margin-top: 1rem;
			margin-bottom: 1rem;
		}
		.mv4-m {
			margin-top: 2rem;
			margin-bottom: 2rem;
		}
		.mv5-m {
			margin-top: 4rem;
			margin-bottom: 4rem;
		}
		.mv6-m {
			margin-top: 8rem;
			margin-bottom: 8rem;
		}
		.mv7-m {
			margin-top: 16rem;
			margin-bottom: 16rem;
		}
		.mh0-m {
			margin-left: 0;
			margin-right: 0;
		}
		.mh1-m {
			margin-left: 0.25rem;
			margin-right: 0.25rem;
		}
		.mh2-m {
			margin-left: 0.5rem;
			margin-right: 0.5rem;
		}
		.mh3-m {
			margin-left: 1rem;
			margin-right: 1rem;
		}
		.mh4-m {
			margin-left: 2rem;
			margin-right: 2rem;
		}
		.mh5-m {
			margin-left: 4rem;
			margin-right: 4rem;
		}
		.mh6-m {
			margin-left: 8rem;
			margin-right: 8rem;
		}
		.mh7-m {
			margin-left: 16rem;
			margin-right: 16rem;
		}
		.ml-auto-m {
			margin-left: auto;
		}
		.mr-auto-m {
			margin-right: auto;
		}
		.mh-auto-m {
			margin-left: auto;
			margin-right: auto;
		}
		.mt-auto-m {
			margin-top: auto;
		}
		.mb-auto-m {
			margin-bottom: auto;
		}
		.na1-m {
			margin: -0.25rem;
		}
		.na2-m {
			margin: -0.5rem;
		}
		.na3-m {
			margin: -1rem;
		}
		.na4-m {
			margin: -2rem;
		}
		.na5-m {
			margin: -4rem;
		}
		.na6-m {
			margin: -8rem;
		}
		.na7-m {
			margin: -16rem;
		}
		.nl1-m {
			margin-left: -0.25rem;
		}
		.nl2-m {
			margin-left: -0.5rem;
		}
		.nl3-m {
			margin-left: -1rem;
		}
		.nl4-m {
			margin-left: -2rem;
		}
		.nl5-m {
			margin-left: -4rem;
		}
		.nl6-m {
			margin-left: -8rem;
		}
		.nl7-m {
			margin-left: -16rem;
		}
		.nr1-m {
			margin-right: -0.25rem;
		}
		.nr2-m {
			margin-right: -0.5rem;
		}
		.nr3-m {
			margin-right: -1rem;
		}
		.nr4-m {
			margin-right: -2rem;
		}
		.nr5-m {
			margin-right: -4rem;
		}
		.nr6-m {
			margin-right: -8rem;
		}
		.nr7-m {
			margin-right: -16rem;
		}
		.nb1-m {
			margin-bottom: -0.25rem;
		}
		.nb2-m {
			margin-bottom: -0.5rem;
		}
		.nb3-m {
			margin-bottom: -1rem;
		}
		.nb4-m {
			margin-bottom: -2rem;
		}
		.nb5-m {
			margin-bottom: -4rem;
		}
		.nb6-m {
			margin-bottom: -8rem;
		}
		.nb7-m {
			margin-bottom: -16rem;
		}
		.nt1-m {
			margin-top: -0.25rem;
		}
		.nt2-m {
			margin-top: -0.5rem;
		}
		.nt3-m {
			margin-top: -1rem;
		}
		.nt4-m {
			margin-top: -2rem;
		}
		.nt5-m {
			margin-top: -4rem;
		}
		.nt6-m {
			margin-top: -8rem;
		}
		.nt7-m {
			margin-top: -16rem;
		}
		.w1-m {
			width: 1rem;
		}
		.w2-m {
			width: 2rem;
		}
		.w3-m {
			width: 4rem;
		}
		.w4-m {
			width: 8rem;
		}
		.w5-m {
			width: 16rem;
		}
		.w-10-m {
			width: 10%;
		}
		.w-15-m {
			width: 15%;
		}
		.w-20-m {
			width: 20%;
		}
		.w-25-m {
			width: 25%;
		}
		.w-30-m {
			width: 30%;
		}
		.w-33-m {
			width: 33%;
		}
		.w-34-m {
			width: 34%;
		}
		.w-35-m {
			width: 35%;
		}
		.w-40-m {
			width: 40%;
		}
		.w-45-m {
			width: 45%;
		}
		.w-50-m {
			width: 50%;
		}
		.w-55-m {
			width: 55%;
		}
		.w-60-m {
			width: 60%;
		}
		.w-65-m {
			width: 65%;
		}
		.w-70-m {
			width: 70%;
		}
		.w-75-m {
			width: 75%;
		}
		.w-80-m {
			width: 80%;
		}
		.w-85-m {
			width: 85%;
		}
		.w-90-m {
			width: 90%;
		}
		.w-95-m {
			width: 95%;
		}
		.w-100-m {
			width: 100%;
		}
		.w-third-m {
			width: calc(100% / 3);
		}
		.w-two-thirds-m {
			width: calc(100% / 1.5);
		}
		.w-auto-m {
			width: auto;
		}
	}

	@media screen and (min-width: 1200px) {
		.flex-l {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
		}
		.inline-flex-l {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
		}
		.flex-auto-l {
			-webkit-box-flex: 1;
			-ms-flex: 1 1 auto;
			flex: 1 1 auto;
			min-width: 0;
			/* 1 */
			min-height: 0;
			/* 1 */
		}
		.flex-none-l {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
		}
		.flex-column-l {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.flex-row-l {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}
		.flex-wrap-l {
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.flex-nowrap-l {
			-ms-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}
		.flex-wrap-reverse-l {
			-ms-flex-wrap: wrap-reverse;
			flex-wrap: wrap-reverse;
		}
		.flex-column-reverse-l {
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
		}
		.flex-row-reverse-l {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}
		.items-start-l {
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
		}
		.items-end-l {
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
		}
		.items-center-l {
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.items-baseline-l {
			-webkit-box-align: baseline;
			-ms-flex-align: baseline;
			align-items: baseline;
		}
		.items-stretch-l {
			-webkit-box-align: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}
		.self-start-l {
			-ms-flex-item-align: start;
			align-self: flex-start;
		}
		.self-end-l {
			-ms-flex-item-align: end;
			align-self: flex-end;
		}
		.self-center-l {
			-ms-flex-item-align: center;
			-ms-grid-row-align: center;
			align-self: center;
		}
		.self-baseline-l {
			-ms-flex-item-align: baseline;
			align-self: baseline;
		}
		.self-stretch-l {
			-ms-flex-item-align: stretch;
			-ms-grid-row-align: stretch;
			align-self: stretch;
		}
		.justify-start-l {
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
		}
		.justify-end-l {
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
		}
		.justify-center-l {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		}
		.justify-between-l {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}
		.justify-around-l {
			-ms-flex-pack: distribute;
			justify-content: space-around;
		}
		.content-start-l {
			-ms-flex-line-pack: start;
			align-content: flex-start;
		}
		.content-end-l {
			-ms-flex-line-pack: end;
			align-content: flex-end;
		}
		.content-center-l {
			-ms-flex-line-pack: center;
			align-content: center;
		}
		.content-between-l {
			-ms-flex-line-pack: justify;
			align-content: space-between;
		}
		.content-around-l {
			-ms-flex-line-pack: distribute;
			align-content: space-around;
		}
		.content-stretch-l {
			-ms-flex-line-pack: stretch;
			align-content: stretch;
		}
		.order-0-l {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
		}
		.order-1-l {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
		}
		.order-2-l {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2;
		}
		.order-3-l {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3;
		}
		.order-4-l {
			-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
			order: 4;
		}
		.order-5-l {
			-webkit-box-ordinal-group: 6;
			-ms-flex-order: 5;
			order: 5;
		}
		.order-6-l {
			-webkit-box-ordinal-group: 7;
			-ms-flex-order: 6;
			order: 6;
		}
		.order-7-l {
			-webkit-box-ordinal-group: 8;
			-ms-flex-order: 7;
			order: 7;
		}
		.order-8-l {
			-webkit-box-ordinal-group: 9;
			-ms-flex-order: 8;
			order: 8;
		}
		.order-last-l {
			-webkit-box-ordinal-group: 100000;
			-ms-flex-order: 99999;
			order: 99999;
		}
		.flex-grow-0-l {
			-webkit-box-flex: 0;
			-ms-flex-positive: 0;
			flex-grow: 0;
		}
		.flex-grow-1-l {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
		.flex-shrink-0-l {
			-ms-flex-negative: 0;
			flex-shrink: 0;
		}
		.flex-shrink-1-l {
			-ms-flex-negative: 1;
			flex-shrink: 1;
		}
		.pa0-l {
			padding: 0;
		}
		.pa1-l {
			padding: 0.25rem;
		}
		.pa2-l {
			padding: 0.5rem;
		}
		.pa3-l {
			padding: 1rem;
		}
		.pa4-l {
			padding: 2rem;
		}
		.pa5-l {
			padding: 4rem;
		}
		.pa6-l {
			padding: 8rem;
		}
		.pa7-l {
			padding: 16rem;
		}
		.pl0-l {
			padding-left: 0;
		}
		.pl1-l {
			padding-left: 0.25rem;
		}
		.pl2-l {
			padding-left: 0.5rem;
		}
		.pl3-l {
			padding-left: 1rem;
		}
		.pl4-l {
			padding-left: 2rem;
		}
		.pl5-l {
			padding-left: 4rem;
		}
		.pl6-l {
			padding-left: 8rem;
		}
		.pl7-l {
			padding-left: 16rem;
		}
		.pr0-l {
			padding-right: 0;
		}
		.pr1-l {
			padding-right: 0.25rem;
		}
		.pr2-l {
			padding-right: 0.5rem;
		}
		.pr3-l {
			padding-right: 1rem;
		}
		.pr4-l {
			padding-right: 2rem;
		}
		.pr5-l {
			padding-right: 4rem;
		}
		.pr6-l {
			padding-right: 8rem;
		}
		.pr7-l {
			padding-right: 16rem;
		}
		.pb0-l {
			padding-bottom: 0;
		}
		.pb1-l {
			padding-bottom: 0.25rem;
		}
		.pb2-l {
			padding-bottom: 0.5rem;
		}
		.pb3-l {
			padding-bottom: 1rem;
		}
		.pb4-l {
			padding-bottom: 2rem;
		}
		.pb5-l {
			padding-bottom: 4rem;
		}
		.pb6-l {
			padding-bottom: 8rem;
		}
		.pb7-l {
			padding-bottom: 16rem;
		}
		.pt0-l {
			padding-top: 0;
		}
		.pt1-l {
			padding-top: 0.25rem;
		}
		.pt2-l {
			padding-top: 0.5rem;
		}
		.pt3-l {
			padding-top: 1rem;
		}
		.pt4-l {
			padding-top: 2rem;
		}
		.pt5-l {
			padding-top: 4rem;
		}
		.pt6-l {
			padding-top: 8rem;
		}
		.pt7-l {
			padding-top: 16rem;
		}
		.pv0-l {
			padding-top: 0;
			padding-bottom: 0;
		}
		.pv1-l {
			padding-top: 0.25rem;
			padding-bottom: 0.25rem;
		}
		.pv2-l {
			padding-top: 0.5rem;
			padding-bottom: 0.5rem;
		}
		.pv3-l {
			padding-top: 1rem;
			padding-bottom: 1rem;
		}
		.pv4-l {
			padding-top: 2rem;
			padding-bottom: 2rem;
		}
		.pv5-l {
			padding-top: 4rem;
			padding-bottom: 4rem;
		}
		.pv6-l {
			padding-top: 8rem;
			padding-bottom: 8rem;
		}
		.pv7-l {
			padding-top: 16rem;
			padding-bottom: 16rem;
		}
		.ph0-l {
			padding-left: 0;
			padding-right: 0;
		}
		.ph1-l {
			padding-left: 0.25rem;
			padding-right: 0.25rem;
		}
		.ph2-l {
			padding-left: 0.5rem;
			padding-right: 0.5rem;
		}
		.ph3-l {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.ph4-l {
			padding-left: 2rem;
			padding-right: 2rem;
		}
		.ph5-l {
			padding-left: 4rem;
			padding-right: 4rem;
		}
		.ph6-l {
			padding-left: 8rem;
			padding-right: 8rem;
		}
		.ph7-l {
			padding-left: 16rem;
			padding-right: 16rem;
		}
		.ma0-l {
			margin: 0;
		}
		.ma1-l {
			margin: 0.25rem;
		}
		.ma2-l {
			margin: 0.5rem;
		}
		.ma3-l {
			margin: 1rem;
		}
		.ma4-l {
			margin: 2rem;
		}
		.ma5-l {
			margin: 4rem;
		}
		.ma6-l {
			margin: 8rem;
		}
		.ma7-l {
			margin: 16rem;
		}
		.ml0-l {
			margin-left: 0;
		}
		.ml1-l {
			margin-left: 0.25rem;
		}
		.ml2-l {
			margin-left: 0.5rem;
		}
		.ml3-l {
			margin-left: 1rem;
		}
		.ml4-l {
			margin-left: 2rem;
		}
		.ml5-l {
			margin-left: 4rem;
		}
		.ml6-l {
			margin-left: 8rem;
		}
		.ml7-l {
			margin-left: 16rem;
		}
		.mr0-l {
			margin-right: 0;
		}
		.mr1-l {
			margin-right: 0.25rem;
		}
		.mr2-l {
			margin-right: 0.5rem;
		}
		.mr3-l {
			margin-right: 1rem;
		}
		.mr4-l {
			margin-right: 2rem;
		}
		.mr5-l {
			margin-right: 4rem;
		}
		.mr6-l {
			margin-right: 8rem;
		}
		.mr7-l {
			margin-right: 16rem;
		}
		.mb0-l {
			margin-bottom: 0;
		}
		.mb1-l {
			margin-bottom: 0.25rem;
		}
		.mb2-l {
			margin-bottom: 0.5rem;
		}
		.mb3-l {
			margin-bottom: 1rem;
		}
		.mb4-l {
			margin-bottom: 2rem;
		}
		.mb5-l {
			margin-bottom: 4rem;
		}
		.mb6-l {
			margin-bottom: 8rem;
		}
		.mb7-l {
			margin-bottom: 16rem;
		}
		.mt0-l {
			margin-top: 0;
		}
		.mt1-l {
			margin-top: 0.25rem;
		}
		.mt2-l {
			margin-top: 0.5rem;
		}
		.mt3-l {
			margin-top: 1rem;
		}
		.mt4-l {
			margin-top: 2rem;
		}
		.mt5-l {
			margin-top: 4rem;
		}
		.mt6-l {
			margin-top: 8rem;
		}
		.mt7-l {
			margin-top: 16rem;
		}
		.mv0-l {
			margin-top: 0;
			margin-bottom: 0;
		}
		.mv1-l {
			margin-top: 0.25rem;
			margin-bottom: 0.25rem;
		}
		.mv2-l {
			margin-top: 0.5rem;
			margin-bottom: 0.5rem;
		}
		.mv3-l {
			margin-top: 1rem;
			margin-bottom: 1rem;
		}
		.mv4-l {
			margin-top: 2rem;
			margin-bottom: 2rem;
		}
		.mv5-l {
			margin-top: 4rem;
			margin-bottom: 4rem;
		}
		.mv6-l {
			margin-top: 8rem;
			margin-bottom: 8rem;
		}
		.mv7-l {
			margin-top: 16rem;
			margin-bottom: 16rem;
		}
		.mh0-l {
			margin-left: 0;
			margin-right: 0;
		}
		.mh1-l {
			margin-left: 0.25rem;
			margin-right: 0.25rem;
		}
		.mh2-l {
			margin-left: 0.5rem;
			margin-right: 0.5rem;
		}
		.mh3-l {
			margin-left: 1rem;
			margin-right: 1rem;
		}
		.mh4-l {
			margin-left: 2rem;
			margin-right: 2rem;
		}
		.mh5-l {
			margin-left: 4rem;
			margin-right: 4rem;
		}
		.mh6-l {
			margin-left: 8rem;
			margin-right: 8rem;
		}
		.mh7-l {
			margin-left: 16rem;
			margin-right: 16rem;
		}
		.ml-auto-l {
			margin-left: auto;
		}
		.mr-auto-l {
			margin-right: auto;
		}
		.mh-auto-l {
			margin-left: auto;
			margin-right: auto;
		}
		.mt-auto-l {
			margin-top: auto;
		}
		.mb-auto-l {
			margin-bottom: auto;
		}
		.na1-l {
			margin: -0.25rem;
		}
		.na2-l {
			margin: -0.5rem;
		}
		.na3-l {
			margin: -1rem;
		}
		.na4-l {
			margin: -2rem;
		}
		.na5-l {
			margin: -4rem;
		}
		.na6-l {
			margin: -8rem;
		}
		.na7-l {
			margin: -16rem;
		}
		.nl1-l {
			margin-left: -0.25rem;
		}
		.nl2-l {
			margin-left: -0.5rem;
		}
		.nl3-l {
			margin-left: -1rem;
		}
		.nl4-l {
			margin-left: -2rem;
		}
		.nl5-l {
			margin-left: -4rem;
		}
		.nl6-l {
			margin-left: -8rem;
		}
		.nl7-l {
			margin-left: -16rem;
		}
		.nr1-l {
			margin-right: -0.25rem;
		}
		.nr2-l {
			margin-right: -0.5rem;
		}
		.nr3-l {
			margin-right: -1rem;
		}
		.nr4-l {
			margin-right: -2rem;
		}
		.nr5-l {
			margin-right: -4rem;
		}
		.nr6-l {
			margin-right: -8rem;
		}
		.nr7-l {
			margin-right: -16rem;
		}
		.nb1-l {
			margin-bottom: -0.25rem;
		}
		.nb2-l {
			margin-bottom: -0.5rem;
		}
		.nb3-l {
			margin-bottom: -1rem;
		}
		.nb4-l {
			margin-bottom: -2rem;
		}
		.nb5-l {
			margin-bottom: -4rem;
		}
		.nb6-l {
			margin-bottom: -8rem;
		}
		.nb7-l {
			margin-bottom: -16rem;
		}
		.nt1-l {
			margin-top: -0.25rem;
		}
		.nt2-l {
			margin-top: -0.5rem;
		}
		.nt3-l {
			margin-top: -1rem;
		}
		.nt4-l {
			margin-top: -2rem;
		}
		.nt5-l {
			margin-top: -4rem;
		}
		.nt6-l {
			margin-top: -8rem;
		}
		.nt7-l {
			margin-top: -16rem;
		}
		.w1-l {
			width: 1rem;
		}
		.w2-l {
			width: 2rem;
		}
		.w3-l {
			width: 4rem;
		}
		.w4-l {
			width: 8rem;
		}
		.w5-l {
			width: 16rem;
		}
		.w-10-l {
			width: 10%;
		}
		.w-15-l {
			width: 15%;
		}
		.w-20-l {
			width: 20%;
		}
		.w-25-l {
			width: 25%;
		}
		.w-30-l {
			width: 30%;
		}
		.w-33-l {
			width: 33%;
		}
		.w-34-l {
			width: 34%;
		}
		.w-35-l {
			width: 35%;
		}
		.w-40-l {
			width: 40%;
		}
		.w-45-l {
			width: 45%;
		}
		.w-50-l {
			width: 50%;
		}
		.w-55-l {
			width: 55%;
		}
		.w-60-l {
			width: 60%;
		}
		.w-65-l {
			width: 65%;
		}
		.w-70-l {
			width: 70%;
		}
		.w-75-l {
			width: 75%;
		}
		.w-80-l {
			width: 80%;
		}
		.w-85-l {
			width: 85%;
		}
		.w-90-l {
			width: 90%;
		}
		.w-95-l {
			width: 95%;
		}
		.w-100-l {
			width: 100%;
		}
		.w-third-l {
			width: calc(100% / 3);
		}
		.w-two-thirds-l {
			width: calc(100% / 1.5);
		}
		.w-auto-l {
			width: auto;
		}
	}

	@media screen and (min-width: 1391px) {
		.pl-sl {
			padding-left: 55px;
		}
		.pr-sl {
			padding-left: 55px;
		}
	}

	@media screen and (min-width: 768px) and (max-width: 1390px) {
		.pl-s {
			padding-left: 65px;
		}
		.pr-s {
			padding-left: 65px;
		}
	}

	.grid-carousel {
		max-width: 90%;
	}

	.mw-50 {
		max-width: 50%;
	}

	@media screen and (min-width: 1200px) {
		.grid-text p {
			max-width: 480px;
		}
		.grid-text p.grid-text-m,
		.grid-text-m {
			max-width: 440px;
		}
		.grid-text-w p {
			max-width: 98%;
		}
		.grid-carousel-right > div {
			float: right;
		}
		.grid-carousel > div {
			/* padding-right: 50px; */
			max-width: 720px;
		}
	}

	.grid-carousel > div {
		/* padding-right: 50px; */
		max-width: 720px;
	}

	.grid-slider {
		max-width: 95%;
	}

	.grid-slider > div {
		max-width: 755px;
	}

	@media screen and (min-width: 1200px) and (max-width: 1390px) {
		.grid-text-left {
			padding-left: 50px;
		}
	}

	@media screen and (max-width: 1199px) {
		.pl-s {
			padding-left: 50px;
		}
		.pr-s {
			padding-left: 50px;
		}
		.pr-ns {
			padding-right: 50px;
		}

		.pl-ns,
		.pl-wh,
		.grid-text {
			padding-left: 50px;
		}


		.flex-row-custom {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}

		.flex-column-custom {
			-webkit-box-orient: vertical !important;
			-webkit-box-direction: normal !important;
			-ms-flex-direction: column !important;
			flex-direction: column !important;
		}

		.grid-img,
		.grid-text {
			max-width: 690px;
		}

		.grid-figure {
			max-width: 800px;
			width: 100%;
		}

		.w-100-nl {
			width: 100%;
		}

		.w-90-nl {
			width: 90%;
		}

		.grid-text {
			padding-bottom: 20px;
		}

		img.alignleft,
		img.alignright {
			margin-left: 0;
			margin-right: 0;
		}

		.order-0-s {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
		}
		.order-1-s {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
		}
	}


	@media screen and (max-width: 360px) {
		.grid-text {
			padding-left: 30px;
		}
		.title-prefix:before,
		.title-prefix:after,
		.with-prefix p:before,
		.with-prefix p:after {
			left: -75px;
		}
	}

	@media screen and (max-width: 599px) {
		.buttons-wrap {
			position: absolute;
			bottom: -15px;
			left: 0;
			right: 0;
			width: 386px;
			margin: auto;
			z-index: 10;
		}
		.grid-carousel {
			max-width: 100%;
		}
	}

	.lh-solid {
		line-height: 1;
	}

	.lh-title {
		line-height: 1.25;
	}

	.lh-copy {
		line-height: 1.5;
	}

	.fcarousel {
		opacity: 0;
		-webkit-transition: opacity 0.3s ease-out 0s;
		-moz-transition: opacity 0.3s ease-out 0s;
		-ms-transition: opacity 0.3s ease-out 0s;
		-o-transition: opacity 0.3s ease-out 0s;
		transition: opacity 0.3s ease-out 0s;
	}

	.fcarousel.inited {
		opacity: 1;
	}

	.fcarousel {
		max-width: 750px;
		height: 600px;
		margin: 0 auto 80px;
	}


	@media (min-width: 1199px) {
		.polaroid {
			margin-left: -50px;
			margin-right: auto;
			margin-bottom: 0;
		}
	}

	@media (min-width: 600px) and (max-width: 660px) {
		.polaroid-wrap {
			padding-left: 50px;
			padding-right: 50px;
		}
		.polaroid {
			height: 550px;
		}
	}

	@media (min-width: 500px) and (max-width: 599px) {
		.polaroid-wrap {
			padding-left: 50px;
			padding-right: 50px;
		}
		.polaroid {
			height: 450px;
		}
	}

	@media (min-width: 460px) and (max-width: 499px) {
		.polaroid-wrap {
			padding-left: 40px;
			padding-right: 40px;
		}
		.polaroid {
			height: 380px;
		}
	}

	@media (min-width: 400px) and (max-width: 459px) {
		.polaroid-wrap {
			padding-left: 40px;
			padding-right: 40px;
		}
		.polaroid {
			height: 350px;
		}
	}

	@media (max-width: 399px) {
		.polaroid-wrap {
			padding-left: 40px;
			padding-right: 40px;
		}
		.polaroid {
			height: 300px;
		}
	}



	.fcarousel .item {
		width: 521px;
		/* height: 550px; */
		text-align: center;
	}

	.fcarousel .item img {
		-webkit-user-drag: none;
		-khtml-user-drag: none;
		-moz-user-drag: none;
		-o-user-drag: none;
		user-drag: none;
		/* Likely future */
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.fcarousel .item img {
		pointer-events: none;
	}

	.fcarousel .slick-dots {
		bottom: -40px;
		left: 50%;
		right: auto;
		margin-left: -30px;
	}

	.polaroid .item img {
		border: 10px solid #fff;
		box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.15);
		-webkit-transition: -webkit-transform 0.5s ease-in-out,
			margin-left 0.25s ease;
		-ms-transition: -ms-transform 0.5s ease-in-out;
		transition: transform 0.5s ease, margin-left 0.25s ease;
	}

	.polaroid .pol-01 img {
		-webkit-transform: rotate(-7deg);
		-ms-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}

	.polaroid .pol-02 img {
		-webkit-transform: rotate(-7deg);
		-ms-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}

	.polaroid .carousel_center.pol-01 + figure img {
		margin-left: -15px;
	}

	.polaroid .pol-03 img,
	.polaroid .carousel_center.pol-03 + figure img {
		-webkit-transform: rotate(-14deg);
		-ms-transform: rotate(-14deg);
		transform: rotate(-14deg);
	}

	.polaroid .carousel_center img {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		margin-left: 0;
	}

	.polaroid .item-changing img {
		opacity: 0;
		transition: opacity 0.1 ease;
	}

	.polaroid .item-bla img {
		opacity: 0.95;
		transition: opacity 0.3s ease;
	}

	.reviews-more {
		width: 330px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.reviews-more img {
		margin-bottom: 30px;
		max-width: 150px;
	}

	.reviews-more .btn {
		width: 100%;
		max-width: 255px;
		margin-left: auto;
		margin-right: auto;
	}

	.section-reviews {
		margin-top: -20px;
		padding-bottom: 10px;
	}

	.reviewcarousel-wrapper {
		flex-grow: 2;
	}

	.reviews-more.position-2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.reviewcarousel-wrapper.position-1 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.section-reviews {
		margin-top: 100px;
	}

	.reviews-more {
		margin-bottom: 60px;
	}

	@media (min-width: 781px) and (max-width: 1024px) {
		.reviews-more {
			margin-bottom: 30px;
		}
	}

	@media (min-width: 1024px) and (max-width: 1199px) {
		.section-reviews {
			margin-top: -120px;
		}
		.reviews-more {
			margin-bottom: 30px;
		}
	}

	@media (min-width: 1200px) {
		.section-reviews {
			margin-top: 0;
		}
		.reviews-more {
			margin-bottom: 0;
		}
	}

	@media (max-width: 1199px) {
		.section-reviews:last-of-type {
			margin-bottom: 90px;
		}
		.reviewcarousel-wrapper {
			width: 100%;
			margin-bottom: 60px;
		}
		.reviews-more.position-2 {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
		}
		.reviewcarousel-wrapper.position-1 {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
		}
	}

	.reviewcarousel {
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
		height: 470px;
	}

	.no-js .reviewcarousel {
		overflow-y: scroll
	}

	.reviewcarousel .review-item {
		overflow: hidden;
	}

	.no-js .reviewcarousel .review-item {
		width: 100%;
	}

	.reviewcarousel .slick-dots {
		bottom: -80px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.reviewcarousel .slick-dots li {
		margin: 6px;
		text-align: center;
	}

	.reviewcarousel .review-item {
		background-color: #fff;
		height: 530px;
		width: 95%;
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 53px;
		position: relative;
	}

	.reviewcarousel .review-footer {
		background: rgb(255, 255, 255);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 100%);
		padding-left: 20px;
		padding-right: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 140px;
	}

	.reviewcarousel .review-footer .reviewer-wrap,
	.reviewcarousel .review-footer .btn {
		margin-top: auto;
		margin-bottom: 30px;
	}

	.reviewcarousel .review-footer .btn {
		padding: 15px 10px;
	}

	@media (min-width: 650px) and (max-width: 779px) {
		.reviewcarousel .review-item {
			height: 500px;
			width: 90%;
		}
		.reviewcarousel .review-item,
		.reviewcarousel .review-footer {
			padding-left: 30px;
			padding-right: 30px;
		}
		.reviewcarousel .review-footer .btn {
			padding: 15px 20px;
		}
	}

	@media (min-width: 780px) and (max-width: 849px) {
		.reviewcarousel .review-item {
			height: 450px;
			width: 640px;
		}
		.reviewcarousel .review-item,
		.reviewcarousel .review-footer {
			padding-left: 40px;
			padding-right: 40px;
		}
		.reviewcarousel .review-footer .btn {
			padding: 15px 30px;
		}
		.reviewcarousel .slick-dots {
			bottom: -50px;
		}
	}

	@media (min-width: 850px) and (max-width: 1199px) {
		.reviewcarousel .review-item {
			height: 450px;
			width: 640px;
		}
		.reviewcarousel .review-item,
		.reviewcarousel .review-footer {
			padding-left: 40px;
			padding-right: 40px;
		}
		.reviewcarousel .review-footer .btn {
			padding: 15px 30px;
		}
		.reviewcarousel .slick-dots {
			bottom: -50px;
		}
	}

	@media (min-width: 1200px) and (max-width: 1299px) {
		.reviewcarousel .review-item {
			height: 455px;
			width: 640px;
		}
		.reviewcarousel .review-item,
		.reviewcarousel .review-footer {
			padding-left: 50px;
			padding-right: 50px;
		}
		.reviewcarousel .review-footer .btn {
			padding: 15px 33px;
		}
		.reviewcarousel .slick-dots {
			bottom: -50px;
		}
	}

	@media (min-width: 1300px) {
		.reviewcarousel .review-item {
			height: 466px;
			width: 740px;
		}
		.reviewcarousel .review-item,
		.reviewcarousel .review-footer {
			padding-left: 60px;
			padding-right: 60px;
		}
		.reviewcarousel .review-footer .reviewer-wrap,
		.reviewcarousel .review-footer .btn {
			margin-bottom: 50px;
		}
		.reviewcarousel .review-footer .btn {
			padding: 15px 33px;
		}
		.reviewcarousel .slick-dots {
			bottom: -60px;
		}
	}

	@media (max-width: 460px) {
		.reviewcarousel .review-footer {
			height: 180px;
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.reviewcarousel .review-footer .reviewer-wrap {
			margin-top: auto;
			margin-bottom: 20px;
			width: 100%;
		}
		.reviewcarousel .review-footer .btn {
			margin-top: 0;
			margin-bottom: 20px;
			width: 100%;
		}
	}

	.reviewcarousel .review-date {
		color: #b7babe;
		font-size: 14px;
	}

	.reviewcarousel .edit-link {
		font-size: 14px;
		margin-left: 5px;
	}

	.reviewcarousel .reviewer {
		color: #4c5057;
		display: block;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 0;
		text-decoration: none;
	}

	@media (max-width: 660px) {
		.reviewer-from {
			display: none;
		}
	}

	.reviewcarousel .review-title {
		margin-bottom: 40px;
		margin-top: 10px;
	}

	.reviewcarousel .review-content {
		display: block;
		position: relative;
		overflow: hidden;
	}

	.reviewcarousel .review-footer .stars {
		height: 25px;
	}

	.reviewcarousel .review-footer {
		pointer-events: none;
	}

	.reviewcarousel .carousel_center .review-footer {
		pointer-events: all;
	}



	.contact-form-grid .inner {
		margin-bottom: -35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -35px;
		min-height: 560px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 35px;
		padding-bottom: 45px;
		position: relative;
		max-width: 520px;
	}

	.contact-schema-grid {
		max-width: 480px;
		width: 100%;
	}

	.contact-form-grid {
		max-width: 740px;
		width: 100%;
		height: 490px;
		background-image: url(img/form-bg.jpg);
		background-position: center;
	}

	.contact-form-grid__:before {
		content: "";
		display: block;
		position: absolute;
		max-width: 740px;
		width: 100%;
		height: 490px;
		background-image: url(img/form-bg.jpg);
		background-position: center;
	}

	.contact-block {
		margin-top: 80px;
	}

	@media (min-width: 960px) {
		.contact-block--inner {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		.contact-schema-grid {
			margin-right: auto;
		}
		.contact-form-grid {
			margin-left: auto;
		}
	}

	@media (max-width: 1300px) {
		.contact-schema-grid {
			padding-left: 10px;
			padding-right: 10px;
		}
		.contact-form-grid {
			padding-left: 20px;
			padding-right: 20px;
		}
	}


	@media (max-width: 959px) {
		.contact-block--inner {
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			padding-left: 0;
			padding-right: 0;
		}
		.contact-schema-grid {
			margin-left: auto;
			margin-right: auto;
			padding-left: 20px;
			padding-right: 20px;
			margin-bottom: 80px;
		}
		.contact-form-grid {
			margin-left: auto;
			margin-right: auto;
			max-width: 100%;
			width: 100%;
			height: auto;
		}
	}


	.form-wrapper .label {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
	}

	.contact-box .contact-item {
		position: relative;
		border-bottom: 1px solid #d8d8d8;
		padding-top: 22px;
		padding-bottom: 24px;
		padding-left: 68px;
	}

	.contact-box .contact-item:before {
		content: "";
		color: #d7b184;
		display: block;
		font-size: 45px;
		height: 48px;
		width: 48px;
		position: absolute;
		left: 0;
		top: 40px;
	}

	.contact-box .email:before {
		content: "\e90a";
		font-size: 40px;
		top: 10px;
	}

	.contact-box .tel:before {
		content: "\e915";
		left: 2px;
	}

	.contact-box .location:before {
		content: "\e91b";
		font-size: 46px;
	}

	.contact-box .contact-item:first-of-type {
		padding-top: 0;
	}

	.contact-box .contact-item:last-of-type {
		border-bottom: none;
	}

	@media (max-width: 430px) {
		.contact-box .contact-item.email a {
			font-size: 20px;
			word-wrap: break-word;
			line-height: 1;
		}
	}

	.contact-box .item-label {
		font-size: 17px;
		margin-top: 10px;
		line-height: 1.5;
	}

	.contact-box .blink {
		font-size: 26px;
	}

	.contact-box .blink:hover {
		color: #0e3b80;
		text-decoration: none;
	}

	.contact-box .tel .blink {
		text-decoration: none;
	}

	.contact-box .item-address {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.contact-box.status-disabled .reservation {

	}

	.contact-box.status-closed .reservation .item-label,
	.contact-box.status-closed .reservation .blink {
		color:#afadad !important;
		pointer-events: none;
		opacity: .75;
	}

	.form-wrapper .book-now {
		margin-bottom: 0;
		margin-top: 35px;
	}

	.form-wrapper .wpcf7-response-output {
		margin-top: 25px;
		margin-bottom: -20px;
	}

	.acceptance-box {
		margin-left: auto;
		margin-right: auto;
		margin-top: 74px;
		max-width: 300px;
		position: relative;
	}

	.acceptance-box label {
		color: #7491be;
		display: block;
		font-size: 15px;
		font-style: italic;
		line-height: 20px;
		padding-left: 45px;
		position: relative;
		text-transform: none;
		transition: color .25s ease;
	}

	.acceptance-box label:hover {
		color: #a7bad6;
	}

	.acceptance-box label a {
		color: #fff;
	}

	.acceptance-box span.wpcf7-list-item {
		margin-left: 0;
	}


	.acceptance-box .wpcf7-not-valid-tip {
		line-height: 1.25;
		bottom: -28px;
	}


	@media (max-width: 990px) {
		.contact-form-grid .flex-side-form .box-wrapper {
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-bottom: 0;
		}
		.acceptance-box {
			margin-top: 35px;
		}
	}

	/**
	 * pretty-checkbox.css
	 * A pure CSS library to beautify checkbox and radio buttons
	 */

	.pretty input:not([type='checkbox']):not([type='radio']) {
		display: none;
	}

	.pretty {
		position: relative;
		display: block;
	}

	.pretty input {
		position: absolute;
		left: 0;
		top: 0;
		min-width: 1em;
		width: 45px;
		height: 45px;
		z-index: 2;
		opacity: 0;
		margin: 0;
		padding: 0;
		cursor: pointer;
	}

	.pretty .wpcf7-list-item-label:before,
	.pretty .wpcf7-list-item-label:after {
		content: '';
		width: 25px;
		height: 25px;
		display: block;
		box-sizing: border-box;
		border-radius: 0;
		z-index: 0;
		position: absolute;
		left: 0;
		top: 7px;
		background-color: #0c2d61;
	}

	.pretty .wpcf7-list-item-label:before {
		border: 1px solid #1c4f9c;
	}

	.pretty .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label:before {
		border: 1px solid #d7b184;
	}

	.pretty.p-default .wpcf7-list-item-label:after {
		content: "\f121";
		background-color: transparent;
		color: #fff;
		font-size: 14px;
		line-height: 25px;
		opacity: 0;
		text-align: center;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
		transition: all .15s ease-in-out;
	}

	.pretty.p-default input:checked~.wpcf7-list-item-label:after {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.pretty .wpcf7-acceptance.wpcf7-not-valid input:checked~.wpcf7-list-item-label:before {
		border: 1px solid #1c4f9c;
	}

	.grid-loc-media figure {
		margin-bottom: 0;
	}

	.grid-loc-media,
	.grid-loc-txt {
		margin-bottom: 45px;
	}

	@media (min-width: 1200px) {

		.location-odd .grid-loc-media {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
		}

		.location-odd .grid-loc-txt {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0;
		}

	}

	@media (max-width: 1199px) {
		.grid-loc-txt {
			max-width: 490px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 30px;
			margin-bottom: 60px;
		}
	}

	@media (min-width: 1199px) {
		.location-even .grid-loc-txt {
			padding-left: 60px;
		}
	}

	@media (min-width: 1199px) and (max-width: 1390px) {
		.location-odd .grid-loc-txt {
			padding-left: 50px;
		}
	}

	@media (max-width: 566px) {
		.grid-loc-txt {
			padding-left: 50px;
		}
		.location-even .grid-loc-txt {
			padding-left: 50px;
		}
	}

	.content-view,
	.content-view-more  {
		margin-bottom: 30px;
		display: block;
	}

	.content-view-more {
		display: none;
	}

	.content-view p:last-of-type,
	.content-view-more p:last-of-type {
		margin-bottom: 0;
	}

	.show_hide {
		display: block;
		font-weight: bold;
		margin-top: -25px;
	}

	#interactive-map-wrapper .dynamic-tab-secondary,
	.map_tabs .dynamic-tab-secondary {
		padding: 0;
	}

	#gMap {
		width: 100%;
		height: 100%;
		border: none;
		background: url(img/preloader.gif) no-repeat center center;
		background-size: 64px 64px;
		background-color: #1c4f9c;
		position: relative;
		overflow: hidden;
	}

	.acf-map {
		width: 100%;
		height: 100%;
		border: none;
		margin: 0;
	}

	.gmap-wrapper {
		height: 650px;
		width: 100%;
		background: #fff;
	}

	@media (min-width: 1400px) {
		.gmap-wrapper {
			height: 840px;
		}
	}

	@media (min-width: 1199px) and (max-width: 1400px) {
		.gmap-wrapper {
			height: 750px;
		}
	}

	.poi-info-window div,
	.poi-info-window a {
		color: #333;
		font-family: Roboto, Arial !important;
	}

	.poi-info-window .title {
		line-height: 1.25;
		margin-bottom: 10px;
	}

	@media only screen and ( min-width: 980px ) {
		.gm-style-pbc {
			opacity: 0 !important;
		}
	}

	.password-protected {
		margin-bottom: 150px;
		text-align: center;
	}

	.password-protected input {
		height: 45px;
		min-height: 45px;
	}

	.password-protected .btn {
		max-width: 300px;
		min-width: auto;
		font-size: 15px;
		height: 45px;
		min-height: 45px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.note-box {
		margin-top: 3em;
		position: relative;
	}

	.note-box--inner {
		background: #fff;
		background: rgba(255, 255, 255, 0.45);
		border: 1px solid rgba(215, 177, 132, 0.65);
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 25px;
		padding-right: 15px;
		position: relative;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	}

	.note-box:before {
		content: "";
		background: #d7b184;
		height: 5px;
		width: 70px;
		position: absolute;
		top: -2px;
		left: 0;
		visibility: visible;
		z-index: 10;
	}

	.note-box:after {
		content: "";
		background: #d7b184;
		height: 70px;
		width: 5px;
		position: absolute;
		top: -2px;
		left: -2px;
		visibility: visible;
		z-index: 10;
	}

	.note-box--inner:before {
		content: "";
		background: #d7b184;
		height: 5px;
		width: 70px;
		position: absolute;
		bottom: -3px;
		right: 0;
		visibility: visible;
	}

	.note-box--inner:after {
		content: "";
		background: #d7b184;
		height: 70px;
		width: 5px;
		position: absolute;
		bottom: -3px;
		right: -3px;
		visibility: visible;
	}

	.note-box p {
		color: #4c5057;
		font-size: 1.05em;
		line-height: 1.6;
	}

	.note-box p:last-of-type {
		margin-bottom: 0;
	}

	body #external-purchase-frame-container > #close {
		top: 0px !important;
		right: 0px !important;
		width: 25px !important;
		height: 25px !important;
		padding: 0 !important;
	}

	body #external-purchase-frame-container > #close > a {
		width: 25px !important;
		height: 25px !important;
		background-color: rgba(255,255,255,1) !important;
		font-size: 22px !important;
		font-weight: 400 !important;
		line-height: 24px !important;
		color: #1d9fe6 !important;
		text-shadow: none !important;
		text-align: center;
		text-decoration: none;
		transition: all .2s;
	}

	body #external-purchase-frame-container > #close > a:hover {
		background-color: rgba(255,255,255,1) !important;
		color: red !important;
	}

	@media (min-width: 767px) {
		body #external-purchase-frame-container > #close {
			top: 15px !important;
			right: 25px !important;
			width: 35px !important;
			height: 35px !important;
			border-radius: 50%;
		}

		body #external-purchase-frame-container > #close > a {
			width: 35px !important;
			height: 35px !important;
			background-color: rgba(255,255,255,.9) !important;
			font-size: 25px !important;
			line-height: 33px !important;
		}
	}

	#breadcrumbs {
		padding: 0 18px;
		color: #fff9;
		display: none;
		background-color: #0a2a5d;
		background-image: url(img/bg-breadcrumbs.png);
		height: 40px;
	}

	#breadcrumbs a {
		color: #fff9;
		font-size: 15px;
		font-family: 'Quattrocento', serif;
	}

	#breadcrumbs .breadcrumb_last{
		color: #fff;
		font-family: "Quattrocento",TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;
		font-size: 15px;
	}

	.headroom--not-top #breadcrumbs {
		display: block;
	}

	.important-item {
		display: flex;
		align-items: center;
		transition: all 0.2s;
		margin-top: -18px !important;
		background-image: url(img/button-bg.gif);
		z-index: 2;
	}
	.important-item a{
		color: white !important;
		font-size: 1em !important;
		font-weight: bold !important;
	}
