/*
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'GlacialIndifference';
    src: url('https://www.onethreeonefour.com/dist/fonts/GlacialIndifference-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('https://www.onethreeonefour.com/dist/fonts/GlacialIndifference-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

.btn-pink {
	background: #ed6f7f;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    border: 1px solid #ed6f7f;
    padding: 15px 35px;
    border-radius: 30px;
}


.flexbox-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flexbox-1 .col {
    flex: 1;
}

.btn-olive {
    background: #405530;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    border: 1px solid #405530;
    padding: 15px 35px;
    border-radius: 30px;
}

.btn-olive:hover , .btn-olive:focus, .btn-olive:active, .btn-olive:active.focus, .btn-olive:active:focus {
	border-color: #324325;
	background: #324325;
	font-weight: 800;
	color: #ffffff;
}

#cherry-blossoms-header {
	position: relative;
}

#cherry-blossoms-header .arrow-container, #cherry-blossoms-kyoto-header .arrow-container  {
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0px;
    text-align: center;
    margin-bottom: 20px;
}

#cherry-blossoms-header.autumn .arrow-container {
	bottom: 15%;
}

#cherry-blossoms-header .bounce, #cherry-blossoms-kyoto-header .bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

#cherry-blossoms-header .arrow img, #cherry-blossoms-kyoto-header .arrow img {
    width: 20px;
    cursor: pointer;
}

#cherry-blossoms-header .header-img{
	width: 100%;
}

#cherry-blossoms-highlights {
	background: #F2F1FB;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}


#cherry-highlights {
	margin-top: 50px;
}

#cherry-highlights .highlight-img {
	max-width: 100%;
    margin-bottom: 20px
}

#cherry-highlights .highlights-title {
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #e16f88;
}

#cherry-highlights .small-divider {
    width: 50px;
    border-top: 1px solid #9e6b70;;
    display: inline-block;
}

#cherry-highlights .description {
    letter-spacing: 1.5px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}


#cherry-highlights .item:nth-child(3n+1) {
    clear: both;
}

#cherry-blossoms-highlights .content-container {
	z-index: 2;
	text-align: center;
	position: relative;
}

#cherry-blossoms-highlights .icons {
	margin-bottom: 15px;
}

#cherry-blossoms-highlights .subtitle {
	text-transform: uppercase;
	font-family: 'EB Garamond', serif;
	letter-spacing: 1.5px;
	color: #9e6b70;
	font-size: 16px;
	margin-bottom: 10px
}

#cherry-blossoms-highlights .h1-wrapper {
	display: inline-block;
	border-top: 1px solid #9e6b70;
	border-bottom: 1px solid #9e6b70;
}

#cherry-blossoms-highlights h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.0px;
	font-weight: 600;
	color: #e16f88;
	display: inline-block;
	border-top: 1px solid #9e6b70;
	border-bottom: 1px solid #9e6b70;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
}

#cherry-blossoms-highlights .package-highlight {
	text-transform: uppercase;
	font-family: 'EB Garamond', serif;
	letter-spacing: 2.5px;
	background: #e398a9;
	color: #ffffff;
	display: inline-block;
	margin-top: 15px;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 12px;
	font-weight: 300;
}

#cherry-blossoms-highlights .highlights{
	margin-top: 30px;	
}

#cherry-blossoms-highlights .highlights .highlight-item {
	z-index: 2;
}

#cherry-blossoms-highlights .highlights .inner {
	border-radius: 8px;
	padding: 20px;
	color: #ffffff;
	text-align: center;
	height: 100%;
}

#cherry-blossoms-highlights .highlights .inner .highlight-img{
	max-width: 100%;
}

#cherry-blossoms-highlights .highlights .inner .highlights-title {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 15px;
	line-height: 24px;
}

#cherry-blossoms-highlights .highlights .pink {
	background: #e16f89;
}

#cherry-blossoms-highlights .highlights .lilac {
	background: #9a6ec5;
}

#cherry-blossoms-highlights .highlights .lavender {
	background: #b86798;
}

#cherry-blossoms-highlights .highlights .circle {
	width: 17px;
	height: 17px;
	background: #F2F1FB;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 50%;
}

#cherry-blossoms-highlights .highlights .small-divider {
	width: 50%;
	border-top: 1px solid #ffffff;
	display: inline-block;
}

#cherry-blossoms-highlights .highlights .description {
	font-family: 'EB Garamond', serif;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#best-spots {
	background: #e4e2ee;
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	min-height: 800px;
}

#best-spots .content-container {
	z-index: 2;
	position: relative;
}

#best-spots .content-container .emphasize {
	color: #e16f88;
	font-weight: 700;
}

#best-spots .numbering {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #e16f88;
	font-weight: 600;
}

#best-spots .subtitle {
	text-transform: uppercase;
	font-family: 'EB Garamond', serif;
	letter-spacing: 1.5px;
	color: #9e6b70;
	font-size: 16px;
	margin-bottom: 10px;
}

#best-spots h2 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.0px;
	font-weight: 600;
	color: #e16f88;
	display: inline-block;
	border-top: 1px solid #9e6b70;
	border-bottom: 1px solid #9e6b70;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 36px;
}

#best-spots .h2-wrapper {
	display: inline-block;
	border-top: 1px solid #9e6b70;
	border-bottom: 1px solid #9e6b70;
}

#best-spots .description {
	font-family: 'EB Garamond', serif;
	color: #686868;
	margin-top: 20px;
	font-size: 16px;
}

#best-spots .polaroids-container {
	position: absolute;
	bottom: 70px;
	right: 80px;
}

#best-spots .polaroids-container img {
	max-width: 100%;
}

#best-spots #japan-map {
	position: absolute;
	right: 30px;
	top: 30px;
}

#best-spots #japan-map img {
	height: 100%;
	max-height: 700px;
	max-width: 100%;
}

#kimono {
	background: #fde2f0;
	position: relative;
}

#kimono .kimono-lady {
	position: relative;
	margin-top: -160px;
	margin-left: -150px;
}

#kimono .kimono-container {
	width: 500px;
	display: inline-block;
}

#kimono .content-container {
	display: inline-block;
	z-index: 2;
	position: relative;
	height: 100%;
	width: 40%;
	padding-right: 30px;
}

#kimono .content-container .numbering {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #e16f88;
    font-weight: 600;
}

#kimono .content-container .subtitle {
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #9e6b70;
    font-size: 16px;
    margin-bottom: 10px;
}

#kimono .h2-wrapper {
	display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
}

#kimono .content-container h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.0px;
    font-weight: 600;
    color: #e16f88;
    display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 30px;
}

#kimono .content-container .emphasize {
	color: #e16f88;
	font-weight: 700;
}

#kimono .description {
	font-family: 'EB Garamond', serif;
    color: #686868;
    margin-top: 20px;
    font-size: 16px;
}

#kimono .kimono-upgrade {
	margin-top: 15px;
	max-width: 380px;
	width: 100%;
}

#cherry-blossoms-featured-cities {
	background: #f2f0fb;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

#cherry-blossoms-featured-cities .content-container {
	z-index: 2;
	text-align: center;
	position: relative;
}

#cherry-blossoms-featured-cities h2 {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.0px;
    font-weight: 600;
    color: #e16f88;
    display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 36px;
    padding-left: 150px;
    padding-right: 150px;
}

#cherry-blossoms-featured-cities .h2-wrapper {
    display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
    margin-top: 15px;
}

#cherry-blossoms-featured-cities .subtitle {
	text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #9e6b70;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
}

#cherry-blossoms-featured-cities .featured-city-img {
	max-width: 100%;
}

#cherry-blossoms-featured-cities .text-container {
	text-align: left;
}

#cherry-blossoms-featured-cities .text-container.mobile {
	display: none;
}

#cherry-blossoms-featured-cities .city-title {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #e16f88;
    font-size: 26px;
}

#cherry-blossoms-featured-cities .city-subtitle {
	text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #9e6b70;
    font-size: 18px;
    margin-bottom: 10px;
}

#cherry-blossoms-featured-cities .blooming-period {
	text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #e398a9;
    font-size: 16px;
    margin-bottom: 10px;
}

#cherry-blossoms-featured-cities .description {
	color: #686868;
	font-size: 16px;
	line-height: 20px;
	font-family: 'EB Garamond', serif;
}

#cherry-blossoms-featured-cities .city-row {
	margin-bottom: 20px;
}

#cherry-blossoms-featured-cities .sample-btn-container {
	margin-top: 25px;
}

#cherry-blossoms-featured-cities .sample-btn-container .btn-sample {
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #e16f88;
	border: 1px solid #e16f88;
	padding: 12px 20px;
	border-radius: 8px;
	font-size: 12px;
}

#cherry-blossoms-featured-cities .sample-btn-container .btn-sample:hover {
	background: #da637d;
    border-color: #da637d;
}

#cherry-blossoms-featured-cities .img-container {
	height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
}

#cherry-blossoms-featured-cities .img-cover{
    width: 100%;
    max-width: 100%;
}

#cherry-blossoms-featured-cities .img-container .text {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#cherry-blossoms-featured-cities .album-title {
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #555;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: left;
}

#cherry-blossoms-featured-cities .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
    transition: 0.8s ease;
    background-color: #000000;
}

#cherry-blossoms-featured-cities .album-divider {
    border-top: 1px solid #bbb9bf;
    width: 75%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#cherry-blossoms-featured-cities .album-pg {
    font-size: 12px;
    text-align: left;
}


#cherry-blossoms-featured-cities .album-item {
    margin-bottom: 30px;
}

#cherry-blossoms-featured-cities .album-item:nth-child(4n+1) {
	clear: both;
} 


#cherry-blossoms-other-cities {
	background: #e16f88;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

#cherry-blossoms-other-cities .content-container {
	z-index: 2;
	text-align: center;
	position: relative;
}

#cherry-blossoms-other-cities #branch {
	position: absolute; 
	top: 15px;
	left: 0px;
}

#cherry-blossoms-other-cities h2 {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.0px;
    font-weight: 600;
    color: #ffffff;
    font-size: 36px;
}

#cherry-blossoms-other-cities .subtitle {
	text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #ffd7e0;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
    display: inline-block;
    max-width: 500px;
    width: 100%;
}

#cherry-blossoms-other-cities .other-cities-row {
	margin-top: 70px;
}

#cherry-blossoms-other-cities .other-cities-img {
	max-width: 100%;
	margin-bottom: 25px;
}

#cherry-blossoms-other-cities .city-zh-name {
	color: #ffd7e0;
	font-size: 16px;
	letter-spacing: 3px;
}

#cherry-blossoms-other-cities .other-city-item {
	margin-bottom: 20px;
}

#cherry-blossoms-other-cities .city-name {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.0px;
    font-weight: 600;
    color: #ffffff;
    font-size: 26px;
}

#cherry-blossoms-other-cities .blooming-period {
	color: #ffd7e0;
	font-size: 16px;
	text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
}

#cherry-blossoms-other-cities .note {
	font-size: 12px;
	color: #ffd7e0;
	margin-top: 20px;
}

#cherry-blossoms-package {
	background: #f2f0fb;
	position: relative;
	padding-top: 70px;
	padding-bottom: 150px;
	text-align: center;
}

#cherry-blossoms-package  .content-container {
	position: relative;
	z-index: 2;
}

#cherry-blossoms-package .header {
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #9e6b70;
    font-size: 18px;
}

#cherry-blossoms-package h2 {
	text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 3px;
    color: #e16f88;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
}

#cherry-blossoms-package .price {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.0px;
    font-weight: 600;
    color: #e16f88;
    font-size: 26px;
    margin-bottom: 30px;
}

#cherry-blossoms-package .package-info {
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1.5px;
    color: #9e6b70;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 50px;
}

#cherry-blossoms-package .btn-enquiry {
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 3px;
	background: #e16f88;
	border: 1px solid #e16f88;
	padding: 12px 40px;
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 50px;
}

#cherry-blossoms-package .btn-enquiry:hover {
	background: #da637d;
	border-color: #da637d;
}

#cherry-blossoms-package .ttn {
	text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #9e6b70;
    font-size: 14px;
    line-height: 22px;
}

#cherry-blossoms-package #tree{
	position: absolute; 
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

#cherry-blossoms-package #tree img {
	max-width: 100%;
}

#cherry-blossoms-package.new {
	background: #fff0f8;
}

.petal { 
	z-index: 1; 
	position: absolute;
}

#petal-1 {top: 200px; left: 15px; }
#petal-2 {top: 210px; right: 20px;}
#petal-3 {bottom: 200px; left: 15px;}
#petal-4 {bottom: 150px; right: 15px;}
#petal-5 {top: 60px; right: 90px;}
#petal-6 {bottom: 200px; left: 10px;}
#petal-7 {top: 170px; left: 40px;}
#petal-8 {top: 40px; left: 350px;}
#petal-9 {top: 40px; right: 30px;}
#petal-10 {bottom: 60px; left: 30px;}
#petal-11 {top: 80px; left: 70px;}
#petal-12 {top: 50px; right: 70px;}
#petal-13 {top: 60px; left: 70px;}
#petal-14 {top: 100px; right: 50px;}
#petal-15 {top: 180px; right: 20px;}


/*
 * Kyoto, Nara, Osaka
 */
#cherry-blossoms-kyoto-header {
	margin-top: 90px;
	position: relative;
}

#cherry-blossoms-kyoto-header .header-img {
	width: 100%;
}

#kyoto-three-cities {
	background: #fdeff6;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#kyoto-three-cities .icons {
	margin-bottom: 15px;
}


#kyoto-three-cities .h1-wrapper {
    display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
}

#kyoto-three-cities h1 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #ec5376;
    display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 30px;
    line-height: 40px;
}

#kyoto-three-cities .subtitle {
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #9e6b70;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#kyoto-three-cities .description {
	font-family: 'EB Garamond', serif;
    color: #686868;
    font-size: 16px;
    max-width: 750px;
    display: inline-block;
    margin-bottom: 40px;
}

#kyoto-three-cities .cities-item img {
	max-width: 100%;
}

#kyoto-three-cities .cities-item .zh-name {
	margin-top: 20px;
	font-size: 16px;
    letter-spacing: 3px;
    color: #9e6b70;
}

#kyoto-three-cities .cities-item .en-name  {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.0px;
    font-weight: 600;
    color: #ec5376;
    font-size: 26px;
}

#blooming-period {
	background: #e16f88;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#blooming-period .subheader {
	font-family: 'EB Garamond', serif;
    color: #ffd7e0;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#blooming-period .blooming {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3.0px;
    font-weight: 600;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 15px;
}

#blooming-period .note {
    font-weight: 600;
    color: #ffd7e0;
    font-size: 12px;
    font-weight: 300;
}

#client-samples {
	background: #fdeff6;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#client-samples .h2-wrapper {
	display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
    margin-top: 15px;
}

#client-samples h2 {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #ec5376;
    display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 30px;
    line-height: 40px;
}

#client-samples .subtitle {
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #9e6b70;
    font-size: 16px;
    margin-top: 10px;
}

.client-samples-gallery {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 0px;
}

.client-samples-gallery .header {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #ec5376;
    font-size: 30px;
}

.client-samples-gallery .subheader-container {
	position: relative;
}

.client-samples-gallery .subheader {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #ec5376;
    font-size: 16px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 5px 20px;
}

.client-samples-gallery .line {
	border-top: 1px solid #ec5376;
	position: absolute;
	top: 50%;
	bottom: 50%;
	width: 100%;
	z-index: 1;
}

.client-samples-gallery .square {
	width: 10px;
	height: 10px;
	background: #ec5376;
	display: inline-block;
	position: absolute;
    top: calc(50% - 5px);
    bottom: calc(50% - 5px);
	-ms-transform:rotate(45deg); /* IE9 */
    -moz-transform: rotate(45deg);  /* FF3.5/3.6 */
    -o-transform: rotate(45deg);  /* Opera 10.5 */
    -webkit-transform: rotate(45deg);  /* Saf3.1+ */
    transform: rotate(45deg);  /* Newer browsers */
    /*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); *//* IE6,IE7, but produces nasty results, so I disabled it */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}

.client-samples-gallery .square.left {
	left: 0px;
}

.client-samples-gallery .square.right {
	right: 0px;
}

.client-samples-gallery .description {
	color: #ec5376;
	font-size: 8px;
	max-width: 600px;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 40px;
}

.client-samples-gallery img {
	max-width: 100%;
	width: 100%;
}

.client-samples-gallery .wrapper {
	padding-left: 70px;
	padding-right: 70px;
}

.client-samples-gallery .wrapper .sample {
	margin-bottom: 15px;
}

.client-samples-gallery .wrapper .odd {
	padding-right: 7.5px;
}

.client-samples-gallery .wrapper .even {
	padding-left: 7.5px;
}

/* Autumn */
#cherry-blossoms-highlights.autumn {background: #fff2df;}
#cherry-blossoms-highlights.autumn .subtitle {color: #492712;}
#cherry-blossoms-highlights.autumn h1 {border-top: 1px solid #ac7f64; border-bottom: 1px solid #ac7f64; color: #f29b32;}
#cherry-blossoms-highlights.autumn .h1-wrapper {border-top: 1px solid #ac7f64; border-bottom: 1px solid #ac7f64;}
#cherry-blossoms-highlights.autumn .package-highlight {background: #492712}
#cherry-blossoms-highlights.autumn .highlights .circle{background: #fff2df}
#cherry-blossoms-highlights .highlights .red {background: #C93E3E;}
#cherry-blossoms-highlights .highlights .brown {background: #4f3929;}
#cherry-blossoms-highlights .highlights .orange {background: #de7a4a;}

#best-spots.autumn {background: #fcf7ef}
#best-spots.autumn .numbering {color: #f29b32;}
#best-spots.autumn .h2-wrapper {border-top: 1px solid #ac7f64; border-bottom: 1px solid #ac7f64;}
#best-spots.autumn h2 {color: #f29b32; border-top: 1px solid #ac7f64; border-bottom: 1px solid #ac7f64;}
#best-spots.autumn .subtitle {color: #492712;}

#kimono.autumn {background: #fff2e0;}
#kimono.autumn .content-container .numbering {color: #f29b32;}
#kimono.autumn .h2-wrapper {border-top: 1px solid #ac7f64; border-bottom: 1px solid #ac7f64;}
#kimono.autumn .content-container h2 {color: #f29b32; border-top: 1px solid #ac7f64; border-bottom: 1px solid #ac7f64;}
#kimono.autumn .content-container .subtitle {color: #492712;}

#cherry-blossoms-featured-cities.autumn {background: #fcf7ef}
#cherry-blossoms-featured-cities.autumn .content-container h2 {color: #f29b32; border-top: 1px solid #ac7f64; border-bottom: 1px solid #ac7f64;}
#cherry-blossoms-featured-cities.autumn .subtitle {color: #492712}
#cherry-blossoms-featured-cities.autumn .city-subtitle {color: #492712;}
#cherry-blossoms-featured-cities.autumn .city-title {color: #f29b32;} 
#cherry-blossoms-featured-cities.autumn .blooming-period {color: #e58d22;}
#cherry-blossoms-featured-cities.autumn .blooming-period {text-transform: none;}
#cherry-blossoms-featured-cities.autumn .sample-btn-container .btn-sample {background: #bb0e1e; border: 1px solid #bb0e1e;}
#cherry-blossoms-featured-cities.autumn .sample-btn-container .btn-sample:hover {background: #9b0715; border: 1px solid #9b0715;}
#autumn-highlights .highlight-item:nth-child(3n+1) {clear: both;}

#cherry-blossoms-package.autumn {background: #fff2e0}
#cherry-blossoms-package.autumn h2{color: #f29b32;}
#cherry-blossoms-package.autumn .price {color: #bb0e1e;}
#cherry-blossoms-package.autumn .header {color: #492712;}
#cherry-blossoms-package.autumn .package-info {color: #492712;}
#cherry-blossoms-package.autumn .ttn {color: #492712;}
#cherry-blossoms-package.autumn .btn-enquiry{background: #bb0e1e}
#cherry-blossoms-package.autumn {padding-bottom: 50px;}


/*New Autumn*/
#autumn-header {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
}

#cherry-blossoms-header .header-img-mobile {
	display: none;
}

#autumn-header > .vertical-align {
	height: 100%;
	width: 100%;
	text-align: center;
}

#autumn-header > .vertical-align h1 {
	width: 100%;
	color: #8f5d46;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

#autumn-header .inner {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#autumn-header .subtitle {
	text-transform: uppercase;
	color: #ffffff;
	background: #ec8b3f;
	border-radius: 20px;
	padding: 10px 20px;
	font-family: "GlacialIndifference-Bold";
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

#autumn-header .subtitle2 {
	color: #8f5d46;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 20px;
}

#autumn-header .inner2 {
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#autumn-header .price-from {
	color: #f17718;
	font-family: "GlacialIndifference-Bold";
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-right: 25px;
}

#autumn-header .price-usd {
	color: #f17718;
	font-family: "GlacialIndifference-Bold";
	font-size: 76px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#autumn-header .book-now {
	background: #ffffff;
	font-family: "GlacialIndifference-Bold";
	color: #f17718;
	text-transform: uppercase;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 60px;
	font-size: 16px;
}

#autumn-highlights {
	background: #fff7f2;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

#autumn-highlights .subtitle {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Times New Roman", Times, serif;
	color: #8f5d46;
	font-size: 20px;
	margin-bottom: 15px;
}

#autumn-highlights .title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Times New Roman", Times, serif;
	color: #f17718;
	font-size: 46px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 54px;
	margin-bottom: 20px;
}


#autumn-highlights .img-container{
	text-align: center;
	margin-bottom: 15px;
}

#autumn-highlights .maple-leaves-1 {
	width: 70px;
}

#autumn-highlights .subtitle2-container{
	text-align: center;
}

#autumn-highlights .subtitle2 {
	text-transform: uppercase;
	color: #ffffff;
	background: #ec8b3f;
	border-radius: 20px;
	padding: 10px 40px;
	font-family: "GlacialIndifference-Bold";
	font-size: 18px;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 60px
}

#autumn-highlights .maple-leaves-2{
	position: absolute;
	top: 300px;
	display: inline-block;
	width: 60px;
}

#autumn-highlights .highlight-item, #autumn-city .highlight-item{
	text-align: center;
}

#autumn-highlights .highlight-item img, #autumn-city .highlight-item img {
	width: 100%;
	margin-bottom: 20px;
}

#autumn-highlights .highlights-title{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	color: #f17718;
	font-size: 18px;
	font-weight: 600;
}

#autumn-highlights .small-divider {
	width: 15%;
	border-top: 1px solid #8f5d46;
	display: inline-block;
}

#autumn-highlights .highlight-item .description {
	font-family: "GlacialIndifference";
	color: #8f5d46;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

#autumn-highlights .maple-leaves-3{
	position: absolute;
	bottom: 60px;
	right: 60px;
	display: inline-block;
	width: 60px;
}

#autumn-city {
	background: #ffd2b0;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

#autumn-city .tori-gate {
	width: 82px;
	margin-bottom: 20px;
}

#autumn-city .city-main-subtitle {
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Times New Roman", Times, serif;
    color: #8f5d46;
    font-size: 20px;
    margin-bottom: 15px;
}

#autumn-city h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Times New Roman", Times, serif;
    color: #b14a2b;
    font-size: 46px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 54px;
    margin-bottom: 20px;
    font-weight: 400;
}

#autumn-city .inner {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#autumn-city .inner .vertical-align{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#autumn-city .city-title{
	text-transform: uppercase;
    color: #ec8b3f;
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 80px;
    font-family: "GlacialIndifference-Bold";
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    max-width: 50%;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
}

#autumn-city .city-container{
	margin-bottom: 30px;

}

#autumn-city .character {
	width: 90px;
}

#autumn-city .highlights-title{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	color: #b14a2b;
	font-size: 18px;
	font-weight: 600;
}

#autumn-city .small-divider {
	width: 15%;
	border-top: 1px solid #b14a2b;
	display: inline-block;
}

#autumn-city .highlight-item .description {
	font-family: "GlacialIndifference";
	color: #8f5d46;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

#autumn-city .maple-leaves-divider img {
	max-width: 700px;
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 100%;
}

#autumn-early-bird {
	background: #ffedd2;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#autumn-early-bird .subtitle {
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Times New Roman", Times, serif;
    color: #8f5d46;
    font-size: 20px;
    margin-bottom: 15px;
}

#autumn-early-bird .title {
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Times New Roman", Times, serif;
    color: #f17718;
    font-size: 46px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 54px;
    margin-bottom: 20px;
    font-weight: 400;
}

#autumn-early-bird .description {
	max-width: 500px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    color: #8f5d46;
    font-size: 16px;
    margin-bottom: 15px;
}

#autumn-early-bird .img-container img {
	max-width: 930px;
	width: 100%;
}

#autumn-portfolio {
	background: #fff7f2;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#autumn-portfolio .img-container {
    text-align: center;
    margin-bottom: 15px;
}

#autumn-portfolio .maple-leaves-1 {
    width: 70px;
}

#autumn-portfolio .subtitle {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Times New Roman", Times, serif;
    color: #8f5d46;
    font-size: 20px;
    margin-bottom: 15px;
}

#autumn-portfolio .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Times New Roman", Times, serif;
    color: #f17718;
    font-size: 42px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    margin-bottom: 70px;
}

#autumn-portfolio .album-item:nth-child(4n+1) {
    clear: both;
}

#autumn-portfolio .album-item {
    margin-bottom: 30px;
}

#autumn-portfolio .img-container {
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
}

#autumn-portfolio .img-cover {
    width: 100%;
    max-width: 100%;
}

#autumn-portfolio .img-container .text {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#autumn-portfolio .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
    transition: 0.8s ease;
    background-color: #000000;
}

#autumn-portfolio .album-title {
	text-align: left;
	color: #545454;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
}

#autumn-portfolio .album-divider {
	border-top: 1px solid #545454;
    width: 75%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#autumn-portfolio .album-pg {
	text-align: left;
	font-size: 12px;
}

#autumn-package {
	background: #ffedd2;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
}

#autumn-package .subtitle {
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Times New Roman", Times, serif;
    color: #8f5d46;
    font-size: 20px;
    margin-bottom: 15px;
}

#autumn-package .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Times New Roman", Times, serif;
    color: #f17718;
    font-size: 42px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    margin-bottom: 50px;
    max-width: 700px;
}

#autumn-package .price {
	color: #f17718;
    font-family: "GlacialIndifference-Bold";
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#autumn-package .package-details{
	color: #8f5d46;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

#autumn-package .inclusive {
	font-style: italic;
}

#autumn-package .divider {
    border-top: 1px solid #8f5d46;
    width: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#autumn-package .package-content{
	line-height: 24px;
}

#autumn-package .btn-enquiry {
	text-transform: uppercase;
    color: #ffffff;
    background: #ec8b3f;
    border-radius: 20px;
    padding: 10px 40px;
    font-family: "GlacialIndifference-Bold";
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 60px;
    border: 0px;
}

#autumn-package .note {
	text-align: center;
    font-family: "Times New Roman", Times, serif;
    color: #8f5d46;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    line-height: 22px;
}

#autumn-package .bottom-leaves {
	position: absolute;
	bottom: 0px;
	right: 0px;
	max-width: 700px;
}

/* Korea Autumn*/
#cherry-blossoms-header.autumn.korea #autumn-header .inner {
	padding-bottom: 150px;
}

#cherry-blossoms-header.autumn.korea .subtitle{
	background: #b14a2b;
}

#cherry-blossoms-header.autumn.korea #autumn-header .price-usd, #cherry-blossoms-header.autumn.korea #autumn-header .price-from {
	color: #b14a2b;
}

#autumn-city .finger-heart {
	width: 50px;
	margin-bottom: 20px;
}

#autumn-city.korea {
	background: #fcdbd1;
}

#autumn-city.korea .character {
	width: 150px;
}

#autumn-city.korea .city-title {
	color: #b14a2b;
}

#autumn-portfolio.korea .album-item:nth-child(4n+1) {
	clear: none;
}

#autumn-portfolio.korea .album-item:nth-child(3n+1) {
	clear: both;
}

#autumn-limited-container {
	background: #ffedd2;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}


#autumn-limited-container .text-container {
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Times New Roman", Times, serif;
    color: #8f5d46;
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#autumn-limited-container .btn-book, #autumn-city .btn-book{
	text-transform: uppercase;
    color: #ffffff;
    background: #ec8b3f;
    border-radius: 20px;
    padding: 10px 40px;
    font-family: "GlacialIndifference-Bold";
    letter-spacing: 2px;
    display: inline-block;
    border: 0px;
}

#autumn-city .btn-container {
	margin-top: 50px;
}

#autumn-city.korea .btn-book{
	background: #b14a2b;
}


/*
 * Spring Japan
 */
#autumn-header.spring > .vertical-align h1 {
	color: #ffffff;
}

#autumn-header.spring .subtitle {
	background: #e0818d
}

#autumn-header.spring .subtitle2 {
	color: #ffffff;
}

#autumn-header.spring .price-usd, #autumn-header.spring .price-from {
	color: #d14f60;
}

#autumn-limited-container.spring {
    background: #fffbf8;
}

#autumn-limited-container.spring .text-container {
	color: #545454;
}

#autumn-limited-container.spring .text-container .pink {
	color: #e0818d;
	font-family: "GlacialIndifference-Bold";
	font-size: 30px;
}

#autumn-limited-container.spring .btn-book {
	background: #e0818d;
}

#autumn-highlights.spring {
	background: #ffffff;
}


#autumn-highlights.spring .maple-leaves-1 {
	width: 50px;
}

#autumn-highlights.spring .subtitle {
	color: #545454;
}

#autumn-highlights.spring .title {
	color: #e0818d;
	font-family: "GlacialIndifference-Bold";
}

#autumn-highlights.spring .subtitle2 {
	background: #e0818d;
	font-size: 14px;
}

#autumn-highlights.spring .highlights-title {
	color: #e0818d;
	font-family: "GlacialIndifference-Bold";
}

#autumn-highlights.spring .highlight-item .description {
	color: #545454;
	font-size: 12px;
}

#autumn-early-bird.spring .title {
	color: #e0818d;
	font-family: "GlacialIndifference-Bold";
	font-size: 32px;
}

#autumn-early-bird.spring .description {
	font-family: 'EB Garamond', serif;
    color: #686868;
    margin-top: 20px;
    font-size: 16px;
}

#autumn-early-bird.spring {
	background: #e4e2ee;
}

#autumn-early-bird.spring .numbering {
	font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #e16f88;
    font-weight: 600;
}

#best-spots h2, #kimono.spring .content-container h2 {
	font-family: "GlacialIndifference-Bold";
}

#autumn-early-bird.spring  .subtitle {
	text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1.5px;
    color: #9e6b70;
    font-size: 16px;
    margin-bottom: 10px;
}

#autumn-early-bird.spring .h2-wrapper {
	display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
}

#autumn-early-bird.spring h2 {
	text-transform: uppercase;
    letter-spacing: 2.0px;
    font-weight: 600;
    color: #e16f88;
    display: inline-block;
    border-top: 1px solid #9e6b70;
    border-bottom: 1px solid #9e6b70;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-family: "GlacialIndifference-Bold";
    font-size: 30px;
}

#autumn-city.spring .cherry-blossoms-3{
	width: 50px;
	margin-bottom: 15px;
} 

#autumn-city.spring {
	background: #fffbf8;
}

#autumn-city.spring .city-main-subtitle {
	color: #545454;
}

#autumn-city.spring h3 {
	color: #e0818d;
	font-family: "GlacialIndifference-Bold";
	font-size: 30px;
	line-height: 32px;
}

#autumn-city.spring .city-title {
	background: #e0818d;
	color: #ffffff;
	padding: 10px 40px;
	font-size: 14px;
}

#autumn-city.spring .highlights-title {
	font-family: "GlacialIndifference-Bold";
    color: #e0818d;
}

#autumn-city.spring .highlight-item .description {
	max-width: 100%;
	color: #545454;
}

#autumn-city.spring .maple-leaves-divider {
	clear: both;
}

#autumn-city.spring .maple-leaves-divider img {
	width: 220px
}

#autumn-city.spring .highlight-item .description {
	margin-bottom: 50px;
}

#autumn-city.spring .btn-book {
	background: #e0818d;
}

#autumn-portfolio.spring {
	background: #ffffff;
}

#autumn-portfolio.spring .cherry-blossoms-3{
	width: 50px;
	margin-bottom: 15px;
}

#autumn-portfolio .subtitle {
	color: #545454;
}

#autumn-portfolio.spring .title {
	font-family: "GlacialIndifference-Bold";
    color: #e0818d;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}

#autumn-portfolio.spring .city-title {
	background: #e0818d;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "GlacialIndifference-Bold";
    letter-spacing: 2px;
    display: inline-block;
    max-width: 60%;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
}

#autumn-package.spring {
	background: #f8e4e7;
} 

#autumn-package.spring .subtitle {
	color: #545454;
}

#autumn-package.spring .title {
	color: #e0818d;
}

#autumn-package.spring .price {
	color: #ed6f7f;
	margin-bottom: 15px;
}

#autumn-package.spring .usual-price {
	font-family: "GlacialIndifference-Bold";
	font-size: 20px;
	margin-bottom: 30px;
}

#autumn-package.spring .btn-enquiry {
	background: #ed6f7f;
}

/*
 * Switzerland Promo
 */

#cherry-blossoms-header.swiss h1 {
    color: #8f5d46;
    font-family: "Playfair Display", serif;
    text-transform: none;
    letter-spacing: 2px;
    font-weight: 200;
    max-width: 500px;
    line-height: 44px;
}

#cherry-blossoms-header.swiss .subtitle3 {
	color: #ffde59;
	margin-bottom: 30px;

}

#cherry-blossoms-header.swiss .btn-book {
	color: #405530;
	text-transform: uppercase;
	border: 0px;
	font-weight: 700;
	border-radius: 0px;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 12px 40px;
	background: #ffffff;
}

#cherry-blossoms-header.swiss .btn-book:hover {
	background: #dfdfdf;
}

#swiss-description {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

#swiss-description h2 {
	font-family: "Playfair Display", serif;
	margin-top: 0px;
	color: #405530;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 30px;
}

#swiss-description .description{
	max-width: 700px;
	font-family: "GlacialIndifference";
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}

#autumn-highlights.swiss {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

#autumn-highlights.swiss .title3, #experience-container .title3{
	font-family: "Playfair Display", serif;
	color: #405530;
	font-weight: 200;
	font-size: 26px;
	margin-bottom: 10px;
}

#autumn-highlights.swiss .subtitle3,  #experience-container .subtitle3{
	font-size: 10px;
	font-family: "GlacialIndifference";
	color: #ababab;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#autumn-highlights.swiss .subtitle2 {
	font-size: 14px;
	background: #ab9685;
	margin-bottom: 50px;
}

#autumn-highlights.swiss .highlights-title {
	color: #545454;
	font-size: 16px;
	line-height: 20px;
}

#autumn-highlights.swiss .highlight-item .description {
	color: #545454;
	max-width: 250px;
}

#autumn-highlights.swiss .highlights-row  {
	margin-bottom: 30px;
	clear: both;
}

#autumn-highlights.swiss .highlights-btn-container .btn-olive, #experience-container .highlights-btn-container .btn-olive{
	font-size: 12px;
	border-radius: 0px;
}

#experience-container {
	text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

#promo-reel-container {
	text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff7f2;
}

#promo-reel-container h2 {
	font-family: "Playfair Display", serif;
    color: #405530;
    font-weight: 200;
    font-size: 26px;
    margin-bottom: 10px;
}

#promo-reel-container .subtitle {
    font-size: 10px;
    font-family: "GlacialIndifference";
    color: #ababab;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#promo-reel-container .savings-title {
	font-family: "GlacialIndifference-Bold";
	color: #405530;
	font-size: 32px;
	margin-bottom: 30px;
}

#promo-reel-container .perks {
	font-family: "GlacialIndifference-Bold";
    color: #ffffff;
    font-size: 36px;
    line-height: 42px;
    border: 1px solid #405530;
    background: #405530;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 30px;
}

#promo-reel-container .perks i {
	font-family: "Playfair Display";
}

#promo-reel-container .perks .perks-subtitle {
	font-size: 14px;
	line-height: 26px;
}

#promo-reel-container .plus {
	font-family: "GlacialIndifference-Bold";
	color: #405530;
	font-size: 36px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#promo-reel-container .description {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 50px;
}

#reel-container {
	margin-bottom: 30px;
}

#reel-container video {
	width: 100%;
}

#reel-container .reel-text {
	font-family: "Playfair Display";
	font-size: 24px;
}

#reel-container .reel-text-mobile {
	font-family: "Playfair Display";
	font-size: 24px;
	margin-bottom: 30px;
	color: #405530;
	display: none;
}

#reel-container .reel-number-container {
	position: relative;
}

#reel-container .circle{
	position: absolute;
	top: 0px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #405530;
	font-family: "GlacialIndifference-Bold";
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	transform: rotate(15deg);
}

#reel-container .reel-number-container {
    position: relative; 
    align-self: flex-start; 
    margin-left: 20px;
}

#reel-container .video-wrapper {
    display: flex;
    flex-direction: column; /* stack mobile text + video */
    align-items: center;    /* horizontally center content */
    text-align: center;
    margin-left: auto;
    margin-right: auto;     /* center the column */
}

#reel-container video {
    width: 100%;
    max-width: 500px; /* optional, prevent huge video on large screens */
    border-radius: 10px; /* optional styling */
}

#promo-reel-container .tnc {
	font-size: 12px;
	font-family: "GlacialIndifference";
	color: #545454;
}

#promo-reel-container .limited-slots {
	font-size: 18px;
	font-family: "GlacialIndifference-Bold";
	display: none;
	color: #405530;
}

#promo-reel-container .highlights-btn-container .btn-olive, #autumn-package.swiss .highlights-btn-container .btn-olive{
	margin-top: 30px;
	font-size: 12px;
    border-radius: 0px;
}

#autumn-portfolio.swiss {
	background: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}

#autumn-portfolio.swiss .title, #autumn-package.swiss .title2  {
	font-family: "Playfair Display", serif;
    color: #405530;
    font-weight: 200;
    font-size: 26px;
    margin-bottom: 0px;
    text-transform: none;
    letter-spacing: 1px;
}

#autumn-portfolio.swiss .subtitle2 {
	font-size: 10px;
    font-family: "GlacialIndifference";
    color: #ababab;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#autumn-portfolio.swiss .album-title{
	text-align: center;
}

#autumn-portfolio.swiss .album-item:nth-child(4n+1){
	clear: none;
}

#autumn-portfolio.swiss .album-item:nth-child(3n+1){
	clear: both;
}

#autumn-package.swiss {
	background: #f8f2eb;
	padding-top: 60px;
	padding-bottom: 60px;
}

#autumn-package.swiss .subtitle2 {
	font-size: 12px;
    font-family: "GlacialIndifference";
    color: #ababab;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

#autumn-package.swiss .package-name {
	font-family: "Playfair Display", serif;
    color: #405530;
    font-weight: 200;
    font-size: 36px;
    margin-bottom: 0px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 30px;
}

#autumn-package.swiss .package-price {
	font-family: "GlacialIndifference-Bold";
    color: #405530;
    font-size: 32px;
}

#autumn-package.swiss .package-usual-price {
	font-family: "GlacialIndifference";
	margin-bottom: 30px;
}

#autumn-package.swiss .package-usual-price span{
	 text-decoration: line-through;
}

#autumn-package.swiss .inclusive {
	color: #405530;
}

#autumn-package.swiss .divider {
	border-top: 1px solid #405530;
}

#autumn-package.swiss .package-content {
	color: #405530;
}

#autumn-package.swiss .package-details {
	margin-bottom: 0px;
}

#autumn-package.swiss .package-perks {
	margin-bottom: 30px;
	font-family: "GlacialIndifference-Bold";
    color: #405530;
    font-size: 22px;
}


#swiss-enquiry, #vietnam-enquiry {
	padding-top: 60px;
	padding-bottom: 60px;
}

#swiss-enquiry .required, #vietnam-enquiry .required {
    color: #c46838;
}

#swiss-enquiry .title-container,  #vietnam-enquiry .title-container{
	text-align: center;
}

#swiss-enquiry .title,  #vietnam-enquiry .title{
	font-family: "Playfair Display", serif;
    color: #405530;
    font-weight: 200;
    font-size: 36px;
    margin-bottom: 0px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 30px;
}

#swiss-enquiry .subtitle, #vietnam-enquiry .subtitle {
	font-size: 12px;
    font-family: "GlacialIndifference";
    color: #ababab;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

#swiss-enquiry textarea,  #vietnam-enquiry textarea{
	background: #FAF9F9;
}

#swiss-enquiry select, #vietnam-enquiry select {
	height: 40px;
	background: #FAF9F9;
	margin-bottom: 30px;
}

#swiss-enquiry .form-group, #vietnam-enquiry .form-group{
	margin-bottom: 20px;
}

#swiss-enquiry .btn-submit, #vietnam-enquiry .btn-submit {
	border-radius: 0px;
	padding: 10px 50px;
}

#vietnam-enquiry.japan #conv-message-submit{
	text-transform: uppercase;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 40px;
    font-family: "GlacialIndifference-Bold";
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 60px;
    border: 0px;
    background: #ed6f7f;
}

.slick-dots {
	position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
	position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
	font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
 * Vietnam
 */

/* HERO wrapper */
.vn-hero {
  position: relative;
  width: 100vw;            /* forces edge-to-edge */
  margin-left: 50%;
  margin-right: 50%;
  transform: translateX(-50%); /* escapes container if needed */
  overflow: hidden;
  background: #000;
}

/* Control height here */
.vn-hero {
  width: 100%;
  overflow: hidden;
}

/* Aspect ratio controls height */
.vn-hero-media {
  position: relative;
  width: 100%;
  height: 100vh;            /* desktop full screen */
  overflow: hidden;
  background: #000;    
}

.vn-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Default: desktop video */
.vn-hero-video--mobile{
  display: none;
}

/* overlay */
.vn-hero-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
}


/* Content overlays video */
.vn-hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.vn-hero-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px; /* bootstrap gutter safe */
}

.vn-hero-title {
  color: #fff;
  font-size: 56px;
  line-height: 1.05;
  font-family: "Playfair Display", serif;
}

.vn-hero-subtitle {
  color: #e6c66a;
  font-size: 18px;
  margin: 18px auto 0;
  max-width: 760px;
}

.vn-hero-cta.btn-olive {
  margin-top: 26px;
  padding: 12px 40px;
  color: #5b6f55;
  background: #ffffff;
  border: 0px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0px;
}

.vn-hero-cta:hover {
	color: #5b6f55;
	background: #ffffff;
	font-weight: 600;
	color: #445440;
}

.vn-hero-brand-img {
	width: 70px;
	margin-bottom: 3px;
}

.vn-hero-brand-name {
	color: #ffffff;
	letter-spacing: 1.5px;
}

/* ===== Intro Text ===== */
.vn-intro-text {
  background: #f7f2ec;
  padding: 80px 0 70px;
}

.vn-intro-title {
  font-size: 36px;
  line-height: 1.25;
  color: #5b6f55;          /* muted green like mockup */
  margin-bottom: 28px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

.vn-intro-copy {
  max-width: 900px;
  margin: 0 auto;
}

.vn-intro-copy p {
  font-size: 17px;
  line-height: 1.8;
  color: #6b6b6b;
  margin-bottom: 22px;
}

/* ===== Feature Image ===== */

.vn-feature-image {
  padding: 0;
  margin: 0;
}

.vn-feature-image-wrap {
  width: 100%;
  overflow: hidden;
}

.vn-feature-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Promotion Block ===== */

.vn-promo{
  background: #fff7f2;
  padding: 70px 0 80px;
}

.vn-promo-top{
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 1.2;
  color: #5b6f55;
  margin: 0;
  font-weight: 400;
}

.vn-promo-tnc{
  font-family: "GlacialIndifference";
  font-size: 13px;
  color: #9a9a9a;
  margin-top: 10px;
}

/* REGISTER EARLY + badge */
.vn-promo-hero{
  position: relative;
  margin: 38px auto;
  max-width: 980px;
}

.vn-promo-kicker{
  font-family: "GlacialIndifference";
  letter-spacing: .12em;
  font-weight: 700;
  font-size: 44px;
  color: #5b6f55;
}

.vn-promo-big{
  font-family: "GlacialIndifference";
  font-weight: 600;
  font-size: 34px;
  color: #5b6f55;
  text-transform: uppercase;
  margin-top: -10px;
}

/* Round badge with angled text */
.vn-promo-badge{
  position: absolute;
  right: 0;
  top: 8px;
  width: 130px;
  height: 130px;
  background: #5b6f55;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vn-promo-badge-inner{
  font-family: "GlacialIndifference";
  color: #fff;
  font-weight: 700;
  letter-spacing: .12em;
  font-size: 13px;
  line-height: 1.15;
  transform: rotate(18deg);
}

/* Deals row */
.vn-promo-deals{
  margin-top: 60px;
  margin-bottom: 26px; /* a bit tighter since final bar has its own margin */
  display: flex;
  align-items: stretch;
}

.vn-promo-deals > [class*="col-"]{
  float: none; /* keep your flex row working */
}

/* Center the plus perfectly (desktop + mobile) */
.vn-promo-plus--center{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;           /* remove the old offset */
}

/* Final bar wrapper: keep it truly centered */
.vn-promo-final{
  display: flex;
  justify-content: center;
}

/* FINAL Choose One FREE PERK bar sizing + breathing space */
.vn-promo-box--final{
  max-width: 820px;
  width: 100%;
  margin: 22px auto 52px;  /* more breathing space before perks */
  padding-left: 24px;
  padding-right: 24px;
}

.vn-promo-box{
  padding: 22px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical centering */
  max-width: 380px;
  background: transparent;
	color: #5b6f55;
	border: 2px solid #1f1f1f;
	border-radius: 18px;
}

.vn-promo-box-big{
  font-family: "Playfair Display", serif;
  font-size: 34px;
  margin-bottom: 6px;
}

.vn-promo-box-sub{
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1.15;
}

.vn-promo-box-sub-strong{
  font-weight: 700;
}

.vn-promo-box-sub-small{
  font-family: "Playfair Display", serif;
  font-size: 20px;
  opacity: .95;
}

.vn-promo-plus{
  font-family: "Playfair Display", serif;
  font-size: 44px;
  color: #5b6f55;
  line-height: 1;
}

/* FINAL Choose One FREE PERK bar sizing */
.vn-promo-box--final{
  max-width: 380px;           /* desktop width cap */
  width: 100%;
  margin: 32px auto 48px;     /* center + breathing space below */
  padding-left: 24px;
  padding-right: 24px;
}

/* Slightly tighter text balance inside the final bar */
.vn-promo-box--final .vn-promo-box-big{
  font-size: 34px;
}

.vn-promo-box--final .vn-promo-box-sub{
  font-size: 24px;
}

/* Make the two top promo boxes hug the + equally */
.vn-promo-deals--new .col-sm-5:first-child {
  display: flex;
  justify-content: flex-end; /* push LEFT box toward + */
}

.vn-promo-deals--new .col-sm-5:last-child {
  display: flex;
  justify-content: flex-start; /* push RIGHT box toward + */
}

/* Perks */
.vn-promo-perks{
  margin-top: 10px;
  margin-bottom: 28px;
}

.vn-perk{
  position: relative;
}

.vn-perk-num{
  position: absolute;
  top: -12px;
  left: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #5b6f55;
  color: #fff;
  font-family: "GlacialIndifference";
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.vn-perk-img{
  border-radius: 0; /* keep clean like mockup */
  width: 100%;
}

.vn-perk-title{
  margin-top: 14px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #5b6f55;
}

.vn-perk-sub{
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #5b6f55;
  opacity: .85;
}

/* Body copy */
.vn-promo-body{
  max-width: 760px;
  margin: 24px auto 0;
  font-family: "GlacialIndifference";
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.85;
}

.vn-promo-footnote{
  margin-top: 18px;
  font-size: 13px;
  color: #7a7a7a;
  font-style: italic;
}

/* CTA */
.vn-promo-cta{
  margin-top: 45px;
}

.vn-promo-cta .btn-olive {
    font-size: 12px;
    border-radius: 0px;
}


.vn-promo-cta .btn-pink {
    font-size: 12px;
}

/* ===== In The Spotlight ===== */
.vn-section-title {
	font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 1.2;
    color: #5b6f55;
    margin: 0;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 80px;
}

.vn-section-subtitle {
	font-size: 10px;
    font-family: "GlacialIndifference";
    color: #ababab;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.vn-spotlight{
  background: #fff;
  padding: 60px 0 0px;
}

.vn-block-title {
	text-align: center;
}

#vn-waterfall-title-container {
	padding-bottom: 80px;
}

.vn-spotlight-title{
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.2;
  color: #5b6f55;
  margin: 0 0 12px;
  font-weight: 400;
}

.vn-spotlight-subtitle{
  font-family: "GlacialIndifference";
  font-size: 13px;
  line-height: 1.7;
  color: #b5b5b5;
  max-width: 860px;
  margin: 0 auto 36px;
}

/* Grid wrapper */
.vn-spotlight-grid{
  margin-top: 10px;
  margin-bottom: 44px;
}

.vn-spotlight-row{
  margin-left: -10px;
  margin-right: -10px;
}

.vn-spotlight-row > [class*="col-"]{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* ===== Shared Grid System (Misty Lakes + Local Markets) ===== */

/* Grid spacing (same as before) */
.vn-grid-row{
  margin-left: -10px;
  margin-right: -10px;
}

.vn-grid-row > [class*="col-"]{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* 🔒 ONE consistent tile ratio */
.vn-shot--tile{
  position: relative;
  width: 100%;
  padding-top: 150%; /* 2:3 portrait */
  overflow: hidden;
  background: #f3f3f3;
}

/* Wide tile (only for 8-col layout image) */
.vn-shot--wide{
  position: relative;
  width: 100%;
  padding-top: 75%; /* 3:2 */
  overflow: hidden;
  background: #f3f3f3;
}

/* Image fill */
.vn-shot--tile .vn-shot-img,
.vn-shot--wide .vn-shot-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover effect (keeps your existing behaviour) */
.vn-shot{
  position: relative;
}

.vn-shot::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background .28s ease;
  pointer-events: none;
}

.vn-shot-img{
  transition: transform .35s ease, opacity .28s ease;
  transform: scale(1);
  opacity: 1;
  will-change: transform, opacity;
}

.vn-shot:hover .vn-shot-img{
  transform: scale(1.04);
  opacity: .92;
}

.vn-shot:hover::after{
  background: rgba(0,0,0,.10);
}

.vn-block-copy {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}

/* ===========================
   MOBILE: Grid -> Carousel
   =========================== */

.vn-m-carousel { margin: 0 auto 18px; }

/* Make carousel slides full width */
.vn-m-carousel .carousel,
.vn-m-carousel .carousel-inner,
.vn-m-carousel .item { width: 100%; }

.vn-m-slide img{
  width: 100%;
  height: auto;
  display: block;
}

/* Thumbnails like your mock */
.vn-thumb-indicators{
  position: static;
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  text-align: left;
}

.vn-thumb-indicators li{
  width: 46px;
  height: 46px;
  border-radius: 0;
  margin: 0 8px 0 0;
  border: 0;
  background: none;
  text-indent: 0;
  display: inline-block;
  overflow: hidden;
  opacity: .55;
}

.vn-thumb-indicators li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vn-thumb-indicators li.active{
  opacity: 1;
  outline: 2px solid rgba(91,111,85,.35);
  outline-offset: 2px;
}

/* Remove bootstrap default indicators dots */
.vn-m-carousel .carousel-indicators li{
  background-color: transparent;
}

/* Thumbnails */
.vn-thumb-indicators{
  position: static;
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.vn-thumb-indicators::-webkit-scrollbar{ display: none; }
.vn-thumb-indicators{ scrollbar-width: none; }

/* Hard reset bootstrap indicator defaults */
.vn-m-carousel .carousel-indicators li,
.vn-m-carousel .carousel-indicators li.active{
  width: 46px !important;
  height: 46px !important;
  margin: 0 8px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-indent: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  overflow: hidden !important;
  position: relative;
  opacity: .55;
}

.vn-m-carousel .carousel-indicators li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Active state */
.vn-m-carousel .carousel-indicators li.active{
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(91,111,85,.35);
}

/* Optional: little inner inset so it looks “selected” */
.vn-m-carousel .carousel-indicators li.active img{
  transform: scale(1.02);
  transform-origin: center;
}




@media (max-width: 991px) {
	#cherry-blossoms-header .arrow-container, #cherry-blossoms-kyoto-header .arrow-container {bottom: 9%}
	#cherry-blossoms-header  .arrow img, #cherry-blossoms-kyoto-header .arrow img {width: 15px;}

	#cherry-blossoms-highlights h1 {font-size: 30px;}
	#cherry-blossoms-highlights .icons {width: 120px;}

	#best-spots {min-height: 760px;}
	#best-spots .polaroids-container {right: 50px;}
	#best-spots #japan-map img {max-height: 660px;}
	#best-spots h2 {font-size: 30px;}

	#kimono .kimono-container {width: 450px;}
	#kimono .content-container {width: 50%; padding-right: 15px;}
	#kimono .content-container h2 {font-size: 30px;}

	#cherry-blossoms-featured-cities h2 {font-size: 30px; padding-left: 50px; padding-right: 50px;}
	#cherry-blossoms-featured-cities .subtitle {max-width: 400px; width: 100%; display: inline-block; font-size: 14px; margin-top: 7px}
	#cherry-blossoms-featured-cities .city-row {margin-bottom: 40px}
	#cherry-blossoms-featured-cities .city-title {font-size: 20px}
	#cherry-blossoms-featured-cities .city-subtitle, #cherry-blossoms-featured-cities .blooming-period {font-size: 16px; margin-bottom: 5px;}
	#cherry-blossoms-featured-cities .description {font-size: 14px; line-height: 18px;}


	#cherry-blossoms-other-cities #branch img {width: 170px;}
	#cherry-blossoms-other-cities h2 {font-size: 30px; margin-top: 10px;}
	#cherry-blossoms-other-cities .icons {width: 85px;} 
	#cherry-blossoms-other-cities .subtitle {margin-top: 5px; margin-bottom: 0px;}
	#cherry-blossoms-other-cities .other-cities-row {margin-top: 30px;}
	#cherry-blossoms-other-cities .city-name {font-size: 22px}
	#cherry-blossoms-other-cities .subtitle {max-width: 450px; font-size: 14px;}

	#cherry-blossoms-package .header {font-size: 16px;}
	#cherry-blossoms-package h2 {font-size: 22px; line-height: 30px}
	#cherry-blossoms-package {padding-bottom: 100px}

	#cherry-blossoms-highlights.autumn .icons {width: 60px;}
	#autumn-highlights .title, #autumn-city h3, #autumn-early-bird .title, #autumn-portfolio .title, #autumn-package .title {font-size: 40px; line-height: 46px;}
	#autumn-city .character {width: 60px;}

	#promo-reel-container .limited-slots, #reel-container .reel-text-mobile  {display: block;}
	#promo-reel-container .reel-number-container, #promo-reel-container .reel-text {display: none;}
}

@media (max-width: 768px) {
	#offer-list {display: none;}
	#cherry-blossoms-header .arrow-container, #cherry-blossoms-kyoto-header .arrow-container  {display: none}

	#cherry-blossoms-highlights h1 {font-size: 26px}
	#cherry-blossoms-highlights .subtitle {font-size: 14px;}
	#cherry-blossoms-highlights .package-highlight {font-size: 10px;}
	#cherry-blossoms-highlights .highlights .inner .highlights-title {font-size: 14px; line-height: 20px}

	#best-spots {min-height: 600px}
	#best-spots #japan-map img {max-height: 500px}
	#best-spots .numbering {font-size: 26px;}
	#best-spots .subtitle {font-size: 14px;}
	#best-spots h2 {font-size: 26px;}
	#best-spots .description {margin-top: 10px;}
	#best-spots .polaroids-container {bottom: 30px; right: 20px;}

	#kimono .content-container .numbering {font-size: 26px;}
	#kimono .content-container .subtitle {font-size: 14px;}
	#kimono .content-container h2 {font-size: 26px;}
	#kimono .kimono-lady {margin-left: -220px; width: 500px;}
	#kimono .kimono-container {width: 320px;}

	#cherry-blossoms-featured-cities {padding-top: 30px; padding-bottom: 30px;}
	#cherry-blossoms-featured-cities .icons {width: 30px;}
	#cherry-blossoms-featured-cities h2 {font-size: 26px;}
	#cherry-blossoms-featured-cities .text-container.desktop {display: none;}
	#cherry-blossoms-featured-cities .text-container.mobile {display: inline-block;;}
	#cherry-blossoms-featured-cities .text-container {max-width: 565px; width: 100%; display: inline-block;}
	#cherry-blossoms-featured-cities .text-container.tokyo {margin-top: -15px;}
	#cherry-blossoms-featured-cities .text-container.mobile {margin-top: 35px;}
	#cherry-blossoms-featured-cities .album-item:nth-child(4n+1) {clear: none;}
	#cherry-blossoms-featured-cities .album-item:nth-child(3n+1) {clear: both;} 

	#cherry-blossoms-other-cities h2 {font-size: 26px;}
	#cherry-blossoms-other-cities .city-name {font-size: 18px}
	#cherry-blossoms-other-cities .city-zh-name, #cherry-blossoms-other-cities .blooming-period {font-size: 14px;}

	#cherry-blossoms-package .btn-enquiry {padding: 10px 25px; letter-spacing: 2px; margin-bottom: 30px;}

	#petal-1 img {width: 65px;}
	#petal-5 img {width: 55px;}
	#petal-8 {left: 200px;}
	#petal-8 img {width: 40px;}
	#petal-10 img {width: 40px;}
	#petal-11 {left: 35px;}
	#petal-12 {right: 45px;}
	#petal-11 img{width: 45px;}
	#petal-12 img{width: 40px;}
	#petal-13 img{width: 20px;}
	#petal-14 img{width: 40px;}
	#petal-15 img{width: 35px;}

	#kyoto-three-cities {padding-top: 30px; padding-bottom: 30px;}
	#kyoto-three-cities .icons {width: 100px;}
	#kyoto-three-cities .subtitle, #client-samples .subtitle {font-size: 14px;}
	#kyoto-three-cities h1, #client-samples h2 {font-size: 26px; line-height: 1.1;}
	#kyoto-three-cities .cities-item .zh-name {font-size: 14px;}
	#kyoto-three-cities .cities-item .en-name {font-size: 18px;}
	#client-samples .icon {width: 40px;}
	#client-samples {padding-top: 30px; padding-bottom: 30px;}
	.client-samples-gallery {padding-top: 30px;}
	.client-samples-gallery .header {font-size: 26px;}
	.client-samples-gallery .subheader {font-size: 14px;}

	#cherry-blossoms-featured-cities.autumn .text-container.tokyo {margin-top: 20px;}
	#cherry-blossoms-featured-cities.autumn .city-row {margin-bottom: 0px;}
	#cherry-blossoms-featured-cities.autumn .text-container.mobile {margin-top: 10px}

	#autumn-header .price-usd {font-size: 40px;}
	#autumn-header .inner2 {margin-bottom: 10px;}
	#autumn-highlights {padding-top: 50px; padding-bottom: 50px;}
	#autumn-highlights .title, #autumn-city h3, #autumn-early-bird .title, #autumn-portfolio .title, #autumn-package .title {font-size: 36px; line-height: 42px;}
	#autumn-portfolio .album-item:nth-child(4n+1) {clear: none;}
	#autumn-portfolio .album-item:nth-child(3n+1) {clear: both;} 
	#autumn-portfolio .album-item:last-child {display: none;}
	#autumn-portfolio.korea .album-item:last-child {display: block;}
	#cherry-blossoms-header .header-img {display: none;}
	#cherry-blossoms-header .header-img-mobile {display: block; width: 100%}
	#autumn-city .city-title {margin-bottom: 0px; padding: 10px; max-width: 75%}
	#autumn-highlights .maple-leaves-2, #autumn-highlights .maple-leaves-3 {display: none;}
	#autumn-city {padding-top: 50px; padding-bottom: 50px}
	#autumn-city .character {display: none;}
	#autumn-city .maple-leaves-divider img {margin-top: 0px;}
	#autumn-early-bird {padding-top: 50px; padding-bottom: 50px;}
	#autumn-portfolio {padding-top: 50px; padding-bottom: 50px;}
	#autumn-portfolio .title {margin-bottom: 40px;}
	#autumn-package {padding-top: 50px; padding-bottom: 50px}
	#autumn-package .title {margin-bottom: 30px;}
	#autumn-package .bottom-leaves {display: none;}
	#autumn-highlights .highlight-item:nth-child(3n+1) {clear: both;}
	#cherry-blossoms-header.autumn.korea #autumn-header .inner {padding-bottom: 0px;}

	#autumn-portfolio.swiss .album-item:last-child {display: block}

	.vn-hero-title {font-size: 36px; line-height: 40px;}
	.vn-hero-subtitle {font-size: 14px;}

  	.vn-promo{padding:50px 0 60px;}
	.vn-promo-top{font-size:28px;}
	.vn-promo-tnc{margin-top:6px;font-size:12px;}

	.vn-promo-hero{margin:26px auto 18px;max-width:420px;}
	.vn-promo-kicker{font-size:26px;line-height:26px;}
	.vn-promo-big{font-size:24px;margin-top:0;line-height:30px;}
	.vn-promo-badge{display:none;}

	.vn-promo-deals{display:block;margin:28px auto 18px;max-width:980px;justify-content:center;}
	.vn-promo-deals>[class*="col-"]{text-align:center;float:none;width:100%;}

	.vn-promo-box{border-radius:12px;padding:18px 14px;max-width:400px;height:130px;margin:0 auto;}
	.vn-promo-box-big{font-size:28px;margin-bottom:4px;}
	.vn-promo-box-sub{font-size:20px;}
	.vn-promo-box-sub-small{font-size:14px;}

	.vn-promo-plus{font-size:34px;margin:14px 0;line-height:1;text-align:center;}
	.vn-promo-plus--stack{margin:14px 0 16px;}

	.vn-promo-perks{margin:28px 0 18px;}
	.vn-perk{margin-bottom:22px;}
	.vn-perk-num{left:8px;top:-12px;width:26px;height:26px;font-size:12px;}
	.vn-perk-title{margin-top:10px;font-size:14px;line-height:1.2;}
	.vn-perk-sub{font-size:15px;}

	.vn-promo-body{padding:0 16px;font-size:14px;line-height:1.75;margin-top:6px;}
	.vn-promo-footnote{font-size:12px;margin-bottom:40px;}

	.vn-promo-cta{margin-top:18px;}
	.vn-promo-cta .btn-olive{width:100%;max-width:280px;padding:12px 16px;font-size:12px;}

	.vn-promo-banner{display:inline-block;background:#5b6f55;color:#fff;font-family:"GlacialIndifference";font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:20px;padding:16px 26px;border-radius:14px;margin:18px auto 28px;}

	.vn-promo-box--outline{background:transparent;color:#5b6f55;border:2px solid #1f1f1f;border-radius:18px;}
	.vn-promo-box--outline .vn-promo-box-big,
	.vn-promo-box--outline .vn-promo-box-sub,
	.vn-promo-box--outline .vn-promo-box-sub-small{color:#5b6f55;}

	.vn-promo-box--outline .vn-promo-box-big{font-family:"Playfair Display",serif;font-size:26px;margin-bottom:6px;}
	.vn-promo-box--outline .vn-promo-box-sub-small{font-family:"Playfair Display",serif;font-size:18px;opacity:.95;}

	.vn-promo-deals--new .col-sm-5:first-child,
	.vn-promo-deals--new .col-sm-5:last-child{display:block;}

	.vn-promo-deals--new .vn-promo-box,
	.vn-promo-box--final{max-width:360px;margin:0 auto;}

	.vn-promo-box--final{width:100%;margin-bottom:22px;}
	.vn-promo-final{margin:0;}
	.vn-promo-final .vn-perk:nth-child(2n+1) {clear: both;}

	.vn-grid-row > [class*="col-"]{ margin-bottom: 14px; }
	.vn-block-copy{ padding-left: 18px; padding-right: 18px; margin-bottom: 50px;}
	.vn-section-title {padding-top: 40px; font-size: 26px;}
	.vn-section-subtitle {margin-bottom: 30px;}
	.vn-block-title {margin-top: 30px;}


}

@media (max-width: 600px) {
	#cherry-blossoms-highlights {padding-top: 30px; padding-bottom: 30px}
	#cherry-blossoms-highlights .icons {width: 85px;}
	#cherry-blossoms-highlights h1 {font-size: 20px;}
	#cherry-blossoms-highlights .package-highlight {display: none;}
	#cherry-blossoms-highlights .desktop {display: none;}
	#cherry-blossoms-highlights .mobile {display: block; margin-top: 30px;}
	#cherry-blossoms-highlights .highlights .inner .highlight-img {width: 90px;}
	#cherry-blossoms-highlights .highlights .highlight-item:nth-child(odd) {padding-right: 7.5px;}
	#cherry-blossoms-highlights .highlights .highlight-item:nth-child(even) {padding-left: 7.5px;}
	#cherry-blossoms-highlights .highlights {margin-top: 15px;}
	#cherry-blossoms-highlights .highlights .small-divider, #cherry-blossoms-highlights .highlights .description {display: none}
	#cherry-blossoms-highlights .highlights .circle {display: none;}

	#best-spots {min-height: 0px; padding-top: 30px; padding-bottom: 30px;}
	#best-spots .polaroids-container {position: relative; right: auto; bottom: auto; padding-top: 15px;}
	#best-spots h2 {font-size: 20px}

	#kimono {padding-top: 30px; padding-bottom: 30px}
	#kimono .kimono-container {display: none;}
	#kimono .content-container {width: 100%; padding-left: 15px;}
	#kimono .content-container h2 {font-size: 20px;}

	#cherry-blossoms-featured-cities h2 {font-size: 20px;}
	#cherry-blossoms-featured-cities .album-item:nth-child(3n+1) {clear: none;} 
	#cherry-blossoms-featured-cities .album-item:nth-child(2n+1) {clear: none;} 

	#cherry-blossoms-other-cities {padding-top: 30px; padding-bottom: 30px;}
	#cherry-blossoms-other-cities #branch img {display: none;}
	#cherry-blossoms-other-cities .other-city-item {margin-bottom: 30px}
	#cherry-blossoms-other-cities .other-cities-img {margin-bottom: 15px;}
	#cherry-blossoms-other-cities h2 {font-size: 20px;}

	#cherry-blossoms-package .header {font-size: 14px;}
	#cherry-blossoms-package {padding-top: 30px;}
	#cherry-blossoms-package h2 {font-size: 16px; letter-spacing: 2px; line-height: 24px; margin-bottom: 20px}
	#cherry-blossoms-package .price {margin-bottom: 20px; font-size: 20px;}
	#cherry-blossoms-package .ttn {font-size: 11px; line-height: 18px;}

	.petal {display: none;} 

	#kyoto-three-cities h1, #client-samples h2 {font-size: 20px;}
	#kyoto-three-cities .cities-item .zh-name {margin-top: 10px;}
	#kyoto-three-cities .cities-item {margin-bottom: 20px;}
	#blooming-period .blooming {font-size: 20px;}
	.client-samples-gallery .description {display: none;}
	.client-samples-gallery .line, .client-samples-gallery .square {display: none;}
	.client-samples-gallery .wrapper {padding-left: 0px; padding-right: 0px;}
	.client-samples-gallery .wrapper .odd {padding-right: 15px;}
	.client-samples-gallery .wrapper .even {padding-left: 15px;}
	.client-samples-gallery .subheader {font-size: 12px; margin-bottom: 20px; letter-spacing: 1.5px; padding: 0px;}

	#cherry-blossoms-kyoto-header {margin-top: 50px;}

	#cherry-highlights .item:nth-child(3n+1) {clear: none;}

	#cherry .package-highlights-row .item:nth-child(2n+1) {clear: both;}

	#autumn-header > .vertical-align h1 {font-size: 22px;}
	#autumn-header .price-usd {font-size: 32px;}
	#autumn-header .price-from {margin-right: 15px;}
	#autumn-header .subtitle2 {display: none;}
	#autumn-header .subtitle {padding: 10px 20px; margin-left: 20px; margin-right: 20px; font-size: 14px;}
	#autumn-portfolio .album-item:nth-child(3n+1) {clear: none;}
	#autumn-portfolio .album-item:nth-child(2n+1) {clear: both;} 
	#autumn-portfolio .album-item:last-child {display: block;}
	#autumn-highlights .title, #autumn-city h3, #autumn-early-bird .title, #autumn-portfolio .title, #autumn-package .title {font-size: 28px; line-height: 32px;}
	#autumn-highlights .maple-leaves-1, #autumn-city .tori-gate, #autumn-portfolio .maple-leaves-1 {width: 50px;}

	#autumn-highlights .highlight-item:nth-child(3n+1), #autumn-portfolio.korea .album-item:nth-child(3n+1) {clear: none;}
	#autumn-highlights .highlight-item:nth-child(2n+1), #autumn-portfolio.korea .album-item:nth-child(2n+1) {clear: both;}
	#autumn-portfolio.korea .album-item:last-child {display: none;}

	#autumn-header.swiss > .vertical-align h1 { font-size: 24px; line-height: 30px; padding-left: 15px; padding-right: 15px; max-width: 400px;}
	#swiss-description h2, #swiss-enquiry .title {font-size: 26px;}
	#autumn-highlights.swiss .highlight-item .description {font-size: 12px;}
	#experiences-slider .experience-name {font-size: 14px!important;}
	#promo-reel-container h2 {margin-top: 0px;}
	#promo-reel-container .subtitle {margin-bottom: 30px;}
	#promo-reel-container .savings-title {font-size: 26px;}
	#promo-reel-container .perks {font-size: 26px; max-width: 350px; line-height: 32px;}
	#promo-reel-container .plus {margin-top: 0px; margin-bottom: 0px;}
	#reel-container .reel-text-mobile {font-size: 16px; margin-top: 40px;}
	#promo-reel-container .description {display: none;}
	#autumn-portfolio.swiss .subtitle2 {margin-bottom: 30px; margin-top: 10px;}
	#autumn-portfolio.swiss .album-item:nth-child(3n+1) {clear: none;}
	#autumn-portfolio.swiss .album-item:nth-child(2n+1) {clear: both;}
	#autumn-package.swiss .package-name, #autumn-package.swiss .package-price {font-size: 28px;}
	#autumn-package.swiss .package-name, #swiss-enquiry .title {margin-bottom: 20px;}

	  .vn-hero-media{
		    height: auto !important;
		    aspect-ratio: 3 / 4;     /* <-- key fix */
		    width: 100%;
		    overflow: hidden;
		    background: transparent; /* no black bars */
		  }

		  .vn-hero-video{
		    position: absolute;
		    inset: 0;
		    width: 100%;
		    height: 100%;
		    object-fit: cover;       /* fills the 3:4 box perfectly */
		    background: transparent;
		  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media (min-width: 768px){
  .vn-grid-row.vn-row-wide{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* makes both columns same row height */
  }
  .vn-grid-row.vn-row-wide > [class*="col-"]{
    float: none;          /* override bootstrap floats in this row only */
    display: flex;
  }

  /* Ensure the tile fills the flex column */
  .vn-grid-row.vn-row-wide .vn-shot{
    width: 100%;
  }


}