﻿::selection {
    -webkit-text-fill-color: initial;
    background: #cda788;
    -webkit-background-clip: initial;
    color: #0f0f10;
}

:root {
	--bs-primary: rgb(115, 58, 38);
}

.simple-info-banner {
	max-width: 2000px;
}


/* COOKIEYES */
.cky-title {
	color: var(--bs-primary) !important;
}
.cky-btn {
	border-radius: 25px !important;
	color: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
}
.cky-btn-accept {
	color: #FFF !important;
	background-color: var(--bs-primary) !important;
}
.cky-btn-revisit-wrapper,
.cky-switch input[type="checkbox"]:checked {
	background: var(--bs-primary) !important;
	background-color: var(--bs-primary) !important;
}
/* COOKIEYES */


/* LAZY LOAD */
.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 100ms, -webkit-filter 100ms;
}

.highlighted {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='%23cda788' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 9px;
}

.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.faq-page-spacer {
	width:100%;
	margin: 2rem;
}

.info-accordion-grid {
	max-width: 920px !important;
	margin-bottom: 40px;
}

.info-accordion-grid .slider-description {
	margin-bottom: 0px;
}

.info-accordion-grid h3:not(:first-of-type) {
	padding-top: 30px;
}

.info-accordion {
	background-color: transparent;
	color: #045036;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-size: inherit;
	display: flex;
}

.info-accordion.first {
	border-top: 1px solid rgba(4, 80, 54, 0.2);
}

.info-accordion .info-accordion-icon {
	width: 40px;
}

.info-accordion .info-accordion-title {
	width: 100%;
}

.info-accordion.active, .info-accordion:hover, .info-accordion:focus {
	background-color: #045036;
	color: #FFF;
}

.info-accordion:not(.info-accordion-show-more-button):after {
  content: '\002B';
  color: #045036;
  font-weight: bold;
  float: right;
  margin-left: 10px;
}

.info-accordion.active:after, .info-accordion:hover:after, .info-accordion:focus:after {
  color: #FFF;
}
.info-accordion:not(.info-accordion-show-more-button).active:after {
  content: "\2212";
}

.info-accordion-panel {
	padding: 0;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom: 1px solid rgba(4, 80, 54, 0.2);
}
.info-accordion-panel-content {
	padding: 20px;
}

@media screen and (max-width: 64.06125em) {
	.info-accordion-panel-content {
		padding: 20px 0;
	}
}

.info-accordion-show-more-container {
	padding: 0;
	margin: 0;
	display:none;
}
.info-accordion-show-more-container.active {
	display: block;
}
.info-accordion-show-more-button.active {
	display: none;
}
	
/* HERO-EXTRA */
.hero-travel .hero-extra-default {
	z-index: 9;
	height: 300px;
	max-height: 300px;
	min-height: 300px;
	width: 300px;
	position: absolute;
	top: 10px;
	left: 550px;
	background-size: cover;
	background-position: center center;
	
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}
.hero-travel .hero-extra-logo {
	z-index: 9;
	position: absolute;
	width: 25%;
	max-width: 250px;
	top: 25px;
	right: 25px;
}
.hero-travel .hero-extra-logo img {
	float: right;
}
.hero-travel .hero-extra-corner {
	z-index: 9;
	position: absolute;
	top: 0;
    right: 0;
    width: 12%;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media screen and (max-width: 64.06125em) {
	.hero-travel .hero-extra-default {
		height: 200px;
		max-height: 200px;
		min-height: 200px;
		width: 200px;
		left: unset;
		right: 25px;
		top: 110px;
	}
	.hero-travel .hero-extra-logo {
		top: 15px;
		right: 15px;
	}
}

.slider-container .hero-extra-default,
.slide-container .hero-extra-default {
	z-index: 9;
	height: 200px;
	max-height: 200px;
	min-height: 200px;
	width: 200px;
    position: relative;
    top: 10px;
	left: 10px;
	background-size: cover;
	background-position: center center;
	
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.slider-container .hero-extra-logo,
.slide-container .hero-extra-logo {
	z-index: 9;
	width: 30%;
	position: absolute;
    top: 10px;
	right: 10px;
}
.slider-container .hero-extra-corner,
.slide-container .hero-extra-corner {
	z-index: 9;
	width: 30%;
    position: absolute;
    top: 0;
	right: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media screen and (max-width: 64.06125em) {
	.slider-container .hero-extra-default,
	.slide-container .hero-extra-default {
		height: 150px;
		max-height: 150px;
		min-height: 150px;
		width: 150px;
	}
}

article .hero-extra-default {
	z-index: 9;
	height: 200px;
	max-height: 200px;
	min-height: 200px;
	width: 200px;
	position: relative;
	top: -210px;
	left: 10px;
	background-size: cover;
	background-position: center center;
	
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

article .hero-extra-logo {
	z-index: 9;
	width: 35%;
	position: relative;
	top: calc(-100% + 10px);
	left: 10px;
}
article .hero-extra-corner {
	z-index: 9;
	width: 25%;
	position: relative;
	top: calc(-100% + 0px);
	left: 0px;
}

@media screen and (max-width: 64.06125em) {
	article .hero-extra-default {
		height: 150px;
		max-height: 150px;
		min-height: 150px;
		width: 150px;
	}
}

.hero-extra-overlay:before
{
    content: '';
    display: block;
	position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.15);
}


.m0 {
	margin: 0 !important;
}
.old-price {
	text-decoration: line-through;
	margin-bottom: 0;
}
.travel-date-select .departure-price .discount-price {
	padding-left: 10px;
}
.discount-price {
	color: red;
}
span.discount-price {
	display: block;
}
.discount-text {
	font-size: 80%;
	margin-top: 20px;
}
.travel-date-select .discount-text {
	margin-bottom: 20px;
}
@media screen and (max-width: 64.0613em) {
	.middle-block .discount-text {
		display: none !important;
	}
}

.shake {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}

article .sec-cat__item,
.rundresor-trips-container .sec-cat__item {
	width: 100%;
}

.single-rundresor .tours-map-container {
	height: 60vh;
}

.spacer {
	height: 100px;
}

.signature {
	text-align: right;
}

.grid-section {
	margin-bottom: 2.8125rem;
    margin-top: 5.75rem;
}

table.rundresor-list {
	margin-top: 3.75rem;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.rundresor-list-discount {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.rundresor-list tbody {
	background: transparent;
}
.rundresor-list thead {
	color: #FFF;
	background: rgba(38, 1, 1, 0.8);
}

.rundresor-list tbody tr {
	background: transparent;
	border-bottom: 1px solid rgba(38, 1, 1, 0.2);
}
.rundresor-list tbody tr:hover {
	background: rgba(38, 1, 1, 0.2);
}
.rundresor-list .button {
    background: #733a26;
}
.rundresor-list .departure-status-header-mobile, .rundresor-list .departure-status-mobile {
    display: none;
}
.rundresor-list td.price{
	white-space: nowrap;
}

.travel-date-select {
	margin-top: 0px;
	margin-bottom: 20px;
}
.travel-date-select .button {
	float: right;
	padding: 0.625rem 0.9375rem;
}

.travel-content .travel-date-select .button {
	background: #045036;
}
.travel-content .travel-date-select .button:hover {
	background: #733a26;
}
.travel-content-own .travel-date-select .button {
	background: #653322;
}
.travel-date-select .departure-price p {
	float: right;
}
.travel-date-select .arrow-container {
	padding: 0 10px;
}
.travel-date-select .arrow-container img {
	filter: invert(1);
	-webkit-filter: invert(1);
}
.travel-date-select .current-departure {
	font-weight: 800;
}
.travel-date-select .current-departure .button {
	display: none;
}
.travel-date-select .grid-x {
	padding: 10px 0;
}
.travel-date-select .grid-x:not(:last-child) {
	border-bottom: #cda788 solid 1px;
}
@media screen and (max-width: 64.06125em) {
	.travel-date-select .button {
		padding: 14px 30px;
	}

	.travel-date-select .departure-price p {
		float: left;
	}
}
.page-description {
	margin-top: 2rem !important;
	padding: 0 !important;
}

.tours-map-container {
	width: 100%;
	max-width: 106.25rem;
	height: 80vh;
	position: relative;
	margin-top: 2.75rem;
    margin-bottom: 2.75rem;
	margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 64.06125em) {
	.tours-map-container {
		max-width: 100%;
		margin: 35px 0;
		padding: 30px 0;
	}
}

.tours-map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tours-map-background {
	background:url('../images/map-overlay.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.1;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

	/* Force table to not be like tables anymore */
	table.rundresor-list, .rundresor-list thead, .rundresor-list tbody, .rundresor-list th, .rundresor-list td, .rundresor-list tr { 
		display: block; 
	}
	
	table.rundresor-list {
		padding-top: 10rem;
		max-width: 100%;
	}
	
	.rundresor-list thead {
		border: 0;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.rundresor-list thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		border: 0;
	}
	
	.rundresor-list tbody tr {
		border: 1px solid rgba(38, 1, 1, 0.2);
	}
	.rundresor-list tbody tr:first-of-type {
		border-top: 2px solid rgba(38, 1, 1, 0.2); 
	}
	.rundresor-list tbody tr:last-of-type {
		border-bottom: 2px solid rgba(38, 1, 1, 0.2); 
	}
	
	.rundresor-list td:not(.departure-status-mobile) { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(38, 1, 1, 0.2); 
		position: relative;
		padding-left: 50%; 
	}
	.rundresor-list td.button-container {
		border-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.rundresor-list td.departure-title {
		font-size: 110%;
		padding-top: 3rem;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.rundresor-list .button {
		display: block;
		width: 50%;
		margin: 2rem auto 5rem;
	}
	
	.rundresor-list .departure-status-header-mobile, .rundresor-list .departure-status-mobile {
		display: block;
		text-align: center;
		padding-left: 3px;
		padding-right: 3px;
	}
	.rundresor-list .departure-status-header-mobile {
		margin-top: 2rem;
	}
	.rundresor-list .departure-status-header-desktop, .rundresor-list .departure-status-desktop {
		display: none;
	}
	
	.rundresor-list td:not(.departure-status-mobile):before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	.rundresor-list td.price_child_empty {
		display: none;
	}
	
	/*
	Label the data
	*/
	/*.rundresor-list td:nth-of-type(1):before { content: "Resnamn"; }*/
	.rundresor-list td:nth-of-type(2):before { content: "Avresedatum"; }
	.rundresor-list td:nth-of-type(3):before { content: "Hemkomstdatum"; }
	/*.rundresor-list td:nth-of-type(3) { border-bottom: 0; top: 4px; }*/
	/*.rundresor-list td:nth-of-type(4):before { content: ""; }*/
	.rundresor-list td:nth-of-type(5):before { content: "Reslängd"; }
	.rundresor-list td:nth-of-type(6):before { content: "Pris fr"; }
	.rundresor-list td:nth-of-type(7):before { content: "Barnpris fr"; }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

.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
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    min-width: 0;
    width: 20px;
    height: 30px;
    margin-top: -10px \9;
    padding: 0;
    font-size: 0;
    background: transparent;
    line-height: 0;
    color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .5
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 0
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto
}

.slick-prev:before {
    content: "\f053"
}

[dir='rtl'] .slick-prev:before {
    content: "\f054"
}

.slick-next {
    right: 0
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0
}

.slick-next:before {
    content: "\f054"
}

[dir='rtl'] .slick-next:before {
    content: "\f053"
}

.slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-left: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:before {
    content: '';
    font-size: 0;
    line-height: 20px;
    position: static;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #fff
}

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;
    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;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    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;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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 {
    animation-timing-function: cubic-bezier(0.5, 0, 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;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-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: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    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;
    -moz-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%
}

.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
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    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
}

.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);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.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
}

.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;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 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
}

.fancybox-loading {
    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
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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
    }
}

.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;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-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%
}

.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, 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, 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;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

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

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

@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)
    }
}

.slick-slider:not(.slick-initialized)::after {
    content: '';
    display: table;
    clear: both
}

.slick-slider:not(.slick-initialized) .slick-slide:first-child {
    display: block
}

#home-slider .slick-slide {
    width: 100%;
    height: 500px;
    transition: height 0.3s ease
}

@media screen and (max-width: 64.06125em) {
    #home-slider .slick-slide {
        height: 400px
    }
	.nyhetsbrev p {
		font-size: 75%;
	}
	.nyhetsbrev .small {
		text-transform: initial !important;
		font-size: 65%;
	}
}

@media screen and (max-width: 40.06125em) {
    #home-slider .slick-slide {
        height: 300px
    }
}

#home-slider .slick-slide__inner {
    position: relative;
    height: 100%
}

#home-slider .slider-caption {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

.videoHolder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.videoHolder .video {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

.slick-dots {
    font-size: 0
}

.slick-dots li:only-child {
    display: none
}

@media print,
screen and (min-width: 64.0625em) {
    [data-scroll] {
        transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.16, 0.88, 0.45, 1)
    }
    .fade-in,
    .ease-right,
    .ease-left,
    .ease-btm,
    .ease-top {
        opacity: 0
    }
    .fade-in[data-scroll="in"],
    .ease-right[data-scroll="in"],
    .ease-left[data-scroll="in"],
    .ease-btm[data-scroll="in"],
    .ease-top[data-scroll="in"] {
        opacity: 1
    }
    .fade-in {
        transition-duration: 1s
    }
    [class*="ease-"][data-scroll="in"] {
        transform: none
    }
    .ease-right {
        transform: translateX(100px)
    }
    .ease-left {
        transform: translateX(-100px)
    }
    .ease-top {
        transform: translateY(-100px)
    }
    .ease-btm {
        transform: translateY(100px)
    }
    [class*="flip-"][data-scroll="in"] {
        transform: perspective(400px);
        backface-visibility: visible !important
    }
    .flip-top {
        transform: perspective(400px) rotateX(-90deg);
        transform-origin: center top
    }
    .flip-btm {
        transform: perspective(400px) rotateX(90deg);
        transform-origin: center bottom
    }
    .flip-left {
        transform: perspective(400px) rotateY(90deg);
        transform-origin: left center
    }
    .flip-right {
        transform: perspective(400px) rotateY(-90deg);
        transform-origin: right center
    }
    .ease-delay-100 {
        transition-delay: 300ms
    }
    .ease-delay-200 {
        transition-delay: 600ms
    }
    .ease-delay-300 {
        transition-delay: 900ms
    }
    .ease-delay-400 {
        transition-delay: 1200ms
    }
    .ease-delay-500 {
        transition-delay: 1500ms
    }
}

.alignnone {
    margin: 0 1em 1em 0
}

.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto
}

@media screen and (max-width: 40.06125em) {
    .alignright,
    .alignleft,
    .aligncenter,
    .alignnone {
        float: none;
        margin: 0 0 1em
    }
}

.wp-caption {
    max-width: 100%;
    padding: 5px 5px 10px;
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center
}

.wp-caption img {
    width: auto;
    margin-bottom: 10px
}

.wp-caption figcaption {
    margin-bottom: 0;
    font-size: 14px
}

.gallery-caption {
    padding: 5px;
    font-size: 11px;
    line-height: 1.4
}

.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: calc(1.5 * 1rem)
}

.gallery-item {
    display: inline-block;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: center
}

.gallery-item:last-of-type {
    padding-right: 0
}

.gallery-item>div>a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent
}

.gallery-item>div>a:focus {
    box-shadow: 0 0 0 2px #0073aa
}

.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 15px * 1) / 2)
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
    margin-right: 0
}

.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 15px * 2) / 3)
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
    margin-right: 0
}

.gallery-columns-4 .gallery-item {
    max-width: calc((100% - 15px * 3) / 4)
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
    margin-right: 0
}

.gallery-columns-5 .gallery-item {
    max-width: calc((100% - 15px * 4) / 5)
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
    margin-right: 0
}

.gallery-columns-6 .gallery-item {
    max-width: calc((100% - 15px * 5) / 6)
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
    margin-right: 0
}

.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 15px * 6) / 7)
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
    margin-right: 0
}

.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 15px * 7) / 8)
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
    margin-right: 0
}

.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 15px * 8) / 9)
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
    margin-right: 0
}

#wpadminbar {
    -webkit-transform: translateZ(0)
}

.wp-video {
    width: 100% !important
}

.wp-video .mejs-container {
    width: 100% !important;
    height: auto !important
}

.mejs-mediaelement {
    position: static !important
}

mediaelementwrapper {
    display: block
}

.wp-video-shortcode video,
video.wp-video-shortcode {
    display: block !important;
    width: 100% !important;
    height: auto !important
}

html {
    height: 100%;
    font-size: 0.800vw
}

body {
    position: static !important;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    max-width: 2000px;
    width: 100%;
    margin: auto
}

.logo-print,
.footer-current-url-print {
	display: none;
}

@media screen and (min-width: 64.0625em) {
    body {
        padding-top: 100px
    }
}

@media screen and (min-width: 125.0625em) {
	.hero-video {
		width: 100vw;
	    margin-left: calc((2000px - 100vw) / 2);
	}
    body:before,
    body:after {
        content: '';
        position: fixed;
        width: calc((100% - 2000px) / 2);
        height: 100%;
        top: 0;
        display: block;
        z-index: 1;
        background-color: #f5f5f5
    }
    body:before {
        left: 0
    }
    body:after {
        right: 0
    }
}

main {
    display: block
}

.grid-container {
    width: 100%;
}

.grid-container.text-block {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

*:last-child {
    margin-bottom: 0
}

body {
    font-family: "Muli", sans-serif;
    color: #000000;
    overflow-x: hidden
}

body {
    font-size: 16px
}

@media screen and (min-width: 1025px) {
    body {
        font-size: calc(16px   +   2 *   ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    body {
        font-size: 18px
    }
}

@media screen and (max-width: 64.06125em) {
    body {
        font-size: 18px
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: inherit;
    font-family: "Playfair Display", serif
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit
}

h1,
.h1 {
    font-size: 45px
}

@media screen and (min-width: 1025px) {
    h1,
    .h1 {
        font-size: calc(45px + 15 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    h1,
    .h1 {
        font-size: 60px
    }
}

@media screen and (max-width: 64.06125em) {
    h1,
    .h1 {
        font-size: 45px
    }
}

h2,
.h2 {
    font-size: 40px
}

@media screen and (min-width: 1025px) {
    h2,
    .h2 {
        font-size: calc(40px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    h2,
    .h2 {
        font-size: 50px
    }
}

@media screen and (max-width: 64.06125em) {
    h2,
    .h2 {
        font-size: 40px
    }
}

h3,
.h3 {
    font-size: 30px
}

@media screen and (min-width: 1025px) {
    h3,
    .h3 {
        font-size: calc(30px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    h3,
    .h3 {
        font-size: 40px
    }
}

@media screen and (max-width: 64.06125em) {
    h3,
    .h3 {
        font-size: 35px
    }
}

h4,
.h4 {
    font-size: 30px
}

@media screen and (min-width: 1025px) {
    h4,
    .h4 {
        font-size: calc(30px + 6 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    h4,
    .h4 {
        font-size: 36px
    }
}

@media screen and (max-width: 64.06125em) {
    h4,
    .h4 {
        font-size: 33px
    }
}

h5,
.h5 {
    font-size: 26px
}

@media screen and (min-width: 1025px) {
    h5,
    .h5 {
        font-size: calc(26px + 4 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    h5,
    .h5 {
        font-size: 30px
    }
}

@media screen and (max-width: 64.06125em) {
    h5,
    .h5 {
        font-size: 28px
    }
}

h6,
.h6 {
    font-size: 20px
}

@media screen and (min-width: 1025px) {
    h6,
    .h6 {
        font-size: calc(20px + 6 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    h6,
    .h6 {
        font-size: 26px
    }
}

@media screen and (max-width: 64.06125em) {
    h6,
    .h6 {
        font-size: 23px
    }
}

p {
    letter-spacing: 0.72px;
	margin-bottom: 20px;
}

p:empty {
    display: none
}

p a {
    text-decoration: underline
}
p a.button {
    text-decoration: none;
}

.button-container-center {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	text-align: center;
}
@media screen and (max-width: 64.06125em) {
    .button-container-center {
		width: 100%;
	}
}
ul {
    font-size: inherit
}

address {
    font-style: normal;
    margin-bottom: 1rem
}

a {
    color: #733a26;
    transition: all 0.2s ease-in-out
}

a:hover,
a:focus {
    color: #26130d
}

.no-outline button,
.no-outline a,
.no-outline [tabindex] {
    outline: none
}

input::placeholder,
textarea::placeholder {
    opacity: 1
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select,
.select-styled {
    height: 2.875rem;
    margin-bottom: 0
}

textarea[rows] {
    height: 150px;
    max-width: 100%
}

[type=number] {
    -moz-appearance: textfield
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

[type=checkbox],
[type=file],
[type=radio] {
    margin-bottom: 0
}

.fixed-button-container {
	margin: auto;
	display: block;
	position: fixed;
	top: calc(100% - 65px);
	z-index: 3;
}
.hero-button-container {
	display: block;
	z-index: 3;
	margin-top: 40px;
}
.hero-button-container .button {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 16px 15px;
	font-size: 16px;
	background: #FFFFFF;
	color: #045036;
}

.hero-travel-own .hero-button-container .button {
	color: #653322;
}
.hero-travel-own .hero-button-container .button:hover {
	background: #733a26;
	color: #FFFFFF;
}

.sticky-button-container {
	margin: auto;
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: calc(100% - 65px);
	z-index: 3;
}
@media screen and (max-width: 64.06125em)
{
	.sticky-button-container {
		top: 80px;
		margin: 40px 0;
	}
}
.sticky-button-container .button {
	margin: auto;
	display: block;
	max-width: 360px;
	padding: 16px 15px;
	background: #045036;
	font-size: 16px;
}

.review-button-container {
	margin: 40px auto;
}

.review-button-container .button {
	margin: auto;
	display: block;
	max-width: 360px;
	background: #045036;
}

.fixed-button-container,
.sticky-button-container {
    /*display: none*/
}

button,
.button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
    border-width: 1px;
    transition: all 0.2s ease-in-out
}

.button {
    border-radius: 25px;
    padding: 14px 30px;
    font-family: "Muli", sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

.button {
    font-size: 13px
}

@media screen and (min-width: 1025px) {
    .button {
        font-size: calc(13px + 1 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .button {
        font-size: 14px
    }
}

.button:hover,
.button:focus {
    color: #ffffff;
    background: #879164
}

.PlayfairDisplay {
    font-family: "Playfair Display", serif
}

.Freeland {
    font-family: "Freeland"
}

.Muli {
    font-family: "Muli", sans-serif
}

.Brown_Light {
    color: #733a26
}

.Brown {
    color: #653322
}

.Brown_Dark {
    color: #260101
}

.Green {
    color: #045036
}

.Brown_Light-BG {
    background-color: #733a26
}

.Brown-BG {
    background-color: #653322
}

.Brown_Dark-BG {
    background-color: #260101
}

.Green-BG {
    background-color: #045036
}

.gform_wrapper ul {
    list-style: none
}

.gform_fields {
    margin: 0
}

.gform_fields::after {
    content: '';
    display: table;
    clear: both
}

.gfield, .ginput_complex span:not(:last-of-type) {
    position: relative;
    margin-bottom: 20px;
    list-style: none
}

.gform_hidden {
    display: none
}

.page-template-template-contact .gf_left_half, 
.page-template-template-contact .gf_right_half,
.page-template-template-contact .gfield input.medium {
	width: 100% !important;
}


@media print,
screen and (min-width: 40.0625em) {
    .gf_left_half,
    .gf_right_half {
        float: left;
        width: calc(50% - 15px)
    }
    .gf_left_half+.gfield:not(.gf_left_half):not(.gf_right_half),
    .gf_right_half+.gfield:not(.gf_left_half):not(.gf_right_half) {
        clear: both
    }
    .gf_left_third,
    .gf_middle_third,
    .gf_right_third {
        float: left;
        width: calc(33.3333% - 10px)
    }
    .gf_left_third+.gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third),
    .gf_middle_third+.gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third),
    .gf_right_third+.gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third) {
        clear: both
    }
    .gf_left_half {
        margin-right: 15px
    }
    .gf_right_half {
        margin-left: 15px
    }
    .gf_right_half+.gfield {
        clear: both
    }
    .gf_left_third {
        margin-right: 20px
    }
    .gf_right_third {
        margin-left: 20px
    }
    .gf_right_third+.gfield {
        clear: both
    }
    .gf_middle_third {
        margin-right: 10px;
        margin-left: 10px
    }
}

.ginput_complex>span {
    display: block
}

@media print,
screen and (min-width: 40.0625em) {
    .ginput_complex {
        margin-right: -15px;
        margin-left: -15px
    }
    .ginput_complex::after {
        content: '';
        display: table;
        clear: both
    }
    .ginput_complex>span {
        display: block;
        float: left;
        width: calc(50% - 30px);
        margin-right: 15px;
        margin-bottom: 20px;
        margin-left: 15px
    }
    .ginput_complex>span.ginput_full {
        width: calc(100% - 30px)
    }
    .ginput_complex>span.ginput_full>span {
        display: block;
        float: left;
        width: calc(50% - 30px)
    }
    .ginput_complex>span:nth-child(2n+1):nth-last-child(-n+2),
    .ginput_complex>span:nth-child(2n+1):nth-last-child(-n+2) ~ * {
        margin-bottom: 0
    }
}

.hidden_label .gfield_label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px
}

.ginput_container ul {
    margin-left: 0
}

.gfield_contains_required .ginput_container_phone .validation_message {
    display: none
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
    border-color: #ec7a7a
}

.gfield_description {
    margin-top: 10px
}

.gform_confirmation_message {
    margin-bottom: 15px
}

.gform_footer {
    position: relative;
    text-align: right
}

.gform_ajax_spinner {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto
}

.gform_validation_errors,
.validation_error {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #ec7a7a;
    background-color: #f7e4e1;
    color: #000;
    font-size: 14px;
    text-align: left
}

.validation_message {
    position: absolute;
    z-index: 3;
    top: calc(100% + 7px);
    left: 15px;
    display: inline-block;
    margin: 0;
    padding: 3px 6px;
    border-radius: 2px;
    background-color: #f7e4e1;
    color: #333;
    font-size: 12px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.validation_message::before {
    content: '!';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 2px;
    background-color: #efae4d;
    color: #fff;
    font-weight: 700;
    line-height: 14px;
    text-align: center
}

.validation_message::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 20px;
    width: 14px;
    height: 7px;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #f7e4e1 transparent
}

.ginput_container_fileupload .validation_message:empty {
    display: none
}

input.datepicker_with_icon {
    display: inline-block;
    width: calc(100% - 24px);
    margin-right: 5px;
    vertical-align: middle
}

.ui-datepicker {
    position: absolute;
    z-index: 9999 !important;
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font-size: 11px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
}

.ui-datepicker a {
    text-decoration: none
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse
}

.ui-datepicker thead {
    border-bottom: 1px solid #bbb;
    background: #f7f7f7;
    color: #8a8a8a
}

.ui-datepicker thead th {
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center
}

.ui-datepicker tbody {
    border: none
}

.ui-datepicker tbody td {
    width: 31px;
    padding: 0;
    border: 1px solid #bbb
}

.ui-datepicker tbody td span,
.ui-datepicker tbody td a {
    display: block;
    height: 29px;
    color: #666;
    font-weight: 700;
    line-height: 30px;
    text-align: center
}

.ui-datepicker tbody th {
    padding: 5px 0;
    color: #666;
    font-size: 6pt;
    text-transform: uppercase;
    text-align: center
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    height: 30px;
    margin: 0 2.5% 0;
    padding: 5px 20px 5px 5px;
    font-size: 13px;
    line-height: 20px
}

.ui-datepicker-header {
    position: relative;
    padding: 5px 0;
    border: none;
    background-color: #666;
    color: #fff;
    font-weight: 700
}

.ui-datepicker-header::after {
    content: '';
    display: table;
    clear: both
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 50%;
    padding: 10px;
    color: #fff;
    font-size: 0;
    line-height: 1.4;
    transform: translateY(-50%)
}

.ui-datepicker-prev:hover,
.ui-datepicker-prev:focus,
.ui-datepicker-next:hover,
.ui-datepicker-next:focus {
    color: #fff
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
    content: '';
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900
}

.ui-datepicker-next {
    right: 0
}

.ui-datepicker-next::before {
    content: '\f054'
}

.ui-datepicker-prev {
    left: 0
}

.ui-datepicker-prev::before {
    content: '\f053'
}

.ui-datepicker-title {
    display: flex;
    justify-content: center;
    padding-right: 35px;
    padding-left: 35px
}

.ui-datepicker-calendar {
    margin: 0 0 0 0 !important
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed
}

.ui-datepicker-calendar .ui-state-hover {
    background: #fff
}

.ui-datepicker-calendar .ui-state-active {
    position: relative;
    width: 32px;
    height: 31px;
    margin: -1px;
    border: 1px solid #c19163;
    background: #fff2aa
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    background-color: #d7d7d7;
    color: #b4b3b3
}

.ginput_container_creditcard .ginput_cardinfo_left,
.ginput_container_creditcard .ginput_cardinfo_right {
    display: block
}

@media print,
screen and (min-width: 40.0625em) {
    .ginput_container_creditcard .ginput_cardinfo_left {
        margin-right: 15px
    }
    .ginput_container_creditcard .ginput_cardinfo_right {
        margin-left: 15px
    }
    .ginput_container_creditcard select.ginput_card_expiration {
        display: inline-block;
        width: 47% !important
    }
}

@media screen and (max-width: 40.06125em) {
    .ginput_container_creditcard select.ginput_card_expiration_month {
        margin-bottom: 15px
    }
    .ginput_container_creditcard .ginput_cardinfo_left,
    .ginput_container_creditcard .ginput_cardinfo_right {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.ginput_container_creditcard .ginput_card_expiration_container {
    display: block;
    width: 100%
}

.ginput_container_creditcard .ginput_cardinfo_right input.ginput_card_security_code {
    position: relative;
    display: inline-block;
    max-width: 50% !important
}

.gform_card_icon_container {
    height: 32px;
    margin: 8px 0 6px
}

div.gform_card_icon {
    float: left;
    width: 36px;
    height: 32px;
    margin-right: 4px;
    background-image: url("../images/gf-creditcard-icons.png");
    background-repeat: no-repeat;
    text-indent: -9000px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px
}

.ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px
}

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    position: relative;
    top: -2px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block;
    width: 32px;
    height: 23px;
    background-image: url("../images/gf-creditcard-icons.png");
    background-repeat: no-repeat;
    background-position: 0 -128px
}

div.gfield_creditcard_warning_message {
    color: red;
    font-weight: 700
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    position: absolute !important;
    left: -9000px;
    display: none !important
}

.css-clip,
.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
    clip-path: inset(50%)
}

.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
    position: absolute;
    left: -9999px;
    visibility: hidden
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.preloader {
    position: fixed;
    z-index: 100000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    color: #222;
    transition: opacity 0.4s ease, visibility 0.4s ease
}

.preloader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.preloader__icon::before {
    content: '\f1ce';
    display: block;
    font-family: "Font Awesome 6 Free";
    font-size: 40px;
    font-weight: 900;
    animation: spin 1s ease-in-out infinite
}

.preloader--hidden {
    visibility: hidden;
    opacity: 0
}

.position-center {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 15px 0
}

ul.pagination li {
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    line-height: 1.5
}

ul.pagination li span,
ul.pagination li a {
    display: block;
    padding: 0 7px;
    color: #000000;
	border-radius: 25px;
    padding: 7px 15px;
}
ul.pagination li a {
	border: 1px solid #ccc;
}
ul.pagination li a:hover {
    background: #733a26;
    color: #fff;
	border: 1px solid #733a26;
}

ul.pagination li span.current,
ul.pagination li a.current {
    display: block;
    background: #733a26;
    color: #fff;
	border: 1px solid #733a26;
}

.search {
    position: relative;
    background: #ffffff !important
}

.search .header {
    border-bottom: .0625rem solid #E6E6E6
}

.posts-list .search {
    margin-bottom: 2.5rem
}

.search form {
    max-width: 68.75rem;
    margin: auto;
    position: relative
}

.search-content {
    padding-top: 10rem;
    max-width: 77.5rem
}

.search-content .preview {
    margin-bottom: 2.5rem
}

.search-content .preview-thumb {
	width: 100%;
	min-height: 250px;
    background-size: cover;
    background-position: center center;
}


.search-content .preview__title {
    font-size: 2rem
}

.search-content .preview-postype-title {
    font-size: 1.2rem
}

.search-content .preview__title a:hover,
.search-content .preview__title a:focus {
    color: #012346
}

.search-content .preview__excerpt {
    font-size: 1.25rem;
    color: #000000;
    margin-bottom: 2.5rem
}

.search-content .grid-margin-x>.auto {
    max-width: 56.25rem;
    margin: auto
}

.search-content form {
    background-color: #653322 !important;
    max-width: inherit;
    padding: 70px 40px
}

.search-content form .search__submit {
    top: 70px;
    right: 35px
}

.search__input {
    padding-right: 75px;
    padding-left: 15px;
    border-radius: 50px;
    height: 80px;
    font-size: 30px
}

.search__input::placeholder {
    color: #000000;
    font-family: "Playfair Display", serif
}

.search__submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    padding: 10px 30px;
    cursor: pointer;
    background: transparent;
    color: #000000;
    font-size: 0
}

.search__submit::after {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900
}

.search__submit:hover,
.search__submit:focus {
    background: transparent;
    color: #733a26
}

#home-slider .slick-slide__inner,
.bg-cover {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.bg-contain {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.of-cover {
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media print,
screen and (min-width: 40.0625em) {
    .two-columns {
        columns: 2
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .three-columns {
        columns: 3
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.jarallax {
    position: relative
}

.jarallax>.jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
    min-width: 100%
}

img[data-lazy-src] {
    transition: opacity 0.3s ease-in-out
}

img.pre-lazyload {
    opacity: 0
}

img.lazyloaded {
    opacity: 1
}

.main-content {
    padding-top: 50px;
    padding-bottom: 50px
}

#comments {
    padding-top: 30px
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

.comment {
    position: relative;
    margin-top: 15px
}

.comment .children {
    list-style: none
}

.comment-meta {
    font-size: 14px
}

.comment-metadata {
    margin-top: 5px;
    color: #666
}

.comment-content {
    margin-top: 15px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    font-size: 14px
}

.reply {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.comment-reply-link {
    display: block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    background: #777;
    color: #fefefe;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    background-color: #733a26;
    color: #fff;
    text-decoration: none
}

.comment-form {
    display: flex;
    flex-flow: row wrap
}

.comment-notes,
.comment-form-comment {
    flex: 1 0 100%
}

.comment-form-comment {
    order: 1
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    flex: 1 1 auto;
    flex-basis: calc(33.3333% - 20px)
}

@media screen and (max-width: 40.06125em) {
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        flex-basis: 100%
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .comment-form-author,
    .comment-form-email {
        margin-right: 30px
    }
}

.comment-form-cookies-consent,
.comment-form .form-submit {
    order: 2
}

.comment-form .form-submit {
    flex-basis: 100%
}

.not-found {
    padding-top: 29.375rem;
    padding-bottom: 6.25rem;
    min-height: 91.25rem;
    height: 100%;
    background-position: center center;
    background-size: cover;
    color: #ffffff
}

.not-found .grid-container {
    max-width: 87.5rem
}

.not-found h1 {
    font-size: 300px;
    font-weight: 800
}

.not-found p {
    font-size: 70px
}

.logo h1 {
    font-size: 0
}

.logo a {
    display: inline-block
}

.logo svg,
.logo img {
    max-height: 150px;
    max-width: 185px;
    max-width: 100%
}

.sticky-container {
    position: fixed;
    width: 100%;
    z-index: 33;
    max-width: 2000px;
    top: 0
}

.admin-bar .sticky-container {
    top: 32px !important
}

#search-menu {
    color: black;
    font-size: 20px
}

#search-menu:hover {
    color: #733a26;
	cursor: pointer;
}

.menu-grid-container {
	z-index: 90;
	position: absolute;
}
.search-container {
    display: none;
	padding: 0 25px;
    position: absolute;
    width: 100%;
    height: 100vh;
    padding: 0 25px;
    background: rgba(38,1,1,.8);
}

.search-container form {
    max-width: 1100px;
    margin: auto;
	margin-top: 20%;
    position: relative
}

.search-container form input {
    border: 2px solid #c4c4c4
}

@media screen and (max-width: 64.06125em) {
	.gallery-container .gallery-content p {
		text-align: justify;
		margin-bottom: 6rem;
	}
	.travel-page p,
	.hero-home__content p,
	.hero-video-content p,
	.sec-cat__item-hover p:not(.button),
	.hero-travel__item p,
	.travel-content p,
	.wysiwyg-editor p,
	.info-accordion-panel-content p,
	article p {
		text-align: justify;
	}
    .submenu-toggle {
        background: transparent;
        right: 12px
    }
    .submenu-toggle:hover,
    .submenu-toggle:focus {
        background: transparent
    }
    .submenu-toggle::after {
        content: '\f107';
        font-weight: 700;
        font-family: "Font Awesome 6 Free";
        border: none;
        font-size: 18px;
        width: 45px;
        height: 45px;
        padding-top: 15px
    }
    .submenu-toggle[aria-expanded='true']::after {
        transform: none;
        content: '\f106';
        font-weight: 700;
        font-family: "Font Awesome 6 Free";
        border: none;
        font-size: 18px
    }
    .search-container {
        background: #260101
    }
    .search-container form {
        padding-top: 45px;
    }
    .search-container form input {
        height: 45px;
        font-size: 20px
    }
    .search-container form .search__submit {
        height: 45px;
        width: 45px
    }
    .logo {
        padding: 15px 0;
        max-width: 130px
    }
    #search-menu {
        position: absolute;
        right: 65px;
        top: 15px;
        font-size: 22px
    }
    .menu-grid-container {
        padding-left: 0;
        padding-right: 0;
        background: #ffffff
    }
    .menu-grid-container .grid-margin-x {
        margin-left: 0;
        margin-right: 0
    }
    .menu-grid-container .grid-margin-x .cell {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
    .title-bar {
        line-height: 45px;
        background: transparent;
        position: absolute;
        right: 15px;
        top: 20px
    }
    .title-bar .menu-icon {
        padding: 0;
        border: none;
        background-color: transparent;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 24px;
        cursor: pointer
    }
    .title-bar .menu-icon span {
        top: 0;
        display: block
    }
    .title-bar .menu-icon span::before,
    .title-bar .menu-icon span::after {
        content: "";
        display: block
    }
    .title-bar .menu-icon span,
    .title-bar .menu-icon span::before,
    .title-bar .menu-icon span::after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #000;
        border-radius: 0;
        -webkit-transition-property: -webkit-transform, opacity;
        transition-property: transform, opacity;
        transition-duration: 0.15s;
        transition-timing-function: ease
    }
    .title-bar .menu-icon span::before {
        top: 10px
    }
    .title-bar .menu-icon span::after {
        top: 20px
    }
    .title-bar .menu-icon span:hover,
    .title-bar .menu-icon span:hover::before,
    .title-bar .menu-icon span:hover::after {
        background-color: #000
    }
    .title-bar .menu-icon.is-active span {
        transform: translate3d(0, 10px, 0) rotate(45deg)
    }
    .title-bar .menu-icon.is-active span::before {
        transform: rotate(-45deg) translate3d(-4.28571px, -7px, 0);
        display: none
    }
    .title-bar .menu-icon.is-active span::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg)
    }
    .top-bar {
        display: none;
        background: #260101;
        position: fixed;
        width: 100%;
        top: 0;
        padding-top: 120px;
        left: 0;
        height: 100%;
        overflow-y: scroll;
        z-index: 88
    }
    .header-menu {
        background: transparent
    }
    .header-menu li>a {
        background: #260101;
        color: #fff;
        line-height: 45px;
        padding: 0 15px;
        font-size: 25px;
        font-family: "Playfair Display", serif;
        text-transform: uppercase;
        letter-spacing: 0.72px
    }
    .header-menu li>a:focus,
    .header-menu li>a:focus+.submenu-toggle {
        background: #603020
    }
    .header-menu li.current-menu-item>a,
    .header-menu li.current-menu-item .submenu-toggle,
    .header-menu li.current_page_ancestor>a,
    .header-menu li.current_page_ancestor .submenu-toggle,
    .header-menu li.current_page_parent>a,
    .header-menu li.current_page_parent .submenu-toggle {
        background: #86442c
    }
    .header-menu li[aria-expanded='true']>a,
    .header-menu li[aria-expanded='true'] .submenu-toggle {
        background: #683422
    }
    .header-menu .submenu-toggle {
        padding: 0
    }
    .header-menu .submenu a {
        padding-left: 30px;
        font-family: "Muli", sans-serif;
        font-size: 18px;
        text-transform: inherit
    }
    .header-menu .submenu .submenu a {
        padding-left: 2.15625rem
    }
    .search-container input {
        text-transform: uppercase;
        color: #260101
    }
    .search-container input::placeholder {
        color: #260101
    }
    .search-container .search__submit {
        right: 5px
    }
}

@media print,
screen and (min-width: 64.0625em) {
    .grid-menu {
        display: flex;
        align-items: center;
        padding: 8px 10px;
        background-color: #ffffff
    }
    .header-menu.menu {
        justify-content: center
    }
    .header-menu.menu li>a {
        line-height: 40px;
        color: #000000;
        font-weight: 800;
        padding: 0 20px;
        font-family: "Muli", sans-serif;
        text-transform: uppercase
    }
    .header-menu.menu li>a {
        font-size: 13px
    }
}

@media screen and (min-width: 64.0625em) and (min-width: 1025px) {
    .header-menu.menu li>a {
        font-size: calc(13px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 64.0625em) and (min-width: 1800px) {
    .header-menu.menu li>a {
        font-size: 15px
    }
}

@media print,
screen and (min-width: 64.0625em) {
    .header-menu.menu li>a:hover {
        background: transparent;
        color: #cda788
    }
    .header-menu.menu li.current-menu-item>a,
    .header-menu.menu li.current-page-ancestor>a,
    .header-menu.menu li.current_page_parent>a {
        background: transparent;
        color: #cda788
    }
    .header-menu.menu li.is-active>a {
        background: transparent;
        color: #cda788
    }
    .header-menu.menu .submenu {
        z-index: 11;
        display: none;
        background: #ffffff;
        padding: 40px 25px
    }
    .header-menu.menu .submenu.js-dropdown-active {
        display: block;
        width: 41.875rem;
        min-width: 500px;
        max-width: 700px;
        top: 170% !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        box-shadow: 0px 28px 62px 0px rgba(0, 0, 0, 0.35)
    }
    .header-menu.menu .submenu.js-dropdown-active:before {
        top: -.5625rem;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        right: 50%;
        position: absolute;
        content: '';
        width: .9375rem;
        border: .625rem solid transparent;
        border-bottom: .625rem solid #fff
    }
    .header-menu.menu .submenu li {
        width: calc((100% - 1.5625rem) / 3);
        display: inline-block;
        vertical-align: top
    }
    .header-menu.menu .submenu li>a {
        color: #333333;
        line-height: inherit;
        padding: 0 15px;
        text-transform: none;
        margin-bottom: 10px
    }
    .header-menu.menu .submenu li>a:hover {
        background: transparent;
        color: #cda788
    }
    .header-menu.menu .submenu li.current-menu-item>a,
    .header-menu.menu .submenu li.current_page_ancestor>a,
    .header-menu.menu .submenu li.current_page_parent>a {
        background: transparent;
        color: #cda788
    }
}

@media screen and (max-width: 48.875em) {
    .admin-bar .sticky-container {
        top: 46px !important
    }
}

@media screen and (max-width: 40.06125em) {
    .sidebar {
        margin-top: 50px
    }
}

.widget {
    margin-bottom: 20px
}

.widget li {
	margin-left: 20px;
}

.widget:last-child {
    margin-bottom: 0
}

.footer {
    margin-top: auto;
    color: #ffffff;
    overflow: hidden
}

.footer__main {
    padding: 0 6.25rem;
    padding-top: 3.125rem;
    padding-bottom: 2.1875rem;
    position: relative;
    z-index: 1;
    letter-spacing: -0.36px
}

.footer__main .large-4:nth-of-type(2),
.footer__main .large-4:nth-of-type(5) {
    border-right: 2px solid rgba(255, 255, 255, 0.24);
    border-left: 2px solid rgba(255, 255, 255, 0.24)
}

.footer__main .large-4:nth-of-type(-n+3) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.24)
}

.footer__main .large-4 {
    padding-top: 75px;
    padding-bottom: 50px
}

@media screen and (max-width: 75.06125em) {
    .footer__main .large-4 .cell {
        width: 100%;
        text-align: center
    }
    .footer__main .large-4 .cell p {
        text-align: center !important;
		line-height: 160%;
    }
}

@media screen and (min-width: 75.0625em) {
    .footer__main .large-4:nth-of-type(-n+3) {
        padding-top: 2.5rem
    }
    .footer__main .large-4:nth-of-type(1) div {
        max-width: 495px
    }
    .footer__main .large-4:nth-of-type(2) .grid-x {
        max-width: 500px;
        margin: auto
    }
    .footer__main .large-4:nth-of-type(2) .grid-x .cell {
        width: 60%
    }
    .footer__main .large-4:nth-of-type(2) .grid-x .сell-title {
        width: 40%
    }
    .footer__main .large-4:nth-of-type(3) .grid-x {
        max-width: 540px;
        margin: auto;
        margin-right: 0
    }
    .footer__main .large-4:nth-of-type(4) .grid-x {
        max-width: 495px
    }
    .footer__main .large-4:nth-of-type(5) .grid-x {
        max-width: 500px;
        margin: auto
    }
    .footer__main .large-4:nth-of-type(5) .grid-x .cell {
        padding-right: 25px
    }
    .footer__main .large-4:nth-of-type(5) .grid-x .сell-title {
        padding-right: 0
    }
    .footer__main .large-4:nth-of-type(6) .grid-x {
        max-width: 540px;
        margin: auto;
        margin-right: 0
    }
}

.footer__main .logo-svg img {
    position: absolute;
    max-width: 75rem;
    top: 10.625rem;
    width: 100%;
    left: -3.75rem;
    z-index: -1
}

@media screen and (min-width: 125em) {
    .footer__main .logo-svg img {
        max-width: 1200px;
        top: 170px;
        width: 100%;
        left: -60px
    }
}

.footer__title {
    letter-spacing: -0.6px
}

.footer__title {
    font-size: 20px
}

@media screen and (min-width: 1025px) {
    .footer__title {
        font-size: calc(20px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .footer__title {
        font-size: 30px
    }
}

.footer a {
    text-decoration: none;
    color: #ffffff
}

.footer a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.footer .stay-tuned {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    margin-right: -7.5px;
    margin-left: -7.5px;
    font-size: 0
}

.footer .stay-tuned__item {
    display: inline-block;
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 7.5px
}

.footer .stay-tuned__link {
    display: block
}

.footer .stay-tuned__link .fab {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    padding-top: 25%
}

.footer .stay-tuned__link .fab {
    font-size: 16px
}

@media screen and (min-width: 1025px) {
    .footer .stay-tuned__link .fab {
        font-size: calc(16px + 6 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .footer .stay-tuned__link .fab {
        font-size: 22px
    }
}

.footer .button {
    border: 3px solid rgba(198, 198, 198, 0.49);
    padding: 10px 15px;
    background: transparent
}

.footer .button {
    font-size: 11px
}

@media screen and (min-width: 1025px) {
    .footer .button {
        font-size: calc(11px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .footer .button {
        font-size: 13px
    }
}

.footer__nav {
    background: #000000;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-family: 'UniversLTStd-Light'
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.footer-menu li {
    display: flex;
    align-items: center
}

.footer-menu li:before {
    content: '-'
}

.footer-menu li:last-of-type:after {
    content: '-'
}

.footer-menu li a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    position: relative
}

#cookie-law-info-bar {
    text-align: left;
    padding: 20px 25px;
    padding-right: 150px;
    font-size: 15px;
    position: relative;
    box-shadow: none
}

#cookie-law-info-bar .cli_messagebar_head {
    font-size: 20px;
    text-transform: uppercase
}

#cookie-law-info-bar .cli-plugin-main-link {
    text-decoration: none;
    font-weight: 400
}

#cookie-law-info-bar .cli-plugin-main-link:hover {
    text-decoration: underline
}

#cookie-law-info-bar .cli-plugin-button,
#cookie-law-info-bar .cli-plugin-button:visited,
#cookie-law-info-bar .medium.cli-plugin-button,
#cookie-law-info-bar .medium.cli-plugin-button:visited {
    position: absolute;
    right: 30px;
    top: 50px;
    border-radius: 30px;
    padding: 12px 25px
}

@media screen and (max-width: 64.06125em) {
    #cookie-law-info-bar {
        font-size: 12px;
		padding: 15px 15px 10px;
    }
	#cookie-law-info-bar .cli_messagebar_head {
		width: 60%;
	}
    #cookie-law-info-bar .cli-plugin-button,
    #cookie-law-info-bar .cli-plugin-button:visited,
    #cookie-law-info-bar .medium.cli-plugin-button,
    #cookie-law-info-bar .medium.cli-plugin-button:visited {
        right: 15px;
        top: 0;
        display: inline-block;
		padding: 10px
    }
    #cookie-law-info-bar .cli_messagebar_head {
        font-size: 15px
    }
}

@media screen and (max-width: 64.06125em) {
    .footer__title {
        font-size: 25px;
        margin-bottom: 25px
    }
    .footer__main .logo-svg {
        top: auto;
        max-width: 500px;
        left: -150px;
        bottom: 107px
    }
    .footer__main .logo-svg svg {
        width: 500px
    }
    .footer__main .large-4 {
        border: none
    }
    .footer__main .large-4:nth-of-type(-n+3),
    .footer__main .large-4:nth-of-type(5),
    .footer__main .large-4:nth-of-type(4) {
        border: none;
        border-bottom: 2px solid #BA8183
    }
    .footer__main .large-4 .cell {
        text-align: left
    }
    .footer__main .large-4 .cell p {
        text-align: left !important
    }
    .footer .stay-tuned__link .fab {
        width: 50px;
        height: 50px;
        font-size: 22px
    }
    .footer__nav {
        padding: 25px 15px !important
    }
    .footer__main .large-4 {
        padding-top: 35px;
        padding-bottom: 50px
    }
}

.hero-default+.footer {
    margin-top: 50px
}

.travel-page-own,
.travel-page {
    position: relative
}

.hero-home {
    padding-top: 23.75rem;
    background-size: cover;
    background-position: 50% 100%
}

@media screen and (min-width: 125em) {
    .hero-home {
        padding-top: 380px
    }
}

.hero-video:before {
	content: '';
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0.72) 100%);
	background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.24)), color-stop(100%, rgba(0, 0, 0, 0.72)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0.72) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0.72) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0.72) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0.72) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.hero-video {
	z-index: 2;
	position: relative;
	height: 90vh;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	flex-flow: column-reverse;
}

.hero-video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	overflow: hidden;
}

.hero-video-content,
.hero-home__content {
	z-index: 4;
    max-width: 750px;
    width: 100%;
    margin-left: 2.5rem;
    padding: 6.25rem 15px;
}

.hero-video-content {
	color: #FFFFFF;
	background: rgba(4, 80, 54,0.8);
	padding-top: 6.25rem;
}

.hero-home__content {
    padding-bottom: 13.125rem
}

@media screen and (min-width: 125em) {
	.hero-video-content,
    .hero-home__content {
        padding: 80px 15px;
    }
}

.hero-video-content-item,
.hero-home__content-item {
    max-width: 525px;
    margin: auto
}

.hero-video-content-item span,
.hero-home__content-item span {
	margin-bottom: 20px;
	display: block;
}
.hero-home__content-item span {
    color: #000000
}

.hero-video-content-item span,
.hero-home__content-item span {
    font-size: 36px
}

@media screen and (min-width: 1025px) {
	.hero-video-content-item span,
    .hero-home__content-item span {
        font-size: calc(36px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
	.hero-video-content-item span,
    .hero-home__content-item span {
        font-size: 46px
    }
}

.hero-video-content-item h1,
.hero-home__content-item h1 {
    margin-bottom: 40px;
}

.hero-video-content-item p,
.hero-home__content-item p {
    margin-bottom: 2.5rem;
    line-height: 24px;
    max-width: 442px
}

.hero-video-content-item .button,
.hero-home__content-item .button {
    background: #ffffff;
    color: #000
}

.hero-video-content-item .button:hover,
.hero-video-content-item .button:focus,
.hero-home__content-item .button:hover,
.hero-home__content-item .button:focus {
    color: #ffffff;
    background: #879164
}

.hero-default {
	margin-bottom: 30px;
    padding-top: 23.75rem;
    padding-bottom: .625rem;
    background-size: cover;
    background-position: center center
}

.anchors-grid-shrink {
	margin-top: -30px;
}

@media screen and (min-width: 125em) {
    .hero-default {
        padding-top: 380px;
        padding-bottom: 10px
    }
}

.hero-default h1 {
    background: rgba(38, 1, 1, 0.8);
    color: #ffffff;
    margin-bottom: 5.3125rem;
    padding: 3.75rem;
    padding-left: 18.75rem;
    display: inline-block
}

@media screen and (min-width: 125em) {
    .hero-default h1 {
        margin-bottom: 85px;
        padding: 60px;
        padding-left: 18.75rem
    }
}

.hero-travel {
    padding-bottom: 10px;
    height: 900px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    background-size: cover;
    background-position: center center
}

.hero-travel .grid-container {
    max-width: 1400px
}

.hero-travel .grid-container #breadcrumbs {
    padding: 0;
    font-size: 15px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.004)
}

.hero-travel__item {
    background: rgba(4, 80, 54, 0.8);
    color: #ffffff;
    margin-bottom: 200px;
    max-width: 700px;
    padding: 110px 75px 60px 180px;
    display: inline-block
}

.hero-travel .hero-dagar {
    font-weight: 800
}

.hero-travel .hero-dagar {
    font-size: 14px
}

@media screen and (min-width: 1025px) {
    .hero-travel .hero-dagar {
        font-size: calc(14px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .hero-travel .hero-dagar {
        font-size: 16px
    }
}

.hero-travel .hero-price {
    font-weight: 800
}

.hero-travel .hero-price {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .hero-travel .hero-price {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .hero-travel .hero-price {
        font-size: 14px
    }
}

.hero-travel-own .hero-travel__item {
    background: rgba(101, 51, 34, 0.8)
}

.hero-large {
    padding-top: 36.875rem
}

@media screen and (min-width: 125em) {
    .hero-large {
        padding-top: 590px
    }
}

.text-block {
    margin-top: 5rem;
    max-width: 1400px !important
}

.text-block h2 {
    padding: 0 .9375rem;
    color: #733a26;
    margin-bottom: 1.875rem
}
.post-type-archive .text-block h2 {
	padding: 0;
}

.text-block__desc {
    color: #260101;
    margin-bottom: 1.875rem
}

.text-block__desc {
    font-size: 20px
}

@media screen and (min-width: 1025px) {
    .text-block__desc {
        font-size: calc(20px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .text-block__desc {
        font-size: 30px
    }
}

.text-block__p {
    font-size: 15px
}

@media screen and (min-width: 1025px) {
    .text-block__p {
        font-size: calc(15px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .text-block__p {
        font-size: 17px
    }
}

.text-block-medium {
    padding: 0 !important;
    max-width: 920px !important;
    width: 100%;
    margin: auto;
    margin-top: 3.125rem
}

.text-block-medium h2 {
    padding: 0
}

#breadcrumbs {
    color: #ffffff;
    padding-left: 18.75rem
}

#breadcrumbs a {
    color: #ffffff;
    text-decoration: none
}

#breadcrumbs a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.top-container {
    text-align: center;
    margin-top: 5rem
}

.top-container h2 {
    margin-bottom: 1.25rem
}

.top-container h2 {
    font-size: 50px
}

@media screen and (min-width: 1025px) {
    .top-container h2 {
        font-size: calc(50px + 20 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .top-container h2 {
        font-size: 70px
    }
}

.top-container p {
    margin-bottom: 2.5rem;
    letter-spacing: 0.72px
}

.tabs {
    border: none;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 93.75rem;
    width: 100%;
    margin: auto;
    margin-bottom: 2.8125rem;
    border-bottom: .0625rem solid #F0EFEE
}

.tabs-content {
    position: relative;
    background: transparent;
    border: none
}

.tabs-panel {
    padding: 0;
    position: relative
}

.tabs-panel__bg {
    width: calc(100% - 21.25rem);
    height: calc(100% - 12.1875rem);
    position: absolute;
    right: 50%;
    transform: translate(50%);
    bottom: 0;
    display: block;
    overflow: hidden
}

@media screen and (min-width: 125em) {
    .tabs-panel__bg {
        width: calc(100% - 340px);
        height: calc(100% - 195px)
    }
}

.tabs-panel__bg:before {
    content: url("../images/bg-slider.png");
    position: absolute;
    left: 0;
    top: 2.5rem
}

.tabs-panel__bg:after {
    content: url("../images/bg-slider.png");
    position: absolute;
    left: 0;
    bottom: 2.5rem
}

.tabs-title-last {
    float: left
}

.tabs-title-last a {
    line-height: 1;
    display: block;
    color: #000000;
    font-weight: 800;
    padding: 1.25rem .625rem;
    position: relative;
    text-transform: uppercase;
    margin: 0 .9375rem
}

.tabs-title-last a {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .tabs-title-last a {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .tabs-title-last a {
        font-size: 14px
    }
}

.tabs-title-last a:before {
    content: '';
    height: 6px;
    border-radius: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -.1875rem;
    display: block;
    -webkit-transition: width 0.5s;
    transition: width 0.5s
}

.tabs-title-last a:after {
    padding-left: .625rem;
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.tabs-title-last a:hover:before,
.tabs-title-last a:focus:before {
    content: '';
    height: 6px;
    border-radius: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -.1875rem;
    display: block;
    -webkit-transition: width 0.5s;
    transition: width 0.5s
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: none;
    color: #653322
}

.tabs-title>a:focus:before,
.tabs-title>a[aria-selected='true']:before {
    content: '';
    height: 6px;
    border-radius: .1875rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -.1875rem;
    display: block;
    -webkit-transition: width 0.5s;
    transition: width 0.5s
}

.tabs-title.Green>a:focus:before,
.tabs-title.Green>a[aria-selected='true']:before {
    background: #045036
}

.tabs-title.Brown>a:focus:before,
.tabs-title.Brown>a[aria-selected='true']:before {
    background: #653322
}

.tabs-title.Brown_Dark>a:focus:before,
.tabs-title.Brown_Dark>a[aria-selected='true']:before {
    background: #260101
}

.tabs-title.Brown_Light>a:focus:before,
.tabs-title.Brown_Light>a[aria-selected='true']:before {
    background: #733a26
}

.tabs-title>a {
    color: #000000;
    font-weight: 800;
    padding: 1.25rem .625rem;
    position: relative;
    text-transform: uppercase;
    margin: 0 .9375rem
}

.tabs-title>a {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .tabs-title>a {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .tabs-title>a {
        font-size: 14px
    }
}

.tabs-title>a:before {
    content: '';
    height: 6px;
    border-radius: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -.1875rem;
    display: block;
    -webkit-transition: width 0.5s;
    transition: width 0.5s
}

.tabs-title.Green>a:before {
    background: #045036
}

.tabs-title.Brown>a:before {
    background: #653322
}

.tabs-title.Brown_Light>a:before {
    background: #733a26
}

.tabs-title.Brown_Dark>a:before {
    background: #260101
}

.tabs-title>a:hover,
.tabs-title>a:focus {
    color: #653322;
    background: transparent
}

.tabs-title>a:hover:before,
.tabs-title>a:focus:before {
    width: 100%;
    height: 6px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s
}

.top-slider .slick-track {
    padding-bottom: 5.9375rem
}

.top-slider .slick-list {
    padding-right: 16.25rem;
    padding-left: 16.25rem
}

@media screen and (min-width: 125em) {
    .top-slider .slick-list {
        padding-right: 260px;
        padding-left: 260px
    }
}

.top-slider .slick-slide {
    transition: all .3s ease;
    position: relative
}

.top-slider .slick-prev,
.top-slider .slick-next {
    width: 65px;
    height: 65px;
    top: 45%
}

.top-slider .slick-prev:hover,
.top-slider .slick-next:hover {
    opacity: 0.8
}

.top-slider .slick-prev {
    left: 15.625rem
}

@media screen and (min-width: 125em) {
    .top-slider .slick-prev {
        left: 250px
    }
}

.top-slider .slick-next {
    right: 15.625rem
}

@media screen and (min-width: 125em) {
    .top-slider .slick-next {
        right: 250px
    }
}

.top-slider .slick-prev:before {
    content: url("../images/Arrow-left.png")
}

.top-slider .slick-next:before {
    content: url("../images/Arrow-right.png")
}

.top-slider .slide-container {
    width: 100%;
    height: 33.75rem;
    display: flex !important;
    align-items: center
}

@media screen and (min-width: 125em) {
    .top-slider .slide-container {
        height: 540px
    }
}

.top-slider__slide {
    margin: 0 1.25rem;
    height: 31.25rem;
    background-position: center center;
    background-size: cover;
    width: 100% !important;
    color: #ffffff;
    transition: all .3s ease;
    position: relative;
    z-index: 1
}

.top-slider__slide {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .top-slider__slide {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .top-slider__slide {
        font-size: 14px
    }
}

@media screen and (min-width: 125em) {
    .top-slider__slide {
        height: 500px
    }
}

.top-slider__slide h3 {
    font-size: 26px
}

@media screen and (min-width: 1025px) {
    .top-slider__slide h3 {
        font-size: calc(26px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .top-slider__slide h3 {
        font-size: 36px
    }
}

.top-slider__slide-item {
    z-index: 1;
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1)
}

.top-slider__slide-item span,
.top-slider__slide-item p {
    font-weight: 800
}

.top-slider__slide a {
    padding: 2.1875rem 1.25rem;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end
}

.top-slider__slide a:hover .bg-img,
.top-slider__slide a:focus .bg-img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1)
}

.top-slider .bg-img {
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.top-slider .bg-img:before {
    content: '';
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(135, 135, 135, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.top-slider .slick-dots {
    bottom: 3.4375rem;
    width: calc(100% - 35rem);
    right: 50%;
    transform: translate(50%);
    display: flex;
    justify-content: center
}

@media screen and (min-width: 125em) {
    .top-slider .slick-dots {
        width: calc(100% - 580px)
    }
}

.top-slider .slick-dots li {
    display: initial;
    width: 100%;
    margin: 0
}

.top-slider .slick-dots li button {
    width: 100%
}

.top-slider .slick-dots li button:before {
    border-radius: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff
}

.top-slider .slick-dots li button:hover:before,
.top-slider .slick-dots li button:focus:before,
.top-slider .slick-dots li.slick-active button:before {
    background-color: #000000
}

.fs-slider {
    margin-top: 8.5625rem
}

@media screen and (min-width: 125em) {
    .fs-slider {
        margin-top: 185px
    }
}

.fs-slider-item {
    height: 60rem;
    min-height: 600px;
    padding: 2.1875rem 5.625rem;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 125em) {
    .fs-slider-item {
        height: 960px
    }
}

.fs-slider-item:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    z-index: -1
}

.fs-slider-item-top {
    display: flex;
    align-items: center;
    font-weight: 800
}

.fs-slider-item-top {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .fs-slider-item-top {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .fs-slider-item-top {
        font-size: 14px
    }
}

.fs-slider-item-top .bg-photo {
    width: 6.875rem;
    height: 6.875rem;
    background-size: cover;
    background-position: top;
    border-radius: 50%;
    border: .5rem solid rgba(242, 116, 5, 0.36);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media screen and (min-width: 125em) {
    .fs-slider-item-top .bg-photo {
        width: 110px;
        height: 110px;
        border: 8px solid rgba(242, 116, 5, 0.36)
    }
}

.fs-slider-item-top .bg-desc {
    margin: 0 .625rem
}

.fs-slider-item-top .bg-desc p {
    margin-bottom: 0
}

.fs-slider-item-center {
    font-style: italic;
    max-width: 445px;
    margin: 10.9375rem auto;
    margin-right: 5vw;
    position: relative;
    line-height: 55px;
    letter-spacing: 1.6px;
    z-index: 1
}

.fs-slider-item-center {
    font-size: 30px
}

@media screen and (min-width: 1025px) {
    .fs-slider-item-center {
        font-size: calc(30px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .fs-slider-item-center {
        font-size: 40px
    }
}

@media screen and (min-width: 125em) {
    .fs-slider-item-center {
        margin: 175px auto;
        margin-right: 5vw
    }
}

.fs-slider-item-center:not(.empty-block):before {
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    width: 200px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/quote-slider.png");
    z-index: -1
}

.fs-slider-item-center .button {
    background: #879164;
    font-style: normal
}

.fs-slider-item-center .button:hover,
.fs-slider-item-center .button:focus {
    background: #733a26
}

.fs-slider .slick-dots {
    bottom: 1.875rem;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.fs-slider .slick-dots li button:hover:before,
.fs-slider .slick-dots li button:focus:before,
.fs-slider .slick-dots li.slick-active button:before {
    border: solid 2px #ffffff;
    padding: 3px;
    background-clip: content-box;
    background-color: #ffffff;
    width: 15px;
    height: 15px
}

.fs-slider .slick-dots li.slick-active {
    width: 15px;
    height: 15px
}

.fs-slider .slick-dots li button {
    width: 15px;
    height: 15px
}

.fs-slider .slick-dots li button:before {
    background: transparent;
    border: solid 2px #ffffff;
    width: 12px;
    height: 12px
}

.fs-slider .slick-prev,
.fs-slider .slick-next {
    width: 65px;
    height: 65px;
    top: 50%
}

.fs-slider .slick-prev:hover,
.fs-slider .slick-next:hover {
    opacity: 0.8
}

.fs-slider .slick-prev {
    left: 4.0625rem
}

.fs-slider .slick-next {
    right: 4.0625rem
}

.fs-slider .slick-prev:before {
    content: url("../images/Arrow-left.png")
}

.fs-slider .slick-next:before {
    content: url("../images/Arrow-right.png")
}

.slider-description {
    text-align: center;
    margin-bottom: 2.8125rem;
    margin-top: 5.75rem
}

@media screen and (min-width: 125em) {
    .slider-description {
        margin-bottom: 45px;
        margin-top: 60px
    }
}

.slider-description h2 {
    font-size: 4.375rem
}

.slider-description h2 {
    font-size: 55px
}

@media screen and (min-width: 1025px) {
    .slider-description h2 {
        font-size: calc(55px + 15 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .slider-description h2 {
        font-size: 70px
    }
}

.main,
.sub-main {
    position: relative
}

.main .bg-style,
.sub-main .bg-style {
    position: absolute;
    width: 103.125rem;
    right: 50%;
    bottom: 0;
    transform: translate(50%);
    height: calc(100% - 10.625rem);
    overflow: hidden
}

@media screen and (min-width: 125em) {
    .main .bg-style,
    .sub-main .bg-style {
        width: 1650px;
        height: calc(100% - 170px)
    }
}

.main .bg-style:before,
.sub-main .bg-style:before {
    content: url("../images/ornament.png");
    position: absolute;
    left: 0;
    top: 2.5rem
}

.main .bg-style:after,
.sub-main .bg-style:after {
    content: url("../images/ornament.png");
    position: absolute;
    left: 0;
    bottom: 2.1875rem
}

.slider-main {
    padding-bottom: 30px;
    margin-top: 30px
}

.slider-main .slick-list {
    padding-right: 15.9375rem;
    padding-left: 15.9375rem
}

@media screen and (min-width: 125em) {
    .slider-main .slick-list {
        padding-right: 255px;
        padding-left: 255px
    }
}

.slider-main .slick-dots {
    bottom: 3.125rem;
    width: calc(100% - 34.375rem);
    right: 50%;
    transform: translate(50%);
    display: flex !important;
    justify-content: center
}

@media screen and (min-width: 125em) {
    .slider-main .slick-dots {
        width: calc(100% - 550px)
    }
}

.slider-main .slick-dots li {
    display: initial;
    width: 100%;
    margin: 0
}

.slider-main .slick-dots li button {
    width: 100%
}

.slider-main .slick-dots li button:before {
    border-radius: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff
}

.slider-main .slick-dots li button:hover:before,
.slider-main .slick-dots li button:focus:before,
.slider-main .slick-dots li.slick-active button:before {
    background-color: #000000
}

.slider-main .slider-container {
    position: relative
}

.slider-main__item {
    height: 31.25rem;
    min-height: 325px;
    position: relative;
    overflow: hidden;
    margin: 0 1.25rem
}

@media screen and (min-width: 125em) {
    .slider-main__item {
        height: 500px;
        margin: 0 20px
    }
}

.slider-main__item .bg-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1)
}

.slider-main__item .bg-main:not(.empty-block):before {
    content: '';
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(135, 135, 135, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.slider-main__item .stars {
    display: flex;
    color: #FFCC33;
    z-index: 1
}

.slider-main__item .stars {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .slider-main__item .stars {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .slider-main__item .stars {
        font-size: 14px
    }
}

.slider-main__item .stars i {
    margin-left: .1875rem
}

.slider-main__item .slider-content {
    z-index: 1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding: 3.125rem 2.5rem
}

.slider-main__item h3 {
    font-size: 26px
}

@media screen and (min-width: 1025px) {
    .slider-main__item h3 {
        font-size: calc(26px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .slider-main__item h3 {
        font-size: 36px
    }
}

.slider-main__item:hover .bg-main,
.slider-main__item:focus .bg-main {
    transform: scale(1.13);
    -webkit-transform: scale(1.13);
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1)
}

.slider-main .slick-prev,
.slider-main .slick-next {
    width: 65px;
    height: 65px;
    top: 40%
}

.slider-main .slick-prev:hover,
.slider-main .slick-next:hover {
    opacity: 0.8
}

.slider-main .slick-prev {
    left: 15.3125rem
}

@media screen and (min-width: 125em) {
    .slider-main .slick-prev {
        left: 245px
    }
}

.slider-main .slick-next {
    right: 15.3125rem
}

@media screen and (min-width: 125em) {
    .slider-main .slick-next {
        right: 245px
    }
}

.slider-main .slick-prev:before {
    content: url("../images/Arrow-left.png")
}

.slider-main .slick-next:before {
    content: url("../images/Arrow-right.png")
}

.sub-main {
    padding-bottom: 110px
}

.sub-main .slick-list {
    padding-right: 15.9375rem;
    padding-left: 15.9375rem
}

@media screen and (min-width: 125em) {
    .sub-main .slick-list {
        padding-right: 255px;
        padding-left: 255px
    }
}

.sub-main .slick-dots {
    bottom: -3.75rem;
    width: calc(100% - 34.375rem);
    right: 50%;
    transform: translate(50%);
    display: flex !important;
    justify-content: center
}

@media screen and (min-width: 125em) {
    .sub-main .slick-dots {
        bottom: -60px;
        width: calc(100% - 550px)
    }
}

.sub-main .slick-dots li {
    display: initial;
    width: 100%;
    margin: 0
}

.sub-main .slick-dots li button {
    width: 100%
}

.sub-main .slick-dots li button:before {
    border-radius: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff
}

.sub-main .slick-dots li button:hover:before,
.sub-main .slick-dots li button:focus:before,
.sub-main .slick-dots li.slick-active button:before {
    background-color: #000000
}

.sub-main .slider-container {
    position: relative;
    display: flex !important
}

.sub-main__item {
    min-height: 31.25rem;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 15px 1.25rem;
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1)
}

@media screen and (min-width: 125em) {
    .sub-main__item {
        min-height: 500px;
        margin: 15px 20px
    }
}

.sub-main__item .bg-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1)
}

.sub-main__item .bg-main:not(.empty-block):before {
    content: '';
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0.24)), color-stop(100%, rgba(0, 0, 0, 0.72)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.sub-main__item .stars {
    display: flex;
    color: #FFCC33;
    z-index: 1
}

.sub-main__item .stars {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .sub-main__item .stars {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .sub-main__item .stars {
        font-size: 14px
    }
}

.sub-main__item .stars i {
    margin-left: .1875rem
}

.sub-main__item .slider-content {
    z-index: 1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 25px
}

.sub-main__item h3 {
    font-size: 26px
}

@media screen and (min-width: 1025px) {
    .sub-main__item h3 {
        font-size: calc(26px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .sub-main__item h3 {
        font-size: 36px
    }
}

.sub-main__item:hover .bg-main,
.sub-main__item:focus .bg-main {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1)
}

.sub-main .slick-prev,
.sub-main .slick-next {
    width: 65px;
    height: 65px;
    top: 50%
}

.sub-main .slick-prev:hover,
.sub-main .slick-next:hover {
    opacity: 0.8
}

.sub-main .slick-prev {
    left: 15.625rem
}

@media screen and (min-width: 125em) {
    .sub-main .slick-prev {
        left: 250px
    }
}

.sub-main .slick-next {
    right: 15.625rem
}

@media screen and (min-width: 125em) {
    .sub-main .slick-next {
        right: 250px
    }
}

.sub-main .slick-prev:before {
    content: url("../images/Arrow-left.png")
}

.sub-main .slick-next:before {
    content: url("../images/Arrow-right.png")
}

.gallery-container {
    margin-top: 8.1875rem;
    padding-bottom: 120px;
    position: relative
}

.gallery-container:after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background-image: url("../images/bg-white.png");
    width: 100%;
    height: 160px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat
}

.gallery-container .svg-pattern {
    position: absolute;
    bottom: 1.875rem;
    width: 100%;
    z-index: -1
}

.gallery-container .svg-pattern svg {
    fill: #ffffff
}

.gallery-container .gallery-grid {
    overflow: hidden;
    margin-left: -.9375rem
}

.gallery-container .gallery-image {
    position: relative;
    height: 46.875rem
}

@media screen and (max-width: 64.06125em) {
    .gallery-container .gallery-image {
        max-width: 500px;
        padding: 0 15px;
        margin: 0 auto
    }
}

.gallery-container .gallery-image:before {
    content: '';
    position: absolute;
    width: 29.6875rem;
    height: 32.5rem;
    left: 20.625rem;
    top: 10rem;
    background-color: #cda788;
    display: block
}

.gallery-container .gallery-image__item {
    position: absolute;
    background-size: cover;
    background-position: center center
}

.gallery-container .gallery-image__item:first-of-type {
    max-width: 28.125rem;
    width: 100%;
    height: 33.75rem;
    left: 0;
    top: 2.5rem
}

.gallery-container .gallery-image__item:nth-of-type(2) {
    top: 0rem;
    left: 30.3125rem;
    max-width: 21.875rem;
    width: 100%;
    height: 19.375rem
}

.gallery-container .gallery-image__item:nth-of-type(3) {
    top: 21.25rem;
    left: 30.3125rem;
    max-width: 31.25rem;
    width: 100%;
    height: 25rem
}

.gallery-container .gallery-content {
    max-width: 510px;
    margin-top: 8.125rem;
    margin-left: 1.875rem;
    position: relative;
    color: #333333
}

.gallery-container .gallery-content {
    font-size: 15px
}

@media screen and (min-width: 1025px) {
    .gallery-container .gallery-content {
        font-size: calc(15px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gallery-container .gallery-content {
        font-size: 17px
    }
}

.gallery-container .gallery-content p a {
    color: #653322
}

.gallery-container .gallery-content p a:hover {
    color: #879164
}

@media screen and (max-width: 64.06125em) {
    .gallery-container .gallery-content {
        margin: auto;
        margin-top: 60px
    }
}

.gallery-container .gallery-content .gallery-content-before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("../images/cat.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 51.875rem;
    height: 15rem;
    left: -9.375rem;
    top: -7.5rem;
    z-index: -1
}

@media screen and (min-width: 125em) {
    .gallery-container .gallery-content .gallery-content-before {
        width: 830px;
        height: 240px;
        left: -150px;
        top: -120px
    }
}

.gallery-container .gallery-content .sub-title {
    font-size: 30px
}

@media screen and (min-width: 1025px) {
    .gallery-container .gallery-content .sub-title {
        font-size: calc(30px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gallery-container .gallery-content .sub-title {
        font-size: 40px
    }
}

.gallery-container .gallery-content h3 {
    font-size: 40px
}

@media screen and (min-width: 1025px) {
    .gallery-container .gallery-content h3 {
        font-size: calc(40px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gallery-container .gallery-content h3 {
        font-size: 50px
    }
}

.gallery-container .gallery-content .button {
    margin-top: 20px;
    background: #653322
}

.gallery-container .gallery-content .button {
    font-size: 11px
}

@media screen and (min-width: 1025px) {
    .gallery-container .gallery-content .button {
        font-size: calc(11px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gallery-container .gallery-content .button {
        font-size: 13px
    }
}

.gallery-container .gallery-content .button:hover,
.gallery-container .gallery-content .button:focus {
    background: #879164
}

.testimonials {
    text-align: center;
    margin-top: 2.8125rem;
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.testimonials h2 {
    margin-bottom: .9375rem
}

.testimonials h2 {
    font-size: 55px
}

@media screen and (min-width: 1025px) {
    .testimonials h2 {
        font-size: calc(55px + 15 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .testimonials h2 {
        font-size: 70px
    }
}

.testimonials-item {
    padding: 2.1875rem;
    padding-top: 15.625rem;
    background-position: center center;
    background-size: cover;
    border: .625rem solid #fff;
    color: #ffffff;
    border-radius: 2px;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-top: 15px
}

.testimonials-item {
    font-size: 15px
}

@media screen and (min-width: 1025px) {
    .testimonials-item {
        font-size: calc(15px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .testimonials-item {
        font-size: 17px
    }
}

@media screen and (min-width: 125em) {
    .testimonials-item {
        padding: 35px;
        padding-top: 250px
    }
}

.testimonials-item:before {
    content: '';
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0.24)), color-stop(100%, rgba(0, 0, 0, 0.72)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.testimonials-item p {
    margin: 0;
    letter-spacing: 0.68px
}

.testimonials-item .city {
    font-weight: 800
}

.testimonials h3 {
    font-size: 20px
}

@media screen and (min-width: 1025px) {
    .testimonials h3 {
        font-size: calc(20px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .testimonials h3 {
        font-size: 30px
    }
}

.gfield_required {
    display: none
}

.form-block {
    height: 51.5rem;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    color: #ffffff
}

@media screen and (min-width: 125em) {
    .form-block {
        height: 840px
    }
}

.form-block__item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 15px;
    padding-top: 5rem;
    letter-spacing: -0.64px
}

@media screen and (min-width: 125em) {
    .form-block__item {
        padding-top: 80px
    }
}

.form-block__item .gform_wrapper {
    max-width: 1480px;
    margin: auto
}

.form-block__item .gform_confirmation_wrapper {
    font-size: 30px;
    font-weight: 900;
    text-align: center
}

@media screen and (min-width: 64.0625em) {
    .form-block__item .gform_confirmation_wrapper {
        padding-bottom: 4.375rem
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .form-block__item .gf_left_half {
        width: calc(61% - 15px)
    }
    .form-block__item .gf_right_half {
        width: calc(39% - 15px)
    }
}

.form-block__item .validation_error {
    display: none
}

.form-block__item .validation_message {
    display: none
}

.form-block__item .gfield_required {
    display: none
}

.form-block__item .gf_right_half+.gfield {
    margin-bottom: 0
}

.form-block__item .form-title {
    display: flex;
    align-items: center;
    font-family: "Playfair Display", serif
}

.form-block__item .form-title {
    font-size: 20px
}

@media screen and (min-width: 1025px) {
    .form-block__item .form-title {
        font-size: calc(20px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .form-block__item .form-title {
        font-size: 30px
    }
}

.form-block__item .form-title p span {
    padding-left: 25px
}

.form-block__item .form-title span {
    font-family: "Muli", sans-serif;
    font-weight: 600
}

.form-block__item .form-title span {
    font-size: 16px
}

@media screen and (min-width: 1025px) {
    .form-block__item .form-title span {
        font-size: calc(16px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .form-block__item .form-title span {
        font-size: 18px
    }
}

.form-block__item .append_button {
    max-width: 610px
}

.form-block__item .ginput_container_consent {
    display: flex;
    align-items: center;
    padding-left: 20px
}

@media screen and (min-width: 64.0625em) {
    .form-block__item .ginput_container_consent {
        margin-top: 10px
    }
}

.form-block__item .ginput_container_email {
    position: relative
}

.form-block__item .ginput_container_email .button {
    position: absolute;
    height: 30px;
    width: 105px;
    font-size: 0;
    right: 2px;
    top: 2px;
    border-radius: 0;
    border-left: 2px solid #ffffff;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #045036
}

.form-block__item .ginput_container_email .button:after {
    content: url("../images/arrow.png");
	position: absolute;
    top: 12px;
}

.form-block__item .ginput_container_email .button:hover,
.form-block__item .ginput_container_email .button:focus {
    background: rgba(4, 80, 54, 0.8)
}

.form-block__item form {
    max-width: 100%
}

.form-block__item label {
    color: #ffffff;
    font-weight: 600
}
.form-block__item label {
    font-size: 13px
}

@media screen and (min-width: 1025px) {
    .form-block__item label {
        font-size: calc(13px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .form-block__item label {
        font-size: 15px
    }
}

.form-block__item label a {
    color: #ffffff;
    text-decoration: underline
}

.form-block__item label a:hover {
    color: #879164
}

.form-block__item input {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 25px;
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 115px
}

.form-block__item input::placeholder {
    color: #ffffff
}

.form-block__item .gform_validation_error input {
    border: 2px solid #733a26
}

.form-block__item .gform_validation_error .button {
    border-left: 2px solid #733a26
}

.fs-cat {
    padding: 15px !important;
    margin-bottom: 0;
}

@media screen and (min-width: 125em) {
    .fs-cat {
        padding: 20px !important;
        margin-bottom: 15px
    }
}

.fs-cat:hover .fs-cat__container {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08)
}

.fs-cat__img {
    height: 15.625rem;
    background-size: cover;
    background-position: center center
}

@media screen and (min-width: 125em) {
    .fs-cat__img {
        height: 250px
    }
}

.fs-cat__container {
    background-color: #ffffff;
    padding: 1.5625rem
}

.fs-cat__container {
    font-size: 15px
}

@media screen and (min-width: 1025px) {
    .fs-cat__container {
        font-size: calc(15px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .fs-cat__container {
        font-size: 17px
    }
}

@media screen and (min-width: 125em) {
    .fs-cat__container {
        padding: 25px
    }
}

.fs-cat__container span {
    font-size: .875rem;
    font-weight: 800
}

.fs-cat__container span {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .fs-cat__container span {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .fs-cat__container span {
        font-size: 14px
    }
}

.fs-cat__container h3 {
    font-size: 20px
}
.fs-cat__container a {
    color: #000000;
}

@media screen and (min-width: 1025px) {
    .fs-cat__container h3 {
        font-size: calc(20px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .fs-cat__container h3 {
        font-size: 30px
    }
}

.fs-cat .flex-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fs-cat .fs-price {
    margin: 0;
    font-weight: 800
}

.fs-cat .fs-price {
    font-size: 16px
}

@media screen and (min-width: 1025px) {
    .fs-cat .fs-price {
        font-size: calc(16px + 4 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .fs-cat .fs-price {
        font-size: 20px
    }
}

.fs-cat .button, p .button {
    font-weight: 800;
    background-color: #879164;
    color: #ffffff
}

.fs-cat .button, p .button {
    font-size: 11px
}

@media screen and (min-width: 1025px) {
    .fs-cat .button, p .button  {
        font-size: calc(11px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .fs-cat .button, p .button  {
        font-size: 13px
    }
}

.fs-cat .button:hover,
.fs-cat .button:focus,
p .button:hover,
p .button:focus {
    background-color: #722E1E
}

.repeatable-cat {
    max-width: 1400px;
	margin-top: 35px;
    margin-bottom: 35px
}

.sec-cat {
    padding: 0 1.25rem !important;
    margin-bottom: 4.0625rem
}

.sec-cat {
    font-size: 15px
}

@media screen and (min-width: 1025px) {
    .sec-cat {
        font-size: calc(15px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .sec-cat {
        font-size: 17px
    }
}

@media screen and (min-width: 125em) {
    .sec-cat {
        padding: 0 20px !important;
        margin-bottom: 65px
    }
}

.sec-cat a {
    display: flex;
    color: #ffffff
}

.sec-cat a:hover .sec-cat__item-hover,
.sec-cat a:focus .sec-cat__item-hover {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: all 0.2s ease-in
}

.sec-cat a:hover .sec-cat__item:before,
.sec-cat a:focus .sec-cat__item:before {
    transition: all 0.2s ease-in;
    background: rgba(0, 0, 0, 0.7)
}

.sec-cat span {
    font-weight: 800
}

.sec-cat span {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .sec-cat span {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .sec-cat span {
        font-size: 14px
    }
}

.sec-cat-price {
    margin-bottom: .625rem
}

.sec-cat h3 {
    font-size: 26px
}

@media screen and (min-width: 1025px) {
    .sec-cat h3 {
        font-size: calc(26px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .sec-cat h3 {
        font-size: 36px
    }
}

.sec-cat .button {
    display: block;
    background: #cda788;
    color: #000000;
    font-weight: 800
}

.sec-cat .button {
    font-size: 16px
}

@media screen and (min-width: 1025px) {
    .sec-cat .button {
        font-size: calc(16px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .sec-cat .button {
        font-size: 18px
    }
}

.sec-cat__item {
    padding: 1.875rem 1.5625rem;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.2s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center center
}

@media screen and (min-width: 125em) {
    .sec-cat__item {
        padding: 30px 25px
    }
}

.sec-cat__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    transition: all 0.2s ease-in
}

.sec-cat__item-hover {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.2s ease-in
}

.testimonials-slider {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 1385px;
    margin: auto;
    margin-top: 150px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px
}

@media screen and (min-width: 125em) {
    .testimonials-slider {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.testimonials-slider .slick-slider {
    cursor: grab
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
    top: auto;
    bottom: -33px;
    width: 40px;
    height: 40px
}

.testimonials-slider .slick-prev:hover,
.testimonials-slider .slick-next:hover {
    opacity: 0.5
}

.testimonials-slider .slick-prev {
    left: auto;
    right: 40px
}

.testimonials-slider .slick-prev:before {
    content: url("../images/Arrow-b-left.png")
}

.testimonials-slider .slick-next:before {
    content: url("../images/Arrow-b-right.png")
}

.testimonials-slider .slick-dots {
    padding-right: 80px;
    text-align: right;
    display: flex !important;
    justify-content: flex-end;
    align-items: center
}

.testimonials-slider .slick-dots li button:hover:before,
.testimonials-slider .slick-dots li button:focus:before,
.testimonials-slider .slick-dots li.slick-active button:before {
    border: solid 2px #000;
    padding: 3px;
    background-clip: content-box;
    background-color: #000;
    width: 15px;
    height: 15px
}

.testimonials-slider .slick-dots li.slick-active button {
    width: 15px;
    height: 15px
}

.testimonials-slider .slick-dots li button:before {
    background: transparent;
    border: solid 2px #000;
    width: 12px;
    height: 12px
}

.testimonials-slider .slick-dots li button {
    width: 15px;
    height: 15px
}

.testimonials-slider:before {
    content: '';
    position: absolute;
    background-image: url("../images/Separator.png");
    background-size: contain;
    background-repeat: repeat-x;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px
}

.testimonials-slider h2 {
    margin-bottom: 1.5625rem;
    color: #260101
}

.testimonials-slider h2 {
    font-size: 55px
}

@media screen and (min-width: 1025px) {
    .testimonials-slider h2 {
        font-size: calc(55px + 15 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .testimonials-slider h2 {
        font-size: 70px
    }
}

.test-slider-second {
    margin-top: -100px
}

.test-slider-second .slick-slide {
    position: relative;
    padding-top: 100px
}

.test-slider-second .slick-slide:before {
    content: '';
    left: 12vw;
    top: 75px;
    position: absolute;
    width: 190px;
    height: 170px;
    background-image: url("../images/quote-test.png");
    background-size: cover
}

@media screen and (min-width: 125em) {
    .test-slider-second .slick-slide:before {
        left: 240px
    }
}

.test-slider {
    margin-top: -100px
}

.test-slider .slick-slide {
    position: relative;
    padding-top: 100px
}

.test-slider .slick-slide:before {
    content: '';
    left: 12vw;
    top: 75px;
    position: absolute;
    width: 190px;
    height: 170px;
    background-image: url("../images/quote-test.png");
    background-size: cover
}

.test-slider__item {
    display: flex !important;
    align-items: center;
    margin-bottom: 4.6875rem
}

@media screen and (min-width: 125em) {
    .test-slider__item {
        margin-bottom: 75px
    }
}

.test-slider__item-bg {
    width: 12.5rem;
    height: 12.5rem;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin-right: 2.5rem
}

@media screen and (min-width: 125em) {
    .test-slider__item-bg {
        width: 200px;
        height: 200px;
        margin-right: 40px
    }
}

.test-slider__item-bg .test-slider-img {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 2
}

.test-slider__item-bg .test-slider-bg {
    background: #cda788;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1
}

.test-slider__item-cont {
    max-width: 410px
}

.test-slider__item-cont span {
    font-weight: 800;
    color: #000000;
    margin-bottom: 1.25rem
}

.test-slider__item-cont span {
    font-size: 16px
}

@media screen and (min-width: 1025px) {
    .test-slider__item-cont span {
        font-size: calc(16px + 4 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .test-slider__item-cont span {
        font-size: 20px
    }
}

.testimonials-sliders-two {
    max-width: 1400px;
    padding-top: 0;
    margin-top: 90px
}

.testimonials-sliders-two:before {
    content: none
}

.testimonials-sliders-two h2 {
    padding-top: 50px;
    position: relative
}

.testimonials-sliders-two h2:before {
    content: '';
    position: absolute;
    background-image: url("../images/Separator.png");
    background-size: contain;
    background-repeat: repeat-x;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px
}

.test-slider-second .test-slider__item {
    display: flex !important;
    align-items: center;
    margin-bottom: 4.6875rem
}

@media screen and (min-width: 125em) {
    .test-slider-second .test-slider__item {
        margin-bottom: 75px
    }
}

.test-slider-second .test-slider__item-bg {
    width: 12.5rem;
    height: 12.5rem;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin-right: 2.5rem
}

@media screen and (min-width: 125em) {
    .test-slider-second .test-slider__item-bg {
        width: 200px;
        height: 200px;
        margin-right: 40px
    }
}

.test-slider-second .test-slider__item-bg .test-slider-img {
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 2
}

.test-slider-second .test-slider__item-bg .test-slider-bg {
    background: #cda788;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1
}

.test-slider-second .test-slider__item-cont {
    max-width: 535px
}

.test-slider-second .test-slider__item-cont span {
    font-weight: 800;
    color: #000000;
    margin-bottom: 1.25rem
}

.test-slider-second .test-slider__item-cont span {
    font-size: 16px
}

@media screen and (min-width: 1025px) {
    .test-slider-second .test-slider__item-cont span {
        font-size: calc(16px + 4 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .test-slider-second .test-slider__item-cont span {
        font-size: 20px
    }
}


.micro-blog-container {
    max-width: 905px;
    margin: auto;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    position: relative;
    line-height: 1.667
}

.micro-blog-container:after {
    content: '';
    position: absolute;
    background-image: url("../images/Separator.png");
    background-size: contain;
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px
}

.micro-blog-container .cell {
    position: relative;
}

@media screen and (max-width: 64.06125em) {
	
	.micro-blog-container {
		margin-top: 20px;
	}
	.micro-blog-container .fs-slider-item-top {
		width: 100%;
	}
	.micro-blog-container .fs-slider-item-top .bg-desc {
		width: 90%;
	}
	.micro-blog-container .fs-slider-item-top .bg-desc p {
		display: inline;
		margin-left: 10px;
	}
	.micro-blog-container .fs-slider-item-top .bg-desc p:last-of-type {
		float: right;
	}
	.micro-blog-container .cell {
		margin-left: 0;
		margin-bottom: 20px;
	}
}


.contact-container {
    max-width: 905px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    line-height: 1.667
}

.contact-container h1,
.contact-container h2,
.contact-container h3,
.contact-container h4,
.contact-container h5,
.contact-container h6,
.contact-container .h1,
.contact-container .h2,
.contact-container .h3,
.contact-container .h4,
.contact-container .h5,
.contact-container .h6 {
    color: #260101
}

.contact-container .button {
    background: #733a26;
    text-decoration: none;
    color: #ffffff
}

.contact-container .button {
    font-size: 11px
}

@media screen and (min-width: 1025px) {
    .contact-container .button {
        font-size: calc(11px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .contact-container .button {
        font-size: 13px
    }
}

.contact-container .button:hover,
.contact-container .button:focus {
    background: #879164;
    color: #ffffff
}

.contact-container p {
    margin-bottom: 1rem
}

.contact-container a {
    color: #000000;
    text-decoration: none
}

.contact-container a:hover,
.contact-container a:focus {
    color: #733a26
}

.contact-container strong,
.contact-container b {
    font-weight: 800
}

.contact-container:before {
    content: '';
    position: absolute;
    background-image: url("../images/Separator.png");
    background-size: contain;
    background-repeat: repeat-x;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px
}

.contact-container:after {
    content: '';
    position: absolute;
    background-image: url("../images/Separator.png");
    background-size: contain;
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px
}

.contact-container .cell {
    position: relative
}

.contact-container .cell:first-of-type {
    padding-right: 2.8125rem
}

.contact-container .cell:first-of-type:after {
    content: '';
    position: absolute;
    background-image: url("../images/Separator-Vertical.png");
    background-size: contain;
    background-repeat: repeat-y;
    right: 1.875rem;
    top: 0;
    width: 8px;
    height: 100%
}

.contact-container .cell:last-of-type .button {
    margin-top: -.9375rem
}

.anchors {
	background: #fff;
    max-width: 100.9375rem;
    width: 100%;
    margin-left: 0;
    padding-left: 18.75rem
}

.travel-page-own .anchors, .travel-page .anchors {
	background: transparent;
}

.anchors a {
    font-weight: 800;
    text-transform: uppercase;
    padding: 34px 5px;
    margin-right: 2.1875rem;
    display: inline-block;
    position: relative;
	color:#000
}

.travel-page-own .anchors a, .travel-page .anchors a {
    padding: 14px 5px;
    color: #fff
}

.anchors a {
    font-size: 13px
}

@media screen and (min-width: 1025px) {
    .anchors a {
        font-size: calc(13px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .anchors a {
        font-size: 15px
    }
}

@media screen and (min-width: 125em) {
    .anchors a {
        margin-right: 35px
    }
}
/*
.anchors a:before {
    content: '';
    width: 0;
    height: 5px;
    background: #045036;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s
}
.travel-page-own .anchors a:before, .travel-page .anchors a:before {
    background: #fff;
}

.anchors a:first-of-type:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #045036;
    position: absolute;
    bottom: 0;
    left: 0
}

.travel-page-own .anchors a:first-of-type:before, .travel-page .anchors a:first-of-type:before {
    background: #fff;
}

.anchors a:hover:before {
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s
}
*/
.anchor-tab {
	background:#fff;
}
.travel-page-own .anchor-tab, .travel-page .anchor-tab {
    z-index: 20;
    width: 100%;
    max-width: 2000px;
}
.travel-page-own .anchor-tab {
    background: rgba(101, 51, 34, 0.8);
}
.travel-page .anchor-tab {
    background: rgba(4, 80, 54, 0.8);
}
.anchor-tab .grid-container {
    max-width: 1400px;
    padding: 0 15px
}

.anchor-tab .anchors {
    max-width: 100%;
    width: 100%;
    padding: 0
}

#modal12 {
    max-width: 1400px;
    width: 100%;
    background: transparent;
    padding: 70px 70px
}

#modal12 .fancybox-close-small:hover {
    background: transparent
}

#modal12 .fancybox-close-small {
    right: 50px !important;
    width: 70px;
    height: 70px
}

#modal12 .fancybox-close-small svg {
    width: 50px;
    height: 50px
}

#modal12 .fancybox-close-small svg path {
    fill: #ffffff
}

#modal12 .slick-dots {
    bottom: -25px;
    display: flex !important;
    justify-content: center;
    align-items: center
}

#modal12 .slick-dots li button:hover:before,
#modal12 .slick-dots li button:focus:before,
#modal12 .slick-dots li.slick-active button:before {
    border: solid 2px #ffffff;
    padding: 3px;
    background-clip: content-box;
    background-color: #ffffff;
    width: 15px;
    height: 15px
}

#modal12 .slick-dots li.slick-active button {
    width: 15px;
    height: 15px
}

#modal12 .slick-dots li button {
    width: 15px;
    height: 15px
}

#modal12 .slick-dots li button:before {
    background: transparent;
    border: solid 2px #ffffff;
    width: 12px;
    height: 12px
}

#modal12 .slick-prev {
    left: -65px
}

#modal12 .slick-prev:before {
    content: url("../images/Arrow-left.png")
}

#modal12 .slick-next {
    right: -25px
}

#modal12 .slick-next:before {
    content: url("../images/Arrow-right.png")
}

#modal12 .slick-bilder__slide {
    height: 48.125rem;
    background-size: cover;
    background-position: center center
}

@media screen and (min-width: 125em) {
    #modal12 .slick-bilder__slide {
        height: 770px
    }
}

.single-img-large {
    max-width: 106.25rem;
    width: 100%;
    height: 50rem;
    position: relative;
    z-index: 1;
    margin-top: 3.125rem;
    margin-bottom: 5rem
}

@media screen and (min-width: 125em) {
    .single-img-large {
        max-width: 1700px;
        width: 100%;
        height: 800px;
        margin-top: 50px;
        margin-bottom: 70px
    }
}

.single-img-large__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.single-img-large__color {
    max-width: 77.5rem;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -2.5rem;
    right: 5rem;
    z-index: -1
}

@media screen and (min-width: 125em) {
    .single-img-large__color {
        max-width: 1240px;
        bottom: -40px;
        right: 80px
    }
}

.single-img-medium {
    max-width: 87.5rem;
    width: 100%;
    height: 50rem;
    position: relative;
    z-index: 1;
    margin: auto;
    margin-top: 3.125rem;
    margin-bottom: 4.5rem
}

@media screen and (min-width: 125em) {
    .single-img-medium {
        max-width: 1400px;
        height: 800px;
        margin-top: 50px;
        margin-bottom: 60px
    }
}

.single-img-medium__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.single-img-medium__color {
    max-width: 77.5rem;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -2.5rem;
    right: 50%;
    transform: translate(50%);
    z-index: -1
}

@media screen and (min-width: 125em) {
    .single-img-medium__color {
        max-width: 1240px;
        bottom: -40px
    }
}

.wysiwyg-editor {
    max-width: 59.375rem;
    margin-top: 20px;
    margin-bottom: 20px
}

.wysiwyg-editor__title {
    color: #260101;
    margin-bottom: 2.5rem
}

.wysiwyg-editor p {
    margin-bottom: 2.125rem
}

.wysiwyg-editor p:last-of-type {
    margin-bottom: 0
}

.gallery-section {
    margin-top: 8.375rem;
    margin-bottom: 3.25rem;
    max-width: 87.5rem;
    text-align: center
}

@media screen and (min-width: 125em) {
    .gallery-section {
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: 1400px
    }
}

.gallery-section h2 {
    font-size: 4.375rem;
    color: #260101;
    margin-bottom: 1.5625rem
}

.gallery-section h2 {
    font-size: 55px
}

@media screen and (min-width: 1025px) {
    .gallery-section h2 {
        font-size: calc(55px + 15 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gallery-section h2 {
        font-size: 70px
    }
}

.gallery-section h3 {
    font-size: 1.875rem;
    margin-bottom: 0
}

.gallery-section h3 {
    font-size: 20px
}

@media screen and (min-width: 1025px) {
    .gallery-section h3 {
        font-size: calc(20px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gallery-section h3 {
        font-size: 30px
    }
}

.gallery-section a {
    color: #ffffff;
    display: flex;
    flex: auto
}

.gallery-section p {
    margin-bottom: 2.8125rem
}

.gallery-section .cell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex
}

@media screen and (min-width: 125em) {
    .gallery-section .cell {
        padding-left: 20px;
        padding-right: 20px
    }
}

.gallery-section__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.875rem;
    width: 100%;
    color: #ffffff;
    min-height: 26.25rem;
    z-index: 1;
    margin-bottom: 3.125rem;
    overflow: hidden;
    text-align: left
}

.gallery-section__item {
    font-size: 15px
}

@media screen and (min-width: 1025px) {
    .gallery-section__item {
        font-size: calc(15px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gallery-section__item {
        font-size: 17px
    }
}

@media screen and (min-width: 125em) {
    .gallery-section__item {
        padding: 30px;
        min-height: 420px;
        margin-bottom: 50px
    }
}

.gallery-section__item p {
    margin-bottom: 0
}

.gallery-section__item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
    z-index: -1
}

.gallery-section__item-bg:not(.empty-block):before {
    content: '';
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0.24)), color-stop(100%, rgba(0, 0, 0, 0.72)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 33%, rgba(0, 0, 0, 0.72) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.gallery-section__item:hover .gallery-section__item-bg,
.gallery-section__item:focus .gallery-section__item-bg {
    transform: scale(1.13);
    -webkit-transform: scale(1.13);
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1)
}

.travel-program-container {
    margin-top: 15px;
    margin-bottom: 60px;
}

.resepaket-dates {
	font-weight: 800;
	margin-top: 20px;
}
.travel-content-item:after, .resepaket-dates:after, .travel-date-select:after, .travel-program-details:after {
    content: '';
    background-image: url("../images/Separator.png");
    background-size: contain;
    background-repeat: repeat-x;
    margin-top: 20px;
    width: 100%;
    height: 10px;
    display: block
}

.travel-content {
    margin-top: 55px;
    max-width: 1400px;
    padding: 0 15px;
    position: relative
}

.travel-content-item {
    letter-spacing: 0.72px
}

.travel-content__subtitle {
    color: #733a26;
    display: block;
    margin-bottom: -10px
}

.travel-content__subtitle {
    font-size: 36px
}

@media screen and (min-width: 1025px) {
    .travel-content__subtitle {
        font-size: calc(36px + 14 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content__subtitle {
        font-size: 50px
    }
}

.travel-content__title {
    color: #260101
}

.travel-content__title {
    font-size: 50px
}

@media screen and (min-width: 1025px) {
    .travel-content__title {
        font-size: calc(50px + 30 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content__title {
        font-size: 80px
    }
}

.travel-content__subselect {
    color: #260101;
    position: relative;
    padding-left: 45px
}

.travel-content__subselect {
    font-size: 30px
}

@media screen and (min-width: 1025px) {
    .travel-content__subselect {
        font-size: calc(20px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content__subselect {
        font-size: 40px
    }
}

.travel-content__subselect:before {
    left: 15px;
    top: 10px;
    position: absolute;
    content: url("../images/arrow-down.png")
}

.travel-content .select {
    margin-top: 5px;
    margin-bottom: 35px
}

.travel-content .re-block {
    margin-bottom: 75px;
    letter-spacing: 0.36px;
    position: relative
}

.travel-content .re-block:nth-of-type(2n) .re-block__sub-s {
    color: #260101
}

@media screen and (min-width: 64.0625em) {
	.travel-content .re-block:nth-of-type(4):before {
        content: '';
        position: absolute;
        left: -18rem;
        top: 0;
        display: block;
        height: 150px;
        width: calc(100% + 65rem);
        z-index: -1;
        background-size: cover;
        background-image: url("../images/bg-white.png")
    }
    .travel-content .re-block:nth-of-type(12):before {
        content: '';
        position: absolute;
        left: -18rem;
        top: 35%;
        display: block;
        height: 150px;
        width: calc(100% + 65rem);
        z-index: -1;
        background-size: cover;
        background-image: url("../images/bg-white.png")
    }
}

.travel-content .re-block p {
    margin-bottom: 40px
}

.travel-content .re-block p:last-of-type {
    margin-bottom: 0
}

.travel-content .re-block .hotel_tf {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap
}

.travel-content .re-block .hotel_tf p {
	text-align: unset;
}
.travel-content .re-block .hotel_tf p span {
	display: inline-block;
}

.travel-content .re-block .icons_tf {
	margin-top: 30px;
    display: grid;
	align-items: center;
    grid-template-columns: 66px auto;
}

.travel-content .re-block .icons_tf img {
    margin-right: 20px
}

.travel-content .re-block__sub {
    color: #733a26;
    margin-bottom: -10px;
    display: block
}

.travel-content .re-block__sub {
    font-size: 40px
}

@media screen and (min-width: 1025px) {
    .travel-content .re-block__sub {
        font-size: calc(40px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .re-block__sub {
        font-size: 50px
    }
}

.travel-content .re-block__title {
    color: #260101
}

.travel-content .re-block__title {
    font-size: 50px
}

@media screen and (min-width: 1025px) {
    .travel-content .re-block__title {
        font-size: calc(50px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .re-block__title {
        font-size: 60px
    }
}

.travel-content .re-block__sub-f {
    color: #e4c5ac;
    display: block
}

.travel-content .re-block__sub-f {
    font-size: 60px
}

@media screen and (min-width: 1025px) {
    .travel-content .re-block__sub-f {
        font-size: calc(60px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .re-block__sub-f {
        font-size: 70px
    }
}

@media screen and (min-width: 64.0625em) {
    .travel-content .re-block__sub-f {
        margin-bottom: -50px
    }
}

.travel-content .re-block__sub-s {
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.2
}

.travel-content .re-block__sub-s {
    font-size: 36px
}

@media screen and (min-width: 1025px) {
    .travel-content .re-block__sub-s {
        font-size: calc(36px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .re-block__sub-s {
        font-size: 46px
    }
}

.travel-content .re-block__img {
    position: relative;
    margin-top: 70px;
    margin-bottom: 100px
}

.travel-content .re-block__img-item {
    width: calc(100% - 25px);
    height: 500px;
    background-size: cover;
    background-position: center center;
    margin: auto;
    margin-right: 0
}

.travel-content .re-block__img-color {
    position: absolute;
    left: 0;
    width: calc(100% - 25px);
    height: 100%;
    z-index: -1;
    bottom: -1.875rem
}

@media screen and (min-width: 125em) {
    .travel-content .re-block__img-color {
        bottom: -30px
    }
}

.travel-content .travel-program-details {
	margin-bottom: 35px;
}

.travel-content .travel-program-details p {
	display: inline;
}
.travel-content .travel-sidebar {
    max-width: 360px;
    width: 100%;
    margin: auto;
    margin-top: -315px;
    margin-right: 0;
    top: 110px;
    position: -webkit-sticky;
    position: sticky;
	padding-top: 50px;
}

.travel-content .travel-sidebar {
    font-size: 14px
}

@media screen and (min-width: 1025px) {
    .travel-content .travel-sidebar {
        font-size: calc(14px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .travel-sidebar {
        font-size: 16px
    }
}

.travel-content .travel-program-details .middle-block span,
.travel-content .travel-sidebar span {
    font-weight: 800
}

.travel-content .travel-sidebar span {
    font-size: 22px
}

@media screen and (min-width: 1025px) {
    .travel-content .travel-sidebar span {
        font-size: calc(22px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .travel-sidebar span {
        font-size: 24px
    }
}

.travel-content .travel-sidebar h3 {
    margin-bottom: 5px
}

.travel-content .travel-sidebar h3 {
    font-size: 26px
}

@media screen and (min-width: 1025px) {
    .travel-content .travel-sidebar h3 {
        font-size: calc(26px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .travel-sidebar h3 {
        font-size: 36px
    }
}

.travel-content .travel-sidebar .cell {
    padding-right: 15px
}

.travel-content .travel-sidebar .content_sid {
    color: #666666;
    padding: 0 10px;
    margin-bottom: 20px
}

.travel-content .travel-program-details .trip-included,
.travel-content .travel-sidebar .trip-included {
    list-style: none;
}

.travel-content .travel-sidebar .trip-included {
    margin-right: 15px;
    color: #666666
}

.travel-content .travel-program-details .trip-included li,
.travel-content .travel-sidebar .trip-included li {
    position: relative;
    margin-bottom: 5px
}

.travel-content .travel-program-details .trip-included li:before,
.travel-content .travel-sidebar .trip-included li:before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    color: #66cc00;
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: -20px
}

.travel-content .travel-sidebar .trip-notincluded {
    list-style: none;
    margin-right: 25px;
    color: #666666
}

.travel-content .travel-sidebar .trip-notincluded li {
    margin-bottom: 5px;
    position: relative
}

.travel-content .travel-sidebar .trip-notincluded li:before {
    content: '\f111';
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: -20px
}

.travel-content .travel-sidebar .sid-link {
    color: #ffffff;
    text-decoration: underline;
    display: block
}

.travel-content .travel-sidebar .sid-link:hover {
    color: black
}

.travel-content .travel-sidebar .button {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #045036
}

.travel-content .travel-sidebar .button {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .travel-content .travel-sidebar .button {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .travel-sidebar .button {
        font-size: 14px
    }
}

.travel-content .travel-sidebar .button:hover,
.travel-content .travel-sidebar .button:focus {
    background: #733a26
}

.travel-content .travel-sidebar .top-block {
    background: rgba(4, 80, 54, 0.8);
    color: #ffffff;
    padding: 15px;
    position: relative;
    z-index: 1
}

.travel-content .travel-sidebar .top-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/tribal-pattern.svg");
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.1;
    z-index: -1
}

.travel-content .travel-sidebar .image-block {
    max-width: 133px;
    width: 100%;
    height: 165px;
    background-size: cover;
    background-position: center center;
    margin-bottom: -25px
}

.travel-content .travel-sidebar .middle-block {
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 7px 81px 0px rgba(52, 26, 23, 0.09)
}

.travel-content .travel-program-details .price-block,
.travel-content .travel-sidebar .price-block {
    border-bottom: 1px solid #e4c5ac;
    padding-bottom: 25px;
    padding-top: 20px;
    margin-bottom: 25px
}

.travel-content .travel-program-details .desc-block {
	margin-top: 15px;
}

.travel-content .travel-program-details .middle-block {
	padding-bottom: 25px;
}

.travel-content .travel-sidebar-own .top-block {
    background: rgba(101, 51, 34, 0.8)
}

.travel-content .travel-sidebar-own .top-block:before {
    content: none
}

.travel-content .travel-sidebar-own .button,
.travel-content-own .button {
    background: #653322
}

.travel-content .travel-sidebar-own .button:hover,
.travel-content-own .button:hover {
    background: #733a26
}

.travel-content .map {
    height: 750px;
    position: relative
}
.travel-content .map img {
	width: calc(100% + 10rem);
    max-width: unset;
    max-height: 100%;
    position: absolute;
    right: 2rem;
}

.travel-content .map__bg {
    position: absolute;
    left: -20rem;
    background-size: cover;
    background-position: center center;
    width: calc(100% + 20rem - 50px);
    height: 100%;
    z-index: -1
}

.travel-content .column-blocks {
    margin-top: 90px
}

.travel-content .column-blocks h2 {
    margin-bottom: 55px
}

.travel-content .column-blocks h2 {
    font-size: 36px
}

@media screen and (min-width: 1025px) {
    .travel-content .column-blocks h2 {
        font-size: calc(36px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .column-blocks h2 {
        font-size: 46px
    }
}

.travel-content .column-blocks p {
    font-weight: 800;
    margin-bottom: 30px
}

.travel-content .column-blocks p {
    font-size: 22px
}

@media screen and (min-width: 1025px) {
    .travel-content .column-blocks p {
        font-size: calc(22px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .column-blocks p {
        font-size: 24px
    }
}

.travel-content .column-blocks__f {
    list-style: none
}

.travel-content .column-blocks__f li {
    margin-bottom: 10px;
    position: relative
}

.travel-content .column-blocks__f li:before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    color: #66cc00;
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: -25px
}

.travel-content .column-blocks__f li:last-of-type {
    margin-bottom: 0
}

.travel-content .column-blocks__s {
    list-style: none
}

.travel-content .column-blocks__s li {
    margin-bottom: 10px;
    position: relative
}

.travel-content .column-blocks__s li:before {
    content: '';
    background-color: #722E1E;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -25px
}

.travel-content .column-blocks__s li:last-of-type {
    margin-bottom: 0
}

.travel-content .post-content {
    margin-top: 90px
}

.travel-content .post-content h2 {
    font-size: 36px
}

@media screen and (min-width: 1025px) {
    .travel-content .post-content h2 {
        font-size: calc(36px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .travel-content .post-content h2 {
        font-size: 46px
    }
}

.travel-content .post-content p {
    margin-bottom: 30px
}

.travel-content .post-content p:last-of-type {
    margin-bottom: 0
}


.travel-content .price-details-container h3 {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.forms-block {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    z-index: 91;
    top: 0;
    max-width: 2000px;
	overflow-y: auto;
}

.forms-block .tabs {
    max-width: 100%;
    border: none;
    margin-bottom: 0
}

.forms-block .tabs-title {
    width: 50%;
    text-align: center
}

.forms-block .tabs-title a {
    color: #ffffff;
    margin: 0;
    background: #260101
}

.forms-block .tabs-title a {
    font-size: 14px
}

@media screen and (min-width: 1025px) {
    .forms-block .tabs-title a {
        font-size: calc(14px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .forms-block .tabs-title a {
        font-size: 16px
    }
}

.forms-block .tabs-title a:before,
.forms-block .tabs-title a:after {
    content: none
}

.forms-block .tabs-content {
    height: 100vh;
    padding: 40px;
    padding-top: 20px;
    color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.forms-block .tabs-content::-webkit-scrollbar {
    width: 0px;
    background: transparent
}

.forms-block .tabs .tabs-title>a:focus,
.forms-block .tabs .tabs-title>a[aria-selected='true'] {
    background: #653322
}

.forms-block__tab {
    background: #653322;
    width: 680px;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0
}

.forms-block__tab {
    font-size: 14px
}

@media screen and (min-width: 1025px) {
    .forms-block__tab {
        font-size: calc(14px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .forms-block__tab {
        font-size: 16px
    }
}

.forms-block form {
    position: relative;
    z-index: 1;
    height: 100%
}

.forms-block form .page-dropdown label {
    padding: 0 20px
}

.forms-block form:after {
    content: '';
    background-image: url("../images/tribal-pattern.svg");
    width: calc(100% + 80px);
    left: -40px;
    height: 150px;
    bottom: -140px;
    position: absolute;
    display: block;
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
    z-index: -1
}

.forms-block form .gfield,
.forms-block form label {
    color: #ffffff
}

.forms-block form .gfield {
    margin-bottom: 15px
}

.forms-block form label {
    padding: 0 20px
}
.page-t label,
.page-d label {
	padding: 0;
}

.gform-body input,
.gform-body select {
    border-radius: 25px;
    height: 45px;
    padding: 0 20px
}

.gform-body input,
.gform-body select {
    font-size: 14px
}

@media screen and (min-width: 1025px) {
    .gform-body input,
    .gform-body select {
        font-size: calc(14px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gform-body input,
    .gform-body select {
        font-size: 16px
    }
}

.gform-body .ginput_container_consent input {
    height: auto
}

.gform-body .ginput_container_consent {
    display: flex;
    align-items: center
}

.gform-body textarea {
    border-radius: 10px;
    height: 210px;
    padding: 20px
}

.gform-body textarea {
    font-size: 14px
}

@media screen and (min-width: 1025px) {
    .gform-body textarea {
        font-size: calc(14px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gform-body textarea {
        font-size: 16px
    }
}

.gform-body textarea::placeholder {
    color: #000000
}

.gform-body select {
    cursor: pointer
}

.gform-body label {
    font-size: 12px
}

@media screen and (min-width: 1025px) {
    .gform-body label {
        font-size: calc(12px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gform-body label {
        font-size: 14px
    }
}

.gform-body [type='checkbox']+label[for],
.gform-body [type='radio']+label[for] {
    font-size: 13px
}

@media screen and (min-width: 1025px) {
    .gform-body [type='checkbox']+label[for],
    .gform-body [type='radio']+label[for] {
        font-size: calc(13px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gform-body [type='checkbox']+label[for],
    .gform-body [type='radio']+label[for] {
        font-size: 15px
    }
}


.tabs-content .gform-body [type='checkbox']+label[for] a,
.tabs-content .gform-body [type='radio']+label[for] a {
    color: #ffffff;
}

.gform-body [type='checkbox']+label[for] a,
.gform-body [type='radio']+label[for] a {
    text-decoration: underline
}

.gform-body .button {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #cda788;
    color: #260101;
    border-radius: 30px
}

.gform-body .button {
    font-size: 14px
}

@media screen and (min-width: 1025px) {
    .gform-body .button {
        font-size: calc(14px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .gform-body .button {
        font-size: 16px
    }
}

.gform_button[type="submit"] {
	background-color: #045036;
}
.gform_button[type="submit"]:hover {
	background-color: #879164;
}
.forms-block form .button:hover,
.forms-block form .button:focus {
    color: #ffffff;
    background-color: #879164
}

.forms-block form .page-d input,
.forms-block form .page-d-contact input {
    display: none
}

.forms-block form .page-d label,
.forms-block form .page-d-contact label {
    font-family: "Playfair Display", serif
}

.forms-block form .page-d label,
.forms-block form .page-d-contact label {
    font-size: 22px
}

@media screen and (min-width: 1025px) {
    .forms-block form .page-d label,
    .forms-block form .page-d-contact label {
        font-size: calc(22px + 2 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .forms-block form .page-d label,
    .forms-block form .page-d-contact label {
        font-size: 24px
    }
}

.forms-block form .page-t {
    margin-bottom: 0
}

.forms-block form .page-t input {
    display: none
}

.forms-block form .page-t label {
    font-family: "Playfair Display", serif
}

.forms-block form .page-t label {
    font-size: 40px;
	line-height: 1;
}

@media screen and (min-width: 1025px) {
    .forms-block form .page-t label {
        font-size: calc(40px + 10 * ((100vw - 1025px) / 775))
    }
}

@media screen and (min-width: 1800px) {
    .forms-block form .page-t label {
        font-size: 50px
    }
}

.forms-block form .page-dropdown input {
    display: none
}

#sticky-toggle #sticky-toggle {
    position: relative;
    top: 1px
}

.close-form {
    display: none
}

.travel-content-own .re-block__img {
    margin-bottom: 125px
}

@media screen and (max-width: 64.06125em) {
	.matchHeightrow,
	.matchHeight,
	.fs-cat__container {
		height: unset !important; /* Remove the height matching stuff on mobile */
	}
    .tabs-title>a:focus:before,
    .tabs-title>a[aria-selected='true']:before,
    .tabs-title>a:before,
    .tabs-title>a:hover:before,
    .tabs-title>a:focus:before,
    .tabs-title-last a:before,
    .tabs-title-last a:hover:before {
        height: 1.5px
    }
    .grid-padding-x>.cell {
        padding-left: 15px;
        padding-right: 15px
    }
	.travel-date-select .grid-padding-x>.cell {
		padding: 0;
	}
    .grid-container {
        padding: 0 15px;
        max-width: 100%
    }
	
	.rundresor-trips-container {
		padding: 0;
	}
	.hero-video,
	.hero-home {
        padding: 0 15px !important;
        min-height: 700px;
        justify-content: center;
        margin-bottom: 240px;
        display: flex;
        align-items: flex-end;
		flex-direction: unset;
		flex-flow: unset;
    }
    .hero-home__content {
        background: #f29f05;
        padding: 25px 15px;
        margin-left: 0;
        margin-bottom: -240px;
        font-size: 15px
    }
    .top-container h2 {
        font-size: 45px
    }
    .top-container p {
        margin-bottom: 30px
    }
    .tabs {
        border: none;
        max-width: 100%;
        padding: 0 25px;
        margin-bottom: 25px
    }
    .tabs-title>a {
        font-size: 13px;
        margin-top: 15px
    }
    .tabs-title>a:focus,
    .tabs-title>a[aria-selected='true'] {
        color: #cda788
    }
    .tabs-title>a:hover,
    .tabs-title>a:focus {
        color: #cda788
    }
    .top-slider .slide-container {
        height: auto
    }
    .top-slider__slide {
        height: 325px;
        margin: 0 7.5px
    }
    .top-slider__slide a {
        padding: 15px
    }
    .top-slider__slide a:hover,
    .top-slider__slide a:focus {
        transform: none;
        padding: auto
    }
    .top-slider .slick-track {
        padding-bottom: 95px
    }
    .top-slider .slick-dots {
        bottom: 50px
    }
    .top-slider .slick-dots li button:before {
        background-color: #ffffff
    }
    .top-slider .slick-dots li button:hover:before,
    .top-slider .slick-dots li button:focus:before,
    .top-slider .slick-dots li.slick-active button:before {
        background-color: #000000
    }
    .tabs-panel__bg {
        width: 100%
    }
    .top-slider__slide h3 {
        font-size: 25px
    }
    .fs-slider .slick-prev,
    .fs-slider .slick-next {
        display: none !important
    }
    .fs-slider-item {
        padding: 25px 45px
    }
    .fs-slider-item-top .bg-photo {
        width: 50px;
        height: 50px
    }
    .fs-slider-item-center {
        margin-top: 75px;
        margin-left: 0
    }
    .fs-slider .slick-dots {
        bottom: 25px
    }
    .slider-description h2 {
        font-size: 45px
    }
    .slider-main {
        padding-bottom: 95px
    }
    .slider-main__item {
        margin: 0 7.5px
    }
    .slider-main__item .slider-content {
        padding: 25px 15px
    }
    .slider-main .slick-dots {
        bottom: 50px
    }
    .main .bg-style,
    .sub-main .bg-style {
        width: 100%
    }
    .gallery-container {
        padding-bottom: 40px
    }
    .gallery-container .gallery-grid {
        max-width: 350px;
        margin: auto
    }
    .gallery-container .gallery-image {
        padding: 0;
        height: auto;
        padding-bottom: 72%
    }
    .gallery-container .gallery-image:before {
        width: 50%;
        height: 70%;
        top: 20%;
        left: 30%
    }
    .gallery-container .gallery-image__item {
        display: block
    }
    .gallery-container .gallery-image__item:first-of-type {
        width: calc(50% - 7.5px);
        height: inherit;
        padding-bottom: 50%;
        max-width: inherit
    }
    .gallery-container .gallery-image__item:nth-of-type(2) {
        width: calc(50% - 57.5px);
        left: calc(50% + 7.5px);
        height: inherit;
        padding-bottom: 30%;
        max-width: inherit
    }
    .gallery-container .gallery-image__item:nth-of-type(3) {
        width: calc(50% - 7.5px);
        height: inherit;
        top: auto;
        bottom: 0;
        padding-bottom: 38%;
        left: calc(50% + 7.5px);
        max-width: inherit
    }
    .gallery-container .gallery-content {
        font-size: 18px
    }
    .gallery-container .gallery-content .sub-title {
        font-size: 25px
    }
    .gallery-container .gallery-content h3 {
        font-size: 35px
    }
    .gallery-container .gallery-content .button {
        width: 100%;
    }
    .gallery-container .gallery-content .gallery-content-before {
        max-width: 350px;
        width: 100%;
        height: 95px;
        left: auto;
        right: 50%;
        top: -45px;
        transform: translate(50%)
    }
    .loop-sidebar {
        margin-bottom: 55px
    }
    .travel-content .travel-sidebar {
        position: relative;
        margin-top: 50px;
        top: auto;
        margin-right: auto;
        font-size: 12px
    }
    .travel-content .travel-sidebar h3 {
        font-size: 25px
    }
    .travel-content .travel-sidebar span {
        font-size: 16px
    }
    .travel-content .travel-sidebar .button {
        font-size: 15.5px
    }
    .travel-content .travel-sidebar .top-block {
        background: #045036;
        padding: 0 15px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .travel-content .travel-sidebar .top-block:before {
        content: none
    }
    .travel-content .travel-sidebar .image-block {
        height: 110px;
        max-width: 90px
    }
    .testimonials-slider .slick-dots {
        justify-content: center
    }
    .travel-content .travel-sidebar .trip-notincluded li:before {
        top: 0
    }
    .travel-content .travel-sidebar-own .top-block {
        background: #653322
    }
    .testimonials {
        padding: 0 !important
    }
    .testimonials h2 {
        margin-bottom: 22px
    }
    .testimonials__desc {
        display: none
    }
    .testimonials-item {
        margin: 0 7.5px
    }
    .testimonials .testimonials-item {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        min-height: 310px
    }
    .testimonials .testimonials-item p {
        font-size: 12px
    }
    .testimonials .slick-slider {
        padding-bottom: 60px
    }
    .testimonials .slick-slider .slick-list {
        padding-right: 16.25rem;
        padding-left: 16.25rem
    }
    .testimonials .slick-slider .slick-dots {
        bottom: 20px;
        width: calc(100% - 35rem);
        right: 50%;
        transform: translate(50%);
        display: flex !important;
        justify-content: center
    }
    .testimonials .slick-slider .slick-dots li {
        display: initial;
        width: 100%;
        margin: 0
    }
    .testimonials .slick-slider .slick-dots li button {
        width: 100%
    }
    .testimonials .slick-slider .slick-dots li button:before {
        border-radius: 0;
        width: 100%;
        height: 4px;
        background: #dddddd
    }
    .testimonials .slick-slider .slick-dots li button:hover:before,
    .testimonials .slick-slider .slick-dots li button:focus:before,
    .testimonials .slick-slider .slick-dots li.slick-active button:before {
        background: #000000
    }
    .testimonials .slick-slider .slick-prev,
    .testimonials .slick-slider .slick-next {
        display: none !important
    }
    .form-block {
        height: 700px;
        margin-top: 50px
    }
    .form-block form {
        max-width: 330px;
        margin: auto
    }
    .form-block form input {
        padding: 0 15px;
        padding-right: 80px
    }
    .form-block .append_button {
        width: 100%
    }
    .form-block label {
        margin-top: 15px
    }
    .form-block .ginput_container_consent {
        align-items: inherit
    }
    .form-block .ginput_container_consent input {
        margin-top: 2px
    }
    .form-block .gf_left_half {
        margin-right: 0;
        width: 100%;
        justify-content: flex-start;
        text-transform: uppercase;
        font-size: 30px
    }
    .form-block .gf_left_half span {
        display: none
    }
    .form-block .gf_right_half {
        margin: 0
    }
    .form-block__item .ginput_container_email .button {
        width: 75px
    }
    .hero-default {
        padding-top: 365px
    }
    .hero-default h1 {
        display: block;
        padding: 30px;
        text-align: center;
        margin: 0 15px;
        margin-bottom: -35px;
        background: #260101;
        font-size: 40px
    }
    .hero-default #breadcrumbs {
        display: none
    }
    .text-block-medium {
        padding: 0 30px !important;
        margin-top: 60px
    }
    .text-block-medium h2 {
        font-size: 25px
    }
    .text-block-medium .text-block__desc {
        font-size: 25px;
        color: #260101
    }
    .contact-container {
        margin-top: 40px
    }
    .contact-container:before {
        top: -30px;
        width: calc(100% - 30px);
        left: 50%;
        transform: translate(-50%)
    }
    .contact-container:after {
        content: none
    }
    .contact-container .cell:first-of-type {
        padding-right: 15px;
        position: relative;
    }
    .contact-container .cell:first-of-type:before {
    }
    .contact-container h3 {
        font-size: 30px
    }
    .contact-container p {
        margin-bottom: 20px
    }
    .contact-container .cell:first-of-type:after {
        content: none
    }
    .gallery-section__item {
        padding: 20px;
        min-height: 325px
    }
    .anchors {
        margin-top: 60px;
        max-width: 100%;
        padding: 0 25px
    }
    .anchors a {
        padding: 20px 0;
        font-size: 15px;
        margin-right: 30px
    }
    .single-img-large {
        max-width: 100%
    }
    .single-img-large__color {
        max-width: 100%;
        width: calc(100% - 60px);
        left: 50%;
        transform: translate(-50%);
        right: auto;
        bottom: -10px
    }
    .wysiwyg-editor {
        margin-top: 35px;
		margin-bottom: 35px;
        padding: 0 30px
    }
    .wysiwyg-editor__title {
        font-size: 40px
    }
    .gallery-section h2 {
        font-size: 45px;
        margin-bottom: 20px
    }
    .gallery-section h3 {
        font-size: 30px
    }
    .gallery-section p {
        font-size: 15px;
        color: #260101;
        margin-bottom: 35px
    }
    .gallery-section__item {
        margin-bottom: 25px
    }
    .gallery-section__item p {
        color: #ffffff;
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 0
    }
    .testimonials-slider {
        padding-top: 50px;
        padding-bottom: 100px
    }
    .testimonials-slider h2 {
        font-size: 45px
    }
    .test-slider__item {
        display: block !important
    }
    .test-slider__item-bg {
        width: 215px;
        height: 215px;
        margin: auto;
        margin-bottom: 25px
    }
    .test-slider__item-cont {
        max-width: 100%;
        text-align: center
    }
    .testimonials-slider .slick-prev,
    .testimonials-slider .slick-next {
        display: none !important
    }
    .testimonials-sliders-two h2 {
        text-align: center
    }
    .test-slider-second .test-slider__item {
        display: block !important
    }
    .test-slider-second .test-slider__item .test-slider__item-bg {
        width: 215px;
        height: 215px;
        margin: auto;
        margin-bottom: 25px
    }
    .test-slider-second .test-slider__item .test-slider__item-cont {
        max-width: 100%;
        text-align: center
    }
    .testimonials-slider .slick-dots {
        padding: 0;
        text-align: center;
        bottom: -25px
    }
    .hero-travel {
        margin-bottom: 180px;
        height: auto;
        min-height: 440px
    }
    .hero-travel #travel-title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 5px
    }
    .hero-travel__item {
        background: #045036;
        margin: auto;
        margin-bottom: -155px;
        z-index: 1;
        padding: 25px;
        max-width: 100%;
        width: calc(100% - 30px);
        font-size: 15px
    }
	.hero-button-container {
		margin-top: 20px;
	}
    .hero-travel #breadcrumbs {
        display: none
    }
    .anchor-tab {
        overflow-x: hidden
    }
    .anchor-tab .shrink {
        overflow-x: scroll
    }
    .anchor-tab .grid-container {
        overflow-x: scroll
    }
    .anchor-tab .anchors {
        margin-top: 0
    }
    .travel-content {
        margin-top: 40px
    }
    .travel-content__subtitle {
        font-size: 25px
    }
    .travel-content__title {
        font-size: 40px
    }
    .travel-content #carform-item {
        margin-bottom: 15px
    }
    .travel-content-item, .resepaket-dates, .travel-date-select {
        padding: 0
    }
    .travel-content-item:after, .resepaket-dates:after, .travel-date-select:after {
        width: calc(100% + 30px);
        margin-left: -15px
    }
    .resepaket-dates:after {
        margin-top: 20px;
    }
    .travel-content .re-block {
        position: relative;
        margin-bottom: 35px
    }
    .travel-content .re-block__img {
        margin-top: 40px;
        margin-bottom: 25px;
        margin-left: -15px;
        margin-right: -15px
    }
    .travel-content .re-block__sub-f {
        font-size: 42px;
        line-height: 1;
    }
    .travel-content .re-block__img-color {
        bottom: -12.5px;
        height: calc(100% - 25px)
    }
    .travel-content .re-block__img-item {
        width: calc(100% - 12.5px)
    }
    .travel-content .re-block p {
        margin-bottom: 30px
    }
    .travel-content .map__img {
        left: -30px;
        width: calc(100% + 60px)
    }
    .travel-content .map__bg {
        width: calc(100% + 30px);
        left: -15px
    }
    .travel-content .column-blocks {
        margin-top: 25px
    }
    .travel-content .column-blocks h2 {
        font-size: 28px
    }
    .travel-content .column-blocks p {
        font-size: 21px;
        margin-top: 25px;
        margin-bottom: 15px
    }
    .travel-content .column-blocks li {
        margin-bottom: 10px
    }
    .travel-content .post-content {
        padding: 0;
        margin-top: 45px
    }
    .travel-content .post-content h2 {
        font-size: 28px
    }
    .testimonials-sliders-two {
        margin-top: 55px;
        padding-top: 0
    }
    .sub-main__item {
        min-height: 325px
    }
    .sub-main__item h3 {
        font-size: 25px
    }
    .sub-main__item .slider-content {
        padding: 15px
    }
    .slider-description {
        margin-bottom: 40px;
        padding: 0 30px !important
    }
    .sub-main {
        padding-bottom: 100px
    }
    .anchors-grid-shrink {
        overflow-x: hidden
    }
    .anchors-grid {
        overflow-x: scroll
    }
    .tabs-title-last a {
        margin-top: 15px
    }
    .posts-list .search {
        margin-bottom: 25px;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 30px
    }
    .posts-list .search .search__input {
        height: 45px;
        font-size: 20px
    }
    .posts-list .search .search__submit {
        height: 45px
    }
    .search-content .preview__title {
        font-size: 28px
    }
    .search-content .preview-postype-title {
        font-size: 18px;
		margin-bottom: 10px;
    }
    .search-content .preview-thumb.no-thumb {
        display: none;
    }
    .search-content form .search__submit {
        top: 30px;
        right: 15px
    }
    .main-content {
        padding-top: 70px
    }
    .search-content .grid-margin-x>.auto {
        max-width: 100%;
        padding: 0 20px
    }
    .search-content .preview__excerpt {
        font-size: 18px
    }
    .hero-travel-own .hero-travel__item {
        background: #653322
    }
    .hero-travel-own .hero-travel__item span {
        font-size: 15px
    }
    .hero-travel-own .hero-travel__item h1 {
        font-size: 40px
    }
    .travel-content .re-block__img-item {
        margin-bottom: 70px
    }
    .travel-content .re-block__sub {
        font-size: 25px
    }
    .travel-content .re-block__title {
        font-size: 40px
    }
    .not-found {
        height: 100vh;
        min-height: 750px;
        text-align: center;
        background-position: 80%;
        padding-top: 200px
    }
    .not-found .grid-container {
        max-width: 100%
    }
    .not-found h1 {
        font-size: 150px
    }
    .not-found p {
        font-size: 35px
    }
    #modal12 {
        padding: 35px 7.5px
    }
    #modal12 .fancybox-close-small {
        right: 15px !important;
        width: 30px;
        height: 30px
    }
    #modal12 .fancybox-close-small svg {
        height: 15px;
        width: 15px
    }
    #modal12 .slick-next {
        right: 40px;
        width: 65px;
        height: 65px
    }
    #modal12 .slick-prev {
        left: 0px;
        width: 65px;
        height: 65px
    }
    .text-block {
        margin-top: 50px;
        max-width: 100% !important;
        padding: 0 25px;
    }
    .text-block h2 {
        font-size: 25px;
        padding: 0 25px
    }
    .text-block .grid-padding-x>.cell {
        padding: 0
    }
    .sec-cat__item {
        min-height: 325px;
        padding: 15px
    }
    .fs-cat__img {
        height: 200px
    }
    .fs-cat .button, p .button {
        margin-top: 15px;
        border-radius: 30px;
        padding: 10px 25px
    }
	.sticky-button-first {
		margin-top: -80px;
		margin-bottom: 50px;
	}
    .cpt-container {
        position: relative;
        margin-bottom: -25px
    }
    .cpt-container .testimonials-slider {
        padding-bottom: 135px
    }
    .forms-block .tabs {
        padding: 0;
        margin-top: 45px;
        -webkit-box-shadow: 0px -7px 29px -6px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px -7px 29px -6px rgba(0, 0, 0, 0.25);
        box-shadow: 0px -7px 29px -6px rgba(0, 0, 0, 0.25)
    }
    .forms-block .tabs-title a {
        padding: 15px 25px
    }
    .forms-block .tabs .tabs-title>a:focus,
    .forms-block .tabs .tabs-title>a[aria-selected='true'] {
        color: #ffffff
    }
    .close-form {
        display: block;
        position: absolute;
		width: 50px;
		height: 50px;
		z-index: 9999999;
        right: -18px;
        top: 1px;
        color: #ffffff;
        font-size: 25px
    }
    .forms-block__tab {
        width: 640px
    }
	
	.hero-video-content,
	.hero-home__content {
		padding: 25px 15px;
		margin-left: 0;
		font-size: 15px;
		margin-bottom: -240px !important;
	}
	
	.hero-video-content-item span,
    .hero-home__content-item span {
        font-size: 25px;
        margin-bottom: 15px
    }
	.hero-video-content-item h1,
    .hero-home__content-item h1 {
        font-size: 40px;
        margin-bottom: 15px
    }
	.hero-video-content-item p,
    .hero-home__content-item p {
        margin-bottom: 22px
    }
    .fs-slider-item-center:before {
        max-width: 95px;
        left: 0;
        top: -32px
    }
    .fs-slider-item:not(.empty-block):before {
        background: rgba(0, 0, 0, 0.69);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.69)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
    }
    .test-slider .slick-slide:before,
    .test-slider-second .slick-slide:before {
        left: 50%;
        transform: translate(-50%);
        top: auto;
        bottom: 5px
    }
	
	.anchor-travel .shrink,
	.anchors-grid-shrink .shrink {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.anchor-travel .grid-container,
	.anchors-grid-shrink .anchors-grid {
		padding: 0;
	}
	.anchor-travel .grid-x {
		max-width: 100%;
	}
	.anchor-travel a,
	.anchors-grid-shrink a {
		margin: 0 15px;
	}
	.anchors-grid-shrink a {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
}

@media screen and (max-width: 40.06125em) {
    .hero-default h1 {
        text-align: left
    }
    .single-img-large {
        height: 185px
    }
    .travel-content .re-block__img-item {
        height: 185px
    }
    .travel-content .map {
        height: 320px
    }
    .travel-content .map__bg {
        height: calc(100% - 20px)
    }
    .single-img-medium {
        max-width: 100%;
        width: 100%;
        height: 225px;
		margin-bottom: 40px;
    }
    .single-img-medium__color {
        max-width: 100%;
        width: calc(100% - 60px);
        bottom: -13px
    }
    #modal12 .slick-bilder__slide {
        height: 230px
    }
    .sec-cat h3 {
        font-size: 30px
    }
    .forms-block__tab {
        width: 100%;
        min-width: 320px
    }
    .forms-block form .page-d label {
        font-size: 25px
    }
    .forms-block__tab {
        font-size: 18px
    }
    .forms-block__tab input,
    .forms-block__tab textarea,
    .forms-block__tab select {
        font-size: 15px
    }
    .forms-block form .button {
        font-size: 13px;
        padding: 15px
    }
    .gallery-section {
        max-width: 380px
    }
    .fs-slider-item-center .button {
        padding: 10px 18px
    }
    .sub-main .slick-dots {
        margin-bottom: -20px
    }
    .top-slider .slick-list,
    .slider-main .slick-list {
        padding-left: 35px;
        padding-right: 35px
    }
    .top-slider .slick-dots,
    .slider-main .slick-dots {
        width: calc(100% - 85px)
    }
    .form-block__item {
        padding: 0 25px;
        padding-top: 30px;
        margin-bottom: 55px
    }
    .form-block__item .ginput_container_consent {
        padding: 0
    }
    .form-block__item .ginput_container_consent label {
        padding-left: 10px
    }
    .form-block {
        position: relative;
        z-index: 2
    }
    .form-block:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 36%, rgba(0, 39, 29, 0) 60%, rgba(0, 39, 29, 0) 62%, #00271d 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(36%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(0, 39, 29, 0)), color-stop(62%, rgba(0, 39, 29, 0)), color-stop(100%, #00271d));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 36%, rgba(0, 39, 29, 0) 60%, rgba(0, 39, 29, 0) 62%, #00271d 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 36%, rgba(0, 39, 29, 0) 60%, rgba(0, 39, 29, 0) 62%, #00271d 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 36%, rgba(0, 39, 29, 0) 60%, rgba(0, 39, 29, 0) 62%, #00271d 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 36%, rgba(0, 39, 29, 0) 60%, rgba(0, 39, 29, 0) 62%, #00271d 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00271d', GradientType=0)
    }
    .gallery-container:after {
        height: 75px;
        background-size: cover;
        bottom: 20px
    }
    .testimonials .testimonials-item {
        padding: 12px 20px
    }
    .testimonials .slick-slider .slick-list {
        padding-left: 25px;
        padding-right: 25px
    }
    .testimonials .slick-slider .slick-dots {
        width: calc(100% - 65px)
    }
    .posts-list .search .search__input {
        color: #260101;
        font-size: 20px
    }
    .posts-list .search .search__input::placeholder {
        color: #260101
    }
    .search-content .preview__title {
		margin-top: 10px;
        margin-bottom: 10px;
    }
    .search-content .preview {
        margin-bottom: 35px
    }
    ul.pagination {
        padding: 0 20px
    }
    .travel-content-own .travel-content__title {
        margin-bottom: 25px
    }
    .forms-block form .page-t label {
        line-height: 1.2
    }
    .forms-block .tabs-title a {
        font-size: 12px
    }
    .forms-block form .gfield {
        margin-bottom: 10px
    }
    .forms-block form .ginput_container_consent {
        align-items: flex-start
    }
    .forms-block form .ginput_container_consent input {
        margin-top: 5px;
        margin-right: 5px
    }
    .forms-block__tab input,
    .forms-block__tab textarea,
    .forms-block__tab select {
        padding: 0 15px
    }
    .forms-block form textarea {
        padding: 15px
    }
    .forms-block .tabs-content {
        padding: 25px
    }
    .hero-home {
        margin-top: 0 !important
    }
    .select-styled {
        padding: 11px 40px 11px 16px !important
    }
}

@media screen and (max-width: 23.4375em) {
    .hero-default h1 {
        font-size: 32px
    }
    .forms-block .tabs-title a {
        font-size: 10px
    }
}

.select {
    cursor: pointer;
    position: relative
}

.select-styled {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 30px;
    padding: 7px 0;
    padding-left: 20px;
    padding-right: 50px;
    height: 40px;
    color: #000;
    font-size: 16px;
    max-width: 600px;
    position: relative;
    background-image: url("../images/up-down.png");
    background-size: auto;
    background-position: right -20px center
}

.select-styled::after {
    content: none
}

.select-styled:active::after,
.select-styled.active::after {
    content: none
}

.select-options {
    max-width: 600px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    list-style: none;
    max-height: 300px;
    overflow: auto;
    border-radius: 20px;
    border: 1px solid #CDCDCD;
    box-shadow: 0px 28px 62px 0px rgba(0, 0, 0, 0.35)
}

.select-options li {
    margin: 0;
    padding: 8px 25px;
    color: #000000;
    font-size: 16px;
    transition: all 0.15s ease-in
}

.select-options li:first-child {
    border: none
}

.select-options li:hover {
    background: #F5F5F5
}

.select-options li[rel="hide"] {
    display: none
}
/*
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 1px;
	border: 1px solid #cacaca;
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 2px;
    color: #09ad7e;
    width: 10px;
    height: 10px;
    background: #009744;
    transition: all .2s
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}*/

.preview {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.preview__meta {
    margin-top: 20px;
    margin-bottom: 0;
    color: #666;
    font-size: 14px
}

@media screen and (max-width: 40.06125em) {
    .preview__thumb {
        margin-bottom: 20px
    }
}

.entry__thumb {
    margin-bottom: 20px
}

.entry__meta {
    color: #666;
    font-size: 14px
}

.entry__cat {
    margin-top: 20px
}

.tabs-title-last.Green a:before {
    background: #045036
}

.tabs-title-last.Brown a:before {
    background: #653322
}

.tabs-title-last.Brown_Light a:before {
    background: #733a26
}

.tabs-title-last.Brown_Dark a:before {
    background: #260101
}

.tabs-title-last.Green a:hover:before,
.tabs-title-last.Green a:focus:before {
    background: #045036
}

.tabs-title-last.Brown a:hover:before,
.tabs-title-last.Brown a:focus:before {
    background: #653322
}

.tabs-title-last.Brown_Light a:hover:before,
.tabs-title-last.Brown_Light a:focus:before {
    background: #733a26
}

.tabs-title-last.Brown_Dark a:hover:before,
.tabs-title-last.Brown_Dark a:focus:before {
    background: #260101
}

.departures-container {
	margin-bottom: 20px;
}
.grid-container:first-child .fs-slider {
	margin-top: 0;
}

.main-content .posts-list .grid-container {
	padding: 0;
}
code {
	padding: 0 !important;
	border: 0 !important;
}

.ewd-ufaq-faq-category:after {
    content: '';
    background-image: url("../images/Separator.png");
    background-size: contain;
    background-repeat: repeat-x;
    margin: 20px 0;
    width: 100%;
    height: 10px;
    display: block
}

.ewd-ufaq-faq-list {
	white-space: initial;
}
.ewd-ufaq-post-margin-symbol {
	padding-top: 12px !important;
}

.category .text-block {
	max-width: 100% !important;
	margin-top: 2.5em !important;
}


/* PAYMENTS */

.form-block__item.payments input {
    background: transparent;
    border: 2px solid #733a26;
	width: 80%;
    padding-right: 30px
}

.form-block__item.payments label {
    color: #733a26;
}

.form-block__item.payments {
	padding-top: 0;
    border-top: none;
}

.form-block__item.payments .payment-button {
    padding-top: 30px;
}
.form-block__item.payments label a {
    color: #733a26;
}
.form-block__item.payments input::placeholder {
    color: #733a26
}

#payment-error {
	margin-top: 10px;
	font-weight: 600;
    color: red;
}

#swedbank-pay-seamless-view-page {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
}

.payment-completed {
	margin: 30px auto;
	text-align: center;
}

@media screen and (max-width: 64.06125em) {
	.payment-container {
		padding: 0;
	}
	.form-block__item.payments {
		padding: 0;
		display: inline;
	}
	.form-block__item.payments input {
		width: 100%;
		padding: 0 10px
	}
	.form-block__item.payments .payment-button {
		width: 100%;
	}
	.form-block__item.payments .payment-button button {
		width: 100%;
	}
	#swedbank-pay-seamless-view-page {
		width: 100%;
	}
	.payment-step2-container {
		margin-top: 30px;
	}
}
