﻿@keyframes pulseado {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important
}

.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 46%;
	background-image: url(../images/preloader-mlp.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 160px auto;
	margin: -100px 0 0 -100px
}

.ls1 {
	letter-spacing: 1px
}

.ls2 {
	letter-spacing: 2px
}

.site-branding {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 47px 40px 0 50px;
	z-index: 100;
	transition: all 0.7s ease
}

.site-branding.hided {
	top: -200px
}

.site-branding.fixed {
	padding-top: 16px;
	background-color: rgba(0, 0, 0, 0.75)
}

.custom-logo-link img {
	max-width: 100%;
	transition: all 0.7s ease
}

.fixed .custom-logo-link img {
	max-width: 55%
}

.wrap-menuicon {
	float: right;
	padding-top: 26px;
	transition: all 0.7s ease
}

.fixed .wrap-menuicon {
	padding-top: 5px
}

.wrap-menuicon span.labelmenu {
	display: inline-block;
	padding-right: 18px;
	font: 900 14px 'Lato';
	color: #fff;
	line-height: 37px;
	vertical-align: top
}

.wrap-menuicon .menuiconin {
	display: inline-block;
	cursor: pointer
}

.wrap-menuicon .menuiconin span {
	display: block;
	width: 48px;
	height: 3px;
	margin-bottom: 12px;
	background-color: #fff;
	-o-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1
}

.wrap-menuicon.active .menuiconin span:first-child {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg) translate(10px, 11px)
}

.wrap-menuicon.active .menuiconin span:nth-child(2) {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.wrap-menuicon.active .menuiconin span:last-child {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg) translate(-10px, -11px)
}

.main-navigation {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.wrap_rightsticky {
	position: fixed;
	padding-right: 15px;
	right: -225px;
	top: 45%;
	width: 210px;
	z-index: 2;
	display: none
}

.wrap_rightsticky.hided_menu {
	right: 0
}

.wrap_rightsticky .wrap_rightstickyin {
	position: relative
}

.wrap_rightsticky ul.rightsticky {
	display: block;
	width: 100%;
	padding: 10px 30px 12px 25px;
	background-color: #252525;
	border-radius: 4px
}

.wrap_rightsticky ul.rightsticky li {
	padding: 20px 0 18px 8px;
	border-bottom: 2px solid #fff
}

.wrap_rightsticky ul.rightsticky li:nth-child(4) {
	border: 0
}

.wrap_rightsticky ul.rightsticky li a {
	font: 400 15px/15px 'lato';
	color: #fff
}

.wrap_rightsticky ul.rightsticky li a:hover {
	text-decoration: none
}

.wrap_rightsticky ul.rightsticky li a i {
	display: inline-block;
	padding-right: 14px;
	font-size: 26px
}

.wrap_rightsticky ul.rightsticky li a span {
	display: inline-block;
	vertical-align: super
}

.gotop_left {
	position: fixed;
	left: -250px;
	top: 86.4%;
	margin-top: 12px;
	padding: 8px 12px;
	background-color: #252525;
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 98;
	transition: all 1s ease;
	opacity: 0
}

.gotop_left.active {
	left: 15px;
	opacity: 1
}

.gotop_left span {
	display: inline-block;
	padding: 0 6px;
	vertical-align: top;
	font: 900 12px/40px 'lato'
}

.gotop_left i {
	display: inline-block;
	font-size: 40px;
	transition: all 0.5s ease
}

.rightsticky_close {
	position: fixed;
	right: 15px;
	top: 86.4%;
	margin-top: 12px;
	min-height: 60px;
	min-width: 115px;
	padding: 8px 12px;
	background-color: #252525;
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 98;
	transition: all 1s ease
}

.rightsticky_close ._in {
	position: relative
}

.rightsticky_close span {
	display: inline-block;
	width: 46px;
	padding-right: 16px;
	vertical-align: top;
	font: 900 12px/40px 'lato'
}

.rightsticky_close i {
	display: inline-block;
	font-size: 40px;
	transform: rotate(0deg);
	transition: all 0.5s ease
}

.rightsticky_close.active i {
	transform: rotate(45deg)
}

.menu-primary-container {
	padding-top: 14%
}

.menu-primary-container ul li {
	padding-bottom: 26px
}

.menu-primary-container ul li a {
	position: relative;
	font: 900 32px/50px 'lato';
	color: #fff
}

.menu-primary-container ul li a span {
	position: relative;
	z-index: 1
}

.menu-primary-container ul li a span+span {
	position: absolute;
	top: 22px;
	left: -5%;
	height: 6px;
	width: 110%;
	background-color: #3a863e;
	z-index: 0;
	opacity: 0;
	transition: all 0.3s ease
}

.menu-primary-container ul li a:hover {
	text-decoration: none
}

.menu-primary-container ul li a:hover span+span,
.menu-primary-container ul li.current-menu-item a span+span {
	opacity: 1
}

.wrap_primary-right {
	position: absolute;
	top: 20%;
	width: 35%;
	padding: 4% 5% 10%;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8)
}

.menu-primary-right-container {
	overflow: hidden
}

.wrap_primary-right ul.menu {
	float: left;
	padding-bottom: 35px;
	border-bottom: 2px solid #fff
}

.wrap_primary-right ul.menu li {
	padding-bottom: 30px
}

.wrap_primary-right ul.menu li a {
	font: 400 22px/38px 'lato';
	color: #fff
}

.wrap_primary-right ul.menu li:last-child a {
	color: #3a863e
}

.wrap_redestopmenu {
	padding-top: 30px
}

.wrap_redestopmenu ul li {
	display: inline-block;
	padding-right: 5.3%
}

.wrap_redestopmenu ul li a {
	display: block;
	height: 25px;
	width: 25px;
	font-size: 16px;
	color: #3c444f;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	border: 1px solid transparent
}

.wrap_redestopmenu ul li a:hover {
	border-color: #fff;
	background-color: transparent;
	color: #fff
}

.content-home {
	position: relative
}

.scroll_down {
	position: absolute;
	width: 230px;
	margin-left: -115px;
	top: 90%;
	left: 50%;
	color: #fff;
	text-align: center;
	cursor: pointer
}

.scroll_down span {
	display: block;
	font: 400 16px/30px 'lato';
	text-transform: capitalize
}

.scroll_down i {
	font-size: 36px;
	position: inherit;
	top: -50px;
	left: 44%;
	-webkit-animation: pulseado 2s infinite;
	animation: pulseado 2s inherit
}

.site-footer .wrap_subscriber {
	background-color: #6e6a68;
	padding: 48px 0
}

.wrap_subscriber .subs_left {
	position: relative
}

.wrap_subscriber .subs_left i {
	position: absolute;
	color: #fff;
	font-size: 36px
}

.wrap_subscriber .subs_left input {
	padding-left: 45px;
	width: 100%;
	height: 46px;
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #fff
}

.wrap_subscriber .subs_left input::placeholder {
	color: #b6b2ab;
	opacity: 1;
	font-size: 14px
}

.wrap_subscriber .wrap_sensubs input {
	position: relative;
	height: 46px;
	width: 100%;
	color: #fff;
	font: 900 12px/12px 'lato';
	letter-spacing: 1px;
	background: none;
	border: 1px solid #fff;
	transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 1
}

.wrap_subscriber .wrap_sensubs input:hover {
	color: #6e6a68;
	background-color: #fff
}

.footer_subscriber div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-color: #fff;
	color: #fff
}

.btn_wrap {
	position: relative;
	overflow: hidden
}

.btn-over {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	overflow: hidden;
	pointer-events: none
}

.btn-over:after,
.btn-over:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff
}

.btn_wrap.purple:hover {
	border-color: #662d91;
	color: #fff
}

.btn_wrap.purple .btn-over:after,
.btn_wrap.purple .btn-over:before {
	background-color: #662d91
}

.btn-over:before {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.btn-over:after {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.btn-over:after,
.btn_wrap:hover .btn-over:before {
	opacity: 1
}

.btn_wrap:hover .btn-over:after,
.btn_wrap:hover .btn-over:before {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.btn_wrap:hover .btn-over:after {
	transition: none;
	opacity: 0
}

.site-footer .bottom_footer {
	padding: 140px 0 50px;
	background: url(../images/backg-footer.jpg) no-repeat center center;
	background-size: cover
}

.bottom_footer .wrapper_logosfooter {
	text-align: center
}

.wrapper_widgets {
	padding-top: 155px
}

.wrapper_widgets h2.widget-title {
	padding-bottom: 10px;
	margin-bottom: 24px;
	font: 900 13px/20px 'lato';
	color: #b6b2ab;
	border-bottom: 1px solid #b6b2ab
}

.wrapper_widgets ul li {
	padding-bottom: 28px
}

.wrapper_widgets ul li a,
.wrapper_widgets ul li,
.wrapper_widgets .textwidget a {
	font: 400 14px/18px 'lato';
	color: #fff
}

.wrapper_widgets .textwidget a {
	display: block
}

ul.redesbottommenu li {
	display: inline-block;
	padding-right: 10.8%;
	padding-bottom: 20px
}

ul.redesbottommenu li:last-child {
	padding-right: 0
}

ul.redesbottommenu li a {
	display: block;
	height: 25px;
	width: 25px;
	font-size: 16px;
	color: #3c444f;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	border: 1px solid transparent
}

ul.redesbottommenu li a i {
	vertical-align: middle
}

ul.redesbottommenu li a:hover {
	border-color: #fff;
	background-color: transparent;
	color: #fff
}

.wrap_totop {
	padding-top: 70px
}

.wrap_totop>div {
	margin: 0 auto
}

.wrap_totop .totop {
	color: #fff;
	text-align: center;
	cursor: pointer
}

.wrap_totop .totop i {
	font-size: 35px
}

.wrap_totop .totop span {
	display: block;
	font: 900 12px/30px 'lato';
	text-transform: uppercase
}

.oblique_left {
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
	margin-top: -8%
}

.oblique_right {
	-webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%);
	margin-top: -8%
}

section.cpt .se_wrapper {
	height: 100vh;
	background-attachment: fixed
}

section.cpt .se_wrapper>.container-fluid,
section.cpt .se_wrapper>.container-fluid>.row,
section.cpt .se_wrapper>.container-fluid>.row.inrow .row {
	height: 100%;
	overflow: hidden
}

section.cpt.boutique_hotels .se_wrapper>.container-fluid,
section.cpt .se_wrapper>.container-fluid>.row .bh_wrapper {
	height: 93%
}

.white_backg {
	background-color: #fff
}

.grey_backg {
	background-color: #252525
}

.btn-over.orange::after,
.btn-over.orange::before,
a.gotopost.orange:hover .btn-over::after,
a.gotopost.orange:hover .btn-over::before {
	background-color: #3a863e
}

a.gotopost.green:hover .btn-over::after,
a.gotopost.green:hover .btn-over::before {
	background-color: #3a863e
}

.btn-over.green::after,
.btn-over.green::before {
	background-color: #3a863e
}

.btn-over.fucsia::after,
.btn-over.fucsia::before {
	background-color: #ed037c
}

.white_backg .wrap_cont_se {
	color: #252525
}

.white_backg .wrap_cont_se h2 a {
	color: #252525
}

.wrap_cont_se {
	color: #fff;
}

.wrap_cont_se .label {
	display: inline-block;
	width: 45%;
	background-color: #3a863e;
	text-transform: uppercase;
	text-align: center;
	font: 900 13px/26px 'lato';
	letter-spacing: 1px;
	color: #fff
}

.wrap_cont_se .label.green {
	background-color: #3a863e
}

.wrap_cont_se .label.purple {
	background-color: #662d91
}

.wrap_cont_se .label.green {
	background-color: #3a863e
}

.wrap_cont_se h2 {
	font: 900 54px/67px 'lato';
	margin-bottom: 15px
}

.wrap_cont_se h2 a {
	font: 900 54px/67px 'lato';
	color: #000
}

.wrap_cont_se p {
	font: 400 16px/31px 'lato';
	margin-bottom: 22px
}

a.gotopost {
	display: inline-block;
	padding: 15px 1.3vw;
	border: 2px solid #fff;
	font: 900 13px/16px 'lato';
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff
}

a.gotopost:hover {
	text-decoration: none;
	color: #252525
}

a.gotopost span.text_but {
	position: relative;
	margin-right: 55px;
	vertical-align: middle;
	z-index: 1
}

a.gotopost i {
	position: relative;
	font-size: 20px;
	float: right;
	z-index: 1
}

.white_backg .wrap_cont_se a.gotopost {
	color: #252525;
	border-color: #252525;
	background-color: #fff
}

a.gotopost.black {
	color: #252525;
	border-color: #252525;
	background-color: #fff
}

.white_backg .wrap_cont_se a.gotopost:hover {
	border-color: #3a863e;
	color: #fff
}

a.gotopost.orange:hover {
	border-color: #3a863e;
	color: #fff
}

a.gotopost.green:hover {
	border-color: #3a863e !important;
	color: #fff
}

a.gotopost.fucsia:hover {
	border-color: #ed037c !important;
	color: #fff
}

a.gotopost.purple:hover {
	border-color: #662d91 !important;
	color: #fff
}

section.boutique_hotels {
	padding: 30px 15px 0%;
	background-color: #f3f0ea
}

section.testimonials {
	width: 160%;
	margin-left: -30%;
	padding: 128px 0 110px
}

section.testimonials .test_wrapper.slick-current {
	opacity: 1
}

section.testimonials .test_wrapper {
	text-align: center;
	opacity: 0.4;
	transition: all 1.5s ease
}

section.testimonials .test_wrapper .thumb_test {
	position: relative;
	display: inline-block;
	margin-right: -48px;
	margin-top: 5.3%;
	vertical-align: top;
	z-index: 1
}

section.testimonials .test_wrapper .text_test {
	position: relative;
	display: inline-block;
	width: 74vh;
	padding: 22px 70px 16px 100px;
	background-color: #6e6a68
}

section.testimonials .test_wrapper .text_test::before {
	position: absolute;
	top: 12px;
	left: 41px;
	font: italic 95px/110px 'lato';
	color: #3a863e;
	content: '“'
}

section.testimonials .test_wrapper .text_test::after {
	position: absolute;
	bottom: 26px;
	right: 46px;
	font: italic 95px/110px 'lato';
	color: #3a863e;
	content: '”'
}

.test_wrapper .text_test p {
	font: 400 16px/32px 'lato';
	color: #fff;
	text-align: left
}

.test_wrapper .text_test h2 {
	font: 900 15px/30px 'lato';
	color: #b6b2ab;
	text-align: left
}

.testimonial_slider .slick-arrow {
	position: absolute;
	top: 30%;
	font-size: 35px;
	color: #000;
	z-index: 2;
	cursor: pointer
}

.testimonial_slider .slick-arrow.left-arrow {
	left: 105vh
}

.testimonial_slider .slick-arrow.right-arrow {
	right: 105vh
}

.testimonial_slider .slick-dots {
	padding-top: 45px;
	text-align: center
}

.testimonial_slider .slick-dots li {
	display: inline-block
}

.testimonial_slider .slick-dots li.slick-active button {
	background-color: #3a863e
}

.testimonial_slider .slick-dots li button {
	height: 15px;
	width: 15px;
	margin: 0 10px;
	background-color: #252525;
	border: 0;
	text-indent: -9999px
}

.parallax_mlp {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.55, 0.73, 0.44, 0.89)
}

.wrap_headimage {
	position: relative;
	overflow: hidden;
	height: 100vh;
	background-position: center center;
	background-attachment: fixed
}

.shortbanner {
	height: 70vh !important
}

.wrap_presstitle {
	margin-top: 18%;
	color: #fff
}

.wrap_presstitle h1 {
	padding-bottom: 40px;
	font: 900 56px/60px 'lato'
}

.wrap_presstitle h4 {
	font: 400 18px/32px 'lato'
}

.content-area.press {
	padding-top: 80px
}

.wrap_category_press {
	padding-bottom: 130px
}

.wrap_category_press h2 {
	margin-bottom: 34px;
	color: #313131;
	font: 900 18px/24px 'lato';
	text-transform: uppercase;
	letter-spacing: 2px
}

.wrap_category_press h2 span {
	display: inline-block;
	padding-right: 10px;
	background-color: #fff
}

.wrap_category_press h2 span+span {
	display: flex;
	margin-top: -7px;
	border-bottom: 2px solid #313131
}

.category_press>div {
	height: 360px;
	margin-bottom: 70px
}

.category_press .press_thumbnail,
.category_press>div>.row {
	height: 100%
}

.category_press .press_thumbnail .press_thumb_in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	background-color: #000;
	padding: 0 15px;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.category_press .press_thumbnail .press_thumb_in img {
	margin: 0 auto
}

.category_press .press_text h3 {
	padding-bottom: 5px
}

.category_press .press_text h3 a {
	font: 900 23px/29px 'lato';
	color: #3a863e
}

.category_press .press_text .press_date {
	padding-bottom: 25px;
	border-bottom: 2px solid #3a863e;
	font: 400 16px/20px 'lato';
	color: #1b1b1b
}

.category_press .press_text .press_excerpt {
	padding: 14px 0 20px;
	font: 400 16px/32px 'lato';
	color: #313131
}

.category_press .press_text .press_link a {
	display: block;
	padding: 0 20px;
	border: 1px solid #3a863e;
	color: #3a863e;
	text-transform: uppercase;
	font: 900 12px/48px 'lato';
	letter-spacing: 1px
}

.category_press .press_text .press_link a:hover {
	color: #fff;
	text-decoration: none
}

.category_press .press_text .press_link a span:first-child,
.category_press .press_text .press_link a>i {
	position: relative;
	z-index: 1
}

.category_press .press_text .press_link a>i {
	float: right;
	font-size: 20px;
	line-height: 48px
}

.orange .btn-over::after,
.orange .btn-over::before {
	background-color: #3a863e
}

.wrap_nextcontent {
	height: 50vh;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	color: #fff
}

.wrap_nextcontent .blackfilm {
	height: 100%;
	padding-top: 11vh;
	background-color: rgba(0, 0, 0, 0.1)
}

.wrap_nextcontent .blackfilm>span {
	padding-bottom: 10px;
	font: 900 13px/17px 'lato';
	text-transform: uppercase
}

.wrap_nextcontent .blackfilm>h2 {
	padding-bottom: 20px;
	font: 900 40px/61px 'lato'
}

.wrap_nextcontent .blackfilm>h5 {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 40px;
	font: 400 18px/26px 'lato'
}

.wrap_nextcontent .blackfilm>a {
	display: inline;
	border: 1px solid #fff;
	font: 900 13px/17px 'lato';
	padding: 16px 70px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase
}

.wrap_nextcontent .blackfilm>a span:first-child {
	position: relative;
	z-index: 1
}

.wrap_nextcontent .blackfilm>a:hover {
	text-decoration: none;
	color: #000
}

section.cpt.boutique-hotels>.se_wrapper:last-child>.container-fluid>.inrow>.bh_left,
section.cpt.other_experiences>.se_wrapper:last-child>.container-fluid>.inrow>.bh_left,
section.cpt.other_experiences>.se_wrapper:last-child>.container-fluid>.inrow>.bh_right {
	background-image: none
}

.line_bh {
	width: 8%;
	margin-bottom: 15px;
	border-bottom: 2px solid #662d91
}

.wrap_bhdetails ul li {
	padding-bottom: 20px
}

.wrap_bhdetails ul li i {
	display: inline-block;
	padding-right: 15px;
	color: #662d91;
	font-size: 24px;
	vertical-align: baseline
}

.wrap_bhdetails ul li span {
	display: inline-block;
	font: 400 18px/24px 'lato';
	color: #252525;
	text-transform: uppercase;
	vertical-align: top
}

.wrap_bhdetails ul li.mail_wrap span {
	text-transform: none
}

.wrap_bhdetails ul li a {
	display: inline-block;
	font: 400 18px/29px 'lato';
	color: #252525;
	vertical-align: top
}

.wrap_bhdetails ul li a:hover {
	text-decoration: none;
	opacity: 0.5
}

.redes_bh {
	padding: 11px 0 38px
}

.redes_bh ul.redes_bhin li {
	display: inline-block;
	margin-right: 6%
}

.redes_bh ul.redes_bhin li:last-child {
	margin-right: 0
}

.redes_bh ul.redes_bhin li a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #252525;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	border: 2px solid transparent
}

.redes_bh ul.redes_bhin li a:hover {
	color: #252525;
	background-color: transparent;
	border-color: #252525
}

.redes_bh ul.redes_bhin li a i {
	font-size: 18px;
	line-height: 26px
}

.wrap_items_2book {
	padding-bottom: 50px
}

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

.icons_2book i {
	font-size: 48px;
	color: #662d91
}

.icons_2book span.line_2book {
	display: block;
	width: 90px;
	border-bottom: 2px solid #662d91;
	-ms-transform: rotate(136deg) translate(-24px, -23px);
	-webkit-transform: rotate(136deg) translate(-24px, -23px);
	transform: rotate(136deg) translate(-24px, -23px)
}

.item_how2book .title_item2book {
	padding-top: 55px;
	padding-bottom: 28px
}

.item_how2book .text_2book p,
.item_how2book .text_2book a {
	font: 400 16px/32px 'lato';
	color: #313131
}

.item_how2book .text_2book.green-text {
	padding-top: 55px
}

.item_how2book .text_2book.green-text p {
	color: #3a863e
}

.item_how2book .text_2book a {
	color: #3a863e
}

.gallery_oe {
	position: relative;
	height: 100%
}

.gallery_oe .slick-arrow {
	position: absolute;
	top: 48%;
	width: 55px;
	background-color: #252525;
	text-align: center;
	color: #fff;
	line-height: 55px;
	font-size: 30px;
	z-index: 1;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease
}

.gallery_oe .slick-arrow:hover {
	background-color: transparent;
	border-color: #fff
}

.gallery_oe .slick-arrow.right-arrow {
	right: 0
}

.gallery_oe .slick-list,
.gallery_oe .slick-list .slick-track,
.gallery_oe .slick-list .slick-track figure {
	height: 100%;
	width: 100%
}

.gallery_oe .slick-list .slick-track figure {
	position: relative
}

.gallery_oe .slick-list .slick-track figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.line_oe {
	width: 8%;
	margin-bottom: 15px;
	border-bottom: 2px solid #ed037c
}

.wrap_share-oe {
	display: inline-block;
	padding-left: 35px;
	padding-top: 5px;
	vertical-align: top
}

.wrap_share-oe span {
	display: inline-block;
	text-transform: uppercase;
	font: 900 13px/13px 'lato';
	color: #252525;
	vertical-align: top
}

.wrap_share-oe ul {
	display: inline-block;
	padding-top: 15px
}

.wrap_share-oe ul li {
	display: inline-block;
	padding-left: 22px
}

.wrap_share-oe ul li a {
	text-decoration: none
}

.wrap_share-oe ul li a i {
	color: #252525;
	font-size: 25px;
	transition: all 0.3s ease
}

.wrap_share-oe ul li a:hover i {
	color: #ed037c
}

#ssba-classic-2 {
	width: auto !important
}

#ssba-classic-2 img.ssba-img {
	display: none !important
}

#ssba-classic-2 div a {
	margin-left: 22px
}

#ssba-classic-2 div a::after {
	font-family: FontAwesome;
	color: #252525;
	font-size: 25px;
	transition: all 0.3s ease
}

#ssba-classic-2 div a.ssba_facebook_share::after {
	content: "\f082"
}

#ssba-classic-2 div a.ssba_twitter_share::after {
	content: "\f081"
}

#ssba-classic-2 div a.ssba_email_share::after {
	content: "\f199"
}

.wrap_searchblock {
	padding-bottom: 78px;
	padding-top: 40px;
	display: flow-root
}

.wrap_searchblock .widget_search {
	float: right
}

.wrap_searchblock .widget_search .searchform input[type="text"] {
	width: 250px;
	height: 22px;
	border: 0;
	border-bottom: 1px solid #6e6a68;
	padding: 0;
	font: 400 12px/21px 'lato';
	letter-spacing: 2px
}

.wrap_searchblock .widget_search .searchform button.search_mlp {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #6e6a68
}

.wrap_searchblock .widget_search .searchform button.search_mlp i {
	display: block;
	color: #6e6a68;
	font-size: 20px;
	line-height: 30px;
	transition: all 0.5s ease
}

.wrap_searchblock .widget_search .searchform button.search_mlp:hover i {
	-ms-transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	transform: rotate(42deg)
}

.wpb-js-composer .vc_tta.vc_general.fucsia_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
	margin-bottom: 0;
	border-top: 2px solid #3a863e;
	background-color: transparent
}

.wpb-js-composer .vc_tta.vc_general.fucsia_accordion.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus {
	right: 0;
	width: 22px;
	height: 24px;
	padding: 5px;
	color: #3a863e;
	border: 2px solid #3a863e;
	text-align: center
}

.wpb-js-composer .vc_tta.vc_general.fucsia_accordion.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	width: 12px;
	left: 3px;
	top: 10px;
	border-color: #3a863e
}

.wpb-js-composer .vc_tta.vc_general.fucsia_accordion.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	height: 12px;
	top: 4px;
	left: 9px;
	border-color: #3a863e
}

.wpb-js-composer .vc_tta.vc_general.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
	padding: 16px 30px 16px 8px;
	font: 900 24px/35px 'lato';
	color: #6e6a68
}

.wpb-js-composer .vc_tta.vc_general.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span.vc_tta-title-text {
	margin-left: 35px;
	display: inline-block;
	width: 82%
}

.wpb-js-composer .vc_tta.vc_general.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-icon {
	vertical-align: top;
	display: inline-block;
	width: 34px;
	margin-top: 20px
}

.wpb-js-composer .vc_tta.vc_general.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
	padding-right: 0
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_general.mlp_accordion .wpb_text_column .wpb_wrapper p {
	padding: 0 0 25px 52px;
	font: 400 16px/32px 'lato';
	color: #313131
}

.wpb-js-composer .vc_tta.vc_general.green_accordion.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
	margin-bottom: 0;
	border-top: 2px solid #26a896;
	background-color: transparent
}

.wpb-js-composer .vc_tta.vc_general.green_accordion.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus {
	right: 0;
	width: 22px;
	height: 24px;
	padding: 5px;
	color: #26a896;
	border: 2px solid #26a896;
	text-align: center
}

.wpb-js-composer .vc_tta.vc_general.green_accordion.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	width: 12px;
	left: 3px;
	top: 10px;
	border-color: #26a896
}

.wpb-js-composer .vc_tta.vc_general.green_accordion.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	height: 12px;
	top: 4px;
	left: 9px;
	border-color: #26a896
}

.wrap_blogtitle {
	margin-top: 14%;
	text-align: center;
	color: #fff
}

.wrap_blogtitle h1 {
	font: 900 56px/60px 'lato'
}

.wrap_blogtitle h1 span {
	display: inline-block;
	padding: 38px 0;
	border-bottom: 1px solid #fff
}

.wrap_blogtitle h2 {
	font: 900 36px/40px 'lato';
	padding: 38px 0 20px
}

.wrap_blogtitle h4 {
	font: 900 13px/17px 'lato';
	padding: 0 77px 77px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.blog-listing {
	padding: 0
}

.item_listblog {
	min-height: 500px
}

.item_listblog>article {
	margin-bottom: 70px;
	box-shadow: 0px 0px 17px 0px #ddd
}

.item_listblog header {
	position: relative;
	height: 350px;
	padding: 25px;
	color: #fff
}

.item_listblog header .wrap_cat {
	display: inline-block;
	padding: 0 22px;
	background-color: #3a863e;
	text-transform: uppercase;
	text-align: center;
	font: 400 12px/25px 'lato'
}

.item_listblog header h2 {
	position: absolute;
	bottom: 25px;
	display: block
}

.item_listblog.large header h2 {
	width: 50%
}

.item_listblog header h2 a {
	display: block;
	font: 900 25px/33px 'lato';
	color: #fff
}

.item_listblog .wrap-metas {
	padding: 13px 25px 25px;
	font: 400 16px/22px 'lato'
}

.item_listblog .wrap-metas>span {
	display: block
}

.item_listblog .wrap-metas a {
	margin-top: 20px;
	font: 900 12px/16px 'lato';
	color: #000;
	border: 2px solid #000;
	letter-spacing: 1px
}

.item_listblog .wrap-metas a:hover {
	color: #fff;
	border-color: #3a863e
}

.wrap_headimage.blog-mlp,
.wrap_headimage.half_header {
	height: 50vh
}

.wrap_headimage.half_header .wrap_presstitle {
	margin-top: 9%
}

.wrap_headimage.blog-mlp .wrap_blogtitle {
	margin-top: 11%
}

.wrap_headimage.blog-mlp .wrap_blogtitle .line_blog {
	width: 10%;
	margin: 0 auto 11px;
	padding: 19px 0 0;
	border-bottom: 2px solid #fff
}

.content-area.blog-mlp-cont {
	padding-top: 45px
}

.wrap_meta_single .entry_author_image {
	display: inline-block;
	vertical-align: top
}

.wrap_meta_single .meta_details {
	display: inline-block;
	padding: 10px 0 0 7px
}

.wrap_meta_single .meta_details span {
	display: block;
	font: 400 16px/20px 'lato';
	color: #000
}

.blog-mlp-cont .cont-blog>article.post {
	padding-right: 30px
}

.blog-mlp-cont p {
	padding-bottom: 20px;
	margin: 0;
	font: 400 16px/32px 'lato';
	color: #313131
}

.blog-mlp-cont .slick-slider .slick-slide {
	margin: 0 !important
}

.blog-mlp-cont .slick-next {
	right: 0
}

.blog-mlp-cont .slick-prev {
	left: 0
}

.blog-mlp-cont .slick-next,
.blog-mlp-cont .slick-prev {
	top: 45%
}

.blog-mlp-cont .slick-next i,
.blog-mlp-cont .slick-prev i {
	font-size: 30px
}

.blog-mlp-cont .ult-carousel-wrapper button.square-bg {
	width: 3.2em;
	height: 3.2em;
	border: 2px solid transparent;
	transition: all 0.3s ease
}

.blog-mlp-cont .ult-carousel-wrapper button.square-bg:hover {
	background-color: transparent !important;
	border-color: #ff0000
}

.blog-mlp-cont .ult-carousel-wrapper button.square-bg:hover i {
	color: #3a863e
}

.blog-mlp-cont .ult-carousel-wrapper button.square-bg.slick-next {
	border-right: 0
}

.blog-mlp-cont .ult-carousel-wrapper button.square-bg.slick-prev {
	border-left: 0
}

.widgetsblog {
	padding-top: 80px
}

.widgetsblog section.widget {
	padding: 30px 30px 70px;
	margin-bottom: 54px;
	background-color: #fff;
	box-shadow: 0px 0px 17px 0px #ddd
}

.widgetsblog section.widget h2 {
	padding-bottom: 20px;
	font: 900 12px/16px 'lato';
	color: #3a863e;
	text-transform: uppercase;
	border-bottom: 2px solid #3a863e
}

.widgetsblog section.widget ul {
	margin: 35px 0 0 16px
}

.widgetsblog section.widget ul li {
	padding-bottom: 10px;
	list-style-type: disc;
	color: #2b2b2b
}

.widgetsblog section.widget ul li a {
	font: 400 12px/23px 'lato';
	color: #2b2b2b;
	vertical-align: top
}

.comments-area>h2 {
	padding-bottom: 37px;
	font: 900 24px/28px 'lato';
	color: #4e4e4e
}

.comments-area>ol {
	padding-left: 17px
}

.comments-area>ol li {
	padding-bottom: 50px
}

.comment-respond {
	padding: 35px 40px 40px;
	background-color: #f1f1f1
}

.comment-respond>h3 {
	padding-bottom: 6px;
	font: 900 18px/22px 'lato';
	color: #4e4e4e
}

.comment-respond>h3>small {
	font: 400 16px/20px 'lato';
	color: #4e4e4e
}

form.comment-form {
	overflow: hidden
}

form.comment-form .comment-notes {
	padding-bottom: 25px
}

form.comment-form .wrap_textarea {
	margin-bottom: 20px
}

form.comment-form textarea {
	width: 100%;
	height: 155px;
	padding: 15px;
	border: 0;
	font: 400 16px 'lato';
	color: #000
}

form.comment-form textarea::placeholder {
	color: #9b9b9b;
	opacity: 1
}

form.comment-form .comment_text input {
	padding-left: 15px;
	height: 34px;
	width: 100%;
	border: 0;
	font: 400 16px 'lato';
	color: #000
}

form.comment-form .comment_text input::placeholder {
	color: #9b9b9b;
	opacity: 1
}

form.comment-form .form-submit {
	padding-top: 30px
}

form.comment-form .form-submit input[type='submit'] {
	float: right;
	height: 55px;
	padding: 0 40px;
	text-transform: uppercase;
	background-color: #3a863e;
	font: 900 13px 'lato';
	color: #fff;
	letter-spacing: 1px
}

.wrap_relatedposts {
	padding: 120px 0
}

.wrap_relatedposts .title_related h4 {
	padding-bottom: 55px;
	font: 900 25px/31px 'lato';
	color: #3a863e;
	text-align: center
}

.op_navwrapper.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0
}

.op_navwrapper.vc_row-has-fill>.vc_column_container>.vc_column-inner a {
	text-transform: uppercase
}

.op_pletters p {
	font-size: 18px;
	line-height: 30px;
	color: #313131
}

.op_pletters p span.rm,
.op_pletters a.rlop {
	display: none;
	width: 100%
}

.op_pletters a.rlop,
.op_pletters a.rmop {
	color: #ed037c;
	width: 100%
}

.op_pletters a.rmop {
	display: block;
	width: 100%
}

.op_textblock {
	padding-top: 110px;
	margin-left: -50px
}

.vc_icon_element.vc_icon_element-outer.icon_of .vc_icon_element-inner {
	width: 30px;
	height: 22px
}

.vc_icon_element.vc_icon_element-outer.icon_wwsf .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
	width: 6em !important;
	height: 6em !important;
	margin-right: 10px
}

.wwsf_pletter .wpb_wrapper p {
	font: 400 16px/32px 'lato';
	color: #313131
}

.wrap_cont_se.dl .label {
	background-color: #3a863e
}

.wrap_cont_se.dl h2 {
	margin: 0
}

.wrap_cont_se.dl span.price {
	display: block;
	margin-bottom: 45px;
	font: 900 56px/60px 'lato';
	color: #949494
}

#menu_sa.wrap_tabsdl.active ul li a {
	padding: 24px 0 !important
}

.wrap_headimage>.container.sdl {
	margin-top: 20%;
	color: #fff
}

.sdl .wrap_dltitle .label {
	float: left;
	padding: 0 60px;
	margin-bottom: 25px;
	background-color: #3a863e;
	font: 900 15px/32px 'lato';
	text-transform: uppercase
}

.sdl .wrap_dltitle h2,
.sdl .wrap_dltitle span.price {
	font: 900 56px/62px 'lato'
}

.sdl .wrap_dltitle span.price {
	display: block;
	margin-bottom: 25px
}

.sdl .wrap_dltitle>p {
	width: 40%;
	font: 400 18px/32px 'lato'
}

.wrap_tabsdl ul {
	padding: 0
}

.wrap_tabsdl ul li {
	padding: 0;
	text-align: center;
	background-color: #b6b2ab;
	border-left: 1px solid #f4f4f4
}

.wrap_tabsdl ul li.active,
.wrap_tabsdl ul li.active:hover {
	background-color: #f4f4f4
}

.wrap_tabsdl ul li:hover {
	background-color: #3a863e
}

.wrap_tabsdl ul li:last-child {
	background-color: #000
}

.wrap_tabsdl ul li.active a {
	color: #000
}

.wrap_tabsdl ul li a {
	display: block;
	padding: 46px 0;
	color: #fff;
	font: 900 13px/19px 'lato';
	letter-spacing: 1px
}

.wrap_tabsdl ul li a:hover {
	text-decoration: none
}

.text-sdl p {
	font: 400 26px/42px 'lato';
	color: #252525
}

.content_tabsdl .tab_contdl.active {
	display: block
}

.content_tabsdl .tab_contdl {
	display: none
}

.wrapper_itemcero {
	overflow: hidden
}

.wrapper-timeline {
	background: url("../img/line-tl.jpg") repeat-y center top
}

.wrap_itemcero {
	position: relative;
	width: 46%;
	float: right;
	padding-bottom: 35px
}

.wrap_itemcero span {
	display: block;
	float: left;
	padding-left: 3%;
	padding-right: 8%;
	margin-bottom: 7px;
	font: 900 25px/41px 'lato';
	color: #6e6a68;
	letter-spacing: 1px;
	border-bottom: 1px solid #6e6a68;
	color: #6e6a68
}

.wrap_itemcero p {
	overflow: hidden;
	width: 100%;
	padding-left: 3%;
	padding-right: 10%;
	font: 400 18px/22px 'lato'
}

.wrap_itemtl {
	float: right;
	position: relative;
	margin-left: 4%;
	margin-top: 195px;
	width: 48%;
	background-color: #fff;
	box-shadow: 0 0 43px 0 #dbd9d9
}

.wrap_itemtl.first {
	margin-top: 0
}

.wrap_itemtl.nomarg {
	margin-left: 0;
	float: left
}

.wrap_itemtl .wrap_imagetl {
	height: 260px;
	background-size: cover;
	background-repeat: no-repeat
}

.wrap_itemtl .wrap_titletl {
	width: 90%;
	margin-left: 5%;
	padding: 12px 4%;
	margin-top: -30px;
	background-color: #3a863e;
	color: #fff;
	font: 400 18px/30px 'lato'
}

.wrap_itemtl .wrap_titletl span {
	font: 900 25px/30px 'lato';
	letter-spacing: 1px;
	margin-right: 7%
}

.wrap_itemtl .wrap_texttl {
	padding: 30px 10% 65px;
	color: #313131
}

.wrap_itemtl .wrap_texttl p {
	font: 400 16px/31px 'lato'
}

.wrap_texttl ul.wrap_infotl {
	font-size: 12px
}

.wrap_itemtl .wrap_texttl ul.wrap_infotl li {
	padding-bottom: 30px
}

.wrap_itemtl .wrap_texttl ul.wrap_infotl li:first-child {
	padding-left: 0
}

.wrap_itemtl .wrap_texttl ul.wrap_infotl li:nth-child(2) {
	padding-left: 0
}

.wrap_itemtl .wrap_texttl ul.wrap_infotl li:nth-child(3) {
	padding-right: 0;
	padding-left: 0
}

.wrap_itemtl .wrap_texttl ul.wrap_infotl li:nth-child(4) {
	padding-left: 0
}

.wrap_itemtl .wrap_texttl ul.wrap_infotl li img {
	display: inline-block;
	width: 20%;
	padding-top: 5px;
	vertical-align: top
}

.wrap_itemtl .wrap_texttl ul.wrap_infotl li span {
	display: inline-block;
	width: 72%;
	margin-left: 8%
}

.wrap_itemtl .wrap_timelinepoint {
	padding: 7px;
	background-color: #f6f5f5;
	position: absolute;
	left: -6.15%;
	right: auto;
	top: -9px;
	border-radius: 50%
}

.wrap_itemtl.nomarg .wrap_timelinepoint {
	right: -6.35%;
	left: auto
}

.wrap_itemtl .wrap_timelinepoint .timeline-point {
	width: 8px;
	height: 8px;
	background-color: #00a69a;
	transform: rotate(45deg)
}

.wrap_itemcero .wrap_timelinepoint {
	padding: 7px;
	background-color: #fff;
	position: absolute;
	left: -10.55%;
	right: auto;
	top: 0
}

.wrap_itemcero .wrap_timelinepoint .timeline-point {
	width: 8px;
	height: 8px;
	background-color: #00a69a;
	transform: rotate(45deg)
}

.related-journeys h2 {
	padding: 20px 0 56px;
	text-align: center;
	font: 900 56px/62px 'lato'
}

.related-journeys .wrap_rjitems {
	height: 63vh
}

.related-journeys .cont_rjbh {
	float: left;
	margin-left: 20%;
	height: 100%;
	padding-top: 13%
}

.related-journeys .cont_rjbh.float-right {
	margin-right: 20%;
	margin-left: auto
}

.related-journeys .cont_rjbh .labelbh {
	background-color: #662d91;
	color: #fff;
	text-align: center;
	font: 900 13px/26px 'lato';
	padding: 0 10%;
	text-transform: uppercase;
	letter-spacing: 1px
}

.related-journeys .cont_rjbh h3 {
	padding: 20px 0 100px;
	font: 900 25px/30px 'lato';
	color: #fff;
	letter-spacing: 1px
}

.related-journeys .cont_rjbh.float-right a.gotopost {
	float: right
}

.wrap_departures {
	padding: 120px 0 80px
}

.wrap_departures h3 {
	padding-bottom: 103px;
	font: 900 36px/40px 'lato';
	text-align: center;
	color: #3a863e;
	letter-spacing: 2px
}

.wrap_departures .wrapcalendardl .mlp-dl {
	width: 100% !important
}

.mlp-dl .datepick-month-row {
	text-align: center
}

.mlp-dl .datepick-month-row .datepick-month {
	display: inline-block;
	width: 23em;
	float: none;
	margin: 0 0.8em;
	padding: 35px 25px 50px
}

.mlp-dl .datepick-month-header {
	height: auto;
	padding-bottom: 40px;
	font-size: 20px;
	text-transform: uppercase
}

.mlp-dl .datepick-month span {
	padding: 0.625em 0em
}

.mlp-dl .datepick-month a {
	padding: 0.825em 0em;
	font-weight: 900;
	color: #fff
}

.mlp-dl .datepick-month td .datepick-other-month {
	display: none
}

.wrap_contacttravel {
	padding: 82px 0 0
}

.wrap_contacttravel .wrap_formdl {
	width: 90%;
	float: right
}

.wrap_contacttravel h5 {
	width: 58%;
	margin: 0 auto;
	padding-bottom: 18px;
	font: 400 18px/30px 'lato';
	color: #313131;
	text-align: center
}

.wrap_contacttravel .container>p {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 52px
}

.wrap_contacttravel fieldset {
	position: relative;
	padding-right: 11%;
	margin-bottom: 68px
}

.cus .fieldset {
	position: relative;
	width: 100%;
	padding: 0;
	margin-bottom: 33px
}

.wrap_contacttravel fieldset label,
.cus .fieldset label {
	font: 400 14px/18px 'lato';
	color: #313131
}

.wrap_contacttravel fieldset input,
.cus .fieldset input,
.wrap_contacttravel fieldset select,
.cus .fieldset select,
.wrap_contacttravel fieldset textarea,
.cus .fieldset textarea {
	width: 100%;
	height: 46px;
	border: 0;
	border-bottom: 2px solid #3a3a3a;
	color: #3a863e;
	font: 900 20px/24px 'lato';
	background-color: transparent
}

.wrap_contacttravel fieldset select [disabled],
.wrap_contacttravel fieldset select:invalid {
	color: #c9c9c9 !important
}

.wrap_contacttravel fieldset select option {
	color: #3a863e
}

.cus .fieldset textarea {
	height: 130px
}

.cus .fieldset .wrap_checkbox input[type="checkbox"],
.cus .fieldset .wrap_checkbox input[type="radio"] {
	vertical-align: middle;
	margin-right: 5px
}

.cus .wrap_checkbox {
	padding-bottom: 20px
}

.cus .accordion_cus {
	padding: 15px 0 0 20px
}

.wrap_contacttravel fieldset input::placeholder,
.wrap_contacttravel fieldset textarea::placeholder {
	opacity: 1;
	color: #c9c9c9
}

.cus .fieldset select,
.cus .fieldset select option,
.cus .fieldset input,
.cus .fieldset textarea {
	color: #111
}

.cus .fieldset input::placeholder,
.cus .fieldset textarea::placeholder,
.cus .fieldset select [disabled],
.cus .fieldset select:invalid {
	color: #c9c9c9 !important;
	opacity: 1
}

.wrap_contacttravel fieldset input::-webkit-input-placeholder,
.wrap_contacttravel fieldset textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #c9c9c9
}

.cus .fieldset input::-webkit-input-placeholder,
.cus .fieldset textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #c9c9c9
}

.wrap_contacttravel fieldset select,
.cus .fieldset select {
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/blank.png);
	outline: none !important
}

.wrap_contacttravel fieldset span.lnr,
.cus .fieldset span.lnr {
	display: block;
	position: absolute;
	left: 74.4%;
	top: 44px;
	font-size: 20px;
	color: #3a863e;
	z-index: 0
}

.cus span.wpcf7-list-item {
	margin: 0 15px 0 0
}

.cus .fieldset span.lnr {
	left: auto;
	right: 1%;
	color: #3a863e
}

.cus hr {
	width: 100%;
	height: 2px;
	background-color: #3a3a3a;
	margin: 0 0 40px
}

.wrap_contacttravel fieldset .wrap_checkbox input,
.cus .fieldset .wrap_checkbox input {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px
}

.wrap_contacttravel fieldset .wrap_checkbox label,
.cus .fieldset .wrap_checkbox label {
	display: inline-block;
	vertical-align: top
}

.wrap_contacttravel fieldset.centered,
.cus .fieldset.centered {
	text-align: center
}

.wrap_contacttravel fieldset input[type="submit"],
.cus .fieldset input[type="submit"] {
	width: auto;
	padding: 0 105px;
	height: 48px;
	border: 1px solid #3a863e;
	color: #3a863e;
	font: 900 14px 'lato';
	text-transform: uppercase;
	transition: all 0.5s ease
}

.wrap_contacttravel fieldset input[type="submit"][disabled] {
	opacity: 0.3
}

.cus .fieldset input[type="submit"] {
	background-color: #3a863e;
	color: #fff;
	border: 1px solid #3a863e;
	letter-spacing: 3px
}

.cus .fieldset input[type="submit"][disabled] {
	background-color: rgba(239, 65, 35, 0.4);
	border-color: rgba(239, 65, 35, 0.4)
}

.wrap_contacttravel fieldset input[type="submit"]:hover {
	border-color: #3a3a3a;
	color: #3a3a3a
}

.cus .wa .accordion_cus {
	display: none
}

.socials_in li {
	display: inline-block;
	padding: 0 6% 25px
}

.socials_in li a i {
	font-size: 30px;
	color: #3a863e
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	overflow: hidden;
	width: 100%
}

.wrap_headimage.sse>.sdl {
	margin-top: 20%;
	color: #fff
}

.sse .sdl .wrap_dltitle>p {
	width: 100%
}

.sse .sdl .wrap_dltitle h2 {
	margin-bottom: 44px
}

.sse .sdl .wrap_dltitle .label {
	background-color: #3a863e
}

.buttons_video a.vc_btn3.vc_btn3-icon-right {
	min-width: 250px;
	text-align: left;
	text-transform: uppercase;
	font: 900 13px/16px 'lato';
	letter-spacing: 1px
}

.fancy-video-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
	background-color: rgba(0, 0, 0, 0.7) !important;
	width: 6.15em !important;
	height: 6.15em !important
}

body.page-template-page_op-php #menu_sa.active {
	top: 72px
}

#menu_sa.active {
	position: fixed !important;
	padding-bottom: 24px !important;
	padding-top: 24px !important;
	top: 48px;
	left: 0 !important;
	width: 100% !important;
	z-index: 4;
	margin: 0
}

.wrap_tabsdl.sse ul li:last-child {
	background-color: #3a863e
}

.wrap_tabsdl.sse ul li {
	height: 100px;
	padding-left: 5px;
	padding-right: 5px
}

.wrap_tabsdl.sse ul li:hover {
	background-color: #3a863e
}

.wrap_tabsdl.sse ul li.active:hover {
	background-color: #f4f4f4
}

.wrap_tabsdl.sse ul li:last-child:hover a span {
	color: #000 !important
}

.wrap_tabsdl.sse ul li.booking-button {
	background-color: #3a863e
}

.wrap_tabsdl.sse ul li a {
	padding: 0;
	display: flex;
	min-height: 100px;
	align-items: center !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	justify-content: center
}

.wrap_tabsdl.sse ul li a span {
	flex-grow: 1;
	flex-basis: 0;
	-webkit-flex-basis: 0;
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex: 1
}

.orange .wrap_itemcero .wrap_timelinepoint .timeline-point,
.orange .wrap_itemtl .wrap_timelinepoint .timeline-point,
.orange .wrap_itemtl .wrap_titletl {
	background-color: #3a863e
}

.map_shadow figure {
	box-shadow: 0 0 57px 0px #ececec;
	cursor: zoom-in
}

.related-journeys.sse .cont_rjbh {
	width: 60%
}

.related-journeys.sse .cont_rjbh h3 {
	padding-bottom: 5px
}

.related-journeys.sse .cont_rjbh h5 {
	padding-bottom: 7px;
	font: normal 16px/25px 'lato';
	color: #fff
}

.related-journeys .cont_rjbh.se {
	float: right;
	margin-left: 0;
	margin-right: 20%;
	text-align: right
}

.related-journeys.sse .cont_rjbh .labelbh {
	width: 70%;
	padding: 0 8%
}

.related-journeys .cont_rjbh.se .labelbh {
	background-color: #3a863e;
	float: right
}

.related-journeys .cont_rjbh.oe .labelbh {
	background-color: #ed037c
}

body.single-signature_adventure .separators_in {
	padding: 110px 0 140px
}

.faq_content .faq h2 {
	padding: 145px 0 125px;
	text-align: center;
	font: 900 56px/60px 'lato';
	color: #1b1c20
}

.content_tabsdl.sse.active {
	padding-top: 160px
}

.content_tabsdl.sse .tab_contdl.wrap_equestian,
.content_tabsdl.sse .tab_contdl.wrap_lodges,
.content_tabsdl.sse .tab_contdl.wrap_equestian,
.content_tabsdl.sse .tab_contdl.wrap_rates,
.content_tabsdl.sse .tab_contdl.wrap_equestian,
.content_tabsdl.sse .tab_contdl.wrap_photosvideos {
	padding-top: 60px
}

.content_tabsdl.sse .tab_contdl {
	display: block;
	position: absolute;
	top: -100000px;
	visibility: hidden;
	z-index: -2;
	background-color: #fff
}

.content_tabsdl.sse .tab_contdl .ubtn {
	visibility: hidden
}

.content_tabsdl.sse .tab_contdl.active .ubtn {
	visibility: visible
}

.content_tabsdl.sse .tab_contdl.active {
	position: static;
	visibility: visible;
	z-index: 0
}

.content_tabsdl.sse .tab_contdl .entry-content {
	margin: 0
}

.vc_column_container.wrap-text-equestian {
	padding-right: 70px
}

.tab_contdl .flexslider {
	border: 0;
	border-radius: 0;
	box-shadow: none
}

.tab_contdl .wpb_gallery .wpb_flexslider .flex-control-paging {
	display: none
}

.tab_contdl .flex-direction-nav a {
	top: 43.5%;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	opacity: 1;
	background-color: #1b1b1b;
	text-align: center;
	color: #fff;
	box-sizing: border-box
}

.tab_contdl .flex-direction-nav .flex-next {
	right: 0
}

.tab_contdl .flex-direction-nav .flex-prev {
	left: 0
}

.tab_contdl .flex-direction-nav a::before {
	font: normal 30px/50px 'linearicons';
	content: '\e93b'
}

.tab_contdl .flex-direction-nav a.flex-next::before {
	content: '\e93c'
}

.content_tabsdl.sse .tab_contdl.wrap_lodges {
	min-height: 70vh
}

.wpb-js-composer .vc_tta.vc_tta-style-outline.galleries_lodges li.vc_tta-tab {
	border: 0;
	padding-right: 30px;
	margin-top: 0
}

.vc_tta-color-white.vc_tta-style-outline.galleries_lodges li.vc_tta-tab>a {
	padding: 50px 0;
	border: 0;
	border-bottom: 1px solid #3a863e
}

.vc_tta-color-white.vc_tta-style-outline.galleries_lodges .vc_tta-tab>a span {
	font: 900 15px/19px 'lato';
	color: #252525;
	text-transform: uppercase;
	letter-spacing: 1px
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline.galleries_lodges .vc_tta-tab.vc_active>a,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline.galleries_lodges .vc_tta-tab.vc_active>a:hover {
	border-bottom: 1px solid #3a863e !important
}

.vc_tta-color-white.vc_tta-style-outline.galleries_lodges .vc_tta-tab.vc_active>a span {
	color: #3a863e
}

.wpb-js-composer .vc_tta.vc_general.galleries_lodges .vc_tta-panel-body {
	padding-top: 0
}

.wpb-js-composer .vc_tta.vc_general.galleries_lodges .vc_tta-icon {
	position: absolute;
	right: 0;
	top: 50%;
	color: #252525;
	visibility: hidden
}

.vc_tta-color-white.vc_tta-style-outline.galleries_lodges li.vc_tta-tab>a:hover i.vc_tta-icon {
	visibility: visible
}

.vc_tta-color-white.vc_tta-style-outline.galleries_lodges li.vc_tta-tab.vc_active>a>i.vc_tta-icon {
	visibility: visible;
	color: #3a863e
}

.sse-block-rates .wpb_wrapper {
	padding: 30px 40px
}

.sse-block-rates.mlp_dark .wpb_wrapper {
	background-color: #bcbcbc
}

.sse-block-rates.mlp_light .wpb_wrapper {
	background-color: #ebebeb
}

.vc_separator.sse-line-rate {
	padding: 10px 0 45px;
	margin: 0 auto
}

.quotation-marks-text .wpb_wrapper {
	position: relative
}

.quotation-marks-text .wpb_wrapper::before {
	position: absolute;
	top: 0;
	left: -60px;
	content: '“';
	font: 900 85px/90px 'lato';
	color: #3a863e
}

.quotation-marks-text .wpb_wrapper::after {
	position: absolute;
	bottom: -45px;
	right: -60px;
	content: '”';
	font: 900 85px/90px 'lato';
	color: #3a863e
}

.text-bottom-rates .wpb_wrapper p {
	font: 400 18px/34px 'lato';
	color: #252525
}

.sse-details-content .wpb_wrapper p {
	font: 400 18px/30px 'lato';
	color: #6e6e6e
}

.form_sse.wrap_contacttravel fieldset select,
.form_sse.wrap_contacttravel fieldset input,
.form_sse.wrap_contacttravel fieldset select,
.form_sse.wrap_contacttravel fieldset textarea,
.form_sse.wrap_contacttravel fieldset span.lnr,
.form_sse.wrap_contacttravel fieldset select option {
	color: #3a863e
}

.form_sse.wrap_contacttravel fieldset input[type="submit"] {
	border-color: #3a863e
}

.form_sse.wrap_contacttravel fieldset input[type="submit"][disabled] {
	opacity: 0.3
}

.form_sse.wrap_contacttravel fieldset input[type="submit"]:hover {
	border-color: #252525
}

.tab_contdl.wrap_photosvideos .vc_column_container>.vc_column-inner {
	padding: 0
}

.sse_gallerygrid {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px
}

.sse_gallerygrid>.row {
	display: flex !important;
	margin-left: 0
}

.sse_gallerygrid>.row>.top-image {
	height: 510px
}

.sse_gallerygrid>.row>.bot-image {
	height: 240px
}

.sse_gallerygrid>.row>div a.image_in {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top
}

.sse_gallerygrid>.row>div a.image_in .hover_film {
	position: relative;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.3s ease
}

.sse_gallerygrid>.row>div a.image_in:hover .hover_film {
	opacity: 1
}

.sse_gallerygrid>.row>div a.image_in .hover_film .film_in {
	position: absolute;
	top: 46%;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	color: #fff
}

.sse_gallerygrid>.row>div.bot-image a.image_in .hover_film .film_in {
	top: 38%
}

.sse_gallerygrid>.row>div a.image_in .hover_film .film_in i {
	display: block;
	padding-bottom: 15px;
	font-size: 40px
}

.sse_gallerygrid>.row>div a.image_in .hover_film .film_in span {
	font: 400 21px/28px 'lato'
}

.tab_contdl.wrap_photosvideos .flex-direction-nav a {
	padding-top: 0
}

.tab_contdl.wrap_photosvideos .sse_gallerygrid:hover .flex-direction-nav .flex-next {
	right: 15px
}

.tab_contdl.wrap_photosvideos .sse_gallerygrid:hover .flex-direction-nav .flex-prev {
	left: 15px
}

.sse_gallerygrid .flex-control-nav {
	bottom: 0
}

.sse_gallerygrid .flex-control-nav.flex-control-paging li {
	margin: 0
}

.sse_gallerygrid .flex-control-nav.flex-control-paging li a {
	width: 35px;
	height: 35px;
	border-radius: 0;
	background-color: #ebebeb;
	font: 900 16px/35px 'lato';
	color: #3a3a3a;
	text-indent: 0;
	box-shadow: none
}

.sse_gallerygrid .flex-control-nav.flex-control-paging li a.flex-active {
	color: #fff;
	background-color: #3a863e
}

.wpb-js-composer .wrap_photosvideos .vc_tta.vc_general .vc_tta-panel-body {
	padding: 0;
	box-sizing: border-box
}

.wpb-js-composer .wrap_photosvideos .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
	background-color: transparent;
	color: #b6b2ab
}

.wpb-js-composer .wrap_photosvideos .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab:first-child a {
	padding-right: 0
}

.wpb-js-composer .wrap_photosvideos .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab:first-child a span {
	padding-right: 40px;
	border-right: 2px solid #252525
}

.wpb-js-composer .wrap_photosvideos .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a span {
	font: 400 18px/22px 'lato'
}

.wpb-js-composer .wrap_photosvideos .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a i.vc_tta-icon {
	font-size: 21px
}

.wpb-js-composer .wrap_photosvideos .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
	color: #3a863e
}

.faq .wpb_animate_when_almost_visible {
	opacity: 1
}

.text_oe_philosophy p {
	font: 400 18px/36px 'lato';
	color: #313131
}

.gallery_slick figure {
	margin: 0 40px
}

.gallery_slick i.slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #1b1b1b;
	z-index: 1;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease
}

.gallery_slick i.slick-arrow:hover {
	background-color: transparent;
	border-color: #fff
}

.gallery_slick i.slick-arrow.left-arrow {
	left: 15.2%
}

.gallery_slick i.slick-arrow.right-arrow {
	right: 15.2%
}

section.tyc_eo {
	padding: 120px 0 30px
}

section.tyc_eo .lists_terms_conditions ul {
	padding-left: 10%
}

section.tyc_eo .lists_terms_conditions ul li {
	position: relative;
	padding: 0 0 40px 45px;
	font: 400 16px/20px 'lato'
}

section.tyc_eo .lists_terms_conditions ul li::before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '\e717';
	font: normal 16px 'linearicons';
	color: #3a863e
}

.wrap_contacttravel.te_eo {
	padding-bottom: 100px
}

.wrap_contacttravel.te_eo .wrap_formdl {
	float: none;
	margin: 0 auto;
	width: 80%
}

.wrap_contacttravel.te_eo h2 {
	padding-bottom: 112px;
	text-align: center;
	font: 900 56px/60px 'lato';
	color: #252525
}

.wrap_contacttravel.te_eo fieldset {
	padding-right: 15px
}

.wrap_contacttravel.te_eo fieldset input,
.wrap_contacttravel.te_eo fieldset select,
.wrap_contacttravel.te_eo fieldset input::placeholder {
	color: #662d91
}

.wrap_contacttravel.te_eo fieldset input[type="submit"] {
	border-color: #662d91
}

.wrap_contacttravel.te_eo fieldset input[type="submit"]:hover {
	border-color: #3a3a3a
}

.wrap_contacttravel.te_eo fieldset span.lnr {
	left: auto;
	right: 15px;
	top: 38px;
	color: #662d91
}

.eo_traveldates {
	padding-top: 180px
}

.eo_traveldates h2 {
	padding-bottom: 112px;
	text-align: center;
	font: 900 56px/60px 'lato';
	color: #252525
}

.datepick.mlp-eo,
.datepick.mlp-dl {
	width: 100% !important;
	position: relative
}

.mlp-eo .datepick-nav,
.mlp-dl .datepick-nav {
	display: block;
	position: absolute;
	top: 45%
}

.mlp-eo .datepick-cmd-today,
.mlp-dl .datepick-cmd-today {
	display: none
}

.mlp-eo .datepick-cmd-prev,
.mlp-eo .datepick-cmd-next,
.mlp-dl .datepick-cmd-prev,
.mlp-dl .datepick-cmd-next {
	position: relative;
	padding: 0;
	width: 210px;
	height: 50px;
	color: #fff;
	background-color: #252525;
	font: 400 18px/50px 'lato'
}

.mlp-eo .datepick-cmd-prev:hover,
.mlp-eo .datepick-cmd-next:hover,
.mlp-dl .datepick-cmd-prev:hover,
.mlp-dl .datepick-cmd-next:hover {
	text-decoration: none;
	color: #3a863e
}

.mlp-eo.datepick a.datepick-disabled,
.mlp-dl.datepick a.datepick-disabled {
	color: #fff;
	opacity: 0.88
}

.mlp-eo .datepick-cmd-prev,
.mlp-dl .datepick-cmd-prev {
	position: relative;
	padding: 0 30px 0 40px;
	left: -235px;
	text-align: right
}

.mlp-eo .datepick-cmd-next,
.mlp-dl .datepick-cmd-next {
	position: relative;
	padding: 0 40px;
	right: -235px;
	text-align: left
}

.mlp-eo .datepick-cmd-prev::before,
.mlp-dl .datepick-cmd-prev::before {
	position: absolute;
	top: -1px;
	left: 22px;
	content: '\e93b';
	font-family: 'linearicons';
	font-size: 25px
}

.mlp-eo .datepick-cmd-next::after,
.mlp-dl .datepick-cmd-next::after {
	position: absolute;
	top: -1px;
	right: 22px;
	content: '\e93c';
	font-family: 'linearicons';
	font-size: 25px
}

.mlp-eo .datepick-month-row {
	overflow: hidden;
	position: relative;
	z-index: 1
}

.mlp-eo .datepick-month-header {
	height: auto;
	padding-bottom: 52px;
	font: 900 20px/24px 'lato';
	text-transform: uppercase;
	letter-spacing: 1px
}

.mlp-eo .datepick-month th span {
	font-size: 18px
}

.mlp-eo .datepick-month {
	margin-left: 0;
	width: 24.2em;
	padding: 36px 30px
}

.mlp-eo .datepick-month:last-child {
	margin-right: 0
}

.mlp-eo .datepick-month a,
.mlp-eo .datepick-month td span {
	color: #909090;
	text-decoration: none;
	font: 900 15px/30px 'lato'
}

.mlp-eo .datepick-month td span {
	font-weight: 400
}

.mlp-eo .datepick-month a.available {
	color: #3a863e
}

.mlp-eo .datepick-month td a.datepick-selected {
	color: #3a863e;
	background-color: #fff
}

.wrap_tabs-atd {
	padding-bottom: 44px
}

.wrap_tabs-atd>div {
	text-align: center;
	font: 900 21px/37px 'lato';
	color: #b6b2ab;
	border-bottom: 2px solid transparent;
	cursor: pointer
}

.wrap_tabs-atd>div.active {
	border-color: #3a863e;
	color: #3a863e
}

.wrap_tabs-atd>div+div.active {
	border-color: #662d91;
	color: #662d91
}

.wrap_tabs-atd>div+div+div.active {
	border-color: #3a863e;
	color: #3a863e
}

.wrap_legend {
	padding-top: 25px
}

.wrap_legend>div {
	width: 45px;
	height: 15px;
	display: inline-block;
	margin-right: 11px;
	background-color: #3a863e;
	transition: all 0.8s ease
}

.wrap_legend>div.cal2 {
	background-color: #662d91
}

.wrap_legend>div.cal3 {
	background-color: #3a863e
}

.wrap_legend>span {
	font: 400 18px/18px 'lato';
	color: #3a3a3a
}

.mlp-eo .datepick-month td span.available {
	font-weight: 900;
	color: #3a863e
}

.mlp-eo.purple .datepick-month td span.available {
	color: #662d91
}

.mlp-eo.green .datepick-month td span.available {
	color: #3a863e
}

.wrap_tabscontent_atd .content_atd {
	display: none;
	opacity: 0;
	transition: all 0.8s ease
}

.wrap_tabscontent_atd .content_atd.active {
	display: block;
	opacity: 1
}

.round_logomlp {
	display: inline-block;
	width: 90px;
	height: 90px;
	background-color: #3a863e;
	border-radius: 50%;
	padding: 15px;
	text-align: center
}

.square_logomlp {
	display: inline-block;
	width: 90px;
	height: 90px;
	background-color: #3a863e;
	padding: 15px;
	text-align: center
}

.round_logomlp img,
.square_logomlp img {
	width: 77%
}

.sn_instagram a {
	color: #000;
	text-decoration: none;
	font: 400 14px 'lato'
}

.sn_instagram a i {
	display: inline-block;
	padding: 5px;
	margin-left: 10px;
	background-color: #e03566;
	color: #fff
}

.sn_instagram a span {
	display: inline-block;
	padding-left: 5px
}

.sn_facebook a {
	display: inline-block;
	padding: 7px 20px;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
	font: 900 12px 'lato';
	letter-spacing: 1px;
	background-color: #4267b2
}

.sn_facebook a i {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 16px
}

.sn_facebook a span {
	display: inline-block
}

.sn_twitter a {
	display: inline-block;
	padding: 7px 9px;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
	font: 900 11px 'lato';
	letter-spacing: 1px;
	background-color: #3897f0;
	text-transform: uppercase
}

.sn_twitter a i {
	display: inline-block;
	margin-right: 1px;
	color: #fff;
	font-size: 15px
}

.sn_twitter a span {
	display: inline-block
}

.sn_youtube a {
	display: inline-block;
	padding: 7px 9px;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
	font: 900 12px 'lato';
	letter-spacing: 1px;
	background-color: #ff061d;
	text-transform: uppercase
}

.sn_youtube a i {
	display: inline-block;
	margin-right: 8px;
	color: #fff;
	font-size: 16px
}

.sn_youtube a span {
	display: inline-block
}

.wrap_socials_content {
	padding: 70px 0 120px;
	background: url("../images/backg_snhome.jpg") no-repeat center bottom;
	background-size: contain
}

.wrap_socials_content .row .sn {
	margin-bottom: 30px;
	padding: 0;
	text-align: center
}

.sn .insn {
	position: relative
}

.sn .insn span.vline {
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	height: 50px;
	border-left: 2px solid #b6b2ab
}

.sn:last-child span.vline {
	display: none
}

.category .item_listblog,
.date .item_listblog {
	margin: 0 auto
}

.category .page-header,
.date .page-header {
	padding-top: 100px;
	text-align: center
}

.filter_mlp {
	float: left
}

.filter_mlp {
	position: relative;
	width: 210px;
	border: 1px solid #3a863e;
	cursor: pointer
}

.filter_mlp .filter_text span {
	display: inline-block;
	padding-left: 15px;
	font: 900 12px/28px 'lato';
	color: #3a863e;
	vertical-align: top
}

.filter_mlp .filter_text i.lnr-funnel {
	display: inline-block;
	padding: 0 12px;
	font-size: 20px;
	line-height: 28px;
	border-right: 1px solid #3a863e;
	color: #3a863e
}

.filter_mlp .filter_text i.lnr-plus {
	display: inline-block;
	float: right;
	font-size: 18px;
	line-height: 28px;
	margin-right: 7px;
	color: #3a863e;
	transition: all 0.5s ease
}

.filter_mlp.active .filter_text i.lnr-plus {
	transform: rotate(45deg)
}

.filter_mlp ul.filter_in {
	position: absolute;
	display: none;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: #fff
}

.filter_mlp ul.filter_in>li {
	padding: 0 17px 0 11px;
	position: relative
}

.filter_mlp ul.filter_in>li:hover {
	background-color: #3a863e
}

.filter_mlp ul.filter_in>li>span {
	display: block;
	font: 400 14px/44px 'lato';
	border-bottom: 1px solid #3a863e;
	color: #313131
}

.filter_mlp ul.filter_in>li:last-child>span {
	border: 0
}

.filter_mlp ul.filter_in>li:hover>span {
	color: #fff
}

.filter_mlp ul.filter_in>li>ul {
	position: absolute;
	display: none;
	left: 101%;
	top: 0;
	width: 100%;
	background-color: #fff
}

.filter_mlp ul.filter_in>li>ul>li {
	width: 100%;
	padding: 0 17px 0 11px
}

.filter_mlp ul.filter_in>li>ul>li:hover {
	background-color: #3a863e
}

.filter_mlp ul.filter_in>li>ul>li>a {
	display: block;
	font: 400 14px/44px 'lato';
	color: #313131;
	border-bottom: 1px solid #3a863e
}

.filter_mlp ul.filter_in>li>ul>li :last-child>a {
	border: 0
}

.filter_mlp ul.filter_in>li>ul>li:hover>a {
	color: #fff;
	text-decoration: none
}

h2.page-title-search {
	padding-bottom: 50px;
	font: 900 36px/40px 'lato';
	color: #2b2b2b
}

.itemsearch {
	width: 100%;
	height: 250px;
	padding-bottom: 30px;
	margin: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #939393
}

.itemsearch:last-child {
	border: 0
}

.itemsearch .image_searchwrap {
	padding: 22px 0 0 25px;
	height: 100%
}

.itemsearch .image_searchwrap .wrap_cat {
	display: inline-block;
	padding: 0 26px;
	font: 400 12px/26px 'lato';
	color: #fff;
	background-color: #3a863e;
	text-align: center;
	text-transform: uppercase
}

.itemsearch .text_searchwrap {
	padding: 60px 0 0 70px
}

.itemsearch .text_searchwrap h3 a {
	display: block;
	font: 900 25px/31px 'lato';
	color: #313131;
	padding-bottom: 5px
}

.itemsearch .text_searchwrap h3 a:hover {
	text-decoration: none
}

.itemsearch .text_searchwrap p {
	font: 400 16px/24px 'lato'
}

.itemsearch .text_searchwrap .ssba {
	display: none
}

#form_theme input.warning,
#form_theme textarea.warning,
#form_theme select.warning,
#form_nl input.warning {
	border-color: red !important
}

#form_theme input.warning::placeholder,
#form_theme textarea.warning::placeholder,
#form_theme select.warning,
#form_theme select.warning+span.lnr,
#form_theme input.warning[type="checkbox"]+label,
#form_nl input.warning::placeholder,
#form_nl i.warning {
	color: red !important
}

#form_nl input.warning+label.warning {
	color: #fff !important
}

.rightsticky_close.on {
	min-width: 180px
}

.button_state {
	opacity: 1;
	width: 100%;
	transition: all 0.5s ease;
	position: absolute
}

.animation_state {
	position: absolute;
	width: 154px;
	height: 39px;
	background: url(../images/rightsticky-desk-icon.gif) 0 0 no-repeat;
	opacity: 0;
	transition: all 0.5s ease
}

.on .animation_state {
	opacity: 1
}

.on .button_state {
	opacity: 0
}

@media screen and (max-width: 1370px) {
	.se_wrapper .bh_left {
		background-position: right 89%
	}
	.se_wrapper .bh_right {
		background-position: left 6%
	}
	.wrap_headimage.half_header .wrap_presstitle {
		margin-top: 13%
	}
	.wrap_headimage.half_header .wrap_presstitle h1 {
		padding-bottom: 16px
	}
}

@media (max-width: 1280px) {
	.wrap_tabsdl.sse ul li {
		height: 50px
	}
	.wrap_tabsdl.sse ul li a {
		min-height: 50px
	}
}

@media (max-width: 800px) {
	.site-branding {
		padding: 15px 15px 15px !important;
		width: 100vw
	}
	.site-branding .custom-logo-link {
		width: 52%
	}
	.main-navigation {
		width: 100vw;
		height: 100vh
	}
	.main-navigation>.container {
		position: relative;
		height: 100%
	}
	.wrap-menuicon {
		width: 47%;
		padding-top: 0;
		text-align: right
	}
	.wrap-menuicon span.labelmenu {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 28px
	}
	.wrap-menuicon .menuiconin span {
		width: 33px;
		margin-bottom: 7px
	}
	.wrap-menuicon.active .menuiconin span:last-child {
		-ms-transform: rotate(45deg) translate(-7px, -7px);
		-webkit-transform: rotate(45deg) translate(-7px, -7px);
		transform: rotate(45deg) translate(-7px, -7px)
	}
	.wrap-menuicon.active .menuiconin span:first-child {
		-ms-transform: rotate(45deg) translate(7px, 7px);
		-webkit-transform: rotate(45deg) translate(7px, 7px);
		transform: rotate(45deg) translate(7px, 7px)
	}
	.menu-primary-container {
		padding-top: 28%;
		padding-left: 3px
	}
	.menu-primary-container ul li {
		padding-bottom: 12px;
		text-align: center
	}
	.menu-primary-container ul li a {
		font: 900 22px/24px 'lato'
	}
	.wrap_primary-right {
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		width: 100%;
		padding-bottom: 27%
	}
	.wrap_primary-right ul.menu {
		padding-bottom: 0;
		border-bottom: 0
	}
	.wrap_primary-right ul.menu li {
		padding-bottom: 5px
	}
	.wrap_primary-right ul.menu li a {
		font: 400 14px/18px 'lato'
	}
	.menu-primary-right-container {
		float: left;
		width: 48%
	}
	.wrap_redestopmenu {
		float: right;
		width: 48%;
		padding-top: 0
	}
	.wrap_redestopmenu ul {
		text-align: right
	}
	.wrap_redestopmenu ul li {
		padding: 0 0 11% 10%
	}
	.menu-primary-container ul li a span+span {
		top: 14px;
		height: 4px
	}
	.wrap_rightsticky {
		top: 29%;
		width: 178px
	}
	.wrap_rightsticky ul.rightsticky li {
		padding: 12px 0 10px 8px
	}
	.wrap_rightsticky ul.rightsticky li a {
		font: 400 13px/13px 'lato'
	}
	.wrap_rightsticky ul.rightsticky li a i {
		font-size: 21px
	}
	.rightsticky_close {
		top: 74.5%;
		right: 8px
	}
	.rightsticky_close i {
		font-size: 44px
	}
	.rightsticky_close span {
		font: 900 11px/35px 'lato'
	}
	.wrap_headimage {
		background-attachment: scroll
	}
	.site-footer .bottom_footer {
		padding: 70px 0
	}
	.wrapper_logosfooter .textwidget .row .col {
		width: 50%;
		flex-basis: auto;
		padding-bottom: 40px
	}
	.wrap_subscriber .wrap_sensubs {
		margin-top: 30px
	}
	.wrapper_widgets {
		padding-top: 70px;
		text-align: center
	}
	.wrapper_widgets>div {
		padding-top: 70px;
		width: 100%;
		flex-basis: auto;
		margin: 0 5%
	}
	.wrap_cont_se h2 {
		font: 900 29px/41px 'lato';
		padding-top: 25px
	}
	.wrap_cont_se h2 a {
		font: 900 29px/41px 'lato'
	}
	.wrap_cont_se p {
		font: 400 15px/30px 'lato'
	}
	.wrap_cont_se .label {
		width: 100%;
		margin-bottom: 25px
	}
	a.gotopost {
		padding: 15px 5.6vw
	}
	.oblique_right {
		-webkit-clip-path: polygon(0 0, 100% 4vh, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 4vh, 100% 100%, 0 100%);
		margin-top: -11%
	}
	.oblique_left {
		-webkit-clip-path: polygon(0 4vh, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0 4vh, 100% 0%, 100% 100%, 0% 100%);
		margin-top: -11%
	}
	body.home section.cpt .se_wrapper {
		background-attachment: scroll;
		height: auto;
		padding-top: 20vh;
		padding-bottom: 20vh
	}
	body.home section.cpt.boutique_hotels .se_wrapper {
		padding-top: 10vh;
		padding-bottom: 10vh
	}
	body.home section.cpt.destination_lodges .se_wrapper {
		height: auto;
		padding-bottom: 70vh;
		padding-top: 0
	}
	body.home section.cpt.other_experiences .se_wrapper {
		padding-bottom: 0;
		padding-top: 0
	}
	.fix_home {
		padding: 20vh 15px
	}
	body.home section.boutique_hotels.cpt .se_wrapper {
		height: auto
	}
	body.home section.boutique_hotels.cpt .se_wrapper .inrow>div {
		margin-bottom: 30px
	}
	section.cpt.boutique_hotels .se_wrapper>.container-fluid,
	section.cpt .se_wrapper>.container-fluid>.row .bh_wrapper {
		height: auto
	}
	section.cpt.other_experiences .se_wrapper {
		height: auto
	}
	section.cpt.other_experiences .se_wrapper .gal_tep {
		height: 70vh
	}
	section.testimonials {
		overflow: hidden;
		margin-left: 0;
		width: 100%
	}
	section.boutique_hotels {
		padding: 0
	}
	section.testimonials .test_wrapper .text_test {
		width: 100vw;
		padding: 22px 45px 16px 45px
	}
	section.testimonials .test_wrapper .text_test::before {
		top: -3px;
		left: -11px
	}
	section.testimonials .test_wrapper .text_test::after {
		bottom: 0;
		right: 31px
	}
	section.testimonials .test_wrapper .thumb_test {
		margin: 0;
		padding-bottom: 20px;
		display: none
	}
	.wrap_presstitle {
		margin-top: 28%
	}
	.wrap_presstitle h1 {
		font: 900 45px/51px 'lato'
	}
	.se_wrapper .bh_left {
		background-position: right bottom
	}
	.se_wrapper .bh_right {
		background-position: left 4%
	}
	a.gotopost {
		padding: 12px 4.5vw;
		font-size: 12px
	}
	a.gotopost span.text_but {
		margin-right: 26px
	}
	.fixed_mobile,
	.fixed_mobile_fake {
		background-attachment: scroll !important
	}
	body.page-template-archive-signature_adventure section.cpt .se_wrapper,
	body.page-template-archive-destination_lodge section.cpt .se_wrapper {
		height: auto
	}
	body.page-template-archive-destination_lodge section.cpt .se_wrapper .bh_left,
	body.page-template-archive-destination_lodge section.cpt .se_wrapper .bh_right,
	body.page-template-archive-signature_adventure .se_wrapper .bh_left,
	body.page-template-archive-signature_adventure .se_wrapper .bh_right,
	body.page-template-archive-boutique_hotel .se_wrapper .bh_left,
	body.page-template-archive-boutique_hotel .se_wrapper .bh_right {
		height: auto;
		padding-top: 20vh;
		padding-bottom: 20vh
	}
	body.page-template-archive-boutique_hotel .se_wrapper {
		height: auto
	}
	.image_side_se {
		height: 70vh;
		background-position: center center !important
	}
	.wrap_nextcontent .blackfilm>span {
		display: block
	}
	.wrap_nextcontent .blackfilm>h2 {
		font: 900 45px/50px 'lato'
	}
	.wrap_nextcontent .blackfilm {
		padding-top: 9vh;
		padding-bottom: 12vh
	}
	.wrap_presstitle h4 {
		font: 400 15px/30px 'lato'
	}
	.op_menu_item {
		padding: 20px 0;
		border: 1px solid #fff;
		margin: 3px;
		font-size: 12px !important
	}
	.page-template-page_op .op_menu_item {
		padding: 8px 0
	}
	.page-template-page_op #menu_sa.active {
		padding: 10px 0 !important
	}
	.op_textblock {
		margin-left: 0
	}
	.wpb-js-composer .vc_tta.vc_general.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span.vc_tta-title-text {
		width: 79%;
		display: inline-block;
		margin-left: 10px
	}
	.wpb-js-composer .vc_tta.vc_general.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-icon {
		margin-top: 16px
	}
	.gallery_slick figure {
		margin: 0 5px
	}
	.gallery_slick i.slick-arrow {
		top: 42%;
		width: 30px;
		height: 30px;
		font-size: 17px;
		line-height: 27px
	}
	.gallery_slick i.slick-arrow.right-arrow {
		right: 2%
	}
	.gallery_slick i.slick-arrow.left-arrow {
		left: 2%
	}
	.eo_traveldates h2 {
		padding-bottom: 55px;
		font: 900 44px/54px 'lato'
	}
	.wrap_tabs-atd>div {
		margin-bottom: 20px
	}
	.mlp-eo .datepick-month {
		margin-bottom: 20px;
		width: 100%
	}
	.mlp-eo .datepick-nav,
	.mlp-dl .datepick-nav {
		top: -55px
	}
	.mlp-eo .datepick-cmd-prev,
	.mlp-dl .datepick-cmd-prev {
		left: 0
	}
	.mlp-eo .datepick-cmd-next,
	.mlp-dl .datepick-cmd-next {
		right: 0
	}
	.mlp-eo .datepick-cmd-prev,
	.mlp-eo .datepick-cmd-next,
	.mlp-dl .datepick-cmd-prev,
	.mlp-dl .datepick-cmd-next {
		width: auto;
		padding: 0 37px
	}
	.mlp-eo .datepick-cmd-prev span,
	.mlp-eo .datepick-cmd-next span,
	.mlp-dl .datepick-cmd-prev span,
	.mlp-dl .datepick-cmd-next span {
		display: none
	}
	.wrap_tabs-atd {
		padding-bottom: 82px
	}
	section.tyc_eo .lists_terms_conditions ul {
		padding-left: 1%
	}
	.wrap_formdl .wrap_checkbox {
		float: left !important
	}
	.wrap_contacttravel.te_eo .wrap_formdl {
		width: 90%
	}
	.category_press>div,
	.category_press>div>.row {
		height: auto;
		margin-bottom: 60px
	}
	.category_press .press_thumbnail {
		height: 60vh
	}
	.category_press .press_text {
		padding-top: 20px
	}
	.category_press .press_text .press_excerpt {
		padding: 14px 0 7px
	}
	.category_press .press_text .press_link a {
		width: 63%
	}
	.wrap_blogtitle {
		padding: 0 20px
	}
	.wrap_blogtitle h1 {
		font: 900 45px/51px 'lato'
	}
	.wrap_blogtitle h1 span {
		padding: 23px 0
	}
	.wrap_blogtitle h2 {
		padding: 34px 0 20px;
		font: 900 30px/36px 'lato'
	}
	.wrap_blogtitle h4 {
		padding: 0 0 47px;
		font: 900 11px/17px 'lato'
	}
	form.comment-form .comment_text input {
		margin-bottom: 22px
	}
	.blog-mlp-cont .ult-carousel-wrapper button.square-bg {
		width: 2.2em;
		height: 2.2em
	}
	.single-post .wrap_headimage.blog-mlp .wrap_blogtitle {
		margin-top: 35%
	}
	.single-post .wrap_blogtitle h1 {
		font: 900 28px/38px 'lato'
	}
	.wrap_headimage.blog-mlp .wrap_blogtitle .line_blog {
		padding: 12px 0 0
	}
	.wrap_headimage>.container.sdl {
		margin-top: 39%
	}
	.sdl .wrap_dltitle>p {
		width: auto
	}
	.wrap_tabsdl ul li {
		border: 0
	}
	.wrap_itemcero {
		width: auto;
		float: none;
		padding: 0 15px 35px
	}
	.wrap_itemcero .wrap_timelinepoint,
	.wrap_itemtl.nomarg .wrap_timelinepoint,
	.wrap_itemtl .wrap_timelinepoint {
		display: none
	}
	.wrap_itemtl.nomarg {
		float: none;
		margin-left: auto
	}
	.wrap_itemtl {
		float: none;
		margin: 0 auto 100px;
		width: 94%
	}
	.wrap_itemtl:last-child {
		margin-bottom: 0
	}
	.wrapper-timeline {
		background: none
	}
	.wrap_itemtl .wrap_texttl p {
		margin-bottom: 50px
	}
	.related-journeys h2 {
		padding: 104px 30px 44px;
		font: 900 45px/51px 'lato'
	}
	.related-journeys .wrap_rjitems {
		height: auto;
		margin: 0
	}
	.related-journeys .cont_rjbh {
		float: none !important;
		width: 90%;
		margin: 0 auto !important;
		padding-top: 27%;
		padding-bottom: 20%;
		text-align: center
	}
	.related-journeys .wrap_rjitems>div {
		height: auto
	}
	.related-journeys .cont_rjbh.float-right a.gotopost {
		float: none
	}
	.related-journeys .cont_rjbh h3 {
		padding: 20px 0 38px
	}
	.sdl .wrap_dltitle h2,
	.sdl .wrap_dltitle span.price {
		font: 900 40px/46px 'lato'
	}
	.sdl .wrap_dltitle>p {
		font: 400 16px/26px 'lato'
	}
	.mlp-dl .datepick-month-row .datepick-month {
		width: 100%;
		margin: 0 0 20px
	}
	.wrap_contacttravel h5 {
		width: 90%
	}
	.icons_2book {
		text-align: left
	}
	.item_how2book {
		padding-bottom: 50px
	}
	.item_how2book .title_item2book {
		padding-top: 10px
	}
	.sse .sdl .wrap_dltitle .label {
		padding: 0 10px
	}
	.wrap_tabsdl ul {
		margin: 0
	}
	.wrap_tabsdl.sse ul li {
		flex-basis: auto;
		height: 60px;
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff
	}
	.wrap_tabsdl.sse ul li a {
		min-height: 60px;
		font-size: 12px
	}
	.wrap_thetrek .buttons_video.vc_btn3-container.vc_btn3-inline {
		float: none !important;
		display: block;
		text-align: center
	}
	.buttons_video a.vc_btn3.vc_btn3-icon-right {
		display: inline-block
	}
	.vc_row.vc_row-o-content-middle>.vc_column_container.wrap_button_video_se>.vc_column-inner {
		padding-top: 0 !important
	}
	.related-journeys.sse .cont_rjbh {
		width: auto;
		text-align: center
	}
	.related-journeys .cont_rjbh.se .labelbh {
		float: none;
		margin: 0 auto;
		width: 90%
	}
	.related-journeys.sse .cont_rjbh .labelbh {
		margin: 0 auto;
		width: 90%
	}
	.related-journeys .cont_rjbh h3 {
		font: 900 30/35px 'lato'
	}
	.faq_content .container.faq>h2 {
		padding: 80px 0
	}
	.faq_content .faq h2 {
		padding: 0 0 60px
	}
	.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline.galleries_lodges .vc_tta-panel .vc_tta-panel-title>a {
		color: #252525 !important;
		text-align: center
	}
	.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline.galleries_lodges .vc_tta-panel.vc_active .vc_tta-panel-title>a {
		color: #3a863e !important
	}
	.wpb-js-composer .vc_tta.vc_general.galleries_lodges .vc_tta-panel-heading {
		border: 0;
		border-bottom: 2px solid #252525
	}
	.wpb-js-composer .vc_tta.vc_general.galleries_lodges .vc_tta-panel-body {
		padding: 0
	}
	.wpb-js-composer .vc_tta.vc_general.galleries_lodges .vc_tta-panel.vc_active {
		margin-top: 0
	}
	.sse_gallerygrid {
		padding-bottom: 55px
	}
	.sse_gallerygrid>.row>.top-image {
		height: 275px;
		width: 50%;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 7px !important
	}
	.sse_gallerygrid>.row>.bot-image {
		height: 135px;
		width: 33.33%;
		padding-left: 7px;
		padding-right: 7px
	}
	.sse_gallerygrid>.row>div a.image_in .hover_film .film_in span {
		display: none
	}
	.wpb-js-composer .vc_tta.vc_general.tab_photovideos .vc_tta-panel.vc_active .vc_tta-panel-title>a {
		color: #3a863e
	}
	.sse-block-rates {
		margin-bottom: 20px
	}
	.sse-block-rates .vc_empty_space {
		border-top: 2px solid #fff
	}
	.wrap_headimage.sse>.sdl {
		margin-top: 30%
	}
	.sse .sdl .wrap_dltitle .label {
		padding: 0 30px;
		font: 900 13px/26px 'lato'
	}
	.sse-block-rates .wpb_wrapper {
		padding: 30px 15px
	}
	.quotation-marks-text .wpb_wrapper::after {
		right: 0;
		bottom: -100px
	}
	.quotation-marks-text .wpb_wrapper::before {
		left: 0;
		top: -55px
	}
	.wrap_headimage.half_header {
		height: 100vh
	}
	.wrap_headimage.half_header .wrap_presstitle {
		margin-top: 35%
	}
	.wrap_socials_content {
		padding-bottom: 150px;
		background-size: unset
	}
	.wrap_socials_content .row .sn {
		padding: 0 15px;
		text-align: center
	}
	.sn .insn a {
		display: block;
		width: 99%;
		margin-top: 10px;
		margin-left: 0 !important
	}
	.round_logomlp {
		width: 95px;
		height: 95px;
		text-align: center
	}
	.sn .insn span.vline {
		display: none
	}
	section.testimonials {
		padding-bottom: 10px
	}
	.gotop_left {
		top: 74.5%;
		left: 5px;
		padding: 7px 6px 7px 8px
	}
	.gotop_left>span {
		display: none
	}
	.gotop_left>i {
		font-size: 35px;
		vertical-align: middle
	}
	.tab_lodges .vc_tta-panel-body>.wpb_content_element {
		margin-bottom: 0
	}
	.fixed .custom-logo-link img {
		max-width: 100%;
		width: 100%
	}
	.wrap_button_video_sa.vc_column_container>.vc_column-inner,
	.wrap_button_map_sa.vc_column_container>.vc_column-inner {
		padding-top: 0 !important;
		display: block !important
	}
	.wrap_share-oe {
		padding-left: 0;
		padding-top: 28px
	}
	.wrap_share-oe span {
		vertical-align: text-top
	}
	.signature_adventure .wrap_map_sa.vc_row {
		margin-top: 0 !important
	}
	.op_textblock {
		padding-top: 5px
	}
	.wrap_mission-text .vc_column-inner {
		padding-left: 0 !important
	}
	#section_ourfamily .vc_custom_heading {
		text-align: center !important
	}
	.wrap_nextcontent {
		height: auto
	}
	.wrap_nextcontent .blackfilm>h5 {
		width: 95%
	}
	.destination_lodge .wrap_download_terms_dl {
		margin-top: 0 !important
	}
	.wrap_gal_home {
		height: 80vh
	}
	.vc_custom_heading.heading_faq {
		font-size: 47px !important;
		line-height: 52px !important
	}
	.wpb-js-composer .vc_tta.vc_general.mlp_accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
		font: 900 21px/30px 'lato'
	}
	#section_ourfamily {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
	.socials_in li {
		display: inline-block;
		padding: 0 4% 25px
	}
	.default-page .cus_wrapper {
		padding-top: 60px !important
	}
	.left_block_cus .vc_column-inner,
	.right_block_cus .vc_column-inner {
		padding: 0 15px !important
	}
	.animation_state {
		height: 48px;
		width: 48px;
		background: url(../images/rightsticky-mobile-icon.gif) 0 0 no-repeat;
		background-size: contain
	}
	.button_state {
		padding: 4px 2px
	}
	.rightsticky_close {
		min-width: 70px;
		min-height: 70px
	}
	.rightsticky_close.on {
		min-width: 70px
	}
	.rightsticky_close span {
		display: none
	}
	.wrapper_widgets ul li {
		padding-bottom: 17px
	}
	.destination_lodges .white_backg {
		background: transparent !important
	}
	.destination_lodges .wrap_cont_se {
		color: #fff
	}
	.destination_lodges .se_wrapper {
		padding-bottom: 0px !important
	}
}

@media (min-width: 720px) and (max-width: 990px) {
	.menu-primary-container ul li a {
		font: 900 38px/60px 'lato'
	}
	.menu-primary-container ul li a span+span {
		top: 27px
	}
	.vc_tta-color-white.vc_tta-style-outline.galleries_lodges li.vc_tta-tab>a {
		padding: 17px 0
	}
}




#thanks-mlp-special-offer-abril-2019 div.site-branding.fixed {
 display:none;
}

#thanks-mlp-special-offer-abril-2019 a.custom-logo-link {
    pointer-events: none;
    cursor: default;
}

        /*.menu-movil-bottom.show-menu {
         display: none;
        }*/

        li#menu-item-2250 a {
            color: #3a863e;
        }

  @media (min-width:750px)
  {
    .activegeneral .content_tabsdl.sse .tab_contdl.active
    {
      padding-top: 158px;
    }
  }
  
  .fieldset_specialist
  {
    position: relative;
    padding-right: 11%;
    margin-bottom: 68px;
  }
  
  .fieldset_specialist.centered
  {
    text-align: center;
  }
  
  
  .fieldset_specialist label
  {
    font: 400 14px/18px 'lato';
        color: #313131;
  }
  
  
  .fieldset_specialist input:focus
  {
    color: #3a863e !important;
  }
  .fieldset_specialist input
  {
      color: #3a863e;
        width: 100%;
      height: 46px;
      border: 0;
      border-bottom: 2px solid #3a3a3a;
      font: 900 20px/24px 'lato';
      background-color: transparent;
  }
  
  .fieldset_specialist select [disabled], .fieldset_specialist  select:invalid 
  {
      color: #c9c9c9 !important;
  }
  
  .fieldset_specialist select
  {
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/blank.png);
    outline: none !important;
    
    width: 100%;
    height: 46px;
    border: 0;
    border-bottom: 2px solid #3a3a3a;
    color: #3a863e;
    font: 900 20px/24px 'lato';
    background-color: transparent;
  }
  
  .fieldset_specialist span.lnr
  {
    color: #3a863e;
    display: block;
    position: absolute;
    left: 74.4%;
    top: 44px;
    font-size: 20px;
    
    z-index: 0;
  }
  
  .fieldset_specialist .wrap_checkbox input
  {
    color: #3a863e;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  
  .fieldset_specialist .wpcf7-submit:hover
  {
    border-color: #3a863e!important;
      color: #fff;
  }
  
  .fieldset_specialist input[type="submit"] {
    border-color: #3a863e;
  }
  
  .fieldset_specialist input[type="submit"][disabled]
  {
    opacity: 0.3;
  }
  
  .fieldset_specialist .wpcf7-submit {
    background: #3a863e;
    color: #fff;
  }
  
  .fieldset_specialist select
  {
      color: #3a863e; 
  }
  
  .fieldset_specialist input::-webkit-input-placeholder {color:#c9c9c9;}
  .fieldset_specialist input::-moz-input-placeholder {color:#c9c9c9;}
  .fieldset_specialist textarea::-moz-input-placeholder {color:#c9c9c9;}
  .fieldset_specialist textarea::-moz-input-placeholder {color:#c9c9c9;}
  
  
  
  .fieldset_specialist input[type="submit"], .cus .fieldset_specialist input[type="submit"] {
    width: auto;
    padding: 0 105px;
    height: 48px;
    border: 1px solid #3a863e;
    color: #3a863e;
    font: 900 14px 'lato';
    text-transform: uppercase;
    transition: all 0.5s ease;
    
    background: #3a863e;
    color: #fff;
  }
  
  .fieldset_specialist textarea, .cus fieldset_specialist textarea {
    width: 100%;
    height: 46px;
    border: 0;
    border-bottom: 2px solid #3a3a3a;
    color: #3a863e;
    font: 900 20px/24px 'lato';
    background-color: transparent;
        color: #3a863e;
  }
  
  
  .fieldset_specialist2
  {
    position: relative;
    padding-right: 11%;
    margin-bottom: 68px;
  }
  
  .fieldset_specialist2.centered
  {
    text-align: center;
  }
  
  
  .fieldset_specialist2 label
  {
    font: 400 14px/18px 'lato';
        color: #313131;
  }
  
  
  .fieldset_specialist2 input:focus
  {
    color: #3a863e !important;
  }
  .fieldset_specialist2 input
  {
      color: #3a863e;
        width: 100%;
      height: 46px;
      border: 0;
      border-bottom: 2px solid #3a3a3a;
      font: 900 20px/24px 'lato';
      background-color: transparent;
  }
  
  .fieldset_specialist2 select [disabled], .fieldset_specialist2  select:invalid 
  {
      color: #c9c9c9 !important;
  }
  
  .fieldset_specialist2 select
  {
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/blank.png);
    outline: none !important;
    
    width: 100%;
    height: 46px;
    border: 0;
    border-bottom: 2px solid #3a3a3a;
    color: #3a863e;
    font: 900 20px/24px 'lato';
    background-color: transparent;
  }
  
  .fieldset_specialist2 span.lnr
  {
    color: #3a863e;
    display: block;
    position: absolute;
    left: 74.4%;
    top: 44px;
    font-size: 20px;
    
    z-index: 0;
  }
  
  .fieldset_specialist2 .wrap_checkbox input
  {
    color: #3a863e;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  
  .fieldset_specialist2 .wpcf7-submit:hover
  {
    border-color: #3a863e!important;
      color: #fff;
  }
  
  .fieldset_specialist2 input[type="submit"] {
    border-color: #3a863e;
  }
  
  .fieldset_specialist2 input[type="submit"][disabled]
  {
    opacity: 0.3;
  }
  
  .fieldset_specialist2 .wpcf7-submit {
    background: #3a863e;
    color: #fff;
  }
  
  .fieldset_specialist2 select
  {
      color: #3a863e; 
  }
  
  .fieldset_specialist2 input::-webkit-input-placeholder {color:#c9c9c9;}
  .fieldset_specialist2 input::-moz-input-placeholder {color:#c9c9c9;}
  .fieldset_specialist2 textarea::-moz-input-placeholder {color:#c9c9c9;}
  .fieldset_specialist2 textarea::-moz-input-placeholder {color:#c9c9c9;}
  
  
  
  .fieldset_specialist2 input[type="submit"], .cus .fieldset_specialist2 input[type="submit"] {
    width: auto;
    padding: 0 105px;
    height: 48px;
    border: 1px solid #3a863e;
    color: #3a863e;
    font: 900 14px 'lato';
    text-transform: uppercase;
    transition: all 0.5s ease;
    
    background: #3a863e;
    color: #fff;
  }
  

  .fieldset_specialist2 textarea, .cus fieldset_specialist2 textarea {
    width: 100%;
    height: 46px;
    border: 0;
    border-bottom: 2px solid #3a3a3a;
    color: #3a863e;
    font: 900 20px/24px 'lato';
    background-color: transparent;
        color: #3a863e;
  }
.fixed .custom-logo-link img {
    max-width: 100%;
    width: 200px;
}

/*# sourceMappingURL=main.css.map */



.slide_mlp_properties .carousel-caption {position: absolute; right: 15%; top: 20%; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; }
.slide_mlp_properties h2 a {font: 900 54px/67px 'lato'; color: #fff; } 
.slide_mlp_properties .carousel-control-prev {left: -46px;}
.slide_mlp_properties .carousel-control-next { right: -34px;}

@media (max-width: 520px){
  .slide_mlp_properties .carousel-caption { top: 0;}
  .slide_mlp_properties .wrap_cont_se .label {width: 100%; margin-bottom: 0; } 
  .slide_mlp_properties  h2 a {font: 900 30px/14px 'lato'; color: #fff;  }
  .slide_mlp_properties .wrap_cont_se h2 { font: 900 29px/41px 'lato'; padding-top: 10px; margin-bottom: 0px;}
  .slide_mlp_properties .wrap_cont_se p { font: 400 14px/22px 'lato';}
  .slide_mlp_properties .carousel-control-prev {left: 0px;}
}
