/*===============================
TIGER CUSTOM MVC27JUN13
CONTENT STYLES - FOR HOMEPAGE
===============================*/
#highlighter-img {width: 935px; margin: 85px auto auto;}

.lang-IDBI .site-header,
.lang-IDEN .site-header {padding-top:5px !important;}

/*Remove G+*/
.google-plus {display:none !important}

/*promo home webtile styles override*/
.promo h1 { text-transform: lowercase !important;}

/*second webtiles row adjustments*/
.promo:nth-child(5) {
	margin-left:0;
}

/* ==========================================================================
TIGER CUSTOM MVC15JUL13
CONTENT STYLES - FOR HOTELS SEARCH - HOMEPAGE
LANG SPECIFIC ADJUSTMENTS
========================================================================== */
.lang-IDBI .hotel-search-tab, .lang-IDBI .hotel-search h1 {margin-left:61px;}
.lang-IDBI .carhire-search-tab,  .lang-IDBI .carhire-search h1 {margin-left:61px;width:auto;}
.lang-IDBI .pax-hotel-overlay.pick-rooms {left: -180px}
.lang-IDBI .pax-hotel-overlay {width:435px;}

.lang-MYBM .hotel-search-tab, .lang-MYBM .hotel-search h1 {margin-left:61px;}
.lang-MYBM .carhire-search-tab,  .lang-MYBM .carhire-search h1 {margin-left:61px;width:auto;}
.lang-MYBM .pax-hotel-overlay.pick-rooms {left: -180px}
.lang-MYBM .pax-hotel-overlay {width:435px;}


.lang-SGCN .hotel-search-tab, 
.lang-CNCN .hotel-search-tab, 
.lang-HKZH .hotel-search-tab, 
.lang-MOZH .hotel-search-tab, 
.lang-TWCN .hotel-search-tab, 
.lang-TWZH .hotel-search-tab {margin-left:-24px; width:auto} 

.lang-SGCN .hotel-search h1, 
.lang-CNCN .hotel-search h1, 
.lang-HKZH .hotel-search h1, 
.lang-MOZH .hotel-search h1, 
.lang-TWCN .hotel-search h1, 
.lang-TWZH .hotel-search h1 {margin-left:-24px; width:auto} 

.lang-SGCN .carhire-search-tab, 
.lang-CNCN .carhire-search-tab, 
.lang-HKZH .carhire-search-tab, 
.lang-MOZH .carhire-search-tab, 
.lang-TWZH .carhire-search-tab {margin-left:-53px; width:auto} 

.lang-SGCN .carhire-search h1, 
.lang-CNCN .carhire-search h1, 
.lang-HKZH .carhire-search h1, 
.lang-MOZH .carhire-search h1, 
.lang-TWZH .carhire-search h1 {margin-left:-53px; width:auto} 

/*tigershop menu*/
.nav-tigershop {
  background-position: 15px -248px;
	background-image:url(../../img/sprite-home-tigercustom.png);
  padding-top: 22px;
}
.nav-tigershop:hover, .nav-tigershop.on  { background-position: -133px -247px; }
.nav-link {padding-left:50px}


/*TH*/
.lang-THTH .nav-vac-rentals {padding-left:45px !important; }

/*FOOTER OVERRIDE*/
.lang-SGEN .site-footer .holder,
.lang-BDEN .site-footer .holder,
.lang-HKEN .site-footer .holder,
.lang-INEN .site-footer .holder,
.lang-IDEN .site-footer .holder,
.lang-MOEN .site-footer .holder,
.lang-MYEN .site-footer .holder,
.lang-MYBM .site-footer .holder,
.lang-MMEN .site-footer .holder,
.lang-PHEN .site-footer .holder,
.lang-THEN .site-footer .holder,
.lang-VNEN .site-footer .holder {
    padding: 34px 0 0 0;
}
.lang-SGEN .site-footer nav,
.lang-BDEN .site-footer nav,
.lang-HKEN .site-footer nav,
.lang-INEN .site-footer nav,
.lang-IDEN .site-footer nav,
.lang-MOEN .site-footer nav,
.lang-MYEN .site-footer nav,
.lang-MYBM .site-footer nav,
.lang-MMEN .site-footer nav,
.lang-PHEN .site-footer nav,
.lang-THEN .site-footer nav,
.lang-VNEN .site-footer nav {
    width: 176px;
    margin: 0 0 50px 20px;
    float: left;
    position: relative;
    min-height: 537px;
}
.lang-SGEN .fly-to-country li a,
.lang-BDEN .fly-to-country li a,
.lang-HKEN .fly-to-country li a,
.lang-INEN .fly-to-country li a,
.lang-IDEN .fly-to-country li a,
.lang-MOEN .fly-to-country li a,
.lang-MYEN .fly-to-country li a,
.lang-MYBM .fly-to-country li a,
.lang-MMEN .fly-to-country li a,
.lang-PHEN .fly-to-country li a,
.lang-THEN .fly-to-country li a,
.lang-VNEN .fly-to-country li a{
	text-transform : none;
}

/*MOBILE APP DOWNLOAD ICONS*/
.follow-social a.android-store{
	width: 34px;
	height: 34px;
	background-position: 1px -1304px;
}
.follow-social a.apple-store{
    width: 34px;
    height: 34px;
    background-position: -36px -1304px;
}

/*OTP OVERRIDE*/
span.opt-value {   
	text-align: left;
	display: inline-block;
	padding-top: 3px;
    color: #ffaa26;
    font-size: 14px;
	font-weight: 600;
    text-transform: none;
    line-height: 0.5;
	vertical-align: middle;
}
span.otp-text {
	padding-top: 3px;
	text-align: left;
    text-decoration: none;
    font-size: 15px;
	font-weight: 400;
    color: #595955;
    text-decoration: none;
    text-transform: lowercase;
    display: inline-block;
	vertical-align: middle;
}

/* NEWSLETTER SIGNUP POPUP */

/* Center align */

#newsletter-popup div {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 51;
}


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

#newsletter-popup .lightbox-target {
    position: fixed;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    display: none;
}


/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

#newsletter-popup .lightbox-target div {
    background: url(/_templates/img/newsletter/ty-bg.png) no-repeat center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 400px;
    max-width: 670px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


/*Different background for Sign up  form*/

#newsletter-popup .sign-up div {
    background: url(/_templates/img/newsletter/form-bg.png) no-repeat center;
}


/* Styles the close link, adds the slide down transition */

#newsletter-popup a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    color: #FFF;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


/* Provides part of the "X" to eliminate an image from the close link */

#newsletter-popup a.lightbox-close:before {
    content: "";
    display: block;
    height: 20px;
    width: 3px;
    background: #FFF;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Provides part of the "X" to eliminate an image from the close link */

#newsletter-popup a.lightbox-close:after {
    content: "";
    display: block;
    height: 20px;
    width: 3px;
    background: #FFF;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

#newsletter-popup .lightbox-target a.lightbox-close {
    top: 0px;
}


/*Typography*/

#newsletter-popup .lightbox-target div .title {
    display: block;
    font-family: MuseoSansRounded900Regular, Helvetica, Arial, sans-serif;
    font-size: 70px;
    color: #fff;
    text-align: center;
    margin-top: 85px;
}

#newsletter-popup .lightbox-target div .medium {
    margin-top: 5px;
    font-size: 30px;
    color: rgb(255, 170, 38);
}

#newsletter-popup .lightbox-target div .small {
    padding: 50px 120px;
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}

#newsletter-popup .lightbox-target a {
    color: rgb(255, 170, 38);
    text-decoration: none;
}

#newsletter-popup .lightbox-target a:hover {
    opacity: 0.9;
}

#newsletter-popup .lightbox-target div .sign-up {
    padding: 35px 100px;
    font-size: 35px;
    color: rgb(255, 170, 38);
}

#newsletter-popup .sign-up-form input,
#newsletter-popup .sign-up-form button {
    font-family: MuseoSansRounded900Regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #464646;
    text-align: center;
    position: relative;
    margin: 5px;
    padding: 5px 10px;
    width: 220px;
    height: 40px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 0;
}


/*Customized Form */

#newsletter-popup .sign-up-form {
    font-family: MuseoSansRounded900Regular, Helvetica, Arial, sans-serif;
    margin-top: -15px;
}

#newsletter-popup .sign-up-form select {
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
    appearance: none;
    text-align: center;
    font-family: MuseoSansRounded900Regular, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #464646;
    margin: 5px;
    padding: 5px 10px;
    padding-right: 30px;
    width: 220px;
    height: 40px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*background-color: #fff;*/
    border: 0;
}


/*Removes default style IE*/

#newsletter-popup select::-ms-expand {
    display: none;
}


/*Submit Button*/

#newsletter-popup .submit-button {
    font-size: 21px;
    margin-top: 5px;
    width: 200px;
    height: 40px;
    padding: 5px 10px;
    background-color: rgb(255, 170, 38);
    /*background-color: #faa836;*/
}


/*Dropdown arrow for select*/

#newsletter-popup .custom-dropdown__select {
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('/_templates/img/newsletter/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position: right 10px center;
}


/*Form Validation*/

#newsletter-popup .inputError {
    background-color: #f4bfbf;
    border: 1px solid #d03e3e;
    color: #d03e3e;
}

#newsletter-popup .inputError::-webkit-input-placeholder {
    color: #d03e3e;
}


/* INITIALIZE LANG SELECTOR AS HIDDEN */
#country_selector {display:none;}