/*
Theme Name: Mango Safaris
Theme URI: 
Update URI: ninepoint-theme-mango-safaris
Author: Ninepoint
Author URI: https://ninepoint.cc
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ----------------------------- 
Theme Basics 
----------------------------- */

/* =Structure */
html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
#page {
	background: #fff;
	min-height: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global */
body, input, textarea {
	color: #51653A;
	font-size: 16px; 
	font-weight: 300;
	font-family: "new-atten", sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 5px;
}

/* Media */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}

/* keyframes */
@keyframes scrolldown {
	0% {
		top: -7px;
	}
	30% {
		top: -7px;
	}
	70% {
		top: 3px;
	}
	100% {
		top: 3px;
	}
}

/* Links */
a {
	color: #849698;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Menu */
.topmenu {
}
.topmenu li {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}
.topmenu a:link, .topmenu a:visited {
	display: block;
	color: #FFF;
	font-family: "ivyora-text", serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	text-decoration: none;
}
.topmenu a::before {
    display: block;
    content: attr(title);
    font-style: normal;
    height: 0;
    overflow: hidden;
    visibility: hidden;
	font-size: 25px;
	letter-spacing: 0.05em;
}
.topmenu a:hover, .topmenu .current-menu-item a {
	font-style: italic;
	font-size: 25px;
	letter-spacing: 0.05em;
}
.topmenu .mblock a:link, .topmenu .mblock a:visited {
	font-family: "new-atten", sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	border-radius: 30px;
	border: 1px solid #FFF;
	padding: 7px 9px;
	transition: 0.3s linear;
} 
.topmenu .mblock a:hover, .topmenu .current-menu-item.mblock a {
	font-style: normal;
	background-color: #FFF;
	color: inherit;
	letter-spacing: normal;
}
.floath .topmenu a:link, .floath .topmenu a:visited {
	color: #51653A;
}
.floath .topmenu .mblock a:link, .floath .topmenu .mblock a:visited {
	border: 1px solid #51653A;
}
.topmenu ul {
	display: none;
}
.mainmenu {
}
.mainmenu li {
	display: inline-block;
	position: relative;
	padding: 5px;
}
.mainmenu a:link, .mainmenu a:visited {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu .current-menu-item a {
	font-weight: bold;
}
.mainmenu ul {
	display: none;
	position: absolute;
}
.mainmenu ul li {
}
.mainmenu ul a {
}

/* 404 */
.result-404 { padding: 18vw 4% 15vw; text-align: center; }
.result-404 .entry-title { font-size: 32px; line-height: 36px; padding-bottom: 30px }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	line-height: 21px;
	margin-bottom: 30px;
}
.ibvtop {
	display: inline-block;
	vertical-align: top;
}
.ibvmid {
	display: inline-block;
	vertical-align: middle;
}
.ibvbtm {
	display: inline-block;
	vertical-align: bottom;
}
.stdlink a {
	color: inherit;
	text-decoration: none;
}
.stdh {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
	box-sizing: border-box;
	padding: 32px calc(5.6% - 30px) 0;
}
.home .stdh {
	display: block;
}
.home .floath {
	display: none;
}
.home .contentouter {
	padding-top: 0;
}
.contentouter {
	padding-top: 65px;
}
.hlogo {
	position: absolute;
	top: 15px;
	left: calc(50% - 118px);
	width: 236px;
}
.hlogo a {
	display: block;
}
.hlogo img {
	width: 100%;
}
.floath {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4000;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 18px calc(5.6% - 30px) 16px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}
.floath .hlogo {
	top: 9px;
	left: calc(50% - 81px);
	width: 162px;
}
.hmtop-l {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.hmtop-r {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: right;
}
.hmenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	z-index: 5000;
	overflow-y: auto;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 80px 5% 40px;
	width: 340px;
}
.hmtog {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 24px;
	box-sizing: border-box;
	cursor: pointer;
}
.hmtog div {
	width: 100%;
	height: 2px;
	background-color: #FFF;
}
.floath .hmtog div {
	background-color: #51653A;
}
.hmclose {
	position: absolute;
	top: 22px;
	right: 8%;
	width: 30px;
	height: 28px;
	cursor: pointer;
}
.hmclose::after, .hmclose::before {
	content: '';
	position: absolute;
	background-color: #51653A;
	height: 2px;
	width: 30px;
	top: 10px;
	right: 0px;
	border-radius: 2px;
}
.hmclose::after {
	transform: rotate(45deg) translateZ(1px);
}
.hmclose::before {
	transform: rotate(-45deg) translateZ(1px);
}
.ctitlel03 {
	display: block;
	font-family: "ivyora-display", serif;
	font-size: 120px;
	line-height: 100px;
	font-weight: 100;
	margin-bottom: 30px;
}
.ctitlel02 {
	display: block;
	font-family: "ivyora-display", serif;
	font-size: 100px;
	line-height: 85px;
	font-weight: 100;
	margin-bottom: 30px;
}
.ctitlel01 {
	display: block;
	font-family: "ivyora-display", serif;
	font-size: 65px;
	line-height: 65px;
	font-weight: 100;
	margin-bottom: 30px;
}
.ctitlem03 {
	display: block;
	font-family: "ivyora-text", serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 100;
	margin-bottom: 30px;
}
.ctitlem02 {
	display: block;
	font-family: "ivyora-text", serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 100;
	margin-bottom: 30px;
}
.ctitlem01 {
	display: block;
	font-family: "ivyora-text", serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 100;
	margin-bottom: 25px;
}
.ctitles02 {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ctitles01 {
	display: block;
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.clink01 {
	display: block;
}
.clink01 a, .cfsubmit {
	position: relative;
	display: inline-block;
	color: #51653A;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #51653A;
	border-radius: 30px;
	padding: 6px 42px 6px 20px;
	transition: 0.3s linear;
	cursor: pointer;
}
.clink01 a::after, .cfsubmit::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 18px;
	background-image: url('images/arrow-right-dark.svg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}
.clink01 a::before, .cfsubmit::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 18px;
	background-image: url('images/arrow-right-light.svg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	opacity: 0;
	z-index: 2;
	transition: 0.2s linear;
}
.clink01 a:hover {
	background-color: #51653A;
	color: #FFF;
}
.clink01 a:hover::before, .cfsubmit:hover::before {
	opacity: 1;
}
.leftinm {
	display: block;
	margin-left: 10%;
}


/* home */
.scrolldown {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	bottom: 20px;
	pointer-events: none;
	color: #FFF;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.scrolldown div {
	border: 1px solid #FFF;
	width: 14px;
	height: 25px;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
}
.scrolldown span {
	display: inline-block;
	background-color: #FFF;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	position: relative;
	top: -7px;
	animation: scrolldown 1.8s linear infinite;
}


/* content flexible */
#cntflxpg {
}
.cntfbgc-white {
	background-color: #FFF;
}
.cntfbgc-green {
	background-color: #51653A;
	color: #FFF;
}
.cntfbgc-beige {
	background-color: #F4EEE6;
}
.cntfbgc-pink {
	background-color: #F2DDD3;
}
.cntflro-padtop {
	padding-top: 65px;
}
.cntflro-padtopl {
	padding-top: 130px;
}
.cntflro-padbtm {
	padding-bottom: 65px;
}
.cntflro-padbtml {
	padding-bottom: 130px;
}
.cntflro-mtop {
	margin-top: 50px;
}
.cntflro-mtopl {
	margin-top: 130px;
}
.cntflro-mbtm {
	margin-bottom: 50px;
}
.cntflro-mbtml {
	margin-bottom: 130px;
}
.cntflro-hdiv {
	border-top: 1px solid #51653A;
}
.cntflro-hdivb {
	border-bottom: 1px solid #51653A;
}
.cntflx-banner {
}
.cntflxban-small {
	padding-top: 52.5%;
}
.cntflxban-medium {
	padding-top: 56.5%;
}
.cntflxban-large {
	padding-top: 63.5%;
}
.cntflxbtxt-left {
	text-align: left;
	justify-content: left;
}
.cntflxbtxt-center {
	text-align: center;
	justify-content: center;
}
.cntflxbtxt-right {
	text-align: right;
	justify-content: right;
}
.cntflxban-slsh {
	width: 100%;
}
.cntflxban-slide {
	position: relative;
	width: 100%;
	display: none;
}
.cntflxban-slide:first-child, .cntflxban-slide.cycle-slide {display: block;}
.cntflxban-slidew {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #EEE;
}
.cntflxbsliw {
	position: relative;
	display: flex;
}
.cntflxbslibg {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #EEE;
	width: 44%;
}
.cntflxbsliw .cntflxban-slsh {
	width: 66%;
}
.cntflxsl-navl, .cntflxsl-navr {
	position: absolute;
	top: calc(50% - 22px);
	background-color: #FFF;
	border-radius: 50%;
	cursor: pointer;
	height: 44px;
	width: 44px;
	z-index: 1005;
	padding: 0;
	transition: 0.2s linear;
}
.cntflxsl-navl {
	left: calc(40.8% + 11px);
}
.cntflxsl-navr {
	right: calc(10px + 11px);
}
.cntflxsl-navl span, .cntflxsl-navr span {
	display: block;
	background-image: url('images/arrow-right-dark.svg');
	background-size: 15px 15px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 44px;
	width: 44px;
	border: 1px solid #FFF;
	border-radius: 50%;
	box-sizing: border-box;
	transition: 0.2s linear;
}
.cntflxsl-navl span {	
	transform: scaleX(-1);
}
.cntflxsl-navl:hover {
	top: calc(50% - 40px);
	left: calc(40.8% - 7px);
	height: 52px;
	width: 52px;
	padding: 14px;
}
.cntflxsl-navr:hover {
	top: calc(50% - 40px);
	right: calc(10px - 7px);
	height: 52px;
	width: 52px;
	padding: 14px;
}
.cntflxsl-navl:hover span, .cntflxsl-navr:hover span {
	height: 52px;
	width: 52px;
	border: 1px solid #51653A;
}
.cntflxban-slidei {
	background-size: cover;
	background-position: 50% 50%;
	background-color: #EEE;
	padding-top: 74.6%;
}
.cntflxbslibg .htxt {
	position: absolute;
	top: 0;
	left: 8.6%;
	width: calc(100% - 8.6%);
	bottom: 0;
	z-index: 2000;
	box-sizing: border-box;
	padding: 10px 10.5% 10px;
	display: flex;
	align-items: center;
}
.cntflxbansl-txt {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 2000;
	align-items: center;
}
.cntflxbansl-txt .htxt {
	max-width: 780px;
	color: #FFF;
}
.cntflx-banw {
	position: relative;
}
.cntflx-banw video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-baninner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #EEE;
}
.cntflxban-pin {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 2.5% 30px 2.5%;
}
.cntflxban-pinw {
	line-height: 21px;
}
.cntflxban-pinw::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background-size: contain;
	background-repeat: no-repeat;
	width: 9px;
	height: 14px;
	margin: 2px 5px 0 0;
}
.cntflxbanpin-left {
	text-align: left;
}
.cntflxbanpin-center {
	text-align: center;
}
.cntflxbanpin-right {
	text-align: right;
}
.cntflxbanpin-light {
	color: #FFF;
}
.cntflxbanpin-dark {
	color: #51653A;
}
.cntflxbanpin-light::before {
	background-image: url('images/icon-locationpin-white.svg');
}
.cntflxbanpin-dark::before {
	background-image: url('images/icon-locationpin-green.svg');
}
.cntflx-bantxt {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	align-items: center;
	box-sizing: border-box;
	padding: 0 7.2%;
}
.cntflx-bantxt .htxt {
	color: #FFF;
}
.cntflx-bantxt .htxtnobg.htxt .clink01 a {
	color: #FFF;
	border: 1px solid #FFF;
}
.cntflx-bantxt .htxtnobg.htxt .clink01 a:hover {
	background-color: #FFF;
	color: #51653A;
}
.cntflx-bantxt .htxtnobg.htxt .clink01 a::before {
	background-image: url('images/arrow-right-dark.svg');
}
.cntflx-bantxt .htxtnobg.htxt .clink01 a::after {
	background-image: url('images/arrow-right-light.svg');
}
.cntflx-banw .htxt.htxtbg {
	padding-top: 6vw;
	padding-bottom: 6vw;
}
.cntflx-banw .htxt.cntfbgc-white {
	color: #51653A;
}
.htxt.cntfbgc-green {
	color: #FFF;
}
.cntflx-banw .htxt.cntfbgc-beige {
	color: #51653A;
}
.cntflx-banw .htxt.cntfbgc-pink {
	color: #51653A;
}
.htxt.cntfbgc-green .clink01 a {
	color: #FFF;
	border: 1px solid #FFF;
}
.htxt.cntfbgc-green .clink01 a:hover {
	background-color: #FFF;
	color: #51653A;
}
.htxt.cntfbgc-green .clink01 a::before {
	background-image: url('images/arrow-right-dark.svg');
}
.htxt.cntfbgc-green .clink01 a::after {
	background-image: url('images/arrow-right-light.svg');
}
.cntflx-txt > div {
	padding-left: 4%;
	padding-right: 4%;
	text-align: center;
}
.cntflxtxtw-short .htxt {
	max-width: 300px;
	margin: 0 auto;
	padding-left: 5.8%;
	padding-right: 5.8%;
}
.cntflxtxtw-narrow .htxt {
	max-width: 500px;
	margin: 0 auto;
	padding-left: 5.8%;
	padding-right: 5.8%;
}
.cntflxtxtw-normal .htxt {
	max-width: 800px;
	margin: 0 auto;
	padding-left: 5.8%;
	padding-right: 5.8%;
}
.cntflxtxtw-wide .htxt {
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 5.8%;
	padding-right: 5.8%;
}
.cntflxtxtw-long .htxt {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 5.8%;
	padding-right: 5.8%;
}
.cntflx-bantxt.cntflxbtxt-left.cntflxtxtw-short .htxt, .cntflx-bantxt.cntflxbtxt-left.cntflxtxtw-narrow .htxt, 
.cntflx-bantxt.cntflxbtxt-left.cntflxtxtw-normal .htxt, .cntflx-bantxt.cntflxbtxt-left.cntflxtxtw-wide .htxt,
.cntflx-bantxt.cntflxbtxt-right.cntflxtxtw-short .htxt, .cntflx-bantxt.cntflxbtxt-right.cntflxtxtw-narrow .htxt, 
.cntflx-bantxt.cntflxbtxt-right.cntflxtxtw-normal .htxt, .cntflx-bantxt.cntflxbtxt-right.cntflxtxtw-wide .htxt {
	margin: 0;
}
.cntflx-txt.cntflx-txtla > div {
	text-align: left;
}
.cntflx-txt .htxt {
}
.cntflx-citems {
	text-align: center;
}
.cntflx-citemsw {
	max-width: 1260px;
	margin: 0 auto;
}
.cntflx-citem {
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px 40px;
}
.cntflxci-img {
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #EEE;
	border-radius: 50%;
	margin: 0 auto 25px;
}
.cntflxci-desc {
	line-height: 21px;
	margin-bottom: 15px;
}
.cntflxci-title {
	font-family: "ivyora-display", serif;
	font-style: italic;
	font-size: 25px;
	line-height: 30px;
	font-weight: 100;
}
.cntflx-kpnts {
}
.cntflx-kpitems {
	position: relative;
	max-width: 1190px;
	box-sizing: border-box;
	padding: 20px 0 35px 120px;
	display: flex;
	background-color: #51653A;
	background-image: url('images/patternbg01.png');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}
.cntflx-kpitem {
	color: #FFF;
	width: 25%;
	box-sizing: border-box;
	padding: 0 4% 0 0;
}
.cntflx-kpitem:nth-child(1) {
	width: 50%;
}
.cntflxkpi-title {
	margin-bottom: 5px;
}
.cntflxkpi-desc {
	font-family: "ivyora-text", serif;
	font-size: 21px;
	line-height: 27px;
	font-weight: 300;
}
.cntflxkpi-link.clink01 a {
	color: #FFF;
	border: 1px solid #FFF;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 34px 6px 15px;
	margin-top: 15px;
}
.cntflxkpi-link.clink01 a:hover {
	background-color: #FFF;
	color: #51653A;
}
.cntflxkpi-link.clink01 a::after {
	top: 8px;
	right: 16px;
	height: 11px;
	width: 11px;
	background-image: url('images/arrow-right-light.svg');
}
.cntflxkpi-link.clink01 a::before {
	top: 8px;
	right: 16px;
	height: 11px;
	width: 11px;
	background-image: url('images/arrow-right-dark.svg');
}
.cntflx-hlights {
}
.cntflx-hlitems {
	display: flex;
	text-align: center;
	justify-content: center;
}
.cntflx-hlitem {
	position: relative;
	max-width: 200px;
	margin: 0 25px 50px;
}
.cntflx-hlitem.cntflx-hlitemdiv::after {
	content: '';
	width: 1px;
	position: absolute;
	top: 0;
	left: -25px;
	bottom: 0;
	background-color: #51653A;
}
.cntflx-hlitem.cntflx-hlitemdiv:nth-child(1)::after {
	display: none;
}
.cntflxhi-img {
	width: 110px;
	height: 60px;
	margin: 0 auto;
}
.cntflxhi-img img {
	max-width: 100%;
	max-height: 100%;
}
.cntflxhi-title {
	color: #51653A;
	font-family: "ivyora-text", serif;
	font-size: 21px;
	line-height: 27px;
	font-weight: 300;
	margin: 15px 0 10px;
}
.cntflxhi-desc {
	line-height: 21px;
}
.cntflx-crsl {
	overflow: hidden;
}
.cntflx-crslitems {
	left: -15%;
	width: 130%;
}
.cntflx-crslitem {
}
.cntflx-crslitemw {
	position: relative;
	margin: 0 8px;
}
.cntflxcrsi-img {
	background-size: cover;
	background-position: 50% 50%;
	background-color: #EEE;
	padding-top: 159%;
}
.cntflxcrsi-over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	text-align: center;
}
.cntflxcrsi-over::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: 0.6s linear;
}
.cntflxcrsi-over a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 4;
	box-sizing: border-box;
	padding: 13px 15px;
}
.cntflxcrsi-title {
	color: #FFF;
	font-family: "ivyora-display", serif;
	font-size: 42px;
	line-height: 46px;
	font-style: italic;
	font-weight: 300;
	margin-top: 12px;
	transition: 0.6s linear;
}
.cntflxcrsi-txt {
	opacity: 0;
	transition: 0.6s linear;
	color: #FFF;
	margin-top: 6vw;
}
.cntflxcrsi-desc {
	line-height: 21px;
}
.cntflxcrsi-desc::after {
	content: '';
	display: block;
	width: 29px;
	height: 29px;
	margin: 20px auto 0;
	border: 1px solid #FFF;
	box-sizing: border-box;
	border-radius: 50%;
	background-image: url('images/arrow-right-light.svg');
	background-size: 10px 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.cntflx-crslitem:hover .cntflxcrsi-over::after {
	opacity: 1;
}
.cntflx-crslitem:hover .cntflxcrsi-txt {
	opacity: 1;
	margin-top: 12px;
}
.cntflx-crslitem:hover .cntflxcrsi-title {
	margin-top: 6vw;
}
.slick-prev, .slick-next {
	position: absolute;
	top: calc(50% - 22px);
	background-color: #FFF;
	border-radius: 50%;
	cursor: pointer;
	height: 44px;
	width: 44px;
	z-index: 10;
	padding: 0;
	transition: 0.2s linear;
}
.slick-prev {
	left: calc(15% + 11px);
}
.slick-next {
	right: calc(15% + 11px);
}
.slick-prev span, .slick-next span {
	display: block;
	background-image: url('images/arrow-right-dark.svg');
	background-size: 15px 15px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 44px;
	width: 44px;
	border: 1px solid #FFF;
	border-radius: 50%;
	box-sizing: border-box;
	transition: 0.2s linear;
}
.slick-prev span {	
	transform: scaleX(-1);
}
.slick-next span {
}
.slick-prev:hover {
	top: calc(50% - 40px);
	left: calc(15% - 7px);
	height: 52px;
	width: 52px;
	padding: 14px;
}
.slick-next:hover {
	top: calc(50% - 40px);
	right: calc(15% - 7px);
	height: 52px;
	width: 52px;
	padding: 14px;
}
.slick-prev:hover span, .slick-next:hover span {
	height: 52px;
	width: 52px;
	border: 1px solid #51653A;
}
.cntflx-sldr {
	overflow: hidden;
}
.cntflx-sldritems {
	width: 176%;
	padding-left: calc(7.4% - 24px);
}
.cntflx-sldritem {
	position: relative;
	padding-left: 24px;
	box-sizing: border-box;
}
.cntflxsldri-img {
	padding-top: 55.7%;
	background-color: #EEE;
	background-size: cover;
	background-position: 50% 50%;
}
.cntflxsldri-over {
	position: absolute;
	left: 24px;
	width: calc(100% - 24px);
	bottom: 0;
	z-index: 4;
	box-sizing: border-box;
	padding: 0 0 54px 0;
}
.cntflxsldri-desc {
	background-color: #F2DDD3;
	line-height: 21px;
	padding: 15px 26px;
	box-sizing: border-box;
	max-width: 394px;
}
.cntflxsldri-pin {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 1.2% 12px 1.2%;
}
.cntflx-sldr .slick-prev {
	left: calc(10px + 11px);
}
.cntflx-sldr .slick-prev:hover {
	left: calc(10px - 7px);
}
.cntflx-sldr .slick-next {
	right: calc(43.7% + 11px);
}
.cntflx-sldr .slick-next:hover {
	right: calc(43.7% - 7px);
}
.cntflx-imgtxt {
}
.cntflx-imgtxtw {
}
.cntflx-imgtxtw.cntflxit-alt .htxt {
}
.cntflx-imgtxtw.cntfit-std .htxt {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 8.5% 5px 8.5%;
}
.cntflx-imgtxtw.cntfit-ipadrtxtpad .htxt {
	width: 45%;
	box-sizing: border-box;
	padding: 30px 5.5% 5px 5.5%;
}
.cntflx-imgtxtw.cntfit-std .cntflxit-media {
	width: 50%;
	line-height: 0;
}
.cntflx-imgtxtw.cntfit-ipadrtxtpad .cntflxit-media {
	width: 55%;
	padding: 0 0 0 5%;
	box-sizing: border-box;
}
.cntflx-imgtxtw.cntflxit-alt.cntfit-ipadrtxtpad .cntflxit-media {
	padding: 0 5% 0 0;
}
.cntflxit-mediam {
	width: 100%;
	display: none;
}
.cntflx-imgtxtw.cntfit-ipadrtxtpad .cntflxit-media img, .cntflx-imgtxtw.cntfit-ipadrtxtpad .cntflxit-media img {
	width: auto;
	max-width: 100%;
}
.cntflxit-media img, .cntflxit-mediam img {
	width: 100%;
	/*max-width: 100%;*/
}
.cntflxit-media video, .cntflxit-mediam video {
	width: 100%;
	/*max-width: 100%;*/
}
.cntflx-tckrw {
	overflow-x: hidden;
	height: 40px;
}
.cntflx-tckrw img {
	vertical-align: middle;
	margin: 0 35px;
	max-width: 240px;
	max-height: 40px;
}
.cntflx-grid {
	padding: 0 7.4%;
}
.grid-item{
	padding: 0;
	overflow: auto;
	width: 50%;
    display: inline-block;
    box-sizing: border-box;
}
.cntflx-grid .grid-item .grid-items {
	padding-bottom: 12px;
	overflow: hidden;
}
.cntflx-grid .grid-item .cntflx-crslitem{
	display: inline-block;
	width: 100%;
}
.cntflx-grid .grid-item .country-double{
	display: inline-block;
	width: 100%;
}
.cntflx-grid .grid-item .country-double .cntflx-crslitem{
	display: inline-block;
	width: 50%;
}
.cntflx-grid .cntflxcrsi-img {
    padding-top: calc(80% - 12px);
}
.cntflx-grid .country-double .cntflxcrsi-img {
    padding-top: 160%;
}
.cntflx-grid .grid-item .country-double .cntflxcrsi-title{
	padding-top: 0%;
}
.gridpg-title, .dblc-gridpg-title {
	color: #FFF;
	font-family: "ivyora-display", serif;
	font-size: 42px;
	line-height: 46px;
	font-style: italic;
	font-weight: 300;
	position: relative;
  	top: 45%;
	transition: 0.6s linear;
}
.grid-desc{
	opacity: 0;
	transition: 0.6s linear;
	color: #FFF;
	margin-top: calc(12px + 2vw);
	position: absolute;
  	top: 35%;
	left: 0;
	padding: 0 15%;
	line-height: 21px;
	min-width: 70%;
}
.grid-desc::after, .dblc-gridpg-desc::after {
	content: '';
	display: block;
	width: 29px;
	height: 29px;
	margin: 20px auto 0;
	border: 1px solid #FFF;
	box-sizing: border-box;
	border-radius: 50%;
	background-image: url('images/arrow-right-light.svg');
	background-size: 10px 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.cntflx-grid .cntflxcrsi-over:hover .gridpg-title{
	top: calc(35% - 40px);
	color: #ffffff;
	z-index: 4;
}
.cntflx-grid .cntflxcrsi-over:hover .grid-desc{
	opacity: 1;
	color: #ffffff;
	z-index: 4;
}
.dblc-gridpg-title {
	margin-top: 12px;
	top: 0;
}
.dblc-gridpg-desc{
	margin-top: 6vw;
	opacity: 0;
	transition: 0.6s linear;
	color: #FFF;
	position: absolute;
	left: 0;
	padding: 0 3%;
	line-height: 21px;
	min-width: 94%;
}
.country-double .cntflxcrsi-over:hover .dblc-gridpg-title{
	top: calc(25% - 37px);
	color: #ffffff;
	z-index: 4;
}
.country-double .cntflxcrsi-over:hover .dblc-gridpg-desc{
	opacity: 1;
	color: #ffffff;
	z-index: 4;
}


/* footer */
#footer {
}
.ftrtop {
	padding-left: 4%;
	padding-right: 4%;
}
.ftrtopw {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}
.ftr-trip-planner {
}
.ftrpl-row {
	font-family: "ivyora-display", serif;
	font-size: 64px;
	line-height: 75px;
	font-weight: 100;
	margin-top: 18px;
}
.ftrpl-row p {
	line-height: 75px;
	margin: 0;
}
.cffieldselect .wpcf7-form-control-wrap {
	display: none;
}
.ftrpl-rowover {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cffieldrow {
	display: flex;
	flex-wrap: wrap;
	max-width: 880px;
	margin: 30px auto 0;
}
.cffieldrow p {
	margin: 0;
}
.cffieldrow .cffield {
	width: 50%;
	padding: 0 3%;
	box-sizing: border-box;
}
.cffieldrow .cffield input {
	border: 0px;
	background-color: transparent;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	box-shadow: none;
	font-size: 16px;
	line-height: 19px;
	padding: 8px 0;
	width: 100%;
	box-sizing: border-box;
}
.cffieldrow .cffield input::-moz-placeholder {
	opacity: 1;
	color: #FFF;
}
.cffieldrow .cffield input::-webkit-input-placeholder {
	color: #FFF;
}
.cffieldrow .cffield input:focus {
	color: #FFF;
}
.ftrpl-link {
	position: relative;
	margin-top: 85px;
}
.ftr-trip-planner .wpcf7-not-valid-tip {
	color: #000;
	font-size: 15px;
	line-height: 21px;
}
.ftrpl-link .cfsubmit {
	display: inline-block;
	border: 1px solid #FFF;
}
.ftrpl-link .cfsubmit:hover {
	background-color: #FFF;
}
.ftrpl-link .cfsubmit:hover > input {
	color: #51653A;
}
.ftrpl-link .cfsubmit::before {
	background-image: url('images/arrow-right-dark.svg');
}
.ftrpl-link .cfsubmit::after {
	background-image: url('images/arrow-right-light.svg');
}
.ftrpl-link .cfsubmit input {
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	color: #FFF;
	cursor: pointer;
}
.ftrpl-link .wpcf7-spinner {
	position: absolute;
	top: calc(100% + 10px);
	left: calc(50% - 38px);
}
.pfs-searchf {
	position: relative;
	top: -2px;
	display: inline-block;
	padding: 11px 60px 17px 28px;
	border-radius: 50px;
	border: 1px solid #FFF;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	font-family: "ivyora-display", serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 100;
	font-style: italic;
	margin: 0 15px;
	width: 100%;
	transition: 0.3s linear;
	text-align: center;
}
.pfs-searchf::after {
	content: '';
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
	display: inline-block;
	transition: 0.3s linear;
	width: 22px; 
	height: 22px; 
	background-image: url('images/arrow-right-light.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg) translateZ(1px);
}
.pfs-searchf::before {
	content: '';
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
	z-index: 4;
	opacity: 0;
	display: inline-block;
	transition: 0.3s linear;
	width: 22px; 
	height: 22px; 
	background-image: url('images/arrow-right-dark.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg) translateZ(1px);
	transition: 0.3s linear;
}
.pfs-searchf:hover {
	background-color: #FFF;
	color: #51653A;
}
.pfs-searchf:hover::before {
	opacity: 1;
}
.pfs-searchf.pfsdisable {
	cursor: not-allowed;
	opacity: 0.7;
}
.pfs-searchf#pfs-twho {
	max-width: 380px;
}
.pfs-searchf#pfs-ttype {
	max-width: 452px;
}
.pfs-searchf#pfs-tmonth {
	max-width: 442px;
}
.sfdata-dd {
	display: none;
	position: absolute;
	z-index: 300;
	background-color: #1b3820;
	top: 100%;
	left: -1px;
	width: calc(100% + 2px);
	max-height: 360px;
	box-sizing: border-box;
	overflow-y: auto;
	text-align: left;
}
.sfdata-dd div {
	display: block;
	color: #FFF;
	font-family: "new-atten", sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 10px 30px;
	transition: 0.3s linear;
	background-color: #1b3820;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sfdata-dd div p {
	line-height: 19px;
	margin: 0;
}
.sfdata-dd div:hover {
	background-color: #FFF;
	color: #51653A;
}
.ftrbtm {
	display: flex;
	color: #FFF;
	background-color: #1B3820;
}
.ftrbtml {
	display: flex;
	width: 72.5%;
	padding: 55px 5.2% 40px;
}
.ftrbtmll {
	padding: 0 8% 0 0;
}
.ftrbtml p {
	font-weight: 300;
	margin: 0 0 8px 0;
}
.ftrbtml a {
	color: inherit;
}
.ftrbtml .widget-title {
	color: #DBD5BD;
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.ftrlogo {
	width: 162px;
	margin: 4px 0 38px;
}
.ftrlogo a {
	display: block;
}
.ftrlogo img {
	width: 100%;
}
.ftrsocial {
}
.ftrsocial .socicon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 6px 6px 0;
}
.socicon-instagram {
	background-image: url('images/social-instagram.svg');
}
.socicon-facebook {
	background-image: url('images/social-facebook.svg');
}
.ftrbtmlr {
	max-width: 230px;
}
.ftrbtmr {
	display: flex;
	width: 27.5%;
	box-sizing: border-box;
	padding: 20px 2%;
	background-image: url('images/footerbg.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.ftrbtmr .widget {
	align-self: center;
}
.ftrbtmr .widget p {
	margin: 0;
}
.ftrbtmr img {
	max-height: 80px;
	padding: 8px 15px;
}
.page-id-1046 .ftrtop {
	display: none;
}