html {
    font-size: 10px;
}
body {
    font-size: 1.6rem;
    line-height: 1.71429;
    font-family: 'Inter', -apple-system, sans-serif;
}
h1, h2, h3, .h3, h4 {
    font-family: 'Inter', -apple-system, sans-serif;
}
.navbar-default {
    font-family: 'Inter', -apple-system, sans-serif;
}
.banner-caption-s1 .center-text, .banner-home .banner-caption-s1 .center-text {
    text-align: left;
    font-family: 'Inter', -apple-system, sans-serif;
}
.banner-caption-s1 .center-text h1 span, .banner-home .banner-caption-s1 .center-text h1 span {
    font-size: 6.0rem;
    font-weight: 700;
    letter-spacing: -2px;
}
.banner-caption-s1 .center-text .banner-subtitle, .banner-home .banner-caption-s1 .center-text .banner-subtitle {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 125%;
}
.nav-tabs {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1em;
    color: #307a55;
    overflow: auto;
    white-space: nowrap;
}
.article .img-caption {
    font-family: 'Inter', -apple-system, sans-serif;
}
.btn-banner {
    color: #ffffff;
    border-color: #ffffff;
    padding: 12px 24px;
}
.btn-banner:hover {
    background: #fff;
    color: #808080;
}
.mt-nav {
    /*display: none !important;*/
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2);
}
/*.mt-nav.is-stuck {
    display: block !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    z-index: 999 !important;
    background: #ffffff !important;
}*/
.nav-tabs > li > a {
    color: #808080;
    font-weight: 700;
}
.fancybox-lock {
    overflow: visible !important;
}
.nav-tabs > li.top-right-panel {
    float: none;
}
.mt-footer-bar {
    position: fixed;
    bottom: 0;
    z-index: 999;
    height: auto;
    width: 100%;
    padding: .5em;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.mt-footer-bar .sub-info h3 {
    margin-bottom: 0px;
    color: #307A55;
    font-size: 2.1rem;
    font-weight: 700;
}
.mt-footer-bar .sub-info .meta {
    font-size: 1.4rem;
    font-weight: 700;
    color: #808080;
}
.mt-footer-bar .sub-info.right {
    display: flex;
    align-content: flex-end;
    text-align: right;
}
.mt-footer-bar .sub-info.right .meta {
    margin: auto;
    padding-right: 10px;
}
.mt-footer-bar .sub-info.right .meta .vi {
    font-size: 1.6rem;
    line-height: 100%;
    color: #404040;
    display: block;
}
.mt-footer-bar .btn {
    margin-top: 0px;
    display: inline-table;
}
.mt-footer-bar .flex-container {
    display: flex;
    justify-content: space-between;
}
.mt-footer-bar .flex-container .btn {
    margin: auto;
}
#header {
    background: transparent;
    position: absolute;
    border-bottom: none;
}
@media only screen and (min-width: 992px) {
    .dropdown-menu {
        width: 27em;
    }
}
@media only screen and (min-width: 705px) {
    .nav-tabs > li.top-right-panel {
        float: right;
    }
}
.image_hover .images_holder img.active_image, .image_hover .images_holder img.hover_image, .image_hover.hovered.show .images_holder img.active_image, .image_hover.hovered.show .images_holder img.hover_image {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.image_hover .images_holder img.hover_image {
    position: absolute;
    top: 0;
    left: 0;
}
.image_hover .images_holder img.hover_image{
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}
.image_hover .images_holder:hover img.active_image,
.image_hover.hovered.show .images_holder img.active_image {
    opacity: 1;
}
    .image_hover .images_holder img.active_image {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    display: block;
    width: 100%;
}
.article .img-caption {
    color: #ffffff;
    letter-spacing: unset;
}
.article h3 a {
    color: #404040;
}
.article.has-hover-s3:hover h3 a {
    color: #808080;
}
.browse-block .column.browse-destination a {
    background: #307a55;
}
.browse-block .column.browse-destination a:hover {
    background: #196b42;
}
.btn.btn-info-sub:hover {
    background: #307A55;
    border-color: #307A55;
}
.img-article .caption {
    background: #478968;
}
h1, h2, h3, .h3, h4 {
    color: #404040;
}
.navbar-default {
    font-size: 1.6rem;
    font-weight:700;
    color: #ffffff;
    letter-spacing: normal;
}
.dropdown-menu {
    background-color: #404040;
}
.dropdown-menu a {
    color: #ffffff;
}
.btn-banner {
    letter-spacing: normal;
}
.main-heading {
    font-size: 4.2rem;
    line-height: 100%;
    font-weight: 700;
    color: #404040;
    letter-spacing: normal;
    text-transform: unset;
}
.main-subtitle {
    letter-spacing: normal;
}
.article .hover-article .price {
    letter-spacing: normal;
}
.article .hover-article .link-more {
    letter-spacing: normal;
}
.browse-block .column {
    letter-spacing: normal;
}
.intro-heading {
    font-size: 4.2rem;
    line-height: 100%;
    font-weight: 700;
    color: #404040;
}
.btn.btn-lg {
    letter-spacing: normal;
}
.btn.btn-md {
    font-size: 1.4rem;
    line-height: 100%;
    letter-spacing: normal;
    font-weight: 700;
    border-radius: 5px;
    min-width: unset;
    background: transparent;
    color: #307A55;
    border-color: #307A55;
    border-width: 2px;
    padding: 12px 24px;
    box-shadow: none;
}
.content-block.guide-sub .designation {
    letter-spacing: normal;
}
.footer-nav {
    font-size: 1.6rem;
    letter-spacing: normal;
    font-family: 'Inter', -apple-system, sans-serif;
}
.copyright {
    font-size: 1.0666666666666667em;
    letter-spacing: normal;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
.nav-tabs > li {
    padding: 6px 5px;
    width: auto;
}
#scroll-to-top {
    position: static;
    background: transparent;
}
#scroll-to-top i {
    color: #808080;
    top: 2px;
    font-size: 2.4rem;
    webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#scroll-to-top:hover {
    background: transparent;
}
#scroll-to-top:hover i {
    color: #307a55;
    top: 2px;
}
.btn.btn-lg {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transition: none;
}
.btn {
    margin-top: 35px;
    transition: none;
}
.content-block.guide-sub .holder:hover .caption h3 {
     color: #ffffff; 
}
.content-block.guide-sub .holder:hover .caption {
    color: #ffffff;
}
.banner-caption-s1 .center-text, .banner-home .banner-caption-s1 .center-text {
    font-family: 'Inter', -apple-system, sans-serif;
}
.mt-two-col {
    /*padding-top: 24px !important;
    padding-bottom: 24px !important;*/
    padding-left: 24px !important;
    padding-right: 24px !important;
    max-width: 1600px !important;
}
@media (min-width: 744px) {
    .mt-two-col {
        /*padding-top: 60px !important;
        padding-bottom: 60px !important;*/
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
@media (min-width: 1128px) {
    .mt-two-col {
        margin: 0 auto !important;
        position: relative !important;
        max-width: 1760px !important;
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
}
.content-block .mt-two-col article {
    margin-top: 0px;
}
.mt-gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, 5vw);
    grid-gap: 10px;
    padding: 0px 10px;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
}
.gallery__item {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
}
.gallery__item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
}
.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 4;
}
.gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 7;
}
.gallery__item--4 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 7;
}
.gallery__item--5 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 7;
}
.gallery__item--6 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 7;
}
figcaption {
    color: #ffffff;
    display: block;
    float: left;
    position: absolute;
    bottom: 5px;
    left: 10px;
    text-shadow: 0 0 5px #000;
    line-height: 100%;
}
figure {
    position: relative;
    float: left;
}
.mt-gallery-list {
    margin-top: 90px;
    padding-left: 0px;
}
.mt-gallery-list li {
    float: left;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    clear: right;
}
.mt-gallery-list .info {
    position: absolute;
    bottom: 75px;
    left: 5px;
    letter-spacing: 1px;
    right: 5px;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mt-cave-gallery-list {
    margin-top: 90px;
    padding-left: 0px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);    
}
.mt-cave-gallery-list .gallery__item {
    float: left;
    width: 33.333%;
    padding: 10px;
    position: relative;
    overflow: hidden;
    clear: right;
    box-shadow: unset;
    border-radius: unset;
}
.mt-cave-gallery-list .gallery__item img {
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
}
.mt-cave-gallery-list .thumbnail {
    margin-bottom: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.mt-cave-gallery-list .info {
    position: absolute;
    top: 140px;
    left: 5px;
    right: 5px;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 0 5px #000;
}
a.thumbnail img {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.seperator {
    padding-bottom: 0px;
}
.img-article .mt-caption {
    position: relative;
    z-index: 4;
    padding: 20px 10px;
    color: #404040;
    text-align: center;
}
.banner-caption-s1 .center-text .btn-banner, .banner-home .banner-caption-s1 .center-text .btn-banner {
    border-radius: 5px;
}
.gallery-list.has-center a:after {
    background: transparent;
}
.footer-nav h3 {
    color: #9d9d9d;
    text-transform: uppercase;
}
img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.content-block {
    padding: 60px 0;
}
/*.content-block.choose-adv {
    padding-top: 143px;
    padding-bottom: 60px;
}*/
.demo-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn.btn-default {
    font-size: 1.6rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: normal;
    border-radius: 5px;
    min-width: unset;
    background: transparent;
    color: #307A55 !important;
    border-color: #307A55;
    border-width: 2px;
    padding: 12px 24px;
}
.btn.btn-default:hover {
    background: #307A55;
    border-color: #307A55;
    box-shadow: none;
    color: #fff !important;
    border-radius: 5px;
}
.btn.btn-default:before {
    transition: none;
}
.filter-option .filter-slide .select-col {
    margin-top: 0px;
    width: auto;
    padding: 0 10px 10px;
}
.select-col.result-count {
    vertical-align: bottom;
    color: #307A55;
    display: none;
}
.select-col.result-count h3 {
    color: #307A55;
    font-weight: 700;
}
.jcf-select.jcf-select-filter-select {
    background: transparent;
    height: 48px;
    width: 100%;
    border-style: solid;
    border-color: #307A55;
    border-width: 2px;
    border-radius: 5px;
}
.jcf-select.jcf-select-filter-select .jcf-select-text {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 44px;
    padding-left: 15px;
    color: #307A55;
    margin-right: 35px;
}
.jcf-select.jcf-select-filter-select .jcf-select-opener:after {
    color: #307A55;
    right: 15px;
    content: '\e906';
    font-size: 0.9333333333333333em;
}
.jcf-select-drop.jcf-select-filter-select .jcf-list {
    background: #307A55;
}

.jcf-select-drop.jcf-select-filter-select .jcf-option {
    padding-left: 15px;
    color: #ffffff;
    font-weight: 700;
}
.jcf-select-drop.jcf-select-filter-select .jcf-option.jcf-hover {
    background: #19643F;
}
.btn.btn-default.active {    
    background: #307A55;
    border-color: #307A55;
    box-shadow: none;
    color: #fff !important;
    border-radius: 5px;
}
.article footer .price{
    max-width: unset;
}
.owl-carousel .owl-wrapper{
    margin-bottom: 5px;
}
.filter-option .items-count {
    position: absolute;
    bottom: 0;
    right: 25px;
    margin-bottom: 0px;
}
.filter-option .items-count > h3 {
    color: #307A55;
    font-weight: 700;
    margin-bottom: 0px;
}
h3, .h3 {
    font-size: 2.1rem;
    font-weight: 700;
}
.article .img-wrap img {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.article.has-hover-s1:hover .img-wrap img {
    border-radius: 5px;
}
.thumbnail.article {
    margin-top: 0px;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -25px;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -25px;
}
    .demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next:after, .demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:after {
        font-size: 2.5rem;
        font-weight: 700;
    }
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next, .demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-color: transparent;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #808080;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next:hover, .demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background-color: transparent;
}
.content-block.guide-sub .img-article {
    padding-left: 10px;
    padding-right: 10px;
}
.content-block.guide-sub .img-article img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
}
.content-block.guide-sub .img-article .gallery__item {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
a:hover, a:focus {
    border-radius: 5px;
}
.article .thumbnail .img-wrap {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.gallery-list a {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.gallery-list {
    margin-left: 5px;
}
.teambuilding-block .gallery-list li {
    padding: 6px;
    margin: 0;
}
.filter-option {
    padding-left: 20px;
}
.article .thumbnail .mt-meta {
    margin-bottom: 15px;
}
.article .thumbnail .mt-meta .info {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em;
    padding-right: 5px;
    color: #808080;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
}
.article .thumbnail .mt-meta .info.noswim {
    color: #307A55;
}
.article .thumbnail {
     box-shadow: unset;
}
.article .thumbnail h3 {
    font-size: 2.1rem;
    font-weight:700;
    color: #404040;
}
.article .thumbnail p {
    font-size: 1.6rem;
    line-height: 175%;
    font-weight: 400;
    color: #404040;
    letter-spacing: unset;
    margin-bottom: 15px;
}
.article .thumbnail .mt-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #404040;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em;
    padding-right: 5px;
    text-transform: uppercase;
}
.navbar-default .navbar-toggle {
    top: -43px;
}
.divide-img {
    padding-top: 60px;
    padding-bottom: 60px;
}
.divide-img img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: unset;
}
.search-wrap .close {
    border-radius: 5px;
}
.teambuilding-block .btn {
    margin-bottom: 35px;
}
.teambuilding-block .detail-accordion > li > a {
    padding-left: 20px;
}
@media only screen and (min-width: 992px) {
    .detail-accordion > li > a {
        padding-left: 20px;
    }
}
.detail-accordion .slide-holder {
    margin: 0;
}
.slide-holder a {
    color: #307A55;
    font-weight: 700;
    text-transform: uppercase;
}
.search-wrap {
    background: rgba(64,64,64,0.9);
}
.trip-form-v2 {
    background: #ffffff;
    border-radius: 5px;
    border-color: transparent;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
    .trip-form-v2.trip-search-main .holder.fw {
        width: 100%;
        margin-bottom: 5px;
    }
    .trip-form-v2.trip-search-main .holder input[type='search'] {
        width: 100%;
        font-style: normal;
        font-size: 1.2em;
        font-weight: normal;
        color: #808080;
        line-height: 32px;
        padding: 6px 12px;
        border-style: solid;
        border-radius: 5px;
        border-color: #307A55;
        border-width: 2px;
    }
    .trip-form-v2 button {
        font-style: normal;
        width: 100%;
        height: 48px;
    }
    .trip-form-v2.trip-search-main {
        max-width: 800px;
    }
.trip-form .holder {
    padding: 0 20px;
}
.trip-form-v2 label {
    color: #808080;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: unset;
}
.trip-form-v2 li > label {
    color: #307A55;
}
.trip-form-v2 .trip-note {
    width: 66.666%;
    letter-spacing: unset;
}
.custom-checkbox .check-input {
    width: 18px;
    height: 18px;
    border: 2px solid #307A55;
    border-radius: 3px;
}
.custom-checkbox .check-input:after {
    content: '\f00c';
    font: 13px/14px 'FontAwesome';
    color: #ffffff;
    background-color: #307A55;
}
.dropdown-menu a {
    font-weight: 700;
}
.img-article .mt-caption .info {
    color: #808080;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    font-weight: 700;
}
.detail-accordion {
    text-align: left;
    overflow-anchor: none;
}
/* begin custom css landing tour
.js-ready #header {
    background: #252525;
    border-bottom: 1px solid #181818;
}
*/
/*.article-item {
    color: #404040;
    border-bottom: dashed 1px rgba(0,0,0,0.2);
}*/
.img-article .text-block h3 {
    color: #408462;
   
}
.latest-articles a {
    padding: 5px;
    display: block;
}
.latest-articles a:first-child {
    padding-top: 10px;
}
.latest-articles a:last-child {
    padding-bottom: 5px;
    border: none;
}
.latest-articles a:before {
    content: '\f101';
    font-family: fontawesome;
    padding-right: 6px;
    top: 0;
    left: 0;
}
.latest-articles .article-item {
    font-size: 1.6rem;
    line-height: 175%;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next, .demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    opacity: 1;
    visibility: visible;
}
.mt-nav-tabs {
    font-size: 2.1rem;
    text-align: right;
    font-weight: 700;
    overflow-anchor: none;
}
.mt-nav-tabs > li{
        
    list-style-type: none;
}
.mt-nav-tabs > li a {
    width:7em;
    border: 0;
    margin: 0;
    padding: 10px 30px 10px 10px;
    margin-right: -26px;
    display: inline-block;

}
.mt-nav-tabs > li.active a, .mt-nav-tabs > li a:hover {
    background: #307a55;
    border-radius: 0;
    color: #ffffff;
}
/*.mt-nav-tabs > li.active div a, .mt-nav-tabs > li a:hover {
    color: #ffffff;
}*/
.mt-title {
    font-size: 2.1rem;
}
.tab-container {
    margin-right: 10px;
}
.hightlight.content-list.tick-list li {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 175%;
}

.content-list.tick-list li {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
}

.content-list.tick-list li:before {
    padding: 5px 3px 2px 3px;
    font-size: 2.1rem;
    color: #307a55;
    font-family: "Material Icons";
    content: "\e834";
}

.mt-black{
    color:#404040;
}
.mt-grey {
    color: #808080;
}
.mt-box {
    border: 2px dashed #307a55;
    border-radius: 5px;
}
.mt-box h3.title {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    color: #307a55;
    text-transform: uppercase;
}

.content-block.first{
    padding-top:120px;
}
.content-block.last {
    padding-bottom: 120px;
}
.nav-tabs > li a {
    font-size: 1.6rem;
    color: #307a55;
    font-weight: 400;
}
.nav-tabs > li.active a, .nav-tabs > li:focus a,
.nav-tabs > li > a:hover, .nav-tabs > li.active a:focus {
    font-size: 1.6rem;
    color: #404040;
    font-weight: 700;
}

a.mt-readmore {
    color: #307a55;
    font-size: 1em;
}
    a.mt-readmore.active:before{
        content:"...";
    }
    .mt-more-div {
        display: none;
    }

.mt-banner-text {
    display: inline-block !important;
    vertical-align: bottom !important;
    margin-bottom: 0 !important;
}
.center-text.mt-banner-text, .banner-caption-s1.mt-banner-text .center-text {
    text-align: left !important;
}

.space-60{
    height:60px;
}

.mt-intro p {
    font-size: 2.1rem;
    margin-bottom: 35px;
}
.faq-gallery-big {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 11.7vw);
    grid-gap: 20px;
    padding: 0px 128px;
}
.faq-gallery-big figcaption {
    position: absolute;
    top: 40%;
    left: 5px;
    right: 5px;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 0 5px #000;
}
.faq-gallery-big__item--1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.faq-gallery-big__item--2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.faq-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 10vw);
    grid-gap: 20px;
    padding: 20px 128px;
}
.faq-gallery figcaption {
    position: absolute;
    top: 25%;
    left: 5%;
    right: 5%;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 0 0 5px #000;
}
.faq-gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}
.faq-gallery__item--2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.faq-gallery__item--3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}
.faq-gallery__item--4 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}
.faq-gallery__item--5 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
}
.faq-gallery__item--6 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
}
.faq-gallery__item--7 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}
.faq-gallery__item--8 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
.faq-gallery__item--9 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
}
.faq-gallery__item--10 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
}
.faq-gallery__item--11 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
}
.payment-option img {
    box-shadow: none;
    border-radius: 0;
}
.logo img {
    box-shadow: none;
}
.default-page #header {
    background: #FFF;
    border-bottom: none;
}
.navbar-default.text-green .navbar-nav > li > a {
    color: #307A55;
}
.gallery__item .btn {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner.banner-home .subtitle {
    font-style: normal;
    margin-bottom: 0px;
}
.custom-checkbox input[type='checkbox']:checked + input[type='hidden'] + .check-input:after {
    opacity: 1;
}
.parallax.banner-inner:before {
    background: none;
}
.banner.banner-home {
    height: 540px;
    min-height: unset;
}
.banner-text .center-text {
    margin: 0;
}
.banner-fit {
    min-height: unset;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 28.125%;
}
.banner-fit img, .banner-fit iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: unset;
}
.footer-holder h3 {
    font-size: 0.8em;
}
.footer-nav a {
    color: #aaa;
}
.footer-nav a:hover {
    color: #fff;
}
#footer {
    background-color: #404040;
    background-image: unset;
}
.left-text {
    text-align: left!important;
}
p.intro {
    font-size: 2.1rem;
    line-height: 175%;
    font-weight: 400;
    color: #404040;
    margin-bottom: 0px;
}
.accordion-v2 > li > a {
    border-radius: 5px;
    color: #404040;
    background-color: #f0f0f0;
    border-bottom: none;
}
.accordion-v2 > li.active > a {
    color: #fff;
    background-color: #307a55;
}
.detail-accordion > li.active > a:after {
    color: #fff;
}
.detail-accordion > li.active {
    box-shadow: none;
}
.detail-accordion > li {
    border: none;
}
.detail-accordion .title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 175%;
}
.detail-accordion .slide-holder p {
    font-weight: 400;
    line-height: 175%;
}
.mt-more-div p {
    font-size: 2.1rem;
}
header.content-heading p.intro {
    margin-bottom: 34px;
}
@media only screen and (min-width: 992px) {
    .default-page #main {
        padding-top: 100px;
    }
}
.filter-slide .btn.btn-default {
    font-size: 1.4rem;
    line-height: 100%;
}
.flex-container .btn.btn-default {
    font-size: 1.6rem;
    line-height: 100%;
}
.copyright, .credits {
    font-size: 1.6rem;
    color: #aaaaaa;
}
.credits a {
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .gallery-list.gallery-main li {
        width: 33%;
    }
}
@media only screen and (max-width: 768px) {
    .mt-cave-gallery-list .info {
        top: 75px;
    }
}
.cate-list img {
    height: 233px;
}
.trip-form .holder {
    vertical-align: top;
}