html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #363638;
	font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
	font-size: 16px;
	margin: 0;
	overflow-x: hidden;
}
.bwfilter {
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}
.clearboth {
	clear:both;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(255,255,255,0.8); /*dim the background*/
}
.novisittext {
	z-index: 20;
    position: absolute;
    top: 40%;
    left: 25%;
    font-size: 2em;
    border-bottom: 1px dotted #363638;
    color: #00AF41;
}

.updateyourcard .form-inline .expirydatelabel {
    display: block;
    float: none;
    font-size: 0.8em;
}

.bgelement .container {
	background-color: #ebeeed;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 340px;
}

.homepagebanner .bgelement .container {
    background-size: auto;
}

.wholesale .bgelement .container {
    background-position: 470px top;
}

.bgElementWithFullWidth .container {
	background-color: #ebeeed;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 340px;
	background-size: 100%;
    background-size: cover !important;
}

.wholesale .bgElementWithFullWidth .container {
    background-position: 470px top;
}

.working{
	background:url('/content/images/animation.gif') no-repeat right center; 
	background-color: #ffffff;
	background-size: 30px;
}

.notregistered {
    display: block;
}

.registered {
    display: none;
}

#page-wrap {
	margin: auto;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

h1, h2, h3, h4, h5 {
	color: #FFF;
	 font-family: 'crimson',Georgia,serif;
	font-weight: 800;		   
    font-style: normal;
}

/* form elements */

label {
	font-size: 1em;
	height: 22px;
	margin-bottom: 5px;
	padding-bottom: 0;
}

label img {
	height: 20px;
	padding-bottom: 5px;
}

input[type="text"], input[type="email"], input[type="password"], select.form-control {
	font-size: 1em;
	height: 40px;
}

/* Loader */

.loader {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
}

    .loader img {
        height: 50px;
    }

/* Text Colors */

.colorA {
    color: #363638;
}

.colorB {
    color: rgba(0, 175, 65, 0.5);
}

.colorC {
    color: #363638;
}

.colorWhite {
    color: #fff;
}

.colorBlack {
    color: #000;
}

/* BG Colors */

.bgcolorA {
    background-color: #00AF41;
}

.bgcolorB {
    background-color: rgba(0, 175, 65, 0.5);
}

.bgcolorC {
    background-color: rgba(0, 175, 65, 0.2);
}

/* Button Colors*/

.buttonA, .lngbtn {
	background-color: #00AF41;
	border: 1px solid #00AF41;
	color: #ffffff;
	height: 40px;
}

    .lngbtn a, .lngbtn a:hover, .lngbtn a:focus {
        color: #ffffff;
    }

.buttonA:hover,
.buttonA:focus {
	color: #fff;
	text-decoration: none;
}

.buttonB {
	background-color: #ffffff;
	border: 1px solid #00AF41;
	color: #00AF41;
	height: 40px;
}

.buttonB:hover,
.buttonB:focus {
	color: #00AF41;
	text-decoration: none;
}

.btn-link,
.btn-link:hover, .btn-link:focus {
	color: #363638;
	font-size: 1em;
	text-decoration: none;
}

.buttonA, .buttonB, .lngbtn {
	padding-left: 47px;
	padding-right: 47px;
	text-transform: uppercase;
}

.buttonC{
    background-color: #683e86;
    border: 1px solid #683e86;
    color: #fff;
    height: 40px;
    padding-left: 47px;
    padding-right: 47px;
    border-radius: 1px;
}

.buttonC:hover{
    color:#fff;
    text-decoration:none;
}

a.btn {
    padding-top: 10px;
}

.contactusform-all a.btn {
    padding-top: 12px;
}

.exlargebutton {
	font-size: 1.3em;
	font-weight: bold;
	height: 65px;
	padding-left: 70px;
	padding-right: 70px;
}

.exlargefield {
	font-size: 1.25em;
	height: 55px;
}

#cookie-bar {
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, .7);
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 5px 0;
}

    #cookie-bar.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 100px;
        padding-top: 30px;
    }

    #cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
    }

    #cookie-bar .cb-enable {
        background-color: #00AF41;
        border: 1px solid #00AF41;
        color: #ffffff;
    }

        #cookie-bar .cb-enable:hover {
            background: #009900;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        border-bottom: 1px solid #ffffff;
    }

        #cookie-bar .cb-policy:hover {
            border-bottom: 2px solid #ffffff;
        }

.caret {
    color: #00AF41;
}

.leftborderB {
    border-left: 1px solid #363638;
}

.rightborderB {
    border-right: 1px solid #363638;
}

.bottomborderA {
    border-bottom: 1px dotted #00AF41;
}

/*.has-error {
	background: url(/content/icons/error.png);
	background-position: left top;
	background-position-x: 5px;
	background-repeat: no-repeat;
	color: #d2192b;
	min-height: 45px;
	padding-left: 50px;
}
.input-validation-error {
	border-color: #d2192b;
}*/

/* Bootstrap overrides */

.main {
    color: #363638;
}

    .main a {
        color: #00AF41;
    }

    .main .btn {
        color: #ffffff;
    }

    .main a.btn-link {
        color: #00AF41;
    }

    .main h1 {
        font-size: 2.2em;
    }

    .main h2 {
        font-size: 1.8em;
    }

.carousel {
    margin-bottom: 10px;
}

#lounge-carousel .carousel-control {
    opacity: 1;
}

    #lounge-carousel .carousel-control .glyphicon-chevron-left {
        margin-left: -10px;
    }

.carousel-inner > .item > img {
	margin: 0 auto;
	max-height: 350px;
	width: 100%;
}

.nav-pills.nav-stacked li a {
    background: white;
    color: #a1a1a1;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 10px;
    font-size: 14px;
}

.carousel-control.right, .carousel-control.left {
	background: none;
	color: #6e6e6e;
	filter: none;
	width: 20px;
}

.glyphicon-chevron-right:before , .glyphicon-chevron-left:before{
    background: #1c1c1c;
    opacity: 1.3;
    padding: 14px 18px;
	opacity: 0.7;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    margin-right: 13px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    font-size:17px;
}

.carousel-control .glyphicon-chevron-left {
    font-size:17px;
}

.margintop5 {
    margin-top: 5px;
}

.margintop20 {
    margin-top: 20px;
}

.paddingleft40 {
    padding-left: 40px;
}

.user-entitlement .visit-entitlement .header a .norton img {
	background: #ffffff;
	padding: 10px;
}

/* languagebar */

.languagebar {
	background-color: #f2f2f2;
	height: 45px;
	padding-bottom: 5px;
	padding-top: 10px;
}

    .languagebar .usercardtype, .languagebar .welcomeuser, .languagebar .usercardnumber {
        float: left;
        margin-right: 20px;
    }

    .languagebar a, .languagebar a:hover {
        color: #363638;
        padding-top: 0;
    }

.memberdata {
    padding-bottom: 10px;
}

    .memberdata .dealinfo {
        text-transform: uppercase;
    }

.loungethumbnail img {
    height: 75px;
}

.dealpartnerlogo {
    max-width: 900px;
}

/* logo */
.primary-logo {
    position: absolute;
    z-index: 999;
    top:15px;
}

.sitelogo {
	margin: 0;
	padding: 0;
	width: 100%;
}

.logo-area img {
	margin: auto;
	padding: 15px 0 15px 0;
}

/* Bank logo */

.withbank {
	font-size: 1em;
	margin-top: 20px;
}

    .withbank img {
        margin-left: 15px;
    }

/* footer */

.footer {
	background-color: #c9cccf;
	clear: both;
	min-height: 150px;
	padding-top: 35px;
    position:relative;
}

.footer span {
	font-size: 1em;
	line-height: 30px;
	margin-left: 20px;
}

.footer span a, .footer ul a, footer div a {
	color: #333e48;
	font-size: 15px;
	/*line-height: 30px;*/
}

.footer ul {
	list-style: none;
	margin-top: 20px;
}

    .footer span.pipe {
        font-family: none;
    }

/* navbar */

.center .nav,
.center .nav > li {
	display: inline-block;
	*display: inline; /* ie7 fix */
	float: none;
	vertical-align: top;
    margin: 24px 0px auto;
	*zoom: 1; /* hasLayout ie7 trigger */
    float: none;
    vertical-align: top;
    margin: 24px 0px auto;
    /*position: relative;
    left: 38px;*/
}

.center .nav {
    text-align: center;
}

.topnavbar {
	background-color: #333e48;
	border-radius: 0;
	color: #ffffff;
	font-size: 1em;
	margin: 0;
	min-height: 80px;
	text-transform: uppercase;
    border:none;
    opacity:0.9;
    position:relative;
    z-index:9999;
}

.topnavbar  ul{
    margin:4rem 0 0;
}

.topnavbar li {
	padding: 0 30px 0 10px;
    
}

        .topnavbar li:last-child {
            background: none;
        }

.topnavbar li a {
	color: #ffffff;
    text-transform: none;
    font-size:14px;
    padding-bottom: 19px;
}

.topnavbar .nav > li > a:hover,
.topnavbar .nav > li > a:focus {
	background: none;
	text-decoration: none;
}

.page-information{
    position:relative;
    left:11%;
}

.level-4{
    width: 100%;
}

/* new loungekey pass */
.loungesearchlist .loungesearchinfo:hover {
    
    color: #000;
}

.new-loungekey-pass.form-information{
    margin:0 auto;
    width:80%;
    text-align: left;
}

.new-loungekey-pass .marginbottom20 {
    margin-bottom: 0px;
}


.new-loungekey-pass.form-information h1 ,.new-loungekey-pass.form-information p {
    color:#fff;
}

#create-lkp-form{
    margin:30px auto;
    max-width:80%;
}

#create-lkp-form select{
    padding:6px;
    font-size:15px;
    font-family: 'core_sans_a_35_lightregular';
}

#create-lkp-form .summarybox {
    font-family: 'crimson',Georgia,serif;
}

#create-lkp-form .summarybox .title{
    font-size: 21px;
    margin-left: 0px;
    padding-left:0px;
}

#create-lkp-form .summarybox .lkp-passleft {
    padding-left: 40px;
    margin-right: 0;    
    padding-right: 0;
    text-align:right;
}

#create-lkp-form .summarybox .lkp-passleft .title{
    margin-right:0;
    padding-right:0;
}

#create-lkp-form .summarybox select{
    padding:5px;
}

#create-lkp-form .summarybox .valuebox{
    font-size: 21px;
    margin-left: 30px;
}

#create-lkp-form .form-control{
    border-radius:0;
}

#frmGenerateLKP .form-control[readonly]{
    background-color: transparent;
    color: #ccc;
}

#create-lkp-form .btn , #create-lkp-form label ,.new-loungekey-pass.form-information {
    font-family:'core_sans_a_35_lightregular';
}

#create-lkp-form label{
    font-size:15px;
    font-weight:100;
}

#create-lkp-form h2{
    font-size:21px;
}

#frmGenerateLKP .input-group-addon img{
    height: 23px;
}

#frmGenerateLKP #StartDate{
    border-right: 0 !important;
    color:#555555;
}



#create-lkp-form .btn:hover{
    color:#fff;
}

#create-lkp-form .help-block{
    font-family:'core_sans_a_35_lightregular';
}

/* lounge finder */
.search-available-lounges h1{
    font-size:1.3125em;
}

.loungepicker .tt-dropdown-menu .lounge-name:hover{
    color:#000;
}

#loungefinder {
    width: 100%;
    margin: 0 auto;
    padding: 0 215px;
}

.loungefinder, .twitter-typeahead, input , .tt-input{
    margin-top: 10px;
    width:100%;
    min-height:35px;
}

.loungefinder .lngbtn, .smallhomepagebanner .lngbtn {
	font-weight: bold;
	height: 50px;
	margin-left: 10px;
	padding: 10px;
	width: 60px;
}



.loungefinder.tt-query {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.loungefinderpage h2{
    font-size:1.3125em;
}

.loungefinder .tt-hint {
    display: none;
}

	.loungefinder .tt-dropdown-menu, 
	.loungesearchlist .tt-dropdown-menu{
		width: 100%;
		margin-top: 12px;
		padding: 10px 0;
		background-color: #28333d;
        color: #fff;
		text-align:left;
        font-family:'core_sans_a_35_lightregular';
	}

	.loungesearchlist .tt-dropdown-menu {
    margin-top: 0px;
    width: 36.5%;
    margin-left: auto;
    margin-right: auto;
    height: 305px;
    overflow-y: scroll;
	}

	.loungefinder .tt-dropdown-menu .tt-suggestions{
    max-height: 500px;
    overflow-y: auto;
	}

.loungefinder .tt-dropdown-menu:after, .loungefinder .tt-dropdown-menu:before, .loungesearchlist .tt-dropdown-menu:after, .loungesearchlist .tt-dropdown-menu:before,
    .loungepicker .tt-dropdown-menu:before, 
    .loungepicker .tt-dropdown-menu:before{
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.loungefinderwidget .loungefinder .tt-suggestion p{
    line-height: 20px;
    padding-left: 50px;
    padding-right: 20px;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
	}

    .loungefinderwidget .loungefinder .tt-suggestion p:hover {
        border: 1px solid #ccc;
    }

    .loungefinderwidget .loungefinder .tt-suggestion p.lounge-name {
        line-height: 20px;
        padding-left: 50px;
        padding-right: 20px;
        font-weight: 800;
        padding-left: 8px !important;
        width: 80%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .loungefinderwidget .loungefinder .tt-suggestion p.lounge-name:hover {
            border: 1px solid #ccc;
            margin-left: 20px;
        }

    .loungefinderwidget .loungefinder .tt-suggestion p:first-child {
        padding-left: 50px;
        width: 80%;
        margin-left: 20px;
    }

p.lounge-name {
    padding-left: 20px !important;
}

p.lounge-city {
    padding-left: 5px !important;
    margin-left: 45px !important;
}

	.loungefinder .tt-dropdown-menu:after, 
	.loungesearchlist .tt-dropdown-menu:after {
		border-width: 10px;
		margin-left: -10px;
	}

	.loungefinder .tt-dropdown-menu:before, 
	.loungesearchlist .tt-dropdown-menu:before , .loungepicker .tt-dropdown-menu:before{
		border-color: rgba(0,175,65,0);
		border-bottom-color: #28333d;
		border-width: 10px;
		margin-left: -16px;
	}
.loungefinder .tt-dropdown-menu{
        position:relative !important;
    }
@media only screen and (min-device-width: 320px) and (max-device-width: 567px){
        .loungefinder .tt-dropdown-menu{
        position:absolute !important;
        }
    }
.loungesearchlist .loungeimg{
     display:none;
}

.loungesearchlist .loungesearchinfo{
font-family:'core_sans_a_35_lightregular';
    font-style: normal;
}

.loungesearchlist .loungesearchinfo p{
     padding-left: 30px;
}

.loungefinder .tt-suggestion.tt-cursor {
    /*background-color: #f0f0f0;
    color: #000000;*/
    color:#fff;
}

.loungefinder .lounge {
	padding-bottom: 3px;
	padding-top: 10px;
	position: relative;
}

.loungefinder .lounge .lounge-name {
	font-size: 1em;
	font-weight: bolder;
}

.loungefinder .lounge .lounge-terminal {
	font-weight: bold;
	max-width: 40%;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 10px;
}

.loungefinder .lounge .lounge-terminal2 {
	display: none;
	font-weight: bold;
}

.loungefinderpage .search-dropdown {
    
    font-size: 15px;
    line-height: 22px;
    background-color: #444f53;
    color: #fff;
    padding: 5px 3px;
    margin: 0 auto;
    width: 43%;
    margin-top: 20px;
    position: absolute;
    z-index: 999;
}

.search-dropdown {
    
    font-size: 15px;
    line-height: 22px;
    background-color: #444f53;
    color: #fff;
    padding: 5px 3px;
    margin: 0 auto;
    width: 45%;
    margin-top: 20px;
    position: absolute;
    z-index: 999;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 567px){
    .lkp-finder .search-dropdown{
        width:93%;
    }
}

@media screen and (min-width: 1440px) {
    .search-dropdown {
        width: 48%;
}
}

.search-dropdown:before{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,175,65,0);
    border-bottom-color: #444f53;
    border-width: 10px;
    margin-left: -16px;
}

.search-available-lounges h3{
    color:#333e48;
    font-weight:bold;
}

/* Custom Scrollbar for loungefinder 
.tt-dropdown-menu::-webkit-scrollbar {
    background: transparent;
    width:5px;  
    height:200px; 

}
.tt-dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #697174;
    
}
.tt-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color:  #697174;
}
*/
/* lounge finder page */

.loungefinderpage .formbox {
	margin: 30px auto;
    text-align: center;
    max-width: 80%;
    padding-bottom: 0;
    min-height: 200px;
}

.loungedetailpage .formbox {
	margin: 20px auto 50px auto;
	text-align: left;
	width: 90%;
    background-color:#683e86;
    padding: 10px !important;
}

.loungefinderpage h4{
   font-family:'core_sans_a_35_lightregular';
    font-size: 0.875em; 
}

.loungedetailpage .loungefinder input, .loungefinderpage .loungefinder input, .loungelistingpage .loungefinder input {
    background-color: #f5f5f5;
    border: 1px solid #666;
}

.loungedetailpage .loungefinder input, .loungefinderpage .loungefinder input, .loungelistingpage .loungefinder input {
    background-color: #f5f5f5;
    border: 1px solid #666;
}

.loungelistingpage {
    margin-bottom: 30px;
}

.loungelistingpage .formbox {
	margin: 95px auto;
    width: 80%;
    margin-bottom:10px;
}

.loungefinderpage .formbox .loungefinderwidget {
	text-align: center;
	width: 100%;
    background: #fff;
    padding-bottom: 35px;
}

.loungefinderpage .formbox .loungefinderwidget .loungefinder {
	margin: auto;
	width: 80%;
}

.loungelistingpage .lounge-item {
    margin-bottom: 10px;
}

.loungelistingpage .loungesearchlist {
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
   font-family:'core_sans_a_35_lightregular';
}

.loungelistingpage .loungesearchlist li {
	clear: both;
	cursor: pointer;
	padding: 10px 5px;
}

.loungelistingpage .loungesearchlist li:hover {
    background:#ccc;
            color;
            #000;
}

.loungelistingpage .lounge-item img {
	float: right;
	height: 100px;
	padding: 10px;
	vertical-align: middle;
}

.lounge-info-mobile {
    padding-bottom: 5px;
}

.lounge-info p {
	padding-bottom: 10px;
	padding-top: 20px;
}

/* Search dropdown  */
.tt-dropdown-menu .tt-suggestion .lounge{
    border-bottom:none;
}

    lounge-terminal2 .tt-dropdown-menu .tt-suggestion .lounge .lounge-terminal2,
.tt-dropdown-menu .tt-suggestion .lounge .lounge-country,
.tt-dropdown-menu .tt-suggestion .lounge .lounge-city{
    padding-left:50px;
}


/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.loungefinder .inner-addon .glyphicon {
  position: absolute;
    padding: 10px;
    top: 20px;
    pointer-events: none;
    color: #666;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
    border: 1px solid #000;
}



/* content-client-logo */
.content-client-logo .client-logo {
    position: absolute;
    left: 68%;
    top: 100px;
}

.content-client-logo.loungedetail-logo {
   left:8.5%;
}

.content-client-logo .client-logo img{
    width:204px;
    height:75px;
}

.loungelist-logo .client-logo {
    left: 67%;
}

.login-page-logo .client-logo {
    left: 64%;
}
/* lounge detail page */

.carousel-indicators li {    
    background-color: #fff;
    border: 2px solid transparent;
    margin-left:5px;
}

.carousel-indicators .active{
    background-color:#683e86;
     margin-left:5px;
}

.lounge-nav {
    margin-bottom: 30px;
}

.lounge-nav .formbox {
	margin: 0;
	min-height: 100px;
	padding: 20px 15px 5px 53px;
	width: 100%;
}

        .lounge-nav .formbox h3 {
            font-size: 1.75em;
        }

.selectedairportname {
	background: url(/content/icons/Lounge_Airport_icon1.png) 31px center;
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	padding-left: 70px;
	vertical-align: middle;
}

    .selectedairportname h2 {
        line-height: 0.9em;
    }

.loungedetailpage .lounge-detail .selectedairportname {
    background-position: left center;
}

    .loungedetailpage .lounge-detail .selectedairportname h4 {
        line-height: 1;
    }

.lounge-nav .selectedairportname p {
    margin: 0;
}

.loungedetailpage .otherlounges {
	background: #ffffff;
	margin: 15px 0 15px 0;
	width: 100%;
}

.loungedetailpage .otherlounges h3 {
	color: #363638;
	font-size: 1em;
	font-weight: bold;
	line-height: 0;
	padding: 10px 0 10px 15px;
}

.loungedetailpage .otherlounges .nobg {
	background: none;
	font-weight: bold;
	padding-left: 10px;
}

        .loungedetailpage .otherlounges .nobg h3 {
        }


.loungedetailpage .otherlounges li {
	border-bottom: 2px solid #f0f0f0;
    }
	
        .loungedetailpage .otherlounges li > a:hover {
}

.loungedetailpage .otherlounges li a {
	color: #363638;
	padding: 20px 5px 20px 30px;
}

.loungedetailpage .otherlounges .nav-pills > li.active {
	background-color: #f6f6f6;
	font-weight: bold;
}

.loungedetailpage .otherlounges .nav-pills > li.active > a, .loungedetailpage .otherlounges .nav-pills > li.active > a:hover, .loungedetailpage .otherlounges .nav-pills > li.active > a:focus {
	background-color: #00af41;
    color: #FFF;
}

.otherlounges .nav-pills > li.active {
	background-color: #01ae42;
	margin-bottom: 0;
    color:#fff;
}

.loungedetailpage .otherlounges .nav-stacked > li + li {
    margin-top: 0;
}

.loungedetailpage .otherlounges .loungefinderwidget {
    margin: 0 auto;
}

.loungedetailpage .otherlounges .loungefinderwidget .loungefinder {
	margin: 0 auto;
	padding: 0 10px 0 50px;
}

    .loungedetailpage .otherlounges .loungefinderwidget input {
        width: 70%;
    }


.loungedetailpage .lounge-detail {
    padding-left: 20px;
    background-color: #fff;
}

.loungedetailpage .lounge-detail h4 {
	font-size: 1.25em;
	line-height: 0;
	padding: 10px 0 10px 0;
    color: #000;
}

.lounge-detail {
    margin-bottom: 55px;
}


.loungedetailpage .lounge-detail .tab-content {
    background: #ffffff;
 }

.loungedetailpage .lounge-detail .tab-content .tab-pane {
	font-size: 1em;
	padding: 0px 25px 55px 0px;
}

.facilities {
	list-style: none;
	margin-left: auto;
	padding-left: 10px;
	padding-top: 0;
    background-color:#fff;
	padding-bottom: 7px;
}

.facilities li {
	display: block;
	font-size: 1em;
	height: 50px;
	margin-bottom: 15px;
	text-align: center;
	text-wrap: normal;
	vertical-align: top;
}

.facilities li > img {
	display: block;
	height: 30px;
	margin-bottom: -40px;
}

.icon-facility {
	height: 85px;
	width: 85px;
}

.mydetails-contentarea .nav-tabs > li.active > a, .mydetails-contentarea .nav-tabs > li.active > a:hover, .mydetails-contentarea .nav-tabs > li.active > a:focus, .mydetails-contentarea .nav-tabs > li > a:hover,
.lounge-detail .nav-tabs > li.active > a, .lounge-detail .nav-tabs > li.active > a:hover, .lounge-detail .nav-tabs > li.active > a:focus, .lounge-detail .nav-tabs > li > a:hover {
	background: url(/content/images/devider.png);
	background-color: #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 22px;
	border-bottom: 0;
}

.mydetails-contentarea .nav-tabs > li > a,
.lounge-detail .nav-tabs > li > a {
	border-bottom: 0;
	border-bottom-color: transparent;
	color: #363638;
	min-width: 130px;
	text-align: center;
}

.nav-tabs {
    text-align: center;
}

.lounge-detail .nav-tabs {
	font-size: 1em;
	text-align: left;
}

/* formbox */

.triangle {
	border-right: 80px solid transparent;
	border-top: 80px solid rgba(0, 175, 65, 0.9);
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.triangle2 {
	border-right: 66px solid transparent;
	border-top: 66px solid #ffffff;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

#loungefinder .formbox {
	/*background-color: #fff;*/
	margin-bottom: 70px;
	margin-top: 20px;
	min-height: 300px;
	padding: 20px 70px 70px 70px;
	position: relative;
	text-align: left;
}

.formbox {
	background-color: #fff;
	margin-bottom: 70px;
	margin-top: 20px;
	min-height: 300px;
	padding: 20px 70px 70px 70px;
	position: relative;
	text-align: left;
}

.transparent {
    background-color:transparent !important;
}

.errorpage .formbox {
    margin: auto;
}

.errorpage h1 {
    font-size: 3em;
}

.cardvisithistorytable th {
    color:#000;
}

.cardvisithistorytable tfoot {
     font-family: 'crimson',Georgia,serif;
    font-size: 14px;
}

.cardvisithistorytable tfoot tr{
    background-color: #efefef;
}

.cardvisithistorytable tbody, .cardvisithistorytable tbody td  {
    vertical-align: middle !important;
}

. .cardvisithistorytable tbody tr:nth-child(even) {
}

.cardvisithistorytable tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.form-information.batch-info {
    margin-bottom: 0;
    width: 100%;
    /* margin: 0 auto; */
    /* float: left; */
    position: relative;
    text-align: left;
}

.batch-info h1{
    color:#fff !important;
    font-size:1.3125em;
    margin:0;
}

.batch-info p{
    text-align: left !important;
    font-size: 14px;
}

.batch-summary .formbox{
     margin:30px auto 50px auto;
}

.batch-summary .form-information{
    text-align:left;
}

.batch-summary .formbox table{
    font-family:'core_sans_a_35_lightregular';
}

.batch-summary .formbox table thead{
     font-family:'core_sans_a_35_lightregular';
}

.batch-summary .formbox table thead tr th{
    font-size: 14px;
    vertical-align: top;
    font-family: 'crimson',Georgia,serif;
    font-style: normal;
}

.batch-summary .formbox table tbody tr td{
    text-align: left;
}

.batch-summary .formbox table tbody{
    font-size:13px;
}


.batch-summary .form-information p{
    width:70%;
}

.batch-summary .summarybox {
    font-family: 'crimson',Georgia,serif;
}

.batch-summary .summarybox .title{
    font-size: 21px;
    margin-left: 5px;
    padding-left: 0;
}

.lkp-passleft{
    float:right;
}

.batch-summary .summarybox .lkp-passleft.title{
    padding-left: 40px;
    padding-right: 0;
    margin-right: 0;
    text-align:right;
}

.batch-summary .summarybox .lkp-passleft .title{
    margin-right:0;
}

@media (min-width: 769px) and (max-width: 991px) {
    .topnavbar {
        min-width: 991px;
    }

    #loungekey-navbar-collapse .hidden-md {
        display: none;
    }

    .homepagebanner .loungefinderwidget input {
        width: 300px;
    }

    .homepagebanner.hidden-sm, .hidden-sm.homepagecontent, .lngbtn .hidden-xs, .lngbtn .hidden-sm, .footer {
        display: block !important;
    }

    .hidden-md.mobilehomepagecontent, .lngbtn .hidden-lg, .lngbtn .hidden-md, #mobile-footer {
        display: none !important;
    }

    .formbox, .registration .formbox {
        width: 98%;
    }

	.dealinfo p {
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1600px) {
	
    .formbox {
        width: 80%;
	margin:0 auto;
 }
}

@media (max-width: 768px) {
	.navbar-header { 
        float: none; 
        position: relative;
        top: 0;
	}

    .navbar-toggle {
        display: block;
    }

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}


	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}

        .navbar-nav > li {
            float: none;
        }

	.navbar-nav > li > a {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

@media (min-width: 551px) and (max-width: 768px) {
    .topnavbar {
        max-height: 500px;
    }

    img.bg {
        display: none;
    }

	body {
		background-position: 0 0;
		font-size: 16px;
		font-weight: normal;
	}

	h1 {
		font-size: 2.2em;
		line-height: 1em;
	}

	h2 {
		font-size: 1.8em;
		line-height: 1.8em;
	}

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.25em;
    }

    .btn {
        font-size: 1em;
    }

    .breadcrumb {
        display: none;
    }

    .col {
        width: 100%;
    }

	.formbox {
		height: auto;
		margin-left: 1%;
		margin-top: 10px;
		min-height: 100px;
		min-width: 500px;
		padding: 20px;
		width: 98%;
	}

    .triangle, .triangle2 {
        display: none;
    }

    .loungedetailpage .formbox {
        background-color: #ffffff;
    }

	.triangle {
		border-right: 60px solid transparent;
		border-top: 60px solid rgba(0, 175, 65, 0.9);
	}

	.triangle2 {
		border-right: 50px solid transparent;
		border-top: 50px solid #ffffff;
	}
	
    .loungefinderbtn {
        cursor: pointer;
    }

	.lounge-detail {
		background: #ffffff;
		margin-bottom: 0;
	}

	.loungedetailpage .lounge-detail .tab-content .tab-pane {
		font-size: 1em;
		padding: 10px 10px 10px 10px;
	}

	.lounge-detail .tab-content .tab-pane {
		display: block;
		float: left;
		height: auto;
		min-height: 0;
		padding-bottom: 10px;
	}

    #facilities {
        padding-bottom: 30px;
    }

	.loungefinder input {
		float: left;
		font-size: 1em;
		width: 100%;
	}

	.loungefinder .lngbtn, .smallhomepagebanner .lngbtn {
		font-weight: normal;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.lounge-nav {
		margin-top: 30px;
		padding: 0;
		width: 100%;
	}

        .lounge-nav .formbox {
            padding: 10px 20px 20px 20px;
        }

    .loungedetailpage .otherlounges h3 {
        font-size: 1.25em;
    }

    .loungedetailpage .otherlounges .loungefinderwidget {
        padding-top: 20px;
    }

	.langdropdown {
		position: absolute;
		right: 5px;
		text-transform: uppercase;
		top: 50px;
	}

	.topnavbar {
		//background-color: #ffffff;
		min-height: 0;
	}

	/*.topnavbar .navbar-toggle {
		background: url(/content/icons/navbartoggleicon.png);
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0;
		height: 35px;
		left: 5px;
		position: absolute;
		top: -100px;
	}*/

	.topnavbar .nav li {
		background: none;
		background-color: transparent;
		display: block;
		text-align: left;
	}

	.topnavbar li > a {
		color: #363638;
		float: none;
	}

	.topnavbar .nav > li > a:hover, .topnavbar .nav > li > a:focus {
		background-color: transparent;
		border: none;
	}

    .navbar-collapse {
        max-height: 500px;
    }

    .center .nav {
        text-align: left;
	}

    .contentimage img {
        width: 100%;
}
}


@media (min-width: 300px) and (max-width: 550px) {
    .topnavbar {
        max-height: 500px;
                 min-height: auto;
	}

	.novisittext {
        position: absolute;
        top: 40%;
        left: 10%;
        font-size: 2em;
        border-bottom: 1px dotted #363638;
        color: #00AF41;
	}

    img.bg {
        display: none;
    }

	body {
		display: block;
        max-width: 100%;
        height: auto;
	}

	h1, .main h1 {
		font-size: 2em;
		line-height: 1em;
	}

    h2 {
        font-size: 1.7em;
    }

	h3 {
		font-size: 1.4em;
		line-height: 0.8em;
	}

    h4 {
        font-size: 1.25em;
    }

	.btn {
		font-size: 1em;
		height: 40px;
	}

    .checkbox {
        text-align: left;
    }

    .breadcrumb {
        display: none;
    }

    .col {
        width: 100%;
    }

	.col-sm-12, .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}

	.dealinfo {
		font-size: .85em;
	}

	.memberdata .dealinfo h3 {
        font-size: 1.8em;
        line-height: 1em;
        margin-top: 10px;
	}

	.dealinfo p {
		margin-bottom: 0;
	}

	.logo-area img {
		height: 65px;
		margin: 10px auto;
		padding: 0;
	}

	/*.topnavbar .navbar-toggle {
		background: url(/content/icons/navbartoggleicon.png);
		background-repeat: no-repeat;
		background-size: 100%;
		border: 0;
		height: 35px;
		left: 5px;
		position: absolute;
		top: -65px;
	}*/

	.registration .formbox .form-group label {
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 15px;
	}

    .othercontent .formbox {
        margin-left: 0;
    }

	.formbox {
		margin-top: 10px;
		min-height: 100px;
		padding: 10px;
		width: 100% !important;
	}

    .triangle, .triangle2 {
        display: none;
    }

    .loungefinderpage .formbox, .loungedetailpage .formbox {
        background: #fff;
    }

	.triangle {
		border-right: 60px solid transparent;
		border-top: 60px solid rgba(0, 175, 65, 0.9);
	}

	.triangle2 {
		border-right: 50px solid transparent;
		border-top: 50px solid #ffffff;
	}

	.lounge-detail {
		background: #ffffff;
		margin-bottom: 0;
	}

    .loungedetailpage .lounge-detail h4 {
        line-height: 100%;
    }

    .loungedetailpage .lounge-detail .tab-content .tab-pane {
        padding: 10px 10px 10px 10px;
    }

	.lounge-detail .tab-content .tab-pane {
		display: block;
		float: left;
		height: auto;
		min-height: 0;
		padding-bottom: 10px;
	}

    .facilities li {
        font-size: 100%;
    }

    #facilities {
        padding-bottom: 0;
    }

	.lounge-nav {
		margin-top: 10px;
		padding: 0;
		width: 100%;
	}

        .lounge-nav .formbox h3, .lounge-nav .selectedairportname {
            font-size: 1.2em;
        }

        .lounge-nav .formbox {
            padding: 10px 20px 20px 20px;
        }

    .loungedetailpage .otherlounges h3 {
        font-size: 1.25em;
    }

    .loungedetailpage .otherlounges .loungefinderwidget {
        padding-top: 20px;
    }

	/*.topnavbar {
		background-color: #ffffff;
	min-height: 0;
	}*/

	.topnavbar .navbar-toggle {
		background-size: 80%;
		border: 0;
	}

	.topnavbar .nav li {
		background: none;
		background-color: transparent;
		display: block;
		text-align: left;
	}

	.topnavbar li > a {
		color: #363638;
		float: none;
	}

	.topnavbar .nav > li > a:hover, .topnavbar .nav > li > a:focus {
		background-color: transparent;
		border: none;
	}

    .navbar-collapse {
        max-height: 500px;
    }

    .center .nav {
        text-align: left;
                   margin-top: 0;
	}
    
	.loungefinder input {
		float: left;
		font-size: 1em;
		width: 100%;
	}

	.loungefinder .lngbtn, .smallhomepagebanner .lngbtn {
		font-weight: normal;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.exlargebutton {
		font-size: 1em;
		font-weight: bold;
		height: 50px;
	}

	.facilities li {
		font-size: .9em;
		height: 85px;
		padding-right: 3px;
		text-align: center;
		width: 32%;
	}

	.facilities li > img {
		height: 30px;
		margin: auto;
		margin-bottom: 5px;
		text-align: center;
		width: auto;
	}

	.loungelistingpage .lounge-item img {
		margin: 5px;
		max-height: 65px;
		vertical-align: middle;
	}

    .loungesearchlist, .loungesearchlist ul {
        padding: 0;
    }

    .loungelistingpage .formbox {
        padding: 0;
    }

	.loungelistingpage .loungesearchlist li {
		background-color: transparent;
		border-bottom: 1px dotted #363638;
		margin-bottom: 10px;
	}

    .loungefinder .lounge .lounge-name {
        max-width: 100%;
    }

    .loungedetailpage .lounge-detail .tab-content .tab-pane {
        padding: 0;
    }

    .loungefinderwidget .loungefinder .tt-suggestion p {
        line-height: 22px;
    }

    .widget-xs {
        display: block;
    }

    .widget-lg {
        display: none;
    }

    .contactusform-all .buttonA {
        width: 100%;
    }

    .lounge-info-mobile {
        padding-bottom: 10px;
    }

    .form-group {
        margin-bottom: 5px;
    }

	.charges, .guests {
		margin: 0;
		padding-left: 40px;
	}

    .visitinfo {
        padding: 20px;
        float: left;
        width: 100%;
    }

    .gettheapplist ul > li > a > img {
        vertical-align: top;
    }

    .facilities {
        margin-top:20px;
    }

    .formbox .boxcontent .margintop20 {
        margin-top: 0px;
}

    .visithistory .visitblock .toprow .visitdate {
        font-size: 1.3em;
        padding-top: 10px;
    }

    .user-entitlement {
        background-color: #ffffff;
    }

    .visit-entitlement .header {
        padding-left: 0;
        height: 80px;
    }

    .visitsremaining table {
        width: 100%;
        margin-top: 10px;
    }

    .loungedetailpage {
        margin-top: 10px;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #create-lkp-form .summarybox .title {
        font-size: 20px;
    }

    #create-lkp-form .summarybox .valuebox {
        font-size: 1.2em;
    }

    #create-lkp-form.summarybox{
        padding:10px;
    }
}


@media (min-width: 768px) and (max-width: 991px){   
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .content-client-logo .client-logo {   
        top: 100px;
        left:61%;
    }

    .new-loungekey-pass.form-information {
        margin-top: 100px;
        font-size: 14px;
    }

    #loungefinder.loungefinder{
        padding:0 30px;
    }

    .search-dropdown{
	    width:83%;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    
	#loungefinder.loungefinder{
        padding:0 80px;
    }

    .search-dropdown{
	    width:60%;
    }
}


/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .new-loungekey-pass.form-information {
        margin-top: 115px;
        font-size: 14px;
    }

    .content-client-logo .client-logo {
        left: 61%;
    }

    #loungefinder {    
        padding: 0 80px;
    } 
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){

    .batch-summary .form-information {
        padding-right: 0;
        margin:0 5px;
        width: 100%;
    }

    .batch-summary .batch-info h1{
        text-align:center;
    }

    .batch-summary-accordion{
        border:1px solid #ccc;
        font-size:14px;
    }

    .batch-summary-accordion .batch-content{
        display:none;
    }

    .batch-summary-accordion .batch-content.active{
        display:block;
        padding:20px 10px;
    }

    .batch-summary-accordion .batch-number{
        padding:10px;
    }

     .batch-summary-accordion  .batch-id{
        background:#ccc;
        height:40px;
        padding:10px;
    }

     .batch-summary-accordion .batch-id span{
        display: inline-block;    
        float: right;
     }

    .batch-summary-accordion .batch-content .batch-type,
    .batch-summary-accordion .batch-content .batch-start-date,
    .batch-summary-accordion .batch-content .batch-expiry-date,
    .batch-summary-accordion .batch-content .batch-loungekey-pass,
    .batch-summary-accordion .batch-content .batch-number-issued,
    .batch-summary-accordion .batch-content .batch-remaining-passes{
         padding:5px 0;
     }

    .batch-summary-accordion .batch-content .batch-type span:first-child,
    .batch-summary-accordion .batch-content .batch-start-date span:first-child,
    .batch-summary-accordion .batch-content .batch-expiry-date span:first-child,
    .batch-summary-accordion .batch-content .batch-loungekey-pass span:first-child,
    .batch-summary-accordion .batch-content .batch-number-issued span:first-child,
    .batch-summary-accordion .batch-content .batch-remaining-passes span:first-child{
        width:50%;
        display:inline-block;
      font-family: 'crimson',Georgia,serif;
    }

    .batch-summary-accordion .batch-footer{
        padding:20px 0;
    }

    .batch-summary-accordion .batch-footer .batch-totals{
        padding:20px 10px 15px 10px;
        font-weight: bold;
    }

    .batch-summary-accordion .batch-footer .lkp-passes,
    .batch-summary-accordion .batch-footer .number-issued,
    .batch-summary-accordion .batch-footer .remaining-passes{
        padding:5px 10px;
    }

    .batch-summary .summarybox .title{
        margin:0;
        margin-bottom: 15px;
    }

    .batch-summary .summarybox{
        padding:10px;
    }

    .batch-summary .summarybox .lkp-passleft.title{
        padding-left:0;
        text-align:center;
    }
   
    .batch-summary-accordion .batch-footer .lkp-passes span:first-child,
    .batch-summary-accordion .batch-footer .number-issued span:first-child,
    .batch-summary-accordion .batch-footer .remaining-passes span:first-child{
        width: 50%;
        display: inline-block;
      font-family: 'crimson',Georgia,serif;
   }

    .batch-summary-accordion  .batch-id{        
        height:40px;
        padding:10px;
    }

    .batch-summary-accordion .batch-id.odd{
        background:#ccc;
    }

    .batch-summary-accordion .batch-id.even{
        background:#f6f6f6;
    }

    .batch-accordion-up{
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #333e48;
        display: inline-block;
        padding-top: 7px;
    }

    .batch-accordion-down{
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #333e48;
        display: inline-block;
        padding-top: 7px;
    }

    .lkp-passleft {
        float: none;
    }
}




@media (min-width: 320px) and (max-width: 767px) {
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
      margin-right: -10px;
    }

    .new-loungekey-pass .summarybox {
        display: none;
    }

    .new-loungekey-pass .marginbottom20 {
        margin-bottom: 20px;
    }

    .content-client-logo .client-logo {
        text-align: center;
    position: inherit;
    left: 0;
    top: 0;
    margin-top: 40px;
    }  

    .new-loungekey-pass.form-information {
        text-align: center;
        color: #fff;
        width: 100%;
        padding-right: 0;
    }

    .lkpgenerate-pass {
        font-size: 20px;
        text-align: center;
    }

    .new-loungekey-pass.form-information h1 {
        font-size: 21px;
        text-align: center;
    }

    .new-loungekey-pass.form-information p {
        text-align: center;
        font-size: 14px;
    }

    .new-loungekey-pass #airportHolder {
        padding: 0 15px;
    }

    #create-lkp-form select {
        padding: 6px;
        font-size: 16px;
    }

    #create-lkp-form .col-xs-height {
        display: block;
    }
    
    /* Batch Page Mobile View*/
    .batch-summary .form-information p{
        text-align:center !important;
        width:100%;
    }

    .batch-summary .form-information {
        padding-right: 0;
        margin:0 5px;
        width: 100%;
    }

    .batch-summary .batch-info h1{
        text-align:center;
    }

    .batch-summary-accordion{
        border:1px solid #ccc;
        font-size:14px;
    }

    .batch-summary-accordion .batch-content{
        display:none;
    }

    .batch-summary-accordion .batch-content.active{
        display:block;
        padding:20px 10px;
    }

    .batch-summary-accordion .batch-number{
        padding:10px;
    }

     .batch-summary-accordion  .batch-id{
        background:#ccc;
        height:40px;
        padding:10px;
    }

     .batch-summary-accordion .batch-id span{
        display: inline-block;    
        float: right;
     }

    .batch-summary-accordion .batch-content .batch-type,
    .batch-summary-accordion .batch-content .batch-start-date,
    .batch-summary-accordion .batch-content .batch-expiry-date,
    .batch-summary-accordion .batch-content .batch-loungekey-pass,
    .batch-summary-accordion .batch-content .batch-number-issued,
    .batch-summary-accordion .batch-content .batch-redeemed,
    .batch-summary-accordion .batch-content .batch-remaining-passes{
         padding:5px 0;
     }

    .batch-summary-accordion .batch-content .batch-type span:first-child,
    .batch-summary-accordion .batch-content .batch-start-date span:first-child,
    .batch-summary-accordion .batch-content .batch-expiry-date span:first-child,
    .batch-summary-accordion .batch-content .batch-loungekey-pass span:first-child,
    .batch-summary-accordion .batch-content .batch-number-issued span:first-child,
    .batch-summary-accordion .batch-content .batch-redeemed span:first-child,
    .batch-summary-accordion .batch-content .batch-remaining-passes span:first-child{
        width:55%;
        display:inline-block;
        font-family:'crimson',Georgia,serif;
    }

    .batch-summary-accordion .batch-footer{
        padding:20px 0;
    }

    .batch-summary-accordion .batch-footer .batch-totals{
        padding:20px 10px 15px 10px;
        font-weight: bold;
    }

    .batch-summary-accordion .batch-footer .lkp-passes,
    .batch-summary-accordion .batch-footer .number-issued,
    .batch-summary-accordion .batch-footer .number-redeemed,
    .batch-summary-accordion .batch-footer .remaining-passes{
        padding:5px 10px;
    }

    .batch-summary .summarybox .title{
        margin:0;
        margin-bottom: 15px;
        text-align: center;
    }

    .batch-summary .summarybox{
        padding:10px;
    }

    .batch-summary .summarybox .lkp-passleft.title{
        padding-left:0;
        text-align:center;
    }
   
    .batch-summary-accordion .batch-footer .lkp-passes span:first-child,
    .batch-summary-accordion .batch-footer .number-issued span:first-child,
    .batch-summary-accordion .batch-footer .number-redeemed span:first-child,
    .batch-summary-accordion .batch-footer .remaining-passes span:first-child{
        width: 55%;
        display: inline-block;
      font-family: 'crimson',Georgia,serif;
   }

    .batch-summary-accordion  .batch-id{        
        height:40px;
        padding:10px;
    }

    .batch-summary-accordion .batch-id.odd{
        background:#ccc;
    }

    .batch-summary-accordion .batch-id.even{
        background:#f6f6f6;
    }

    .batch-accordion-up{
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #333e48;
        display: inline-block;
        padding-top: 7px;
    }

    .batch-accordion-down{
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #333e48;
        display: inline-block;
        padding-top: 7px;
    }

    .lkp-passleft {
        float: none;
    }
}

/*Navigation Menu class start here*/
.topnavbar.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
    color: #FFF;
    padding: 0 15px;
    margin: 0;
    padding-bottom: 8px;
}

.topnavbar li {
    padding: 5px 30px 3px 10px;
    
}

    .main {
        padding: 0px;
    }

    h1, .main h1 {
        font-size: 1.7em;
        margin-bottom: 0px;
    }

@media only screen and (min-device-width: 320px) and (max-device-width: 567px) {
    .loungefinder .lounge .lounge-name {
        line-height: 1.2em !important;
    }

    .otherlounges .nav-pills > li a.active {
        background-color: #ffffff !important;
        color: #a1a1a1 !important;
    } 

    .formbox.lkp-frombox{
        background: #ffffff !important; 
        padding: 5px 15px 5px 45px !important;
        min-height: 0px !important;
    }  

    .lkp-locationtext{
        font-size:1.3em !important;
        color:#333333 !important;
    }

    .margintop30{
        margin-top:0px;
   }
}
//Lounge key details Page
.current-airport{
    margin-bottom: 2rem;
    background: #fff;
}
.sidebar-nav {
    margin-top: 2rem;
    font-size: 1.8rem;
}
 .sidebar-nav>a+div {
    display: none;
}
.sidebar-nav>a {
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 20px 35px 20px 20px;
    padding: 2rem 3.5rem 2rem 2rem;
    border: none;
    position: relative;
    background: #fff;
    color: #333e48;
    font-size: 1.6rem;
    text-decoration: none;
}
.sidebar-nav>a.open+div {
    display: block;
    margin-bottom: 3rem;
}
.sidebar-nav>div>ul {
    margin-top: 10px;
    background: #fff;
    list-style: none;
    padding: 0;
}
.sidebar-nav>div>ul>li:first-child, [dir="rtl"] .lounge-finder .sidebar .sidebar-nav>div>ul>li>a {
    padding: 2rem 6.6rem 2rem 3rem;
}
.sidebar-nav>div>ul>li {
        border-top: 1px solid #e7e8e9;
}
.sidebar-nav>div>ul>li>a {
     position: relative;
    display: block;
    padding: 2rem 3rem 2rem 6.6rem;
    border: none;
    color: #333e48;
    font-family: 'core_sans_a_35_lightregular';
    text-decoration: none;
}
.sidebar-nav>div>ul>li>a>img.icon-lounge {
    position: absolute;
    left: 2rem;
    top: 50%;
    margin-top: -.9rem;
}
 .sidebar-nav>div>ul>li>a>img.icon-lounge, .sidebar-nav>div>ul>li>a.active>img.icon-lounge.active {
    opacity: 1;
    visibility: visible;
}
.sidebar-nav>div>ul>li>a.active>img.icon-lounge,.sidebar-nav>div>ul>li>a>img.icon-lounge.active {
        opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1920px){
.content-with-sidebar {
        position: relative;
        width: 66%;
        float: left;
    }
}
@media screen and (max-width: 1440px){
.content-with-sidebar {
        position: relative;
        width: 66%;
        float: left;
}
    }
@media screen and (max-width: 1366px){
.content-with-sidebar {
        position: relative;
        width: 66%;
        float: left;
}
}

.airport-info>section {
    padding: 2.5rem;
    background-color: #fff;
    margin-bottom: 3.2rem;
}
.airport-info h4 {
    color: #333e48;
    margin-bottom: 1.5rem;
    font-size: 18px;
    text-align:center;
}
 .airport-info h5 {
   font-weight: bold;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: left;
    padding-left: 10px;
    font-family: 'core_sans_a_35_lightregular',Arial,sans-serif;
    color: #333e48;
}
.title h4 {
   display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    color: #222;
    font-family: 'crimson',Georgia,serif;

}
.centered {
    text-align: center;
}
 .sidebar-nav>a.open {
    margin-bottom: 0;
}
.heading-underlined {
    margin-bottom: 5.4rem;
}
.heading-underlined h2{
    position: relative;
    color: #000;
}
.heading-underlined h3{
    font-family: 'crimson',Georgia,serif;
    position: relative;
    color: #222;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
	margin:0;
}
.heading-underlined h3 span.underline {
    width: 120px;
    width: 12rem;
    margin-left: -60px;
    margin-left: -6rem;
}
.heading-underlined span.underline {
    bottom: -1.7rem;
    width: 18rem;
    left: 50%;
    margin-left: -9rem;
}
.sidebar-nav>div>ul>li>a.active:after {
    content: url('/content/images/arrow-right-white-icon.png');
    position: absolute;
    right: 20px;
    right: 2rem;
    top: 50%;
    margin-top: -9px;ry
    margin-top: -.9rem;
}
span.underline {
    position: absolute;
    bottom: -4px;
    width: 100%;
    left: 0;
    height: 6px;
    border-top: 6px solid #00af41;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

 .airport-info h5 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: left;
    padding-left: 10px;
    color: #333e48;
}
.content-with-sidebar .brand-list {
    list-style: none;
    overflow: hidden;
    padding:0;
    margin:0;
}
 .content-with-sidebar .brand-list li {
    float: left;
    margin: 0 1.5% 3%;
    width: 30.33%;
    text-align: center;
}
 .content-with-sidebar .brand-list li button {
    border: none;
    background: transparent;
    padding: 0;
    width: 100%;
    position: relative;
}
 .image {
    position: relative;
    overflow: hidden;
    padding-bottom: 55%;
}
 .image img {
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
 .details {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 20px;
    margin-top: 2rem;
}
 .icon {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    padding-right: 7.5%;
}
 .icon img {
    display: block;
    width: 50px;
    width: 5rem;
    height: auto;
}
 .title {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
 .sidebar-nav>div>ul>li>a.active {
    background-color: #00af41;
    color: #fff;
    position: relative;
}
 .current-airport {
    display: block;
    background: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    color: #000;
    border-bottom: none;
    font-size: 2.8rem;
}
 .current-airport p {
    font-size: 21px;
    font-family: 'crimson',Georgia,serif;
    color: #000;
    font-style: normal;
    font-weight: normal;
}
 .button.mobile-only {
     display: none;
 }
  .back-to-results.button.desktop {
    position: relative;
    left: 3rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-decoration: underline;
    border: none;
    background: transparent;
    color: #000;
    top:-10px;
}
   img.back-to-results,  img.back-to-results,  img.back-to-results {
    position: absolute;
    top: 3px;
    top: .3rem;
    display: inline;
}
.viewing-airport-service .current-airport p+a {
    position: relative;
    margin-top: 5px;
    margin-top: .5rem;
    padding-right: 30px;
    padding-right: 3rem;
    display: block !important;
}

.current-airport p + a {
    display: none !important;
}
.content-with-sidebar.fade-in>article {
    visibility: visible;
}
 .sidebar-nav>a:after {
    content: '';
    position: absolute;
    right: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    margin-top: -.4rem;
    background: url('/content/images/arrows-up-down-sprite-small.png') top no-repeat;
}
 .sidebar-nav>a.open:after {
    background-position: bottom;
}
 .viewing-airport-service .sidebar .back-to-results-buttons {
    display: block;
}
 .content-with-sidebar.fade-in>article.airport-service {
    opacity: 1;
    transition: opacity linear .5s;
}
 ul.brand-list.cf.equal-height.lounges li a {
    text-decoration: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) {
    .viewing-airport-service .current-airport p+a {
        display: none !important;
    }
    .content-with-sidebar {
        width: 100%;
    }
.back-to-results-buttons .button.mobile-only {
        display: none;
        padding: 1rem 0;
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
        color: #fff;
        border-radius: 4px;
        background-color:  transparent;
        border: 1px solid #fff;
    }
    .viewing-airport-service .back-to-results-buttons .button.mobile-only {
        display: block;
    }

.back-to-results.button.cta.transparent:before {
        content: url('/content/images/step-arrow-left-small.png');
        position: absolute;
        margin-left: -2rem;
    }
.current-airport .back-to-results-buttons {
        display: none !important;
    }
 .content-with-sidebar.fade-in>article {
        visibility: hidden;
    }
 .viewing-airport-service+div.content-with-sidebar.fade-in article {
        visibility: visible;
    }
.viewing-airport-service .sidebar-nav {
            display: none;
        }
  a.back-to-results-buttons{
    text-decoration: none; 
    outline: none; 
    outline-offset:0;
    }
  .viewing-airport .sidebar-nav {
    display: none;
}
.viewing-airport+div.content-with-sidebar.fade-in article {
    visibility: visible;
}
     
}
