@media screen{

/*---------- Logo ----------*/
header .logo {
	background: #bcbf00 url(../img/logo-gnh-grandhotel.gif);
}

/*-- Logo - Smaller on load for certain page types --*/
.fixed_qb .logo, .template_iframe .logo, .page_layout_sitemap_selected .logo, .page_layout_text_and_link_list .logo, .page_layout_gallery_simple .logo, .page_layout_special_offers .logo, .template_gallery .logo {
	background: #000 url(../img/logo-gnh-grandhotel-scroll.gif);
}

/*---------- Scroll Quickbook - Less fields than the Group so it needs to be moved over ----------*/
.quickbook.fixed .ym-form > div:first-child {
	padding-left: 20.2em;
}

div.quickbook.fixed  ul li .bestrate {
	margin:-39px 0 0 90px;
}
.quickbook .date input#datepicker  {
	cursor:pointer;
	width:9em;
}
.quickbook.fixed #datepicker[type="text"] {
	width: 10em!important;
}
/*---------- Footer Section ----------*/
.footerleftaddress {
	border-right: 0;
}
	
}

@media screen and ( max-width: 990px ) {
	.livechat {
    display:none;
	}

header .logo, .template_iframe .logo {
	background: transparent url(../img/logo-gnh-grandhotel-scroll.gif);
}
.ui-widget-content{
		z-index:99999!important;
	}
	
	/*---------- Meadhbh Mobile Button Styling ----------*/
	.quickbook {
    display: none;
	}

}