@charset "utf-8";
/* CSS Document */



.home-transfers-left {
    display: none;
}

.home-transfers-center {
    flex-basis: 100%;
}

.home-transfers-right {
    flex-basis: 100%;
    max-width: none;
}

.home-transfers-center-bottom {
    margin-bottom: -15vw;
    z-index: 10;
}

.home-transfers-center-top {
    min-height: auto;
    margin: 5vw 0;
}

.home-transfers {
    row-gap: 5vw;
}

.home-about {
    flex-wrap: wrap;
}

.home-about-title {
    text-align: center;
    flex-basis: 100%;
    margin: 3vw auto;
    padding: 0;
    width: 100%;
    height: fit-content !important;
}

.home-about-outline {
    max-height: 400px;
    max-width: none;
}

.home-about-content {
    max-width: none;
    flex-wrap: wrap;
    justify-content:center;
}

.home-about-content-text {
    order: 2;
    flex-basis: 100%;
}

.home-about-content-photo {
    order: 1;
    position: relative;
    top: 0;
    left:0;
}
.header-video.fullwidth {min-height:800px}									  

.list-tours {margin-left: 0;width: 100%;}

.home-tours {
    flex-direction: column;
    row-gap: 2vw;
    align-items: center;
}



.footer-holder {max-width: 500px;}

.footer-address {border: 0;}



.box-footer-contact {margin-top: -8vw;}

.footer-right {
    order: 2;
}

.footer-left {
    order: 1;
    flex-grow: 1;
}

.footer-center {
    order: 3;
    text-align: center;
    margin: 0;
}

.footer-bottom {
    order: 4;
}

.footer-center-menu {
    justify-content: center;
}


.header-logo {
    order: 1;
    flex-basis: 50%;
}

.header-menu {
    order: 2;
    flex-basis: 50%;
    display: none;
}

.header-tagline {
    order: 3;
    flex-basis: 100%;
    margin-top: 120px;
    margin-bottom: 2vw;
}

.header-carousel {
    order: 4;
    flex-basis: 100%;
    flex-basis: 80%;
    margin: 0 auto;
}

.header.fullwidth {
    flex-wrap: wrap;
}

.menu-mob {
    flex-basis: 50%;
    order: 2;
    position: absolute;
    right: 0;
    display: flex;
    height: 100px;
}

.menu-mob a {
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 2vw;
}

.header-video {
    width: 100%;
    overflow: hidden;
    display: flex;
}
			.home-about-content-photo img {
    position: relative;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.header-in {
    order: 3;
    margin-top: 0;
}

.header-bg {height: 75vw;}

.header-in-photo .orange-dot {
    right: 12vw;
    top: 19vw;
    width: 8vw;
    height: 8vw;
}

.header-carousel .orange-dot {
    right: 28%;
    top: 42%;
    height: 10vw;
    width: 10vw;
}

.header-in-tour {
    padding: 1vw;
}

.header-bg {
    margin-top: -10vw;
}

.content-tour {
    display: flex;
    flex-direction: column;
}

.tour-intro {
    order: 1;
}

.tour-features {
    order: 3;
}

.tour-overview {
    order: 2;
}

.form-box {
    flex-direction: column;
}

.form-box-right .home-transfers-S {
    width: 30vw;
    height: 60vw;
}

.tagline-special-en {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 12vw;
}



.content-grid-item {

flex-basis: 100%;

border-right:none;
margin: 10px auto;
padding-bottom: 40px;
border-bottom: 1px solid #0a807e;
}

.content-grid-item:last-child {border-bottom:none}
.home-tours .home-scroller-button {display:none;}
.home-list-tours {overflow-x:auto;}
.home-list-tours a:first-child {margin-left:10px;}

