/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#header .contact-section .address,
#header .contact-section .social,
.main-nav ul,
.footer-social,
.footer-bottom .footer-links,
.footer-menu,
.popular-slider .slick-dots,
.trip-single .info,
.more-details ul,
.feature-info ul,
.news-list,
.tournament-single .dates,
.tournament-single .btn-list,
.paging ul,
.about-info .info-list,
.captain-list,
.trip-list,
.accordion,
.terms,
.terms ul,
.trip-advisor-block .slick-dots,
.tabset,
.tab-content,
.contact-block address ul,
.contact-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #004260;
	background: #fff;
	font: 1.6rem/1.625 "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.625em;
}

blockquote {
	border-left: 4px solid #808080;
	padding-left: .5em;
	margin-left: 1.625em;
}

th,
td {
	border: 1px solid #808080;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #808080;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #808080;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #808080;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #808080;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #808080;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #808080;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.625em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.625em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.625em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.625em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.625em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.625em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #808080;
	padding: .4em;
	margin-bottom: 1.625em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.625em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.625em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.625em;
}

.mejs-container {
	margin-bottom: 1.625em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #808080;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 1.1506849315068493;
}

h1,
.h1 {
	font-size: 5rem;
	font-family: "K2D", "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h2,
.h2 {
	font-size: 3rem;
}

h3,
.h3 {
	font-size: 2.4rem;
}

h4,
.h4 {
	font-size: 2rem;
}

h5,
.h5 {
	font-size: 1.8rem;
}

h6,
.h6 {
	font-size: 1.6rem;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* Slick slider styles */

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

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

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

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

html {
	font-size: 10px;
}

.nav-active {
	overflow: hidden;
}

.resize-active {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	padding-top: 9.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.container {
	width: 100%;
	max-width: 110rem;
	margin: 0 auto;
	padding: 0 2rem;
}

img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

a {
	text-decoration: underline;
	color: #004260;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #ff9d00;
}

.btn {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	color: #004260;
	background: #ff9d00;
	border-radius: 0 2.5rem 2.5rem 2.5rem;
	text-decoration: none;
	padding: 1rem 2rem;
}

.btn.sm {
	font-size: 1.4rem;
	padding: .5rem 1rem;
}

.btn.lg {
	font-size: 2.1rem;
	padding: 1rem 2rem;
}

.btn.dark {
	background: #004260;
	color: #fff;
}

.btn.dark:hover {
	color: #004260;
	background: #ff9d00;
}

.btn.general {
	background: #004260;
	color: #fff;
	border-radius: .4rem;
	font-size: 1.6rem;
	font-weight: 400;
	padding: .5rem 1rem;
}

.btn.general:hover {
	color: #004260;
	background: #ff9d00;
}

.btn.light {
	background: #fff;
	color: #004260;
	border-radius: .4rem;
	font-weight: 300;
	padding: 1rem 1rem 1rem 3rem;
	position: relative;
}

.btn.light .icon {
	position: absolute;
	width: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: .5rem;
}

.btn.light:hover {
	color: #004260;
	background: #ff9d00;
}

.btn.has-icon {
	border-radius: .4rem;
	font-weight: 300;
	padding: 1rem 1rem 1rem 3rem;
	position: relative;
}

.btn.has-icon .icon {
	position: absolute;
	width: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: .5rem;
}

.btn:hover {
	background: #004260;
}

.heading-section {
	display: block;
	position: relative;
	font-size: 2.5rem;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 3rem;
	text-align: center;
}

.heading-section .page-title {
	display: block;
	font-size: 4rem;
	line-height: 1;
	margin-bottom: 1rem;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: rgba(0, 66, 96, .16);
}

.heading-section h1 {
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 3rem;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.underline {
	display: inline-block;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.underline:before {
	content: "";
	position: absolute;
	bottom: .5rem;
	left: 0;
	right: 0;
	height: .2rem;
	background: #004260;
}

blockquote {
	margin-left: 0;
}

.text-center {
	text-align: center !important;
}

.italic-note {
	display: block;
	font-style: italic;
	font-weight: 700;
	color: #004260;
	padding-top: 3rem;
}

.video-block .video-container {
	position: relative;
	width: 100%;
	margin: 0 auto 4rem;
	padding-top: 56.25%;
}

.video-block iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

main > .mobile-description {
	margin: 0;
}

.mobile-description {
	display: block;
	padding: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -2rem;
}

.gallery-block {
	padding: 4rem 0;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

ol li {
	margin-bottom: 1rem;
}

.script-desktop-block {
	display: none;
}

.script-mobile-block {
	display: block;
}

.for-mobile {
	display: block;
}

.for-tablet {
	display: none;
}

.for-desktop {
	display: none;
}

#header {
	background: #fff;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 1rem 2rem;
	text-align: center;
	box-shadow: .8rem .7rem 2rem rgba(170, 170, 170, .16);
}

#header .logo-wrap {
	width: 207px;
}

#header .logo-wrap .logo-ta {
	display: none;
	width: 100%;
	background: #49e0a6;
	padding: .5rem 3.8rem;
	font-size: 1.2rem;
	font-weight: 700;
}

#header .logo-wrap a {
	color: #000;
	text-decoration: none;
}

#header .logo-wrap a:hover {
	text-decoration: none;
}

#header .logo-wrap a:hover:before {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

#header .logo-wrap a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: #3fe0a3;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
}

#header .logo {
	width: 20.7rem;
	margin: 0 auto;
}

#header .contact-section {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	border: solid #fff;
	border-width: .2rem 0;
	margin: 0 -2rem;
	padding: 2rem 2rem 1rem;
}

#header .contact-section .address {
	padding-bottom: 2rem;
}

#header .contact-section .address li {
	margin-bottom: 1rem;
	position: relative;
	padding-left: 2rem;
	padding-right: 1rem;
}

#header .contact-section .address li .icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header .contact-section .address a {
	text-decoration: none;
	color: #fff;
}

#header .contact-section .address a:hover {
	color: #ff9d00;
	text-decoration: none;
}

#header .contact-section .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#header .contact-section .social li {
	margin: 0 1rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#header .contact-section .social a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

#header .contact-section .social a:hover {
	opacity: .6;
	text-decoration: none;
}

.nav-opener {
	position: fixed;
	width: 5rem;
	height: 5rem;
	background: #004260;
	bottom: 10rem;
	right: 1rem;
	border: .2rem solid #fff;
	border-radius: 50%;
	z-index: 10;
	font-size: 0;
	line-height: 0;
	-webkit-transition: bottom .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: bottom .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: bottom .3s ease-in-out, background .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: bottom .3s ease-in-out, background .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-opener.menu-hidden {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: .2rem;
	border-radius: .2rem;
	margin-top: -.1rem;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-block {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 9.4rem;
	left: 0;
	right: 0;
	text-align: left;
	padding: 2.5rem 2rem 0;
	height: calc(100vh - 9.4rem);
	overflow-y: auto;
	background: #004260;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	box-shadow: .8rem .7rem 2rem rgba(170, 170, 170, .16);
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.nav-active .nav-block {
	opacity: 1;
	visibility: visible;
}

.nav-block .left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.nav-block .right {
	padding: 2rem;
	margin: 0 -2rem;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.nav-block .right .logo-ta {
	width: 21.5rem;
	margin: 0 auto;
}

.nav-block .right a {
	color: #000;
	text-decoration: none;
}

.nav-block .right a:hover {
	text-decoration: none;
}

.nav-block .right a:hover:before {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.nav-block .right a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: #3fe0a3;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
}

.main-nav {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}

.main-nav ul li {
	margin-bottom: 1rem;
}

.main-nav ul .sub-menu {
	padding-left: 2rem;
}

.main-nav ul .sub-menu li:first-child {
	padding-top: 1rem;
}

.main-nav ul .active > .opener:before,
.main-nav ul .current-menu-item > .opener:before {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	margin-top: .2rem;
}

.main-nav ul .active > a,
.main-nav ul .current-menu-item > a {
	box-shadow: inset 0 -.3rem 0 #ff9d00;
}

.main-nav ul .current-menu-parent > a {
	background: #ff9d00;
	color: #fff;
}

.main-nav ul a {
	text-decoration: none;
	color: #fff;
}

.main-nav ul a:hover {
	color: #ff9d00;
	text-decoration: none;
}

.main-nav ul a.opener {
	position: relative;
	padding-right: 2rem;
}

.main-nav ul a.opener:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border: solid #fff;
	border-width: 0 .2rem .2rem 0;
	display: inline-block;
	padding: .3rem;
	-webkit-transition: margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, margin .3s ease-in-out;
	transition: transform .3s ease-in-out, margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
	margin-top: -.2rem;
}

#footer {
	position: relative;
	background: #004260;
	color: #fff;
	margin-top: 4.2rem;
	font-size: 1.4rem;
	line-height: 1.7857142857142858;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#footer:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: url(images/konapatter2025.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	height: 4.2rem;
	background-size: contain;
}

#footer .footer-top {
	padding: 5rem 0;
}

#footer .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4rem;
}

#footer .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .footer-logo {
	margin-bottom: 3rem;
}

#footer .col {
	width: 100%;
	text-align: center;
}

#footer .col a:not(.btn) {
	text-decoration: none;
	color: #fff;
}

#footer .col a:not(.btn):hover {
	text-decoration: none;
	color: #ff9d00;
}

#footer address {
	font-style: normal;
}

.footer-social {
	margin: 0 -.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-social li {
	padding: 0 .5rem 1rem;
}

.footer-social a {
	width: 4.8rem;
	height: 4.8rem;
	border-radius: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #24243e;
}

.footer-social a:hover {
	background: #ff9d00;
}

.footer-bottom {
	background: #fff;
	color: #004260;
	padding: 2rem 0;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
}

.footer-bottom .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.footer-bottom .copy {
	display: block;
}

.footer-bottom .copy a {
	text-decoration: none;
}

.footer-bottom .copy a:hover {
	color: #ff9d00;
}

.footer-bottom .footer-links {
	margin: 0 -1rem 2rem;
}

.footer-bottom .footer-links li {
	margin: 0 1rem .5rem;
}

.footer-bottom .footer-links a {
	text-decoration: none;
}

.footer-bottom .footer-links a:hover {
	color: #ff9d00;
}

.footer-menu {
	padding: .5rem 0;
}

.footer-menu li {
	list-style-type: none;
	margin-bottom: 0;
}

.banner-section {
	background: #f2f2f2;
	color: #004260;
	padding: 5rem 0;
}

.banner-section .text-block {
	font-size: 2rem;
	line-height: 1.5;
	padding-bottom: 5rem;
}

.banner-section .text-block p {
	margin-bottom: 3rem;
}

.banner-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.banner-section .row:before {
	position: absolute;
	background: url(images/decor-dots.svg);
	background-size: 100% 100%;
	width: 4.2rem;
	height: 8.53rem;
	top: 10rem;
	left: -6rem;
}

.banner-section .img {
	width: 100%;
	height: 25rem;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 10rem 0 10rem 0;
	margin-bottom: 3rem;
}

.banner-section .img:only-child {
	width: 100%;
}

.popular-trips .top-block {
	padding-bottom: 3rem;
}

.slider-block {
	position: relative;
}

.slider-block .slick-list {
	overflow: visible !important;
}

.slider-block .popular-slider .slick-slide {
	height: auto;
}

.popular-slider {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin: 0 -1.1rem 5rem;
}

.popular-slider:not(.slick-dotted) .slick-track {
	width: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popular-slider .slick-slide {
	padding: 0 1.1rem;
}

.popular-slider .slick-dots {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	padding: 0 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popular-slider .slick-dots li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.popular-slider .slick-dots li.slick-active button {
	background: #ff9d00;
}

.popular-slider .slick-dots button {
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: 0;
	height: .5rem;
	background: #004260;
	-webkit-transition: background .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, border-radius .3s ease-in-out;
	transition: background .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, border-radius .3s ease-in-out;
}

.popular-slider .slick-dots button:hover {
	background: #ff9d00;
	height: .9rem;
	margin: -.2rem 0;
	border-radius: .2rem;
}

.trip-single {
	position: relative;
	background: #fff;
	border: .2rem solid #004260;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
}

.trip-single .tag {
	position: absolute;
	right: -.2rem;
	bottom: 100%;
	font-size: 1.3rem;
	line-height: 1.3076923076923077;
	padding: .7rem 1.5rem;
	color: #fff;
	background: -webkit-linear-gradient(top, #fb7222 0%, #d34d01 100%);
	background: linear-gradient(to bottom, #fb7222 0%, #d34d01 100%);
}

.trip-single .img-holder {
	height: 27.5rem;
	background-size: cover;
	background-position: 50% 50%;
	border-bottom: .2rem solid #004260;
}

.trip-single .title-holder {
	padding: 1.5rem 2rem;
	border-bottom: .2rem solid #004260;
}

.trip-single .title {
	display: block;
	font-size: 1.8rem;
	line-height: 1.25;
}

.trip-single .duration {
	display: block;
	font-size: 1.6rem;
	line-height: 1.25;
}

.trip-single .meta {
	padding: 1.5rem 2rem;
	font-size: 1.3rem;
	line-height: 1.2307692307692308;
	font-weight: 600;
}

.trip-single .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.trip-single .star-rating {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 1.3rem;
	line-height: 1.2307692307692308;
	font-weight: 600;
	width: 100%;
	padding-bottom: 1rem;
}

.trip-single .star-rating img {
	margin-bottom: 1rem;
}

.trip-single .price {
	display: block;
	font-size: 1.8rem;
	line-height: 1.25;
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 1rem;
}

.trip-single .info li {
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1.5rem;
}

.trip-single .info li .icon {
	position: absolute;
	top: -.3rem;
	left: 0;
	width: 2rem;
}

.trip-single .info li .icon img {
	width: 100%;
}

.trip-single .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trip-single .left {
	width: 100%;
	position: relative;
	padding-left: 2.5rem;
	padding-bottom: 0;
}

.trip-single .left .info {
	margin-left: -2.5rem;
}

.trip-single .left .icon {
	position: absolute;
	top: -.3rem;
	left: 0;
	width: 2rem;
}

.trip-single .left .icon img {
	width: 100%;
}

.trip-single .right {
	padding-left: 1rem;
}

.more-details {
	margin-bottom: 3rem;
}

.more-details .left {
	font-size: 1.8rem;
	line-height: 1.25;
	margin-bottom: 2rem;
}

.more-details .title {
	font-size: 2rem;
	line-height: 1.25;
	display: block;
	font-weight: 700;
	margin-bottom: 1rem;
}

.feature-info {
	padding: 3rem 0;
}

.feature-info ul {
	margin: 0 -1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.feature-info ul li {
	padding: 0 1rem 2rem;
	width: 100%;
}

.feature-single {
	display: block;
	border: .2rem solid #004260;
	background: #fff;
	border-radius: 2rem;
	padding: 3rem 1rem;
	height: 100%;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, transform .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, transform .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.feature-single:hover {
	border-color: #000;
	color: #000;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 0 2rem rgba(0, 66, 96, .4);
}

.feature-single .icon-holder {
	width: 100%;
	height: 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}

.feature-single .icon-holder img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.feature-single .feature-title {
	display: block;
	color: #292c52;
	font-size: 1.6rem;
	line-height: 1.25;
	margin-bottom: 1rem;
}

.feature-single .info {
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.25;
}

.book-block {
	padding: 5rem 0;
	margin: 2.5rem 0;
	background: #f2f2f2;
	position: relative;
	z-index: 1;
}

.book-block:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 30%;
	background: #f2f2f2;
	border-radius: 3rem 0 0 3rem;
	z-index: -1;
}

.book-block .img-holder {
	width: 100%;
	min-height: 25rem;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 10rem 0 10rem 0;
	margin-bottom: 3rem;
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, .48);
	overflow: hidden;
}

.book-block .img-holder:has(img) {
	background: none !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 0;
	height: 25rem;
}

.book-block .img-holder img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% 50%;
}

.book-block .btn-wrap {
	padding-top: 1.5rem;
}

.book-block .btn {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

.info-block {
	padding: 5rem 0;
	text-align: center;
}

.info-block .btn-wrap {
	padding-top: 2.5rem;
}

.news-block {
	background: #f2f2f2;
	padding: 5rem 0;
}

.news-block .text-block {
	padding-bottom: 4rem;
}

.news-list {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-list li {
	width: 100%;
	padding: 0 10px 40px;
}

.news-single {
	border: .3rem solid #004260;
	border-radius: 1rem;
	overflow: hidden;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news-single .img-block {
	height: 20rem;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.news-single .img-block .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	background: #ff9d00;
	color: #fff;
	border-radius: 1rem 0 0 1rem;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.news-single .text-block {
	padding: 2rem 1.5rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news-single .text-block .wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.news-single .title {
	display: block;
	margin-bottom: 2rem;
}

.news-single .title a {
	text-decoration: none;
	color: #004260;
}

.news-single .title a:hover {
	color: #ff9d00;
}

.news-single .read-more {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-single .more {
	display: inline-block;
	vertical-align: top;
	padding-right: 3rem;
	font-weight: 700;
	color: #004260;
	text-decoration: none;
	position: relative;
}

.news-single .more:hover {
	opacity: .6;
}

.news-single .more:hover:before {
	right: 0;
}

.news-single .more:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(images/arrow.svg);
	width: 1.6rem;
	height: 1.3rem;
	-webkit-transition: opacity .3s ease-in-out, right .3s ease-in-out;
	transition: opacity .3s ease-in-out, right .3s ease-in-out;
}

.review-block {
	padding: 5rem 0;
	background: #004260;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.review-block h2 {
	font-size: 3.8rem;
	line-height: 1.25;
	font-weight: 700;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 3rem;
	text-align: center;
}

.review-slider {
	position: relative;
	width: 100%;
}

.review-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -2rem;
	z-index: 3;
	background: #fff;
	border: .1rem solid #ff9d00;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.review-slider .slick-arrow:hover {
	background: #004260;
}

.review-slider .slick-arrow:hover span {
	border-color: #fff;
}

.review-slider .slick-arrow.slick-next {
	left: auto;
	right: -2rem;
}

.review-slider .slick-arrow.slick-next span {
	margin-left: -.2rem;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.review-slider .slick-arrow span {
	border: solid black;
	border-width: 0 .2rem .2rem 0;
	display: inline-block;
	padding: .3rem;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: .2rem;
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
}

.review-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.review-slider .slick-slide {
	padding: 0 .5rem 1rem;
	height: auto;
}

.review-slider .review-wrapper {
	border-radius: 1.6rem;
	color: #004260;
	padding: 6rem 3rem;
	position: relative;
	z-index: 1;
	height: 100%;
}

.review-slider .review-wrapper:before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 2rem;
	right: 2rem;
	bottom: -1rem;
	box-shadow: 0 .3rem 1rem rgba(119, 119, 119, .1);
	background: rgba(255, 255, 255, .9);
	z-index: -2;
	border-radius: 1.6rem;
}

.review-slider .review-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 1.6rem;
	background: #fff;
	z-index: -1;
	box-shadow: 0 .3rem 1rem rgba(119, 119, 119, .1);
}

.review-slider .client {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2rem;
}

.review-slider .img-holder {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
}

.review-slider .text-holder {
	width: calc(100% - 5rem);
	padding-left: 1rem;
}

.review-slider .text-holder:only-child {
	padding-left: 0 !important;
	width: 100% !important;
}

.review-slider .name {
	display: block;
	color: #004260;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.review-slider .address {
	display: block;
	color: #004260;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 700;
}

.review-slider .review {
	margin-bottom: 3rem;
}

.review-slider .title {
	display: block;
	color: #004260;
	margin-bottom: 1rem;
}

.review-slider .text-block {
	font-size: 1.6rem;
}

.not-found {
	padding: 5rem 0;
	border-bottom: 10rem solid #ff9d00;
}

.not-found .img-block {
	height: 22.5rem;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 10rem 0 10rem 0;
	margin-bottom: 4rem;
}

.not-found .text-holder {
	text-align: center;
}

.not-found .text-holder .heading {
	display: block;
	position: relative;
	font-size: 2.5rem;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 3rem;
	text-align: center;
}

.not-found .text-holder .error {
	display: block;
	font-size: 6rem;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(0, 66, 96, .16);
}

.not-found .text-holder a {
	display: inline-block;
}

.page-main {
	padding: 5rem 0;
}

.tournament-single {
	margin-bottom: 4rem;
	box-shadow: .8rem .8rem 5rem rgba(117, 117, 117, .32);
	background: #fff;
	border-radius: .6rem;
	overflow: hidden;
}

.tournament-single .img-holder {
	min-height: 26.8rem;
	background-size: cover;
	background-position: 50% 50%;
}

.tournament-single .text-holder {
	padding: 2rem 1.5rem 0;
}

.tournament-single h2 {
	font-size: 2rem;
}

.tournament-single .title {
	display: block;
	margin-bottom: 1rem;
}

.tournament-single .dates {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
}

.tournament-single .dates li {
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: .5rem;
}

.tournament-single .dates li .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 2rem;
}

.tournament-single .dates li .icon img {
	width: 100%;
}

.tournament-single .right {
	border-top: .2rem solid #004260;
	padding: 1rem 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

.tournament-single .btn-list {
	margin: 0 -.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tournament-single .btn-list li {
	margin: 0 .5rem 1rem;
}

.paging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 5rem 0;
}

.paging ul {
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.paging ul li {
	margin: 0 .5rem;
}

.paging ul li.active a {
	background: #004260;
	color: #fff;
	pointer-events: none;
}

.paging .current {
	display: block;
	background: #004260;
	color: #fff;
	pointer-events: none;
	padding: .5rem 1.5rem;
	border-radius: 1.5rem;
}

.paging .page-numbers.dots {
	display: block;
	padding: .5rem 1.5rem;
}

.paging a {
	display: block;
	text-decoration: none;
	padding: .5rem 1.5rem;
	background: #ff9d00;
	border-radius: 1.5rem;
	color: #004260;
}

.paging a:hover {
	background: #004260;
	color: #fff;
	text-decoration: none;
}

.paging a.next.disabled,
.paging a.prev.disabled {
	background: #808080;
	color: #004260;
	pointer-events: none;
}

.about-info {
	padding: 5rem 0;
}

.about-info h2 {
	text-align: center;
}

.about-info .img-holder {
	margin-bottom: 3rem;
}

.about-info .img-holder a {
	display: block;
	font-size: 0;
	line-height: 0;
	padding-top: 56%;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	border-radius: .6rem;
}

.about-info .img-holder a:hover:before {
	background: rgba(0, 66, 96, .8);
}

.about-info .img-holder a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 5rem;
	height: 5rem;
	border: .2rem solid #fff;
	border-radius: 50%;
	background: rgba(0, 66, 96, .4);
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.about-info .img-holder a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: .25rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0 1rem 2rem;
	border-color: transparent transparent transparent #fff;
}

.about-info .text-holder {
	padding-bottom: 3rem;
}

.about-info .info-list li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1rem;
}

.about-info .info-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: .5rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 1.5rem;
	width: .8rem;
	border-bottom: .3rem solid #004260;
	border-right: .3rem solid #004260;
}

.meet-team {
	padding: 5rem 0 2rem;
	background: #004260;
	color: #fff;
}

.meet-team .heading-block .sub-info {
	display: block;
	margin-bottom: 2rem;
}

.captain-list {
	margin: 0 -2.1rem;
}

.captain-list li {
	padding: 0 2.1rem 4rem;
}

.captain-list li > a {
	display: block;
	color: #004260;
	background: #fff;
	border-radius: 2rem;
	overflow: hidden;
	text-decoration: none;
}

.captain-list li > a:hover {
	background: #ff9d00;
	color: #fff;
}

.captain-list li img {
	width: 100%;
}

.captain-list .text-holder {
	padding: 2rem 1.5rem;
}

.captain-list .name {
	display: block;
	margin-bottom: .5rem;
	font-size: 2.4rem;
}

.captain-list .position {
	display: block;
}

.body-active {
	overflow: hidden;
}

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -50rem;
	width: 100%;
	background: rgba(0, 0, 0, .75);
	z-index: 99;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, right .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, right .3s ease-in-out;
}

.popup:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100vw;
}

.popup .popup-wrap {
	width: 100%;
	background: #004260;
	height: 100vh;
	overflow-y: auto;
}

.popup-active .popup {
	opacity: 1;
	visibility: visible;
	right: 0;
}

.popup .close {
	position: absolute;
	top: 2rem;
	right: 3rem;
	font-size: 0;
	line-height: 0;
	background: url(images/close.png);
	background-size: 100% 100%;
	width: 2.3rem;
	height: 2.3rem;
}

.popup .close:hover {
	text-decoration: none;
	opacity: .6;
}

.popup .close:before {
	content: "";
	position: absolute;
	top: -2rem;
	right: 47rem;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, .8);
}

.popup .title {
	display: block;
	padding: 2rem 6rem 2rem 2.5rem;
	background: #ff9d00;
	font-size: 2.4rem;
}

.popup .position {
	display: block;
	padding: 2rem 2.5rem;
	font-size: 2rem;
}

.popup .img-block {
	padding-top: 56%;
	background-size: cover;
	background-position: 50% 50%;
}

.popup .logo-block {
	padding: 2rem 1.5rem;
	background: rgba(0, 0, 0, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.popup .logo {
	width: 20rem;
}

.popup .text-block {
	padding: 3rem 2.5rem;
}

.text-content {
	padding: 5rem 0;
}

.trip-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.1rem 5rem;
}

.trip-list > li {
	width: 100%;
	padding: 0 1.1rem 4.2rem;
}

.faq-section {
	padding: 5rem 0;
}

.accordion li {
	margin-bottom: 1.5rem;
	border-bottom: .2rem solid rgba(128, 128, 128, .4);
}

.accordion li.active {
	padding-bottom: 1rem;
}

.accordion li.active .opener:after {
	content: "-";
	top: .4rem;
}

.accordion .opener {
	display: block;
	padding: 1rem 1rem 1rem 3rem;
	text-decoration: none;
	position: relative;
	font-weight: 700;
}

.accordion .opener:hover {
	text-decoration: none;
	color: #ff9d00;
}

.accordion .opener:before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border: .2rem solid #004260;
}

.accordion .opener:after {
	content: "+";
	position: absolute;
	top: .5rem;
	left: 0;
	font-size: 3rem;
	line-height: 1;
	width: 2rem;
	text-align: center;
	font-weight: 400;
}

.accordion .slide {
	padding-left: 3rem;
}

.half-n-half .img-holder {
	padding-top: 56%;
	position: relative;
	margin: 0 -2rem;
}

.half-n-half .img-holder .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.half-n-half .text-holder {
	padding: 4rem 0;
}

.terms-block {
	padding: 5rem 0;
}

.terms-block h2 {
	text-align: center;
}

.terms-block .danger-note {
	color: #f96661;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-bottom: 2rem;
}

.terms-block .danger-note strong {
	display: block;
}

.terms {
	padding-bottom: 3rem;
}

.terms li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1rem;
}

.terms li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 1.5rem;
	width: .8rem;
	border-bottom: .3rem solid #004260;
	border-right: .3rem solid #004260;
}

.terms li.title-area {
	padding-left: 0;
	font-weight: 700;
	color: #004260;
}

.terms li.title-area:before {
	content: none;
}

.terms ul {
	padding: 2rem 0 0;
}

.no-bg {
	background: transparent !important;
}

.container .container {
	padding: 0 !important;
}

.hero-image {
	height: 30rem;
	border-radius: 10rem 0 10rem 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .3);
	margin-bottom: 2rem;
}

.content-columns {
	padding: 5rem 0;
}

.content-columns .share-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-columns .share-block .title {
	display: block;
	padding-right: 1rem;
	margin-bottom: 1rem;
}

.content-columns .content-left .meta .date {
	display: block;
	margin-bottom: 1rem;
}

.content-columns .content-left .img-holder {
	padding: 2rem 0;
	width: 100%;
}

.content-columns .content-left .img-holder img {
	width: 100%;
	height: auto;
}

.content-columns .sidebar-right img {
	width: 100%;
	height: auto;
}

.trip-advisor-block {
	padding: 5rem 0;
}

.trip-advisor-block .ta-slider {
	padding-bottom: 6rem;
}

.trip-advisor-block .ta-image {
	padding: 0 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.trip-advisor-block .slick-dots {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	padding: 0 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.trip-advisor-block .slick-dots li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.trip-advisor-block .slick-dots li.slick-active button {
	background: #ff9d00;
}

.trip-advisor-block .slick-dots button {
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: 0;
	height: .8rem;
	background: #004260;
	-webkit-transition: background .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, border-radius .3s ease-in-out;
	transition: background .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, border-radius .3s ease-in-out;
}

.trip-advisor-block .slick-dots button:hover {
	background: #ff9d00;
	height: .9rem;
	margin: -.2rem 0;
	border-radius: .2rem;
}

.as-seen-on {
	padding: 4rem 0;
	text-align: center;
}

.as-seen-on h2 {
	display: block;
	margin-bottom: 2rem;
}

.as-seen-on .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fishing-season {
	padding: 3rem 0;
}

.fishing-season h2 {
	margin-bottom: 3rem;
}

.responsive-table {
	width: 100%;
	border-spacing: 0;
	font-size: 1.6rem;
	border-radius: .8rem;
	border-collapse: collapse !important;
	overflow: hidden;
	border: .1rem solid #000;
	box-shadow: 0 0 .8rem rgba(0, 0, 0, .4);
}

.responsive-table thead {
	position: absolute;
	clip: rect(.1rem .1rem .1rem .1rem); /* IE6, IE7 */
	padding: 0;
	border: 0;
	height: .1rem;
	width: .1rem;
	overflow: hidden;
}

.responsive-table thead th {
	border-left: .1rem solid #000; /*border-bottom: 0.1rem solid #000;*/
	font-weight: bold;
	text-align: center;
	background: #00435e;
	color: #fff;
	font-size: larger;
}

.responsive-table thead th:first-of-type {
	text-align: left;
	border-left: 0;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
	font-size: 1.6rem;
}

.responsive-table th,
.responsive-table td {
	padding: 1rem 1.5rem;
	vertical-align: middle;
}

.responsive-table tbody tr {
	margin-bottom: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.responsive-table tbody tr td {
	width: 50%;
}

.responsive-table tbody tr:last-of-type {
	margin-bottom: 0;
}

.responsive-table tbody th[scope="row"] {
	background-color: #004260;
	color: white;
	width: 100%;
}

.responsive-table tbody td {
	text-align: right;
}

.responsive-table tbody td[data-type="currency"] {
	text-align: right;
}

.responsive-table tbody td[data-title]:before {
	content: attr(data-title);
	float: left;
	font-size: 1.6rem;
	color: #000;
	font-weight: bold;
}

.good {
	color: #004260;
	font-weight: bold;
	font-size: 1.6rem;
}

.fair {
	color: #fc9d00;
	font-weight: bold;
	font-size: 1.6rem;
}

.best {
	color: green;
	font-weight: bold;
	font-size: 1.6rem;
}

.tabset {
	display: none;
}

.tabset li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabset li + li {
	border-top: .1rem solid #fff;
}

.tabset a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: #004260;
	text-decoration: none;
	padding: 1.5rem 2.5rem;
	font-size: 2.4rem;
	font-weight: 700;
	height: 100%;
}

.tabset a:hover {
	background: #ff9d00;
	color: #004260;
}

.tab-content {
	border-radius: 2rem;
	overflow: hidden;
}

.tab-content li + li {
	border-top: .1rem solid #fff;
}

.tab-content .opener {
	display: block;
	color: #fff;
	background: #004260;
	text-decoration: none;
	padding: 1.5rem 2.5rem;
	font-size: 2rem;
	font-weight: 700;
}

.tab-content .opener:hover {
	background: #ff9d00;
	color: #004260;
}

.tab-content .slide-wrap {
	padding: 2.5rem 0;
}

.contact-block {
	background: #f5f5f5;
	padding: 5rem 0 10rem;
	margin-bottom: -5rem;
}

.contact-block .block {
	padding-bottom: 3rem;
}

.contact-block address {
	position: relative;
	padding-left: 3rem;
	font-weight: 700;
	font-style: normal;
}

.contact-block address ul {
	margin-left: -3rem;
}

.contact-block address ul li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 3rem;
}

.contact-block address ul li .icon {
	width: 2.5rem;
	position: absolute;
	top: 1.5rem;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contact-block address a {
	text-decoration: none;
}

.contact-block address a:hover {
	text-decoration: underline;
}

.contact-form {
	padding-bottom: 5rem;
}

.contact-form h2 {
	font-size: 3.8rem;
}

.contact-form .sub-title {
	display: block;
	font-size: 2rem;
	color: #004260;
	margin-bottom: 5rem;
}

.contact-form .sub-title a {
	text-decoration: none;
	color: #004260;
}

.contact-form .sub-title a:hover {
	text-decoration: none;
	color: #004260;
}

.contact-form ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}

.contact-form ul li {
	width: 100%;
	padding: 0 1.5rem;
	margin-bottom: 2rem;
	position: relative;
}

.contact-form ul li.full-width {
	width: 100%;
}

.contact-form .validation_error,
.contact-form .validation_message {
	font-size: 1.4rem;
	line-height: 2rem;
	padding: .5rem 0 0;
	color: #004260;
}

.contact-form .validation_error {
	padding: .5rem 0 1rem;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
	display: block;
	width: 100%;
	padding: 1.5rem 1.5rem;
	border-width: .2rem;
	background: #f5f5f5;
	border-radius: .8rem;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	color: #004260;
	outline: none;
	box-shadow: 0;
	resize: none;
	padding: .8rem 1.5rem;
}

.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #004260;
}

.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="tel"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	opacity: 1;
	color: #004260;
}

.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="tel"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #004260;
}

.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="tel"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: #004260;
}

.contact-form input[type="text"].placeholder,
.contact-form input[type="tel"].placeholder,
.contact-form input[type="email"].placeholder,
.contact-form textarea.placeholder {
	color: #004260;
}

.contact-form input[type="text"][aria-invalid="true"],
.contact-form input[type="tel"][aria-invalid="true"],
.contact-form input[type="email"][aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
	border-color: #004260;
}

.contact-form textarea {
	height: 15rem;
}

.contact-form button[type="submit"],
.contact-form input[type="submit"] {
	background: #004260;
	color: #f5f5f5;
	border: 0;
	font-size: 2rem;
	line-height: 1.428571;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
	border-radius: .8rem;
	display: block;
	width: 20rem;
	padding: 1rem 1.5rem;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.hero-section .contact-form button[type="submit"],
.hero-section
    .contact-form input[type="submit"] {
	font-size: 1.8rem;
}

.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
	background: #ff9d00;
}

.contact-form .gfield {
	position: relative;
	line-height: 1.5;
	font-weight: 700;
	color: #004260;
	font-size: 1.4rem;
}

.contact-form .gfield.float input,
.contact-form .gfield.float textarea,
.contact-form .gfield.focus input,
.contact-form .gfield.focus textarea {
	padding: 2.3rem 1.5rem .7rem;
	background: rgba(255, 157, 0, .3);
	border-radius: .5rem .5rem 0 0;
}

.contact-form .gfield label {
	display: block;
	font-size: 1.6rem;
	margin-bottom: .5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: top .3s ease-in-out, font-size .3s ease-in-out;
	transition: top .3s ease-in-out, font-size .3s ease-in-out;
}

.contact-form form {
	border: 2px solid #004260;
	border-radius: 2rem;
	padding: 3rem 2rem;
}

.LV_invalid_field {
	padding: 2.3rem 4rem .7rem 1.5rem !important;
	background: #ffb2b2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI4Ni4wNTQgMjg2LjA1NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg2LjA1NCAyODYuMDU0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBzdHlsZT0iZmlsbDojRTI1NzRDOyIgZD0iTTE2OC4zNTIsMTQyLjkyNGwyNS4yOC0yNS4yOGMzLjQ5NS0zLjUwNCwzLjQ5NS05LjE1NCwwLTEyLjY0bC0xMi42NC0xMi42NDkNCgkJYy0zLjQ5NS0zLjQ4Ni05LjE0NS0zLjQ5NS0xMi42NCwwbC0yNS4yODksMjUuMjg5bC0yNS4yNzEtMjUuMjcxYy0zLjUwNC0zLjUwNC05LjE2My0zLjUwNC0xMi42NTgtMC4wMThsLTEyLjY0LDEyLjY0OQ0KCQljLTMuNDk1LDMuNDg2LTMuNDg2LDkuMTU0LDAuMDE4LDEyLjY0OWwyNS4yNzEsMjUuMjcxTDkyLjU1NiwxNjguMTVjLTMuNDk1LDMuNDk1LTMuNDk1LDkuMTQ1LDAsMTIuNjRsMTIuNjQsMTIuNjQ5DQoJCWMzLjQ5NSwzLjQ4Niw5LjE0NSwzLjQ5NSwxMi42NCwwbDI1LjIyNi0yNS4yMjZsMjUuNDA1LDI1LjQxNGMzLjUwNCwzLjUwNCw5LjE2MywzLjUwNCwxMi42NTgsMC4wMDlsMTIuNjQtMTIuNjQNCgkJYzMuNDk1LTMuNDk1LDMuNDg2LTkuMTU0LTAuMDA5LTEyLjY1OEwxNjguMzUyLDE0Mi45MjR6IE0xNDMuMDI3LDAuMDA0QzY0LjAzMSwwLjAwNCwwLDY0LjAzNiwwLDE0My4wMjINCgkJYzAsNzguOTk2LDY0LjAzMSwxNDMuMDI3LDE0My4wMjcsMTQzLjAyN3MxNDMuMDI3LTY0LjAzMSwxNDMuMDI3LTE0My4wMjdDMjg2LjA1NCw2NC4wNDUsMjIyLjAyMiwwLjAwNCwxNDMuMDI3LDAuMDA0eg0KCQkgTTE0My4wMjcsMjU5LjIzMmMtNjQuMTgzLDAtMTE2LjIwOS01Mi4wMjYtMTE2LjIwOS0xMTYuMjA5czUyLjAyNi0xMTYuMjEsMTE2LjIwOS0xMTYuMjFzMTE2LjIwOSw1Mi4wMjYsMTE2LjIwOSwxMTYuMjA5DQoJCVMyMDcuMjEsMjU5LjIzMiwxNDMuMDI3LDI1OS4yMzJ6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) !important;
	background-position: calc(100% - 1rem) 50% !important;
	background-size: 3rem 3rem !important;
	background-repeat: no-repeat !important;
	border-color: #004260 !important;
}

.LV_valid_field {
	padding: 2.3rem 4rem .7rem 1.5rem !important;
	background: #dffcdc url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) !important;
	background-position: calc(100% - 1rem) 50% !important;
	background-size: 3rem 3rem !important;
	background-repeat: no-repeat !important;
	border-color: #dffcdc !important;
}

select.LV_invalid_field {
	padding: 1.5rem 7rem 1.5rem 1.5rem !important;
	background-position: calc(100% - 4rem) 50% !important;
}

select.LV_valid_field {
	padding: 1.5rem 7rem 1.5rem 1.5rem !important;
	background-position: calc(100% - 4rem) 50% !important;
}

.LV_validation_message {
	display: none;
}

.validation_message {
	color: #004260;
	padding-top: .5rem;
}

@media screen and (min-width: 375px) {
	.footer-bottom .footer-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 480px) {
	#footer .col {
		width: 50%;
	}

	.trip-single .left {
		width: calc(100% - 17rem);
	}

	.trip-single .right {
		width: 17rem;
	}

	.feature-info ul li {
		width: 50%;
	}

	.feature-single:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.meet-team .heading-block .sub-info {
		margin-bottom: 4rem;
	}

	.captain-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.captain-list li {
		width: 50%;
	}

	.responsive-table tbody tr td {
		width: 33.33%;
	}
}

@media screen and (min-width: 500px) {
	.popup {
		width: calc(100vw + 50rem);
	}

	.popup .popup-wrap {
		width: 50rem;
	}
}

@media screen and (min-width: 600px) {
	.news-list li {
		width: 50%;
	}

	.responsive-table tbody td[data-title]:before {
		font-size: 2rem;
		font-weight: bold;
	}

	.good {
		font-size: 2rem;
	}

	.fair {
		font-size: 2rem;
	}

	.best {
		font-size: 2rem;
	}
}

@media (min-width: 600px) {
	.responsive-table th,
	.responsive-table td {
		padding: 1rem 1.5rem;
	}

	.responsive-table tbody th[scope="row"] {
		border-left: .1rem solid #000;
		border-bottom: 0;
	}

	.responsive-table tbody th[scope="row"]:first-of-type {
		border-left: 0;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media screen and (min-width: 768px) {
	.mobile-description {
		display: none;
	}

	.for-mobile {
		display: none;
	}

	.for-tablet {
		display: block;
	}

	#footer .col {
		width: 25%;
		padding-right: 2rem;
		text-align: left;
	}

	.banner-section .img {
		width: calc(50% - 1.5rem);
		height: 44.6rem;
	}

	.banner-section .img:only-child {
		height: 32.5rem;
	}

	.trip-single {
		height: 100%;
	}

	.trip-single .star-rating {
		width: auto;
		padding-bottom: 0;
	}

	.trip-single .info {
		padding-bottom: 1rem;
	}

	.trip-single .bottom {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.trip-single .left {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-bottom: 0;
		width: auto;
	}

	.trip-single .right {
		width: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.feature-info ul {
		margin: 0 -2rem;
	}

	.feature-info ul li {
		width: 33.33%;
		padding: 0 2rem 4rem;
	}

	.book-block .img-holder:has(img) {
		height: 35rem;
	}

	.review-slider .slick-slide {
		padding: 0 1.5rem 1rem;
	}

	.review-slider .img-holder {
		width: 6.9rem;
		height: 6.9rem;
	}

	.review-slider .text-holder {
		width: calc(100% - 6.9rem);
		padding-left: 2rem;
	}

	.review-slider .name {
		font-size: 2.6rem;
	}

	.tournaments-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.tournament-single {
		width: 48%;
	}

	.captain-list {
		max-width: 70rem;
	}

	.trip-list > li {
		width: 50%;
	}

	.two-col-accordion {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.accordion {
		width: calc(50% - 2rem);
	}

	.content-columns .content-left .meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.responsive-table tbody tr td {
		width: 25%;
	}

	.contact-form ul li {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.btn.lg {
		font-size: 2.8rem;
		padding: 1rem 2.5rem;
	}

	.heading-section {
		font-size: 3rem;
		margin-bottom: 5rem;
	}

	.heading-section .page-title {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		-ms-transform: translate(-50%, -50%) scale(1.5);
		transform: translate(-50%, -50%) scale(1.5);
		font-size: 5rem;
	}

	.heading-section h1 {
		font-size: 4.5rem;
	}

	.video-block .video-container {
		width: 80rem;
		height: 45rem;
		padding-top: 0;
	}

	.gallery-block {
		padding: 8rem 0;
	}

	.script-desktop-block {
		display: block;
	}

	.script-mobile-block {
		display: none;
	}

	.for-tablet {
		display: none;
	}

	.for-desktop {
		display: block;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#footer .left {
		width: 25%;
	}

	#footer .right {
		padding-top: 3rem;
		padding-left: 4rem;
		width: 75%;
	}

	.footer-bottom .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-bottom .copy {
		max-width: 50%;
		padding-right: 2rem;
	}

	.footer-bottom .footer-links {
		margin-bottom: 0;
		max-width: 50%;
	}

	.banner-section {
		margin-bottom: 25rem;
	}

	.banner-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.banner-section .text-block {
		width: 50%;
		padding-right: 10rem;
	}

	.banner-section .img-block {
		width: 50%;
		margin-bottom: -20rem;
	}

	.banner-section .row:before {
		content: "";
	}

	.popular-trips .top-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.popular-trips .top-block h2 {
		width: 33.33%;
		padding-right: 2rem;
	}

	.popular-trips .top-block .text-block {
		width: 66.66%;
	}

	.trip-single .title {
		font-size: 2.5rem;
	}

	.trip-single .duration {
		font-size: 1.8rem;
	}

	.more-details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.more-details .left {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 2.2rem;
		line-height: 1.3636363636363635;
	}

	.more-details .right {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding-left: 2rem;
	}

	.more-details .title {
		font-size: 3rem;
		line-height: 1.2;
	}

	.feature-info ul li {
		width: 25%;
	}

	.feature-single .feature-title {
		font-size: 2rem;
	}

	.feature-single .info {
		font-size: 2rem;
	}

	.book-block {
		background: #fff;
	}

	.book-block:before {
		content: "";
	}

	.book-block.img-right:before {
		left: 0;
		right: 30%;
		border-radius: 0 3rem 3rem 0;
	}

	.book-block.img-right .book-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		border-radius: 2.4rem 10rem 0 2.4rem;
	}

	.book-block.img-right .img-holder {
		border-radius: 0 10rem 0 10rem;
	}

	.book-block .book-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		box-shadow: 0 0 1.6rem rgba(0, 0, 0, .48);
		border-radius: 10rem 2.4rem 2.4rem 0;
		overflow: hidden;
		background: #fff;
	}

	.book-block .img-holder {
		min-height: 45rem;
		width: 50%;
		margin-bottom: 0;
	}

	.book-block .img-holder:has(img) {
		height: auto;
		min-height: 45rem;
	}

	.book-block .text-holder {
		width: 50%;
		padding-left: 5rem;
		padding-right: 2rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.news-list li {
		width: 25%;
	}

	.review-block {
		padding: 10rem 0;
	}

	.review-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.review-block h2 {
		width: 25%;
		padding-right: 3rem;
		text-align: left;
	}

	.review-slider {
		width: 75%;
	}

	.review-slider .slick-arrow {
		left: -2.5rem;
	}

	.review-slider .slick-arrow.slick-next {
		right: -2.5rem;
	}

	.not-found {
		border-bottom-width: 20rem;
	}

	.not-found .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.not-found .img-block {
		height: 32.5rem;
		width: 40%;
	}

	.not-found .text-holder {
		width: 60%;
		padding-right: 2rem;
	}

	.not-found .text-holder .heading {
		font-size: 3rem;
		margin-bottom: 5rem;
	}

	.not-found .text-holder .error {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		-ms-transform: translate(-50%, -50%) scale(1.5);
		transform: translate(-50%, -50%) scale(1.5);
		font-size: 5rem;
	}

	.page-main {
		padding: 5rem 0 10prem;
	}

	.tournaments-block {
		display: block;
	}

	.tournament-single {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tournament-single .img-holder {
		width: 35rem;
		border-radius: .6rem;
	}

	.tournament-single .text-holder {
		width: calc(100% - 35rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 3rem 1.5rem;
	}

	.tournament-single h2 {
		font-size: 3rem;
	}

	.tournament-single .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tournament-single .left {
		width: 40%;
		padding-right: 2rem;
	}

	.tournament-single .right {
		border-top: 0;
		border-left: .2rem solid #004260;
		padding: 0 0 0 2rem;
		width: 60%;
	}

	.about-info {
		padding: 8rem 0;
	}

	.about-info .info-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 4rem;
	}

	.about-info .img-holder {
		width: 50%;
		margin-bottom: 0;
	}

	.about-info .img-holder a:before {
		width: 8rem;
		height: 8rem;
	}

	.about-info .img-holder a:after {
		border-width: 2rem 0 2rem 4rem;
		margin-left: .5rem;
	}

	.about-info .text-holder {
		width: 50%;
		padding-left: 2rem;
		padding-bottom: 0;
	}

	.about-info .info-list {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 4rem;
		column-gap: 4rem;
	}

	.meet-team {
		padding: 10rem 0 6rem;
	}

	.meet-team .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.meet-team .heading-block {
		max-width: calc(100% - 70rem);
		padding-right: 4rem;
	}

	.body-active {
		padding-right: 1.7rem;
	}

	.body-active #header {
		padding-right: 1.7rem;
	}

	.popup .text-block {
		font-size: 2rem;
	}

	.text-content {
		padding: 8rem 0;
	}

	.trip-list > li {
		width: 33.33%;
	}

	.faq-section {
		padding: 8rem 0;
	}

	.half-n-half {
		margin-bottom: 5rem;
		position: relative;
	}

	.half-n-half:before {
		content: "";
		position: absolute;
		top: -2rem;
		bottom: -2rem;
		left: 45%;
		right: -999rem;
		background: #f2f2f2;
		z-index: -1;
		border-radius: 2rem;
	}

	.half-n-half.img-right:before {
		right: 45%;
		left: -999rem;
	}

	.half-n-half.img-right .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.half-n-half.img-right .text-holder {
		padding: 2rem 2rem 2rem 0;
	}

	.half-n-half.img-right.full-width .img-holder .bg {
		left: 0;
		right: auto;
		width: 50vw;
		border-radius: 2.5rem 0 0 2.5rem;
	}

	.half-n-half.full-width .img-holder .bg {
		right: 0;
		left: auto;
		width: 50vw;
		border-radius: 0 2.5rem 2.5rem 0;
	}

	.half-n-half.viewport-height .img-holder {
		min-height: 100vh;
	}

	.half-n-half .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.half-n-half .img-holder {
		width: 50%;
		margin: 0;
		padding-top: 0;
		min-height: 50rem;
	}

	.half-n-half .img-holder.no-radius .bg {
		border-radius: 0 !important;
	}

	.half-n-half .img-holder .bg {
		border-radius: 2.5rem;
	}

	.half-n-half .text-holder {
		width: 50%;
		padding: 2rem 0 2rem 2rem;
	}

	.terms-block {
		padding: 8rem 0;
	}

	.content-columns {
		padding: 8rem 0;
	}

	.content-columns .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-columns .content-left {
		width: calc(100% - 30rem);
		padding-right: 3rem;
	}

	.content-columns .content-left:only-child {
		width: 100% !important;
		padding-right: 0 !important;
	}

	.content-columns .content-left:only-child .news-list li {
		width: 25% !important;
	}

	.content-columns .content-left .meta .date {
		margin-bottom: 0;
	}

	.content-columns .content-left .news-list li {
		width: 33.33%;
	}

	.content-columns .sidebar-right {
		width: 30rem;
	}

	.responsive-table {
		font-size: 2rem;
	}

	.responsive-table {
		font-size: 1.8rem;
	}

	.responsive-table thead {
		position: relative;
		clip: auto;
		height: auto;
		width: auto;
		overflow: auto;
	}

	.responsive-table tr {
		display: table-row;
	}

	.responsive-table th,
	.responsive-table td {
		display: table-cell;
		padding: .5rem;
	}

	.responsive-table th,
	.responsive-table td {
		padding: 1.5rem .5rem;
	}

	.responsive-table tbody {
		display: table-row-group;
	}

	.responsive-table tbody tr td {
		width: auto;
	}

	.responsive-table tbody tr {
		display: table-row;
		border-width: .1rem;
	}

	.responsive-table tbody tr:nth-of-type(even) {
		background-color: white;
	}

	.responsive-table tbody th[scope="row"] {
		width: auto;
	}

	.responsive-table tbody th[scope="row"] {
		border-top: .1rem solid #000;
		background-color: transparent;
		color: #1f3c78;
		text-align: left;
		font-size: larger;
		font-weight: 800;
	}

	.responsive-table tbody td {
		border-left: .1rem solid #000;
		border-top: .1rem solid #000;
		border-bottom: 0;
		text-align: center;
	}

	.responsive-table tbody td:last-of-type {
		/*border-right: 0.1rem solid #000;*/
	}

	.responsive-table tbody td[data-title]:before {
		content: none;
	}

	.tabset-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tabset {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 2rem 0 0 2rem;
		overflow: hidden;
		width: 36rem;
	}

	.tab-content {
		width: calc(100% - 36rem);
		padding-left: 2rem;
	}

	.tab-content .opener {
		display: none;
	}

	.tab-content .slide-wrap {
		padding: 0;
	}

	.contact-block {
		padding: 10rem 0 15rem;
	}

	.contact-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-block .contact-section {
		width: 40%;
	}

	.contact-block .f-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-block address {
		width: 50%;
	}

	.contact-form {
		width: 60%;
		padding-right: 5rem;
	}

	.contact-form:only-child {
		width: 100%;
		padding-right: 0;
	}

	.contact-form input[type="text"],
	.contact-form input[type="tel"],
	.contact-form input[type="email"],
	.contact-form textarea {
		font-size: 2rem;
	}

	.contact-form .gfield label {
		font-size: 2rem;
	}

	.contact-form form {
		padding: 4rem 3rem;
	}
}

@media screen and (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 7.3rem;
	}

	h2,
	.h2 {
		font-size: 4.1rem;
	}

	body {
		font-size: 2rem;
		line-height: 1.3;
	}

	#wrapper {
		padding-top: 11.4rem;
	}

	.container {
		max-width: 120rem;
	}

	.heading-section {
		font-size: 4rem;
	}

	.heading-section .page-title {
		font-size: 6rem;
	}

	#header {
		background: #004260;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	#header .logo-wrap {
		width: 20rem;
	}

	#header .logo-wrap .logo-ta {
		display: block;
	}

	#header .logo {
		margin: 0;
		width: 100%;
		background: #fff;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 1rem 4rem;
	}

	#header .logo a {
		display: inline-block;
	}

	#header.nav-up {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	#header.nav-down {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#header .contact-section {
		border-top: 0;
		border-bottom-width: .1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 1rem 2rem;
		font-size: 1.4rem;
	}

	#header .contact-section .address {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#header .contact-section .address li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-bottom: 0;
	}

	#header .contact-section .social li {
		margin-bottom: 0;
	}

	.nav-opener {
		display: none;
	}

	.nav-block {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		height: auto;
		overflow: visible;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% - 20rem);
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}

	.nav-block .left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.nav-block .right {
		padding: 0;
		margin: 0;
		width: 25rem;
		display: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-nav {
		font-size: 1.4rem;
	}

	.main-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-nav ul li {
		margin-bottom: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center;
	}

	.main-nav ul li:hover .sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main-nav ul li:hover > a {
		background: #ff9d00;
		color: #fff;
	}

	.main-nav ul .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding-left: 0;
		border-top: .3rem solid #ff9d00;
		border-bottom: .3rem solid #ff9d00;
	}

	.main-nav ul .sub-menu a {
		background: #004260;
	}

	.main-nav ul .sub-menu a:hover {
		background: #ff9d00;
	}

	.main-nav ul .sub-menu li:first-child {
		padding-top: 0;
	}

	.main-nav ul a {
		display: block;
		padding: 2.5rem 1rem;
	}

	.main-nav ul a:hover {
		background: #ff9d00;
		color: #fff;
	}

	.main-nav ul a.opener {
		padding-right: 1rem;
	}

	.main-nav ul a.opener:before {
		top: auto;
		right: auto;
		bottom: 1.2rem;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(45deg);
		-ms-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
	}

	.popular-trips .top-block h2 {
		padding-right: 4rem;
		width: 47rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.popular-trips .top-block .text-block {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 2.2rem;
	}

	.book-block .img-holder {
		width: 40%;
	}

	.book-block .text-holder {
		width: 60%;
	}

	.not-found .text-holder .heading {
		font-size: 4rem;
	}

	.not-found .text-holder .error {
		font-size: 6rem;
	}

	.tournament-single .text-holder {
		padding: 3rem 2.5rem;
	}

	.tournament-single .left {
		width: 30%;
	}

	.tournament-single .right {
		width: 70%;
	}

	.meet-team .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.meet-team .heading-block {
		max-width: 40rem;
		padding-right: 6rem;
	}

	.trip-list.four-columns > li {
		width: 25%;
	}

	.content-columns .content-left {
		width: calc(100% - 40rem);
	}

	.content-columns .sidebar-right {
		width: 40rem;
	}
}

@media (min-width: 1200px) {
	.responsive-table th,
	.responsive-table td {
		padding: 1rem;
	}
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 140rem;
	}

	.info-block .container {
		max-width: 130rem;
	}
}

@media screen and (min-width: 1600px) {
	.heading-section {
		font-size: 4.5rem;
	}

	.heading-section .page-title {
		font-size: 7.8rem;
	}

	#header .logo-wrap {
		width: 25rem;
	}

	#header .logo-wrap .logo-ta {
		display: none;
	}

	#header .logo {
		padding: 2rem 2.5rem;
		height: 100%;
	}

	#header .contact-section {
		font-size: 1.6rem;
	}

	.nav-block {
		width: calc(100% - 25rem);
	}

	.nav-block .right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main-nav {
		font-size: 1.6rem;
	}

	.banner-section .text-block h1 {
		padding-right: 4rem;
	}

	.feature-info ul li {
		width: 20%;
	}

	.review-slider .text-block {
		font-size: 1.8rem;
	}

	.not-found .text-holder .heading {
		font-size: 4.5rem;
	}

	.not-found .text-holder .error {
		font-size: 7.8rem;
	}

	.tournament-single .text-holder {
		padding: 3rem 5rem;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

