.clearfix {
    *zoom:1; /* Fix IE clear float */
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
}
.clearfix:after {
    clear: both;
}

#facelift_en_2016 {
    min-width: 1200px;
}

:hover, :focus {
    transition: all .2s ease 0;
}

html:lang(en) #facelift_en_2016.en_home {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

html:lang(cn) #facelift_en_2016.en_home,
html:lang(tw) #facelift_en_2016.en_home,
html:lang(cn) #facelift_en_2016 #keyword_search input.search_box,
html:lang(tw) #facelift_en_2016 #keyword_search input.search_box {
    font-family: Arial, Helvetica, Hiragino Sans GB, Microsoft Yahei, Simhei, sans-serif;
     /*font-family: "Microsoft Yahei", "微软雅黑", "STHeiti", "華文黑體", sans-serif;*/
}

#facelift_en_2016.en_home #contents_wrapper {
    padding-bottom: 0;
}

#facelift_en_2016 #hero_image {
    background-color: #000;
    min-height: 660px;
    position: relative;
    padding-top: 30px;
}



#facelift_en_2016 #en_home_header {
    text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 3;
}


#facelift_en_2016 .lang_switcher,
#facelift_en_2016 .currency_switcher,
#facelift_en_2016 .touch_lang,
#facelift_en_2016 .touch_currency,
#facelift_en_2016 .curation_site_link {
    float: left;
    margin-right: 5px;
    min-width: 90px;
    padding: 10px 5px;
    position: relative;
    text-align: left;
}

#facelift_en_2016 .lang_switcher {
    padding-right: 8px;
}

#facelift_en_2016 .lang_switcher,
#facelift_en_2016 .currency_switcher,
#facelift_en_2016 .touch_lang,
#facelift_en_2016 .touch_currency,
#facelift_en_2016 .user_corner,
#facelift_en_2016 .curation_site_link {
    margin-top: -35px;
}

#facelift_en_2016 .lang_switcher a,
#facelift_en_2016 .lang_switcher .current_lang,
#facelift_en_2016 .currency_switcher a,
#facelift_en_2016 .currency_switcher .current_currency,
#facelift_en_2016 .touch_lang a,
#facelift_en_2016 .touch_lang .current_lang,
#facelift_en_2016 .touch_currency a,
#facelift_en_2016 .touch_currency .current_currency,
#facelift_en_2016 .user_corner a,
#facelift_en_2016 .curation_site_link a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

#facelift_en_2016 .lang_switcher .current_lang,
#facelift_en_2016 .currency_switcher .current_currency,
#facelift_en_2016 .touch_lang .current_lang,
#facelift_en_2016 .touch_currency .current_currency {
    background: none;
    border-radius: 5px;
    height: auto;
    padding-left: 5px;
    width: auto;
}

#facelift_en_2016 .currency_switcher .currency_name,
#facelift_en_2016 .touch_currency .currency_name {
    text-transform: uppercase;
}

#facelift_en_2016 .lang_switcher .current_lang img,
#facelift_en_2016 .currency_switcher .current_currency img,
#facelift_en_2016 .touch_lang .current_lang img,
#facelift_en_2016 .touch_currency .current_currency img {
    margin: -1px 3px 0 0;
    transform: rotate(0deg);
    transition: all 0.2s;
}

#facelift_en_2016 .lang_switcher:hover,
#facelift_en_2016 .currency_switcher:hover,
#facelift_en_2016 .touch_lang.pressed,
#facelift_en_2016 .touch_currency.pressed {
    background: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

#facelift_en_2016 .lang_switcher:hover .current_lang img,
#facelift_en_2016 .currency_switcher:hover .current_currency img,
#facelift_en_2016 .touch_lang.pressed .current_lang img,
#facelift_en_2016 .touch_currency.pressed .current_currency img {
    transform: rotate(-180deg);
}

#facelift_en_2016 .lang_switcher:hover .dropdown_lang,
#facelift_en_2016 .currency_switcher:hover .dropdown_currency,
#facelift_en_2016 .touch_lang.pressed .dropdown_lang,
#facelift_en_2016 .touch_currency.pressed .dropdown_currency {
    display: block;
}

#facelift_en_2016 .lang_switcher .dropdown_lang,
#facelift_en_2016 .currency_switcher .dropdown_currency,
#facelift_en_2016 .touch_lang .dropdown_lang,
#facelift_en_2016 .touch_currency .dropdown_currency {
    background: #000;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    padding: 5px 10px 10px;
    position: absolute;
    left: 0;
    width: 100%;
}

#facelift_en_2016 .lang_switcher:hover .dropdown_lang {
    border-top-right-radius: 5px;
    min-width: 165px;
}

#facelift_en_2016 .lang_switcher .dropdown_lang a,
#facelift_en_2016 .currency_switcher .dropdown_currency a,
#facelift_en_2016 .touch_lang .dropdown_lang a,
#facelift_en_2016 .touch_currency .dropdown_currency a {
    border-bottom: 1px solid #333;
    display: block;
    padding: 5px 0;
}

#facelift_en_2016 .lang_switcher .dropdown_lang a:hover,
#facelift_en_2016 .currency_switcher .dropdown_currency a:hover,
#facelift_en_2016 .touch_lang .dropdown_lang a:hover,
#facelift_en_2016 .touch_currency .dropdown_currency a:hover {
    color: #ef9500;
}

#facelift_en_2016 .lang_switcher .dropdown_lang li:last-of-type a,
#facelift_en_2016 .currency_switcher .dropdown_currency li:last-of-type a,
#facelift_en_2016 .touch_lang .dropdown_lang li:last-of-type a,
#facelift_en_2016 .touch_currency .dropdown_currency li:last-of-type a {
    border: none;
}

/* Currency List Supports Flag UI START */
#facelift_en_2016 .currency_switcher.currency_flag .dropdown_currency, 
#facelift_en_2016 .touch_currency.currency_flag .dropdown_currency {
    background: #000;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    max-height: 450px;
    margin-top: 10px;
    overflow-y: scroll;
    padding: 5px 10px 10px;
    position: absolute;
    left: 0;
    width: 260px;
}

#facelift_en_2016 .currency_switcher.currency_flag:hover .dropdown_currency,
#facelift_en_2016 .touch_currency.currency_flag.pressed .dropdown_currency {
    display: block;
}

#facelift_en_2016 .currency_switcher.currency_flag .dropdown_currency a, 
#facelift_en_2016 .touch_currency.currency_flag .dropdown_currency a {
    border-bottom: none;
    border-radius: 4px;
    display: block;
    margin: 5px;
    padding: 7px 8px;
}

#facelift_en_2016 .currency_switcher.currency_flag .dropdown_currency a:hover,
#facelift_en_2016 .touch_currency.currency_flag .dropdown_currency a:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
}

#facelift_en_2016 .currency_switcher.currency_flag .dropdown_currency .border_top,
#facelift_en_2016 .touch_currency.currency_flag .dropdown_currency .border_top {
	border-top: 1px solid #444;
}

#facelift_en_2016 .currency_switcher.currency_flag .currency_change_js {
	display:flex;
}

#facelift_en_2016 .currency_switcher.currency_flag .currency_change_js img {
	height: auto;
	width: 20px;
}

#facelift_en_2016 .currency_switcher.currency_flag .currency_change_js div:nth-child(2) {
	margin-left:5px;
}

#facelift_en_2016 .currency_switcher.currency_flag .currency_change_js div:nth-child(3) {
	font-weight: bold;
	margin-left:auto;
}

#facelift_en_2016 .currency_flag .dropdown_currency::-webkit-scrollbar {
    width: 16px;
    height: 18px;
}

#facelift_en_2016 .currency_flag .dropdown_currency::-webkit-scrollbar-thumb {
    height: 15px;
    border: 5px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
     -webkit-border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.34);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

#facelift_en_2016 .currency_flag .dropdown_currency::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

#facelift_en_2016 .currency_flag .dropdown_currency::-webkit-scrollbar-corner {
    background-color: transparent;
}
/* Currency List Supports Flag UI END */

#facelift_en_2016 .user_corner {
    float: right;
}

#facelift_en_2016 .user_corner ul {
    margin-top: 10px;
}

#facelift_en_2016 .user_corner li {
    float: left;
    margin-left: 25px;
}

#facelift_en_2016 .user_corner li:first-child {
    margin: 0;
}

#facelift_en_2016 .user_corner li a:hover,
#facelift_en_2016 .curation_site_link a:hover {
    color: #ef9500;
}

#facelift_en_2016 .user_corner li a:hover .wish_list_count {
    color: #fff;
}

#facelift_en_2016 .user_corner .wish_list_count {
    background: #f39400;
    border: none;
    border-radius: 60px;
    font-size: 11px;
    padding: 4px 5px;
}

#facelift_en_2016 .user_corner .sign_in_btn, 
#facelift_en_2016 .user_corner .btn_youraccount,
#facelift_en_2016 .curation_site_link a {
        background: none;
        border: 1px solid #fff;
        border-radius: 5px;
        display: inline;
        float: none;
        font-weight: normal;
        height: auto;
        margin: 0;
        padding: 5px 10px;
        text-align: center;
        width: auto;
}

#facelift_en_2016 #searchbox_wrapper {
	margin-top: 210px;
	position: relative;
	z-index: 2;
}

#facelift_en_2016 #searchbox_wrapper .search_title {
    color: var(--white, #FFF);
    text-align: center;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.70);
    font-family: 'Montserrat';
    font-size: 52px;
    font-style: bold;
    font-weight: 700;
    line-height: 160%; /* 83.2px */
    letter-spacing: 4.16px;
        
}

html:lang(cn) #facelift_en_2016 #searchbox_wrapper .search_title,
html:lang(tw) #facelift_en_2016 #searchbox_wrapper .search_title {
    font-family: 'Kaiti','STKaiti', cursive;
    font-size: 31px;
}

html:lang(cn) #facelift_en_2016 #searchbox_wrapper .search_title .en_txt,
html:lang(tw) #facelift_en_2016 #searchbox_wrapper .search_title .en_txt {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

#facelift_en_2016 #keyword_search {
    margin: 0 auto;
    position: relative;
    width: 400px;
}

#facelift_en_2016 #kw.search_box {
    margin: 0; /* this style is to get rid of margin in global top search */
}
#facelift_en_2016 a:visited, a:link, a:hover, a:active
{
    text-decoration: none;
}

#facelift_en_2016 #keyword_search .search_box {
    background: #ef9500;
    border: 2px solid #ef9500;
    border-radius: 5px;
        box-shadow: 0px 0px 7px rgba(0,0,0,.5);
}

#facelift_en_2016 #keyword_search .search_box input[type="text"] {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    padding: 15px 10px;
    width: 298px;
}

#facelift_en_2016 #keyword_search .search_box input[type=submit] {
    background-color: #F48E00;
    background-image:url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/search_magnifier.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: center center;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: 0;
    width: 80px;
    transition: all 0.1s ease;
}

#facelift_en_2016 #keyword_search .search_box input[type=submit]:hover {
    background-size: 28px auto;
}

#facelift_en_2016 #keyword_search_dropdown {
    position: relative;
}

#facelift_en_2016 #keyword_search_dropdown .suggest_class.ui-autocomplete {
    width: 315px !important;
}

#facelift_en_2016 #nav_n_facts_wrapper {
	background: rgba(0,0,0,0.5);
	bottom: 0;
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#facelift_en_2016 #nav_wrapper {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	/*width: 100%;*/
}

#facelift_en_2016 #nav {
    position: relative;
}

#facelift_en_2016 #nav .primary {
    background: rgba(0,0,0,0.8);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    padding: 15px 0 20px 20px;
    position: absolute;
    height:535px;
    width: 280px;
    transition: all 0.2s ease-out;
}

#facelift_en_2016 #nav .primary.closed {
    bottom: -20px;
    opacity: 0 !important;
    visibility: hidden !important;
}

#facelift_en_2016 #nav:hover #nav_trigger,
#facelift_en_2016 #nav #nav_trigger.touch_enable.down,
#facelift_en_2016 #nav .primary_item a {
    color: #b2b2b2;
}

#facelift_en_2016 #nav:hover .primary {
	bottom: -1px;
	opacity: 1;
	visibility: visible;
}

#facelift_en_2016 #nav .primary_item a {
    background: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/arrow_right.png) no-repeat 230px center;
    display: block;
    font-size: 18px;
    padding: 7px 20px;
    text-decoration: none;
}

#facelift_en_2016 #nav .primary_item > a {
    transition: all 0.2s ease-in-out;
    /*transition-delay:0.2s;*/
}

#facelift_en_2016 #nav .primary_item .menu_bottom_line{
    margin-bottom: 11px;
    position: relative;
}

#facelift_en_2016 #nav .primary_item .menu_bottom_line:after{
    display: block;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 10px;
    width: 235px;
    border-bottom: 1px solid #505050;
}


#facelift_en_2016 #nav .primary_item {
    background-image: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/nav_hover.png);
    background-repeat: no-repeat;
    background-position: right -1000px;
    transition: background-position 0s;
    transition-delay:0.1s;
}

#facelift_en_2016 #nav:hover .primary_item:hover {
    background-position: right center;
}

#facelift_en_2016 #nav:hover .primary_item:hover > a,
#facelift_en_2016 #nav .primary_item a:hover {
    color: #fff;
    cursor: pointer;
}

/* inactive for region don't have ac yet */
#facelift_en_2016 #nav .primary_item.inactive {
    background: none;
}

#facelift_en_2016 #nav .primary_item.inactive a,
#facelift_en_2016 #nav:hover .primary_item.inactive:hover {
    background: none !important;
    color: #666 !important;
    cursor: default !important;
}

#facelift_en_2016 #nav:hover .primary_item.inactive:hover > .secondary {
    display: none;
}

#facelift_en_2016 #nav .secondary {
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
    visibility: hidden;
	left: 100%;
	bottom: 0;
	padding-top: 13px;
	position: absolute;
	height: 535px;
	width: 680px;
    transition: all 0s ease;
}

#facelift_en_2016 #nav .primary.closed .secondary,
#facelift_en_2016 #nav:hover .primary.closed .primary_item:hover > .secondary {
    visibility: hidden;
}

#facelift_en_2016 #nav:hover .primary_item:hover > .secondary {
    /*display: block;*/
    visibility: visible;
}

#facelift_en_2016 #nav .secondary_item.view_more_destinations a {
    color: #0094d7;
    font-size: 13px;
}

#facelift_en_2016 #nav .secondary_close {
    background: #5b5b5a;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    /*width: 60px;
    height: 60px;*/
    display: block;
    opacity: 0;
    visibility: hidden;
}

#facelift_en_2016 #nav .secondary_close span {
    background: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/nav_close.png) center center no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    transform: rotate(0deg);
    transition: all 0.2s;
}

#facelift_en_2016 #nav .secondary_close:hover span {
    transform: rotate(180deg);
}

#facelift_en_2016 #nav #nav_trigger.touch_enable .primary,
#facelift_en_2016 #nav #nav_trigger.touch_enable .primary_item > a,
#facelift_en_2016 #nav:hover #nav_trigger.touch_enable .primary_item,
#facelift_en_2016 #nav #nav_trigger.touch_enable .secondary {
    transition: none;
    transition-delay:0s;
}

#facelift_en_2016 #nav .secondary_col {
    width: 205px;
    overflow: hidden;
    margin-left: 10px;
    float: left;
    padding-right: 10px;
    box-sizing: content-box;
}

#facelift_en_2016 #nav .secondary_item:first-child {
    border: none;
}

#facelift_en_2016 #nav .secondary_item {
    border-top: 1px solid #383838;
}

#facelift_en_2016 #nav .secondary_item.with_thumb {
    border: none;
    text-align: center;
}

#facelift_en_2016 #nav .secondary_item.with_thumb img {
    border: none;
    border-radius: 5px;
    height: auto;
    margin-bottom: 5px;
    width: 180px;
}

#facelift_en_2016 #nav .secondary_item a,
#facelift_en_2016 #nav .secondary_item.inactive {
    color: #fff;
    font-size: 16px;
    padding: 9px 10px;
}

#facelift_en_2016 #nav .secondary_item.inactive {
    color: #666;
}

#facelift_en_2016 #nav .secondary_item a:hover,
#facelift_en_2016 #nav .secondary_item a:hover span {
    color: #ef9500;
}

#facelift_en_2016 #nav .secondary_item a span {
    color: #b2b2b2;
    font-size: 12px;
    text-indent: 3px;
    display: inline-block;
    letter-spacing: .005em;
}

#facelift_en_2016 #nav .secondary_item a span::before {
    content: '(';
}

#facelift_en_2016 #nav .secondary_item a span::after {
    content: ')';
}

#facelift_en_2016 #nav_trigger,
#facelift_en_2016 #nav #nav_trigger.touch_enable.up {
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 20px;
    padding: 40px 30px;
    text-align: center;
    width: 280px;
    
}

#facelift_en_2016 #nav_trigger > img,
#facelift_en_2016 #nav #nav_trigger.touch_enable.up > img {
    margin-right: 5px;
    transform:rotate(0deg); 
    transition: all 0.2s;
}

#facelift_en_2016 #nav:hover #nav_trigger > img,
#facelift_en_2016 #nav #nav_trigger.touch_enable.down > img {
    transform:rotate(180deg); 
}   

#facelift_en_2016 #nav_trigger:hover {
    cursor: pointer;
}

#facelift_en_2016 #facts {
	float: left;
	font-size: 16px;
	margin-left: 280px;
}

html:lang(cn) #facelift_en_2016 #facts,
html:lang(tw) #facelift_en_2016 #facts {
	margin-left: 240px;
    float: left;
    font-size: 16px;
}

#facelift_en_2016 #facts .facts_item {
    background: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/facts.png) no-repeat left top;
    box-sizing: border-box;
    float: left;
    margin-left: 15px;
    padding: 25px 0 25px 48px;
}

#facelift_en_2016 #facts #facts_reviews {
    background-position: left 25px;
}

#facelift_en_2016 #facts #facts_ac {
    background-position: left -128px;
}

#facelift_en_2016 #facts #facts_country {
    background-position: left -280px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#facelift_en_2016 #facts #facts_member {
    background-position: left -427px;
}

#facelift_en_2016 #facts .facts_item span {
    font-size: 28px;
    font-weight: bold;
}


#facelift_en_2016 #veltra_feat {
    background: #f1f6f8;
    padding: 25px 0;
}

html:lang(tw) #facelift_en_2016 #veltra_feat,
html:lang(cn) #facelift_en_2016 #veltra_feat{
	background: none;
}


#facelift_en_2016 #veltra_feat .why {
    color: #91b621;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0px;
}

#facelift_en_2016 #veltra_feat .why,
#facelift_en_2016 #veltra_feat .feat_item {
    float: left;
}

#facelift_en_2016 #veltra_feat .feat_item {
    background: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/veltra_feat.png) no-repeat left top;
    font-size: 14px;
    margin: 2px 0 0 18px;
    padding: 3px 0 3px 55px;
}

html:lang(tw) #facelift_en_2016 #veltra_feat .feat_item,
html:lang(cn) #facelift_en_2016 #veltra_feat .feat_item{
	background: url(/_tr/vt/1/img/v2/cn_tw_global/veltra_feat_cntw.png) no-repeat left top;
	margin: 2px 0 0 60px;
}

@media screen and (max-width: 1220px){
html:lang(tw) #facelift_en_2016 #veltra_feat .feat_item,
html:lang(cn) #facelift_en_2016 #veltra_feat .feat_item{
	margin: 2px 0 0 10px;
}	
}




#facelift_en_2016 #veltra_feat #customer_support {
    background-position: 10px top;
}

#facelift_en_2016 #veltra_feat #price_guarantee {
    background-position: 10px -138px;
}

#facelift_en_2016 #veltra_feat #genuine {
    background-position: 10px -278px;
}

#facelift_en_2016 #veltra_feat #hidden_fees {
    background-position: 10px -421px;
}

#facelift_en_2016 #veltra_feat #local_recommend {
    background-position: 10px -707px;
}

#facelift_en_2016 #veltra_feat #point_reward {
    background-position: 10px -565px;
}

html:lang(cn) #facelift_en_2016 #veltra_feat,
html:lang(tw) #facelift_en_2016 #veltra_feat {
    padding-top: 29px;
	padding-bottom: 29px;
}
/*
:lang(cn) #facelift_en_2016 #veltra_feat .container,
:lang(tw) #facelift_en_2016 #veltra_feat .container {
    width: 840px;
}
*/
html:lang(cn) #facelift_en_2016 #veltra_feat .why,
html:lang(tw) #facelift_en_2016 #veltra_feat .why {
    padding-top: 10px;
}

html:lang(cn) #facelift_en_2016 #veltra_feat .feat_item,
html:lang(tw) #facelift_en_2016 #veltra_feat .feat_item {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
}

html:lang(cn) #facelift_en_2016 #veltra_feat #customer_support,
html:lang(tw) #facelift_en_2016 #veltra_feat #customer_support {
    background-position: 10px top;
}

#facelift_en_2016 #branding_banner {
    margin-top: 25px;
    width: 940px;
}

html:lang(cn) #facelift_en_2016 #branding_banner {
    margin-top: 50px;
}

#facelift_en_2016 #branding_banner .img_wrapper {
    background: #999;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
}

#facelift_en_2016 #branding_banner a img {
    border: none;
    height: auto;
    max-width: 100%;
    transition: all 0.2s ease-out;
    width: auto;
}

#facelift_en_2016 #branding_banner a img.lazy {
    min-height: 415px;
}

#facelift_en_2016 #branding_banner a:hover img {
	opacity: .6;
	transform: scale(1.05);
}


#facelift_en_2016 .top-japan-dest .btn,
.traveler-interests .btn
 {
    padding: 0.25rem 0.75rem;
}
#facelift_en_2016 .right-spacing {
    padding-right: 0px;
}
#facelift_en_2016 .slick-list {
    overflow: hidden;
    padding: 0px;
}
#facelift_en_2016 .slick-list:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 2000px;
    right: 100%;
    background-color: #fff;
}
#facelift_en_2016 .highlight-slider .slick-list:after {
    background-color: transparent;
}
#facelift_en_2016 .highlight-slider.vcarousel.slick-initialized .slick-next,
#facelift_en_2016 .highlight-slider.vcarousel.slick-initialized .slick-prev {
    width: 45px;
    height: 45px;
    padding: 0;
    z-index: 3;
    background-color: transparent;
}
#facelift_en_2016 .horizontal-scroll-container {
    overflow-x: visible;
    overflow-y: visible;
}
#facelift_en_2016 .vcarousel.slick-initialized .slick-slide {
    margin-right: 12px;
}
#facelift_en_2016 .vcarousel.slick-initialized .slick-slide img {
    min-width: 1px;
}


#facelift_en_2016 .top-japan-dest-slider.vcarousel.slick-initialized .slick-prev {
    left: -24px;
    top: 216px;
    position: relative;  
}
#facelift_en_2016 .top-japan-dest-slider.vcarousel.slick-initialized .slick-next {
    position: relative;
    top: -241px;
    right: -1165px;
}
#facelift_en_2016 .popular-activities-slider.vcarousel.slick-initialized .slick-prev {
    left: -24px;
    top: 125px;
    display: inline;
    position: relative;
    
}
#facelift_en_2016 .popular-activities-slider.vcarousel.slick-initialized .slick-next {
    position: relative;
    top: -167px;
    right: -1165px;
    
}
#facelift_en_2016 .vcarousel.slick-initialized .slick-prev, .vcarousel.slick-initialized .slick-next, .vcarousel.slick-initialized .slick-prev:hover, .vcarousel.slick-initialized .slick-prev:active, .vcarousel.slick-initialized .slick-next:hover, .vcarousel.slick-initialized .slick-next:active {
    background: transparent;
    padding: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
}
#facelift_en_2016 .vcarousel.slick-initialized .slick-dots li.slick-active button:before {
    color: #333333;
}


#facelift_en_2016 .lazyload-wrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 150px;
    background-color: transparent;
   
}
#facelift_en_2016 .popular_activities_title .lazyload-wrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 125px;
    background-color: transparent;
}

#facelift_en_2016 .lazyload-wrapper .loader-background{
    background-color: transparent;
}

#facelift_en_2016  .lazyload-wrapper img {
    margin-top: -50%;
    top: 0;
    border-radius: 20px;
    
}
#facelift_en_2016 a.place_title:link, a.place_title:visited, a.popular_activities_title:link, a.popular_activities_title:visited  {
    color: #404040;
}
#facelift_en_2016 a.place_title:hover, a.place_title:active, a.popular_activities_title:hover, a.popular_activities_title:active  {
    color: #376DAB;
}
#facelift_en_2016 .traveler-interests-text, .top-japan-dest-text  {
   
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
}

#facelift_en_2016 .popular_activities_title {
    text-overflow: ellipsis;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration:none;
}
#facelift_en_2016 .popular-activities-text{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;    
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-top: 8px;
}
#facelift_en_2016 .popular-activities-area{
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 16.8px */
}
#facelift_en_2016 #popular_activities h2 {
    position: relative;
    top: 50px;
}
#facelift_en_2016 #top_japan_destinations h2 {
    position: relative;
    top: 50px;
}
#facelift_en_2016 #top_japan_destinations h2,
#facelift_en_2016 #traveler_interests h2,
#facelift_en_2016 #popular_activities h2,
#facelift_en_2016 #special_experience h2 {
    padding-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal;
    text-align: center;
}

#facelift_en_2016 .special-experience .banner-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#facelift_en_2016 .special-experience .banner-container:after, 
#facelift_en_2016 .special-experience .banner-container:before {
    content: none;
    display: none;
}

#facelift_en_2016 .special-experience .banner-container a {
    flex: 0 1 auto;
}

#facelift_en_2016 .special-experience .banner-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

#facelift_en_2016 .other-destinations {
    margin-top: 50px;
}

#facelift_en_2016 #other_destinations h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: normal;
    text-align: center;
}

#facelift_en_2016 .other-destinations-text  {
   
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
    margin-top: 8px;
}

#facelift_en_2016 .other-destinations .slick-track {
  margin: 0;
}

#facelift_en_2016 #promotional_content {
    margin-top: 50px;
}

#facelift_en_2016 .promotional_row {
    margin-bottom: 20px;
    overflow: hidden;
}

#facelift_en_2016 .promotional_row:last-child {
    margin: 0;
}

#facelift_en_2016 .promotional_item {
    float: left;
    margin-right: 20px;
    width: 306px;
}

#facelift_en_2016 .promotional_item:last-child {
    margin: 0;
}

#facelift_en_2016 .promotional_item a {
    display: block;
    text-decoration: none;
}

#facelift_en_2016 .promotional_item a img {
    border: none;
    height: auto;
    max-width: 100%;
    transition: all 0.2s ease-out;
    width: auto;
}

#facelift_en_2016 .promotional_item a img.lazy {
    min-height: 170px;
}




#facelift_en_2016 .promotional_item .img_wrapper {
    background: #999;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
}

#facelift_en_2016 .promotional_item a:hover img {
	opacity: .6;
	transform: scale(1.05);
}

#facelift_en_2016 .promotional_item .promotional_item_title {
    color: #0077c9;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#facelift_en_2016 #top_destonation span.ribbon,
#facelift_en_2016 #five_star_reviews span.ribbon {
    background: url(/_tr/vt/2/img/new/bg_sprites.png) no-repeat right -1040px;
    color: #fff;
    height: 21px;
    margin-right: 10px;
    padding: 5px 25px 2px 0;
}

#facelift_en_2016 #top_destonation {
    margin-top: 60px;
}

#facelift_en_2016 #five_star_reviews {
    margin-top: 50px;
}

#facelift_en_2016 #five_star_reviews .review {
    width: 220px;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    margin-right: 18px;
    float: left;
    border: 1px #ebebeb solid;
    border-radius: 5px;
    margin-bottom: 0 !important;
    transition: box-shadow 0.2s ease;
}

#facelift_en_2016 #five_star_reviews .review:hover {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

#facelift_en_2016 #five_star_reviews .review:nth-child(4) {
    margin-right: 0;
}

#facelift_en_2016 #five_star_reviews .review:nth-child(5) {
    display: none;
    margin-right: 0;
}

#facelift_en_2016 #five_star_reviews .review_image {
	background: #333;
    width: 225px;
    height: 138px;
    margin-bottom: 5px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
}

#facelift_en_2016 #five_star_reviews .review_image img {
    height: auto;
    width: 100%;
    opacity: 1;
    transition: all 0.2s ease-out;
    transform: translateY(-9%);

}

#facelift_en_2016 #five_star_reviews .review:hover .review_image img {
	opacity: .6;
	transform: scale(1.05)translateY(-9%);
}

#facelift_en_2016 #five_star_reviews .review_image:hover  {
    background: #333;
    transition: all 0.2s ease-out;
}


#facelift_en_2016 #five_star_reviews dl {
    padding: 0;
}

#facelift_en_2016 #five_star_reviews dd {
    padding: 0;
}

#facelift_en_2016 #five_star_reviews dd .read_more {
    color: #0077c9;
}

#facelift_en_2016 #five_star_reviews .review a {
    color: #333;
    text-decoration: none;
}

#facelift_en_2016 #five_star_reviews .review_post_block {
    display: block; 
    padding: 10px 15px;
}

#facelift_en_2016 #five_star_reviews a.review_ac_block {
    border-top: 1px solid #ebebeb;
    display: block;
    padding: 0 15px 15px;
}

#facelift_en_2016 #five_star_reviews .review_ac {
    background: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/blue_arrow.png) no-repeat left 3px;
    margin: 11px 0 0;
    padding-left: 12px;
}

#facelift_en_2016 #five_star_reviews .review_author {
    display: block;
    font-size: 11px;
}

#facelift_en_2016 #five_star_reviews .review_title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

#facelift_en_2016 #five_star_reviews .view_all_reviews {
    clear: both;
    margin: 30px 0 85px;
    text-align: center;
}

#facelift_en_2016 #five_star_reviews .view_all_reviews a {
    font-weight: 700;
    display: inline-block;
    color: #0077c9;
    border: 1px solid #0094d7;
    border-radius: 5px;
    padding: 10px 20px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

#facelift_en_2016 #five_star_reviews .view_all_reviews a:hover {
    color: #fff;
    background-color: #0094d7;
}

#facelift_en_2016 #top_destonation .destination_item {
    background: #333;
    border-radius: 5px;
    float: left;
    height: 126px;
    margin: 5px 10px 15px;
    overflow: hidden;
    position: relative; /* fix the border-raidus clip issue in Chrome*/
    width: 220px;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
}

html:lang(tw) #facelift_en_2016 #top_destonation .pickup_banner {
	background: #333;
	border-radius: 5px;
	float: left;
	height: 188px;
	margin: 0 2% 0 0;
	overflow: hidden;
	position: relative; /* fix the border-raidus clip issue in Chrome*/
	width: 49%;
	z-index: 1; /* fix the border-raidus clip issue in Chrome*/
}

html:lang(tw) #facelift_en_2016 #top_destonation .pickup_banner:nth-child(odd) {
	margin-right: 0;
}

html:lang(tw) #facelift_en_2016 #top_destonation .pickup_banner:hover a img {
	opacity: .6;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

@media screen and (max-width: 1220px){
	html:lang(tw) #facelift_en_2016 #top_destonation .pickup_banner {
	height: 154px;
	}
}

.bg-white-gray {
    background-color: #F4F4F4;
}

/*
html:lang(cn) #facelift_en_2016 #top_destonation .destination_item,
html:lang(tw) #facelift_en_2016 #top_destonation .destination_item {
    width: 225px;
}

html:lang(cn) #facelift_en_2016 #top_destonation .destination_item:nth-child(5n),
html:lang(tw) #facelift_en_2016 #top_destonation .destination_item:nth-child(5n),
html:lang(cn) #facelift_en_2016 #top_destonation .destination_item:nth-child(9n),
html:lang(tw) #facelift_en_2016 #top_destonation .destination_item:nth-child(9n) {
    margin-right: 0;
}
*/
#facelift_en_2016 #top_destonation .destination_item img {
    opacity: .8;
    top: 35px !important;
    transition: all 0.2s ease;
    transform-origin: 50% 50%;

}

html:lang(tw) #facelift_en_2016 #top_destonation .destination_item img {
    opacity: .8;
    top: 35px !important;
    transition: all 0.2s ease;
    transform-origin: 50% 50%;
    height: 160px;
}

html:lang(en) #facelift_en_2016 #top_destonation .destination_item img {
    opacity: 1;
    top: 35px !important;
    transition: all 0.2s ease;
    transform-origin: 50% 50%;
    max-width:100%;
}

html:lang(en) #facelift_en_2016 #top_destonation .destination_item:hover a img {
    opacity: .6;
    transform: scale(1.05);
}

#facelift_en_2016 #top_destonation .destination_item:hover a img {
    opacity: 1;
    transform: scale(1.05);

}



#facelift_en_2016 #top_destonation .destination_name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    z-index:2;
    top: 50px;
    text-align: center;
    text-shadow: 0px 1px 10px rgba(0,0,0,0.9);
    width: 100%;
}

#facelift_en_2016 #SEOTitle {
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #E0E0E0;
    margin-top: 50px;
}



#facelift_en_2016 #SEOTitle .container .info {
    line-height: 20px;
    padding: 0px 0;
}



#facelift_en_2016 #SEOTitle .accredit_bbb_btn {
    float: right;
}

#facelift_en_2016 #Footer {
    background: #E0E0E0;
    font-size: 13px;
    padding-top: 50px;
    position: static !important;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    border:none;
}

#facelift_en_2016 #Footer .container {
    border: none;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 180px;
}


#facelift_en_2016 #Footer .container:after, #facelift_en_2016 #Footer .container:before {
    content: none;
}


#facelift_en_2016 #Footer .info_block ul li {
    font-size: 12px;
    line-height: 2;
}

#facelift_en_2016 #Footer .info_block ul li.sns_listing {
    float: left;
    margin-left: 5px;
}

#facelift_en_2016 #Footer .info_block ul li.sns_listing:first-child {
    margin: 0;
}

#facelift_en_2016 #Footer .info_block ul li a {
    color: #333;
    text-decoration: none;
}

#facelift_en_2016 #Footer .info_block ul li a:hover {
    color: #5f5f5f;
}

#facelift_en_2016 #Footer .info_block ul li.hawaiiactivities {
    margin: 0 0 10px;
}

#facelift_en_2016 #Footer .info_block ul li.city_dsicovery {
    margin: 15px 0 5px;
}

#facelift_en_2016 #Footer .copyright {
    clear: both;
    font-size: 10px;
    padding: 15px 0;
    margin-top: 20px;
    text-align: center;
}

#facelift_en_2016 img.spinner {
    height: 300px !important;
    width: 600px !important;
    left: 50% !important;
    top: 50px !important;
    opacity: 0.9 !important;
    margin: -105px 0 0 -300px;
}

#facelift_en_2016 #top_destonation .destination_item img.spinner{
    transition: all 0.2s ease;
    transform-origin: 50% 50%;
    top: 50px !important;
    margin-top: -135px;
}

#facelift_en_2016 .promotional_item a img.spinner{
    left: 50% !important;
    top: 50% !important;
    margin-left: -300px;
    margin-top: -150px;
    max-width: initial;
}

#facelift_en_2016 #five_star_reviews .review:hover .review_image img.spinner {
    opacity: 0 !important;
}


html:lang(tw) #facelift_en_2016 #top_destonation .pickup_banner a img.spinner,
html:lang(cn) #facelift_en_2016 #top_destonation .pickup_banner a img.spinner,
html:lang(en) #facelift_en_2016 #branding_banner a img.spinner
{
    margin: -125px 0 0 -300px;
    max-width: initial;
}

html:lang(en) #facelift_en_2016 #top_destonation .destination_item img.spinner{
    margin-top: -120px;
    max-width: initial;
}


@media screen and (min-width: 1220px){

    #facelift_en_2016 #top_destonation .destination_item img.spinner{
        transition: all 0.2s ease;
        transform-origin: 50% 50%;    
        margin-top: -115px;
    }



    html:lang(tw) #facelift_en_2016 #top_destonation .pickup_banner a img.spinner,
    html:lang(cn) #facelift_en_2016 #top_destonation .pickup_banner a img.spinner,
    html:lang(en) #facelift_en_2016 #branding_banner a img.spinner
    {
        margin: -110px 0 0 -300px;
    }

    html:lang(en) #facelift_en_2016 #top_destonation .destination_item img.spinner{
        margin-top: -95px;
    }
}



html:lang(tw) #facelift_en_2016 #branding_banner .img_wrapper,
#facelift_en_2016.en_home #branding_banner .img_wrapper{
    background: #999;
    width:460px;
    border-radius: 5px;
    margin-right:10px;
    float:left;
    overflow: hidden;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
}

html:lang(tw) #facelift_en_2016 #branding_banner .img_wrapper2,
#facelift_en_2016.en_home #branding_banner .img_wrapper2{
    background: #999;
    width:460px;
    border-radius: 5px;
    margin-left:10px;
    float:left;
    overflow: hidden;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
}

#facelift_en_2016 #branding_banner_top {
    margin-top: 50px;
    width: 940px;
    display:none;
}

#facelift_en_2016 #branding_banner_top .img_wrapper {
    background: #999;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
}

#facelift_en_2016 #branding_banner_top a img {
    border: none;
    height: auto;
    max-width: 100%;
    transition: all 0.2s ease-out;
    width: auto;
}

#facelift_en_2016 #branding_banner_top a img.lazy {
    min-height:100px;
}

#facelift_en_2016 #branding_banner_top a:hover img {
    opacity: .6;
}

#facelift_en_2016 #branding_banner_top_mobile {
    margin-top: 50px;
    width: 940px;
    display:block;
}

#facelift_en_2016 #branding_banner_top_mobile .img_wrapper {
    background: #999;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
}

#facelift_en_2016 #branding_banner_top_mobile a img {
    border: none;
    height: auto;
    max-width: 100%;
    transition: all 0.2s ease-out;
    width: auto;
}

#facelift_en_2016 #branding_banner_top_mobile a img.lazy {
    min-height:100px;
}

#facelift_en_2016 #branding_banner_top_mobile a:hover img {
    opacity: .6;
}

#facelift_en_2016 #footer-highlights {
    background: #F4F4F4;
    margin-top: 46px;
    padding: 2.5rem 0;
}

#facelift_en_2016 #footer-highlights #footer-highlights-list {
    display: flex;
    justify-content: center;
    gap: 12px 12px;
}

#facelift_en_2016 #footer-highlights .lazyload-wrapper {
    padding-top: 0;
}

#facelift_en_2016 #footer-highlights .lazyload-wrapper img {
    border-radius: 0.5rem;
    margin-top: 0;
}


@media screen and (min-width: 1220px) {
    #facelift_en_2016 #facts .facts_item {
        margin-left: 40px;
                padding-left: 60px;
    }

    #facelift_en_2016 #veltra_feat .why {
        padding-left: 40px;
    }

    #facelift_en_2016 #veltra_feat .feat_item {
        font-size: 16px;
        margin-left: 25px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
        
        #facelift_en_2016 #branding_banner {
            width: 1180px;
        }
        
        #facelift_en_2016 #branding_banner a img {
            width: 100%;
        }
        
        #facelift_en_2016 .promotional_item {
            width: 385px;
        }
        
        #facelift_en_2016 .promotional_item a img {
            width: 100%;
        }
        
        /*html:lang(cn) #facelift_en_2016 #top_destonation .destination_item,
        html:lang(tw) #facelift_en_2016 #top_destonation .destination_item {
            width: 285px;
        }*/

    #facelift_en_2016 #top_destonation .destination_item {
        height: 160px;
        width: 280px;
    }

    #facelift_en_2016 #top_destonation .destination_name {
        font-size: 24px;
        top: 70px;
    }

    #facelift_en_2016 #five_star_reviews .review:nth-child(4) {
        margin-right: 18px;
    }

    #facelift_en_2016 #five_star_reviews .review:nth-child(5) {
        display: block;
    }

    #facelift_en_2016 #SEOTitle .detail {
        width: 1200px;
    }

        
        html:lang(tw) #facelift_en_2016 #branding_banner .img_wrapper,
        #facelift_en_2016.en_home #branding_banner .img_wrapper{
            width:580px;
            margin-bottom:0;
            margin-right:10px;
            float:left;
        }

        html:lang(tw) #facelift_en_2016 #branding_banner .img_wrapper2,
        #facelift_en_2016.en_home #branding_banner .img_wrapper2{
            width:580px;
            margin-top:0;
            margin-left:10px;
            float:left;
        }
        
        #facelift_en_2016 #branding_banner_top {
            width: 1180px;
            display:block;
        }

        #facelift_en_2016 #branding_banner_top a img {
            width: 100%;
        }
        
        #facelift_en_2016 #branding_banner_top_mobile {
            width: 1180px;
            display:none;
        }

        #facelift_en_2016 #branding_banner_top_mobile a img {
            width: 100%;
        }
}

/* --
--- TW / CN global top page hero
-- */

#facelift_en_2016 #hero_image.facelift_nav_2017 {
    min-height: 700px;
}


/* --
--- TW / CN global top page mega menu
-- */
#facelift_en_2016 #nav.facelift_nav_2017 .separator {
    background: rgba(0, 0, 0, .3);
    width: auto;
    height: 1px;
    margin: 25px 20px 10px;
}

#facelift_en_2016 #nav.facelift_nav_2017 #nav_trigger,
#facelift_en_2016 #nav.facelift_nav_2017 #nav_trigger.touch_enable.up {
    width: 240px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .nav_title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
    padding-top: 20px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary.secondary_single_col .nav_title a {
    font-size: 18px;
}

#facelift_en_2016 #nav.nav_title.first_title {
    padding-top: 0;
}

.facelift_nav_2017 .first_title {
    padding-top: 0;
}

#facelift_en_2016 #nav.facelift_nav_2017 .primary {
    background: rgba(255, 255, 255, .92);
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    width: 240px;
    height: 518px;
    
    /* Testing - to be removed later 
    opacity: 1;
    visibility: visible;  */ 
}

#facelift_en_2016 #nav.facelift_nav_2017 .primary_item {
    background-image: none;
    transition: background-position 0s;
    width: 100%;
    margin-left: 10px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .primary_item_focus {
    background-image: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/nav_hover_facelift.png);
	background-color: none;
}

#facelift_en_2016 #nav.facelift_nav_2017 .primary_item a:hover,
#facelift_en_2016 #nav.facelift_nav_2017:hover .primary_item:hover>a {
    color: #ef9500;
}

#facelift_en_2016 #nav.facelift_nav_2017 .primary_item_focus a {
    padding: 10px 20px;
    background: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/arrow_right_facelift.png) no-repeat 180px center;
}

#facelift_en_2016 #nav.facelift_nav_2017:hover .primary_item_focus:hover>a {
    color: #fff;
}




#facelift_en_2016 #nav.facelift_nav_2017:hover #nav_trigger {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
}

#facelift_en_2016 #nav.facelift_nav_2017 #nav_trigger.touch_enable.down, #facelift_en_2016 #nav.facelift_nav_2017 .primary_item a {
    color: #000;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item a span {
    color: #555;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item a:hover,
#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item a:hover span,
#facelift_en_2016 #nav.facelift_nav_2017:hover .primary_item:hover .secondary_item:hover > a {
    color: rgb(255, 174, 0);
    /*font-weight: bold;*/
    background: none;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary {
    background: rgba(255, 255, 255, .92);
    margin-left: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 680px;
    padding-top: 20px;
    bottom: 10px;
}

html:lang(tw) #facelift_en_2016 #nav.facelift_nav_2017 .secondary {width: 740px;}


.facelift_nav_2017 .secondary{
    bottom: 10px !important;
    height: 508px !important;

}

.facelift_nav_2017 .secondary .nav_title {
    padding-top: 10px !important;
}


#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item.secondary_item_with_sub>a {
    background: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/arrow_right_facelift.png) no-repeat 80% center;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item.secondary_item_with_sub>a:hover,
#facelift_en_2016 #nav.facelift_nav_2017:hover .primary_item:hover .secondary_item.secondary_item_with_sub:hover > a {
    background: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/arrow_right_hover_facelift.png) no-repeat 80% center;
}


#facelift_en_2016 #nav.facelift_nav_2017:hover .primary_item:hover .secondary_item.secondary_item_with_sub:hover > a span,
#facelift_en_2016 #nav.facelift_nav_2017 .secondary .nav_title a:hover {
    color: rgb(255, 174, 0);
}

#facelift_en_2016 #nav.facelift_nav_2017 .tertiary a:hover,
#facelift_en_2016 #nav.facelift_nav_2017 .secondary .nav_title a:hover {
    background: none;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary.secondary_single_col,
#facelift_en_2016 #nav.facelift_nav_2017 .tertiary.tertiary_single_col {
    width: 210px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary.secondary_single_col .secondary_col,
#facelift_en_2016 #nav.facelift_nav_2017 .tertiary.tertiary_single_col .tertiary_col {
    width: 100%;
    margin-right: 0;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary .nav_title {
    margin-left: 20px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary .nav_title a {
    padding: 0;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_single_col .secondary_item .nav_title a,
#facelift_en_2016 #nav.facelift_nav_2017 .secondary_single_col .nav_title a {
    padding: 0;
    font-size: 16px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_single_col .nav_title a:hover {
    background: none;
    color: rgb(255, 174, 0);
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_col {
    width: 150px;
    padding-right: 0;
    margin-left: 10px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_content {
    margin-left: 10px;
    width: 100%;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_col>.nav_title {
    padding-top: 15px;
    font-size: 16px;
    margin-bottom: 7px;
    margin-left: 10px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item a,
#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item.inactive {
    padding: 3px 10px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item.view_more_destinations a {
    font-size: 16px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item {
    border-top: none;
    width: 100%;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_item a,
#facelift_en_2016 #nav.facelift_nav_2017 .nav_title>a,
#facelift_en_2016 #nav.facelift_nav_2017 .tertiary_item a {
    background: none;
}

#facelift_en_2016 #nav.facelift_nav_2017 .tertiary {
    background: rgba(255, 255, 255, .92);
    box-sizing: border-box;
    visibility: hidden;
    position: absolute;
    left: 100%;
    bottom: 0;
    padding-top: 20px;
    position: absolute;
    height: 508px;
    width: 620px;
    transition: all 0s ease;
    transition-delay:0.2s;
    margin-left: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
 
#nav.facelift_nav_2017 .tertiary{
    height: 508px !important;
}


#facelift_en_2016 #nav.facelift_nav_2017 .tertiary .nav_title {
    font-size: 16px;
    margin-bottom: 7px;
    padding-top: 15px;
}

#facelift_en_2016 #nav.facelift_nav_2017 .secondary_col .nav_title.first_title,
#facelift_en_2016 #nav.facelift_nav_2017 .tertiary .nav_title.first_title {
    padding-top: 0;
}

#facelift_en_2016 #nav.facelift_nav_2017 .tertiary_col_container {
    clear: both;
    margin-bottom: 10px;
}
    

#facelift_en_2016 #nav.facelift_nav_2017 .tertiary_col {
    min-width: 19%;
    overflow: hidden;
    margin-right: 1%;
    float: left;
    box-sizing: content-box;
}

html:lang(tw) #facelift_en_2016 #nav.facelift_nav_2017 .tertiary_col {
    margin-right: 0%;}

#facelift_en_2016 #nav.facelift_nav_2017 .tertiary_item {
    padding-left: 10px;
}

#facelift_en_2016 #nav.facelift_nav_2017:hover .secondary_item:hover > .tertiary {
    visibility: visible;
}

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

    
    #facelift_en_2016 #nav.facelift_nav_2017 .secondary_col {
        width: 135px;
    }
    
    #facelift_en_2016 #nav.facelift_nav_2017 .tertiary {
        width: 410px;
    }
    

    
    
    #facelift_en_2016 #nav.facelift_nav_2017 .secondary_single_col .secondary_item a {
        padding: 5px 10px;
    }
    
    #facelift_en_2016 #nav.facelift_nav_2017 .secondary_item a,
    #facelift_en_2016 #nav.facelift_nav_2017 .secondary_item.inactive {
        padding: 3px 20px 3px 10px;
    }
    html:lang(tw) #facelift_en_2016 #nav.facelift_nav_2017 .secondary_item a,
    html:lang(tw) #facelift_en_2016 #nav.facelift_nav_2017 .secondary_item.inactive {
        padding: 3px 10px;
    }

    
    #facelift_en_2016 #nav.facelift_nav_2017 .tertiary .nav_title {
        margin-top: 0;
        margin-left: 15px;
    }

    html:lang(tw) #facelift_en_2016 #nav.facelift_nav_2017 .tertiary.smallWidth,
    html:lang(cn) #facelift_en_2016 #nav.facelift_nav_2017 .tertiary.smallWidth{
        width:250px;
    }
}

/******** change the width of TW and CN navigation tab 3 ********/

html:lang(tw) #facelift_en_2016 #nav.facelift_nav_2017 .tertiary.smallWidth,
html:lang(cn) #facelift_en_2016 #nav.facelift_nav_2017 .tertiary.smallWidth{
    width:420px;
}

/******** 6 column image ********/
#facelift_en_2016.en_home #branding_banner .col_6_img_container{
    background: #333;
    width: 49%;
    border-radius: 5px;
    margin-right: 20px;
    float:left;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
    height: 188px;
}

#facelift_en_2016.en_home #branding_banner .col_6_img_container:nth-child(even){
	margin-right:0;
}

@media screen and (max-width:1220px){
	#facelift_en_2016.en_home #branding_banner .col_6_img_container{
    	margin-right: 18px;
        height: initial
	}
}


/******** 3 column image ********/

#facelift_en_2016.en_home #branding_banner .col_3_img_container{
    background: #999;
    width:300px;
    border-radius: 5px;
    margin-right:20px;
    float:left;
    overflow: hidden;
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
}

#facelift_en_2016.en_home #branding_banner .col_3_img_container:last-child{
    margin-right:0;
}

@media screen and (min-width:1220px){
    #facelift_en_2016.en_home #branding_banner .col_3_img_container{
        width:380px;
    }
}

#promotional_title{
    position: absolute;
    color: #fff;
    font-size: 22px;
    top: 43%;
    text-align: center;
    width: 100%;
    z-index: 10;
    text-shadow: 0px 1px 10px rgba(0,0,0,0.9);
}



.img_wrapper_cntw {
    border-radius: 5px;
    overflow: hidden;    
    z-index: 1; /* fix the border-raidus clip issue in Chrome*/
    position: relative; /* fix the border-raidus clip issue in Chrome*/
    background: #333;
    height: auto;
}

@media screen and (min-width: 1220px){
.img_wrapper_cntw {
    height: 216px;
}
}


.img_wrapper_cntw:hover {
    opacity: 1;
    transition: all 0.2s ease;
}


@media screen and (max-width: 1219px){
.destination_item_cn img{
    width: 102%;
}
}


#facelift_en_2016 #hero_image_cntw {
    background-color: #000;
    min-height: 660px;
    position: relative;
}


.country_name{
    font-size: 18px !important;
    font-weight: bold;
}

#toppage_slider{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	list-style: none;
	width: 100%;
	height: 660px;
	overflow: hidden;
}

#toppage_slider_cntw{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    list-style: none;
    width: 100%;
    height: 700px;
    overflow: hidden;
}


#toppage_slider li,#toppage_slider_cntw li{
    position: absolute;
    top: 0;
    width: 100%;
}


#toppage_slider img.spinner{
    display: none;
}

#toppage_slider li img{
	min-width:1400px;
	width: 100%;
	display: block;
	margin:0 auto;
	min-height: 660px;
	cursor: default;
    position: absolute;
    top: 0;
}

#toppage_slider_cntw li img{
    min-width:1400px;
    width: 100%;
    display: block;
    margin:0 auto;
    min-height: 700px;
}

#toppage_slider li:first-child img{
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;

}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}






#toppage_slider .slider_title{
	position: absolute;
	top: 455px;
	right: 0px;
	z-index: 1000000;
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 20px 57px 20px 25px;
	background: rgba(0,0,0,0.5);
	text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

#toppage_slider .slider_title:hover{
	/*background-color: #000;*/
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.2s ease-out;
	color: #f48d00;
}



#toppage_slider .slider_title:before{
	content:"▶";
	display: block;
	position: absolute;
	top: 30px;
    right: 30px;
}

#toppage_slider .slider_title.one_line_title:before{
	top: 22px;
}

.sy-controls{
    display: none;
}


.sy-pager a {
    background: rgba(255,255,255,0.4);
    border-radius: 20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 0;
    margin: 0 4px;
}


.sy-pager {
    margin: 0 auto;
    width: 100px;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 130px;
    position: relative;
    
}

.sy-active a {
    background: white;
}


html:lang(cn) .sy-pager,
html:lang(tw) .sy-pager {
    margin-top: 100px;
}

html:lang(en) #facelift_en_2016 .veltra_logo img,
html:lang(cn) #facelift_en_2016 .veltra_logo img,
html:lang(tw) #facelift_en_2016 .veltra_logo img{
    width:160px;
    position: relative;
    top: 14px;
}


.dest-link{
    color:#000;
    text-decoration: none;
    font-weight: bold;
}
/*---------top apge slick slider----------*/
.slick_toppage{
    opacity: 0;
    transition: 2s;
}
.slick-initialized{
    opacity: 1
}

#toppage_slick{
    position: absolute;
    top: 0;
    width: 100%;
    height: 690px;
    overflow: hidden;
}
.slick-dots {
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

html:lang(cn) .slick-dots,
html:lang(tw) .slick-dots {
    margin-left: -65px;
    width: 130px;
}


.slick-dots li{
    display: flex;
    
}

.slick-dots li button{
    padding: 6px;
    background: rgba(255,255,255,0.4);
    font-size: 0;
    border: none;
    border-radius: 20px;
    width: 0px;
    outline: none;

}

.slick-dots li button:hover , .slick-dots .slick-active{
    background: #ffffff;
    border-radius: 20px;
    display: flex;
}


#toppage_slick .slider_title {
    position: absolute;
    top: 455px;
    right: 0px;
    z-index: 1000000;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 20px 47px 20px 25px;
    background: rgba(0,0,0,0.5);
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


html:lang(cn) #toppage_slick .slider_title,
html:lang(tw) #toppage_slick .slider_title{
    line-height: 1.4em;
}


#toppage_slick .slick_toppage .slick-list .slick-track .slick-slide.slick-current.slick-active  {
    left:-40px;
    position:relative;
}


#toppage_slick .slider_title:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.2s ease-out;
    color: #f48d00;
}

html:lang(en) #toppage_slick .slider_title:hover {
    color: #fff;
}


html:lang(tw) #toppage_slick .slider_title:before{top: initial;}

#toppage_slick .slider_title.one_line_title:before {
    top: 21px;
}
/*---------top apge slick slider----------END  */



/*---------top apge slick banner----------*/

#slick_banner_con  {
    box-sizing: border-box;
    margin: 30px 10px 0;
    border-radius: 5px;
    overflow: hidden;
    height: 190px;
}

#slick_banner_con .slick-slide div div{
    box-sizing: border-box;
    padding: 0 9px;
}

#slick_banner_con .slick-slide div div a{
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

#slick_banner_con img{
    width: auto;
    height: 190px;
    min-width: auto;
    min-width: initial;
    position: initial;
    margin: initial;
}




/* 矢印用スタイル */
#slick_banner_con .prev-arrow,
#slick_banner_con .next-arrow {
    position: absolute;
    top: 130px;
    margin: 0;
    padding: 0px;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url(/_tr/vt/1/img/v2/en_global/facelift_en_2016/slick_slider_icon.png);
    background-size: 52px auto;
    background-repeat: no-repeat;

}

#slick_banner_con .prev-arrow {
  left: -15px;

}

#slick_banner_con .next-arrow {
  right: -15px;
  background-position: top right;
}
/* ここまで */

#slick_banner_con:before,
#slick_banner_con:before {
  color: #000 !important;
}



@media screen and (max-width: 1219px){
    #slick_banner_con {
        height: 150px;
    }
    #slick_banner_con img{
        height: 150px;
    }
    #slick_banner_con .prev-arrow,
    #slick_banner_con .next-arrow {
        top: 112px;
    }
}

/*---------top apge slick banner----------  END*/


/******** Spinner for Global Top Start ********/

#facelift_en_2016 #top_destonation .load_spinner_style{
    position:static;
}

/******** Spinner for Global Top End ********/


/* Crowdriff photo gallery for Top Page START */
#crowdriff {
    font-family: 'Roboto', sans-serif;
    clear: both;
    padding-top: 0px;
    min-width: 980px;
}

#crowdriff .social_campaign_label {
    background: #F9F9FB;
    color: #404050;
    padding: 40px 0;
}

#crowdriff .social_campaign_label .content {
    font-size: 16px;
    text-align: center;
    margin: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#crowdriff .social_campaign_label .upload_link_wrapper {
    margin-left: 40px;
}

/* Hawaii Site */
#crowdriff .social_campaign_label a {
    background-image: url(/_tr/vt/1/img/v2/crowdriff_arrow.png);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
    font-size: 26px;
    font-family: futura-pt, sans-serif;
    color: #101018;
    text-decoration: none;
}

/* English Site */
#crowdriff.crowdriffEnSite {
    padding-top: 40px;
}

#crowdriff.crowdriffEnSite .social_campaign_label {
    padding: 80px 0 48px;
}

#crowdriff.crowdriffEnSite .social_campaign_label a {
    font-size: 28px;
    color: #333;
    font-family: inherit;
}

#crowdriff.crowdriffEnSite .social_campaign_label .content {
    display: block;
    font-size: 14px;
}

#crowdriff.crowdriffEnSite .social_campaign_label .upload_link_wrapper {
    margin: 24px 0 0;
}
/* Crowdriff photo gallery for Top Page END */



/**********
Discontinue Mode Styles START
**********/
#facelift_en_2016.discontinue_mode #hero_image {
    background-color: transparent;
    background-image: url(/_tr/vt/1/img/v2/en_global/discontinue/discontinue_headeer_bg.png);
    background-size: cover;
    min-height: auto;
    height: 75px;
}

#facelift_en_2016.discontinue_mode .user_corner .wish_list_count {
    background: #f3dcd7;
}

#facelift_en_2016.discontinue_mode .user_corner li a:hover, 
#facelift_en_2016.discontinue_mode .curation_site_link a:hover {
    color: #fff;
}
/**********
Discontinue Mode Styles END
**********/

/* Main Banner Start */
#main-banner-desktop {
    text-align: center; 
    margin-top: 60px!important;
}

#main-banner-desktop img {
    height: 200px; 
    border-radius: 12px;
}
/* Main Banner End */

#global-header #global-header-content {
    width: 100%;
}