/* FONTS
----------------------------------------------------------------------------------------------------*/

html {
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:62.50%;
    font-weight:500;
    color:#666666;
}

h1.hidden {
	display:block;
	height:1px;
	overflow:hidden;
	margin:0;
}

h1, h2 {
	font-family: "Amethysta", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:5.2em;
	line-height: 1.2;
    margin-bottom: 4rem;
	color:#064A3B;
	text-transform:uppercase;
}

h3, h4 {
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:700;
	color:#064A3B;
	line-height:1.2;
}

h3 {
	font-size:2.1em;
	margin-bottom:10px;
}

h4 {
	font-size:1.6em;
}

h1, h2, h4 {
	text-align:center;
}

p {
	font-size:1.6em;
	line-height:1.3;
	margin-bottom:20px;
}

p:last-child {
	margin-bottom:0;
}

p.lead {
	font-size:2.1em;
	font-weight:400;
	line-height:1.2;
	color:#4D4D4D;
	margin-bottom:30px;
}

p strong {
	font-weight:700;
}

.container p a {
	color:#3C8B30;
	text-decoration:underline;
}

/* FONT OPTIONS - ALIGNMENT */

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

/* FONT OPTIONS - COLOR */

.font-black {
	color:#000000;
}

.font-green {
	color:#064A3B;
}


/** FONTS RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1139px) {

	h1, h2 {
		font-size:4.5em;
	}

	p.lead {
		font-size:1.8em;
	}

}

@media only screen and (max-width: 767px) {

	h1, h2 {
		font-size:3em;
	}

}

@media only screen and (max-width: 575.98px) {

	p.lead {
		font-size:1.6em;
	}

}


/* MAIN LAYOUT
----------------------------------------------------------------------------------------------------*/

body, html {
	height:100%;
}

body {
	background-color:#1D252D;
	padding-top:150px;
}

.container,
.content,
section {
	position:relative;
	display:block;
	width:100%;
}

.container:after,
.content:after,
section:after {
	display:block;
	content: " ";
	clear: both;
	height:0;
	width:100%;
	*zoom: 1;
}

.container {
	background-color:#ffffff;
	z-index:10;
}

.content,
section {
    padding:6rem 15px;
    margin:0 auto;
    max-width:1140px;
}

section + section {
	padding-top:0;
}

section:not(:first-child):last-child {
	padding-bottom:20rem;
}

.container[id*="-content"] {
	min-height:300px;
}

/* IMAGE GRID */

.image-grid {
	display:grid;
	grid-gap:1em;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin-bottom:4rem;
}

.image-grid img {
	width:100%;
	height:auto;
	border-radius:6px;
}

/* IMAGE GRID FEATURED */

.image-grid-featured {
	display:grid;
	grid-gap:1rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	grid-auto-flow: row;
	margin-bottom:4rem;
}

.image-grid-featured.long-featured {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-grid-featured .featured {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.image-grid-featured img {
	width:100%;
	height:auto;
	border-radius:6px;
}

/* IMAGE LINK GRID */

.image-link-grid {
	display:grid;
	grid-gap:3em;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.image-link-grid a {
	position:relative;
	display:block;
	border-radius:8px;
	overflow:hidden;
	background-color:#3C8B30;
	padding-bottom:8rem;
	text-align:center;
	transition: all 200ms;
}

.image-link-grid img {
	width:100%;
	height:auto;
}

.image-link-grid h4,
.image-link-grid p {
	display:block;
}

.image-link-grid h4 {
	line-height:1.4;
	color:#ffffff;
	text-transform:uppercase;
	padding:2rem 1rem 1rem;
}

.image-link-grid p {
	font-weight:400;
	line-height:1.2;
	color:#9EC598;
	margin-bottom:0;
	padding:0 1rem;
}

.image-link-grid span,
.image-link-grid span:before {
	transition: all 200ms;
}

.image-link-grid span {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	font-size:1.6rem;
	font-weight:800;
	color:#ffffff;
	line-height:5;
}

.image-link-grid span:before {
	display:inline-block;
	content: "";
	width:7px;
	height:11px;
	background:url(../images/arrow.svg) no-repeat center center;
	background-size:7px 11px;
	transform: rotate(180deg); 
	margin-right:6px;
}

.enable-hover .image-link-grid:not(.tours) a:hover {
	display:block;
	background-color:#064A3B;
}

.enable-hover .image-link-grid:not(.tours) a:hover span {
	color:#3C8B30;
}

.enable-hover .image-link-grid a:hover span:before {
	filter: invert(42%) sepia(10%) saturate(3202%) hue-rotate(66deg) brightness(80%) contrast(83%);
}

/* IMAGE LINK GRID - TOURS */

.image-link-grid.tours a {
	background-color:#ffffff;
	border:5px solid #F0E8DF;
	padding-bottom: 6rem;
}

.image-link-grid.tours h4 {
	color:#333333;
	padding-bottom:2px;
}

.image-link-grid.tours p {
	color:#4d4d4d;
}

.image-link-grid.tours span {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	font-size:1.6rem;
	font-weight:400;
	color:#333333;
	line-height:3;
}

.image-link-grid.tours span strong {
	font-weight:800;
	color:#3C8B30;
}

.image-link-grid.tours span:before {
	display:none;
}

.enable-hover .image-link-grid.tours a:hover {
	border-color:#3C8B30;
}

/* FLEXBOX PRESETS */

div[class*="flexbox-"] {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	/*width: calc(100% + 30px);
	margin-left:-15px;
	margin-right:-15px;*/
}

.flexbox-freesize {
  	justify-content: flex-start;
}

.flexbox-absolute-center {
	flex-direction: column;
  	justify-content: center;
	align-items: center;
}

.flexbox-justified {
  	justify-content: space-between;
}

.flexbox-centered {
    justify-content: center;
}

/* FLEX FOUR (4 COLUMNS) */

div[class*="flexbox-"].flex-four {
    width: calc(100% + 3%);
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.flex-four > div,
.flex-four > a {
	flex: 1 1 22%;
	margin:0 1.5% 3rem;
}

.flex-four .image-wrapper {
	display:flex;
	align-items: flex-end;
	width:100%;
	margin-bottom:15px;
}

.flex-four img {
	width:100%;
	height:auto;
}

.flex-four span {
	display:block;
	font-size:1.6rem;
	line-height:1.4;
}

.flex-four strong {
	font-weight:700;
}

/* FLEX FOUR (4 COLUMNS) - GALLERY FORMAT */

.flex-four.gallery > div {
	margin-bottom:0.8%;
	min-width:220px;
	max-width:300px;
}

.flex-four.gallery img {
	width:100%;
	height:auto;
	border-radius:10px;
}

/* FLEX TWO (2 COLUMNS) */

section:last-child .flex-two {
	margin-bottom:0;
}

.flex-two {
	margin-bottom:3rem;
}

.flex-two > div,
.flex-two > a {
	overflow:hidden;
	border-radius:6px;
}

.flex-two > div {
	flex: 0 0 49.5%;
	margin:0 0 3rem;
}

.flex-two > div:last-child {
	padding-left:1.5rem;
}

.flex-two > a {
	flex: 0 0 48.5%;
	margin:0 0 4rem;
}

.flex-two img {
	width:auto;
	height:100%;
}

.flex-two img.image-offset {
	margin-left: calc(100% - 550px);
}

.flex-two p {
	text-align:left;
}

/* IMAGE CAPTION LANDSCAPE */

.flex-image-caption {
	margin-bottom:8rem;
}

.flex-image-caption > div {
	display:flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:5rem;
}

.flex-image-caption > div:last-child {
	margin-bottom:0;
}

.flex-image-caption > div > div:first-child {
	flex: 0 0 31%;
	overflow:hidden;
	border-radius:6px;
}

.flex-image-caption > div > div {
	flex: 0 0 66%;
}

.flex-image-caption img {
	width:auto;
	height:100%;
	margin-left: calc(100% - 350px);
}

.flex-image-caption p strong {
	color:#000000;
}


/* LAYOUT OPTIONS - GENERIC */

header + img,
img + header {
	margin-bottom:3rem;
}

h3 + address {
	margin-top:1.5rem;
}

p + .image-grid,
p + .image-grid-featured,
p + .day-number {
	margin-top:4rem;
}

p.lead + .flex-two {
	margin-top:5rem;
}

/* LAYOUT OPTIONS - BACKGROUND COLOR */

.bg-lbrown {
	background-color:#F4F0ED;
}


/** MAIN LAYOUT RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1023px) {

	body {
		padding-top:120px;
	}

}

@media only screen and (max-width: 767px) {

	body {
		padding-top:90px;
	}

	/* IMAGE GRID FEATURED */

	.image-grid-featured {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.image-grid-featured .featured {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}

	/* FLEX TWO (2 COLUMNS) */

	.flex-two > div {
		flex: 0 0 100%;
	}

	.flex-two > div:last-child {
		padding-left:0;
	}

	.flex-two img {
		width:100%;
		height:auto;
	}

	.flex-two img.image-offset {
		margin-left:0;
	}

	.flex-two p {
		padding-left:0;
		text-align:center;
	}

	/* IMAGE CAPTION LANDSCAPE */

	.flex-image-caption {
		margin-bottom:8rem;
	}

	.flex-image-caption > div {
		margin-bottom:5rem;
	}

	.flex-image-caption > div > div:first-child,
	.flex-image-caption > div > div {
		flex: 0 0 100%;
		border-radius:0;
	}

	.flex-image-caption img {
		width:100%;
		height:auto;
		margin: 0 0 2rem;
		border-radius:6px;
	}

}

@media only screen and (max-width: 575.98px) {

	.content,
	section {
	    padding: 4rem 15px;
	}

	section:not(:first-child):last-child {
		padding-bottom:6rem;
	}

	/* IMAGE GRID FEATURED */

	.image-grid-featured,
	.image-grid-featured.long-featured {
		grid-template-columns: 1fr 1fr;
	}

	/* FLEX TWO (2 COLUMNS) */

	.flex-two > a {
		flex: 0 0 100%;
	}

	/* FLEX FOUR (4 COLUMNS) */

	.flex-four > div {
		margin-bottom:7rem !important;
	}

	.flex-four .image-wrapper {
		height:auto !important;
	}

}

/* NICESCROLL DISABLE CUSTOM SCROLLBAR (UNLESS YOU WANT IT)(CURRENTLY DISABLED) */
/*
.nicescroll-rails {
	display:none !important;
}
*/

/* HEADER
----------------------------------------------------------------------------------------------------*/

#header {
    position:fixed;
    top:0;
    left:0;
    background:#F0E8DF;
    border-top:20px solid #064A3B;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
    z-index:101;
}

#header section {
	width:100%;
    padding:0 15px;
}

/* HEADER MAIN */

#header-main,
#header-left {
	display: flex;
	justify-content: space-between;
}

#header-main {
  	height:130px;
  	transition: all 200ms;
}

#header-left {
	flex-direction:column;
	padding:2rem 0;
}

/* HEADER SITE NAME */

a#site-name,
a#site-name span {
	display:block;
}

a#site-name {
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:3em;
	font-weight:700;
	color:#064A3B;
	max-width:370px;
}

a#site-name span {
	font-size:1.4rem;
	font-weight:500;
	letter-spacing: 10px;
	line-height:1.6;
}

/* HEADER LOGO */

#header #logo {
    flex: 0 0 80px;
    z-index:10;
	transition: all 200ms;
}

#header #logo {
	width:100%;
	height:auto;
	max-width:100px;
}

/* HEADER NAVIGATION */

#header-navigation {
	display: flex;
  	flex-direction: column;
	transition: all 200ms;
}

/* HEADER NAVIGATION LINKS */

ul#main-navigation {
	display:block;
	width:100%;
}

ul#main-navigation a {
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:1.4rem;
	white-space: nowrap;
	outline:none;
	transition: all 200ms;
}

ul#main-navigation > li > a {
	display:inline-block;
	font-weight:700;
	line-height:1.6;
	color:#6F5635;
	white-space:nowrap;
}

ul#main-navigation > li {
	display:inline-block;
	position:relative;
	margin:0 2rem 0 0;
}

ul#main-navigation > li:last-child {
	margin-right:0;
}

ul#main-navigation > li.dropdown {
	transition: all 200ms;
}

ul#main-navigation li.active,
ul#main-navigation li a.current,
ul#main-navigation li a.active,
.enable-hover ul#main-navigation li a:hover {
    color:#064A3B;
}

/* HEADER SUBNAVIGATION */

ul.header-subnavigation {
	position:absolute;
	display:block;
	top:40px;
	left:-20px;
	background:#F0E8DF;
	padding:1.5rem 25rem 1.5rem 2rem;
	z-index:10;
	width:100%;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 200ms;
}

ul.header-subnavigation li a {
	display:block;
	font-weight:700;
	line-height:2.2;
	color:#6F5635;
}

ul.header-subnavigation.expand {
	transform: scaleY(1);
}

ul.header-subnavigation.hide {
	max-height:inherit !important;
}

/* HEADER EXPAND BUTTON FOR MOBILE */

a#expand-nav {
	position:absolute;
	top:20px;
	right:15px;
	display:none;
	width:40px;
	height:40px;
	padding:13px 11px;
	cursor:pointer;
	background:#064A3B;
    border-radius: 4px;
	z-index:10;
	transition: all 200ms;
}

a#expand-nav div {
	display: flex;
	flex-direction: column;
  	justify-content: space-between;
	width:18px;
	height:14px;
}

a#expand-nav div span {
	display:block;
	width:18px;
	height:2px;
	background:#ffffff;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

#header.mobile-nav-active a#expand-nav {
	background-color:#04261E;
}

a#expand-nav.active div span:first-child,
#header.mobile-nav-active a#expand-nav div span:first-child {
	transform: translateX(-2px) rotate(-45deg) scaleX(1.1);
	right:10px;
}

a#expand-nav.active div span:nth-child(2),
#header.mobile-nav-active a#expand-nav div span:nth-child(2) {
	opacity:0;
}

a#expand-nav.active div span:last-child,
#header.mobile-nav-active a#expand-nav div span:last-child {
	transform: translateX(-2px) translateY(2px) rotate(45deg) scaleX(1.1);
}

/* HEADER / HEADER NAVIGATION / HEADER SUB NAVIGATION RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1139px) {

	/* HEADER NAVIGATION */

	ul#main-navigation > li > a {
		font-size:1.3vw;
	}

	ul#main-navigation > li {
		margin:0 0.9rem 0 0;
	}

	/* HEADER COMPANY NAME / SLOGAN */

	#header-company-name h3 {
		font-size:2.3vw;
	}
}

@media only screen and (max-width: 1023px) {

	/* HEADER */

	#header #header-main {
	  	height:100px;
	}

	#header-left {
	    padding: 1.5rem 0;
	}

	/* HEADER SITE NAME */

	a#site-name {
		font-size:2.4em;
	}

	a#site-name span {
		font-size:1.4rem;
		letter-spacing: 6.4px;
		line-height:1.4;
	}

	/* HEADER LOGO */

	#header #logo {
	    flex: 0 0 60px;
	}

	#header #logo {
		max-width:60px;
	}

}

@media only screen and (max-width: 767px) {

	/* HEADER */

	#header {
	    border-top: 10px solid #064A3B;
	}

	#header #header-main {
	  	height:80px;
	}

	#header-left {
	    justify-content: center;
	}

	/* HEADER LOGO */

	#header #logo {
		display:none;
	}

	/* HEADER EXPAND BUTTON FOR MOBILE */

	a#expand-nav {
		display:block;
	}

	/* HEADER SUBNAV */

	#header .header-subnav section {
	    padding:0;
	}

	.header-subnav {
		position:relative;
		top:0;
		background:none;
		transform: none;
	}

	/* HEADER NAVIGATION */

	#header-navigation {
		position:fixed;
		top:0;
		left:0;
		height:100vh;
		width:100vw;
		background:#064A3B url(../images/pattern.png) no-repeat center center;
		background-size:cover;
		padding:90px 0;
		pointer-events: none;
		opacity:0;
		overflow:scroll;
		z-index:10;
	}

	ul#main-navigation > li {
		display:block;
		margin:0;
		text-align:center;
		overflow:hidden;
	}

	ul#main-navigation a {
		white-space:normal;
	}

	ul#main-navigation > li > a {
		display:inline-block;
		font-size:2em;
		font-weight:700;
		line-height:40px;
		color:#ffffff;
		padding:0 15px;
	}

	ul#main-navigation > li > a:after {
		display:none;
	}

	ul#main-navigation li.limit-height {
		max-height:40px !important;
	}

	ul#main-navigation li.active,
	ul#main-navigation li a.current,
	ul#main-navigation li a.active,
	.enable-hover ul#main-navigation li a:hover {
	    color:#FFCB09;
	}

	/* HEADER NAVIGATION - MOBILE NAV ACTIVE */

	#header.mobile-nav-active #header-navigation {
		opacity:1;
		pointer-events: inherit;
	}

	/* HEADER NAVIGATION BACKGROUND DECORATION */

	#header.mobile-nav-active #header-navigation:before,
	#header.mobile-nav-active #header-navigation:after {
		display:block;
	}

	/* HEADER SUBNAVIGATION */

	ul.header-subnavigation {
		position:relative;
		display:block;
		top:0;
		left:0;
		background:none;
		padding:0;
		overflow:hidden;
		transform: none;
	}

	ul.header-subnavigation li:first-child {
		padding-top:5px;
	}

	ul.header-subnavigation li:last-child {
		padding-bottom:10px;
	}

	ul.header-subnavigation li a {
		position:relative;
		display:inline-block;
		font-size:1.8em;
		font-weight:500;
		line-height:30px;
		color:#9EC598;
		padding:0 15px;
	}

	ul.header-subnavigation > li > a.current,
	ul.header-subnavigation > li > a.active,
	.enable-hover ul.header-subnavigation > li > a:hover {
	    background:none;
	}

}

@media only screen and (max-width: 575.98px) {

	/* HEADER SITE NAME */

	a#site-name {
		font-size: 5vw;
	}

	a#site-name span {
		font-size: 3.4vw;
		letter-spacing: 1vw;
	}

	/* HEADER EXPAND BUTTON FOR MOBILE */

	a#expand-nav {
	}

	/* HEADER COMPANY NAME / SLOGAN */

	#company-name-mobile {
		display:none;
	}

	/* HEADER NAVIGATION */

	ul#main-navigation > li > a {
		font-size: 1.8em;
	}

	ul#main-navigation > li.dropdown.limit-height {
		max-height:45px !important;
	}

	ul#main-navigation > li.dropdown > a {
	    margin-left: 0;
	}

	ul#main-navigation > li.dropdown > a:after {
		width:16px;
		height:16px;
	}

	/* HEADER SUBNAVIGATION */

	ul.header-subnavigation li a {
		font-size: 1.6em;
	}

}

/* CONTENT - GENERAL
----------------------------------------------------------------------------------------------------*/

/* GENERAL CLASS */

a,
a:link,
a:focus {
   outline: 0;
   text-decoration:none;
}

.full-image {
	width:100%;
	height:auto;
}

.clear {
	display:block;
	width:100%;
	clear:both;
	float:none;
}

/* FEATURE LINK */

.feature-link {
	text-align:center;
}

.feature-link div {
	padding:5px;
	border-radius:6px;
	background-color:#F2F2F2;
	margin-bottom:0.8rem;
	transition: background-color 200ms;
}

.feature-link img {
	width:100%;
	height:auto;
	border-radius:6px;
	overflow:hidden;
}

.feature-link .link-title {
	display:block;
	font-size:3.6rem;
	font-weight:400;
	color:#000000;
	margin-bottom:1.5rem;
}

.enable-hover .feature-link:hover div {
	background-color:#3C8B30;
}

.enable-hover .feature-link:hover .link-btn {
	border-color:#064A3B;
	color:#ffffff;
	background:#3C8B30;
}

/* ADDRESS */

#address h3 {
	color:#000000;
	margin-bottom:5px;
}

/* TOUR INFO TABLE */

table.info-table {
	width:100%;
	margin-bottom:2.5rem;
}

table.info-table td {
	padding:15px;
	text-align:left;
	font-size:1.6rem;
	line-height:1.2;
}

table.info-table thead td,
table.info-table td strong {
	font-weight:700;
}

table.info-table thead td {
	border-bottom:2px solid #DCD5CC;
}

table.info-table thead td span {
	color:#ED1E79;
}

table.info-table tbody td {
	border-bottom:1px solid #DCD5CC;
}

/* TOUR INFO TABLE - TOUR DETAILS */

table.info-table.tour-details tbody td:nth-child(2) {
	font-weight:700;
}

table.info-table.tour-details td:nth-child(2),
table.info-table.tour-details td:nth-child(3) {
	white-space:nowrap;
}

/* TOUR INFO TABLE - ACTIVITIES & OPTIONAL TOURS */

table.info-table.activities-optional-tours {
	width:auto;
	margin-bottom:4rem;
}

table.info-table.activities-optional-tours td:first-child {
	padding-left:0;
	padding-right:4.5rem;
}

table.info-table.activities-optional-tours td:last-child {
	padding-right:0;
	padding-left:4.5rem;
}

/* TABLE INFO TABLE - LABEL BINDED */

table.info-table.label-bind tbody td > span {
	display:inline-block;
	font-weight:700;
	margin-right:5px;
}

table.info-table.label-bind tbody td > span span {
	color:#ED1E79;
}

/* TOUR INFO TABLE - BOOK NOW LINK */

.book-now {
	display:inline-block;
	font-weight:700;
	color:#064A3B;
	transition: color 200ms;
}

.enable-hover .book-now:hover {
	color:#3C8B30;
}

/* TOUR NOTE */

.note {
	display:block;
	font-size:1.6rem;
	font-weight:500;
	color:#303030;
	line-height:1.4;
	margin-bottom:1.5rem;
}

.note.pink {
	color:#ED1E79;
}

.note.brown {
	font-style: italic;
	font-weight:400;
	color:#6F5635;
}

.note a {
	font-weight:700;
	color:#3C8B30;
	text-decoration: underline;
}

.note:last-of-type {
	margin-bottom:4rem;
}

/* TOUR INTINERARY STYLES - DAY NUMBER */

.day-number {
	display:block;
	margin-bottom:1.5rem;
}

.day-number span {
	display:inline-block;
	font-size:1.6rem;
	font-weight:700;
	color:#ffffff;
	line-height:2.5;
	text-align:center;
	padding:0 2rem;
	background-color:#064B3C;
	border-radius:5px;
}

/* TOUR INTINERARY STYLES - RATING */

.rating {
	display:inline-block;
	background:url(../images/star.svg) repeat-x center left;
	height:1rem;
	margin:0 5px;
}

.rating.one-star {
	width: 11px;
}

.rating.two-stars {
	width: 21px;
}

.rating.three-stars {
	width: 32px;
}

.rating.four-stars {
	width: 43px;
}

.rating.five-stars {
	width: 54px;
}

span.strike {
	font-weight:normal;
	text-decoration: line-through;
}

span.promo-red {
	font-weight:bold;
	color: #F00;
}

/* LINKS AND BUTTONS */

.link-btn {
	display:inline-block;
    font-size:1.6rem;
    font-weight:700;
    line-height:2.5;
    color:#6F5635;
    cursor:pointer;
    padding:0 1.5rem;
    border-radius:6px;
    border:1px solid #6F5635;
	transition: all 200ms;
}

.enable-hover .link-btn:hover {
	border-color:#064A3B;
	color:#ffffff;
	background:#3C8B30;
}

/* BORNEO TRAVEL NETWORK CUSTOM LINK */

#btn-custom-link {
	display:block;
	max-width:350px;
	margin-bottom:3rem;
}

#btn-custom-link img {
	width:100%;
	height:auto;
}

/* CUSTOM LINK */

.custom-link {
	display:block;
	border:1px solid #6F5635;
	border-radius:6px;
	color:#6F5635;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.2;
	padding:1rem 1.5rem;
	margin-bottom:1rem;
	transition: all 200ms;
}

.enable-hover .custom-link:hover {
	border-color:#3C8B30;
	background-color:#3C8B30;
	color:#ffffff;
}

/* TOUR INFO (USED IN POPUP BOOKING FORM) */

#tour-info {
	margin-bottom:4rem;
}

#tour-info span {
	display:block;
	font-size:1.6rem;
	font-weight:700;
	color:#000000;
	line-height:1.4;
}

#tour-info > span strong {
	text-transform:uppercase;
}

/* LIST STYLE - BULLET LIST */

ul.bullet-list {
	margin-bottom:4rem;
}

ul.bullet-list li {
	position:relative;
	font-size:1.6rem;
	color:#333333;
	line-height:1.4;
	padding-left:10px;
}

ul.bullet-list.no-bullet li {
	padding-left:0;
}

ul.bullet-list:not(.no-bullet) li:before {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	content: "\2022";
	margin-right:4px;
}

ul.bullet-list li.heading,
ul.bullet-list li.list-note {
	padding:0;
}

ul.bullet-list li.heading {
	font-weight:800;
}

ul.bullet-list li.heading:before,
ul.bullet-list li.list-note:before {
	display:none;
}

ul.bullet-list li .note {
	display:inline-block;
	margin:0;
}

ul.bullet-list li.pink,
ul.bullet-list li.pink:before {
	color:#ED1E79;
}

/* LIST STYLE - ARROW LIST */

ul.arrow-list {
	margin-bottom:6rem;
}

ul.arrow-list li {
	position:relative;
	font-size:1.6rem;
	color:#333333;
	line-height:1.4;
	padding-left:25px;
}

ul.arrow-list.gutter li {
	margin-bottom:1.5rem;
}

ul.arrow-list li:before {
	position:absolute;
	top:2px;
	left:0;
	display:inline-block;
	content: "\25B8";
	width:16px;
	height:16px;
	color:#ffffff;
	font-size: 2rem;
	padding-left:2px;
    line-height: 0.7;
    text-align: center;
	border-radius:100%;
	background-color:#064A3B;
}

ul.arrow-list li.heading {
	padding:0;
}

ul.arrow-list li.heading {
	font-weight:800;
}

ul.arrow-list li.heading:before {
	display:none;
}

/* GENERAL CLASS RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1023px) {

	/* FEATURE LINK */

	.feature-link .link-title {
		font-size:2.6rem;
	}

	/* TOUR INFO TABLE */

	table.info-table td {
		font-size:1.5rem;
	}

}

@media only screen and (max-width: 767px) {

	/* TOUR NOTE */

	.note {
		font-size:1.5rem;
	}

	/* TOUR INFO TABLE */

	table.info-table td {
		font-size:1.4rem;
	}

	table.info-table td:first-child {
		padding-left:0;
	}

	table.info-table td:last-child {
		padding-right:0;
	}

	/* TOUR INTINERARY STYLES - DAY NUMBER */

	.day-number span {
		width:100%;
	}

	/* LIST STYLE - BULLET LIST */

	ul.bullet-list li {
		font-size:1.5rem;
	}

	/* LIST STYLE - ARROW LIST */

	ul.arrow-list li {
		font-size:1.5rem;
	}

}

@media only screen and (max-width: 575.98px) {

	/* ADDRESS */

	address h3,
	address p {
		font-size:1.4rem;
	}

	/* TOUR NOTE */

	.note {
		font-size:1.4rem;
	}

	/* TOUR INFO TABLE */

	table.info-table:not(.activities-optional-tours) td {
		display:block;
		width:100%;
		padding-left:0;
		padding-right:0;
	}

	table.info-table tbody td {
		border-bottom: none;
	}

	table.info-table tbody td:not(:first-child) {
		padding-top:0;
	}

	table.info-table tbody tr:not(:first-child) td:first-child {
		border-top:1px solid #DCD5CC;
	}

	/* TOUR INFO TABLE - ACCOMMODATION DETAILS */

	table.info-table.accommodation-details tbody td:not(:last-child) {
	    padding-bottom: 5px;
	}

	table.info-table.accommodation-details tbody td a {
	    margin-top: 10px;
	}

	/* TOUR INFO TABLE - TOUR DETAILS */

	table.info-table.tour-details thead td {
		display:inline-block;
		width:50%;
		font-size:3.5vw;
		font-weight:800;
	}

	table.info-table.tour-details thead td:last-child {
		/*display:none;*/
		text-align:right;
	}

	table.info-table.tour-details tbody td:not(:first-child) {
		display:inline-block;
		width:50%;
		padding-top:0;
	}

	table.info-table.tour-details tbody td:nth-child(2) {
		line-height: 2;
    	font-size: 1.8rem;
	}

	table.info-table.tour-details tbody td:last-child {
		float:right;
		text-align:right;
	}

	/* TOUR INFO TABLE - ACTIVITIES & OPTIONAL TOURS */

	table.info-table.activities-optional-tours {
		width:100%;
	}

	table.info-table.activities-optional-tours td {
		border-bottom: 1px solid #DCD5CC;
		padding-top:10px;
		padding-bottom:10px;
	}

	table.info-table.activities-optional-tours tr:last-child td {
		border:none;
	}

	table.info-table.activities-optional-tours td:first-child {
		padding-right:0;
		line-height: 2;
		font-size:4vw;
	}

	table.info-table.activities-optional-tours td:last-child {
		padding-left:0;
		text-align:right;
	}

	table.info-table.activities-optional-tours td .book-now {
	    font-size: 3vw;
	}

	/* TABLE INFO TABLE - LABEL BINDED */

	table.info-table.label-bind thead td {
		display:none;
	}

	table.info-table:not(.activities-optional-tours) tbody tr:first-child td:first-child {
		border-top:2px solid #DCD5CC;
	}

	/* TOUR INFO TABLE - BOOK NOW LINK */

	.book-now {
		color: #ffffff;
	    border-radius: 4px;
	    line-height: 2.5;
	    padding: 0 2rem;
	    background-color: #064A3B;
	}

	/* LIST STYLE - BULLET LIST */

	ul.bullet-list li {
		font-size:1.4rem;
	}

	/* LIST STYLE - ARROW LIST */

	ul.arrow-list li {
		font-size:1.4rem;
	}

	ul.arrow-list li:before {
		top:1px;
	}

}

/* CUSTOM FANCYBOX CSS */

.full-screen {
	height:100%;
	overflow:hidden;
}

.full-screen .fancybox-slide--html {
    padding: 0;
}

.full-screen .fancybox-slide--html .fancybox-close-small {
	color:#ffffff;
	padding:0;
}

.full-screen .fancybox-button {
	width:auto;
	height:50px;
}

.full-screen .fancybox-button svg,
.full-screen .fancybox-button span {
	display: inline-block;
}

.full-screen .fancybox-button svg {
    width: auto;
    background:#064A3B;
}

.full-screen .fancybox-button span {
	font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    vertical-align: top;
    padding: 0 1.5rem;
    color:#064A3B;
    text-decoration:underline;
}

/* SLICK SLIDER OVERRIDES */

.slick-next,
.slick-prev {
	border-radius:100%;
	transition: all 200ms;
}

.slick-next:before,
.slick-prev:before {
	display:block;
	content: "";
	opacity:1;
	background: url("../images/arrow.svg") no-repeat center center;
}

.slick-next:before {
	transform: rotate(180deg); 
}

.slick-dots {
	bottom:0;
}

.slick-dots li button {
	background-color:#ffffff;
	border: 1px solid #ffffff;
}

.slick-dots.dot-brown li button {
	background-color:#F0E8DF;
	border: 1px solid #F0E8DF;
}

.slick-dots li.slick-active button {
	background-color: #7AC943;
	border: 1px solid #7AC943;
}

/* SLICK SLIDER CUSTOM CSS */

.slide-caption {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}

.slide-caption h1,
.slide-caption h2,
.slide-caption span {
	display:block;
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:7em;
	text-align:center;
	line-height:1.2;
	color:#ffffff;
	margin:0 auto;
}

.slide-caption h1,
.slide-caption h2 {
	max-width:640px;
	font-weight:700;
}

.slide-caption span {
	font-weight:300;
}

/* SLICK SLIDER CAROUSEL - NOTE THAT THE CLASS .carousel-arrow IS ADDED IN JS ON INIT */

.carousel-arrow,
.slick-next:focus,
.slick-prev:focus {
	background:#3C8B30;
}

.carousel-arrow {
	top:35%;
    width: 40px;
    height: 40px;
}

.carousel-arrow.slick-next {
	right: -20px;
}

.carousel-arrow.slick-prev {
	left: -20px;
}

.carousel-arrow.slick-next:before,
.carousel-arrow.slick-prev:before {
	width:8px;
	height:30px;
	margin:0 auto;
	filter: invert(0%) sepia(7%) saturate(29%) hue-rotate(318deg) brightness(96%) contrast(106%);
	background-size:8px 14px;
}

.carousel-arrow.slick-next:not(.slick-disabled):hover,
.carousel-arrow.slick-prev:not(.slick-disabled):hover {
    background:#064A3B;
    border:5px solid #3C8B30;
}

.carousel-arrow.slick-next:not(.slick-disabled):hover:before,
.carousel-arrow.slick-prev:not(.slick-disabled):hover:before {
    filter: brightness(0) invert(1);
}

/* CLASS .carousel IS ADDED IN HTML */

.carousel .slick-list {
    margin: 0 -1.5rem;
}

.carousel .slick-slide {
	margin: 0 1.5rem 3rem;
}

.carousel.image-frame .slick-track > div {
	padding: 0 10px 0 10px;
	border-radius: 6px;
}

.carousel.image-frame img {
	box-shadow: 10px 10px 0 0 rgba(242, 242, 242, 1);
}

.carousel img {
	width:100%;
	height:auto;
	border-radius:6px;
}

.carousel span {
	display:block;
	font-size:1.8rem;
	line-height:1.2;
	padding:10px 2rem;
}

.carousel a span {
	display:inline-block;
	font-size:1.3rem;
	padding:0;
	vertical-align: text-top;
}

.carousel a span {
	color:#0062A8;
	transition: color 200ms;
}

/* IMAGE CAROUSEL CSS */

.image-carousel {
	margin-bottom:5rem;
}

.image-carousel .slick-list {
    margin: 0 -0.5rem;
}

.image-carousel .slick-slide {
	margin: 0 0.5rem 4rem;
}

.image-carousel .slick-dots li button {
	background-color:#F0E8DF;
	border: 1px solid #F0E8DF;
}

.image-carousel .slick-dots li.slick-active button {
    background-color: #7AC943;
    border: 1px solid #7AC943;
}

/* ADD MORE SPACING BETWEEN CAROUSEL AND HEADING */
header + div.carousel {
	margin-top:20px;
}

.enable-hover .carousel a:hover span,
.enable-hover .carousel a:hover:before {
	color:#29ABE2;
}

/** SLICK SLIDER OVERRIDES RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1160px) {

	/* SLICK SLIDER CAROUSEL */

	.carousel-arrow.slick-next {
		right: -14px;
	}

	.carousel-arrow.slick-prev {
		left: -13px;
	}

}

@media only screen and (max-width: 1023px) {

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption h1,
	.slide-caption h2 {
		max-width:70%;
	}

	.slide-caption h1,
	.slide-caption h2,
	.slide-caption span {
		font-size:4.5em;
	}

}

@media only screen and (max-width: 767px) {

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption h1,
	.slide-caption h2,
	.slide-caption span {
		font-size:3em;
	}

}

@media only screen and (max-width: 575.98px) {

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption h1,
	.slide-caption h2,
	.slide-caption span {
		font-size:6.5vw;
	}

	/* SLICK SLIDER CAROUSEL */

	.carousel-arrow {
		top:30%
	}

	.carousel span {
		font-size:1.6rem;
	}

	.carousel .slick-slide {
		margin: 0 1.5rem 4rem;
	}

	/* CUSTOM FANCYBOX CSS */
	.full-screen .fancybox-button {
		height:40px;
	}

	.full-screen .fancybox-button svg {
	    height: 40px;
	}

	.full-screen .fancybox-button span {
		font-size: 2rem;
	    line-height: 2;
	    vertical-align: top;
	    padding-left:1rem;
	}


}

/* SECTIONS - HOME
----------------------------------------------------------------------------------------------------*/

/* HOME - MAIN SLIDER */

#home-slider,
#home-slider .slick-slide {
	max-height:700px;
}

#home-slider .slick-next {
    right: 50px;
}

#home-slider .slick-prev {
    left: 50px;
}

#home-slider .slick-next,
#home-slider .slick-prev {
    width: 50px;
    height: 50px;
    background:rgba(255,255,255,0.1);
}

#home-slider .slick-next:before,
#home-slider .slick-prev:before {
	width:10px;
	height:50px;
	margin:0 auto;
	filter: brightness(0) invert(1);
	background-size:10px 50px;
}

#home-slider .slick-next:hover,
#home-slider .slick-prev:hover {
	background:#7AC943;
}

#home-slider .slick-track {
	max-height:700px;
	overflow:hidden;
}

#home-slider .slick-slide img {
	width:100%;
	height:auto;
	object-fit: contain;
}

#home-slider .slick-dots {
	bottom:25px;
}

/* HOME SHOW CAVES */

#show-caves section {
	background:url(../images/pattern.png) no-repeat center right;
	padding:13rem 15px;
}

#show-caves-flexbox > div:first-child {
	flex: 0 0 60%;
	max-width:635px;
}

#show-caves-flexbox > div#show-caves-info {
	flex: 0 0 42.7%;
}

#show-caves-info {
	padding:0 2rem;
}

#show-caves-info  h2 {
	margin-bottom:1rem;
}

#show-caves-info p {
	line-height:1.4;
}

/* HOME MULU ACCOMMODATION */

#mulu-accommodation-grid {
	display:grid;
	grid-gap:3em;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	margin-bottom:3rem;
}

#mulu-accommodation-grid img {
	width:100%;
	height:auto;
}

/** SECTIONS - HOME RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1139px) {

	/* HOME SHOW CAVES */

	#show-caves-flexbox > div:first-child {
		flex: 0 0 50%;
		max-width:50%;
	}

	#show-caves-flexbox > div#show-caves-info {
		flex: 0 0 50%;
	}

}

@media only screen and (max-width: 1023px) {

	/* HOME - MAIN SLIDER */

	#home-slider .slick-next {
	    right: 20px;
	}

	#home-slider .slick-prev {
	    left: 20px;
	}

	#home-slider .slick-next,
	#home-slider .slick-prev {
	    width: 50px;
	    height: 50px;
	}

	#home-slider .slick-next:before,
	#home-slider .slick-prev:before {
		width:10px;
		height:50px;
		background-size:10px 50px;
	}

	/* HOME SHOW CAVES */

	#show-caves section {
		background:url(../images/pattern.png) no-repeat center center;
	}

	#show-caves-flexbox > div:first-child {
		flex: 0 0 100%;
		max-width:100%;
	}

	#show-caves-flexbox > div#show-caves-info {
		flex: 0 0 100%;
		margin-top:3rem;
		padding:0;
	}

}

@media only screen and (max-width: 767px) {

	/* HOME - MAIN SLIDER */

	#home-slider .slick-next {
	    right: 15px;
	}

	#home-slider .slick-prev {
	    left: 15px;
	}

	#home-slider .slick-next,
	#home-slider .slick-prev {
	    width: 40px;
	    height: 40px;
	}

	#home-slider .slick-next:before,
	#home-slider .slick-prev:before {
		width:12px;
		height:40px;
		background-size:12px 21px;
	}

}

@media only screen and (max-width: 575.98px) {

	#home-introduction section,
	#home-our-services section {
		padding: 4rem 15px 6rem;
	}

	/* HOME - MAIN SLIDER */

	#home-slider .slick-slide img {
		margin-left: calc((100vw - 600px) / 2);
		min-width:600px;
		min-height:250px;
	}

	/* HOME SHOW CAVES */

	#show-caves section {
		padding:6rem 15px;
	}

}

/* SECTIONS - TOUR PACKAGES
----------------------------------------------------------------------------------------------------*/

/* TOUR PACKAGE DETAILS (ITINERARY) */

#tour-package-details {
    padding: 6rem 15px;
}

#tour-package-details section {
	background: url(../images/pattern.png) no-repeat top right;
	padding:0 15px;
}

/* ACTITIVITIES AND OPTIONAL TOURS */

#activities-optional-tours-flexbox > div {
	flex:0 0 48.5%;
}

#activities-optional-tours-flexbox a {
	position:relative;
	display:block;
	color:#333333;
	border:1px solid #F4F0ED;
	border-radius:6px;
	margin-bottom:1rem;
	overflow:hidden;
	transition: all 200ms;
}

#activities-optional-tours-flexbox a:after {
	display:block;
	content: "";
	width:100%;
	height:21px;
	border-bottom:2px dotted #333333;
	z-index:1;
}

.enable-hover #activities-optional-tours-flexbox a:hover {
	color:#3C8B30;
	border:1px solid #3C8B30;
}

#activities-optional-tours-flexbox span {
	display:inline-block;
	font-size:1.6rem;
	font-weight:700;
	line-height:2.5;
	background-color:#F4F0ED;
}

#activities-optional-tours-flexbox .name {
	float:left;
	padding:0 10px 0 15px;
}

#activities-optional-tours-flexbox .price {
	float:right;
	padding:0 15px 0 10px;
	color:#3C8B30;
}

/* MIRI TOURS SECTION */

#miri-tours section {
	padding: 10rem 15px 1rem;
}

#miri-tours h2 {
	text-align:left;
	margin-bottom:20px;
}

#miri-tours p.lead {
	margin-bottom:2px;
}

/** SECTIONS - TOUR PACKAGES RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1023px) {

	#activities-optional-tours-flexbox a:after {
		height:18px;
	}

	#activities-optional-tours-flexbox span {
		font-size:1.4rem;
	}

}

@media only screen and (max-width: 767px) {

	#activities-optional-tours-flexbox > div {
		flex:0 0 100%;
	}

	#activities-optional-tours-flexbox .name {
		padding:0 10px 0 0;
	}

	#activities-optional-tours-flexbox .price {
		padding:0 0 0 10px;
	}

	/* MIRI TOURS SECTION */

	#miri-tours h2,
	#miri-tours p.lead,
	#miri-tours .custom-link {
		text-align:center;
	}

	#miri-tours #btn-custom-link {
		margin:0 auto 3rem;
	}

}

@media only screen and (max-width: 575.98px) {

	#activities-optional-tours-flexbox a:after {
		height:16px;
	}

	#activities-optional-tours-flexbox span {
		font-size:1.2rem;
	}

}

/* SECTIONS - ADVENTURE CAVING
----------------------------------------------------------------------------------------------------*/

#adventure-caves section {
	padding:12rem 15px 10rem;
}

#adventure-caves ul.arrow-list:last-of-type {
	margin-bottom:0;
}

/* SECTIONS -ADVENTURE CAVING RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 575.98px) {

	#adventure-caves section {
		padding:8rem 15px;
	}

}

/* SECTIONS - ACCOMMODATION / TOUR PACKAGES
----------------------------------------------------------------------------------------------------*/

#room-rates {
	color:#333333;
}

#room-rates section {
    padding: 10rem 15px;
}

#room-rates section + section {
	padding-top:0;
}

#room-rates h3 {
	margin-bottom:20px;
}

#room-rates #address h3 {
	margin-bottom:5px;
}

#room-rates h3.mar0_b {
	margin-bottom:0;
}

#room-rates h4 {
	color:#333333;
	text-align:left;
	margin-bottom:10px;
	font-weight:800;
}

#room-rates .contact {
	display:inline-block;
	margin:0 20px 3rem 0;
	line-height:2.5;
}

#room-rates .contact:last-of-type {
	margin-right:0;
}

/* SECTIONS - ROOM RATES RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 767px) {

	#room-rates section {
		padding: 6rem 15px;
	}

}

@media only screen and (max-width: 575.98px) {

	#room-rates h3 {
		font-size:1.8rem;
	}

	#room-rates .contact {
		font-size:1.4rem;
	}

}

/* SECTIONS - CONTACT US
----------------------------------------------------------------------------------------------------*/

#contact-us {
	padding: 6rem 15px;
}

#contact-us section {
	background: url(../images/pattern.png) no-repeat top right;
	padding:0 15px;
}

#contact-us .flex-two > div:last-child {
	padding-left:0;
}

#contact-us #ajax-form-container {
	padding:5px 0 0;
	min-height:inherit;
}

/* SECTIONS - CONTACT US RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 767px) {

	#contact-us {
		padding: 6rem 0;
	}

	#contact-us section {
		background-position: top center;
	}


	#contact-us .flex-two p {
		text-align:left;
	}

}

@media only screen and (max-width: 575.98px) {

	#contact-us .flex-two p {
		font-size:1.4rem;
	}

}

/* SECTIONS - ONLINE PAYMENT
----------------------------------------------------------------------------------------------------*/


/* SECTIONS - ONLINE PAYMENT RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 575.98px) {

	#online-payment img {
		width:100%;
		height:auto;
	}

}

/* CONTENT - ERROR PAGE
----------------------------------------------------------------------------------------------------*/

#error-content h1 {
	text-transform:uppercase;
}

/* CONTENT - FORMS
----------------------------------------------------------------------------------------------------*/

#ajax-form-container,
#ajax-form {
    width:100%;
}

#ajax-form-success-message {
	min-height:80vh;
}

#ajax-form-container.hidden,
#ajax-form-container .hide {
	display:none;
}

#ajax-form-container .show {
	display:block;
}

#ajax-form-container {
	padding:6rem 0;
	min-height:100vh;
}

#ajax-form-container section {
	background: url(../images/pattern.png) no-repeat top right;
	padding:0 15px;
}

#ajax-form-success-message h3 {
	margin-bottom: 10px;
    display: inline-block;
    background-color: #32b508;
    padding: 10px 20px;
    border-radius: 5px;
}

#booking-details {
	margin-bottom:7rem;
}

#booking-details .field > div,
#booking-details .field > .form-control {
	margin-right:3rem;
}

#personal-details .single-column {
	justify-content: space-between;
	margin-bottom:0;
}

#personal-details .single-column > div {
	margin-bottom:10px;
}

#personal-details .form-control {
	margin-right:0;
}

.form {
	position:relative;
	display:block;
	padding:0;
}

.form-row {
	margin-bottom:25px;
	justify-content: flex-start;
}

.form .field,
.form .field > div {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}

.form .field.single-column > div {
	flex-direction:column;
}

.form .field.single-column.width-30 > div{
	flex: 0 0 30%;
}

.form .field.single-column.width-50 > div{
	flex: 0 0 48.5%;
}

.form .field.single-column.width-60 > div{
	flex: 0 0 60%;
}

.form .field.single-column.width-100 > div{
	flex: 0 0 100%;
}

.form .field {
	position:relative;
	text-align:left;
	min-width:inherit;
	background:none;
	margin-bottom:25px;
	clear:both;
}

.form .field:last-child {
	margin-bottom:0;
}

.form.contact-form .field {
	margin-bottom:10px;
}

.form #message.field {
	margin-bottom:17px;
}

.form #captcha {
	overflow:hidden;
	margin:10px 0 15px;
}

.form.contact-form  #captcha {
	margin:20px 0 15px;
}

.form label,
.form-control,
.form .button {
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:1.6rem;
	font-weight:500;
	color:#4d4d4d;
	height:40px;
	line-height:40px;
}

.form label {
	display:inline-block;
}

.form label span {
	color:#ED1E79;
}

.form .field > label {
	min-width:110px;
	margin-right:10px;
}

.form .field div label {
	min-width:80px;
}

.single-column label {
	height:30px;
	line-height:30px
}

.form h4 {
	text-align:left;
	color:#000000;
	margin-bottom:1.5rem;
}

.form-control {
	display:block;
	padding:0 10px;
	border:1px solid #DCD5CC;
	border-radius:4px;
	background-color:#ffffff;
	background-clip: padding-box;
	outline:none;
}

textarea.form-control {
	padding:10px 12px;
	line-height:1.2;
	height:200px;
} 

select.form-control {
	padding: 0 30px 0 8px;
}

.single-column select.form-control {
	width:100%;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form div#spamtrap {
	visibility:hidden
}

.form .error {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	z-index:2;
	float:none;
	clear:both;
}

.form #ajax-form-server-errors {
	position:relative;
	color:#f00;
	visibility:visible;
}

.form #ajax-form-server-errors.error div {
	padding:0 0 20px;
}

.form .error div,
.form .error span {
	display:block;
	clear:both;
	font-size:1.2em;
	line-height:2;
	padding:0;
	margin:0;
    color:#f00;
}

.form #ajax-form-server-errors span:last-of-type {
	margin-bottom:20px;
}

.form .error:before {
	position:absolute;
	top:0;
	left:0;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid blue; 
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
    background-color:#ffffff;
    padding:0 3rem;
    border:none;
    height:40px;
    width:auto;
    min-width:inherit;
    display:inline-block;
    color:#6F5635;
	cursor:pointer;
	border-radius:6px;
	border:1px solid #6F5635;
    -webkit-appearance: none;
    -moz-appearance: none;
	transition: all 200ms;
}

.form .button + .button {
	margin-left:1rem;
}

.form .button:hover {
	border-color:#064A3B;
	color:#ffffff;
	background:#3C8B30;
}

#ajax-form-recaptcha {
	position:relative;
	width: 290px;
	overflow:hidden;
	margin:0;
}

#ajax-form-recaptcha:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	border: 1px solid #d3d3d3;
	pointer-events: none;
	height:76px;
	width:290px;
	border-radius:2px;
	z-index:10;
}

#ajax-form-recaptcha > div {
	margin-left:-5px;
}

/* ONLINE PAYMENT FORM */

.online-payment-form label {
	display:block;
	text-align:right;
	font-weight:700;
}

.form.online-payment-form .field {
	display:flex;
	justify-content: space-around;
	margin-bottom:15px;
}

.form.online-payment-form .field > div {
	display:inline-block;
	flex: 0 0 49.5%;
}

.form.online-payment-form #captcha {
	margin: 30px 0 20px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

.form input[type=submit]:disabled,
.form button:disabled,
.form input[type=submit][disabled=disabled],
.form button[disabled=disabled],
.form input[type=text]:disabled,
.form input[type=text][disabled=disabled],
.form text:disabled,
.form text[disabled=disabled] {
	border-color:#cccccc !important;
    background:#cccccc !important;
}

.form input[type=submit]:disabled,
.form button:disabled,
.form input[type=submit][disabled=disabled],
.form button[disabled=disabled] {
	color:#999999 !important;
}

.form input[type=submit]:disabled .icon,
.form button:disabled .icon,
.form input[type=submit][disabled=disabled] .icon,
.form button[disabled=disabled] .icon {
	filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(1926%) hue-rotate(88deg) brightness(111%) contrast(83%);
}


/* SECTIONS - FORM RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 767px) {

	#ajax-form-container section {
		background-position: top center;
	}

	#booking-details {
		margin-bottom:5rem;
	}

	select.form-control {
		width:100%;
	}

	.booking-form .field,
	.form .field.single-column {
		justify-content: space-between;
	}

	.form .field.single-column > div,
	.form .field.single-column.width-60 > div {
		flex: 0 0 48%;
	}

	.booking-form .field > label {
		width:100%;
	}

	#booking-details .field > div,
	#booking-details .field > .form-control {
	    margin-right: 0;
	}

	#booking-details .field:not(.single-column) > div {
		display: flex;
    	flex-wrap: nowrap;
    	flex: 0 0 31%;
    	margin-right: 0;
	}

	.form .field.buttons {
		justify-content: flex-start;
		margin-bottom:25px;
	}

	/* ONLINE PAYMENT FORM */

	.form.online-payment-form .field {
		flex-wrap:nowrap;
		justify-content: space-between;
	}

	.form.online-payment-form .form-control {
		width:100%;
	}

}

@media only screen and (max-width: 575.98px) {

	.form .field {
		margin-bottom:0;
	}

	.form .field.single-column > div,
	.form .field.single-column.width-50 > div,
	.form .field.single-column.width-60 > div {
		flex: 0 0 100%;
	}

	.booking-form .field > div {
		margin-bottom:25px;
	}

	#booking-details .field:not(.single-column) > div {
		flex: 0 0 48%;
	}

	.form .field.single-column > div {
		flex: 0 0 100%;
	}

	/* ONLINE PAYMENT FORM */

	.online-payment-form label {
	    text-align: left;
	}

	.form.online-payment-form .field {
		flex-wrap:wrap;
	}

	.form.online-payment-form .field > div {
		flex: 0 0 100%;
	}

}

@media only screen and (max-width: 420px) {

	#booking-details .field:not(.single-column) > div {
		flex: 0 0 100%;
	}

	/* DATEPICKER CSS */

	.datepicker>.datepicker_inner_container>.datepicker_calendar {
		width:14.3em;
	}

	.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td {
		padding: 8px 7.5px;
	}
	
}

/* CONTENT - ANIMATION STYLES - SELECTED FROM ANIMATE.CSS (ZOOMIN,FADEINUP,FADEINLEFT)
----------------------------------------------------------------------------------------------------*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

/* CUSTOM ANIMATE CSS ADDITION */

.animated.delay-02s {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.animated.delay-04s {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.animated.delay-06s {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.animated.delay-08s {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

/* CONTENT - PREFOOTER
----------------------------------------------------------------------------------------------------*/

#prefooter {
	background-color:#064A3B;
}

#prefooter h2 {
	color:#ffffff;
}

#prefooter-carousel .slick-slide {
	margin-bottom:10rem;
}

#prefooter-carousel .carousel-arrow {
	top:28%;
}

#prefooter-carousel img {
	border:5px solid #ffffff;
	border-radius:6px;
	margin:0 auto 1.5rem;
	transition: border-color 200ms;
}

#prefooter-carousel a:hover img {
	border-color:#3C8B30;
}

#prefooter-carousel span {
	display:block;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.2;
	text-align:center;
}

#prefooter-carousel .tour-title {
	color:#ffffff;
}

#prefooter-carousel .tour-price {
	color:#7AC943;
}

/* CONTENT - FOOTER
----------------------------------------------------------------------------------------------------*/

#footer {
	background-color:#ffffff;
    text-align:center;
}

#footer section {
    padding: 7rem 15px 3rem;
}

/* BANNERS */

#banners {
	display:grid;
	grid-gap:1.5%;
	grid-template-columns: 5% 40.5% 40.5% 5%;
	margin-bottom:7rem;
}

#banners a:nth-child(odd) {
	grid-column-start: 2;
}

#banners a:nth-child(even) {
	grid-column-start: 3;
}

#banners img {
	width:100%;
	height:auto;
}

/* FOOTER LINKS */

#footer-links > div {
	flex:1 0 24%;
	max-width:24%;
}

#footer-links > div:first-child,
#footer-links > div:last-child {
	flex:1 0 38%;
	max-width:38%;
}

#footer-links h4 {
	display:block;
	margin-bottom:10px;
}

#footer-links a {
	font-size:1.6rem;
	line-height:1.4;
	color:#6F5635;
	text-decoration:underline;
}

/* FOOTER CAROUSEL */

#footer-carousel .slick-dots li button {
    background-color: #F0E8DF;
    border: 1px solid #F0E8DF;
}

#footer-carousel .slick-dots li.slick-active button {
    background-color: #7AC943;
    border: 1px solid #7AC943;
}

#footer-carousel a {
	margin-bottom:3rem;
}

#footer-carousel img {
	margin:0 auto;
}


/* FOOTER COPYRIGHT */

#copyright {
	text-align:center;
	border-top:2px solid #EDE6DF;
}

#copyright section {
    padding: 4rem 15px;
}

#copyright p {
	font-size:1.2em;
	font-weight:400;
	color:#666666;
	margin:0;
	line-height:2;
}

#copyright p span {
	display:block;
	margin-top:2rem;
}

#copyright p span,
#copyright p span a {
	color:#DCD5CC;
}

#copyright p span a {
	text-decoration:none;
}

/** CONTENT - FOOTER / PREFOOTER RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width:1023px) {

	/* BANNERS */

	#banners {
		grid-template-columns: 49.2% 49.2%;
		margin-bottom:7rem;
	}

	#banners a:nth-child(odd),
	#banners a:nth-child(even) {
		grid-column-start: auto;
	}

	/* FOOTER LINKS */

	#footer-links > div:first-child,
	#footer-links > div:last-child,
	#footer-links > div {
		flex:1 0 50%;
		max-width: 50%;
		margin-bottom:3rem;
	}

}

@media only screen and (max-width: 767px) {

	#prefooter-carousel .slick-slide {
		margin-bottom:8rem;
	}

	#prefooter-carousel .carousel-arrow {
	    top: 30%;
	}

	/* FOOTER LINKS */

	#footer-links > div:first-child,
	#footer-links > div:last-child,
	#footer-links > div {
		flex:1 0 100%;
		max-width: 100%;
	}

	#footer-links > div:last-child img {
		width:100%;
		height:auto;
		max-width:70%;
	}

}

@media only screen and (max-width: 575.98px) {

	#prefooter-carousel .slick-slide {
		margin-bottom:6rem;
	}

	#prefooter-carousel .carousel-arrow {
	    top: 30%;
	}

	/* BANNERS */

	#banners {
		grid-gap:1rem;
		grid-template-columns: 100%;
	}

	/* FOOTER LINKS */

	#footer-links > div:last-child img {
		max-width:100%;
	}

}
